frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Sneaky Header Blocker Trick

https://www.joshwcomeau.com/css/header-blockers/?from=newsletter
1•rmason•47s ago•0 comments

I benchmarked GitHub CLI, MCP, Tool Search, Code Mode so we know the differences

https://medium.com/@kunchenguid/i-benchmarked-github-cli-vs-mcp-vs-tool-search-vs-code-mode-turns...
1•akane8•1m ago•1 comments

Making a Language

https://thunderseethe.dev/series/making-a-language/
1•usdogu•1m ago•0 comments

NYU Professors Begin Strike over Pay and Job Protections

https://www.nytimes.com/2026/03/23/nyregion/nyu-professors-strike.html
1•csheehan10•2m ago•0 comments

Don't Speak Up or You Are Getting Burned by Acid: Andrie Yunus (Indonesia)

https://www.techgalery.com/2026/03/dont-speak-up-or-you-are-getting-burned.html
1•mudiadamz•3m ago•0 comments

Anthropic for Science Blog

https://www.anthropic.com/research/introducing-anthropic-science
1•rvz•4m ago•0 comments

Things Will Take Longer Than You Think They Will

https://dontbreakprod.com/posts/things-will-take-longer-than-you-think-they-will
1•dorkrawk•8m ago•0 comments

Broadcasters urge EU to tighten rules for big tech in smart TV battle

https://www.theguardian.com/business/2026/mar/23/broadcasters-eu-big-tech-smart-tv-google-amazon-...
1•default-user•9m ago•0 comments

Put Claude to work on your computer

https://claude.com/blog/dispatch-and-computer-use
2•mfiguiere•10m ago•0 comments

MacShot – Native macOS screenshot tool with annotation, auto-redact, and more

https://github.com/sw33tLie/macshot
2•sw33tlie•11m ago•0 comments

FCC Updates Covered List to Include Foreign-Made Consumer Routers

https://www.fcc.gov/document/fcc-updates-covered-list-include-foreign-made-consumer-routers
3•moonka•13m ago•0 comments

Things are about to get zany in tech

https://malloryloar.substack.com/p/hotel-hallway-art-vs-starry-night
1•cateblanchett•15m ago•0 comments

Show HN: Evals Skills

https://langwatch.ai/docs/skills/directory
1•jangletown•17m ago•0 comments

Quadruple Amputee, professional cornhole player, accused of fatally shooting man

https://www.fox5dc.com/news/dayton-webber-amputee-cornhole-player-accused-murder
4•fortran77•20m ago•1 comments

Show HN: BreakFree – Break free from bad habits

https://breakfree-orpin.vercel.app
1•dailyforge•21m ago•0 comments

Show HN: SmartBuy – Make the smartest car buying decision

https://smartbuy-two.vercel.app
1•dailyforge•22m ago•0 comments

LG's new 1Hz display is the secret behind a new laptop's battery life

https://www.pcworld.com/article/3096432/lgs-new-1hz-display-is-the-secret-behind-a-new-laptops-ba...
2•robotnikman•22m ago•0 comments

Crunchyroll probes breach after hacker claims to steal 6.8M users' data

https://www.bleepingcomputer.com/news/security/crunchyroll-probes-breach-after-hacker-claims-to-s...
1•thm•22m ago•0 comments

Leveraging AI to Transform Written Stories into Engaging Animated Videos

https://medium.com/seeds-for-the-future/i-turned-my-story-into-an-animated-video-using-ai-852f2d1...
1•hungryclaw•23m ago•0 comments

Someone has publicly leaked an exploit kit that can hack iPhones

https://techcrunch.com/2026/03/23/someone-has-publicly-leaked-an-exploit-kit-that-can-hack-millio...
1•moose44•23m ago•0 comments

Show HN: SwiftNet v0.5.0 – Networking Library

https://github.com/Morcules/SwiftNet
1•morcules•26m ago•0 comments

Show HN: I sandboxed OpenAI's Symphony orchestrator in one file using YSA

https://github.com/ysa-ai/ysa-symphony-example
1•jordanedev•27m ago•0 comments

Thymus Gland Health May Be Key to Long Life and Fighting Cancer

https://www.usnews.com/news/health-news/articles/2026-03-19/thymus-gland-health-may-be-key-to-lon...
1•bookmtn•27m ago•0 comments

Whistler: Live eBPF Programming from the Common Lisp REPL

https://atgreen.github.io/repl-yell/posts/whistler/
1•varjag•28m ago•0 comments

Shout.run – Live-stream your terminal to the web

https://shout.run
1•pavan_nandan•29m ago•1 comments

The Minimalist Entrepreneur – Claude Code Skills

https://github.com/slavingia/skills
25•jger15•30m ago•3 comments

OpenMath: Ontology-Guided Neuro-Symbolic Inference

https://arxiv.org/abs/2602.17826
3•marcelolabre•31m ago•1 comments

Calculate "1/(40rods/ hogshead) → L/100km" from your Zsh prompt

https://vincent.bernat.ch/en/blog/2026-zsh-calculator
2•g0xA52A2A•31m ago•0 comments

U.S. National Security Space and EV Sensor Networks as Portals

https://www.realcleardefense.com/articles/2026/03/17/us_national_security_space_and_ev_sensor_net...
2•mikrotikker•33m ago•0 comments

"Product Teams vs. Feature Teams" in an AI World

https://www.elliotcsmith.com/product-teams-vs-feature-teams-in-an-ai-world/
2•smitec•35m 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 ...