frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Gist of Western Philosophy

https://youtu.be/7XcwlDnwai0
1•m-hodges•1m ago•0 comments

Tkr.life

https://tkr.life/
1•agendacreativa•3m ago•1 comments

Tell HN: Regrets. Think carefully about how you spend your time

3•anonymous_ibex•7m ago•0 comments

Explosive Skill Acquisition

https://bengoldhaber.substack.com/p/explosive-skill-acquisition
1•lindowe•11m ago•0 comments

My Seeker Phone

https://avc.xyz/my-seeker-phone
1•wslh•13m ago•0 comments

Stopping bad guys from using my open source project (feedback wanted)

https://evanhahn.com/stopping-bad-guys-from-using-my-open-source-project/
3•emschwartz•15m ago•1 comments

Easily duped by his Stanford veneer with O realizing he's a CCP mouthpiece

https://twitter.com/Byron_Wan/status/1993489995156647971
1•737min•18m ago•1 comments

The Beguiling, Misunderstood Theremin

https://www.nytimes.com/2025/11/29/arts/music/theremin-instrument.html
1•Kaibeezy•19m ago•1 comments

EU to Target Apple Maps and Apple Ads Next

https://www.macrumors.com/2025/11/28/eu-targets-apple-maps-and-apple-ads/
1•Sir_Twist•21m ago•0 comments

Couple allegedly used hidden camera, earpieces to win $1.18M from Crown casino

https://www.theguardian.com/australia-news/2025/nov/30/couple-from-kazakhstan-allegedly-used-hidd...
2•defrost•21m ago•0 comments

Meshtastic

https://meshtastic.org/
2•debo_•24m ago•1 comments

YouTube Recommendation Algo

1•solarized•25m ago•0 comments

A new Little Prince museum has opened its doors in Switzerland

https://www.lepetitprince.com/en/events-around-the-world/a-new-little-prince-museum-has-opened-it...
2•gnabgib•37m ago•0 comments

Software Is Not the Service

https://green.spacedino.net/software-is-not-the-service/
1•surprisetalk•41m ago•0 comments

What's the Deal with Euler's Identity?

https://lcamtuf.substack.com/p/whats-the-deal-with-eulers-identity
1•surprisetalk•41m ago•0 comments

ASML Got EUV Lithography

https://www.factorysettings.org/p/how-asml-got-euv-lithography
2•surprisetalk•41m ago•0 comments

Sega Master System: Fancier Tile Graphics

https://bumbershootsoft.wordpress.com/2025/11/29/sega-master-system-fancier-tile-graphics/
1•ibobev•41m ago•0 comments

A Circle in the Hyperbolic Plane

https://www.johndcook.com/blog/2025/11/28/hyperbolic-circle/
1•ibobev•42m ago•0 comments

Monero Subaddresses

https://www.johndcook.com/blog/2025/11/28/monero-subaddresses/
1•ibobev•43m ago•0 comments

Inflation-hit Americans receive free $12,000 in crypto

https://www.thestreet.com/crypto/markets/inflation-hit-americans-receive-free-12000-in-crypto
2•harambae•44m ago•0 comments

A Bus Ride and the (At Least) 3x UX FAILs

https://bsdly.blogspot.com/2025/11/a-bus-ride-and-at-least-3x-ux-fails.html
2•zdw•51m ago•0 comments

Is memory-safe Linux within reach?

https://agarriga.substack.com/p/is-memory-safe-linux-within-reach
2•rhaps0dy•53m ago•2 comments

Think twice before translating all C to Rust

https://agarriga.substack.com/p/think-twice-before-translating-all
2•rhaps0dy•55m ago•0 comments

Gaza death toll surpasses 70k, says health ministry

https://www.theguardian.com/world/2025/nov/29/gaza-death-toll-rises-says-health-ministry
4•NomDePlum•57m ago•1 comments

PgFirstAid-The PostgreSQL Health Check Blog Post

https://randoneering.tech/blog/pgfirstaid/pgfirstaid/
1•todsacerdoti•59m ago•0 comments

Why Now? Why Me?: On Stumbling into a Solution That Shouldn't Have Been Mine

https://twitter.com/aialchemistart/status/1994925263822754147
1•LooseThreadsInt•59m ago•0 comments

Show HN: DotVeil – open-source, zero-knowledge .env sync for developers

https://github.com/klayserDev/dotveil
1•klayser•59m ago•1 comments

Simpler Java Build Tools with Object Oriented Programming [video]

https://www.youtube.com/watch?v=S47RpH_4Zn4
1•lihaoyi•1h ago•0 comments

Google Antigravity just deleted the contents of my whole drive

https://old.reddit.com/r/google_antigravity/comments/1p82or6/google_antigravity_just_deleted_the_...
3•iLoveOncall•1h ago•0 comments

ReScript 12

https://rescript-lang.org/blog/release-12-0-0/
2•sprkv5•1h 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•6mo ago

Comments

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