michael.stapelberg.ch
For every cloud service I use, I want to have a local copy of my data for backup purposes and independence. Unfortunately, the gphotos-sync tool stopped working in March 2025 when Google restricted the OAuth scopes, so I needed an alternative for my existing Google Photos setup. In this post, I describe how I have set up Immich, a self-hostable photo manager.
blog.google
Build with Gemini 3 Pro, the best model in the world for multimodal capabilities.
brendangregg.com
about.netflix.com
ffd2.com
dmitry.gr
Dmitry.GR: PalmOS on new hardware!
youtube.com
frinkiac.com
The Simpsons Search Engine - Create Memes and GIFs
genomicpress.kglmeridian.com
Adenosine as the metabolic common path of rapid antidepressant action: The coffee paradox
blog.joeschrag.com
I once worked at a company which had an enormous amount of technical debt - millions of lines of code, no unit tests, based on frameworks ...
bitsaboutmoney.com
Crypto’s most popular product offers capital efficiency for professionals, leveraged exposure for the masses, rich yields for market makers — and a poorly understood failure mode.
ynetnews.com
Popular YouTubers Rick Beato and Rhett Shull discovered the platform was quietly altering their videos with AI; the company admits to a limited experiment, raising concerns about trust, consent and media manipulation
morling.dev
In distributed systems, there’s a common understanding that it is not possible to guarantee exactly-once delivery of messages. What is possible though is exactly-once processing. By adding a unique idempotency key to each message, you can enable consumers to recognize and ignore duplicate messages, i.e. messages which they have received and successfully processed before.
corrode.dev
I have a hobby. Whenever I see the comment // this should never happen in code, I try to find out the exact conditions under which it could happen. And in 90% of cases, I find a way to do just that. More often than not…
tobiasvl.github.io
A high-level guide to making a CHIP-8 emulator.
news.ycombinator.com
susam.net
netflixtechblog.com
hackclub.com
Manage your HCB organizations on the go. Issue cards, view transactions, and more!
signoregalilei.com
Our world relies on the sea more than ever: 80% of goods traded worldwide move by ship. Today’s mariners take it for granted that they can get an accurate chart of the tides for any location on Ear…
github.com
The missing standard library for multithreading in JavaScript (Works in Node.js, Deno, Bun, Web browser) - W4G1/multithreading
matduggan.com
It's JSON all the way down
bbc.co.uk
Frank Gehry was acclaimed for his love of jagged angles and use of industrial materials.
mooreslawisdead.com
Or: How the AI Bubble, Panic, and Unpreparedness Stole ChristmasWritten by Tom of Moore’s Law Is DeadSpecial Assistance by KarbinCry & kari-no-sugataBased on this Video: https://youtu.be/BORRBce5TGwIntroduction — The Day the RAM Market SnappedAt the beginning of November, I ordered a 32GB DDR5 kit for pairing with a Minisforum BD790i X3D motherboard, and three weeks later those very same sticks of DDR5 are now listed for a staggering $330– a 156% increase in price from less than a month ago! At
lemire.me
Base64 is a binary-to-text encoding scheme that converts arbitrary binary data (like images, files, or any sequence of bytes) into a safe, printable ASCII string using a 64-character alphabet (A–Z, a–z, 0–9, +, /). Browsers use it in JavaScript to embedding binary data directly in code or HTML or to transmitting binary data as text. … Continue reading How fast can browsers process base64 data?