I love the work of the ArchWiki maintainers

i-love-the-work-of-the-archwiki-maintainers

For this year’s ”I love Free Software Day” I would like to thank the maintainers of Free Software documentation, and here especially the maintainers of the ArchWiki. Maintainers in general, and maintainers of documentation most of the time get way too little recognition for their contributions to software freedom. Myself, Arch Project Leader Levente, ArchWiki […]

Show HN: Off Grid – Run AI text, image gen, vision offline on your phone

show-hn:-off-grid-–-run-ai-text,-image-gen,-vision-offline-on-your-phone

The Swiss Army Knife of On-Device AI Chat. Generate images. See. Listen. All on your phone. All offline. Zero data leaves your device. Not just another chat app Most ”local LLM” apps give you a text chatbot and call it a day. Off Grid is a complete offline AI suite — text generation, image generation, […]

How long do job postings stay open?

Healthcare & Life Sciences 80,369 23.8 59.9 34.6 Retail, Food & Hospitality 71,210 33.0 62.8 39.5 Engineering, Hardware & Manufacturing 55,518 22.6 58.2 35.2 Operations & Program Management 39,364 21.5 47.6 32.6 Software Engineering 31,729 22.2 59.0 35.7 Finance, Accounting & Legal 29,393 22.4 56.5 34.2 Sales & Business Development 27,458 23.7 53.7 34.7 Marketing […]

You can’t trust the internet anymore

you-can’t-trust-the-internet-anymore

I like things that are strange and a bit obscure. It’s a habit of mine, and a lot of this blog is to document things I haven’t heard of before, because I wanted to learn about them. I mean, jeez, I’m certainly not writing blog posts about strip mahjong because the people demand it. But […]

Gemini 3 Deep Think drew me a good SVG of a pelican riding a bicycle

gemini-3-deep-think-drew-me-a-good-svg-of-a-pelican-riding-a-bicycle

Gemini 3 Deep Think (via) New from Google. They say it’s ”built to push the frontier of intelligence and solve modern challenges across science, research, and engineering”. It drew me a really good SVG of a pelican riding a bicycle! I think this is the best one I’ve seen so far – here’s my previous […]

Internet Increasingly Becoming Unarchivable

internet-increasingly-becoming-unarchivable

As part of its mission to preserve the web, the Internet Archive operates crawlers that capture webpage snapshots. Many of these snapshots are accessible through its public-facing tool, the Wayback Machine. But as AI bots scavenge the web for training data to feed their models, the Internet Archive’s commitment to free information access has turned […]

A header-only C vector database library

a-header-only-c-vector-database-library

A lightweight, header-only C library for storing and searching high-dimensional vector embeddings with optional multithreading support. Header-only implementation (single file: vdb.h) Multiple distance metrics (cosine, euclidean, dot product) Optional thread-safe operations via #define VDB_MULTITHREADED Save/load database to/from disk Custom memory allocators support No dependencies (except pthreads for multithreading) Python bindings (refer to vdb.py) /*test.c*/ #include […]

uBlock filter list to hide all YouTube Shorts

ublock-filter-list-to-hide-all-youtube-shorts

A maintained uBlock Origin filter list to hide all traces of YouTube shorts videos. Copy the link below, go to uBlock Origin > Dashboard > Filter lists, scroll to the bottom, and paste the link underneath the ’Import…’ heading:https://raw.githubusercontent.com/i5heu/ublock-hide-yt-shorts/master/list.txt > uBlock Origin subscribe link < (does not work on GitHub) Bonus: hide YouTube Comments https://raw.githubusercontent.com/i5heu/ublock-hide-yt-shorts/master/comments.txt […]

Show HN: Arcmark – macOS bookmark manager that attaches to browser as sidebar

show-hn:-arcmark-–-macos-bookmark-manager-that-attaches-to-browser-as-sidebar

Arcmark is a native macOS bookmark manager built with Swift and AppKit that attaches to any browser window as a sidebar. Inspired fully by how the tabs organization works in Arc browser’s sidebar, so that the author could finally stop using this browser and try something else. arcmark-demo-video-1-720.mp4 Why Arcmark? Browser-Attached Sidebar – Float alongside […]