Patrick Winston: How to Speak (2018) [video]
youtube.com
Amazon has mostly sat out the AI talent war
businessinsider.com
Implementing a Foil Sticker Effect
4rknova.com
Adaptive LLM routing under budget constraints
arxiv.org
Raspberry Pi 5 support (OpenBSD)
marc.info
The future of 32-bit support in the kernel
lwn.net
Making Minecraft Spherical
bowerbyte.com
Thoughts on (Amazonian) leadership
daemonology.net
Cloudflare Radar: AI Insights
radar.cloudflare.com
F1 in Hungary: Strategy and fast tire changes make all the difference
arstechnica.com
Ask HN: Who is hiring? (September 2025)
Bear is now source-available
herman.bearblog.dev
Towards Memory Specialization: A Case for Long-Term and Short-Term RAM
arxiv.org
The ABC Programming Language
homepages.cwi.nl
The buyer-pull and seller-push theories of sales
howtogrow.substack.com
One of Britain's largest stocks of second-hand books ever amassed
worldofinteriors.com
Optery (YC W22) Is Hiring in Engineering, Legal, Sales, Marketing (U.S., Latam)
optery.com
Using JWT to establish a trusted context for Row Level Security
vondra.me
Effective learning: Rules of formulating knowledge (1999)
supermemo.com
Ask HN: Who wants to be hired? (September 2025)
CocoaPods trunk read-only plan
blog.cocoapods.org
Pocket is shutting down and I really, really liked it. So I built woomarks, an app that let's you save links with a similar UI. It's very minimal, but it's doing everything I liked from Pocket and you can bulk import your links and use the app or self-host.
- Public app that you can test: https://woomarks.com/
- My self-hosted version, where you can see my saves: https://roberto.fyi/bookmarks/
- Repository if you want to self-host: https://github.com/earlyriser/woomarks
Export links from Pocket here: https://getpocket.com/export the last day will be on October 20025.
Features: - Add/Delete links - Search - Tags - Bookmarklet (useful for a 2-click-save) - Data reads from: csv file in server (these links are public) local storage in browser (these links are visible just for the user) - Local storage saving. - Import to local storage from csv file - Export to csv from local storage. - Export to csv from csv file (useful when links are "deleted" using the app and just hidden using a local storage blacklist). - Export to csv from both places. - No external libraries. - Vanilla css code. - Vanilla js code.