I was recently diagnosed with a rare autoimmune disorder called anti-NMDA receptor encephalitis. It's a "disease of chaos" that completely upturned my life for a couple months.
I wrote a blog about it that goes into more detail and discusses prognosis.
https://t.co/mP0ftCuwpp
@unsafebl0ck@geofflangdale I think you’re making my point. Just acknowledge that it’s an unfortunate and even unreasonable limitation. Technologies often have trade-offs.
the whole "when a measure becomes a target, it ceases to be a good measure" thing is def real
but now people think looking at any metric is pointless
the root issue is when your team is motivated incorrectly and would prefer to game a metric instead of learning from it
@julianharris@antirez Could also be an accident of how they started and how that influenced the next steps? If you repeated the projects with the same models you might get different impressions
This is a beautifully-written piece and extremely accessible to anyone just with mathematical maturity. Highly recommended. Crystallizes so many things that have been jostling around in my head in terms of work I've been looking for (around the Kolmogorov intuition).
I got board of opening spreadsheets with google sheets.
So I've built `spread` a native spreadsheet viewer.
Built with @zeddotdev's GPUI. Can open xlsx, csv and parquet.
Will open a 30M row parquet file in <100ms.
Renders most xlsx formatting.
https://t.co/gkvSxH4p0r
one ordinary thunderstorm, averaged over its lifetime, outputs about 200 GW. a cat 5 hurricane like katrina is outputting 600 TERRAwatt average. the scope and scale of human civilization is still small even on our own planet
- Open-source self-hosting.
- sub-50 ms P99 latency
- Plain S3 economics, no S3 Express tier
- Quorum-replicated durability and horizontal scaling based on thread-per-core x multi-Raft
That's how we implement this: https://t.co/L3WxDkvXuR
Most human tasks are not Markovian, the optimal next action cannot be determined solely by looking at the current state. It depends heavily on the past trajectory, the original intent, and context constraints. An agent that cannot compress and track its past trajectory with absolute fidelity is maybe 20% as useful as one that can.
@ThePrimeagen I feel like there will be many more languages that compile to LLVM IR & do useful things before that step
LLVM IR is better as a “universal language compilation target” than WASM (and JS which preceded it for that usecase)