frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Nvidia DGX Station systems available at last GB300 and GB200 workstations

https://www.servethehome.com/nvidia-dgx-station-systems-available-at-last-gb300-gb200-workstation...
1•teleforce•35s ago•0 comments

IPv6 Adoption Across the TopK Web Hosts

https://commoncrawl.org/blog/ipv6-adoption-across-the-top-100k-web-hosts
1•miyuru•2m ago•0 comments

Show HN: DockAutoHide – auto-hide the macOS Dock only when a window overlaps it

https://github.com/nshcr/DockAutoHide
1•wwhxd•2m ago•0 comments

LaGuardia Airport Closed After Plane Collided with Ground Vehicle

https://www.bloomberg.com/news/articles/2026-03-23/laguardia-closed-after-report-plane-collided-w...
1•SheinhardtWigCo•2m ago•0 comments

Your rights when an airport checkpoint is staffed by ICE agents

https://papersplease.org/wp/2026/03/22/your-rights-when-an-airport-checkpoint-is-staffed-by-ice-a...
2•greyface-•5m ago•0 comments

Teardown of a 2026 Lego Smart Brick

https://hackaday.com/2026/03/18/teardown-of-a-2026-lego-smart-brick/
1•swq115•6m ago•0 comments

Angel Links

https://en.wikipedia.org/wiki/Angel_Links
1•marysminefnuf•7m ago•0 comments

Who is that actor on the screen? Emacs/LLM/Fun Redux

https://lars.ingebrigtsen.no/2025/09/24/who-is-that-actor-on-the-screen-emacs-llm-fun-redux/
1•signa11•10m ago•0 comments

The Balance That Keeps Climate Stable Is Out of Whack, U.N. Report Finds

https://www.nytimes.com/2026/03/22/climate/energy-imbalance-un-report.html
1•mikhael•10m ago•0 comments

Voice AI in 2026 – An intro to building voice agents today

https://kingstonkuan.com/blog/voice-ai-in-2026/
1•kstonekuan•14m ago•0 comments

Freemium Task Management Software

https://mytracker.today/
1•rakanalalami•15m ago•0 comments

Programming Languages for Data Science and Analytics

https://csweb.rice.edu/academics/graduate-programs/online-mds/blog/programming-languages-for-data...
1•teleforce•17m ago•0 comments

Diffusion Large Language Models Papers

https://github.com/ML-GSAI/Diffusion-LLM-Papers
1•manbash•17m ago•0 comments

Death Note

https://news.ycombinator.com/newsguidelines.html
1•amosri•20m ago•1 comments

While the world watches Iran, Ukraine dismantles Russia

https://xcancel.com/Tweet4AnnaNAFO/status/2035881456518504841
3•doener•23m ago•0 comments

Did the Agile Manifesto, Scrum and open source kill the programmer?

https://nial.se/blog/agile-manifesto/
1•nialse•26m ago•0 comments

How Griductive Puzzles Are Made: Guaranteeing One Unique Solution

https://www.griductive.com/blog/how-griductive-puzzles-are-made
2•arvin8613•29m ago•0 comments

AntiX-26 released Fast, Tiny, very Useful OS: Debian based systemd free

https://antixlinux.com/category/releases/
2•Guestmodinfo•29m ago•0 comments

The Trillion Dollar Race to Automate Our Lives

https://www.wsj.com/tech/ai/claude-code-cursor-codex-vibe-coding-52750531
4•thm•33m ago•0 comments

An AI wrote a book about it's "hooman" me and it's selling for $1M

https://playshelf.polsia.app/book/
1•michaeldweis•34m ago•1 comments

I built a local-only eval runner for AI agents (quickbench)

https://github.com/iamGodofall/quickbench
2•Godofall•45m ago•0 comments

DEI Manager Simulator

https://store.steampowered.com/app/4343640/DEI_Manager_Simulator/
3•Dig1t•49m ago•0 comments

AdGPT

https://adgpt.rlafuente.com/
1•andes314•57m ago•0 comments

How Bad Is Plagiarism, Really?

https://www.newyorker.com/magazine/2026/03/30/strikingly-similar-roger-kreuz-book-review
2•mitchbob•58m ago•1 comments

The Hidden Costs of Cloud Migration

https://clouddataandai.substack.com/p/the-hidden-costs-of-cloud-migration
1•mitul_suthar•1h ago•0 comments

Using LLMs to fix GitHub's unreliable topic tagging

https://trendshift.io/topics
1•Hylasca•1h ago•0 comments

Show HN: Smriti – Like Git, but for reasoning state

https://github.com/himanshudongre/smriti/blob/main/README.md
1•himanshudongre•1h ago•0 comments

Inspect – Semantic code review. Entity graphs + LLMs

https://inspect.ataraxy-labs.com/
1•rs545837•1h ago•0 comments

Trickle Down Effects

https://gomakethings.com/trickle-down-effects/
2•nivethan•1h ago•0 comments

Uber's Deal Blitz to Stop a Robotaxi Monopoly

https://www.businessinsider.com/uber-robotaxi-strategy-deals-partnerships-rivian-waymo-tesla-zoox...
1•ryan_j_naughton•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•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 ...