frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MPs give ministers powers to restrict Internet

https://www.openrightsgroup.org/press-releases/mps-give-ministers-powers-to-restrict-entire-inter...
1•Jigsy•3m ago•0 comments

Amazon Cognito and FusionAuth Comparison

https://fusionauth.io/blog/amazon-cognito-and-fusionauth-comparison
1•mooreds•4m ago•0 comments

Updating yes(1) to run at 175GiB/s

https://github.com/coreutils/coreutils/commit/2b1c059e6
1•pixelbeat__•5m ago•0 comments

Log4j – Addressing AI-slop in security reports

https://github.com/apache/logging-log4j2/discussions/4052
1•tchalla•5m ago•0 comments

Mesa

https://docs.mesa.dev/content/getting-started/introduction
1•handfuloflight•7m ago•0 comments

Bay Area man gets 11 years for $1B solar Ponzi scheme

https://www.sfgate.com/bayarea/article/bay-area-ponzi-scheme-22063096.php
1•randycupertino•9m ago•0 comments

The State of Video Gaming in 2026 (Early Access Edition)

https://www.matthewball.co/all/presentation-the-state-of-video-gaming-in-2026
1•doener•11m ago•1 comments

Think Twice Before Buying or Using Meta's Ray-Bans

https://www.eff.org/deeplinks/2026/03/think-twice-buying-or-using-metas-ray-bans
4•hn_acker•15m ago•1 comments

Anthropic gives lesson in AI revenue hallucination

https://www.reuters.com/commentary/breakingviews/anthropic-gives-lesson-ai-revenue-hallucination-...
1•latinodev•19m ago•1 comments

Production query plans without production data

https://boringsql.com/posts/portable-stats/
1•birdculture•23m ago•0 comments

Build a deep researcher and learn DSPy Signatures and Modules

https://www.cmpnd.ai/blog/learn-dspy-deep-research.html
2•dbreunig•24m ago•0 comments

AI Is Making Libraries Obsolete

https://maho.dev/2026/03/ai-is-making-libraries-obsolete/
1•mahoivan•25m ago•1 comments

Singularity Is Around?

1•essekar•26m ago•1 comments

Do YC companies all use the top sales tools?

1•justin_cheu•28m ago•0 comments

Deleted Tweet from Energy Secretary Sends Oil Markets on Another Wild Ride

https://www.wsj.com/finance/stocks/deleted-tweet-from-energy-secretary-sends-oil-markets-on-anoth...
1•petethomas•28m ago•0 comments

Evolving the Node.js Release Schedule

https://nodejs.org/en/blog/announcements/evolving-the-nodejs-release-schedule
1•suresh70•28m ago•0 comments

DOGE employee stole Social Security data and put it on a thumb drive

https://techcrunch.com/2026/03/10/doge-employee-stole-social-security-data-and-put-it-on-a-thumb-...
11•elsewhen•32m ago•1 comments

Claude Opus 4.6 generated a YouTube poop video with a single prompt

https://twitter.com/josephdviviano/status/2031196768424132881
1•dokdev•32m ago•2 comments

Build a "Deep Data" MCP Server to Connect LLMs to Your Local Database

https://root-ai.beehiiv.com/p/build-a-deep-data-mcp-server-to-connect-llms-to-your-local-database...
1•mehdikbj•35m ago•0 comments

Aaron Swartz and the Return of Jottit

https://jottit.org/
1•shanselman•35m ago•1 comments

A Special AMD Ryzen AM5 Motherboard for Linux / Open-Source Enthusiasts

https://www.phoronix.com/review/msi-pro-b850p-wifi
4•RachelF•35m ago•0 comments

Side questions with /btw in Claude Code

https://code.claude.com/docs/en/interactive-mode
2•mfiguiere•38m ago•0 comments

Mathematics is undergoing the biggest change in its history

1•Stratoscope•38m ago•0 comments

SaaSpocalypse Now

https://hantverkskod.se/2026/03/01/saaspocalypse/
1•mosura•39m ago•0 comments

Classifying email providers of 2000 Swiss municipalities via DNS

https://mxmap.ch/
2•notmine1337•41m ago•0 comments

I Ching or Book of Changes

https://iching.r053.org/
1•tzury•42m ago•0 comments

I Got Root on Meta AI's Infrastructure Using a Chat Prompt

https://netguard24-7.com/blog/meta-ai-root
3•cybrdude•42m ago•1 comments

Chemists thought phosphorus had shown all its cards–until it surprised them

https://phys.org/news/2026-02-chemists-thought-phosphorus-shown-cards.html
2•PaulHoule•42m ago•0 comments

How to start coding with AI agents

https://www.paralect.com/academy/product-engineer/ai-agents-coding
1•igorkrasnik•43m ago•0 comments

Zero Point Energy

https://twitter.com/EagleworksSonny/status/2031128667019972616
1•Flere-Imsaho•44m 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•10mo ago

Comments

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