frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GitHub is proud to announce that you can now obtain your public repo on CD-ROM

https://forms.cloud.microsoft/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR6G-c11n8yFDlQmk4B-Q...
1•throwaway2027•23s ago•0 comments

An American Privacy Emergency

https://scottaaronson.blog/?p=9902
1•flowercalled•43s ago•0 comments

Fable 5's cyber safeguards and jailbreak framework

https://www.anthropic.com/news/fable-safeguards-jailbreak-framework
2•logickkk1•1m ago•0 comments

GLM-5.2: The Open-Source Chinese Model Challenging Claude at One-Fifth the Cost

https://mrkt30.com/glm-5-2-open-source-ai/
1•bmcdresson•5m ago•0 comments

Australians have more negative view of Israel than of China – Essential poll

https://www.theguardian.com/australia-news/2026/jul/03/australians-more-negative-view-of-israel-t...
1•aussieguy1234•5m ago•0 comments

Right to Local Intelligence

https://righttointelligence.org/
2•thoughtpeddler•7m ago•0 comments

Google must pay €4.1B fine for using Android to 'block' rivals

https://www.bbc.co.uk/news/articles/cvgj0pp5p62o
2•logickkk1•9m ago•0 comments

Hobbes – A Language and Embedded JIT Compiler

https://github.com/morganstanley/hobbes
1•ryan-ca•9m ago•0 comments

Using AI Agents with Databases

https://github.com/vaishcodescape/data-spear
1•vaishcodescape•10m ago•0 comments

Stealing 50 Years of Database Ideas for AI Agents

https://onewill.ai/blog/2026/stealing-50-years-of-database-ideas-for-ai-agents/
1•matt_d•12m ago•0 comments

Domino's Pizza parodies Sony's discontinuation of physical games

https://twitter.com/Dominos_UK/status/2072602429959340517
1•josephcsible•14m ago•0 comments

Building the T.LY iOS App

https://timleland.com/building-the-tly-ios-app/
1•TimLeland•16m ago•0 comments

Leverage Research 1.0

https://lydialaurenson.substack.com/p/the-inside-story-of-leverage-research
2•jxmorris12•17m ago•0 comments

Data Science Weekly – Issue 658

https://datascienceweekly.substack.com/p/data-science-weekly-issue-658
1•sebg•17m ago•0 comments

Amazon launches new $1B FDE org, following OpenAI and Anthropic

https://techcrunch.com/2026/06/30/amazon-launches-new-1-billion-fde-org-following-openai-and-anth...
1•mgh2•18m ago•0 comments

Microsoft’s answer to the end of PlayStation discs: a bizarre GitHub stunt

https://www.theverge.com/tech/961177/microsofts-answer-to-the-end-of-playstation-discs-a-bizarre-...
1•modinfo•19m ago•0 comments

Ukraine has struck a key semiconductor facility in Voronezh [video][7 mins]

https://www.youtube.com/watch?v=jL0ei7E44Ls
1•Bender•19m ago•0 comments

Learning to Replicate Expert Judgment in Financial Tasks

https://thinkingmachines.ai/news/learning-to-replicate-expert-judgment-in-financial-tasks/
1•Anon84•22m ago•0 comments

Meta launches vibe-coded gaming app Pocket

https://techcrunch.com/2026/07/02/meta-quietly-launches-vibe-coded-gaming-app-pocket/
2•bushwart•22m ago•0 comments

Small Molecules Have More Information per Atom Than Biologics

https://corinwagen.github.io/public/blog/20260701_information_content.html
1•sebg•27m ago•0 comments

Linux kernel developers discuss dropping AI attribution tags

https://www.phoronix.com/news/Linux-AI-Attribution-Again
1•logickkk1•27m ago•0 comments

How Statisticians Split a Bill

https://dmvaldman.github.io/tablestakes/
1•dmvaldman•27m ago•0 comments

Ask HN: How to host my website for cheap?

2•kapitanjakc•35m ago•7 comments

OCaml 5.5 Released

https://discuss.ocaml.org/t/ocaml-5-5-0-released/18265
2•lambda_foo•35m ago•0 comments

Empirical Computation: Prompting versus Programming [pdf]

https://mboehme.github.io/paper/ASE26-empirical.pdf
1•matt_d•36m ago•0 comments

Top 'Suicide Squad' Developers Say Flop Made Them Not Want to Make Games Anymore

https://www.bloomberg.com/news/newsletters/2026-07-02/top-suicide-squad-developers-say-flop-made-...
1•healsdata•40m ago•0 comments

Hackers shoveled snow for company, were rewarded with network admin access

https://www.theregister.com/security/2026/07/02/hackers-shoveled-snow-for-company-were-rewarded-w...
1•kristianc•42m ago•0 comments

FDA allows Philip Morris to market Zyn as less harmful than cigarettes

https://www.reuters.com/business/healthcare-pharmaceuticals/fda-allow-zyn-market-nicotine-pouches...
1•bushwart•43m ago•0 comments

Show HN: Fonts.Free

https://fonts.free/
1•nadermx•44m ago•0 comments

Copy of US Declaration of Independence found by volunteer in UK archives

https://www.theguardian.com/uk-news/2026/jul/03/vanishingly-rare-copy-us-declaration-independence...
2•bloat•45m 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 ...