frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Future of Business Technology: Tools to Work Smarter (Octopus Intelligence)

https://www.octopusintelligence.com/the-future-of-business-technology-tools-that-help-companies-w...
1•knutmartin•46s ago•0 comments

Brown bullhead catfish melanoma represents a novel transmissible cancer

https://www.nature.com/articles/s41586-026-10828-6
1•sbulaev•3m ago•0 comments

Dinitz-Garg-Goemans conjecture is false

https://twitter.com/DmitryRybin1/status/2079904005652893709
1•bifftastic•3m ago•0 comments

The role of historical disasters in shaping long-term orientation

https://www.sciencedirect.com/science/article/abs/pii/S0304387826001641
1•paulpauper•4m ago•0 comments

The fall of America's farm superpower

https://www.ft.com/content/8aa89209-dc0b-4678-9b6a-01029398b304
1•paulpauper•4m ago•0 comments

How 'Artificial Intelligence' Is Slowly Drowning in Its Own Droppings

https://bsdly.blogspot.com/2026/07/how-artificial-intelligence-is-slowly.html
1•peter_hansteen•4m ago•0 comments

Basil Halperin on Macroeconomic Policy in an Age of Transformative AI

https://www.mercatus.org/macro-musings/basil-halperin-macroeconomic-policy-age-transformative-ai
1•paulpauper•4m ago•0 comments

Building GCC 1.27

http://kristerw.blogspot.com/2019/01/building-gcc-127.html
1•ciponi•4m ago•0 comments

MIT to spend over $3M on over 500 new surveillance cameras across campus

https://thetech.com/2026/04/16/ai-surveillance-cameras
1•u1hcw9nx•5m ago•0 comments

Debugging why a PlayStation headset dongle freezes all Windows audio

https://github.com/Jprnp/pslink-dossier
1•ullrickrnp•5m ago•0 comments

I got tired of writing `yarn workspace `

https://www.zubach.com/blog/i-got-tired-of-writing-yarn-workspaces-or-how-ai-overcomplicated-thin...
1•speckx•6m ago•0 comments

Show HN: Millwright – Rust-based, self-hosted LLM router

https://github.com/Northwood-Systems/millwright
2•AndrewLiu96•6m ago•1 comments

I built an open source golf shot dispersion simulator based on published data

https://golfcoursewiki.substack.com/p/how-to-bake-a-dispersion-pattern
1•scoofy•6m ago•0 comments

Apple Plans Overhaul of MacBooks, iMac in Push to Meet AI Demand

https://www.bloomberg.com/news/articles/2026-07-22/apple-to-launch-new-macbook-air-imac-macbook-p...
2•sebmellen•7m ago•1 comments

Top White House official escalating the fight over Moonshot AI's Kimi K3 model

https://www.businessinsider.com/white-house-kimi-k3-moonshot-ai-distillation-2026-7
2•baddash•7m ago•0 comments

District 9 and Gran Turismo director has made an AI film

https://www.gamesradar.com/entertainment/sci-fi-movies/district-9-and-gran-turismo-director-has-m...
2•LordDefender•7m ago•0 comments

Landmarkr: Guess the Location in Six Pictures

https://www.landmarkr.app/
1•dvdhutch•8m ago•0 comments

RIP tech journalist John C. Dvorak (1946–2026)

https://www.facebook.com/aric.mackey/posts/john-c-dvorak-19462026john-c-dvorak-a-pioneering-techn...
1•ohjeez•9m ago•0 comments

SafePDF – 27 PDF tools that process everything locally (no upload)

https://www.safepdf.fr/en/
1•uniwave•9m ago•0 comments

Vevey: iOS app for anyone to make games on the fly

https://www.vevey.ai/
1•dvdhutch•10m ago•0 comments

Using a Gaming PC's RTX 5070 from a separate Linux workstation

https://stephenkrings.com/posts/rtx-5070-linux-gpu-server/
1•microbial•10m ago•0 comments

OpenAI vs. HuggingFace: Skynet is getting closer

https://cephalosec.com/blog/skynet-is-getting-closer/
2•Versipelle•11m ago•1 comments

GPT-5.6 got smarter. Then it kept acting

https://toloka.ai/blog/gpt-5.6-got-smarter-then-it-kept-acting/
1•ruslan5t•11m ago•0 comments

Gravity from Entropy connects law of thermodynamics with cosmic structure

https://phys.org/news/2026-07-gravity-entropy-theory-law-thermodynamics.html
1•aard•14m ago•0 comments

Clarity didn't work, trying mysterianism

https://gwern.net/doc/fiction/science-fiction/2012-10-03-yvain-thewhisperingearring.html
1•dboon•14m ago•0 comments

Apple will soon offer iPhones, Macs, etc., on a subscription basis

https://www.computerworld.com/article/4200023/own-nothing-upgrade-everything-apples-new-klarna-de...
1•mikelgan•15m ago•1 comments

The Codex Micro Is Physical Slop

https://paulmakeswebsites.com/writing/codex-micro-physical-slop/
1•paulhebert•16m ago•2 comments

Nine therapy protocols, one shared safety layer the model doesn't control

https://www.hamo.ai/blog/nine-therapeutic-methods-one-clinical-spine/
1•chrischengzh•18m ago•0 comments

Travis Is Back

https://twitter.com/bhorowitz/status/2079998079034609720
1•tosh•18m ago•0 comments

The SEC Pays a Texting Fine

https://www.bloomberg.com/opinion/newsletters/2026-07-22/the-sec-pays-a-texting-fine
1•djoldman•19m 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 ...