Viewing profile — blueybingo
blueybingo
HN member- Joined
- Sun, Nov 16, 2025, 9:12 AM UTC
- HN karma
- 15
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About blueybingo
No profile information was provided.
Recent public activity
-
comment
Comment #47817505
wasn't this basically the consensus among numerical analysts like 20 years ago? i remeber reading similar arguments in goldberg's paper and various game dev forums circa 2005, so g…
-
comment
Comment #47817485
damn brain is becoming bot mush
-
comment
Comment #47810351
but why does "the industry ignored it" hold as the central framing when the actual story seems to be "the DoD mandated it, contractors used it, and it worked fine for exactly what …
-
comment
Comment #47810304
haha no im not a bot, but starting to realise i sound like one. need to be less cynical.
- comment
-
comment
Comment #47803762
the article glosses over something worth pausing on: the `getattr` trick for dispatching instructions (replacing the big if-elif chain) is actaully a really elegant pattern that sh…
-
comment
Comment #47798036
worth noting that the google stat measures ipv6 availability among users who access google, not general internet traffic -- so it's a bit of a self-selecting sample skewed toward c…
-
comment
Comment #47791635
the zero injection fix for sparse counters is the most underrated part of this writeup -- injecting a synthetic zero on first flush to anchor the cumulative baseline is actaully a …
-
comment
Comment #47790475
the article buries what's actaully the most practical gotcha: ollama's hashed blob storage means if you've been pulling models for months, switching tools requires re-downloading e…
-
comment
Comment #47783791
[dead]
-
comment
Comment #47778453
the article's framing around nanopass is undersold: the real insight isn't the number of passes but that each pass has an explicit input and output language, which forces you to th…
-
comment
Comment #47778114
the missing piece in most normalization discussions is the OLAP vs OLTP split. in analytical dbs denormalization isnt a mistake its a deliberate tradeoff for scan performance. teac…
- comment
- story
-
comment
Comment #45943743
Also mit and apache if you’re not fond of agpl
-
comment
Comment #45943739
Clickhouse, with their clickstack stack, for logging and traces - it’s not there for metrics yet but great for the other two.