frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Infinite Jest Extraction

https://mattlakeman.org/2026/03/26/infinite-jest-extraction/
1•senkora•47s ago•0 comments

Zephyr – UI Framework Built for AI Agents

https://daltlc.github.io/zephyr-framework/
1•daltonlcarr•3m ago•0 comments

The artworks by women where men got the credit

https://www.bbc.com/culture/article/20260325-the-artworks-by-women-where-men-got-the-credit
1•1659447091•3m ago•0 comments

MLSys 2026 Papers

https://mlsys.org/virtual/2026/papers.html
1•matt_d•5m ago•0 comments

Ejabberd 26.03 / ProcessOne – Erlang Jabber/XMPP/Matrix Server – Communication

https://www.process-one.net/blog/ejabberd-26-03/
2•neustradamus•6m ago•0 comments

Reliable Unreliability

https://davidgasquez.com/reliable-unreliability
1•kalendos•7m ago•0 comments

The grind: The SF startup racing to build an AI software engineer

https://sfstandard.com/2026/03/24/grind-sf-startup-racing-build-ai-software-engineer/
1•gmays•7m ago•0 comments

My Fujifilm X100VI Setup

https://jamesbaker.uk/my-fujifilm-x100vi-setup/
1•rusticflare•7m ago•0 comments

Ralph.md: A Markdown format for autonomous coding-agent loops

https://ralphify.co/docs/blog/ralphmd--a-markdown-format-for-autonomous-agent-loops/
1•juunge•10m ago•1 comments

Writing an OS in Haskell

https://old.agniv.me/blog/haskell-os/
2•kreyenborgi•10m ago•0 comments

Show HN: My Hyperliquid Trading Terminal

https://www.aulico.com
2•lontraselv•12m ago•0 comments

The First Video Game Was Just a Box in the Corner of a Bar

https://lithub.com/the-very-first-video-game-was-just-a-box-in-the-corner-of-a-bar/
1•PaulHoule•13m ago•0 comments

What if AI agents could learn from each other's mistakes?

https://bignumbertheory.com
1•shengyi•13m ago•1 comments

Diffusion Line

https://en.wikipedia.org/wiki/Diffusion_line
2•microsoftedging•14m ago•0 comments

Typestamp – Proof of Writing Effort

https://typestamp.com
1•aleloro_dev•14m ago•0 comments

Nvidia faces lawsuit over $1B in undisclosed crypto mining revenue

https://www.thestreet.com/crypto/markets/nvidia-faces-lawsuit-over-1-billion-in-undisclosed-crypt...
2•mgh2•14m ago•0 comments

Four Steps to Hell

https://www.honest-broker.com/p/four-steps-to-hell
1•Khaine•14m ago•0 comments

In-process reimplementation of PostgreSQL backed by SQLite-compatible storage

https://github.com/glommer/pgmicro
1•charlieirish•15m ago•0 comments

NeurIPS Tightens Sanctions Compliance

https://neurips.cc
1•zachdotai•16m ago•0 comments

Anthropic Update on Session Limits

https://old.reddit.com/r/Anthropic/comments/1s4iefu/update_on_session_limits/
4•chunkycapybara•16m ago•1 comments

Show HN: Data that explains itself to Coding Agents (Bonus: free, BYOA Lovable)

https://dataverse001.net/AxyU5_5vWmP2tO_klN4UpbZzRsuJEvJTrdwdg_gODxZJ.00000000-0000-0000-0000-000...
2•TumbleCow•17m ago•0 comments

Joining databases across teams without copying data or running servers

https://datahike.io/notes/collaborate-without-infrastructure/
2•whilo•19m ago•0 comments

Design Debt Is Killing Your Product – and Nobody Owns It

https://overlayqa.com/blog/design-debt/
3•emveras•21m ago•1 comments

Clojure – The Documentary

https://clojure.org/news/2026/03/26/documentary_trailer
3•eigenhombre•22m ago•0 comments

How to switch to Gemini: Import your chats and data from other AI apps

https://blog.google/innovation-and-ai/products/gemini-app/switch-to-gemini-app/
4•xnx•23m ago•0 comments

Show HN: Datetime-bench: which datetime formats LLMs get right (and wrong)

https://github.com/MemoryStore/datetime-bench/tree/main
2•diwank•24m ago•0 comments

Turn n8n workflows into AI agent skills (OpenClaw-compatible)

https://github.com/just-claw-it/n8n-to-claw
2•just-claw-it•24m ago•1 comments

Mozilla and Mila announce strategic research partnership

https://blog.mozilla.org/en/mozilla/mila-open-source-sovereign-ai/
6•mcookly•28m ago•2 comments

Embraer Unveils First Saab F-39E Gripen Assembled in Brazil

https://aviationweek.com/defense/budget-policy-operations/embraer-unveils-first-f-39e-gripen-asse...
2•wslh•29m ago•0 comments

Apple discontinues the Mac Pro with no plans for future hardware

https://9to5mac.com/2026/03/26/apple-discontinues-the-mac-pro/
13•bentocorp•30m ago•4 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 ...