frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Xcode Copilot Code Assistant

https://github.com/mobile-ar/xcode-assistant-copilot-server
1•mobile-ar•23s ago•0 comments

Linum: The simple musical notation and synthesizer

https://linum-notation.org
1•foss-enjoyer•2m ago•0 comments

Amazon Busted for Widespread Scheme to Inflate Prices Across the Economy

https://www.thebignewsletter.com/p/amazon-busted-for-widespread-price
1•toomuchtodo•2m ago•1 comments

Show HN: I solo-validated Fed learning at 10M nodes with 50% Byzantine tolerance

https://github.com/rwilliamspbg-ops/Sovereign_Map_Federated_Learning/releases/tag/v1.0.0
1•rwilliamspbgops•2m ago•0 comments

Show HN: Free bartending school app – learn cocktails without paying for school

https://apps.apple.com/ca/app/bartending-school-by-gigz-labs/id6757450275
1•gigzlabs•2m ago•0 comments

Google 'deeply sorry' after N-word written out in alert about BAFTA Film Awards

https://ew.com/google-deeply-sorry-after-n-word-written-out-news-alert-11913141
1•longislandguido•3m ago•0 comments

Open-source AI execution management for test automation

https://github.com/isagawa-qa/platform
1•isagawa-co•3m ago•1 comments

Show HN: A fake AI face-matcher to test if people question surveillance

https://pleasejuststop.org
1•paperplant•3m ago•1 comments

CGIT 1.3 Web Front End for Git Released After Six Years

https://www.phoronix.com/news/CGIT-1.3-Released
1•anonymousiam•5m ago•0 comments

Traders Rush to Dump Software Loans That Began Year at 100 Cents

https://www.bloomberg.com/news/articles/2026-02-24/traders-rush-to-dump-software-loans-that-began...
1•petethomas•5m ago•0 comments

Show HN: JadeAI – Resume builder with AI parsing, 50 templates, and self-hosting

1•twwch•5m ago•0 comments

A.I. Is Not Going to Replace Software [video]

https://www.youtube.com/watch?v=Epp-Vz0FrPg
1•nradov•6m ago•0 comments

Five security lessons from the FBI's Washington Post raid

https://freedom.press/digisec/blog/wapo-raid-security-lessons/
1•ColinWright•8m ago•0 comments

How insurance became the lifeblood of private credit

https://www.ft.com/content/b6be87a9-0abf-4950-9060-2159aa547f3d
2•petethomas•9m ago•0 comments

Spec-Driven Development: From Vibe Coding to Structured Development

https://zarar.dev/spec-driven-development-from-vibe-coding-to-structured-development/
1•recroad•11m ago•0 comments

Open-source tool alerts when your agent starts looping,drifting,burning tokens

https://github.com/ThirumaranAsokan/Driftshield-mini
1•dev_developer•12m ago•1 comments

Show HN: We Gave an LLM Adventure Engine a Body, Now It Feels Exhausted

https://mycelialmirror.medium.com/we-gave-a-procedural-text-adventure-engine-a-body-and-now-it-kn...
1•oopismcgoopis•14m ago•0 comments

AI bot roasts any website URL you give it and it's scathingly mean

https://www.pcgamer.com/software/ai/this-ai-bot-roasts-any-website-url-you-give-it-and-its-hilari...
1•ohjeez•16m ago•0 comments

PageMaker pioneer Paul Brainerd, 1947-2026

https://www.geekwire.com/2026/pagemaker-pioneer-paul-brainerd-1947-2026-aldus-founder-devoted-his...
5•throw0101c•18m ago•1 comments

Thousand Year old experiment to find height of atmosphere [video]

https://www.youtube.com/shorts/2MjmO4bL4xw
1•lifeisstillgood•22m ago•0 comments

Steve was a leader, innovator, and friend

https://twitter.com/tim_cook/status/2026296056435138620
2•keepamovin•24m ago•0 comments

What keeps Japan's 1k-year-old companies alive?

https://www.japantimes.co.jp/business/2026/02/09/companies/japan-1000-year-old-business/
1•PaulHoule•25m ago•0 comments

Ask HN: Built an algorithmic forensic accounting tool

1•cd_mkdir•26m ago•0 comments

Stress testing Claude's language skills

https://vivsha.ws/blog/stress-testing-claudes-language-skills
2•nl•27m ago•0 comments

Ask HN: How do you find a cofounder for a game?

1•general_reveal•27m ago•1 comments

Democracy in 2025: on rising authoritarianism in the United States

https://www.hks.harvard.edu/faculty-research/policy-topics/democracy-governance/harvard-experts-d...
7•KnuthIsGod•32m ago•0 comments

The Price of American Authoritarianism What Can Reverse Democratic Decline?

https://www.foreignaffairs.com/united-states/american-authoritarianism-levitsky-way-ziblatt
3•KnuthIsGod•33m ago•0 comments

The Internet, nobody knows you're a dog (1993)

https://en.wikipedia.org/wiki/On_the_Internet,_nobody_knows_you%27re_a_dog
2•vismit2000•35m ago•0 comments

Go-Size-Analyzer

https://www.datadoghq.com/blog/engineering/agent-go-binaries/
1•vismit2000•37m ago•0 comments

Show HN: AI Olympics – Claude vs. GPT-4 vs. Gemini in live browser competitions

https://ai-olympics.vercel.app
1•stefanogebara•37m 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•9mo ago

Comments

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