Curated river of news

Reader

Latest posts from blogs I follow

2916 entries
59 pages

📍 Sushi Izuki(opens in new tab)

Finally got a chance to visit @izukiorlando with @instantsal this week. Generally, I set my expectations for sushi in Florida to quite low, especially if the restaurant isn't Japanese-owned. Izuki blew away those admittedly reserved expectations with one of the ...

Developing Measurements with Cat Hicks(opens in new tab)

SoCal Linux Expo - discount "FAFOF" -https://www.socallinuxexpo.org/Kubecon EU Amsterdam - https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/Linuxfest North West - https://linuxfestnorthwest.org/Newsletter - https://sub.fafo.fm/Dr. Cat Hicks takes a different approach to traditional engineer productivity measurements. Instead of turning engineers into velocity numbers she takes a holistic approach ...

My AI wishlist(opens in new tab)

May the hardware shortages empower European and Chinese companies to drastically boost investments into RISC-V hardware so it could become a viable architecture for production workloads earlier than expected.

A fuzzer for the Toy Optimizer(opens in new tab)

Another entry in the Toy Optimizer series. It’s hard to get compiler optimizers right. Even if you build up a painstaking test suite by hand, you will likely miss corner cases, especially corner cases at the interactions of multiple components ...

Why I Hate Anthropic and You Should Too(opens in new tab)

Why I Hate Anthropic and You Should Too/images/why-you-should-hate-anthropic.webp/images/why-you-should-hate-anthropic.webp All the best influencers hate Anthropic right now, and for good reason. They ruined everything, and they're worthy of every bit of hate they get. Quick recap: - They came ...

Continvoucly Morged Value(opens in new tab)

You might have seen the diagram before. The one Vincent Driessen put up on his website a few years ago to explain the concept of a Git branching model. Source: Vincent Driessen’s original Git branching model diagram A few days ...

#470: A Jolting Episode(opens in new tab)

Topics covered in this episode: Better Python tests with inline-snapshot jolt Battery intelligence for your laptop Markdown code formatting with ruff act - run your GitHub actions locally Extras Joke See the full show notes for this episode on the ...

Priority of idle hands(opens in new tab)

I had a small, intrusive realization the other day that computers and the internet are probably bad for me. I mean that beyond the general advice to touch grass. From an ADHD and generalized anxiety perspective, computers and the internet ...

Bitter Lesson Engineering(opens in new tab)

Bitter Lesson Engineering/images/blog/bitter-lesson-engineering/bitter-lesson-engineering-header.webp/images/blog/bitter-lesson-engineering/bitter-lesson-engineering-header.webp I have a new concept I'm using everywhere in my AI engineering called Bitter Lesson Engineering BLE. The idea comes from...

Querying 3 billion vectors(opens in new tab)

Recently, I got nerd-sniped by this exchange between Jeff Dean and someone trying to query 3 billion vectors. I was curious to see if I could implement the optimal map-reduce solution he alludes to in his reply. A vector is ...