frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

BitTorrent Explained: Deep Dive into Peer-to-Peer Sharing, Security, and Usage

https://www.ikkaro.net/what-is-bittorrent/
2•Gedxx•3m ago•0 comments

Smooth AI criminal drives 'first' end-to-end agentic ransomware attack

https://www.theregister.com/security/2026/07/02/smooth-ai-criminal-drives-first-end-to-end-agenti...
2•smurda•3m ago•0 comments

Margin – Turn YouTube videos into structured notes in your Google Drive

https://margin.bhairav.ai
1•chandanjha_dev•4m ago•0 comments

You'll miss the soul when it's gone

https://bell.bz/youll-miss-the-soul-when-its-gone/
1•coinfused•4m ago•0 comments

NASA chief praises progress Blue Origin is making after launch failure

https://arstechnica.com/space/2026/07/nasa-chief-praises-progress-blue-origin-is-making-after-lau...
1•rbanffy•5m ago•0 comments

Show HN: Humbug: GUI-based agentic dev platform built with only 3 dependencies

https://github.com/m6r-ai/humbug
1•tritondev•5m ago•0 comments

Zynkbot – Open-source local AI with transparent memory (Rust)

https://github.com/MSkill1/zynkbot
1•MSkill1•6m ago•0 comments

Show HN: Local-first NetOps agent with guardrailed execution and low token cost

https://zalous.com/
1•leyopoker•7m ago•0 comments

Can AI Make Scientific Breakthroughs?

https://blog.cosmos-institute.org/p/can-ai-make-scientific-breakthroughs
1•alexicon_•7m ago•0 comments

The first Windows application of its kind in the world

https://sites.google.com/view/adbuster-winapp
1•Bo_Amigo_910•9m ago•1 comments

NetNut cracked as Google and FBI target 2M-device botnet

https://www.theregister.com/security/2026/07/03/netnut-cracked-as-google-and-fbi-target-2-million...
1•nadermx•9m ago•0 comments

Mathematicians are developing rules for AI use

https://www.nature.com/articles/d41586-026-01881-2
1•Gedxx•10m ago•0 comments

RL Beyond the Verifiable

https://www.tanayj.com/p/rl-beyond-the-verifiable
2•gmays•16m ago•0 comments

Strategic Petroleum Reserve (SPR) Storage Sites

https://www.energy.gov/hgeo/opr/spr-storage-sites
2•thunderbong•16m ago•0 comments

Mac Malware found spreading through sponsored ad on X

https://9to5mac.com/2026/07/02/malware-found-spreading-through-sponsored-ads-on-x/
3•rvz•17m ago•0 comments

The cancer Alzheimer's disease paradox

https://www.nature.com/articles/s41514-026-00442-1
1•Michelangelo11•18m ago•0 comments

The future of gaming shouldn't come at the expense of ownership

https://www.eurogamer.net/gog-playstation-discs-game-ownership
1•HelloUsername•18m ago•0 comments

Official shutdown of Droitwich transmitter on LW – 30 June 2026 [video]

https://www.youtube.com/watch?v=37by40BciK4
1•austinallegro•19m ago•0 comments

Ethics of Taste (1875)

https://www.jstor.org/stable/20568781
1•barkhargrove•19m ago•0 comments

Runtime Fisher Spectral Sensitivity for Early Hallucination Detection

https://zenodo.org/records/21133067
1•adamzwasserman•21m ago•0 comments

Microsoft commits $2.5B and 6k employees to new AI implementation unit

https://www.cnbc.com/2026/07/02/microsoft-commits-2point5-billion-6000-employees-ai-implementatio...
2•bookofjoe•23m ago•1 comments

NASA inspector general suggests Boeing's Starliner will now be a decade late

https://arstechnica.com/space/2026/07/nasa-inspector-general-suggests-boeings-starliner-will-now-...
1•rbanffy•23m ago•0 comments

Teaching High Valyrian to my server monitoring agent

https://akashrajpurohit.com/blog/i-built-a-watchman-for-my-servers/
1•ghostfoxgod•23m ago•0 comments

The War for Sociology

https://www.chronicle.com/article/the-war-for-sociology
1•Michelangelo11•23m ago•0 comments

Trispe: Building an AI Prediction Exchange Without Human Traders

https://trispe.com/
1•chainbuilder•24m ago•0 comments

CB Mania

https://cinemasojourns.com/2026/07/03/cb-mania/
2•jjgreen•24m ago•0 comments

Learning Multi-Agent Coordination via Sheaf-ADMM

https://pub.sakana.ai/sheaf-admm/
1•hardmaru•29m ago•0 comments

Abartleby: Automate the US Visa Bureaucracy

https://tangled.org/breezykermo.tngl.sh/abartleby
2•nerdypepper•30m ago•0 comments

PEP 836 – JIT Go Brrr: The Path to a Supported JIT Compiler for CPython

https://peps.python.org/pep-0836/
1•connorbrinton•32m ago•0 comments

The Luddite festival harnessing Gen Z's rage against Big Tech

https://www.wired.com/story/inside-the-luddite-festival-harnessing-gen-zs-rage-against-big-tech/
3•rbanffy•34m 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 ...