frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Valve Silently Discontinues Steam Deck LCD Spares at iFixit

https://www.techpowerup.com/350758/valve-silently-discontinues-steam-deck-lcd-spares-at-ifixit
1•nosecreek•56s ago•0 comments

I tested 11 AI detectors on my pre-ChatGPT writing and I'm as little as 5% human

https://originalseparation.substack.com/p/i-have-been-95-robotic-since-2019
1•BetterHalfAI•1m ago•0 comments

InviZible Pro – Android application for online privacy and security

https://github.com/Gedsh/InviZible
1•aniviacat•1m ago•0 comments

Museum of the Human Web

https://museum.parallel.ai/introduction?era=modern
1•ohjeez•2m ago•0 comments

OpenAI's first hardware device is reportedly a screenless speaker that can move

https://techcrunch.com/2026/07/14/openais-first-hardware-device-is-reportedly-a-screenless-speake...
1•Brajeshwar•2m ago•0 comments

Russ Tedrake launched a robotics startup [video]

https://www.youtube.com/watch?v=fewvZrckA5c
1•raptortech•3m ago•0 comments

I built an app that checks if you're paying attention in boring meetings

https://play.google.com/store/apps/details?id=com.pelumi.focuspulse&hl=en_US
1•CatalystPz•3m ago•1 comments

Stanch – Dead man's switch that stops the bleeding when no one answers

https://github.com/getstanch/stanch
1•mboo2•6m ago•0 comments

Agent runtime reduces LLM turns by 80% with a higher success rate in DeepSWE

https://github.com/Tura-AI/tura
1•yohji1984•7m ago•1 comments

After Xbox layoffs, idSoftware says worker-owned studios "the only path forward"

https://www.gamesradar.com/games/after-incomprehensible-xbox-layoffs-id-software-producer-says-wo...
2•robtherobber•7m ago•0 comments

Sorry, your account isn't able t

1•TheNorthKairo•8m ago•0 comments

Florida student's historic 11.99 GPA triggers district policy overhaul

https://nypost.com/2026/07/14/us-news/florida-students-historic-11-99-gpa-triggers-district-polic...
1•nradov•9m ago•0 comments

The American E.V. Has Been Crushed. Will It Take the U.S. Auto Industry with It?

https://www.nytimes.com/2026/07/15/magazine/electric-cars-american-evs.html
1•ilamont•12m ago•0 comments

Federal Court Suspends Trump Immigration Policy Targeting Technology Researchers

https://knightcolumbia.org/content/federal-court-suspends-trump-immigration-policy-targeting-tech...
2•hn_acker•13m ago•0 comments

Show HN: Specsanity.dev – an OAS linter that works

https://specsanity.dev
1•buildwithdennis•14m ago•0 comments

Code-Manager

https://github.com/maguowei/code-manager
1•maguowei•15m ago•0 comments

Show HN: XViral – Post virality predictor based on X's For You Ranking pipeline

https://github.com/ninjahawk/XViral
1•ninjahawk1•16m ago•0 comments

Coffee May Protect the Liver in More Ways Than Scientists Realized

https://scitechdaily.com/coffee-may-protect-the-liver-in-more-ways-than-scientists-realized/
2•mritzmann•17m ago•0 comments

The Clockwork Moss Tee: Cutting Through Greenwashing with GOTS-Verified Truth

https://ddsboston.com/blogs/news/the-clockwork-moss-tee-cutting-through-greenwashing-with-gots-ve...
1•robert_dds•17m ago•0 comments

Locality Social Cloud

https://localitysocial.cloud/
2•MrMalte•18m ago•0 comments

GeoSQL: Showing AI a map increased its accuracy by 4× (Korean)

https://ideas.paasup.io/geosql/
1•delfrrr•18m ago•0 comments

Linux creator Linus Torvalds puts foot down on anti-AI comments

https://www.gamingonlinux.com/2026/07/linux-creator-linus-torvalds-puts-foot-down-on-anti-ai-comm...
4•ndr42•20m ago•0 comments

Show HN: DripLit – Your Inbox is for books, too

https://www.dripl.it/
3•mankins•20m ago•1 comments

Most Americans now say the public should own half of the big AI companies

https://thenextweb.com/news/most-americans-now-say-the-public-should-own-half-of-the-big-ai-compa...
1•robtherobber•20m ago•1 comments

Phoenix LiveView 1.2 Released

https://www.phoenixframework.org/blog/phoenix-liveview-1-2-released
2•andrewstetsenko•20m ago•0 comments

Detecting Prompt Injection Attacks on Purpose-Specific LLM Agents

https://arxiv.org/abs/2607.12624
1•zhinit•21m ago•0 comments

People don't buy calm: revisiting Weiser's "The Computer for the 21st Century"

https://adaptivesoftware.substack.com/p/the-computer-for-the-21st-century
2•beerdappel•21m ago•3 comments

What I've updated in Anchor.nvim after a month of developmen

https://github.com/zachyarbrough/anchor.nvim
1•zachyarbro•22m ago•1 comments

Wall Street Titans Posted Huge Trading Numbers. Be Worried

https://www.bloomberg.com/opinion/articles/2026-07-14/goldman-s-stock-trading-numbers-are-so-wild...
1•petethomas•23m ago•0 comments

RFC: Maven Central and Care

https://www.sonatype.com/blog/request-for-comments-care-and-maven-central
1•ke4qqq•23m 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 ...