2026/08/04

Link Diary July 2026

Wolves Do Not Howl at the Moon

The full moon is only a film setting. Wolves howl regardless of moon phase, time of day, or season, mainly to communicate with the pack and mark their territory.

Kitty and Hetzner SSH

When xterm-kitty is not recognized during SSH, the fallback can be hard to use. Kitty can connect to a Hetzner server with reasonable compatibility.

kitty +kitten ssh user@hetzner-server

Which Base Linux Distributions Exist?

DistroWatch lists several hundred distributions, but only a much smaller number are independent base projects: Debian, Arch Linux, Fedora, openSUSE, Gentoo, Slackware, NixOS, Void Linux, Alpine Linux, and Solus.

Yeri AI: Generate Images and Videos

Yeri AI combines text-to-image, image-to-image, text-to-video, image-to-video, photo effects, templates, and image editing in one workspace. Stable Diffusion Online is mentioned as an additional browser-based image-generation tool.

Open Yeri AI Open Stable Diffusion Online

WieErWill: Engineering Blog on Rust and Robotics

WieErWill is a personal developer blog covering project logs, architecture notes, talks, embedded systems, Rust, C++, robotics, and practical software engineering.

Open WieErWill

TLDR: Technology News in Five Minutes

TLDR summarizes interesting stories from startups, technology, and programming in a short daily newsletter. Topics include AI, hardware, DevOps, and software development.

Open TLDR

Bash Variables with Default Values

Bash parameter expansion provides fallback values for unset or empty variables, which is useful for optional script arguments, configuration values, and paths.

NAME=${1-"World"}
echo "Hello, $NAME!"

Dealsbe: Directory of Practical AI Tools

Dealsbe lists AI tools for writing, image and video generation, research, programming, design, productivity, and automation.

Open Dealsbe

Calculate an Angel Number from Birth Date and Name

The page explains how to calculate a life path number from a birth date and an expression or destiny number from a full name. Whether the result fits remains a matter of personal interpretation.

Calculate an angel number

Bash: Check for Substrings

The article covers substring checks with wildcard matching, case statements, regular expressions, and grep.

STR='GNU/Linux is an operating system'
SUB='Linux'
if [[ "$STR" == *"$SUB"* ]]; then
  echo "It is there."
fi

Bash: if Conditions at a Glance

A compact overview of if, then, fi, elif, and else, plus numeric comparisons, string and file tests, and logical operators.

if [ "$value" -gt 10 ]; then
  echo "greater than 10"
elif [ "$value" -eq 10 ]; then
  echo "exactly 10"
else
  echo "less than 10"
fi

Forgejo: Git Hosting for Free Software

Forgejo is a lightweight, self-hosted software forge for Git projects. It is developed by a community under Codeberg e.V. and focuses on Free Software, collaboration, federation, privacy, and low maintenance.

Open Forgejo

Firecrawl: Web Search for AI Agents

Firecrawl gives AI agents structured web data by searching websites, extracting clean content, and interacting with pages. Results can be processed as Markdown, JSON, or screenshots.

Open Firecrawl

cheat.sh: The Universal Command-Line Cheat Sheet

cheat.sh provides unified access to community-maintained cheat sheets and documentation directly from the browser or terminal.

curl cheat.sh/tar

Open cheat.sh

Agent Skills: A Standard for Extensible AI Agents

Agent Skills is an open format for packaging domain knowledge and reusable workflows. A skill is centered on a SKILL.md file and can include scripts, references, and templates. Agents load the full instructions only when a skill is needed.

Open Agent Skills

Video Picks

Youtube Preview/Vorschau
What Most People Get Wrong About Sunscreen

MAITHINK X examines common misconceptions about sun protection, including protection time, chemical versus mineral filters, and SPF mathematics.

Youtube Preview/Vorschau
“German Company Builds Batteries with Infinite Lifetime?”

A look at repairable electric moped batteries with modular, replaceable cells instead of disposable battery packs.

Youtube Preview/Vorschau
Holacracy: Management without Hierarchy

Brian Robertson presents Holacracy as an alternative to the traditional management pyramid, assigning responsibility through roles.

OEmbed Error
  • Provider returned HTTP Status 401 for
  • All resolution methods failed
“NOBODY Can Predict Aubrey Plaza & Jennifer Lawrence!”

A compilation of entertainment and award-show moments featuring the two actors.

Youtube Preview/Vorschau
BYD Blade 2.0: What the New Cell Can and Cannot Do

A teardown-style analysis of BYD’s Blade 2.0 battery generation and its charging capabilities.

Youtube Preview/Vorschau
“FREE Water was ILLEGAL — He Changed That”

A documentary about Brad Lancaster’s rainwater harvesting and neighborhood transformation work in Tucson, Arizona.

Youtube Preview/Vorschau
“Germans DO Have a Sense of Humour” — Jimmy Carr in Frankfurt

Jimmy Carr performs in Frankfurt and tests local drinks, with a memorable aside at 2:44.

Youtube Preview/Vorschau
Best Local AI Models by GPU VRAM

Cloud Codes sorts open-source LLMs by the amount of GPU memory they need.

Discussion

Enter your comment:
 
You are here: start » KEINERWEISS » Heureka - Blog » Link Diary July 2026