frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hot or Not: What Makes Some Places Naturally High in Radioactivity

https://science.howstuffworks.com/environmental/earth/geology/hot-not-what-makes-some-places-natu...
1•leonidasrup•29s ago•0 comments

That's a Lot of YAML

https://noyaml.com/
1•hisamafahri•1m ago•0 comments

Gaussian Blue Noise for image stippling (Colab demo)

https://colab.research.google.com/drive/1W15QE8Boj0-Ld4Dx3N2tLqwfV0qw0ZZB?usp=sharing
1•adec314•1m ago•1 comments

Visual Heroin: How algorithmic feeds hijack cognition and executive focus

1•TheGibberishNot•3m ago•0 comments

Fuzzy terminal manager to pick, configure, and run local GGUF model

https://github.com/skorotkiewicz/run-model
1•modinfo•3m ago•0 comments

A startup claims it's found a drug to make your blood young

https://www.technologyreview.com/2026/08/27/1143037/startup-claims-its-found-a-drug-to-make-your-...
1•joozio•4m ago•0 comments

Tips for giving S-tier demos

https://newsletter.posthog.com/p/how-to-demo
1•fagnerbrack•4m ago•0 comments

Grimm's Law

https://en.wikipedia.org/wiki/Grimm%27s_law
1•ogogmad•8m ago•0 comments

Open-source vacuum robot cleaner

https://github.com/makerspet/oomwoo
1•jinqueeny•12m ago•0 comments

Agent Swarms Are a Distributed Systems Problem

https://www.trychroma.com/engineering/transactions
1•handfuloflight•14m ago•0 comments

Norway's King Harald dies aged 89

https://www.bbc.com/news/articles/clykn5p5172o
4•punnerud•15m ago•0 comments

Game over for Unauthorized AI Performances: The Sag-Aftra Video Game Strike

https://sites.suffolk.edu/jhtl/2025/10/30/game-over-for-unauthorized-ai-performances-the-sag-aftr...
1•Bluestein•15m ago•0 comments

America's Never-Ending Battle Against Flesh-Eating Worms

https://www.theatlantic.com/science/archive/2020/05/flesh-eating-worms-disease-containment-americ...
1•Bluestein•18m ago•0 comments

Show HN: KIIP Study – exam practice for Korea's immigration test (16 languages)

https://www.kiipstudy.com
1•sangkwun•19m ago•1 comments

Show HN: FnScribe – Open-source, offline dictation for macOS

https://github.com/AlgorithmicResearchGroup/fnscribe
2•modagent•19m ago•2 comments

The cause of most wildfires? People

https://www.npr.org/2026/08/27/nx-s1-5944328/the-real-cause-of-most-wildfires-people
1•andsoitis•20m ago•0 comments

Tencent Hy4 Preview

https://openrouter.ai/tencent/hy4-preview
2•theanonymousone•20m ago•0 comments

smarchFanny

https://github.com/S-March/stepNsnackFannyPack_Public
1•EndXA•20m ago•0 comments

Over 160 staff at Irish 'unicorn' firm Cubic3 told their jobs are at risk

https://www.thejournal.ie/cubic3-layoffs-ireland-7144462-Aug2026/
2•austinallegro•24m ago•1 comments

Show HN: Free tool that turns market research into a personal branding strategy

https://www.intelcue.ai/tools/personal-branding-strategy-builder
1•intelcue•28m ago•0 comments

Singapore Switches on Biological Computing Rack with Living Human Neurons

https://www.techrepublic.com/article/news-biological-computing-rack-apac-singapore/
1•the-mitr•30m ago•1 comments

Luanti removed from Google Play due to baseless AI copyright notice

https://blog.luanti.org/2026/08/27/luanti-dmca-tracer-ai/
3•miniBill•31m ago•0 comments

Challenges when writing gren-format

https://gilramir.github.io/gren-format-lib/grenFormatChallenges.html
1•Skinney•32m ago•0 comments

Oj: your Rust native replacement for Vite

https://rapha.land/introducing-oj/
1•flashblaze•34m ago•0 comments

AI writing has begun to appear on the opinion pages

https://www.semafor.com/article/08/26/2026/ai-writing-has-already-begun-to-appear-on-oped-pages
1•andsoitis•35m ago•0 comments

Hy4 Preview

https://hy.tencent.ai/research/hy4-preview
3•cmitsakis•41m ago•1 comments

Hy4 Preview

https://huggingface.co/tencent/Hy4-preview
5•yogenpro•41m ago•0 comments

We ran X (Twitter) ads for 4 months and here are the results

4•Daniel-Pan•41m ago•1 comments

Talk Is Cheap. Code Is Cheap. Show Me the Source

https://idlip.in/posts/show-me-source/
2•rapnie•47m ago•0 comments

Wage Against The Machine – each country's AI task purchasing power

https://watm.ddyo.dev/
2•danr4•48m 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•1y ago

Comments

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