frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

YellowKey Bitlocker Bypass Vulnerability

https://github.com/Nightmare-Eclipse/YellowKey
1•entuno•39s ago•0 comments

The Cost of Overfitting the Harness

https://www.dbreunig.com/2026/05/10/overfitting-the-harness.html
1•gmays•3m ago•0 comments

The Emotional Cost of AI-Assisted Coding

2•northfield27•5m ago•0 comments

UK to send drones, jets and warship to join defensive mission securing Hormuz

https://www.reuters.com/world/uk-send-drones-jets-warship-join-defensive-mission-securing-strait-...
1•geox•5m ago•0 comments

EU iPhones Get AirPod Pairing and Notifications for Third-Party Wearables

https://www.macrumors.com/2026/05/11/ios-26-5-eu-third-party-wearable-changes/
1•vrganj•7m ago•0 comments

The hardware isn't broken, the documentation is

https://essenceia.github.io/thoughts/broken_doc/
1•random__duck•9m ago•1 comments

Anthropic's Computer Use API: How AI Is Navigating Your Desktop Now

https://www.aigridnews.com/anthropics-computer-use-api-how-ai-is-navigating-your-desktop-now
1•rolph•15m ago•0 comments

Anthropic publicly releases AI tool that can take over the ' mouse cursor(2024)

https://arstechnica.com/ai/2024/10/anthropic-publicly-releases-ai-tool-that-can-take-over-the-use...
1•rolph•17m ago•0 comments

Show HN: Duckflix, an open-source self-hosted media streaming platform

https://github.com/duckflixapp/duckflix
1•patakxd•19m ago•0 comments

The Soul in the Machine

https://netwars.pelicancrossing.net/2026/05/08/the-soul-in-the-machine/
1•ColinWright•19m ago•0 comments

Waiting for Joe

http://essaysnthings.blogspot.com/2008/05/waiting-for-joe.html
1•JumpCrisscross•20m ago•0 comments

Anthropic says newest lawyer tools are 'like giving an engineer a legal degree'

https://www.businessinsider.com/anthropic-expands-legal-ai-tools-claude-cowork-2026-5
2•cebert•21m ago•0 comments

Kagi Snaps

https://daringfireball.net/linked/2026/05/12/kagi-snaps
1•frizlab•22m ago•0 comments

XCA: Breaking Confidential Computing via the Interconnect

https://xca-attacks.github.io/overview/
1•pipogipo•22m ago•0 comments

State of Code Developer Survey report [pdf]

https://www.sonarsource.com/state-of-code-developer-survey-report.pdf
2•b-man•24m ago•0 comments

Curating cross-medium galleries (books, films, music, art, photos, fashion)

https://tryfractart.com/
1•helenxyz•29m ago•0 comments

Do teachers need advanced degrees?

https://www.cremieux.xyz/p/do-teachers-need-advanced-degrees
3•renameme•30m ago•3 comments

Show HN: GIF Pile. a site to make piles of GIFs

https://gifpile.com/
2•FatCat1979•31m ago•0 comments

I've been running an AI editorial pipeline on the Iran-US war for 75 days

https://worldwarwatcher.com
1•tamarru•31m ago•0 comments

Golden Speakers: Building a native-like accent in your 2nd/3rd/4th+ language

https://loxai.tech
1•audreyfei•32m ago•1 comments

Supermicro and the ghost of Chinagate: The evolution of a multinational scam

https://thehill.com/opinion/international/5859528-supermicro-ai-servers-china-smuggling/
1•tart-lemonade•33m ago•0 comments

What Satellite Images Reveal About Iran's Attacks on U.S. Bases [video]

https://www.youtube.com/watch?v=JRnoi3repjo
2•Teever•37m ago•0 comments

Russian ship that sank may have been carrying nuclear reactors to North Korea

https://www.theguardian.com/world/2026/may/12/russian-ship-ursa-major-sank-spain-nuclear-reactors...
3•athousandsteps•37m ago•0 comments

Open Vibe – an interactive web dev course in Claude Code

https://openvibe.sh/
1•matijash•37m ago•1 comments

AI Strategy Has a Blind Spot: The Network

https://www.kentik.com/blog/your-ai-strategy-has-a-blind-spot-the-network/
1•oavioklein•37m ago•0 comments

Shame them, shun them, ban them, beat them

https://www.experimental-history.com/p/shame-them-shun-them-ban-them-beat
1•pavel_lishin•38m ago•0 comments

Check Startup Names for Availability

https://nameclaim.xyz
1•chaghighat•40m ago•0 comments

Seriously, Give Kagi a Try

https://daringfireball.net/linked/2026/05/12/seriously-give-kagi-a-try
3•frizlab•40m ago•3 comments

Intercom Becomes Fin

https://www.intercom.com/blog/today-intercom-becomes-fin/
3•tjwds•41m ago•0 comments

Meta employees protest against mouse tracking tech at US offices

https://www.reuters.com/sustainability/society-equity/meta-us-employees-organize-protest-against-...
14•delichon•44m ago•5 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•12mo ago

Comments

qwertox•12mo ago
Rule #1: Always put deletions behind a flag which is disabled for the first couple of test runs.
turtleyacht•12mo 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•12mo 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•12mo ago
Oh, I see. Having a flag to skip deletion during test runs is a good rule then.
rvz•12mo 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•12mo ago
Who runs such an AI generated script without checking the code first?
qwertox•12mo 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•12mo ago
Right so lets just always run the code as is ?
qwertox•12mo 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•12mo 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•12mo ago
In which Roko's Basilisk fires a warning shot.
jethronethro•12mo ago
This is why you test code or a script before running it for real. Live and learn, I guess ...