Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Gut Feelings (2007) [pdf] (hadinur.net)
    —discuss
  2. How Jev works: calibrated decision models (victordibia.com)
    —discuss
  3. Sinai: By This Way Only (worldhistory.substack.com)
    —discuss
  4. Calling the AI bluff: Adding "Do not guess" cut made-up fields from 71% to 20% (earnanhonestdollar.com)
    —discuss
  5. Then They Came for the Ostriches (harpers.org)
    —discuss
  6. macOS 27: ifconfig command no longer prints hardware MAC address
    —discuss
  7. Show HN: Gat – Version large files with Git, without an LFS server (github.com/getgat-dev)
    —discuss
  8. Elon Musk Film Hit with Censorship (thedailybeast.com)
    —discuss
  9. Show HN: EthosLM - Turn a sentence into a Minecraft city (github.com/chaitbuilds)
    —discuss
  10. Show HN: Jobless Joke Language (JJL), a Brainf***-inspired esoteric language (github.com/ghetea-patrick)
    —discuss
  11. Show HN: Claude on a 2007 Nokia 6300 (Java ME app, TLS 1.0, private CA) (github.com/emir)
    —discuss
  12. MiMo-v2.6-Flash: on intelligence/price Pareto frontier (artificialanalysis.ai)
    1comments
  13. Dynep: Real-time GPU spot market across 31 cloud providers (dynep.com)
    —discuss
  14. Flock seeks to have security researchers' map of Flock cameras taken down (tomshardware.com)
    —discuss
  15. Hello Hnu
    1comments
  16. Against Political Realism (xd1.dev)
    1comments
  17. The accidental history of 3000, 8080, and other port numbers (smarmelling.com)
    —discuss
  18. ReBirth RB-338 (wikipedia.org)
    —discuss
  19. AI in hospital billing adds nearly $1B in extra costs (bcbs.com)
    1comments
  20. Halo: An open-source, self-modifiable, agentic operating system (gethalo.dev)
    —discuss
  21. Appeals Court Lets The Pentagon Designate Anthropic a Supply-Chain Risk (wired.com)
    —discuss
  22. Life Forge – Autonomous Flight Simulator for AI Agents (github.com/zariffromlatif)
    —discuss
  23. Joby Completes First-Ever Autonomous Flight Across the United States (jobyaviation.com)
    —discuss
  24. Joplin (joplinapp.org)
    —discuss
  25. I was impressed by Jev, please explain why I shouldn't be
    4comments
  26. I made a website that automatically tracks API specs (trackapi.uk)
    —discuss
  27. For states seeking to rein in license plate cameras, New Hampshire is a model (newhampshirebulletin.com)
    —discuss
  28. Don't couple your Go code to GitHub (iain.rocks)
    1comments
  29. The Aesthetic Problem of Namespacing (gingerbill.org)
    —discuss
  30. Milestone: Write app from scratch rather than manufacturers software (bytestone.uk)
    1comments

Ask HN: Allow agents access to cloud files with least privilege

2 pointsby 1h ago
2 comments
Let's say I have a Google spreadsheet on my Drive that I want an agent like Muse to work on. Currently my options are: a) I can allow Muse to access my Drive b) Share the spreadsheet with edit privilege to anyone with link and give that link to Muse. Both of these are not least privilege access that I'm comfortable with. Ideally I should be able to share access to a file with an agent. Other options like webhooks, burner accounts, etc are too tedious to do regularly. Any obvious solution that I am missing?
1h agoHN ↗

A grant limited to one selected file, with read and write access scoped separately and an expiry, would avoid giving the agent the whole Drive.

1h agoHN ↗

Could not find an easy way to do this. Connect agent (Muse) to Drive is opening up the whole thing. Please share steps if you can.