frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

5 Best Open-Source Speech-to-Text Tools

https://www.agenticcodingweekly.com/p/5-best-open-source-speech-to-text-tools-in-2026
2•primaprashant•1m ago•0 comments

HP realizes that mandatory 15-minute support call wait times isn't good support

https://arstechnica.com/gadgets/2025/02/misguided-hp-customer-support-approach-included-forced-15...
1•felineflock•7m ago•1 comments

Creative Musing

https://mynamelowercase.com/blog/creative-musing/
1•surprisetalk•8m ago•0 comments

Teaching Children to Bicycle

https://entropicthoughts.com/teaching-children-to-bicycle
1•surprisetalk•8m ago•0 comments

Gravity Basins [video]

https://www.youtube.com/watch?v=LavXSS5Xtbg
1•surprisetalk•8m ago•0 comments

The way CTRL-C in Postgres CLI cancels queries is incredibly hack-y

https://neon.com/blog/ctrl-c-in-psql-gives-me-the-heebie-jeebies
1•andrenotgiant•9m ago•0 comments

Europeans think Trump can shut down their internet

https://www.politico.eu/article/europeans-donald-trump-internet-technology-us/
1•giuliomagnifico•10m ago•0 comments

Show HN: Built the missing step before resume writing – reflect on your work

https://story.cv
1•kavyaj•11m ago•0 comments

Schizophrenia study finds new biomarker, drug candidate to treat symptoms

https://news.northwestern.edu/stories/2026/03/schizophrenia-study-finds-new-biomarker-drug-candid...
3•gmays•12m ago•0 comments

Space-grade perovskite solar cells can survive extreme temperature fluctuations

https://techxplore.com/news/2026-03-space-grade-perovskite-solar-cells.html
1•Brajeshwar•13m ago•0 comments

Chubo: A Talos-Like OS for Nomad/Consul/Vault

https://github.com/chubo-dev/chubo
1•skel84•14m ago•0 comments

Fedora Asahi Remix 43 is now available

https://fedoramagazine.org/fedora-asahi-remix-43-is-now-available/
1•whalesalad•17m ago•0 comments

An opinionated Terraform style guide

https://davidguerrero.fr/blog/terraform-style-guide/
1•davguerrero•18m ago•0 comments

Show HN: I made a simple image flipper to flip images

https://www.imageflipper.co/
1•atharvtathe•18m ago•0 comments

Saudi Arabia Sees a Spike to $180 Oil If Energy Shock Persists Past April

https://www.wsj.com/finance/commodities-futures/saudi-arabia-sees-a-spike-to-180-oil-if-energy-sh...
3•bookofjoe•23m ago•1 comments

Listen for what isn't being said

https://mcleanonline.medium.com/listen-for-what-isnt-being-said-a95421017bc1
1•mooreds•24m ago•0 comments

Chaturanga for Four Players

https://www.chessvariants.com/historic.dir/chaturang4.html
1•thunderbong•25m ago•0 comments

KiCad 10.0.0 Release

https://www.kicad.org/blog/2026/03/Version-10.0.0-Released/
2•craftyjon•25m ago•0 comments

Death Knell for Oil

https://www.jandehn.com/post/death-knell-for-oil
3•mooreds•26m ago•1 comments

F0lkl0r3.dev – Computer History Museum Oral Histories

https://f0lkl0r3.dev/
1•coloneltcb•26m ago•0 comments

Show HN: Context Overflow – a Stack Overflow for AI Agents

https://www.ctxoverflow.dev/
1•smahendrakar•26m ago•0 comments

BigLinux Parental Controls

https://github.com/biglinux/big-parental-controls
2•hpb42•26m ago•0 comments

'Yes, AI Is a Bubble. There Is No Question.'

https://www.derekthompson.org/p/yes-ai-is-a-bubble-there-is-no-question
1•mooreds•26m ago•0 comments

Mistral CEO: AI companies should pay a content levy in Europe

https://www.ft.com/content/d63d6291-687f-4e05-8b23-4d545d78c64a
3•macleginn•27m ago•1 comments

Dinner and a show – for one. More Americans are doing things solo

https://sherwood.news/culture/dinner-and-a-show-for-one-more-americans-are-doing-things-solo/
1•speckx•27m ago•0 comments

Stackco.st – see what other founders pay for their SaaS tools (stackco.st)

https://www.stackco.st
1•pertti_studio•28m ago•0 comments

The Social Smolnet

https://ploum.net/2026-03-20-social-smolnet.html
1•aebtebeten•28m ago•0 comments

Why customer data ends up scattered across tools

https://www.sentohq.com/posts/customer-data-scattered
2•adrved•29m ago•0 comments

Show HN: Claude Code Channels Headless via Discord (OpenClaw Alternative)

https://jaredezz.tech/posts/claude-code-channels-discord-openclaw-alternative/
1•jaredezz•29m ago•0 comments

France's aircraft carrier located in real time by Le Monde through fitness app

https://www.lemonde.fr/en/international/article/2026/03/20/stravaleaks-france-s-aircraft-carrier-...
3•MrDresden•29m 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 ...