26-02#
Technology: The (nearly) perfect USB cable tester does exist | Lobsters
Eisa01/mpv-scripts: This repository contain scripts I have made for mpv media player…
grooming of the openrouter model list in open webui’s Admin > Models list
Liquid AI on VentureBeat needs little memory - good for self hosting?
Free Models Router - API, Providers, Stats | OpenRouter is a new variant of You are the product
We still don’t understand magnetism - YouTube
Lagrange points well explained
Unlocking high-performance PostgreSQL with key memory optimizations | Hacker News
good explanation (with pictures)
comment says PGTune - calculate configuration for PostgreSQL based on the maximum performance for a given hardware configuration
Sqldef: Idempotent schema management tool for MySQL, PostgreSQL, SQLite | Hacker News may be useful when neither django nor alembic are available
Cat and Mouse: Challenges in Adversarial Web Scraping - Tyler Young | ElixirConf US 2025 - YouTube
CycloneDX Bill of Materials Standard | CycloneDX
software bill of materials (BOM)
via
uv export --format cyclonedx1.5
Workledger - An offline first engineering notebook | Lobsters local first note taking app
Thinking Hard Burns Almost No Calories–But Destroys Your Next Workout | Hacker News says: brain idle ~1.53 calories / minute vs grandmaster chess at ~1.67 calories / minute
--dangerously-skip-reading-code | olano.dev
maybe…
this would need rigorous dev envs
currently: cli may do everything; agents must be sandboxed
maybe qubes os?
building software by asserting the spec?
least permissions
Cranot/roam-code: Instant codebase comprehension for AI coding agents
als Alternative zu grep interessant
Code mal anschauen
-
icecast2 war PITA zum deployen, weil fix 80 und 443
vielleicht reicht das für teddycloud
IMSLP: Free Sheet Music PDF Download (canadian)
-
Rapidata solves a fundamental problem faced by the modern AI industry. AI tools and systems, like ChatGPT, autonomous driving or magic erase, rely on massive amounts of data and the secret of the industry is that this data needs to be filtered, annotated and validated by enormous amounts of repetitive human labor in low cost countries. This is slow, expensive, and most of all, not scalable. Rapidata solves this by not relying on a fixed workforce, instead we have an existing network of Millions of People around the world that we can access through the same technology as digital ads. This allows us to offer 1000x faster human-verified data processing at scale, while being more affordable than the competition, unlocking human-in-the-loop capabilities for generative AI.
Sounds to me like human intellectual slave labor. There was a black mirror episode about that kind of stuff…
Show HN: PgDog – Scale Postgres without changing the app | Hacker News I looked into it some time ago. Looks good, but I don’t need sharding atm.
/levkkin the thread. Good stuff.
Generate big PDF file (20 MB, 50 MB)#
Create a PDF containing an image with N pixels.
Each pixel has 3 bytes (RGB).
For 20MB [1], you need 20*1024*1024/3 pixels.
make_pdf() {
meg=$1
convert -size 1024x$(( $meg * 1024 / 3)) xc:white +noise Random ${meg}M.pdf
ls -lh ${meg}M.pdf
}
make_pdf 20
make_pdf 50
Replacing xfce4-screenshooter with maim#
My xfce4-screenshooter refused to copy to clipboard. Maybe xfsettingsd, maybe clipman according to https://bbs.archlinux.org/viewtopic.php?pid=2161470#p2161470.
Flameshot looked good, but did not return focus to my terminal after being called with flameshot gui --clipboard --accept-on-select.
It also does too much. Further, it cannot select a window.
maim is simpler. I like it.
Before:
xfce4-screenshooter --region --clipboard
After:
maim --select | clipboard
docker-compose network_mode: service:foo#
https://docs.docker.com/reference/compose-file/services/#network_mode
Same network NS as service called foo, thus:
curl localhost
# returns response from foo service
flatpak update for graphics driver#
After updating nvidia driver on the host, run flatpak update --assumeyes.
Youtube#
Wie erwartet: Jetzt ist die Zeit gekommen, in der Youtube Leuten wir mir, die mit Adblock daher kommen, den Hahn zudreht:
Sign in to confirm you’re not a bot This helps protect our community. Learn more
Spannend! Ich wusste noch gar nicht, dass “community” und “money” [2] synonym sind.