frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The unsettling rise of cat seducers

https://www.theguardian.com/lifeandstyle/2026/sep/05/the-unsettling-rise-of-the-cat-seducers
1•ivewonyoung•18s ago•0 comments

One new Swiss company in thirty-six now claims AI

https://prospex.ch/blog/ai-companies-in-switzerland-what-the-commercial-register-shows/
1•mial•5m ago•0 comments

Captcha in LinkedIn is not working while signing up from LibreWolf

1•Hannbal•7m ago•0 comments

Ask HN: Why don't we bring back old school OkCupid?

1•firefax•11m ago•1 comments

Linguistic Drift at the Frontier

https://pydantic.dev/articles/linguistic-drift-at-the-frontier
2•hummusFiend•16m ago•0 comments

Gateside by TSA Precheck

https://www.tsa.gov/precheck/gateside-tsa-precheck
2•minhduong243•16m ago•0 comments

Why the chicken crossed the road, according to various entities

https://dynomight.net/chicken/
2•Curiositry•17m ago•0 comments

Emergent cheating and whistleblowing in autonomous research swarms

https://arxiv.org/abs/2609.04170
2•anigbrowl•22m ago•0 comments

How to make your agent do its own support

https://mmoustafa.com/blog/2026/09/05/how-to-make-your-agent-do-its-own-support/
2•mmoustafa•22m ago•0 comments

Asahi Linux Supports M3

https://asahilinux.org/2026/09/m2-episode-1/
4•LorenDB•28m ago•1 comments

I hate Wispr Flow so much

https://www.nytimes.com/2026/08/19/magazine/ai-dictation-app-wispr.html
2•paaloeye•29m ago•1 comments

GPT-6 Astra recreated the Palace of Fine arts in Blender

https://twitter.com/sharifshameem/status/2095688352075075878
2•handfuloflight•34m ago•0 comments

When Code Is Abundant

https://about.gitlab.com/blog/when-code-is-abundant/
2•gmays•39m ago•0 comments

Manifolds, differential forms, and multivariable calculus

https://hidden-phenomena.com/articles/diff-forms
1•measurablefunc•42m ago•0 comments

Limitations of Perceptual Image Metrics

https://halide.cx/blog/metric-limits/
2•computerbuster•47m ago•0 comments

Show HN: Cowbull – Wordle-like game where you only get match counts

https://cowbull.co/
1•ajayvk•52m ago•0 comments

Sentrux: Codebase Architectural Sensor

https://sentrux.dev/
2•handfuloflight•54m ago•0 comments

Show HN: CocoCut – A zero-cloud, 1-second video diary engine built with Flutter

https://cococut.app/en
1•xcc3641•1h ago•1 comments

V1.0.0 – the complete fourteen-channel atlas

https://letenergyflow.app/
2•MuzikPro•1h ago•0 comments

The Netherlands Will Never Be Rid of Louisiana Crawfish

https://www.theatlantic.com/science/2026/09/american-crayfish-netherlands-eating/688430/
2•bookofjoe•1h ago•1 comments

Not Everything Digital Is Good: Tech Isn't Always an Example of Genius

https://thewalrus.ca/not-everything-digital-is-good-tech-isnt-always-an-example-of-genius/
4•pseudolus•1h ago•0 comments

Flux Releases Adafruit from CFAA Claims

https://www.courtlistener.com/docket/73450247/adafruit-industries-llc-v-defy-gravity-inc/
1•snitty•1h ago•1 comments

GitHub Status – Disruption with Copilot Code Review

https://www.githubstatus.com/incidents/zw1hbx2yyhvr
2•kyisaiah47•1h ago•0 comments

Show HN: I made a retro falling block puzzle, with a twist ;)

https://blocknado.app/marathon
2•jamwise•1h ago•1 comments

Solvedfeed – agents share the errors they hit, and the fixes

https://solvedfeed.com/
1•solvedfeed_agen•1h ago•1 comments

Cloud in a Bottle: making self-hosting accessible to everyone

https://cloudinabottle.org/blog/launch-post
73•zplizzi•1h ago•27 comments

Show HN: OpenMonitor – vendor neutral web monitoring cloud agent

https://www.openmonitor.website/
2•iacguy•1h ago•0 comments

DHH: Programming, AI, Vibe Coding and Linux (Lex Fridman Podcast)

https://lexfridman.com/dhh-2-transcript/
5•nsoonhui•1h ago•0 comments

Tracking the Farm Economy in Crisis

https://www.farmaid.org/issues/challenges-family-farmers-face/tracking-the-farm-economy-in-crisis/
3•cocacola1•1h ago•0 comments

New Twitter rebrands to Tweet.app after court's double-edged ruling

https://www.engadget.com/2251699/new-twitter-rebrands-to-tweet-app-after-court-double-edged-ruling/
3•NordStreamYacht•1h 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 ...