frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Student disciplined for creating MSU class search tool, Spartan Scheduler

https://statenews.com/article/2026/04/student-suspended-over-creating-msu-class-search-tool-spart...
1•rmason•26s ago•0 comments

Trafficators/flippers: how old cars used to indicate

https://www.1900s.org.uk/1920s40s-car-indicators.htm
1•thunderbong•6m ago•0 comments

Talk about Open Source Chip Development with RISC-V

https://www.youtube.com/watch?v=NiTtvaCTPZs
1•openhw•6m ago•1 comments

TaskMaster (26K) captures 100% of prompts and responses, sendDefaultPii:true

https://github.com/eyaltoledano/claude-task-master/issues/1681
1•ygagarin206•9m ago•0 comments

W-CMS

https://w.club1.fr/index.html
1•indigodaddy•10m ago•0 comments

Detroit tries new approach to attract residents: free cash ($15K)

https://www.homes.com/news/detroit-tries-new-approach-to-attract-residents-free-cash/872924477/
1•rmason•11m ago•2 comments

Platform designed to facilitate job and training search

https://github.com/stevecrafted/Orientaa
2•stevemagics•12m ago•0 comments

Show HN: Bramble – AI coaching for hard conversations, decisions, and thinking

https://www.bramble.coach/
1•recvonline•14m ago•0 comments

Endeepen, Pure Puzzle Satisfaction

https://www.endeepen.com/
2•alex_dommasch•15m ago•0 comments

Big Banks Seeking a Piece of SpaceX's IPO Must Subscribe to Elon Musk's Grok

https://www.nytimes.com/2026/04/03/business/spacex-ipo-grok-elon-musk.html
3•codydh•17m ago•0 comments

Stars: Search, sort, filter and visualize your GitHub starred repos over time

https://github.com/tom-leamon/stars
1•nuvotion•19m ago•1 comments

Show HN: Anti-pedigree scout program to find overlooked AI startups

https://theunprovenvc.netlify.app/
3•Patrick_Mebus•21m ago•0 comments

Show HN: Agent Actions A framework for buildingmulti-step Agentic workflows

1•muizzlateef•24m ago•0 comments

The Dark Eye is Germany's premiere fantasy role-playing game

https://www.f-shop.de/english-products/the-dark-eye/rules-and-source-books/693/tde-the-dark-eye-d...
1•doener•29m ago•0 comments

The silent majority: RNAs that don't make proteins

https://knowablemagazine.org/content/article/living-world/2026/noncoding-rna-molecules-in-cells
2•PaulHoule•30m ago•0 comments

Xogot: Godot for iPad and iPhone

https://godotengine.org/article/godot-showcase-xogot/
1•HelloUsername•31m ago•0 comments

Humanoid Robots

https://euclidian.substack.com/p/on-humanoid-robots
2•gnabgib•33m ago•0 comments

Congress Became the Weakest Branch

https://www.aei.org/op-eds/how-congress-became-the-weakest-branch/
2•marojejian•34m ago•2 comments

Show HN: M. C. Escher spiral in WebGL inspired by 3Blue1Brown

https://static.laszlokorte.de/escher/
3•laszlokorte•34m ago•1 comments

How many products does Microsoft have named 'Copilot'? I mapped every one

https://teybannerman.com/strategy/2026/03/31/how-many-microsoft-copilot-are-there.html
17•gpi•38m ago•0 comments

Gremlin in the Machine – A SysAdmin/Terminal AI Agent

https://github.com/milankazarka/gitm
2•milankazarka•39m ago•1 comments

Nandgame – Build a Computer from Scratch

https://nandgame.com/
1•Vortigaunt•39m ago•0 comments

Ask HN: How Do You Relax?

4•azeirah•40m ago•2 comments

Reinvent the Email

https://allevato.io/2026/03/23/reinvent-the-email/
3•mooreds•41m ago•0 comments

Free DC Project

https://freedcproject.org
2•mooreds•41m ago•0 comments

NASA's Artemis II Live Views from Orion [video]

https://www.youtube.com/watch?v=6RwfNBtepa4
2•politelemon•42m ago•0 comments

Young Men Without Work: Why Breadwinning Still Matters to Male Flourishing

https://ifstudies.org/blog/what-happens-when-young-men-arent-working-everyone-suffers
3•OrangePilled•44m ago•2 comments

Establishing a data perimeter on AWS (2023)

https://aws.amazon.com/blogs/security/establishing-a-data-perimeter-on-aws-allow-access-to-compan...
2•mooreds•45m ago•0 comments

Network for Intellectuals – Founding Engineer

2•lucys325•46m ago•1 comments

We Taught the Homunculus Language

https://www.writermark.org/blog/we-taught-the-homonculus-language
1•jhyolm•47m 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•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 ...