frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Did Anthropic Ask for This?

https://www.verysane.ai/p/did-anthropic-ask-for-this
1•ad8e•53s ago•0 comments

Splinternet – encrypted P2P chat with BBS aesthetics, games and sysop

https://bbs.splinternet.org/
1•arfuzzum•4m ago•0 comments

Trump says Netanyahu 'has no fucking judgment' after Beirut strike

https://www.timesofisrael.com/trump-says-netanyahu-has-no-fking-judgment-after-beirut-strike-report/
2•tcp_handshaker•4m ago•0 comments

After Meta tapped Alexandr Wang to build new AI model, Zuckerberg has to sell it

https://www.cnbc.com/2026/06/14/meta-hired-alexandr-wang-to-build-ai-its-zuckerbergs-job-to-sell-...
1•tcp_handshaker•4m ago•0 comments

A Wild Register Appears: Hunting the 30-Year-Old World of Xeen MT-32 Crash

http://finalpatch.github.io/xeen/
2•birdculture•7m ago•0 comments

Spotify: Music and Podcasts – Apps on Google Play

https://play.google.com/store/apps/details?id=com.spotify.music&hl=en_US
1•treasure2seek•7m ago•0 comments

Jeff Geerling: "Maybe don't rip off other people's video content"

https://xcancel.com/i/status/2066253845722812916
3•DiabloD3•7m ago•0 comments

Show HN: I built a tool to check if side hustle income claims are real

https://legitize.app/
1•ynxshiny•10m ago•0 comments

Deepfakes are everywhere. The godfather of digital forensics is fighting back

https://www.science.org/content/article/deepfakes-are-everywhere-godfather-digital-forensics-figh...
1•stared•11m ago•0 comments

AI slowly sucking the joy out of work

https://www.reddit.com/r/swift/s/YA5ELxU3av
4•frizlab•14m ago•0 comments

Tricking a Bike Counter

https://nullpxl.com/post/tricking-a-bike-counter/
1•nullpxl•15m ago•0 comments

Bacteria can learn and form memories without a brain (Carnegie Mellon)

https://phys.org/news/2026-06-bacteria-memories-brain.html
4•indynz•16m ago•0 comments

Debian Pure Blend

https://en.wikipedia.org/wiki/Debian_Pure_Blend
1•Teever•16m ago•0 comments

Ask HN: Year of Linux Desktop is fun with LLMs

1•mirekrusin•16m ago•0 comments

Billy Beane got it right

https://toddmoses.beehiiv.com/p/billy-beane-got-it-right
1•mtmosestn•17m ago•1 comments

The AI industry is spending $10M against Alex Bores [video]

https://www.youtube.com/watch?v=Gj9vxVK4GEE
2•danuker•18m ago•0 comments

The Encyclopedia's Own Library

https://medium.com/regarding-wikipedia/the-encyclopedias-own-library-12f30899c8ae
1•JohnHammersley•19m ago•0 comments

Why Is Claude Turning into an a**Hole?

https://bramcohen.com/p/why-is-claude-turning-into-an-asshole
18•drob518•19m ago•4 comments

Iran threatens to attack Elon Musk's SpaceX and Starlink facilities

https://www.the-sun.com/news/16485781/iran-threatens-elon-musk-spacex-starlink-military-targets/
4•ivewonyoung•21m ago•0 comments

Is SMIC N+3's Metal Pitch Smaller Than Intel 18A's?

https://newsletter.semianalysis.com/p/steel-smic-n3-teardown
1•notahan•22m ago•0 comments

How are you feeling about the first Trillionaire?

https://trulytyped.com/post/BRCYJA
7•dwa3592•24m ago•6 comments

Linux 7.1

https://lkml.iu.edu/2606.1/13340.html
1•geoffbp•25m ago•0 comments

The Great Erase

https://www.neondystopia.com/?p=100043466
2•dangle1•29m ago•0 comments

Surpassing Frontier Performance with Fusion

https://openrouter.ai/blog/announcements/fusion-beats-frontier/
1•stared•32m ago•0 comments

For Retired Engineers

https://telescoper.blog/2026/06/14/for-retired-engineers/
1•mathgenius•34m ago•0 comments

Peace deal between US and Iran, Pakistan says, with Strait of Hormuz to re-open

https://www.theguardian.com/world/2026/jun/14/trump-calls-for-restraint-israel-airstrikes-beirut-...
2•srameshc•35m ago•0 comments

Bran flakes to be classed as junk food under new health plan

https://www.telegraph.co.uk/money/consumer-affairs/bran-flakes-to-be-classed-as-junk-food/
3•ivewonyoung•38m ago•0 comments

Making 'food out of thin air' (2024)

https://www.noemamag.com/making-food-out-of-thin-air/
2•muchweight•38m ago•0 comments

Windows 11 users are tired of MS account requirements creeping into everything

https://www.windowscentral.com/microsoft/windows-11/windows-11-users-are-tired-of-microsoft-accou...
12•josephcsible•41m ago•0 comments

The Magic Roundabout of Seattle Area

https://kirklandroundabouts.com
1•DenisM•42m 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 ...