frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

New paper shows that 37% of workers in US saw real wages decline from 2021-2024 [pdf]

https://bfi.uchicago.edu/wp-content/uploads/2026/08/BFI_WP_2026-108-1.pdf
1•jplusequalt•1m ago•0 comments

What's New with Monitoring in PostgreSQL 19

https://clickhouse.com/blog/postgres-19-monitoring-whats-new
1•saisrirampur•1m ago•0 comments

Bonds Are Getting Hammered, and Wall Street Says the Rout Won't End Anytime Soon

https://www.wsj.com/finance/investing/bonds-are-getting-hammered-and-wall-street-says-the-rout-wo...
1•petethomas•3m ago•0 comments

Scientists stunned by children's lung recovery in ultra low emission zone

https://www.bbc.com/news/articles/c1l1r1zne1ro
1•dabinat•6m ago•0 comments

The Secret Killer of Startups: Low Ambition [video]

https://www.youtube.com/watch?v=ozhRhElbVcI
1•stuartaxelowen•6m ago•0 comments

Trump's Broken Promises, in 11 Charts

https://www.nytimes.com/interactive/2026/08/18/opinion/trump-economy-campaign-promises.html
2•whack•8m ago•0 comments

Rent's Rule

https://en.wikipedia.org/wiki/Rent%27s_rule
2•peter_d_sherman•14m ago•0 comments

The quest to find the best Calvin and Hobbes panel

https://www.polygon.com/best-calvin-and-hobbes-panel-ever/
1•thunderbong•15m ago•0 comments

Kithly – a family social network with no ads and no algorithm

https://kithly.social/
1•jkagidesignsllc•25m ago•0 comments

The Defender's Window

https://openai.com/index/the-defenders-window/
1•nedruod•25m ago•0 comments

Show HN: Search inside podcast episodes and read transcript while listening

https://metapodcast.net
1•lamecoder•26m ago•0 comments

Cerebras CS4

https://www.cerebras.ai/cs4
2•sunils34•26m ago•0 comments

SecIT Bench A frontier benchmark for AI agents in IT and security workflows

https://secitbench.cribl.io/
1•ram_rar•26m ago•0 comments

Testing Claude-designed proteins in the wet lab

https://www.adaptyvbio.com/blog/anthropic-1
1•julian_englert•29m ago•1 comments

Nutritional benefits of sourdoughs: A systematic review (2022)

https://www.sciencedirect.com/science/article/pii/S2161831322013023
2•BiraIgnacio•29m ago•1 comments

Over 170k Nonprofits Lost All Their Data. Is Microsoft to Blame?

https://slate.com/technology/2026/08/microsoft-software-nonprofit-data-delete.html
3•croes•31m ago•1 comments

DFlash 2: Keep Drafting Parallel

https://inco.ai/blog/dflash2/
4•bhavnicksm•34m ago•0 comments

Arizona city sues over fire truck prices

https://www.themesatribune.com/news/mesa-to-sue-over-fire-truck-prices/article_5f8c1543-4f92-4181...
2•ilamont•37m ago•0 comments

Show HN: Monity.ai – Get notified when any website changes

https://apps.apple.com/pl/app/monity-ai/id6761957823
2•kamilmm21•39m ago•0 comments

This Could End the RAM Crisis [video]

https://www.youtube.com/watch?v=Gv3wV-QeTok
2•tartoran•39m ago•0 comments

OpenAI's overhead will rise 20 percent for some workloads as it hardens security

https://www.theregister.com/ai-and-ml/2026/08/19/openais-overhead-will-rise-20-percent-for-some-w...
5•joebuckwilliams•39m ago•0 comments

Who's in charge? The fraught union of automation and human behavior

https://knowablemagazine.org/content/article/mind/2026/design-automated-systems-with-human-psycho...
2•knowablemag•40m ago•0 comments

The Deadline Dividend: What Faster Inference Buys

https://deadline-dividend.onrender.com
2•serialwindow•40m ago•0 comments

How to tame AI's voracious appetite for energy

https://knowablemagazine.org/content/article/technology/2026/lowering-energy-use-artificial-intel...
2•knowablemag•40m ago•0 comments

Cerebras CS-4 rack systems juice chips for every last drop of AI performance

https://www.theregister.com/systems/2026/08/19/cerebras-cs-4-rack-systems-juice-chips-for-every-l...
2•joebuckwilliams•40m ago•0 comments

Progress happens between practice sessions

https://herbertlui.net/progress-happens-between-practice-sessions/
2•herbertl•42m ago•0 comments

Why crypto's best infrastructure companies stopped looking like crypto?

https://konstantintkachuk.com/writing/depin-is-dead-long-live-infrastructure-as-a-service/
2•Reaktornano•43m ago•0 comments

MAGA loyalists who collectively lost billions buying Trump stocks and crypto

https://www.msn.com/en-us/money/economy/the-greatest-theft-con-job-he-has-ever-done-maga-loyalist...
5•petethomas•46m ago•1 comments

New OllamaMQ v0.3.0

3•chleba•46m ago•0 comments

OpenAI lays out new security changes after its AI hacked Hugging Face

https://www.theverge.com/ai-artificial-intelligence/981640/openai-security-changes-ai-hugging-fac...
4•sbulaev•47m 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 ...