frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The End of Identity: AI, Plasticity, and the Divergence Machine

https://aneeshsathe.com/2026/03/07/the-end-of-identity-ai-plasticity-and-the-divergence-machine/
1•boredgargoyle•1m ago•0 comments

Trump says not mulling a draft executive order to seize control over elections

https://www.pbs.org/newshour/politics/trump-says-hes-not-mulling-a-draft-executive-order-to-seize...
1•pabs3•3m ago•0 comments

ScopeCreepSurvival

https://scopecreepsurvival.vercel.app/
1•ravenReema•4m ago•0 comments

Show HN: Joha – a free browser-based drawing playground with preset shape tools

https://joha-app.pages.dev/
1•smlee•5m ago•0 comments

Show HN: Neural-Q-Forge – a Rust-native quantum circuit forging framework

https://github.com/cleitonaugusto/nqf-community
1•CleitonAugusto•11m ago•1 comments

Am I Scared?

https://www.avraam.dev/blog/am-i-scared
1•almonerthis•11m ago•1 comments

Feevio – Voice to Invoice in Seconds

https://feevio.com
1•danHayworth•16m ago•1 comments

Out of Distribution: Beauty Beyond the Algorithm's Comfort Zone

https://terminal-archive.com/extracts/saving-beauty
1•lufasz•18m ago•1 comments

"Design Me a Highly Resilient Database"

https://nikogura.com/DatabaseDesign.html
2•donutshop•25m ago•0 comments

To the Polypropylene Makers

https://www.lesswrong.com/posts/HQTueNS4mLaGy3BBL/here-s-to-the-polypropylene-makers
3•raldi•30m ago•0 comments

Claude Is Alive, Company Warns AI Model May Be Conscious, Its over [video]

https://www.youtube.com/watch?v=-SVPjEF0ZW8
1•cable2600•33m ago•0 comments

Netdata is a seriously impressive server monitoring tool

https://thenewstack.io/netdata-is-a-seriously-impressive-server-monitoring-tool-to-keep-you-up-to...
2•gtzi•33m ago•0 comments

Open Creation and its Enemies [pdf]

https://files.libcom.org/files/2023-01/OpenCreationAndItsEnemies.pdf
1•jruohonen•37m ago•0 comments

Reverse engineering a DOS game with no source code using Codex 5.4

https://twitter.com/ammaar/status/2030392563534893381
3•asronline•40m ago•1 comments

Agentic Coding for Non-Vibe Coders

https://theasymptotic.substack.com/p/agentic-coding-for-non-vibe-coders
2•tipoffdosage904•45m ago•2 comments

Show HN: Render Claude Code and Codex Transcripts as Browsable HTML

https://github.com/forhadahmed/ai-transcript
3•forhadahmed•47m ago•0 comments

Oracle and OpenAI scrap deal to expand flagship Texas data centre

https://www.ft.com/content/2fa83bbf-abf2-43f1-b2f0-84a1391150b9
5•petethomas•48m ago•0 comments

We professional C-suites, lost the battle against vibe-leadership?

2•Bridged7756•49m ago•0 comments

What Production AI APIs Need Beyond Response = LLM(prompt)

https://medium.com/@lei-ye/what-breaks-after-your-ai-demo-works-638ac910f9fa
2•leiishta•49m ago•1 comments

Sem – Semantic version control. Entity-level diffs on top of Git

https://github.com/ataraxy-labs/sem
3•pabs3•50m ago•0 comments

The Vienna Method in Amsterdam

https://watermark02.silverchair.com/desi_a_00379.pdf?token=AQECAHi208BE49Ooan9kkhW_Ercy7Dm3ZL_9Cf...
1•jruohonen•54m ago•0 comments

From Human Ergonomics to Agent Ergonomics

https://wesmckinney.com/blog/agent-ergonomics/
1•kermatt•55m ago•1 comments

One Year of Claude Code

https://www.maxghenis.com/blog/my-claude-code-config/
1•ankitg12•56m ago•0 comments

Rising star chip scientist Jiang Jianfeng leaves MIT for Peking University

https://www.scmp.com/news/china/science/article/3345553/rising-star-chip-scientist-jiang-jianfeng...
4•mikhael•1h ago•0 comments

Push for $40 smartphones builds momentum, but still faces cost hurdles

https://techcrunch.com/2026/03/07/push-for-40-smartphones-builds-momentum-but-still-faces-cost-hu...
2•jnord•1h ago•0 comments

Explosion reported outside US embassy in Oslo, police say

https://www.bbc.com/news/articles/c5yjegg892lo
3•petethomas•1h ago•0 comments

Show HN: Booklet AI – AI-Powered Digital Flipbook Creator

https://bookletai.org/index.html
1•feiyu123456•1h ago•0 comments

Show HN: HireSignal – discover tech hiring signals from social posts (waitlist)

https://www.hiresignal.pro/
1•startupYu•1h ago•0 comments

A blog post series about big integer arithmetic

https://theblessedmachine.substack.com/p/big-integers-writing-and-optimizing
2•Tommyrexx•1h ago•0 comments

Show HN: Strata – 31-43% cheaper Claude Code reads via entropy, no parser

https://github.com/noopz/strata
1•noopz_•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•9mo ago

Comments

qwertox•9mo ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•9mo 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•9mo 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•9mo ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•9mo 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•9mo ago
Who runs such an AI generated script without checking the code first?
qwertox•9mo 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•9mo ago
Right so lets just always run the code as is ?
qwertox•9mo 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•9mo 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•9mo ago
In which Roko's Basilisk fires a warning shot.
jethronethro•9mo ago
This is why you test code or a script before running it for real. Live and learn, I guess ...