frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Thoughts on Generative A.I

https://kghose.github.io/generative-ai/
1•birdculture•48s ago•0 comments

DNS-over-QUIC in Unbound

https://blog.nlnetlabs.nl/dns-over-quic-in-unbound/
1•jruohonen•3m ago•0 comments

See what attackers can discover about your domain

https://surfacesentinel.arcforgelabs.com/
1•paddysec•3m ago•1 comments

Scientists harness light to program how particles interact and assemble

https://phys.org/news/2026-02-flip-scientists-harness-particles-interact.html
1•PaulHoule•4m ago•0 comments

Britain's Populist Right Has Surrendered Its Mind to America

https://liambyrne.substack.com/p/take-back-control
1•tastyface•6m ago•1 comments

Show HN: DemoSlice – Turn screenshots into interactive product tours (free)

https://demoslice.io/
1•eyane•7m ago•1 comments

Throwback: Coffeescript.org

https://coffeescript.org
1•BafS•8m ago•0 comments

Show HN: Arise – Agents that create their own tools at runtime when they fail

https://github.com/abekek/arise
1•abekek•9m ago•0 comments

Show HN: HN Skins – Available Skins: Cafe, Courier, London, Midnight, Terminal

https://github.com/susam/hnskins
1•susam•9m ago•0 comments

Claude, you are a cutie-pie

https://margaretatwood.substack.com/p/claude-you-are-a-cutie-pie
2•theblazehen•11m ago•0 comments

Stolen Works of Art Database

https://www.interpol.int/Crimes/Cultural-heritage-crime/Stolen-Works-of-Art-Database
1•jruohonen•15m ago•0 comments

Show HN: Turn any file into a CLI (reduce tokens vs. MCP)

1•gounisalex•15m ago•0 comments

Show HN: Agreezy: Create and e-sign agreements in minutes, no account needed

https://agreezy.app
2•agreezy•16m ago•1 comments

Show HN: LearnFork – Branching AI chat for learning and researching

https://learnfork.com/home
1•ninjaplavi•16m ago•1 comments

Iceland's Chief 'Lava Cooler' Is Bracing for the Next Eruption

https://www.nytimes.com/2026/03/15/world/europe/iceland-lava-volcano-eruption-grindavik.html
1•mitchbob•17m ago•1 comments

Your Company Is a Harness

https://twitter.com/seandoher1y/status/2033260806318797232
1•seandoh•17m ago•1 comments

The 49MB Web Page

https://thatshubham.com/blog/news-audit
5•kermatt•19m ago•0 comments

I Built LiveAuth: POW and Lightning Network Authentication for AI Agents

1•sydney-liveauth•19m ago•0 comments

Do you really need an agent?

2•g_br_l•19m ago•1 comments

Show HN: Opsmeter.io – AI cost attribution and budget control for LLM apps

1•opsmeter•20m ago•0 comments

Show HN: LLVM-Z80 - I wrote a complete LLVM backend with AI

https://github.com/llvm-z80/llvm-z80
1•zlfn•22m ago•0 comments

Imglink.cc – simple image hosting with folders and password-locked sharing

https://imglink.cc
1•happyghast•22m ago•0 comments

Franklin Awards Global Membership

https://franklinawards.substack.com/p/franklin-awards-global-membership
1•congruency•25m ago•0 comments

GLM-5-Turbo

https://docs.z.ai/guides/llm/glm-5-turbo
4•Topfi•27m ago•2 comments

Ukraine strike on Russian chip plant sparks revolt among pro-war bloggers

https://english.nv.ua/nation/ukraine-strike-on-kremniy-el-plant-sparks-rift-between-russian-propa...
3•gnabgib•27m ago•0 comments

How AI creates more developer jobs

https://stackoverflow.blog/2026/02/09/why-demand-for-code-is-infinite-how-ai-creates-more-develop...
1•karlmush•28m ago•2 comments

Islamvy – Islamic Super Lifestyle App

http://islamvy.com
1•myusufuysal•29m ago•1 comments

Caliber – AI setup tailored for your codebase

https://caliber-ai.up.railway.app/
1•keterslater•29m ago•1 comments

Cool tech you've never heard of: Wave Field Synthesis

https://82mhz.net/posts/2026/03/cool-tech-you-ve-never-heard-of-wave-field-synthesis/
1•nomemory•29m ago•0 comments

DirectStorage 1.4 release adds support for Zstandard

https://devblogs.microsoft.com/directx/directstorage-1-4-release-adds-support-for-zstandard/
1•ksec•30m ago•0 comments
Open in hackernews

Show HN: Detach – Mobile UI for managing AI coding agents from your phone

https://github.com/salvozappa/detach
2•salvozappa•2h ago
Hey guys, about two months ago I started this side-project for "asynchronous coding" where I can prompt Claude Code from my mobile on train rides, get a notification when it's done and then review and commit the code from the app itself.

Since then I've been using it on and off for a while. I finally decided to polish it and publish it in case someone might find it useful.

It's a self-hosted PWA with four panels: Agent (terminal running Claude Code), Explore (file browser with syntax highlighting), Terminal (standard bash shell), and Git (diff viewer with staging/committing). It can run on a cheap VPS and a fully functioning setup is provided (using cloud-init and simple bash scripts).

This fits my preferred workflow where I stay in the loop: I review every diff, control git manually, and approve or reject changes before they go anywhere.

Stack: Go WebSocket bridge, xterm.js frontend, Ubuntu sandbox container. Everything runs in Docker. Works with any CLI AI assistant, though I've only used it with Claude Code.

Side project, provided as-is under MIT license. Run at your own risk. Feedback and MRs welcome.

EDIT: Removed redundant text

Comments

sabzil37•1h ago
The demo video isn't playing. I'd really appreciate it if the videos worked properly for these kinds of installations
salvozappa•1h ago
My bad, it should be fixed now.