frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bitburner (Open source JavaScript-based hacking automation game): v3.0 released

https://store.steampowered.com/app/1812820/Bitburner/
1•mister_mort•6m ago•1 comments

Budgetbreeze: AI-Assisted Personal Finance

https://www.budgetbreeze.io/
1•boxstream•7m ago•1 comments

Best Employee Activity Tracking Software for US Businesses in 2026

https://yakihonne.com/article/naddr1qvzqqqr4gupzqvcy9tkh3xq8x5m7mdsqxx7mcylxxrj8hdj6psdy89g8jaa2e...
1•jameswar0202•7m ago•0 comments

Incus 7.0 LTS Released

https://lwn.net/Articles/1071469/
1•kazu11max17•11m ago•0 comments

Analysis Paralysis: Folders

https://nonogra.ph/analysis-paralysis-folders-05-06-2026
2•dekdrop•15m ago•0 comments

We programmed a program to program new programs (2011)

https://www.smbc-comics.com/comic/2011-09-08
3•Georgelemental•19m ago•0 comments

Diskless Linux boot using ZFS, iSCSI and PXE

https://aniket.foo/posts/20260505-netboot/
1•stereo-highway•28m ago•0 comments

TogetherLoop – Social media minus the nonsense

https://togetherloop.com/
2•DoctorOW•29m ago•1 comments

How Elon Musk Left OpenAI, According to Greg Brockman

https://techcrunch.com/2026/05/06/how-elon-musk-left-openai-according-to-greg-brockman/
4•evo_9•37m ago•1 comments

Umka: A statically typed embeddable scripting language

https://github.com/vtereshkov/umka-lang
2•modinfo•39m ago•0 comments

Riju: Fast online playground for every programming language

https://riju.codes/
2•gurjeet•43m ago•0 comments

How AI Works Under the Hood – LLMs Explained with Code

https://nitayneeman.com/blog/how-ai-works-under-the-hood-llms-explained-with-code/
4•thunderbong•44m ago•0 comments

Arithmeum Museum

https://www.arithmeum.uni-bonn.de/en/arithmeum.html
2•soupspaces•45m ago•0 comments

Show HN: I Replaced React in GraphiQL with Svelte

https://code.webb.page/eol/graphiql.git/about/
4•NetOpWibby•48m ago•0 comments

0xBitNet

https://github.com/m96-chan/0xBitNet
2•oldfuture•50m ago•0 comments

Muscles by Electricity: The Latest Fitness Craze?

https://www.wsj.com/lifestyle/fitness/electrical-muscle-stimulation-ems-workout-03dce7e3
3•lxm•50m ago•0 comments

Character.ai Faces Unlawful Practice of Medicine Claim in Pennsylvania Suit

https://www.law.com/therecorder/2026/05/06/characterai-maker-faces-unlawful-practice-of-medicine-...
3•1vuio0pswjnm7•57m ago•2 comments

Compaction in `Sid`: A Novel Algorithm?

https://rescrv.net/w/2026/05/06/compaction-in-sid
2•rescrv•1h ago•1 comments

Spec CPU 2026

https://www.spec.org/cpu2026/
2•sanxiyn•1h ago•0 comments

School Cellphone Ban Study Finds Mixed Results

https://www.nytimes.com/2026/05/04/us/did-school-cellphone-bans-study.html
4•lxm•1h ago•0 comments

We had people come just to see it: Amazon delivers its first UK parcels by drone

https://www.bbc.co.uk/news/articles/cx21k21vnmgo
2•nmstoker•1h ago•0 comments

Three-Em Dash

https://www.compart.com/en/unicode/U+2E3B
4•gregsadetsky•1h ago•0 comments

Nvidia Enterprise Reference Architectures for AI Data Centers

https://www.nvidia.com/en-us/technologies/enterprise-reference-architecture/
2•nalinidash•1h ago•1 comments

SpaceX is starting to move on from the most successful rocket

https://arstechnica.com/space/2026/05/spacex-is-starting-to-move-on-from-the-worlds-most-successf...
2•LorenDB•1h ago•0 comments

Permacomputing Principles

https://permacomputing.net/principles/
16•andsoitis•1h ago•0 comments

Hantavirus explained: Symptoms, transmission and treatment

https://epi.ufl.edu/2026/05/06/hantavirus-explained-symptoms-transmission-and-treatment/
3•rolph•1h ago•0 comments

Quilt Poems

https://leetusman.com/projects/quilt-poems/
5•andsoitis•1h ago•0 comments

Orthohantavirus

https://viralzone.expasy.org/213.html?outline=all_by_species
3•rolph•1h ago•0 comments

Encountering Artificial Intelligence: Ethical and Anthropological Investigations

https://jmt.scholasticahq.com/article/91230-encountering-artificial-intelligence-ethical-and-anth...
5•andsoitis•1h ago•0 comments

An SDK to accept payments from Agents

https://github.com/GTG-Labs/sangria
3•simantakDabhade•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•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 ...