content: 2026-05-05 capture run — 28 finds, 2 reviews, set-pick tooling

Captured 27 finds from the daily sweep across 15 sources (Daring
Fireball, HN Show HN, Kottke, Wallpaper, Outbound, Uncommon Goods,
Kikkerland, BIFL, Quote Investigator, Marginalian, r/dadjokes,
icanhazdadjoke, r/shortcuts, Recomendo, Messy Nessy) plus one user-
suggested find (valchoose-barf-bags) and 11 additional reader-
suggestion finds (appcleaner, blip, cleanmykeyboard, clocker,
daisydisk, ia-writer, launchos, macfolio, mos, vivid, wallspace).

New reviews: monitorcontrol (graduated from today's reader
suggestion, category interface) and blip (graduated from today's
reader suggestion, category indie). Both registered in hero.ts.

Site tooling: new dev-only POST /api/set-pick middleware that
rewrites HERO_SLUG in src/pages/index.astro for the Make today's
pick action. EditConfirm reworked to support a non-copy "set-pick"
mode; EditAction takes action and slug props; the reviews template
switches the toolbar button over to the new wiring.

Log + candidate-sources updated. Two new candidates: Routinehub.co
and Moss & Fog.
This commit is contained in:
2026-05-05 17:12:01 -04:00
parent ed1d484ccb
commit 563c98511f
81 changed files with 856 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

+24
View File
@@ -0,0 +1,24 @@
---
name: "Blip"
subtitle: "AirDrop for everyone, even the Windows users"
date: 2026-05-05
category: indie
tags: [macos, file-transfer, cross-platform, menu-bar, free]
description: "A menu-bar file-transfer app shaped like AirDrop but spanning Mac, Windows, Linux, iOS, and Android. Direct device-to-device, no server-side storage, no size cap."
link: https://blip.net/
linkText: "Visit blip.net"
source: "Reader suggestion"
fromFind: "blip"
---
![The Blip menu-bar dropdown showing a list of paired devices — a Galaxy S21, a Windows machine, and a contact named Alice Archer — with a search field at the top](./hero.jpg)
> A menu-bar app that beams files device-to-device the way AirDrop does, except the other end can be a ThinkPad, an Android phone, or a Linux box. Direct, end-to-end, no Blip server in the middle, no size cap.
AirDrop's whole appeal is the click-once-and-it's-there workflow — and its whole limitation is that it stops at the edge of the Apple ecosystem. The moment the person you're sending to has a Windows laptop or a Pixel, you fall back to Dropbox links, WeTransfer expirations, or the indignity of email attachments. Blip exists in that gap.
The Mac client is a menu-bar item. Click the Blip glyph and the dropdown shows every device you've paired — your own iPhone, a friend's Pixel, a colleague's Windows machine — alongside any contact you've shared with by email. Drop a file onto a row and it streams directly between the two devices. Same Wi-Fi gets a fast LAN path; across the internet, traffic is end-to-end encrypted and never touches Blip's servers. There is no size limit, which is the line that matters once you're moving raw video or a folder of design source files.
The cross-platform reach is the whole point: native clients on macOS, Windows, Linux, iOS, and Android all talk to each other with the same UI metaphor. Authentication is by email — you add a contact once and Blip routes future transfers to whichever of their devices is online. Free for personal use; commercial pricing for business.
Honest limits: the email-as-identity model means the recipient sees your address, which a few users have raised privacy concerns about; large transfers across NAT-restricted networks fall back to a relay rather than a true direct path, with the throughput hit that implies; and there's no shared-folder or asynchronous "send to inbox" mode — both ends need to be online during the transfer (with auto-resume if a side drops). For the AirDrop-with-Windows job it was built for, none of that gets in the way.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

@@ -0,0 +1,24 @@
---
name: "MonitorControl"
subtitle: "Native brightness and volume keys for any external display"
date: 2026-05-05
category: interface
tags: [macos, display, ddc, external-monitor, open-source, brew]
link: "https://github.com/MonitorControl/MonitorControl"
linkText: "View on GitHub"
description: "Open-source Mac utility that uses DDC/CI to make Apple's brightness and volume keys actually work on third-party monitors."
source: "Reader suggestion"
fromFind: "monitorcontrol"
---
![MonitorControl's preferences pane next to the menu-bar overlay showing brightness and volume sliders for an external LG Ultra HD and the built-in Color LCD](./hero.png)
> An open-source Mac utility that uses DDC/CI to remap the F1/F2 keys to actually move a third-party monitor's hardware backlight, with the native macOS OSD overlay.
Plug a Dell, LG, or BenQ into a Mac and the F1/F2 keys do nothing. Apple reserves real brightness control for its own displays — every external panel is left at whatever level it shipped with, until you find the small joystick on the back and start poking at the manufacturer's on-screen menu. MonitorControl fixes that by sitting in the menu bar, talking DDC/CI to the monitor over the existing video cable, and remapping Apple's standard keys to actually move the panel's hardware backlight.
It also slaves the external display to the laptop's ambient-light sensor, so when the built-in panel dims at sunset, the LG next to it follows along. Volume keys can drive the monitor's built-in speakers via the same DDC channel where supported. Per-monitor preferences live in a menu bar item with sliders that mirror what Apple ships natively — the OSD overlay that pops up when you press the keys is the same translucent slider, not a custom UI. Out of the box it covers the entire "I just want my keys to work" gap; advanced controls (gamma, color preset switching, software dimming as a fallback for monitors without DDC) are tucked into preferences for the people who need them.
Honest limitations: DDC/CI is a 1980s monitor protocol that some manufacturers implement worse than others, so a few panels will respond slowly or not at all to brightness changes. USB-C hubs can interrupt the DDC channel; the project's GitHub issues track which docks pass it through cleanly. And on some Macs, sleeping the laptop briefly wakes the monitor at 100% before MonitorControl reasserts the saved level. None of these are deal-breakers — they're the shape of what working with DDC actually looks like.
Free, GPL-licensed, brew-installable as `brew install --cask monitorcontrol`. The kind of utility that should ship in the OS and doesn't — written by people who decided to fix that themselves a long time ago.