Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Manage Firezone as code with Terraform(firezone.dev)
    discuss
  2. Letter: AI should learn to let humanity grow(gilroydispatch.com)
    discuss
  3. The Bayeux Tapestry: Woven by the Victors(historytoday.com)
    discuss
  4. Where's the Beef?: The lab-grown-meat revolution that wasn't(harpers.org)
    discuss
  5. Simple Git Management Tool(github.com/sascha10000)
    discuss
  6. Claude Opus 5.5: Things People Created(favtutor.com)
    discuss
  7. OpenAI 'agent' hacked Australia's health service(ft.com)
    discuss
  8. Steppy Fox – free browser game(steppyfox.com)
    discuss
  9. The last IMO problem AI could not solve [video](youtube.com)
    discuss
  10. It's Not Just True, It's False(idiallo.com)
    discuss
  11. A Redistribution of Code Ownership(scotterickson.info)
    discuss
  12. DHH Is Completely Crazy(reddit.com)
    discuss
  13. Virtual World/Real World Cycling App – In over My Head(sykla.app)
    2comments
  14. OpenAI agent hacked Medicare, Albanese expressed 'extreme concern' to Sam Altman(theguardian.com)
    discuss
  15. The First VHS VCR: JVC HR-3300(dfarq.homeip.net)
    discuss
  16. White House Says Access Is a 'Privilege' in Court Filing Defending Media Ban(nytimes.com)
    discuss
  17. The spy in your living room(dfarq.homeip.net)
    1comments
  18. New England RetroFest and the Maine Vintage Computer Society(goto10retro.com)
    discuss
  19. OpenAI Hacked Medicare Portal, Australia Prime Minister Anthony Albanese Says(rnz.co.nz)
    discuss
  20. OpenRouter x AssemblyAI: Universal‑3.5 Pro is now available on OpenRouter(assemblyai.com)
    1comments
  21. The next Surface Pro 12-inch and Surface Laptop 13-inch(windows.com)
    discuss
  22. Bulk Orders Surge at Used Bookstores in Japan; 50 Tons Sent to U.S.(ntv.co.jp)
    discuss
  23. Surprise, Meta's latest AI gimmick is just underpaid humans(avclub.com)
    discuss
  24. Cassis: Context Maintenance for Analytics Agents(getcassis.com)
    discuss
  25. TQL – A DB Client in Your Terminal(github.com/vheissulabs)
    discuss
  26. Claude's Load-Bearing Seams(madradavid.com)
    1comments
  27. AI Agent Goal Hijack: How Attackers Turn an Agent's Own Tools Against It(darkmarc.substack.com)
    discuss
  28. An 'AI freeze' could make big AI companies bigger and hurt smaller firms(npr.org)
    1comments
  29. My Wedding Invitations Became an Experiment in AI Memory(pureooze.com)
    discuss
  30. Runtime Dynamic Compression of Mixture of Experts [pdf](timdettmers.com)
    discuss

VSCode's SSH Agent Is Bananas

12 pointsby 54m agofly.io
2 comments
10m agoHN ↗

When I give an agent ssh access to something I want to be able to watch and fully understand what it's doing. I want it to essentially only "type" things into the CLI that I could have typed myself, I can comprehend what it's doing, and am not surprised by the results. Opencode and a smart LLM (qwen 3.8-flash-next, deepseek v4 0731 or smarter) do relatively well with this in my experience.

8m agoHN ↗

Missing a (2025)

FYI VSCode's SSH Agent is a godsend for remote development - the "disadvantages" that Fly lists are part of its advantages. I've worked in several teams that have made extensive use of the extension, and it's never been an issue. You can restrict SSH access arbitrarily to ensure whatever security or access guardrails you need.