frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Voice-AI-for-Beginners – A curated learning path for developers

https://github.com/mahimairaja/voiceai
1•mahimai•1m ago•0 comments

Restorative Yoga and the Biology of Belonging

https://parrik.com/puzzles/the-partition-problem/
1•parrik•1m ago•0 comments

Facepunch launches s&box, the highly anticipated successor to Garry's Mod

https://www.gamingonlinux.com/2026/04/facepunch-launches-s-box-the-highly-anticipated-successor-t...
1•embedding-shape•3m ago•0 comments

Dynamic Traefik configuration with multiple Docker hosts

https://blog.vasi.li/automating-mantrae-traefik-management-with-mantrae-agent/
1•vsviridov•4m ago•0 comments

Grinta – Local-first coding agent, 7 months solo, open source today

https://github.com/josephsenior/Grinta-Coding-Agent
1•YoussefMejdi•4m ago•0 comments

Trump's border wall expansion just bulldozed an ancient tribal site

https://www.washingtonpost.com/climate-environment/2026/04/30/border-wall-damage-indigenous-arizona/
1•gnabgib•6m ago•0 comments

What Is GStack? Gary Tan's Open-Source Startup Framework for Claude Code

https://www.mindstudio.ai/blog/what-is-gstack-gary-tan-claude-code-framework
2•evo_9•9m ago•0 comments

The physics slop that YouTube wants me to make [video]

https://www.youtube.com/watch?v=Cd5EHfRerGI
1•surprisetalk•13m ago•0 comments

Built this for my civil engineering firm's static site on Cloudflare Pages

https://github.com/bwengr/knowledge-base-spec
1•bwengr•13m ago•0 comments

How to run a cross-cutting campaign

https://parrik.com/puzzles/the-campaign-cascade/
1•parrik•17m ago•0 comments

NovAST

https://github.com/sharkkyyy10/NovAST
2•sharkkyyy10•24m ago•0 comments

The Apprehension Engine (2022)

https://guitar.com/features/interviews/the-apprehension-engine-most-terrifying-musical-instrument/
1•turtleyacht•24m ago•1 comments

A self was never flat

https://parrik.com/puzzles/know-thyself/
1•parrik•28m ago•0 comments

Martian Glaciers with Drones

https://nautil.us/uncovering-hidden-martian-glaciers-with-drones-1280400
1•Brajeshwar•28m ago•0 comments

talkie-coder: From 1930 to SWE-bench

https://github.com/RicardoDominguez/talkie-coder
1•Philpax•28m ago•0 comments

Clojurists Together – Q2 2026 Open Source Funding Announcement

https://www.clojuriststogether.org/news/q2-2026-funding-announcement/
2•dragandj•29m ago•0 comments

Hostis Humani Generis

https://hostis.black/
2•g4k•31m ago•0 comments

Chinese Government Just Got Largest Digital Rights Conference Canceled

https://www.wired.com/story/the-chinese-government-pressured-zambia-to-cancel-the-worlds-largest-...
1•thesmtsolver2•32m ago•0 comments

Show HN: Headcam - head tracking & streaming app (iOS) [video]

https://www.youtube.com/watch?v=s8khQ_-6aM8
1•itsloopyo•34m ago•0 comments

How the vinyl revival fills the gaps streaming left behind

https://restofworld.org/2026/vinyl-revival-streaming-gaps/
3•billybuckwheat•36m ago•0 comments

Show HN: Plannotator for Codex

https://twitter.com/plannotator/status/2050683552581468172
2•ramoz•36m ago•1 comments

Show HN: State of the Art of Coding Models, According to Hacker News Commenters

https://hnup.date/hn-sota
5•yunusabd•39m ago•3 comments

Mistral Medium 3.5 YaRN bug fix

https://huggingface.co/mistralai/Mistral-Medium-3.5-128B/discussions/18
1•danielhanchen•41m ago•0 comments

Frizbee is a tool you may throw a tag at and it comes back with a checksum

https://github.com/stacklok/frizbee
1•mooreds•41m ago•0 comments

Silicon Valley's Brightest Parents Broke Their Own School

https://www.wsj.com/us-news/education/how-silicon-valleys-brightest-parents-broke-their-own-schoo...
8•sanj•42m ago•0 comments

Problem with Counterfeit People

https://www.theatlantic.com/technology/archive/2023/05/problem-counterfeit-people/674075/
2•tu7001•43m ago•0 comments

The agent harness belongs outside the sandbox

https://www.mendral.com/blog/agent-harness-belongs-outside-sandbox
11•shad42•43m ago•2 comments

Six Years Perfecting Maps on WatchOS

https://www.david-smith.org/blog/2026/04/29/maps-on-watchos/
36•valzevul•50m ago•3 comments

Shigeru Miyamoto: Better Coder Than Most Without Ever Writing Code

https://indiepixel.de/blog/posts/shigeru-miyamoto-has-probably-never-compiled-a-line-of-code-in-h...
2•birdculture•50m ago•0 comments

CISA, NSA & Five Eyes publishes guide on how to safely deploy AI agents

https://cyberscoop.com/cisa-nsa-five-eyes-guidance-secure-deployment-ai-agents/
1•lschueller•53m 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 ...