frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Callvent – I built an app that turns phone calls into calendar events

https://callvent.app/en/blog/building-callvent/
1•robertmittl•1m ago•0 comments

Ask HN: LLM-Based Spam Filter

1•michidk•8m ago•0 comments

Show HN: Built a model-agnostic, desktop-native, research studio for local files

https://old.reddit.com/r/LLMDevs/comments/1sbusn8/new_pdfviewer_notes_panel_search_downloader_tool/
1•ieuanking•10m ago•0 comments

Josefina Aguilar, maestra artesana del barro, murió a los 80 añOS

https://www.nytimes.com/es/2026/04/02/espanol/cultura/josefina-aguilar-artesana.html
1•paulpauper•14m ago•0 comments

The CA Minimum Wage Increase: Summing Up

https://marginalrevolution.com/marginalrevolution/2026/04/the-ca-minimum-wage-increase-summing-up...
2•paulpauper•15m ago•0 comments

What if everything still ran on vacuum tubes? [video]

https://www.youtube.com/watch?v=mEpnRM97ACQ
1•marklit•16m ago•0 comments

Smartphones, Online Music Streaming, and Traffic Fatalities

https://www.nber.org/papers/w34866
1•naves•17m ago•0 comments

Claude Code skill to preserve traditional Unix style conventions

https://github.com/agiacalone/unix-conventions
2•agiacalone•18m ago•1 comments

How Close Is Too Close? Applying Fluid Dynamics Research Methods to PC Cooling

https://www.lttlabs.com/articles/2026/04/04/how-close-is-too-close-applying-fundamental-fluid-dyn...
1•LabsLucas•18m ago•1 comments

DIY Air Drums

https://www.instructables.com/SpaceDrums-Play-Drums-in-the-Air/
1•nlarion•21m ago•0 comments

Marc Andreessen on why "this time is different" in AI

https://www.latent.space/p/pmarca
3•theorchid•23m ago•0 comments

Microsoft Hasn't Had a Coherent GUI Strategy Since Petzold

https://www.jsnover.com/blog/2026/03/13/microsoft-hasnt-had-a-coherent-gui-strategy-since-petzold/
6•naves•23m ago•0 comments

The $1B perfect bracket challenge likely cost less than a dollar

https://joshpearlson.com/articles/posts/impossible-bracket/impossible-bracket.html
4•jcpearlson•26m ago•0 comments

Satellite mirror plans could disrupt sleep and ecosystems worldwide

https://www.theguardian.com/science/2026/apr/05/satellite-mirror-plans-could-disrupt-sleep-and-ec...
3•mitchbob•27m ago•0 comments

Outdoor Recreation Data Portal

https://data.hereandthere.club
2•toomuchtodo•27m ago•0 comments

Reaffirming our commitment to child safety in the face of EuropeanUnion inaction

https://blog.google/company-news/inside-google/around-the-globe/google-europe/reaffirming-commitm...
6•upofadown•31m ago•1 comments

Sora: A Solution Without a Problem

https://kaptur.co/sora-a-solution-without-a-problem/
2•herbertl•31m ago•0 comments

In 2026, We Are Friction-Maxxing

https://www.thecut.com/article/brooding-friction-maxxing-new-years-2026-resolution.html
2•wjb3•32m ago•0 comments

Building an AI Image Creator Skill for Claude Code

https://ai.georgeliu.com/p/building-an-ai-image-creator-skill
2•vbtechguy•34m ago•1 comments

People Are Not Friction

https://daverupert.com/2026/03/people-are-not-friction/
4•herbertl•35m ago•0 comments

Database triggers to clean text inputs

https://sive.rs/clean1
2•theorchid•35m ago•0 comments

Running Google Gemma 4 Locally with LM Studio's New Headless CLI and Claude Code

https://ai.georgeliu.com/p/running-google-gemma-4-locally-with
2•vbtechguy•37m ago•1 comments

Show HN: Media Den – Photo/video app with client-side encryption and your cloud

https://apps.apple.com/ca/app/media-den/id6761245161
1•ryanisnan•38m ago•0 comments

The Unsettling Vision of Rei Kawakubo (2005)

https://www.newyorker.com/magazine/2005/07/04/the-misfit
1•v9v•38m ago•0 comments

The Therac-25 software radiation disaster

https://en.wikipedia.org/wiki/Therac-25
2•bithavoc•40m ago•0 comments

Show HN: JustWorkflowIt, workflow orchestration platform plus code marketplace

https://justworkflowit.com/
1•nkorai•41m ago•0 comments

Uber engineer manager alleges firing after chemo leave and harassment report

https://www.teamblind.com/post/uber-female-engineering-manager-fired-following-chemo-treatment-af...
2•nickvec•41m ago•0 comments

From birds to brains: My path to the fusiform face area (2024)

https://www.kavliprize.org/nancy-kanwisher-autobiography
7•everbody•42m ago•0 comments

Show HN: VibeAround – Talk to Claude Code from Telegram and Hand over Sessions

https://github.com/jazzenchen/VibeAround
1•jazzen•43m ago•0 comments

Is consciousness the brain's consistency model? [pdf]

https://users.cs.utah.edu/~vijay/papers/waci26.pdf
2•maralom•45m 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 ...