frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: PostgreSQL for AI – A book on pgvector, RAG, and in-database ML

https://book.zeybek.dev/
1•zeybek•25s ago•0 comments

TurboCast – Turn YouTube videos and articles into AI podcasts

https://turbocast.net/
1•Jasonleo•1m ago•1 comments

More kids, teens injured in e-bike wrecks, study finds

https://medicalxpress.com/news/2026-03-kids-teens-bike.html
1•WaitWaitWha•4m ago•0 comments

Coasty.ai Is Generally Available

1•PrateekJ17•4m ago•0 comments

Hello Developer: March 2026

https://developer.apple.com/news/?id=zmqipz05
1•surprisetalk•8m ago•0 comments

Iran War, Taiwanese Chips, and a Blueprint for Species Survival

https://talking-about-ai.com/the-morning-everything-connected.html
1•planobilly•8m ago•0 comments

Maybe There's a Pattern Here?

https://dynomight.net/pattern/
1•surprisetalk•9m ago•0 comments

What Python's asyncio primitives get wrong about shared state

https://www.inngest.com/blog/no-lost-updates-python-asyncio
2•goodoldneon•11m ago•0 comments

Manipulating AI memory for profit: The rise of AI Recommendation Poisoning

https://www.microsoft.com/en-us/security/blog/2026/02/10/ai-recommendation-poisoning/
1•WaitWaitWha•11m ago•0 comments

JWST reveals extreme temperature shifts in Jupiter's auroral footprints

https://phys.org/news/2026-03-jwst-reveals-secrets-jupiter-northern.html
1•epicprogrammer•12m ago•0 comments

An Evolved Antenna for Deployment on NASA's Space Technology 5 Mission [pdf]

https://www.genetic-programming.org/gecco2004hc/lohn-paper.pdf
1•boltzmann-brain•14m ago•0 comments

Show HN: Extracted tech from 5.6M sites (plus versions) and made some dashboards

https://versiondb.io/technology/php/
1•_chse_•16m ago•0 comments

AI Coding Startup Cursor Hits $2B Annual Sales Rate

https://www.bloomberg.com/news/articles/2026-03-02/cursor-recurring-revenue-doubles-in-three-mont...
2•gmays•17m ago•0 comments

Hybrid Images: Principles and Implementation

https://tigercosmos.xyz/en/post/2020/04/cv/hybrid-image/
1•thunderbong•18m ago•0 comments

Show HN: A Combinator – A parody YC for AI agents ("Make something agents want")

https://fireflysentinel.github.io/a-combinator/
3•firef1y1203•23m ago•1 comments

Show HN: Open dataset of real-world LLM performance on Apple Silicon

https://devpadapp.com/anubis-oss.html
1•uncSoft•23m ago•1 comments

Building My Own Canva over the Weekend

https://catalinionescu.dev/ai-agent/building-my-own-canva-over-the-weekend/
2•cionescu1•25m ago•0 comments

"conservation pool" water management could provide a way forward for CO River

https://coloradosun.com/2026/03/04/conservation-pool-path-forward-colorado-river/
1•mooreds•26m ago•0 comments

AI Thoughts

https://jeremymikkola.com/posts/2026_03_04_ai_thoughts.html
2•piinbinary•26m ago•0 comments

Once Upon a Boot - Visual tracing of boot process

https://once-upon-a-boot.github.io/
1•pbou•28m ago•0 comments

Z80 Sans – a disassembler in a font (2024)

https://github.com/nevesnunes/z80-sans
1•pabs3•29m ago•0 comments

Show HN: MarkNote – Local-First Wysiwyg Markdown Editor (Tauri/Rust)

https://marknote.pages.dev/
1•cacao-cacao•29m ago•0 comments

Ytm-player: full-featured YouTube Music player for the terminal

https://github.com/peternaame-boop/ytm-player
1•handfuloflight•31m ago•0 comments

I left work early to get a hug from my wife

https://rxa.me/why/
2•regular-bob•32m ago•0 comments

Jensen Huang says Nvidia is pulling back from OpenAI and Anthropic

https://techcrunch.com/2026/03/04/jensen-huang-says-nvidia-is-pulling-back-from-openai-and-anthro...
4•jnord•33m ago•0 comments

Google Research Language Explorer

https://sites.research.google/languages/language-explorer/
1•gmays•36m ago•0 comments

Show HN: RecruitPhysician – An easier way to find physicians

https://recruitphysician.com/
1•healthtal•38m ago•0 comments

Codex 5.3 (Xhigh) Solved a 6 Month Old Bug in Ghostty

https://twitter.com/mitchellh/status/2029348087538565612
1•dunb•38m ago•0 comments

[satire] Claude Code build my open source project in 5 minutes

https://www.sammystraus.com/#satire-claude-code-build-my-entire-open-source-project-in-5-minutes
2•sammy0910•39m ago•4 comments

Built a tiny edge-based tracker for AI/LLM crawlers on my Astro blog

https://xergioalex.com/blog/tracking-invisible-ai-bot-analytics/
1•xergioalex•41m 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•9mo ago

Comments

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