frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Mole – Deep research agent for your terminal

https://github.com/lajosdeme/mole
1•lajosdeme•6m ago•0 comments

The Ideal Instruction

https://github.com/reporails/cli/blob/main/framework/rules/core/ideal-instruction/rule.md
2•Bluestein•6m ago•0 comments

Being Against LLMs Is Against the Spirit of Floss

https://joarvarndt.se/free-vibes-2
2•joarxpablo•6m ago•0 comments

Show HN: Embed a real Linux terminal on your website

https://sandbox.bio/training/embed
4•raboukhalil•7m ago•0 comments

Technological Determinism and Human Freedom

https://letter.palladiummag.com/p/technological-determinism-and-human
1•Ariarule•11m ago•0 comments

Lightest 0−+ Glueball as Dominant Constituent of X(2370)

https://arxiv.org/abs/2607.20366
1•bookofjoe•12m ago•0 comments

U.S. retail sales unexpectedly post largest drop in more than a year

https://www.pbs.org/newshour/economy/u-s-retail-sales-unexpectedly-post-largest-drop-in-more-than...
2•speckx•13m ago•0 comments

The American Sports Plutocracy Is Bullshit

https://www.derekthompson.org/p/the-american-sports-plutocracy-is
1•momentmaker•15m ago•0 comments

Fmr OpenAI exec Fidji Simo discusses POTS battle and plan to cure it with AI

https://finance.yahoo.com/healthcare/articles/exclusive-former-openai-exec-fidji-192343263.html
1•gmays•16m ago•1 comments

Show HN: PasteDaemon – Automatically remove tracking from URLs and more

https://pastedaemon.app
3•ahalbert4•16m ago•0 comments

How money actually works [video]

https://www.youtube.com/watch?v=XXpqejgnaB0
1•teleforce•17m ago•0 comments

The app that ends bad screen time. Meet Jomo

https://jomo.so/features
3•Bluestein•18m ago•0 comments

Google DeepMind Releases SL2T (Sign Language to Text)

https://deepmind.google/blog/putting-sign-language-ai-into-users-hands/
2•neelbuilds•20m ago•0 comments

Show HN: AdBuster – tool that smooths loud TV commercials

https://sites.google.com/view/adbuster-winapp
2•Bo_Amigo_910•21m ago•0 comments

The Chinese Text Project is an online open-access digital library

https://ctext.org/
1•Bluestein•23m ago•0 comments

Patterns and problems in emerging multiagent systems

https://www.anthropic.com/research/multiagent-systems
1•johntb86•25m ago•0 comments

Credentio: Open-Source C++ Library for C2PA Content Credentials from Google

https://developers.googleblog.com/introducing-credentio-open-source-c-library-for-c2pa-content-cr...
1•andrewstetsenko•25m ago•0 comments

Taylor Farms faces recalls, six lawsuits, and a congressional inquiry

https://www.inc.com/amaya-nichole/taylor-farms-faces-scrutiny-on-every-front/91388694
1•speckx•28m ago•0 comments

BananaMind 2 Pro: Language Model Trained on a Consumer GPU in 20 days

https://huggingface.co/BananaMind/BananaMind-2-Pro
1•banaxii•28m ago•0 comments

Self-Improving Agents Are Event-Sourced

https://lobu.ai/blog/self-improving-agents-are-event-sourced/
2•buremba•28m ago•0 comments

Capital Formation

https://pluralistic.net/2026/08/14/one-chokable-throat/
3•hn_acker•28m ago•0 comments

Silicon Valley Loves Jargon–and 'Hill-Climbing' Is Its Favorite New Phrase

https://www.wsj.com/tech/ai/silicon-valley-loves-jargonand-hill-climbing-is-its-favorite-new-phra...
1•apparent•30m ago•0 comments

Base Power Company: Manufacturing the Capability Cannon

https://www.notboring.co/p/base-power-company-chapter-3
1•figbert•30m ago•0 comments

Download error in Milwaukee delayed final results in Wisconsin primary election

https://www.jsonline.com/story/news/politics/elections/2026/08/12/download-error-in-milwaukee-del...
1•zahlman•30m ago•0 comments

People Are 'Marrying' Chatbots. These Lawmakers Want to Stop Them

https://www.wired.com/story/people-are-marrying-chatbots-these-lawmakers-want-to-stop-them/
6•jaredwiener•31m ago•6 comments

Every fucking website: 2026 edition

https://op.tngl.io/every-fucking-website/
1•nerdypepper•31m ago•1 comments

Show HN: Captain, AI Travel Agent

https://www.moonlight.ng/captain/
3•fathermerry•33m ago•0 comments

DSCI – self hosted Git server and CI for developers

http://dsci.sparrowhub.io/
2•melezhik•33m ago•1 comments

Apple Maps Rolls Out Ads, Targets Madison Avenue

https://www.mediapost.com/publications/article/417237/apple-officially-rolls-out-ads-in-maps.html
1•thm•36m ago•1 comments

You can now turn off Google Gemini's visible watermarks

https://www.theverge.com/tech/980416/google-gemini-ai-watermarks-removal
2•thm•37m 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 ...