Blog hosted on a Nintendo Wii
blog.infected.systems
Show HN: Dia, an open-weights TTS model for generating realistic dialogue
github.com
Astronomers confirm the existence of a lone black hole
phys.org
Launch HN: Magic Patterns (YC W23) – AI Design and Prototyping for Product Teams
The Value of Differences: Jennifer Lindsay on Noticing Translation
sydneyreviewofbooks.com
Cekura (Formerly Vocera) (YC F24) Is Hiring
ycombinator.com
Show HN: Open Codex – OpenAI Codex CLI with open-source LLMs
github.com
Pipelining might be my favorite programming language feature
herecomesthemoon.net
FTC takes action against Uber for deceptive billing and cancellation practices
ftc.gov
Optimizing Heap Allocations in Go: A Case Study
dolthub.com
Adding keyword parameters to Tcl procs
world-playground-deceit.net
Is 1 Prime, and Does It Matter?
mathenchant.wordpress.com
Local LLM inference – impressive but too hard to work with
medium.com
Dumb statistical models, always making people look bad
statmodeling.stat.columbia.edu
Thieves took their iPhones. Apple won't give their digital lives back
washingtonpost.com
A new form of verification on Bluesky
bsky.social
Getting forked by Microsoft
philiplaine.com
Lichens can survive almost anything, and some might survive Mars
arstechnica.com
AI assisted search-based research works now
simonwillison.net
Tabular Programming: A New Paradigm for Expressive Computing
sam.elborai.me
I noticed that Claude completely changes its character when it starts using MCP. Can’t have a conversation, instructions in my memory are ignored including code styles.
And it just doesn’t know how to stop. When I tell it to run tests, it will continue running and fixing them until they pass. Which is what you want often, but it can also uncontrollably spiral into its own hallucinations.
https://github.com/ezyang/codemcp Is really nice because it’s a lot cheaper, but this kind of stuff and the lack of caching is pushing me towards multiple chained agents calling the API directly.