covid20212022
ads
ads
Sunday, March 15, 2026
Show HN: Detach – Mobile UI for managing AI coding agents from your phone https://ift.tt/rOabCPk
Show HN: Detach – Mobile UI for managing AI coding agents from your phone 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 https://ift.tt/5FADkit March 16, 2026 at 12:40AM
Show HN: Lengpal – simple video chat for language exchange https://ift.tt/wmoic2x
Show HN: Lengpal – simple video chat for language exchange Hi HN, I built a small tool called Lengpal. It’s basically a very simple video chat room made for language exchange. Most people I know who do language exchanges just use Zoom, Meet, or Teams. It works, but those tools aren’t really designed for it. One thing that always comes up is managing the speaking time so both people get equal practice. So the only thing we focused on for now is a built-in timer that lets you split the session between languages. For example 30 minutes Spanish, 30 minutes English. The idea is intentionally simple. You create a room, send the link to your partner, and start the session. No matching, no complicated setup. We just launched today and are trying to see if this simple approach actually helps people doing exchanges. Website: https://lengpal.com We also launched on Product Hunt today if anyone is curious: https://ift.tt/hgf7VF6 Would love to hear what you think. https://ift.tt/mqsGJ5l March 15, 2026 at 11:29PM
Show HN: Sway, a board game benchmark for quantum computing https://ift.tt/N1mg8DL
Show HN: Sway, a board game benchmark for quantum computing A popular philosophy in the HN community is that inventing problems to be solved by a technology is antithetical to the user experience. Much to the horror of some, I did just that to discover/invent this game. I started with the structure of quantum com putation and asked what kind of problem benefits from it. The answer was surprisingly narrow, but this was one of the results. Enjoy! https://ift.tt/OipdlWG March 15, 2026 at 11:20PM
Show HN: GDSL – 800 line kernel: Lisp subset in 500, C subset in 1300 https://ift.tt/STsHxdF
Show HN: GDSL – 800 line kernel: Lisp subset in 500, C subset in 1300 https://firthemouse.github.io/ March 15, 2026 at 10:40PM
Saturday, March 14, 2026
Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m https://ift.tt/a8pYSOt
Show HN: Hacker News archive (47M+ items, 11.6GB) as Parquet, updated every 5m https://ift.tt/0MyWqQm March 15, 2026 at 12:12AM
Show HN: Learn Arabic with spaced repetition and comprehensible input https://ift.tt/SxhC2b8
Show HN: Learn Arabic with spaced repetition and comprehensible input Sharing a friends first-ever Rails application, dedicated to Arabic learning, from 0 to 1. Pulls language learning methods from Anki, comprehensible input and more. https://abjadpro.com March 14, 2026 at 11:24PM
Show HN: KeyID – Free email and phone infrastructure for AI agents (MCP) https://ift.tt/tHDqbMz
Show HN: KeyID – Free email and phone infrastructure for AI agents (MCP) https://keyid.ai/ March 14, 2026 at 11:23PM
Show HN: Hedra – an open-world 3D game I wrote from scratch before LLMs https://ift.tt/4XvOWQ1
Show HN: Hedra – an open-world 3D game I wrote from scratch before LLMs With the current inflow of LLM aided software, I thought I would share a cool "hand-coded" project from the previous era (I wrote this in highschool so roughly ~8 years ago). Hedra is an open world 3d game written from scratch using only OpenGL and C#. It has quite a few cool features like infinite generation, skinned animated mesh rendering, post processing effects, etc. Originally the physics engine was also written from scratch but i swapped for the more reliable bulletphysics. https://ift.tt/pPR6lJd March 14, 2026 at 10:35PM
Friday, March 13, 2026
Show HN: Svglib a SVG parser and renderer for Windows https://ift.tt/V2fPSrc
Show HN: Svglib a SVG parser and renderer for Windows svglib is a SVG file parser and renderer library for Windows. It uses Direct2D for GPU assisted rendering and XMLLite for XML parsing. This is meant for Win32 applications and games to easily display SVG images. https://ift.tt/fzhBC64 March 10, 2026 at 10:04PM
Show HN: Channel Surfer – Watch YouTube like it’s cable TV https://ift.tt/ODk5VaI
Show HN: Channel Surfer – Watch YouTube like it’s cable TV I know, it's a very first-world problem. But in my house, we have a hard time deciding what to watch. Too many options! So I made this to recreate Cable TV for YouTube. I made it so it runs in the browser. Quickly import your subscriptions in the browser via a bookmarklet. No accounts, no sign-ins. Just quickly import your data locally. https://ift.tt/rIJoCO7 March 11, 2026 at 09:34PM
Show HN: Mesa – A collaborative canvas IDE built for agent-first development https://ift.tt/R2HKjN3
Show HN: Mesa – A collaborative canvas IDE built for agent-first development Hi HN - I'm Ryan a product designer who codes, and I built Mesa. Current IDEs feel wrong for the type of development being done now - the focus is still on files. Mesa puts the focus on the full workflow: your agent, terminal, browser, and files all live as equal nodes on a canvas with full multiplayer support. (think figma but for code) I was tired of the overhead of switching windows, tabs, and terminals across multiple projects. Inspired by TouchDesigner and Factorio, I wanted something more fluid and visual. Been using it as a total replacement for Cursor at work every day now. Being able to see multiple repos at once and control agents on each without navigating windows has freed up my headspace and increased productivity. It's free to try — would love to know what you think! https://ift.tt/C7Ghr5H March 13, 2026 at 10:17PM
Thursday, March 12, 2026
Show HN: Web-Based ANSI Art Viewer https://ift.tt/GYj4KfN
Show HN: Web-Based ANSI Art Viewer My love letter to ANSI art. Full width rendering, scrolling by baud rate, text is selectable, and more. There are some example links at the top if you're feeling lucky. https://sure.is/ansi/ March 10, 2026 at 03:40PM
Show HN: OneCLI – Vault for AI Agents in Rust https://ift.tt/dGPLwex
Show HN: OneCLI – Vault for AI Agents in Rust We built OneCLI because AI agents are being given raw API keys. And it's going about as well as you'd expect. We figured the answer isn't "don't give agents access," it's "give them access without giving them secrets." OneCLI is an open-source gateway that sits between your AI agents and the services they call. You store your real credentials once in OneCLI's encrypted vault, and give your agents placeholder keys. When an agent makes an HTTP call through the proxy, OneCLI matches the request by host/path, verifies the agent should have access, swaps the placeholder for the real credential, and forwards the request. The agent never touches the actual secret. It just uses CLI or MCP tools as normal. Try it in one line: docker run --pull always -p 10254:10254 -p 10255:10255 -v onecli-data:/app/data ghcr.io/onecli/onecli The proxy is written in Rust, the dashboard is Next.js, and secrets are AES-256-GCM encrypted at rest. Everything runs in a single Docker container with an embedded Postgres (PGlite), no external dependencies. Works with any agent framework (OpenClaw, NanoClaw, IronClaw, or anything that can set an HTTPS_PROXY). We started with what felt most urgent: agents shouldn't be holding raw credentials. The next layer is access policies and audit, defining what each agent can call, logging everything, and requiring human approval before sensitive actions go through. It's Apache-2.0 licensed. We'd love feedback on the approach, and we're especially curious how people are handling agent auth today. GitHub: https://ift.tt/1rCywvt Site: https://onecli.sh https://ift.tt/1rCywvt March 12, 2026 at 11:41PM
Subscribe to:
Comments (Atom)