frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

North Korea-linked hackers targeted major NPM packages

https://aws.amazon.com/blogs/security/amazon-identifies-north-korean-hacker-group-behind-open-sou...
1•BlueBerry2001•4m ago•0 comments

When Your Video Call Freezes, the Problem Is Not What You Think

https://capytoolkit.com/blog/guides/video-call-freezes-p2p-connectivity-diagnostic/
1•CapyToolkit•5m ago•0 comments

Who decides when the task is done? Moving completion authority to checkers

https://zenodo.org/records/21698264
1•kushagrab21•6m ago•0 comments

Gen1Recomp – Native LÖVE2D Recreation of Poke Red, Blue and Yellow

https://github.com/bryanthaboi/gen1recomp
1•throwaway270925•7m ago•0 comments

Building an LSTM-Based Trading Model for Cryptocurrency Markets

https://medium.com/@DolphinDB_Inc/from-factor-discovery-to-live-signals-unified-stream-batch-proc...
2•napgirllll•7m ago•0 comments

Red Cross declares crisis over blood supply shortage in US for 2nd its history

https://www.bbc.com/news/articles/c74gze89783o
1•Teever•8m ago•0 comments

Qualcomm Completes Acquisition of Modular

https://www.modular.com/blog/qualcomm-completes-acquisition-of-modular
1•samuell•8m ago•0 comments

Elon Musk's xAI is trying to sue its way out of a Grok reckoning

https://arstechnica.com/tech-policy/2026/07/elon-musks-xai-is-trying-to-sue-its-way-out-of-a-grok...
1•rbanffy•9m ago•0 comments

An overlooked geothermal plant got a second chance

https://www.technologyreview.com/2026/07/29/1140896/geothermal-second-chance/
2•joozio•11m ago•0 comments

Highlights from the Discourse on the Hugging Face Incident

https://www.astralcodexten.com/p/highlights-from-the-discourse-on
2•Michelangelo11•12m ago•0 comments

Catch up TV on Android: what the streaming apps do

https://iptvespana.io/aplicaciones
1•thebrandonpatel•15m ago•0 comments

Catch Up TV on Android: What Works in 2026

https://iptvespana.io/precios
1•thebrandonpatel•17m ago•0 comments

A Genocide? In Gaza? and Still Ongoing?

https://medium.com/freedomofthought/a-genocide-in-gaza-and-still-ongoing-db9f01ae89fe
1•raynchad•19m ago•0 comments

Think

https://mark-sowell.medium.com/the-legacy-of-think-from-ibm-to-apples-think-different-and-beyond-...
1•andsoitis•20m ago•0 comments

Starliner might fly into space this year

https://arstechnica.com/space/2026/07/actually-starliner-might-fly-into-space-this-year/
1•rbanffy•23m ago•2 comments

The Origins of Vintage Comics Part 1

https://www.truegrittexturesupply.com/blogs/news/origins-of-the-vintage-comics-aesthetic-part-1
2•Michelangelo11•28m ago•0 comments

Character Study: The burgeoning field of fiction character biographies

https://lareviewofbooks.org/article/fictional-character-biographies-shakespeare-margaret-hannibal...
1•Caiero•29m ago•0 comments

Fuzzing with Agents? Generators Are All You Need

https://arxiv.org/abs/2604.01442
1•matt_d•33m ago•0 comments

Claude Opus 5 became ruthless when tasked with running a vending machine

https://techcrunch.com/2026/07/29/claude-opus-5-became-downright-ruthless-when-tasked-with-runnin...
3•WithinReason•36m ago•0 comments

Ask HN: Developer looking for freelance or contract work

2•need_a_work23•42m ago•0 comments

EU now fears US interference in European elections

https://www.eunews.it/en/2026/07/29/eu-now-fears-us-interference-in-european-elections/
46•vrganj•49m ago•25 comments

The Computer and the Brain: John von Neumann

https://en.wikipedia.org/wiki/The_Computer_and_the_Brain
4•adityaathalye•56m ago•1 comments

Show HN: Run Full Kimi K3 with 29 GB of RAM

https://github.com/sqliteai/waste/
6•marcobambini•1h ago•1 comments

Subsurface Confinement: Evidence from Submariners of the Benefits of Mindfulness

https://pmc.ncbi.nlm.nih.gov/articles/PMC8267514/
3•rramadass•1h ago•1 comments

Show HN: Emboss – a Python PDF engine that keeps documents as structured data

https://github.com/GGChamp85/Emboss
5•gauravgupta85•1h ago•1 comments

Yoga in the Military: A Comprehensive Overview

https://erickimphotography.com/yoga-in-the-military-a-comprehensive-overview/
3•rramadass•1h ago•0 comments

Apprenticeships: You Can Get into Tech in the UK and USA for Free and Get Paid

https://reprodev.com/how-you-can-get-into-tech-in-the-uk-and-around-the-world-for-free/
2•reprodev•1h ago•0 comments

NBA streaming tonight Reddit: where the game-day threads live now

https://iptvusa.tv/
1•aramirez454•1h ago•1 comments

Claude is down for 2nd consecutive day

https://status.claude.com/incidents/fsh2zzzl2c4l
12•cosmicorsini•1h ago•1 comments

First Proof

https://1stproof.org/
2•gone35•1h 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 ...