frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

MacPad: Touch Mac in iPad

https://github.com/dcmmc/macpad
1•dadoum•6m ago•1 comments

Ant Group releases finance-focused Ling-3.0-flash-Fin

https://artificialanalysis.ai/articles/ant-group-releases-finance-focused-ling-3-0-flash-fin
1•gmays•8m ago•0 comments

New method to minimize immunosuppression after organ transplantation

https://www.nature.com/articles/s43856-026-01906-x
1•pvaldes•10m ago•1 comments

The 'AI Safety' Movement Is Making AI Less Safe

https://reason.com/2026/09/22/the-ai-safety-movement-is-making-ai-less-safe/
6•Bostonian•11m ago•0 comments

Show HN: Livenerf – a benchmark for whether Opus 5.5 gets nerfed

https://github.com/ninjahawk/livenerf
1•ninjahawk1•13m ago•0 comments

Adding side drawer with workspace concepts to rio (rust terminal) like cmux has

https://github.com/raphamorim/rio/pull/1954
1•cs1996•13m ago•0 comments

The Jagged Frontier of Jev 1.13

https://docs.typesafe.ai/model-jaggedness/jev-1.13
2•dhorthy•18m ago•0 comments

Mercury Is Shrinking, and Faster Than We Thought

https://www.nytimes.com/2026/09/11/science/space/mercury-shrinking-wrinkles.html
2•reaperducer•20m ago•1 comments

Swarm Scaling

https://www.tobyord.com/writing/swarm-scaling
1•gmays•24m ago•0 comments

A WIP Lego Sorter: Maybe a million pounds is possible [video]

https://www.youtube.com/watch?v=9G2R9ZcgAhA
3•Teever•24m ago•0 comments

Artificial Intelligence in Research

https://tmodrzyk.github.io/blog/2026/artificial-intelligence-in-research/
1•jeremyscanvic•25m ago•0 comments

CNN Mood 'Like a Funeral' as Paramount Acquires Warner Bros

https://variety.com/2026/tv/news/cnn-funeral-path-hazy-paramount-wins-warner-1236872113/
5•westurner•26m ago•4 comments

Show HN: Palette, a Figma plugin that turns one color into a whole UI system

https://www.figma.com/community/plugin/1682163756621093164
1•jeffmahacek•29m ago•0 comments

AUGUSTOSFACES

https://augusto.at/augustosfaces/
1•luu•30m ago•0 comments

What is the World's Loveliest Language

https://www.economist.com/graphic-detail/2024/01/11/what-is-the-worlds-loveliest-language
1•andsoitis•32m ago•0 comments

Xounds Redux and FruitMenu Redux

https://totallynotmalicious.com/software
1•rgovostes•35m ago•1 comments

Design your programming languages right (2024)

https://blog.veritates.love/design-it-right
1•birdculture•36m ago•0 comments

U.S. Government seizes 54-pound Martian meteorite sold at auction last year

https://www.nytimes.com/2026/09/20/arts/who-owns-this-chunk-of-mars-jeanine-pirro-says-america-do...
5•bookofjoe•36m ago•2 comments

A Taxonomy for Navigating the Global Landscape of AI Regulation (2025)

https://dl.acm.org/doi/10.1145/3715275.3732059
1•mooreds•38m ago•0 comments

The 38 most influential Bluesky posters

https://bsky38.com/
2•mooreds•38m ago•0 comments

UN General Assembly: Trump renames AI to Super Intelligence

https://www.washingtonpost.com/technology/2026/09/22/trump-says-hes-renaming-ai-super-intelligence/
4•f1ay•39m ago•4 comments

The Mac Mini M6 is the fastest way to.. emulate a Windows 98 Pentium II machine

https://nyaa.sh/reviews/mac-mini-m6-emulation
1•petaleverbloom•40m ago•0 comments

Show HN: A fast, offline Markdown viewer for macOS built in Swift

https://github.com/temir-dev/tims-markdown-reader
2•tim_tairov•43m ago•0 comments

About Impersonation Risk Detection

https://support.apple.com/en-us/127906
1•impish9208•43m ago•0 comments

Trump orders AI rebrand as "super intelligence"

https://www.axios.com/2026/09/22/trump-ai-super-intelligence-rebrand
6•kirab•46m ago•2 comments

Neo-Median Voter Model

https://www.betonit.ai/p/the-neo-median-voter-model
2•efavdb•47m ago•0 comments

Simple-jev by featherless AI – Turn context into clear decisions

https://simple-jev.featherless.ai/
1•Risyandi94•48m ago•1 comments

How to Escape the Algorithm

https://raahelbaig.com/entry/intentional-internet/
1•raahelb•49m ago•0 comments

What Does Childhood Trauma Have to Do with White Supremacy?

https://www.psychologytoday.com/us/blog/the-shaping-power-of-experience/202609/what-does-childhoo...
4•rendx•55m ago•2 comments

Inspiring Applications of Spin Model Checker

https://spinroot.com/spin/success.html
1•vitalnodo•56m 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 ...