Performance of the Python 3.14 tail-call interpreter
blog.nelhage.com
Trees not profits: we're giving up our right to ever sell Ecosia (2018)
blog.ecosia.org
Chasing RFI Waves – Part Seven
raoulpop.com
Stack Traces Are Underrated
karl.berlin
Apple Exclaves
randomaugustine.medium.com
OpenAPK – open-source Apps for Android, updated weekly
openapk.net
Planes are having their GPS hacked. Could new clocks keep them safe?
bbc.com
Ecosia is teaming up with Qwant to build a European search index
blog.ecosia.org
It is as if you were on your phone
pippinbarr.com
Stanford researchers develop dual-antibody treatment for ALL SARS-CoV-2 variants
science.org
Exploring Polymorphism in C: Lessons from Linux and FFmpeg's Code Design (2019)
leandromoreira.com
Contra Chrome: How Google's browser became a threat to privacy and democracy
contrachrome.com
Mysterious tunnels sketched by Leonardo may have been found
cnn.com
Show HN: Back to one-time end-to-end encrypted anonymous chats in 2025
yaps.chat
Show HN: Searchable Vim Cheat Sheet with Favorites (Open-Source)
nvim-cheatsheet.vercel.app
Compiling C++ with the Clang API
maskray.me
From Prompt to Adventures:Creating Games with LLMs and Restate Durable Functions
restate.dev
Llama.cpp AI Performance with the GeForce RTX 5090 Review
phoronix.com
Structured Labs (YC S23) Is Hiring for Full-Stack Engineers
ycombinator.com
Walt Disney's MultiPlane Camera (Filmed Feb. 13, 1957) [video]
youtube.com
Nomars: No Manning Required Ship
darpa.mil
Tesla created secret team to suppress driving range complaints (2023)
reuters.com
Vilhelm Hammershøi: the eminence in greys
richardmorris.org
Hi Reddit,
As my school-funded GitHub education pack is about to expire, I have to let go of the InitelliJ IDEs and I decided to sell my soul and use NeoVim. I am already using Ubuntu after all, so why not continue the 10x cargo culting?
I soon realized that NeoVim is hard. I keep on forgetting how to do things. I figured the best course of action to take would be to start a project that I am writing entirely with using NeoVim... and I figured I'll build a cheat sheet for myself! I was not really satisfied with the existing cheat sheets as I couldn't really search in them and save my favorites to look them up later.
I decided to deploy it after all, so I can look on it on my phone as well. Then I figured, why do not I open source it, so the community can also help broaden this app?
I already feature a search by keyword, category and the favourites function. I plan to add popular remaps also and command breakdowns, to understand why and how eg. 'ggVP' highlights all the texts.
Perhaps I'll add guides later on too.
Enjoy! Now excuse me but I have to configure an LSP for JavaScript...