frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Space Oddity (Review of Slobodian and Tarnoff' "Muskism")

https://www.nybooks.com/articles/2026/07/23/space-oddity-muskism-slobodian-tarnoff/
1•1vuio0pswjnm7•2m ago•0 comments

AI Can Now Design Drugs in Seconds; We Still Can't Tell You If They Work

https://philippdubach.com/posts/ai-can-now-design-drugs-in-seconds-we-still-cant-tell-you-if-they...
1•TEHERET•3m ago•0 comments

Forer Effect

https://www.skepdic.com/forer.html
1•8organicbits•4m ago•0 comments

Everything You Think You Know About Networking Is Wrong (2016)

https://blog.siggraph.org/2016/02/everything-yourking-is-wrong.html/
1•timokoesters•11m ago•0 comments

Possible invasive species superspreader event near Strait of Hormuz

https://abcnews.com/International/scientists-warn-invasive-species-superspreader-event-due-stalli...
6•russfink•18m ago•0 comments

Image Processing Handbook

https://image-processing-handbook.github.io/
1•javatuts•22m ago•0 comments

Show HN: Axtary – Content Authorization for AI Agents

https://axtary.com
1•Axtary•30m ago•0 comments

What "privacy-first" means when you connect your bank account

https://www.aurumapp.org/blog/what-privacy-first-finance-means
1•jbrown7832•31m ago•0 comments

Show HN: Argus – VSCode Worktree Agent Session Manager

https://marketplace.visualstudio.com/items?itemName=petar-s-dimov.argus-worktree-agent-sessions
2•pdcd•33m ago•0 comments

I scanned my AI agent framework for destructive/consequential actions, and wow

https://www.actenon.com/
1•Bucko1•34m ago•0 comments

The South Carolina town in turmoil over a $545,000 email phishing scam

https://www.msn.com/en-us/news/other/the-south-carolina-town-in-turmoil-over-a-545-000-email-phis...
1•MilnerRoute•34m ago•1 comments

Google Maps Platform adds Isochrones API for travel-time reachability polygons

https://developers.google.com/maps/documentation/isochrones/overview
3•882542F3884314B•41m ago•0 comments

Collective Intelligence: The Next Frontier of AI

https://github.com/ailinone/collective-intelligence
1•alissonidalo•42m ago•0 comments

Show HN: QuickFlo – I got sick of exporting business workflows as a consultant

https://quickflo.app/
1•zajasa•46m ago•1 comments

Journal42: Journaling for Tech Workers

https://journal42.cloud/
1•rtpro•48m ago•0 comments

Phaistos Disc

https://en.wikipedia.org/wiki/Phaistos_Disc
4•hypertexthero•52m ago•0 comments

Git rebase -I is not that scary

https://cachebag.sh/journal/interactive-rebasing/
3•vinhnx•54m ago•0 comments

Everything Is a File

https://en.wikipedia.org/wiki/Everything_is_a_file
4•iacguy•54m ago•1 comments

Systems and Delays

https://martin.janiczek.cz/2026/07/24/systems-and-delays.html
5•vinhnx•54m ago•1 comments

Inflect-Micro-v2: complete voice in 9.36M parameters

https://huggingface.co/owensong/Inflect-Micro-v2
2•nateb2022•55m ago•0 comments

Zig by Example

https://zigbyexample.neocities.org/
2•vinhnx•56m ago•0 comments

Open-Weight Déjà Vu

https://peteridah.substack.com/p/open-weight-deja-vu
1•peteridah•58m ago•0 comments

SEC acquiring AI agents to monitor phone locations, social media, credit headers

https://jackpoulson.substack.com/p/securities-and-exchange-commission
2•iamnothere•1h ago•0 comments

PGSync adds semantic search without data leaving your infrastructure

https://pgsync.com/pro/
1•toluaina•1h ago•0 comments

George Hotz talk at AMD Advancing AI 2026 [video]

https://www.youtube.com/watch?v=QyrQeeDZUG4
3•chrsw•1h ago•0 comments

GNU Hurd gets 9pfs, OpenNTPD, dynamic /dev/ entries, and more

https://www.osnews.com/story/145603/the-hurd-gets-9pfs-openntpd-dynamic-dev-entries-and-more/
21•iamnothere•1h ago•4 comments

Personal AI Assistant, Anywhere

https://www.heysolin.com/
1•GreenKeewi•1h ago•0 comments

The real mathematics is the one that we dream – David Bessis

https://davidbessis.substack.com/p/the-real-mathematics-is-the-one-that
2•lioeters•1h ago•0 comments

Silicon Valley Splits over Closing the Borders to Chinese A.I

https://www.nytimes.com/2026/07/25/technology/open-source-silicon-valley-china.html
5•dkobia•1h ago•1 comments

Nepo – the largest database of nepotism and nepo babies

https://www.nepodb.com/
4•poppypetalmask•1h ago•1 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 ...