frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

48-hour AI engineering challenge (cash prizes, job offers)

https://challenge.instantly.ai/
1•iandreileo•1m ago•0 comments

Starlink Reluctant to Operate in Taiwan

https://www.taipeitimes.com/News/taiwan/archives/2026/04/23/2003856096
1•keepamovin•2m ago•0 comments

Period tracking app has been yapping about your flow to Meta

https://femtechdesigndesk.substack.com/p/your-period-tracking-app-has-been
1•campuscodi•2m ago•0 comments

Sending stdin into a container using nothing but kernel primitives

https://blog.apario.net/sending-stdin-into-a-container
1•btdahl•2m ago•0 comments

The Countess and the Engine

https://drdavidwbell.substack.com/p/the-countess-and-the-engine
1•drdavidwbell•3m ago•0 comments

New Gas-Powered Data Centers Could Emit More Greenhouse Gases Than Whole Nations

https://www.wired.com/story/new-gas-powered-data-centers-could-emit-more-greenhouse-gases-than-en...
2•aa_is_op•4m ago•0 comments

I wrote a DOOM clone in my own programming language

https://spectrelang.org/log/devlog#cubedoom
1•pizza_man•5m ago•0 comments

AI coding works, that's the problem [video]

https://www.youtube.com/watch?v=2dTENijF30c
1•tobr•5m ago•0 comments

You may see Japanese soccer fans cleaning up the stadium after World Cup games

https://apnews.com/article/japan-clean-world-cup-be16f404d002539fc8a29c718bab4ce8
1•HieronymusBosch•7m ago•0 comments

Utah greenlights 9GW AI campus using over twice state electricity

https://www.tomshardware.com/tech-industry/kevin-o-learys-9-gw-utah-data-center-campus-approved
1•embedding-shape•9m ago•0 comments

Who owns the code Claude Code wrote?

https://legallayer.substack.com/p/who-owns-the-claude-code-wrote
3•senaevren•9m ago•0 comments

Show HN: AI Email Design – Create beautiful newsletters in multiple models

https://shuffle.dev/ai-email-design
1•kemyd•15m ago•0 comments

The Markdown Link no. 23

https://md-handbook.com/blog/markdown-link-no-23/
1•wordius•19m ago•1 comments

Paying for Azure Trusted Signing, yet installers get blocked on Windows

https://github.com/Azure/artifact-signing-action/issues/128
2•grujicd•21m ago•1 comments

I'm training combat agents so they're ready when the drones are real

https://tokenstree.eu/newsletter/2026-04-27-androidwars-agent-training.html
2•vfalbor•25m ago•0 comments

SpaceX ties Musk compensation to Mars colonization goal

https://www.reuters.com/sustainability/boards-policy-regulation/spacex-ties-musk-compensation-mar...
2•goodcanadian•25m ago•2 comments

The missing step between hype and profit

https://www.technologyreview.com/2026/04/27/1136456/the-missing-step-between-hype-and-profit/
1•joozio•25m ago•0 comments

Build a biometric data harvesting empire from scratch in FACEMINER

https://store.steampowered.com/app/2276980/FACEMINER/
1•doener•26m ago•0 comments

News Finance AI – Cutting through the noise with LLM sentiment analysis

https://newsfinanceai.com/landing-page/
1•globalbiz•27m ago•0 comments

Tell HN: Your ChatGPT account can be deactivated at any moment, losing your data

4•try-working•27m ago•0 comments

The Hormuz digital chokepoint: How does the Iran war threaten subsea cables?

https://www.reuters.com/business/media-telecom/hormuz-digital-chokepoint-how-does-iran-war-threat...
1•JumpCrisscross•28m ago•0 comments

Blippo+ is a live-action, off-cable TV simulator

https://store.steampowered.com/app/3323850/Blippo/
1•doener•28m ago•0 comments

Stanford CS336 – Language Modeling from Scratch (2025)

https://cs336.stanford.edu/spring2025/
2•Anon84•29m ago•0 comments

Simulacra: An interactive horror experience of exploring a missing woman's phone

https://store.steampowered.com/app/712730/SIMULACRA/
1•doener•30m ago•0 comments

There is no main.js

https://alexanderweichart.de/4_Projects/agent-native-software/There-is-no-main-js
2•surrTurr•30m ago•0 comments

Are prediction markets well-calibrated? Analysis of 7,661 Polymarket markets

https://polymarket-calibration.vercel.app
2•johnleslie_pm•30m ago•0 comments

True Anomaly raises $650M, reaching $2.2B valuation

https://spacenews.com/true-anomaly-raises-650-million-reaching-2-2-billion-valuation/
1•defrost•31m ago•1 comments

The players who lost big money on Peter Molyneux's failed Legacy

https://arstechnica.com/gaming/2026/04/how-legacy-became-a-costly-crypto-bust-for-players-and-a-b...
1•rbanffy•31m ago•0 comments

jjj — Jujutsu Jump

https://oppi.li/posts/jjj/
1•icy•33m ago•0 comments

s&box Release

https://sbox.game/news/release-26-04-28
3•MaximilianEmel•33m 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•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 ...