Skip to content

Instantly share code, notes, and snippets.

@ijjk
ijjk / test-timings.json
Last active April 24, 2025 04:57
test-timings
{"test/integration/absolute-assetprefix/test/index.test.js":2.264,"test/integration/amphtml-custom-validator/test/index.test.js":2.174,"test/integration/app-document-import-order/test/index.test.js":4.86,"test/integration/auto-export-query-error/test/index.test.js":17.992,"test/integration/amphtml/test/index.test.js":1.796,"test/integration/babel-custom/test/index.test.js":2.534,"test/integration/disable-js/test/index.test.js":4.905,"test/integration/document-head-warnings/test/index.test.js":5.43,"test/integration/data-fetching-errors/test/index.test.js":94.626,"test/integration/build-output/test/index.test.js":91.559,"test/integration/empty-object-getInitialProps/test/index.test.js":9.224,"test/integration/error-in-error/test/index.test.js":22.102,"test/integration/error-load-fail/test/index.test.js":2.508,"test/integration/dynamic-optional-routing-root-static-paths/test/index.test.js":5.652,"test/integration/export-dynamic-pages/test/index.test.js":2.316,"test/integration/externals-esm-loose/test/index.tes
@antunnet
antunnet / fediTrend.ja.json
Last active April 24, 2025 04:57
Fediverseのほどほどトレンドワードです。まだテスト中。https://www.antun.net/tool/fediverse/trend/
{
"type": "ほどほどトレンドワード",
"update": "2025-04-24T04:57:18.654667Z",
"trend": [
{
"word": "irumo",
"rate": 43.122701178211614,
"remarks": [],
"new": true
},
@IRSILVER
IRSILVER / fluxmhwidwl.json
Last active April 24, 2025 04:57
FluxM Hardware Keys
[
"mootje1",
"yasin1",
"muawiya1",
"CherryMakaProduction123",
"we love spoofing",
"bobiskey56.",
"Catalonia",
"Julenissen09",
"gsilasfhdgjk",
@RabaDabaDoba
RabaDabaDoba / ANSI-color-codes.h
Last active April 24, 2025 04:57 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes working in C!
/*
* This is free and unencumbered software released into the public domain.
*
* For more information, please refer to <https://unlicense.org>
*/
//Regular text
#define BLK "\e[0;30m"
#define RED "\e[0;31m"
#define GRN "\e[0;32m"
@NicoRobertIn
NicoRobertIn / bars.txt
Last active April 24, 2025 04:57
Loss func grid search data for $model on $dataset
79%|███████▉ | 119/150 [42:41:13<7:17:36, 846.98s/it]
66%|██████▌ | 119/180 [42:46:46<14:21:56, 847.81s/it]
42%|████▏ | 96/230 [43:06:18<44:50:05, 1204.52s/it]
35%|███▌ | 95/270 [43:00:56<63:38:57, 1309.36s/it]
45%|████▌ | 95/210 [43:00:29<41:54:18, 1311.81s/it]
50%|█████ | 95/190 [43:05:28<34:45:13, 1316.98s/it]
48%|████▊ | 95/200 [42:50:18<38:06:36, 1306.63s/it]
34%|███▍ | 55/160 [15:54:17<22:50:44, 783.29s/it]
61%|██████▏ | 49/80 [14:39:49<6:19:33, 734.63s/it]
49%|████▉ | 49/100 [14:44:27<10:27:47, 738.59s/it]
@MatthewRorke
MatthewRorke / server_status.json
Last active April 24, 2025 04:57
Server Status
{
"server_name": "New Dawn | DM / DD / EDM / ZM / BJ / ST / HG",
"player_count": {
"current": 1,
"max": 225
},
"players": [
{
"name": "iboss.nc",
"score": 2723
@zephyrbot
zephyrbot / current_incidents.json
Last active April 24, 2025 04:56
Raw incidents data for status.zephyrproject.io
[]
@xenartist
xenartist / difficulty.json
Last active April 24, 2025 04:56
xenblocks-difficulty-tracker
{"difficulty":"39000","last_updated":"2025-04-24T04:56:56.546Z"}
@fxkamd
fxkamd / TinyGrad-notes.md
Last active April 24, 2025 04:56
Observations about HSA and KFD backends in TinyGrad

This is Felix Kuehling, long time KFD driver architect. I started looking into the TinyGrad source code yesterday, focusing on ops_kfd.py, ops_hsa.py and driver/hsa.py, to understand how TinyGrad talks to our HW and help with the ongoing debugging effort from the top down. This analysis is based on this commit: https://github.com/tinygrad/tinygrad/tree/3de855ea50d72238deac14fc05cda2a611497778

I'm intrigued by the use of Python for low-level programming. I think I can learn something from your use of ctypes and clang2py for fast prototyping and test development. I want to share some observations based on my initial review.

ops_kfd looks pretty new, and I see many problems with it based on my long experience working on KFD. I think it's interesting, but probably not relevant for the most pressing problems at hand, so I'll cover that last.

ops_hsa uses ROCr APIs to manage GPU memory, create a user mode AQL queue for GPU kernel dispatch, async SDMA copies, and signal-based synchronization with barrier packets

@kiol1812
kiol1812 / README.md
Last active April 24, 2025 04:56
My Latex Report Template

🔧 一、排版與個人化設定(可客製化項目)

  1. 頁邊距(邊框)
    可使用 geometry 套件設定:
    \usepackage[a4paper, top=2.5cm, bottom=2.5cm, left=3cm, right=3cm]{geometry}
  2. 行距
    可使用 setspace 套件設定:
    \usepackage{setspace}