frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Process as a Proxy for Motivation

https://bengodfrey.dev/blog/process/
1•sudo-bendg•35s ago•0 comments

SIM Hijacking

https://github.com/lexs201992-gif/motorola-g04s-t606-spreadtrum/blob/main/Simjacker.yar
1•lexs201992-gif•5m ago•0 comments

Intriguing Stories in Computer Science

https://inventwithpython.com/blog/intriguing-stories-in-cs.html
1•gregsadetsky•5m ago•0 comments

Show HN: Decant – Understand how you spend tokens

https://github.com/dosu-ai/decant
2•devstein•5m ago•0 comments

Why is zero plural? (2024)

https://ell.stackexchange.com/questions/352455/why-is-zero-plural
1•downbad_•8m ago•0 comments

Bun v1.4 with an additional 1,493 passed tests from the Node test suite

https://twitter.com/bunjavascript/status/2087436767054213517
1•CrimsonRain•9m ago•1 comments

IBM Let Me Inside the Machine Nobody's Watching in the AI Race [video]

https://www.youtube.com/watch?v=SH00Rso79Gg
1•binyu•10m ago•0 comments

SpeakEZ – free, local dictation for macOS that cleans up filler words

https://github.com/AxelVandenHeuvel/speak-ez
1•axel2moon•11m ago•1 comments

irc2Frotz – play interactive fiction over an IRC channel

https://github.com/DavesCodeMusings/irc2Frotz
1•emigre•12m ago•0 comments

"the fourth place" and why "third places" have fallen short (2023)

https://thesfcommons.substack.com/p/introducing-the-fourth-place-and
2•jjleads•15m ago•0 comments

Influencers draw backlash for attending OpenAI's first luxury trip

https://techcrunch.com/2026/08/03/influencers-draw-backlash-for-attending-openais-first-luxury-trip/
1•cdrnsf•15m ago•0 comments

UA Drone Forces Commander's Message to Baltic States: Clear the Russian Border

https://balticsentinel.eu/8526419/ukrainian-drone-forces-commander-s-message-to-the-baltic-states...
2•Teever•16m ago•0 comments

Why Can't You Find Canned Sardines?

https://corneroffifth.studio/why-cant-you-find-canned-sardines-right-now/
3•carabiner•16m ago•0 comments

TIL: Humans evolved white sclera diverging from rest of animals

https://en.wikipedia.org/wiki/Cooperative_eye_hypothesis
1•inshard•18m ago•0 comments

Reddit now requiring an account to access old.reddit.com

3•wrongdumbass•20m ago•1 comments

AI Course for Golang incorrectly generates content about the Go board game

https://github.com/nilbuild/developer-roadmap/issues/10226
1•connorboyle•23m ago•0 comments

Show HN: Remove AI Watermark from Text

https://nomark.me/#text-watermark
1•textcortex•23m ago•0 comments

Life on the Uncanny Precipice

https://nsaphra.net/post/uncanny/
1•cdrnsf•24m ago•0 comments

Docker VMM Public Beta: A Complete Overhaul, Built for Performance

https://www.docker.com/blog/docker-vmm-public-beta/
1•Slix•25m ago•1 comments

Trentino DataMine Opens 6MW Data Center Inside Active Dolomites Mine

https://mlq.ai/news/trentino-datamine-opens-6mw-data-center-inside-active-dolomites-mine/
2•T-A•25m ago•0 comments

Fingerprinting documents with steganography (Fast Fwd Labs, 2015)

https://blog.fastforwardlabs.com/2017/06/25/fingerprinting-documents-with-steganography.html
1•aanet•27m ago•1 comments

In the Footsteps of Robert Moses

https://aresluna.org/in-the-footsteps-of-robert-moses/
2•throwaway270925•29m ago•0 comments

Mother of Invention

https://www.economist.com/1843/2018/02/27/mother-of-invention
1•geneticdrifts•31m ago•1 comments

Show HN: Keep batch LLM jobs from starving interactive traffic (TypeScript)

https://github.com/janbalangue/async-bulkhead-llm
1•janbalangue•31m ago•0 comments

Show HN: Xpt – minimalist C package manager

https://git.sr.ht/~juanvel400/xpt
1•juanvel400•34m ago•0 comments

Contributing to the Lean Mathlib Library – Tanner Duve

https://www.youtube.com/watch?v=GqsBVW3d_vc
1•abaradwaj•36m ago•1 comments

Ask HN: Why Connected Home Appliances?

2•ripe•37m ago•2 comments

circle rain sin

https://openprocessing.org/@u141185/2376570
1•bookofjoe•39m ago•0 comments

Beer Nuts

https://en.wikipedia.org/wiki/Beer_Nuts
2•reaperducer•39m ago•0 comments

Senior Scala/Java Developer

1•ali_rezvani•40m ago•1 comments
Open in hackernews

Show HN: Tmux-agent-switcher: see which Claude/Codex agents need your attention

https://github.com/Ymirke/tmux-agent-switcher
1•ymir_e•1h ago
Since the start of this year I've coded pretty much exclusively by running multiple AI agents in parallel.

Having tried a bunch of tools for managing them, I kept coming back to tmux. This is becaues I want to run them on a separate machine as I like being able to close my laptop, or even have long running tasks continue even if I board a flight without WiFi.

So I built tmux-agent-switcher, a tmux plugin that gives me a better overview of all of them without replacing tmux as the core tech for managing processes on the server.

Ctrl+n opens a sidebar showing windows across all sessions. The sidebar shows the agent's state as icons. After selecting an Idle session it also checkmarks it, so you get indicator if you've seen it or not. It also has Vim and "number-based" navigation styles.

I didn't want to make a wrapper that would own how agents are launched, so I still run claude or codex normally. The plugin passively looks at tmux metadata, and visible terminal output to infer the agent state.

There are downsides with this approach as UI changes or process name changes can break it. I will likely revisit it at some point to look at other approaches, but so far I haven't had any significant issues with it.

I mentioned the project in another HN discussion recently and was a bit surprised 25 people starred it as it was just some tool I've been using that I hacked together. Regardless I figured I'd do a proper Show HN: https://github.com/Ymirke/tmux-agent-switcher

I'm curious to hear what other people on here are using to run agents in the on a separate machine / in the cloud.