frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zuckerberg Is Dangerously Close to Cracking Google's Money Machine

https://finance.yahoo.com/markets/stocks/articles/zuckerberg-dangerously-close-cracking-googles-2...
1•ryan_j_naughton•1m ago•0 comments

A 0.1-20 GHz Digitizer System on Module Useful for Phased Array Applications

https://ieeexplore.ieee.org/abstract/document/10880331
1•teleforce•2m ago•0 comments

Many anti-AI arguments are conservative arguments

https://www.seangoedecke.com/many-anti-ai-arguments-are-conservative/
2•zdw•8m ago•1 comments

Two Magicians Warn the Supreme Court About Junk Science

https://www.nytimes.com/2026/04/16/us/politics/the-docket-supreme-court-penn-teller.html
1•CalChris•12m ago•0 comments

Development Gets Better with Age

https://www.allthingsdistributed.com/2025/10/better-with-age.html
1•fagnerbrack•14m ago•0 comments

The Digital Ouija Effect – Emergent Behavior in AI Models

https://kennethreitz.org/essays/2026-04-17-the_digital_ouija_effect
1•txtsd•26m ago•0 comments

Why AI Needs a Sense of Smell

https://www.noemamag.com/why-ai-needs-a-sense-of-smell/
1•tintinnabula•26m ago•0 comments

India drops proposal to mandate national ID app on smartphones after pushback

https://www.reuters.com/world/china/india-drops-proposal-mandate-national-id-app-aadhaar-smartpho...
1•Cider9986•29m ago•0 comments

Google Told to Share Search Data with AI Rivals in EU Proposal

https://www.bloomberg.com/news/articles/2026-04-16/google-told-to-share-search-data-with-ai-rival...
1•1vuio0pswjnm7•31m ago•0 comments

Brave Origin Released

https://support.brave.app/hc/en-us/articles/38561489788173-What-is-Brave-Origin
1•Cider9986•32m ago•0 comments

Anthropic Nerfed Opus 4.6 Before the 4.7 Launch

https://fagnerbrack.com/how-anthropic-nerfed-opus-4-6-before-the-4-7-launch-c932e383f4f6
2•fagnerbrack•36m ago•3 comments

Exposing the flaw in tap to pay [video]

https://www.youtube.com/watch?v=PPJ6NJkmDAo
1•teleforce•37m ago•0 comments

In this U.S. hot spot for data centers, voters have turned against them

https://www.washingtonpost.com/business/2026/04/15/data-centers-poll-virginia/
2•1vuio0pswjnm7•38m ago•0 comments

OpenAI loses multiple executives in latest leadership shakeup

https://www.cnbc.com/2026/04/17/openai-executives-leave.html
1•1vuio0pswjnm7•41m ago•0 comments

The FBI Director Is MIA

https://www.theatlantic.com/politics/2026/04/kash-patel-fbi-director-drinking-absences/686839/
5•osnium123•44m ago•0 comments

Trump's 'Triumphal Arch' Is Vastly Larger Than Other Washington Monuments

https://www.bloomberg.com/news/articles/2026-04-16/trump-s-triumphal-arch-takes-a-step-toward-app...
1•wslh•45m ago•0 comments

WordPress Security Checklist: 15 Checks That Matter (and 12 That Don't)

https://novaheaven.io/en/novapulse/wordpress-security-checklist-that-matters
1•SephX•46m ago•0 comments

Single-nucleus profiling of the CNS unveils epigenetic memory of development

https://www.nature.com/articles/s41593-026-02208-0
1•PaulHoule•49m ago•0 comments

A story about how I dug into the PostgreSQL sources to write my own WAL receiver

https://medium.com/@mailbox.sq7/a-long-story-about-how-i-dug-into-the-postgresql-source-code-to-w...
1•alzhi7•50m ago•0 comments

Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG

https://github.com/yapstudios/sfsym
2•olliewagner•53m ago•0 comments

Output Isn't Design

https://twitter.com/karrisaarinen/status/2045257582470983691
1•azhenley•55m ago•0 comments

LLM wiki daemon with per-wiki filesystem isolation

https://github.com/wastedcode/memex
3•zeppelin_7•1h ago•0 comments

Why hasn't AI improved design quality the way it improved dev speed?

https://starzup.vercel.app/
2•ashleyvarghesee•1h ago•4 comments

Eyes and ears for Karpathy's virtual brain

https://github.com/Nalin-Atmakur/hivemind
1•NalinAtmakur•1h ago•0 comments

OpenAI's Vision for the AI Economy

https://techcrunch.com/2026/04/06/openais-vision-for-the-ai-economy-public-wealth-funds-robot-tax...
4•gmays•1h ago•1 comments

Show HN: devnexus – persistent repo context across sessions and engineers

https://github.com/JoshBong/devnexus
3•Joshhuang314•1h ago•0 comments

SmolBSD – build your own minimal BSD system

https://smolbsd.org/#about
2•rodrigo975•1h ago•0 comments

Deep Dive into Claude's Memory Architecture

https://twitter.com/spandan_madan/status/2045336831999475789
1•spandan_madan•1h ago•0 comments

The Abstraction Fallacy: Why AI Can Simulate but Not Instantiate Consciousness

https://deepmind.google/research/publications/231971/
2•joshus•1h ago•0 comments

Open Soucrce AI-powered screen recording

https://github.com/getcoherence/studio
3•keithfawcett•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•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 ...