frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The peril of laziness lost

https://bcantrill.dtrace.org/2026/04/12/the-peril-of-laziness-lost/
49•gpm•1h ago•3 comments

Bring Back Idiomatic Design

https://essays.johnloeber.com/p/4-bring-back-idiomatic-design
344•phil294•8h ago•159 comments

Most people can't juggle one ball

https://www.lesswrong.com/posts/jTGbKKGqs5EdyYoRc/most-people-can-t-juggle-one-ball
131•surprisetalk•3d ago•46 comments

Apple has removed most of the towns and villages in Lebanon from Apple maps?

https://maps.apple.com/frame?center=33.723388%2C35.614698&span=1.983925%2C4.004193
172•thepasswordis•2h ago•95 comments

Show HN: Claudraband – Claude Code for the Power User

https://github.com/halfwhey/claudraband
52•halfwhey•3h ago•12 comments

I gave every train in New York an instrument

https://www.trainjazz.com/
136•joshuawolk•2d ago•32 comments

DIY Soft Drinks

https://blinry.org/diy-soft-drinks/
71•_Microft•4h ago•18 comments

Show HN: boringBar – a taskbar-style dock replacement for macOS

https://boringbar.app/
166•a-ve•3h ago•106 comments

Ask HN: What Are You Working On? (April 2026)

37•david927•4h ago•63 comments

Google Removes "Doki Doki Literature Club" from Google Play

https://bsky.app/profile/serenityforge.com/post/3mj3r4nbiws2t
45•super256•56m ago•13 comments

Show HN: Oberon System 3 runs natively on Raspberry Pi 3 (with ready SD card)

https://github.com/rochus-keller/OberonSystem3Native/releases
131•Rochus•7h ago•19 comments

Tell HN: docker pull fails in spain due to football cloudflare block

528•littlecranky67•8h ago•216 comments

Seven countries now generate 100% of their electricity from renewable energy

https://www.the-independent.com/tech/renewable-energy-solar-nepal-bhutan-iceland-b2533699.html
383•mpweiher•7h ago•176 comments

EasyPost (YC S13) Is Hiring

https://www.easypost.com/careers
1•jstreebin•3h ago

JVM Options Explorer

https://chriswhocodes.com/vm-options-explorer.html
154•0x54MUR41•10h ago•68 comments

European AI. A playbook to own it

https://europe.mistral.ai/
68•hjouneau•58m ago•24 comments

Anthropic downgraded cache TTL on March 6th

https://github.com/anthropics/claude-code/issues/46829
415•lsdmtme•15h ago•313 comments

The Closing of the Frontier

https://tanyaverma.sh/2026/04/10/closing-of-the-frontier.html
138•MindGods•2h ago•88 comments

Happy Map

https://pudding.cool/2026/02/happy-map/
182•surprisetalk•5d ago•31 comments

Cooperative Vectors Introduction

https://www.evolvebenchmark.com/blog-posts/cooperative-vectors-introduction
38•JasperBekkers•2d ago•2 comments

Phyphox – Physical Experiments Using a Smartphone

https://phyphox.org/
159•_Microft•12h ago•28 comments

The Physics of GPS

https://perthirtysix.com/how-does-gps-work
92•maouida•9h ago•23 comments

I run multiple $10K MRR companies on a $20/month tech stack

https://stevehanov.ca/blog/how-i-run-multiple-10k-mrr-companies-on-a-20month-tech-stack
739•tradertef•14h ago•425 comments

Exploiting the most prominent AI agent benchmarks

https://rdi.berkeley.edu/blog/trustworthy-benchmarks-cont/
478•Anon84•1d ago•119 comments

Investigating How Long-Distance Couples Use Digital Games to Facilitate Intimacy

https://arxiv.org/abs/2505.09509
24•radeeyate•4h ago•4 comments

A Tour of Oodi

https://blinry.org/oodi/
90•zdw•3d ago•29 comments

Doom, Played over Curl

https://github.com/xsawyerx/curl-doom
83•creaktive•10h ago•12 comments

Textbooks and Methods of Note-Taking in Early Modern Europe (2008)

https://dash.harvard.edu/server/api/core/bitstreams/7312037d-e342-6bd4-e053-0100007fdf3b/content
13•mooreds•4h ago•0 comments

Mark's Magic Multiply

https://wren.wtf/shower-thoughts/marks-magic-multiply/
11•luu•1d ago•0 comments

Israeli strike kills infant girl in south Lebanon during father's funeral

https://www.reuters.com/world/middle-east/israeli-strike-kills-infant-girl-south-lebanon-during-f...
31•lr0•19m ago•2 comments
Open in hackernews

Show HN: Claudraband – Claude Code for the Power User

https://github.com/halfwhey/claudraband
52•halfwhey•3h ago
Hello everyone.

Claudraband wraps a Claude Code TUI in a controlled terminal to enable extended workflows. It uses tmux for visible controlled sessions or xterm.js for headless sessions (a little slower), but everything is mediated by an actual Claude Code TUI.

One example of a workflow I use now is having my current Claude Code interrogate older sessions for certain decisions it made: https://github.com/halfwhey/claudraband?tab=readme-ov-file#s...

This project provides:

- Resumable non-interactive workflows. Essentially `claude -p` with session support: `cband continue <session-id> 'what was the result of the research?'` - HTTP server to remotely control a Claude Code session: `cband serve --port 8123` - ACP server to use with alternative frontends such as Zed or Toad (https://github.com/batrachianai/toad): `cband acp --model haiku`. - TypeScript library so you can integrate these workflows into your own application.

This exists cause I was using `tmux send-keys` heavily in a lot of my Claude Code workflows, but I wanted to streamline it.

Comments

colobas•1h ago
Any idea of how this interacts with Anthropic's ToS for subscription-based use?
cortesoft•1h ago
It looks like it shouldn’t be an issue… it is just a wrapper around CLI calls to the official Claude code. It would be indistinguishable from the Anthropic side, and it isn’t even doing anything hacky or impersonating the official client.
halfwhey•56m ago
This is my interpretation as well, Anthropic wants to be in full control of the connection between the client and their servers, and that's compatible with what I'm trying to do.
j45•54m ago
Nor is it flooding servers with open claw type use.
lifis•1h ago
That's cool but by only supporting Claude Code you are contributing to the Anthropic lock-in problem.

This needs to support at least Gemini CLI, Codex and OpenCode as well, preferably by being generic as much as possible.

halfwhey•59m ago
Codex and Gemini have ACP servers already:

https://github.com/zed-industries/codex-acp https://geminicli.com/docs/cli/acp-mode/

In fact Codex, in OpenAI fashion, have their own protocol as well:

https://developers.openai.com/codex/app-server

Opencode too. These tools are already so programmable and embeddable, it's just Claude Code is a sticking point. But maybe it would be useful to provide a unified CLI and Daemon for all of them.

lifis•44m ago
They have ACP servers but they might apply different rate limits or policies if they notice ACP use, while a solution like yours would not trigger that unless it becomes popular enough to specifically detect. It also seems this provides more features them just an ACP server.
halfwhey•39m ago
That's a good point, I'll look into tackling this soon
obmelvin•51m ago
It isn't ones duty to develop for everybody. If someone makes something for their own use case and shares it, that's fine.
godelski•36m ago
And that's the beauty of open source and code. You can share it freely and easily. There's no thing that can be made for everyone.

Maybe some irony is everyone tells me they "just care that it works". Yet it can work and you'll always have the comments like above because it works for the reason it was made but not for things it wasn't made for. But it's open, so modify the code and put in what you want ¯\_(ツ)_/¯

I guess I should clarify its source available, not "Open Source". There's no license on the project so it's default theirs. But no harm if you're just editing it yourself. @OP should put up some license to let others know how what is allowed and what isn't

mikeroySoft•37m ago
License? I see none listed in the repo.
halfwhey•25m ago
Fixed