DeepSeek Open Sources DeepGEMM: Clean and efficient FP8 GEMM kernels
github.com
I Went to SQL Injection Court
sockpuppet.org
Part two of Grant Sanderson's video with Terry Tao on the cosmic distance ladder
mathstodon.xyz
Ggwave: Tiny Data-over-Sound Library
github.com
Launch HN: Browser Use (YC W25) – open-source web agents
github.com
Hard problems that reduce to document ranking
noperator.dev
EdgeDB is now Gel and Postgres is the future
geldata.com
Emergent Misalignment: Narrow finetuning can produce broadly misaligned LLMs [pdf]
martins1612.github.io
The Deep Research problem
ben-evans.com
Hive Roaster Handheld Smoke Incinerating Coffee Roaster
hiveroaster.com
Bald eagles are thriving again after near extinction
newsweek.com
Voker (YC S24) is hiring an LA-based full stack AI software engineer
linkedin.com
Framework's first desktop is a strange–but unique–mini ITX gaming PC
arstechnica.com
Forum with 2.6M posts being deleted due to UK Online Safety Act
forums.hexus.net
Chicory: A JVM native WebAssembly runtime
chicory.dev
Show HN: MyCoder, an open source Claude-Code alternative
github.com
If it is worth keeping, save it in Markdown
p.migdal.pl
Embedding Python in Elixir, it's fine
dashbit.co
Why are QR Codes with capital letters smaller than QR codes with lower case?
shkspr.mobi
DeepSearcher: A local open-source Deep Research
milvus.io
New maps of the chaotic space-time inside black holes
quantamagazine.org
From Reform to Ruin in the USSR
cogitations.co
I am excited to see another project that works as a stand-alone tool without any kind of server and without being an IDE plugin. I am highly curious about how you actually approach making modifications, so I am mostly interested in the transcript you posted. https://pastebin.com/FcGKdPbU
1. I notice that it seems to look at all files in examples, then opts to scan examples/react/start-basic-auth/src/main.tsx, then says "I apologize for the confusion" and seems to move on to something else (lines 13-22). What happened here? This happens again on line 77.
2. It looks (lines 25 to 37) like it has difficulty actually working with source files, due to file size. This seems to happen several more times in the h3 section (line 85). It might be worth building something like Aider's repomap to handle larger files.
It does seem to get to a useful conclusion without a lot of looping around, so overall it looks promising!