frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Messy Reality of Building an Empire in Space

https://www.wsj.com/tech/blue-origin-spacex-rivalry-cebe1bc0
1•ironyman•5m ago•1 comments

ChatGPhish: The Page Is the Payload

https://permiso.io/blog/chatgpt-markdown-rendering-vulnerability
1•hereticles•6m ago•0 comments

Florida sues OpenAI and Sam Altman over alleged safety lapses

https://www.npr.org/2026/06/01/nx-s1-5843132/openai-florida-lawsuit-safety-chatgpt
2•isaacfrond•7m ago•0 comments

A Resonant Hierarchy of Everything – one recursive formula across all scales

https://hierarchyofeverything.com
1•DementD•8m ago•0 comments

OpenAIRE AI Hackathon

https://www.openaire.eu/announcement-openaire-ai-hackathon
1•T-A•8m ago•0 comments

VW cuts owners' access to their own vehicle data with API change

https://www.heise.de/en/news/VW-cuts-owners-access-to-their-own-vehicle-data-with-API-change-1131...
2•doener•13m ago•0 comments

Dear USA: When You Were Awesome

https://ifloz.substack.com/p/dear-usa-when-you-were-awesome
1•testrun•15m ago•0 comments

Side-Channel Information Disclosure (Error Oracle). Maravel/Lumen Users Beware

https://marius-ciclistu.medium.com/maravel-framework-version-10-73-1-60505eb7d644
1•marius-ciclistu•15m ago•0 comments

Safe, LeSS and Nexus don't work

https://www.leadinginproduct.com/p/scaling-product-teams
1•benkan•24m ago•0 comments

Show HN: Assist Debug Card for Home Assistant

1•Vibecoder_•25m ago•0 comments

New Evidence for Early Pleistocene Use of Fire at Wonderwerk Cave (South Africa)

https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0347480
1•fodmap•26m ago•0 comments

Why Merge Conflicts Became the New Agentic Bottleneck

https://adamtornhill.substack.com/p/why-merge-conflicts-became-the-new
2•nephrenka•26m ago•0 comments

Hackers trick Meta AI support bot to infiltrate Obama White House Instagram

https://www.theguardian.com/technology/2026/jun/01/meta-ai-hack-obama-sephora-instagram
2•beardyw•26m ago•0 comments

Brazil Banned Addictive Design. The Crucial Regulatory Choices Are Still Ahead

https://www.techpolicy.press/brazil-banned-addictive-design-the-crucial-regulatory-choices-are-st...
4•rbanffy•29m ago•0 comments

Version 2.0 of AI laser mosquito defense system is here

https://twitter.com/stevencheng/status/2059950811954692451
3•throwaway2037•30m ago•0 comments

I built a shirt brand for developers who are tired of bad conference swag

https://codeculture.store/
1•emcycruz•30m ago•0 comments

Cloudflare CDN Pricing 2026: Real Cost per GB, Hidden Fees and Best Alternatives

https://blog.blazingcdn.com/en-us/what-is-the-price-per-gb-of-cloudflare-cdn
2•blazingcdn•31m ago•0 comments

Reducing Instagram's basic video compute time by 94 percent (2022)

https://engineering.fb.com/2022/11/04/video-engineering/instagram-video-processing-encoding-reduc...
2•tzury•32m ago•0 comments

Fast Food's Digital Revolution: Why Fast Food Got So Expensive [video]

https://www.youtube.com/watch?v=hIOW2HKgzPk
2•nomilk•32m ago•0 comments

A University System Went All in on A.I. Now It's Tearing Itself Apart

https://www.nytimes.com/2026/06/01/magazine/ai-university-college-california.html
2•jeffwass•35m ago•0 comments

Tracing Rays with Jank

https://jank-lang.org/blog/2026-06-01-optimization/
1•pjmlp•37m ago•0 comments

Show HN: SnapToCode – Screenshot any UI and get clean Tailwind code

https://chromewebstore.google.com/detail/snaptocode/jpchamlmjfoccmkdoiaibbpgkidapcnk
1•adithagrawaal•40m ago•1 comments

MoveCue – Hands-free movement timer for iOS

https://movecue.app
2•Bhavdiy•40m ago•0 comments

Extreme Solar Blasts and Weak Magnetic Field Are a Deadly Combination for Earth

https://www.sciencealert.com/extreme-solar-blasts-and-a-weak-magnetic-field-are-a-deadly-combinat...
2•benkan•44m ago•0 comments

Remote work – not AI – has sidelined recent college graduates, research finds

https://www.npr.org/2026/06/01/nx-s1-5843076/remote-work-college-graduates-unemployment-ai
1•benkan•48m ago•0 comments

All of these tiles are the same

https://henkreuling.nl/applets/tegels.html
1•wise_blood•49m ago•1 comments

AI marketing promotions are similar to female leak-protection products

https://imgur.com/a/rRXpppK
1•fatbrowndog•50m ago•3 comments

Show HN: ContextBridge – Local-first AI reading sidebar using Ollama

https://chromewebstore.google.com/detail/contextbridge-–-local-rag/jokgmcedjecppdfnbicfonbmgjpb...
2•sujalmeena•53m ago•0 comments

Google Maps Ditches Mercator Projection Mapping

https://glassalmanac.com/google-maps-finally-ditches-mercator-projection-mapping/
1•866-RON-0-FEZ•53m ago•0 comments

CIFSwitch: A non-universal Linux local root vulnerability

https://heyitsas.im/posts/cifswitch/
2•cosuhi•53m 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 ...