2026/08/04

Link Diary June 2026

    • Young founder builds Louisiana's largest glass recycling factory
    • How do hotels actually make money?
    • 17 years of 28,655 flashcards a day — spaced repetition in its purest form
    • Can a small local AI model triage real emails?
    • Reverse proxy vs. load balancer vs. API gateway: the real difference
    • The strange Soviet method for 100+ push-ups per set
    • How the first hour of the morning affects belly-fat metabolism
    • Do not watch this if you hate cockroaches — extreme cleaning
    • Britney Spears — Toxic, played on household appliances
    • “Everyone should see this before graduating from high school”
    • Google's OKF — structuring knowledge for AI agents
    • Underwater moon pool (wet porch) — does this really exist?
    • The Little Vampire — all episodes (1985 animated series)
    • AI Engineering in 76 minutes (complete speedrun course)
    • Local AI coding is finally good enough
    • 7 unusual ADHD hacks that improve everyday life (without discipline)
    • “He's a Pirate” from Pirates of the Caribbean, played on Stardew Valley recorders
    • Vagus nerve reset — an exercise for stress
    • Using the Terraform test framework
    • “Why indie developers are switching to Godot”

Mount USB drives at startup

USB drives can be mounted at system startup using the fstab guide. It also explains the purpose of the dump and pass fields. For USB devices, identifying entries by UUID is recommended so they remain reliable even when device names such as /dev/sdb1 change.

The UUIDs of existing drives can be displayed like this:

ls -al /dev/disk/by-uuid/

The Voynich Manuscript — unknown script, strange plants

The Voynich Manuscript is written in a script nobody has convincingly deciphered to this day. It also contains drawings of plants that apparently do not exist. Is the whole thing an elaborate fake, or is there more to it?

Practice typing in the terminal

Typer CLI is a trainer for improving typing speed, right in the terminal. A small tool for anyone who wants to type faster without opening a browser.

Start Hyprland with a solid base configuration

ML4W provides a solid Hyprland configuration for anyone who finds setting everything up from scratch too much work. The configuration can then be extended to suit individual preferences.

Software needs maintenance

Malus.sh — is it a joke? A rewrite? Yeah, questionable, but yeah. Software also requires maintenance, after all.

Jim Rohn quotes and books

Jim Rohn's quotes are simply excellent. His books come highly recommended.

Gaming community in Tübingen

EGT ist eine Gaming community in Tübingen.

Dispose of computer waste properly

How should computer waste actually be disposed of? The article explains what to consider when getting rid of computers and other electronic waste, so old hardware does not simply end up in the general rubbish.

Video-Picks

Youtube Preview/Vorschau
Young founder builds Louisiana's largest glass recycling factory

Started in a backyard in 2020 and is now Louisiana's largest glass recycler. The waste glass is turned into sand to rebuild the state's disappearing wetlands.

Youtube Preview/Vorschau
How do hotels actually make money?

Anyone booking an expensive room is renting from a brand that often no longer owns the hotel. Henning Laakmann explains how hotel chains work through franchising, timeshares, and management contracts, and why the brand name is worth more than the property.

Youtube Preview/Vorschau
17 years of 28,655 flashcards a day — spaced repetition in its purest form

A medical student built his own spaced-repetition system and used it for 17 years, almost without traditional cramming. It makes you think about what continuous micro-repetition can really achieve.

Youtube Preview/Vorschau
Can a small local AI model triage real emails?

A practical test of whether an Ollama agent on a laptop can do real assistant work: an email-triage pipeline instead of a demo hello world. Very practical, with clear Python examples.

Youtube Preview/Vorschau
Reverse proxy vs. load balancer vs. API gateway: the real difference

What really happens between browser and backend? The channel cleanly breaks down the gateway layers: who terminates TLS, who distributes load, who routes, and why these are three different roles rather than one.

Youtube Preview/Vorschau
The strange Soviet method for 100+ push-ups per set

The author goes from 20 to almost 100 repetitions per set in 10 weeks. No fancy equipment, no sets to failure, just a specific protocol originally developed in the Soviet Union.

Youtube Preview/Vorschau
How the first hour of the morning affects belly-fat metabolism

What if the reason for belly fat is not diet or exercise, but the first hour after waking up? Five simple, scientifically supported morning routines from everyday Japanese life, especially relevant to cortisol.

Youtube Preview/Vorschau
Do not watch this if you hate cockroaches — extreme cleaning

An extreme clean-up of an apartment crawling with cockroaches. Purely cathartic and highly visual, with explanations of professional pest control along the way.

Youtube Preview/Vorschau
Britney Spears — Toxic, played on household appliances

Eight electrical appliances perform the hit: an epilator, two toothbrushes, three credit-card machines, and two typewriters. Pure ASMR music, a perfect 1:49 for a quick break.

Youtube Preview/Vorschau
“Everyone should see this before graduating from high school”

A 34-minute cleaning video from the channel *Midwest Magic Cleaning*. The title is deliberately exaggerated; the video itself is a normal deep-clean run.

Youtube Preview/Vorschau
Google's OKF — structuring knowledge for AI agents

Google announced the *Open Knowledge Format*: a new standard that structures knowledge in simple Markdown so agents can read and use it. Marie Haynes explains the SEO implications, shows how to build the first OKF bundle, and presents workflows for your own data.

Youtube Preview/Vorschau
Underwater moon pool (wet porch) — does this really exist?

In underwater films, the open pool in the floor of a habitat station is a standard feature. But is it real engineering? Using Aquarius Reef Base, the world's only continuously operated underwater research laboratory, Ian explains how such an opening works and what saturation divers have to consider.

Youtube Preview/Vorschau
The Little Vampire — all episodes (1985 animated series)

A complete upload of the animated series based on Angela Sommer-Bodenburg's children's books, featuring Gerd Fröbe from *Goldfinger*. Nostalgia for a rainy weekend.

Youtube Preview/Vorschau
AI Engineering in 76 minutes (complete speedrun course)

Marina Wyss summarizes Chip Huyen's standard work *AI Engineering* in 76 minutes: foundation models, evaluation, model selection, prompt engineering, RAG, agents, and fine-tuning. A good overview for anyone who needs the material but will not read the book.

Youtube Preview/Vorschau
Local AI coding is finally good enough

ForrestKnight pits a frontier model against a local LLM on real TypeScript and Rust codebases, and the local model performs surprisingly well. A practical benchmark without the marketing fluff.

Youtube Preview/Vorschau
7 unusual ADHD hacks that improve everyday life (without discipline)

Ruri Ohama collects seven unconventional strategies from everyday life with ADHD, beyond the usual “just use more discipline” advice. Includes a sponsor segment for a desk speaker, but the hacks stand on their own.

Youtube Preview/Vorschau
“He's a Pirate” from Pirates of the Caribbean, played on Stardew Valley recorders

Good Games Brewing recreates the main theme from *Pirates of the Caribbean* using the in-game recorder flutes from Stardew Valley, including changes in time signature. Two minutes of pure listening pleasure.

Youtube Preview/Vorschau
Vagus nerve reset — an exercise for stress

Renée Ostertag demonstrates a short exercise that uses eye and head position to give the brain a safety signal and move toward a calmer state through yawning, sighing, or swallowing. The channel explicitly states that this is not medical advice.

Youtube Preview/Vorschau
Using the Terraform test framework

Since Terraform 1.6, the test framework has been generally available. Ned in the Cloud shows how to write unit and integration tests for Terraform modules, including syntax, setup, and best practices.

Youtube Preview/Vorschau
“Why indie developers are switching to Godot”

A short piece about Godot migration among indie developers. Most of the video is actually the channel's devlog for a hand-drawn 2D roguelite in Godot; the “why switch?” question is mainly the hook.

Discussion

Enter your comment: