frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Vipassana, Volini, and Viktor Frankl

https://jatin564991.substack.com/p/vipassana-volini-and-viktor-frankl
1•jatinarora26•5m ago•0 comments

If math is more than proof, we need to better celebrate the rest of it

https://terrytao.wordpress.com/2026/09/18/if-math-is-more-than-proof-we-need-to-better-celebrate-...
1•num42•7m ago•0 comments

Apple M6 Pro Achieves the Highest Single-Core CPU Score in Geekbench 7

https://browser.geekbench.com/v7/cpu/389219
2•gainsurier•16m ago•0 comments

Conway's Law and Programming Languages

https://danieltan.weblog.lol/2026/09/conways-law-and-programming-languages
1•signa11•17m ago•0 comments

Members of right‑leaning parties prefer leaders with dark triad personality

https://theconversation.com/members-of-right-leaning-parties-prefer-leaders-with-dark-triad-perso...
2•jbotz•18m ago•0 comments

Being a Responsible Human in the Loop

https://raahelbaig.com/entry/responsible-human-in-the-loop/
2•raahelb•21m ago•0 comments

Google's Gemini AI hacked three companies in security test

https://www.bbc.co.uk/news/articles/c607l0k72rlvo
3•luxpir•26m ago•0 comments

Splash: A Local Engine Built Around the Model

https://inco.ai/blog/splash/
1•namjh•28m ago•1 comments

Ask HN: DeepSeek v4.1 Flash on Local hardware, what tok/s do you see?

2•Argonautlabs•29m ago•0 comments

Sudo and OpenDoas Timestamp Files

https://xn--1xa.duncano.de/sudo-doas-timestamp-files
1•signa11•31m ago•0 comments

The C++20's u8/char8_t Backward-Compatibility Fiasco

https://giodicanio.com/2026/09/11/the-c-plus-plus-20-s-u8-char8_t-fiasco/
1•signa11•37m ago•0 comments

Show HN: Gotedo Impress – Free, Modern Presentation Software

https://about.gotedo.com/en/products/gotedo-impress
1•_ndianabasi•37m ago•1 comments

Grammarly will send unhinged messages to all your users if you try to cancel

https://old.reddit.com/r/sysadmin/comments/1wjdpgx/psa_grammarly_will_send_unhinged_messages_to_all/
2•johnnyApplePRNG•38m ago•0 comments

Inside the AI "Kill Chain" That Destroyed an Iranian School

https://www.bloomberg.com/graphics/2026-iran-school-attack/
2•xeonmc•40m ago•1 comments

China's token consumption to reach 100 quadrillion in 2026, says report

https://www.wicinternet.org/2026-09/15/c_1213473.htm
2•geox•40m ago•2 comments

Show HN: Nordstjernen Web Browser 1.0.24

2•roschdal•43m ago•0 comments

Microsoft agentically ports Copilot runtime to Rust for $120K

https://www.theregister.com/devops/2026/09/18/microsoft-agentically-ports-copilot-runtime-to-rust...
1•satvikpendem•46m ago•2 comments

Human brain is two separate organs, Stanford Medicine-led research finds

https://med.stanford.edu/news/all-news/2026/09/two-separate-brains.html
37•emigre•46m ago•5 comments

From 150 people to one system

https://chrisveleris.com/voice-of-the-machine/from-150-people-to-one-system/
2•cvicpp123•52m ago•0 comments

Flet 1.0 Is Here

https://flet.dev/blog/flet-1-0/
5•ferryth•52m ago•0 comments

Stepfun Step 5 Preview (LLM): On AA Pareto frontier

https://artificialanalysis.ai/models/step-5
2•AnodicElegy•53m ago•1 comments

OmniFire - All-in-one platform for social media, business profile, & mobile apps

https://www.omnifire.app/
1•xianglinkong•54m ago•0 comments

The Evidence for AI Consciousness, Today (2025)

https://newsletter.ai-frontiers.org/p/the-evidence-for-ai-consciousness
4•mellosouls•1h ago•1 comments

The original Linux distro source

https://www.kernel.org/pub/linux/kernel/v1.0/
2•maxxxxxxxxxxxxx•1h ago•0 comments

Speaking with the Mind – Neuralink [video]

https://www.youtube.com/watch?v=_j806JHhCRo
1•Eridanus2•1h ago•0 comments

Dylan Patel's Information Machine

https://substratemag.com/dylanpatel/
1•gmays•1h ago•0 comments

Ask HN: Remember N8n? Anyone?

3•sankalpdomore•1h ago•0 comments

Extract all comments from a Google Sheet

1•bsunter2•1h ago•0 comments

Show HN: I made Niri-like terminal colm (cmux alternative)

https://colm.sh/
2•al3rez•1h ago•0 comments

NASA-IBM Lunar Foundation open-Source Geospatial AI Model

https://newsroom.usra.edu/usra-contributes-planetary-science-expertise-to-nasa-ibm-lunar-foundati...
10•noobplus•1h 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 ...