frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Brazilian court orders restoration of Fordlandia, Henry Ford's Amazon ghost town

https://apnews.com/article/fordlandia-preservation-brazil-amazon-rainforest-henry-ford-370a0e6999...
1•divbzero•32s ago•0 comments

The Muser – Open-source alternative to Suno, runs locally, you own everything

https://github.com/noah-chelednik/the-muser
1•chedai__•4m ago•1 comments

Did DeepSeek v4 suddenly become more expensive?

https://imgur.com/gallery/hMEUsyW
1•thatwasunusual•9m ago•1 comments

Ask HN: How does your team handle release notes / changelogs?

1•medhova•10m ago•0 comments

Hare-Brained History Vol. 98: The 1953 Ascent of Mount Everest

https://aid2000.substack.com/p/hare-brained-history-vol-98-the-1953
1•thunderbong•12m ago•0 comments

Jqwik Java testing library includes malicious prompt injection attempt

https://github.com/jqwik-team/jqwik/issues/708
1•omcnoe•15m ago•1 comments

Meta tool to track employee mouse clicks collision course with EU privacy rules

https://www.reuters.com/business/meta-tool-track-employee-mouse-clicks-collision-course-with-eu-p...
2•1vuio0pswjnm7•16m ago•0 comments

Who verifies the verifier? Notes on DeepMind's formal proof-search paper

https://korbonits.com/blog/2026-05-28-who-verifies-the-verifier/
1•korbonits•18m ago•0 comments

Meta plans AI pendant, 'wearables for work' in hardware boost

https://economictimes.indiatimes.com/tech/technology/meta-plans-ai-pendant-wearables-for-work-in-...
1•jeffufl•23m ago•1 comments

Viral OnlyFans Model Kamryn Renae Rescued Off Mount Whitney Hike

https://www.sfgate.com/national-parks/article/mount-whitney-kamryn-renae-22282534.php
1•carabiner•23m ago•0 comments

EvoGraph: Hybrid Directed Graph Evolution Toward Software 3.0

https://arxiv.org/abs/2508.05199
1•jerlendds•25m ago•0 comments

US judiciary asked to adopt rule to curb fake AI-generated cases in filings

https://www.reuters.com/legal/government/us-judiciary-asked-adopt-rule-curb-fake-ai-generated-cas...
3•droidjj•29m ago•0 comments

The Pope Disrupts Silicon Valley

https://www.ft.com/content/e98d7451-19ee-472e-9b92-8938eab0e205
1•1vuio0pswjnm7•31m ago•0 comments

I made a CPU only spiking neuron network lib that comes pretty close to PyTorch

https://huggingface.co/etoxin/neuronguard-wikipedia-classifier
2•etoxin•31m ago•1 comments

Hackathon – winner gets YC interview

https://events.ycombinator.com/conversational-ai-hackathon-2026
1•subh_cs•32m ago•0 comments

Earliest evidence for invasive mitigation of dental caries by Neanderthals

https://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0347662
1•tambourine_man•37m ago•0 comments

From Benchmarketing to Benchmaxxing

https://www.typedef.ai/blog/from-benchmarketing-to-benchmaxxing-what-40-years-of-database-evals-c...
1•cpard•38m ago•0 comments

Automate your version control with, GitMo

https://github.com/KyleBenzle/GitMo
1•Hilliard_Ohiooo•42m ago•1 comments

DeepSWE blows up AI coding leaderboard, crowns GPT-5.5, + ClaudeOpus loophole

https://venturebeat.com/technology/deepswe-blows-up-the-ai-coding-leaderboard-crowns-gpt-5-5-and-...
3•BriStoller•47m ago•0 comments

Imece – a decentralized AI compute cooperative

https://github.com/jstdv/imece
1•jstdv•48m ago•0 comments

Windows Reactor – React like WinUI 3 framework

https://github.com/microsoft/microsoft-ui-reactor
1•rexpan•51m ago•0 comments

Llms.txt Examples: Real Patterns for API Docs, Help Centers, and Developer Docs

https://docsalot.dev/blog/llms-txt-examples
1•fazkan•54m ago•0 comments

Prism is a purpose-built, redundant, global broadcasting platform

https://www.prism18.com/
1•petethomas•56m ago•0 comments

Scaling Laws for Agent Harnesses via Effective Feedback Compute

https://arxiv.org/abs/2605.29682
1•veryluckyxyz•57m ago•0 comments

2026 vibe coding tool comparison

https://read.technically.dev/p/2026-vibe-coding-tool-comparison
1•eigenBasis•57m ago•0 comments

AI Isn't Replacing Curious Developers

https://dataengineeringcentral.substack.com/p/ai-isnt-replacing-developers
1•eigenBasis•59m ago•0 comments

Uber and the Bitter Truth About Low AI ROI

1•thegrandidiot•1h ago•0 comments

Make Content That Sells

https://www.profitthreads.com
1•mattmerrick•1h ago•0 comments

After decades risking arrest, South Korea's tattoo artists step into limelight

https://www.bbc.com/news/articles/cg4pwdn6130o
4•breve•1h ago•0 comments

TempleOS WASM

https://templeos.reiko.app/
7•zdgeier•1h 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•1y ago

Comments

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