frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'The language of Pokémon is universal': fans are still catching after 30 years

https://www.theguardian.com/games/2026/aug/02/the-language-of-pokemon-is-universal-why-fans-are-s...
1•tzmlab•3m ago•0 comments

Hey everyone, wanted to share something I built in case it helps someone here

https://foliumcv.com/
1•nahuelgiudizi•12m ago•1 comments

RFK Jr tells US families to vaccinate children against measles amid outbreak

https://www.theguardian.com/us-news/2026/aug/02/rfk-jr-measles-vaccination
3•doener•14m ago•0 comments

The Challenge of Recovering SpaceX's Starship at Sea [video]

https://www.youtube.com/watch?v=0i0hpJ0Hqj4
2•sbuttgereit•19m ago•0 comments

Attio – Next Gen CRM

https://attio.com
2•flurly•19m ago•0 comments

Cooked: A DIY Manifesto (2013) [pdf]

https://foodwriting.ua.edu/wp-content/uploads/2021/10/Cooked-exerpt.pdf
3•geneticdrifts•20m ago•0 comments

The diabolical world of convincing AI thirst traps

https://www.vox.com/culture/492604/ai-deepfake-gay-influencers-tiktok-thirst-traps
4•nabbed•20m ago•1 comments

Why Were the Dabaos Late?

https://www.crowdsupply.com/baochip/dabao/updates/why-were-the-dabaos-late
4•mananaysiempre•23m ago•1 comments

Crypto miners are stealing power in Southeast Asia

https://www.dw.com/en/how-crypto-miners-are-stealing-power-in-southeast-asia/a-78175364
3•tchalla•24m ago•0 comments

Europe Is a Country

https://www.noelmaurer.com/p/europe-is-a-country
3•barry-cotter•29m ago•0 comments

Study of 2M newborns shows refusing vitamin K shot led to higher bleeding risk

https://medicalxpress.com/news/2026-07-million-newborns-vitamin-shot-higher.html
2•Gaishan•29m ago•0 comments

New spinning drone hides in plain sight

https://news.northwestern.edu/stories/2026/07/new-spinning-drone-hides-in-plain-sight
6•defrost•33m ago•1 comments

Show HN: Blanked – Compare tech hiring processes by role and company

https://www.blanked.work/
2•mustafak99•37m ago•0 comments

Reaping Without Sowing

https://tjoresearchnotes.wordpress.com/2026/08/02/reaping-without-sowing/
2•mathgenius•37m ago•0 comments

Show HN: Shitty – fast terminal. Memory-unsafe and faster than yours

https://github.com/pg83/shitty
12•pshirshov•39m ago•0 comments

Show HN: I'm 16 y/o and Built the only AI Agent for Hardware and Software Dev

https://github.com/spikonado/sprocket
3•amronos•40m ago•1 comments

Show HN: DRM-CLI – open-source release manager for MSSQL/PostgreSQL/Oracle

https://github.com/dband-drm/drm-cli
2•dband-drm•44m ago•0 comments

A causal history can exist locally everywhere and globally nowhere

https://zenodo.org/records/21606970
2•groverbennett•49m ago•0 comments

Wireless Transec Taxonomy

https://transec-taxonomy.pages.dev
2•belabartok39•50m ago•0 comments

Supply and Demand Is Not What Most People Think

https://shonczinner.substack.com/p/supply-and-demand-is-not-what-most
4•paulpauper•53m ago•0 comments

Bitcoin cold-wallet attack spreads to 4,500 addresses as losses near $89M

https://www.coindesk.com/tech/2026/08/02/bitcoin-cold-wallet-attack-spreads-to-4-500-addresses-as...
13•rbanffy•55m ago•2 comments

Wham! 10 Days in China [video]

https://www.youtube.com/watch?v=P7oAaJqqv8w
2•sxzygz•55m ago•0 comments

What Else Do We Lose When People Give Up Booze?

https://www.nytimes.com/2026/08/01/style/what-else-do-we-lose-when-people-give-up-booze.html
7•bookofjoe•1h ago•2 comments

AI poster wins Ohio State Fair contest

https://www.ohiostatefair.com/p/get-involved/arts/poster-contest
34•AlexAplin•1h ago•15 comments

Negative social ties as risks for faster aging, inflammation, and multimorbidity

https://pmc.ncbi.nlm.nih.gov/articles/PMC12933095/
7•davidbarker•1h ago•1 comments

Mention of Synon, the real inventors of Rapid Application Development, in 1986 [pdf]

http://archive.computerhistory.org/resources/access/text/2017/06/102726714-05-05-acc.pdf
2•jambalaya8•1h ago•0 comments

Abundant empirical evidence of multilevel selection

https://www.frontiersin.org/journals/ecology-and-evolution/articles/10.3389/fevo.2026.1752597/full
2•marojejian•1h ago•0 comments

Unexpected events and prosocial behavior: the Batman effect

https://www.nature.com/articles/s44184-025-00171-5
2•davidbarker•1h ago•0 comments

A Baby Bust Is Not yet a Growth Boom

https://www.labormarketmatters.com/p/a-baby-bust-is-not-yet-a-growth-boom
3•paulpauper•1h ago•0 comments

Teaching an AI to know itself: Building a local LLM agent in D

https://blog.dlang.org/2026/06/07/teaching-an-ai-to-know-itself-building-a-local-llm-agent-in-d/
2•teleforce•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 ...