HN user

brrrrrm

2,115 karma

http://twitter.com/bwasti

http://github.com/bwasti

[all posted thoughts and comments are my own]

Posts104
Comments432
View on HN
jott.live 5mo ago

How to Fail as an Organization in 2026

brrrrrm
2pts0
jott.live 6mo ago

Internal Combustion Engine Acoustic Synthesis

brrrrrm
2pts0
github.com 7mo ago

Show HN: Binfer, an experimental LLM inference engine in TypeScript and CUDA

brrrrrm
1pts0
jott.live 8mo ago

Five Times Faster

brrrrrm
2pts0
blog.vllm.ai 8mo ago

Bitwise Consistent On-Policy Reinforcement Learning with VLLM and TorchTitan

brrrrrm
1pts0
jott.live 8mo ago

Should we apply old-school multi-core scheduling to GPUs?

brrrrrm
4pts0
github.com 8mo ago

Show HN: GT: experimental multiplexed distributed tensor framework

brrrrrm
4pts0
github.com 8mo ago

GT – Experimental multiplexing tensor framework for distributed GPU computing

brrrrrm
30pts1
jott.live 10mo ago

MFU Is Poorly Approximating Billions of Dollars in Compute

brrrrrm
4pts0
jott.live 10mo ago

Model Flop Utilization Beyond 6ND

brrrrrm
17pts0
github.com 10mo ago

SWE-bench verified agents may look at future repository state

brrrrrm
4pts0
www.nytimes.com 1y ago

Animators Say, 'That's All, Folks' (2000)

brrrrrm
2pts0
en.wikipedia.org 1y ago

Chicken Tax

brrrrrm
2pts0
developer.nvidia.com 1y ago

Up to 1.9X Higher Llama 3.1 Performance with Medusa

brrrrrm
3pts0
jott.live 2y ago

Show HN: Collaborative ASCII Drawing with Telnet

brrrrrm
101pts18
jott.live 2y ago

Show HN: Eye-Tracking for Immersive 3D

brrrrrm
1pts1
github.com 2y ago

Show HN: Locally run a "blue text" bot (llama3)

brrrrrm
4pts1
www.twitch.tv 2y ago

PyTorch is live streaming their meeting on twitch

brrrrrm
2pts0
twitter.com 2y ago

Is Elon specially promoting Mr Beast's recent video?

brrrrrm
2pts1
draw-her-a-drawer.glitch.me 2y ago

Drawer Drawer (draw by clicking drawers)

brrrrrm
2pts0
github.com 2y ago

Show HN: Brr.js – Trying to make WebGPU a bit easier to use

brrrrrm
2pts0
news.ycombinator.com 2y ago

[forgot to include URL, won't let me add it]

brrrrrm
1pts1
jott.live 2y ago

Show HN: A 3D Stipple Plotter Built with Pyodide and Three.js

brrrrrm
2pts0
news.ycombinator.com 2y ago

Ask HN: What is the implication of room-temperature super conductors?

brrrrrm
2pts3
bhosmer.github.io 3y ago

Mm – 3D Matmul Visualizer

brrrrrm
2pts1
aws.amazon.com 3y ago

AWS Announces AWS Payment Cryptography

brrrrrm
2pts0
jott.live 3y ago

Twitter In the Browser Is Down

brrrrrm
9pts3
news.ycombinator.com 3y ago

Ask HN: How important is a zero-install experience to you?

brrrrrm
1pts2
en.wikipedia.org 3y ago

United States National Radio Quiet Zone

brrrrrm
8pts4
github.com 3y ago

GitHub Repo Named “Eeeeeeeeeeeeeeeeeeeeeeee ”

brrrrrm
2pts0

you are basically looking at a whole system prompt just describing the new language

whats wrong with this? You may be over-indexing on the need for large quantities of examples. These days self-play through RL is far more effective and data (not compute) efficient.

meta.ai in instant mode gets it first try too (I think?)

``` 2x + y = \operatorname{eml}\Big(1,\; \operatorname{eml}\big(\operatorname{eml}(1,\; \operatorname{eml}(\operatorname{eml}(1,\; \operatorname{eml}(\operatorname{eml}(L_2 + L_x, 1), 1) \cdot \operatorname{eml}(y,1)),1)\big),1\big)\Big) ```

for me Gemini hallucinated EML to mean something else despite the paper link being provided: "elementary mathematical layers"

you're right, this is actually correctly placed! I was confusing the orientation. I live right around there and recognize the M&T bank in the photo on the left, so it can't be down by 9th

on Bun's website, the runtime section features HTTP, networking, storage -- all are very web-focused. any plans to start expanding into native ML support? (e.g. GPUs, RDMA-type networking, cluster management, NFS)

a recent wave of interest in bitwise equivalent execution had a lot of kernels this level get pumped out.

new attention mechanisms also often need new kernels to run at any reasonable rate

theres definitely a breed of frontend-only ML dev that dominates the space, but a lot novel exploration needs new kernels

one thing I've learned in my career is that escape hatches are one of the most important things in tools made for building other stuff.

dropping down into the familiar or the simple or the dumb is so innately necessary in the building process. many things meant to be "pure" tend to also be restrictive in that regard.

None of which are they currently capable

what makes you say this? modern LLMs (the top players in this leaderboard) are typically equipped with the ability to execute arbitrary Python and regularly do math + random generations.

I agree it's not an efficient mechanism by any means, but I think a fine-tuned LLM could play near GTO for almost all hands in a small ring setting

When using least squares, a zero derivative always marks a minimum. But that's not true in general ... To tell the difference between a minimum and a maximum, you'd need to look at the second derivative.

It's interesting to continue the analysis into higher dimensions, which have interesting stationary points that require looking at the matrix properties of a specific type of second order derivative (the Hessian) https://en.wikipedia.org/wiki/Saddle_point

In general it's super powerful to convert data problems like linear regression into geometric considerations.

Do super computers run in fp64 mostly? At fp8 an h100 hits 2 petaflops, and with only 1000 of them you’ve got more compute power than el capitan (in raw flop count)