Snapdragon X2 Elite ARM Laptop CPU
qualcomm.com
Everything that's wrong with Google Search in one image
bitbytebit.substack.com
Quicksort explained IKEA-style
idea-instructions.com
Huntington's disease treated for first time
bbc.com
SedonaDB: A new geospatial DataFrame library written in Rust
sedona.apache.org
Python on the Edge: Fast, sandboxed, and powered by WebAssembly
wasmer.io
Terence Tao: The role of small organizations in society has shrunk significantly
mathstodon.xyz
New bacteria, and two potential antibiotics, discovered in soil
rockefeller.edu
Launch HN: Flywheel (YC S25) – Waymo for Excavators
SonyShell – an effort to "SSH into my Sony DSLR"
github.com
Engineering a fixed-width bit-packed integer vector in Rust
lukefleed.xyz
How fast is Go? simulating particles on a smart TV
dgerrells.com
Learning Persian with Anki, ChatGPT and YouTube
cjauvin.github.io
How to Lead in a Room Full of Experts
idiallo.com
That Secret Service SIM farm story is bogus
cybersect.substack.com
Yt-dlp: Upcoming new requirements for YouTube downloads
github.com
How AWS S3 serves 1 petabyte per second on top of slow HDDs
bigdata.2minutestreaming.com
Driving Complex Decisions
garrettdbates.com
EU age verification app not planning desktop support
github.com
Better Curl Saul: a lightweight API testing CLI focused on UX and simplicity
github.com
Björk on nature and technology (2016)
thecreativeindependent.com
I've been curious about this. I wanted to build a "Comment on anything" program, but found that it would have to be a browser extension. Iframes can't load most pages, a custom browser is too much friction, and running a proxy is expensive.
So I gave up because I didn't want to write an extension.
Even if you get it working, I'm not clear how you maintain privacy - Loading the whole index from remote is private but expensive. Passing every URL you load to the service is cheap but terrible on privacy.
There are middle grounds like "first 4 letters of a SHA384 of the URL" or bloom filters, but I only skimmed the article and didn't notice which one they're using.