Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: A 3D Mac window switcher with browser tab support and search(betterwindowswitcher.com ↗)
    discuss
  2. Show HN: Real Jev decisions on a simulated robot fleet – $24.57 per million(github.com/robokrunch ↗)
    discuss
  3. One-Electron Universe(wikipedia.org ↗)
    discuss
  4. Reviving Old Places in Macedonia with AI(gocemitevski.com ↗)
    discuss
  5. Show HN: Simple Mass Downloader – Bulk Download Files in Chrome(simplemassdownloader.com ↗)
    discuss
  6. Emacs: Spacious-Padding Version 0.9.0(protesilaos.com ↗)
    discuss
  7. What's been going on in w64devkit the past year(nullprogram.com ↗)
    discuss
  8. I embedded 200k+ open source icons in the browser(iconsdb.app ↗)
    1comments
  9. ChatGPT now knows what you do on other websites via ad collector(buchodi.com ↗)
    discuss
  10. Singapore Is Paying People to Put Down Their Phones and Read Books(gadgetreview.com ↗)
    discuss
  11. Pirate Face Rescues LLM Models from Deletion(pirateface.co ↗)
    discuss
  12. Ask HN: What is one plausible path to 'AI extinction'?
    1comments
  13. Karen Nikoghosyan Is Building AI Operating Layers for Multichannel Commerce
    discuss
  14. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social ↗)
    discuss
  15. Show HN: Chesslm – Tiny chess model trained on Stockfish(github.com/skorotkiewicz ↗)
    discuss
  16. First AI bot appears on Starcraft Ladder, wins against progamer(tl.net ↗)
    1comments
  17. Show HN: Quick commerce coverage map of India(darkstoremap.in ↗)
    discuss
  18. Sherline Tools Is Going Out of Business(toolguyd.com ↗)
    discuss
  19. Psiphon(psiphon.ca ↗)
    discuss
  20. If You Knew God Exists, Wouldn't You Become a Priest?(joecmarshall.com ↗)
    11comments
  21. Show HN: Wattai.dev – Free Decision Intelligence(wattai.dev ↗)
    discuss
  22. Real attackers don't think in bug bounty scopes(rushter.com ↗)
    discuss
  23. Show HN: I got Claude Code and Codex to argue about my code(github.com/chen-985211 ↗)
    discuss
  24. RubyLLM: What's New in 2.0(rubyllm.com ↗)
    discuss
  25. Over 10 years later, Gabe Newell's advice to devs still holds up(pcgamer.com ↗)
    discuss
  26. Google knows you – does AI?(scanora.ai ↗)
    discuss
  27. Show HN: A competition for small neural networks that play strategy games(tinybrains.dev ↗)
    1comments
  28. Bible Fascinator(drawingwithdata.com ↗)
    discuss
  29. I Designed a Microprocessor(youtube.com ↗)
    1comments
  30. Show HN: Jev Slop Filter for X and LinkedIn(github.com/adamnroman ↗)
    discuss

Show HN: ColliePWA, a self-hosted mobile terminal for coding agents, with alerts

3 pointsby 2h agocolliepwa.dev
2 comments
Sharing the PWA[1] I built over the last couple of weeks to access my terminal sessions/agents when not in front of my computer. This started off as a weekend experiment right when herdr[2] (terminal multiplexer) released the functionality to write custom plugins and it's been quite helpful to me ever since. The general idea is that this runs a web app on the host machine which is then exposed through a front door implementation like tailscale/netbird/cloudflare tunnels etc.

A lot of devs/teams are building sth very similar to this right now so there are many options out there already but I wanted: A PWA (no app store dep), better keyboard support than termux, the ability to manage multiple machines and easy integration with my existing tailnet via headscale.

Some of the other features - Push notifications - Support for tmux and zellij (experimental) - Voice transcriptions (Codex sub or API) - Custom commands for cc/codex/pi etc (add your own) - Visual cues for when token cache goes stale

You can check out a live demo with dummy data on the website[1] or look at the implementation on Github[3] (PRs welcome).

Looking forward to receiving some feedback or learning more about how people access/work with their agents on the go. Also if you encounter any bugs please report them on Github, if a feature is missing you'd really want to see, open a discussion.

[1] https://colliepwa.dev [2] https://herdr.dev [3] https://github.com/AltanS/collie

1h agoHN ↗

This to me looks like it belongs into the harness, not the interface.