frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

You Can't Game Your Way to a Real Education

https://www.nytimes.com/2026/04/19/opinion/schools-edtech-laptops-games-learning.html
1•7402•29s ago•0 comments

Hyrum's Law: The hunt for a faster syscall trap (2004)

https://devblogs.microsoft.com/oldnewthing/20041215-00/?p=37003
1•signa11•58s ago•0 comments

Clearwing: Produce similar results as Anthropic Glasswing (Mythos)

https://github.com/Lazarus-AI/clearwing
1•ninjagoo•1m ago•1 comments

Knime will undergo enshittification in 2026

https://forum.knime.com/t/batch-execution-no-longer-supported/91773?page=3
1•nijuashi•3m ago•1 comments

In Telluride, regulations designed to help renters drive many out of town

https://coloradosun.com/2026/04/19/telluride-rent-regulations-renters-affordability-shandoka-sunn...
1•mooreds•4m ago•0 comments

How to Make a Lichtenberg Machine from Your Microwave: A Step-by-Step Guide

https://kitchenpearls.com/how-to-make-a-lichtenberg-machine-from-microwave/
1•thunderbong•5m ago•0 comments

Passkeys, Explained for a Developer

https://gist.github.com/david-crespo/0a4e5fcf8cd95d02e2673bcfff25cae4
1•mooreds•6m ago•0 comments

The Future of Petrochemicals Towards a more sustainable chemical industry (2018)

https://www.iea.org/reports/the-future-of-petrochemicals
1•wallflower•6m ago•0 comments

Matt Mullenweg Overrules Core Committers; Puts Akismet on WP 7's Connector List

https://www.therepository.email/matt-mullenweg-overrules-core-committers-to-put-akismet-on-wordpr...
2•mooreds•7m ago•0 comments

Why AI Needs a Sense of Smell

https://www.noemamag.com/why-ai-needs-a-sense-of-smell/
1•andrewl•9m ago•0 comments

Hello old new "Projects" directory

https://blog.tenstral.net/2026/04/hello-projects-directory.html
1•birdculture•10m ago•0 comments

Contracted ARR Considered Harmful

https://arnon.dk/contracted-arr-considered-harmful/
2•arnon•11m ago•0 comments

One in a hundred people in Russia is HIV-positive, expert says

https://tass.com/society/2051659
1•rawgabbit•11m ago•0 comments

Ask HN: Why doesn't Anthropic just anonymously make money on bug bounties?

2•mr_coffee•12m ago•2 comments

VPN provider OVPN has stopped publishing transparency reports

https://www.ovpn.com/en/transparency
2•thomashabets2•16m ago•1 comments

Vercel April 2026 security incident

https://vercel.com/kb/bulletin/vercel-april-2026-security-incident
11•colesantiago•16m ago•0 comments

Show HN: HumansMap Interactive Graph of 1M+ Wikidata Entities with Investigate

https://humansmap.com/
1•abstracthinking•18m ago•1 comments

Engels' Pause and the Permanent Underclass

https://www.fabricatedknowledge.com/p/mythos-and-engels-pause
2•momentmaker•18m ago•0 comments

Z80 CP/M emulator for Windows

https://github.com/avwohl/z80cpmw
1•AlexeyBrin•18m ago•0 comments

Potoooooooo

https://en.wikipedia.org/wiki/Potoooooooo
1•surprisetalk•20m ago•0 comments

Second Sexual Assault Trial Opens Against Uber in North Carolina Federal Court

https://www.law.com/2026/04/17/second-sexual-assault-trial-opens-against-uber-in-north-carolina-f...
1•1vuio0pswjnm7•21m ago•0 comments

Vercel may have been breached

https://twitter.com/theo/status/2045862972342313374
7•MattIPv4•22m ago•2 comments

Trump orders more access to psychedelics like LSD, psilocybin and ibogaine

https://www.washingtonpost.com/politics/2026/04/17/trump-psychedelics-psylocibin-research/
2•surprisetalk•25m ago•1 comments

Blocked from submiting a 0-day ransomware sample

2•hello-friend•25m ago•0 comments

The creative software industry has declared war on Adobe

https://www.theverge.com/tech/913765/adobe-rivals-free-creative-software-app-updates
4•tambourine_man•25m ago•0 comments

The Vertical AI OS: What I'd Build If I Were Starting a SaaS Today

https://substack.com/home/post/p-194446321
1•interrupt86•26m ago•0 comments

What Does a Typical Person Look Like?

https://nchagnet.eu/blog/what-does-average-person-look-like/
1•Brajeshwar•28m ago•0 comments

DictaFlow – hold-to-talk AI dictation that works inside Citrix and RDP

https://dictaflow.io/
1•ryanshrott•29m ago•0 comments

The Irreducibility of Production Experience in Software

https://www.aravindjayendran.com/writing/irreducibility-of-production-experience
2•maxaravind•29m ago•0 comments

RotorQuant: Faster Than TurboQuant

https://github.com/scrya-com/rotorquant
1•Klaster_1•32m 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•11mo ago

Comments

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