frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pete Hegseth quotes a fake Bible verse from Pulp Fiction during Pentagon sermon

https://twitter.com/clashreport/status/2044720988869292038
1•lr0•1m ago•0 comments

Robots Don't Work

https://www.squarehammerlabs.com/blog/robots-dont-work
1•gsteph22•3m ago•0 comments

Generate coherent personas from pop culture universes

https://www.npmjs.com/package/loredata
1•theorchid•5m ago•0 comments

Atomic Operations in Go

https://iampavel.dev/blog/atomic-operations-go
1•birdculture•9m ago•0 comments

The Case for AI "Cooperatives"

https://www.nunodonato.com/the-case-for-ai-cooperatives/
1•nunodonato•9m ago•0 comments

Free airport ride exchange platform

https://airportswap.com/
1•PaulHoule•10m ago•0 comments

A Better R Programming Experience Thanks to Tree-sitter

https://ropensci.org/blog/2026/04/02/tree-sitter-overview/
4•sebg•11m ago•0 comments

AI's Next Frontier: People Skills

https://www.theatlantic.com/technology/2026/04/chatbot-ai-race-emotional-intelligence/686830/
1•paulpauper•11m ago•0 comments

I built a game: convince an AI bouncer you're also an AI in 3 messages

https://www.clankerpass.com/
2•alex-onecard•12m ago•0 comments

History Is Running Backwards

https://www.theatlantic.com/magazine/2026/05/reactionary-traditionalism-worldview/686597/
1•paulpauper•12m ago•0 comments

WordPress needs to refactor, not redecorate

https://joost.blog/wordpress-refactor-not-redecorate/
1•gmays•13m ago•0 comments

The Iterated Surgeon's Dilemma

https://substack.com/@scorry/p-194448803
1•paulpauper•15m ago•0 comments

New AI Paradigm: Communitized RL

https://audn.substack.com/p/from-personalized-to-communitized
1•ozgurozkan999•15m ago•2 comments

FrontierSWE: An ultra-long horizon coding benchmark

https://www.frontierswe.com/
1•justusmattern•19m ago•0 comments

Open-source AI runtime security

https://www.tirreno.com/bat/2026-04-16
1•reconnecting•21m ago•0 comments

Banks' soaring exposure to trading firms creating inherent fragility, warns S&P

https://www.ft.com/content/942b091b-add3-4ffd-911a-6a9d9738f2ea
3•petethomas•23m ago•0 comments

Jane Street signs $6B AI cloud deal with CoreWeave, invests $1B

https://thenextweb.com/news/jane-street-coreweave-6-billion-cloud-1-billion-equity-ai
2•gmays•24m ago•0 comments

KeePassChi – Codeberg.org

https://codeberg.org/keepasschi
2•sharjeelsayed•26m ago•0 comments

Elon Musk buys a fifth of his own Cybertrucks

https://www.msn.com/en-us/money/companies/elon-musk-buys-a-fifth-of-his-own-cybertrucks/ar-AA212Sci
14•petethomas•26m ago•2 comments

We're Hooked on Satellites. It Could Blow Up in Our Faces

https://www.cnet.com/science/space/features/satellite-overcrowding-space-junk-low-earth-orbit-sta...
2•SilverElfin•27m ago•0 comments

Filling DOCX forms: GPT-5.1 broke it, every Claude model handled it

https://varstatt.com/jurij/p/filling-forms-no-tool-can-template
2•jurijtokarski•28m ago•0 comments

Lutnick's old firm pumps $10M into super PAC led by Tether executive

https://www.citationneeded.news/commerce-secretary-howard-lutnicks-old-firm-pumps-10-million-into...
4•petethomas•28m ago•1 comments

US, EU move toward landmark biometric data sharing deal

https://www.biometricupdate.com/202603/us-eu-move-toward-landmark-biometric-data-sharing-deal
4•peq42•29m ago•1 comments

A privacy-first QR code generator (100% client-side, PNG and SVG export)

https://atomnyx.com/tools/qr-code-generator
1•RuBekOn•29m ago•0 comments

TCode: An AI Coding Agent Leverages Neovim and Tmux

https://www.binwang.me/2026-04-12-TCode-An-AI-Coding-Agent-Leverages-Neovim-and-Tmux.html
1•wb14123•30m ago•0 comments

Reed Hastings to Step Down as Netflix Chair

https://www.nytimes.com/2026/04/16/business/media/reed-hastings-netflix-chair.html
1•psychanarch•30m ago•0 comments

Frontier Coding Agents Built a Video Diffusion Pipeline on Max

https://www.modular.com/blog/how-frontier-coding-agents-built-a-video-diffusion-pipeline-on-max
1•visheshdembla•30m ago•0 comments

Scientists Just Created Super-Strong Steel That Never Rusts

https://www.popularmechanics.com/science/green-tech/a70977124/3d-printed-steel/
2•bookofjoe•32m ago•1 comments

The Beginning of Scarcity in AI

https://tomtunguz.com/ai-compute-crisis-2026/
3•gmays•35m ago•0 comments

Mechanical Sympathy

https://vickiboykis.com/2026/04/13/mechanical-sympathy/
1•sebg•36m 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•11mo ago

Comments

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