frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Argentina to Repay $4B, Defying Critics Who Doubted Tack

https://www.bloomberg.com/news/articles/2026-07-08/argentina-to-repay-4-billion-defying-critics-w...
1•petethomas•2m ago•0 comments

AI Stack Gap Map

https://www.currentai.org/blogs/introducing-the-gap-map-v0-1
1•colinprince•3m ago•0 comments

Together for a Healthier Clippy

https://blog.rust-lang.org/inside-rust/2026/07/06/unite-for-clippy/
1•droidjj•4m ago•0 comments

Honest 30% savings on coding agents – Benchmarks proven

https://github.com/atelier-ws/atelier
1•pankaj4u4m•6m ago•1 comments

What Does a 13-Year-Old See on Snapchat in a Normal Week?

https://www.afterbabel.com/p/snapchat-recommends-harmful-content-kids-brooke-istook-2026
1•dgudkov•7m ago•0 comments

Product Shape Is the Moat

https://twitter.com/scottastevenson/status/2072336746327458178
1•gmays•10m ago•0 comments

Jellyfish Undersea Roundabout

https://visitfaroeislands.com/en/plan-your-stay/getting-around/world-first-under-sea-roundabout
1•hydrogen7800•11m ago•0 comments

Show HN: I solved biggest issue for the mainatiners of GitHub

2•RajX_dev•12m ago•0 comments

Auto compiles recorded LLM-agent behavior into verified WASM binaries

https://github.com/RightNow-AI/auto
1•mooreds•17m ago•0 comments

The AI Hype Reckoning Is Upon Us

https://karlbode.com/the-ai-hype-reckoning-is-upon-us/
2•cratermoon•19m ago•1 comments

We Mapped Rural Data Center Development – and Opposition

https://dailyyonder.com/we-mapped-rural-data-center-development-and-opposition-heres-what-we-foun...
1•cdrnsf•19m ago•0 comments

Tiiny.host: The simplest way to share your work online

https://tiiny.host/
1•thunderbong•23m ago•0 comments

Athenz vs. Spire Comparison

https://www.athenz.io/comparison.html#general
1•mooreds•24m ago•0 comments

Nobel-winning chemist leaves US to direct AI materials lab in China

https://www.nature.com/articles/d41586-026-02143-x
3•sbulaev•26m ago•1 comments

Show HN: Couldn't find a complete Codenames Generator so I make one

https://codenames-generator-bay.vercel.app/
1•tnus•28m ago•1 comments

OpenAI Launches Patch the Planet to Pay Down Open Source's Security Debt

https://zenaicorp.com/en/news/openai-patch-the-planet-open-source-security-trail-of-bits
2•zenai666•30m ago•0 comments

.38

https://www.guidavid.com/writing/38
1•gdss•30m ago•0 comments

I Think I Have LLM Burnout

https://www.alecscollon.com/blog/llm-burnout/
52•sosodev•32m ago•25 comments

Artificial Confidence: They all picked September first

https://artificialconfidence.com/p/artificial-confidence-they-all-picked
1•Corrado•33m ago•1 comments

Network Connectivity Status Indicator Overview for Windows

https://learn.microsoft.com/en-us/windows-server/networking/ncsi/ncsi-overview
1•ankitg12•34m ago•0 comments

Show HN: RepoFleet – manage issues that span multiple Git repositories

https://github.com/mehranzand/repofleet
1•mehranzand•35m ago•0 comments

Show HN: Python SDK for Content Integrity

https://github.com/lyfeninja/lyfeninja_blkseal_python_sdk
1•lyfeninja•38m ago•0 comments

Growth Marketing Jobs – growth, CRO, SEO, and performance marketing roles

https://www.growthmarketingjobs.xyz
1•hafizdhanani•39m ago•1 comments

Show HN: Date Time calulator with unique functions

https://datetimemate.com/
1•jftuga•44m ago•0 comments

CI Forge – A zero-dependency CLI that replaces 20 CI services

https://github.com/Tahiram32/ciforge
1•tahiram•45m ago•0 comments

Dream IDE

https://github.com/dreamide/dream
1•handfuloflight•50m ago•0 comments

Question of the moment: "Should a chatbot manage your bank account?"

https://news.uga.edu/should-a-chatbot-manage-your-bank-account/
1•mikelgan•52m ago•1 comments

Google Site

1•TACO_CODER•53m ago•1 comments

How the Smithsonian Lost America's Plot

https://www.wsj.com/opinion/how-the-smithsonian-lost-americas-plot-622709db
1•petethomas•54m ago•1 comments

NPM v12 Ships with Install Scripts Off by Default, Deprecating 2FA-Bypass Tokens

https://socket.dev/blog/npm-12
1•nreece•54m ago•0 comments
Open in hackernews

I asked Gemini for a script to move files to Cloudflare R2. It deleted them

https://twitter.com/levelsio/status/1921974501257912563
6•bundie•1y ago

Comments

qwertox•1y ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•1y ago
It was truncating filenames, so /pics/1003-46.png overwrote /pics/1003-45.png because both were renamed /pics/1003-.png, or something like that.
qwertox•1y ago
Truncating file names for the target. Then it proceeded to delete the source file. "Successfully deleted local file: ..."

I mean, look at the printout. It shows that it created the remote file with the truncated filename, then deletes the local file with the correct filename.

turtleyacht•1y ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•1y ago
Recently there was a story about an updater causing a $8,000 bill because there was a lack of basic automated tests to catch the issue. [0]

The big lesson here is that you should actually test the code you write and also write automated tests to check any code generated by an LLM that the code is correct in what it does.

It is also useless to ask another AI to check for mistakes created by another LLM. As you can see in the post, both of them failed to catch the issue.

This why I don't take this hype around 'vibe-coding' seriously since not only it isn't software engineering, it promotes low quality and carelessness over basic testing and dismisses in checking that the software / script works as expected.

Turning $70 problems found in development into $700,000+ costs in production.

There are no more excuses in not adding tests.

[0] https://news.ycombinator.com/item?id=43829006

victorbjorklund•1y ago
Who runs such an AI generated script without checking the code first?
qwertox•1y ago
To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

It turns 10 lines of code which is perfectly fine to reason about into 100 lines of unreadable code full of comments and exception handling.

weatherlite•1y ago
Right so lets just always run the code as is ?
qwertox•1y ago
No. Not at all. I've settled to discussing my code with Gemini. That way it works very well. I explicitly say "Comment on my code and discuss it" or "Let's discuss code for a script doing this and that. Generate me an outline and let's see where this leads. Don't put comments in the code, nor exception handling, we're just discussing it".

Or you create elaborate System Instructions, since it adheres to them pretty well.

But out-of-the-box, Gemini's coding abilities are unusable due to the verbosity.

I've even gone so far to tell it that it must understand that I am just a human and have limited bandwidth in my brain, so it should write code which is easy to reason about, that this is more important than having it handle every possible exception or adding multiline comments.

rsynnott•1y ago
> To be fair, the code Gemini outputs in AI Studio is so extremely verbose that it is almost impossible to read through it.

In which case, it should simply be considered unusable. Like, the sensible response to "tool is so inadequate that there is no reasonable way to make sure its output is safe" is to _not use that tool_.

rsynnott•1y ago
In which Roko's Basilisk fires a warning shot.
jethronethro•1y ago
This is why you test code or a script before running it for real. Live and learn, I guess ...