frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Stopped Using Spotify

https://yarlson.dev/blog/why-i-stopped-using-spotify/
1•ivanppp•39s ago•0 comments

Why is a Fossilised Keyboard in this Pavement? [video]

https://www.youtube.com/watch?v=IxkCUi7HZfg
2•atombender•4m ago•0 comments

Meta is reportedly laying off up to 20 percent of its staff

https://www.theverge.com/business/895026/meta-laying-off-20-percent
3•jbraithwaite•5m ago•0 comments

Photographs of a Falling Cat (1894)

https://publicdomainreview.org/collection/photographs-of-a-falling-cat-1894/
2•jruohonen•6m ago•0 comments

My Thoughts on GDC 2026 – The Good, the Interesting, and the Bad (ARM, WTF)

2•swaggyteddy•6m ago•0 comments

AppsFlyer Web SDK hijacked to spread crypto-stealing JavaScript code

https://www.bleepingcomputer.com/news/security/appsflyer-web-sdk-used-to-spread-crypto-stealer-ja...
1•uyzstvqs•7m ago•0 comments

Backed by Reddit Co-Founder, Indoor Urban Farm Concept Launches Franchise Model

https://www.franchisetimes.com/franchise_news/backed-by-reddit-s-co-founder-indoor-urban-farm-con...
2•matthest•8m ago•1 comments

Wall Street Bankers Offered Lucrative Access to Join The Pentagon

https://www.nytimes.com/2026/03/13/us/politics/wall-street-access-pentagon.html
1•SilverElfin•9m ago•1 comments

Widemem: AI memory layer with importance scoring and conflict resolution

https://github.com/remete618/widemem-ai
1•eyepaqio•9m ago•1 comments

Manjaro 2.0 Manifesto

https://forum.manjaro.org/t/manjaro-2-0-manifesto/186171
2•RandomGerm4n•11m ago•0 comments

Prompt to make Claude more autonomous in web dev

3•louison11•12m ago•0 comments

Breaking the cell wall for efficient DNA delivery to diatoms

https://www.nature.com/articles/s41467-026-68562-6
2•PaulHoule•14m ago•0 comments

Ukrainian Drones to Receive Shield AI's Cutting-Edge Hivemind Autonomy System

https://militarnyi.com/en/news/ukraine-shield-ai-hivemind-autonomy-system/
2•throwoutway•16m ago•0 comments

Clawmacdo

1•kenken6477•16m ago•0 comments

Show HN: Ichinichi – One note per day, E2E encrypted, local-first

3•katspaugh•16m ago•0 comments

The Laid-Off Scientists and Lawyers Training AI to Steal Their Careers

https://nymag.com/intelligencer/article/white-collar-workers-training-ai.html
1•randycupertino•17m ago•1 comments

The RAM crisis could change the way developers make games

https://www.polygon.com/ram-crisis-gdc-2026-analysis/
2•HelloUsername•21m ago•0 comments

Claude broke a ZIP password in a smart way

4•jgrahamc•21m ago•0 comments

Ts-pattern – Pattern Matching library for TypeScript

https://github.com/gvergnaud/ts-pattern
2•h4ch1•22m ago•0 comments

Hegseth declares no quarter will be given

https://www.war.gov/News/Transcripts/Transcript/Article/4434484/secretary-of-war-pete-hegseth-and...
4•JasonADrury•26m ago•8 comments

Visualise Music Theory

1•Mimirm•26m ago•0 comments

Claude Lobo Brought the Digital Age to Ford (2023)

https://automobible.com/claude-lobo/
1•kaycebasques•26m ago•0 comments

Cascade of A.I. Fakes About War with Iran Causes Chaos Online

https://www.nytimes.com/interactive/2026/03/14/business/media/iran-disinfo-artificial-intelligenc...
3•saikatsg•28m ago•0 comments

Palantir Demos Show How the Military Could Use AI Chatbots to Generate War Plans

https://www.wired.com/story/palantir-demos-show-how-the-military-can-use-ai-chatbots-to-generate-...
6•thm•30m ago•2 comments

Why Postgres has won as the de facto database

https://www.infoworld.com/article/4144502/why-postgres-has-won-as-the-de-facto-database-today-and...
4•protik49•30m ago•0 comments

Show HN: StripeOnChain – Verify Stripe's stablecoin payments against blockchain

https://github.com/geminimir/stripeonchain
3•techdavepy•30m ago•0 comments

PiClaw 1.3.14 – Pi Day Experimental Release with Ghostty

https://github.com/rcarmo/piclaw/releases/tag/v1.3.14
1•rcarmo•30m ago•0 comments

NIS2 non-compliance, managers held liable

https://nis2directive.eu/nis2-fines/
1•jacquesm•31m ago•1 comments

Tech boss uses AI and ChatGPT to create cancer vaccine for his dying dog

https://www.theaustralian.com.au/business/technology/tech-boss-uses-ai-and-chatgpt-to-create-canc...
4•joenot443•31m ago•0 comments

Rocty

http://url:ube.com
1•scarot•34m 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 ...