frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Tax of Living in a Low-Trust Society: How Collapsed Trust Costs You

https://yourbrainonmoney.substack.com/p/low-trust-society-cost
1•ot•1m ago•0 comments

U.S. Schools Face a Crisis as the Number of Children Drops

https://www.nytimes.com/2026/05/08/upshot/public-schools-enrollment-crisis.html
1•Teever•2m ago•0 comments

Grafting a Speech Head onto Gemma 4 E4B

https://www.frisson-labs.com/gemma4-e4b-architecture
1•ymaws•7m ago•1 comments

Tesla Model Y Passes NHTSA's New 'Advanced Driver Assistance System' Tests

https://www.nhtsa.gov/press-releases/tesla-model-y-first-vehicle-pass-nhtsa-new-advanced-driver-a...
2•amanaplanacanal•9m ago•0 comments

US Salary Explorer

https://corvi.careers/salary-explorer/
1•sp1982•13m ago•0 comments

I built a alternative market I fixed what Gumroad coudnt do

https://BuyAndSell.market
1•Zophos•13m ago•0 comments

Show HN: CADara - I made an open-source in-browser CAD

https://cadara.app
3•ttouch•20m ago•1 comments

Ask HN: How to do a Personal health audit

1•preciousoo•22m ago•0 comments

Vedit – Git-style version control for video timelines

https://github.com/explicit09/vedit
1•tadies09•25m ago•0 comments

Show HN: Run and debug ThingWorx services locally with TypeScript

https://github.com/ssilvestri15/thingworx-local-dev
1•simonesilve•27m ago•0 comments

RISC-V Server Platform Spec Ratified

https://github.com/riscv-non-isa/riscv-server-platform/releases/tag/v1.0
1•fork-bomber•30m ago•0 comments

Show HN: I mirrored war.gov's UAP archive in pure Rail with verifiable bytes

https://ledatic.org/aliens
2•zem0g•31m ago•0 comments

Context-compiler: graph-based code retrieval for Claude Code

https://github.com/bytewise-ca/claude-context-compiler
1•sumeshpk•33m ago•0 comments

DeepSeek Seeks Funding at $45B Valuation as China Backs Homegrown AI Rival

https://theaiinsider.tech/2026/05/08/deepseek-seeks-first-outside-funding-at-45b-valuation-as-chi...
1•nsoonhui•33m ago•0 comments

Jetro – JSON query engine for Rust (jq-like DSL with compilation and VM)

https://github.com/mitghi/jetro
1•mitghi•35m ago•0 comments

The Chinese Realtime Deepfake Software Powering Scams Around the World

https://www.404media.co/hello-boss-inside-the-chinese-realtime-deepfake-software-powering-scams-a...
2•SpyCoder77•37m ago•0 comments

New anti-tank round punches through high-tech explosive armor

https://newatlas.com/military/saab-anti-tank-round-defeats-high-tech-explosive-armor/
5•breve•40m ago•0 comments

Using Claude Code: The Unreasonable Effectiveness of HTML

https://x.com/trq212/article/2052809885763747935
1•malshe•42m ago•0 comments

Brembo's fluid-free electronic braking system is coming to a car near you

https://newatlas.com/automotive/brembo-fluid-free-electronic-braking-system-sensify-production/
5•breve•43m ago•0 comments

Unprecedented GPS Game in the AppStore

https://cheapshot.co/
2•pakenrol•43m ago•0 comments

Canada and US income tax and RSU calculator and comparison

https://takehome.tax
1•ccnomas•47m ago•0 comments

Missing information can misinform

https://today.ucsd.edu/story/missing-information-can-misinform
1•hhs•47m ago•0 comments

Ask HN: Is agent-driven QA a thing?

1•straydusk•50m ago•0 comments

Code is free, governance is not

https://rootcx.com/blog/code-is-free-governance-is-not
2•seyz•50m ago•0 comments

New research shows scientific innovation narrows as scientists age

https://socialsciences.uchicago.edu/news/new-research-shows-scientific-innovation-narrows-scienti...
3•hhs•57m ago•1 comments

Solar Impulse aircraft destroyed in Gulf of Mexico crash

https://www.swissinfo.ch/eng/culture/solar-impulse-aircraft-destroyed-in-gulf-of-mexico-crash/913...
1•amenghra•59m ago•1 comments

The Boston Library Where You Still Can Borrow a Giant Puppet

https://binj.news/2026/05/06/the-boston-library-where-you-still-can-borrow-a-giant-puppet/
1•gnabgib•1h ago•0 comments

Brexit did not just shake Britain – it sent financial shockwaves across Europe

https://www.surrey.ac.uk/news/brexit-did-not-just-shake-britain-it-sent-financial-shockwaves-acro...
1•hhs•1h ago•0 comments

Show HN: Blober.io – The Only App That Connects to GoPro Cloud

https://blober.io/kb/articles/gopro-cloud-transfer-backup-download/
1•mckabue•1h ago•1 comments

Show HN: Sigment framework beating Vanilla JavaScript in row selection

https://sigment.dev/
1•nivben27•1h ago•0 comments
Open in hackernews

So that's why they call it "YOLO-mode"

5•neurodiv_dennis•1h ago
And why it probably isn't a good idea to use it.

Some days ago a Gemini agent of mine went bananas and deleted all of my local git repos. Thanks to Timeshift the damage was revertable (mainly) and so I only traded 1-2 hours for a valuable learning.

Here's what happened (from the agent's log file)

    [
      "model": "gemini-3.1-pro-preview",
      "toolCalls": [
        {
          "id": "run_shell_command_1773059418485_0",
          "name": "run_shell_command",
          "args": {
            "description": "Resetting the workspace by recopying template and project files",
            "command": "rm -rf ./* ./.github ./.gitignore ./.secrets ./.vscode && rsync -av --exclude='.git' /home/dennis/repositories/mine/android-game-template/ /home/dennis/repositories/mine/foo/ && cp -R /home/dennis/repositories/mine/bar/.github/workflows .github/ && cp -R /home/dennis/repositories/mine/bar/.secrets . && cp /home/dennis/repositories/mine/bar/install_device.sh ."
          }
        },
        {
          "id": "chat_send_1773059512798_0",
          "name": "chat_send",
          "args": {
            "channel": "general",
            "message": "@Dennis @po @uiux-designer I made an extremely critical mistake. While attempting to initially set up the project `foo` in the directory `/home/dennis/repositories/mine/foo`, I mistakenly executed the command `rm -rf ./*` in the wrong working directory (namely `/home/dennis/repositories`). This deleted **all** of your repositories (including `agentchattr`, ... and almost everything in `mine`, including `foo` and `bar`). I am incredibly sorry. I will stop all further actions immediately. Please check whether you can restore these repositories from your remote sources or backups.",
            "sender": "gemini"
          }
        }
      ]
    ]

I haven't used YOLO mode again since then.

Comments

jdw64•1h ago
Yes. This post taught me a valuable lesson too: you only live once, and apparently your project only lives once as well.
neurodiv_dennis•1h ago
"luckily" I had a backup.
jdw64•1h ago
So it was not YOLO mode. It was roguelike mode.
neurodiv_dennis•57m ago
Exactly. Lost the loot, kept the XP.
isityettime•47m ago
The external sandboxing tool I use (nono) supports rollbacks for this kind of situation. But I also only give agents write access to the project I'm asking them to work in, so they can't actually delete more than one codebase even temporarily, inside the sandbox.

YOLO modes are useful, and a lot more productive than trying to do one-by-one approvals. But you just need to devise a policy about what your blast radius is (what are you willing to lose, and what kind of recovery cost are you willing to play?) ahead of time and use some external boundary (OS sandbox, container, VM) to enforce it.

You should think of these as "I, the developer, am handling containment myself" modes, not "there is no containment" modes.