frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Colombia Hit by Magnitude 7.4 Quake, Widespread Damage Reported

https://www.bloomberg.com/news/articles/2026-08-10/colombia-hit-by-strong-earthquake-that-shakes-...
2•alephnerd•55s ago•0 comments

Foxes, Lions, and LLMs: The Machiavellian Game of Tech Hiring

https://twitter.com/0xb33bs/status/2086809075631763920
1•0xbeebs•57s ago•0 comments

AI Fortunes Are Reviving an Old Debate About Private Power

https://ai-updates.net/ai-fortunes-philanthropy-private-power/
1•ashurandi•2m ago•0 comments

The Final Third Football

https://thefinalthirdfootball.substack.com/
1•Africanway•2m ago•0 comments

Humanising LLM Outputs Is Dumb

https://kuber.studio/blog/Reflections/Humanising-LLM-Outputs-is-Actually-Dumb
1•kuberwastaken•3m ago•0 comments

Archer to Acquire Wisk, Insitu, and SkyGrid from Boeing

https://archer.com/news/archer-to-shape-physical-ai-future-of-aerospace-and-defense-with-acquisition
1•kejaed•4m ago•0 comments

The untold story of a Russian-born federal contractor killed by the FBI

https://www.cnn.com/2026/08/10/us/fbi-shooting-russia-ukraine-spy-vis-invs
2•OutOfHere•5m ago•1 comments

The Open Source Maintenance Fee for Polly (Dotnet)

https://thepollyproject.org/2026/07/14/polly-osmf-announcement.html
1•cebert•7m ago•0 comments

GitHub Actions needs OIDC audience constraints

https://blog.yossarian.net/2026/08/10/github-actions-needs-oidc-audience-constraints
1•woodruffw•9m ago•0 comments

Mistral Patent for "Code implemented tool calls"

https://patentsgazette.uspto.gov/week26/OG/html/1547-5/US12670045-20260630.html
14•theanonymousone•9m ago•4 comments

Show HN: 100% native Swift harness (NOT Electron)

https://github.com/Lore-Hex/QuillCode
2•ljlolel•12m ago•0 comments

Show HN: Hawser – sign, notarize, DMG, auto-update and license a Mac app

https://hawserkit.com/
1•yaveez•15m ago•0 comments

Best DMARC Reporting Tools in 2026

https://dmarcguard.io/blog/best-dmarc-reporting-tools/
1•meysamazad•15m ago•0 comments

To Begin, Begin

https://brainbaking.com/post/2026/08/to-begin-begin/
1•meysamazad•16m ago•0 comments

Fedi Thread to Blog Post

https://shom.dev/posts/20260809_fedi-thread-to-blog-post/
1•meysamazad•17m ago•0 comments

Flatworms, Ion Channels, and Burning Mouths

https://www.science.org/content/blog-post/flatworms-ion-channels-and-burning-mouths
4•surprisetalk•19m ago•0 comments

Defending my own brain against enshittification

https://mrmarket.lol/how-i-feel-calmin-control-of-my-life-in-the-time-of-enshittification/
4•mrmarket•19m ago•0 comments

New Way to Solve Integrals: pure algebra, no limits, no substitution

https://zenodo.org/records/20512850
3•epyre•19m ago•0 comments

GPWN: Wiretapping Fiber ISP Deployments from the Comfort of Your Home

https://www.gpwn.io
2•liotier•20m ago•1 comments

Flutter desktop apps can draw to multiple windows now

https://www.youtube.com/watch?v=yXj6HGTgKX0
1•matthewkosarek•20m ago•0 comments

Two weeks to build the app, four weeks to get it live

https://www.getdeckhand.dev/blog/two-weeks-to-build-four-weeks-to-ship
3•hari-trata•20m ago•1 comments

A farewell to (American) arms: Europe is pushing the U.S. out

https://theins.press/en/economics/295801
3•robtherobber•20m ago•0 comments

LLM Rewrite of the TerminalTextEffects Python

https://github.com/omacom-io/ttfx
2•m-novikov•21m ago•1 comments

SQLite with a Fine-Toothed Comb

https://blog.regehr.org/archives/1292
3•colejohnson66•22m ago•0 comments

Sanders urges OpenAI, Anthropic, Meta to pause AI develpmnt amid regulatory push

https://cryptobriefing.com/sanders-urges-openai-anthropic-meta-to-pause-ai-development-amid-regul...
4•newsomix9xl•23m ago•1 comments

I've vibe coded an application to see what it's like

https://rz01.org/vibecoding/
3•exitnode•23m ago•0 comments

Show HN: Earnings Call Transcript API: SEC 8-K Filings and Calls as JSON

https://medium.com/@finosint/earnings-call-transcript-api-sec-8-k-filings-and-calls-as-json-fbf13...
1•johncole•24m ago•0 comments

Would you trust your boss with data about your brain?

https://calmatters.org/economy/technology/2026/08/california-moves-to-regulate-neurotechnology/
3•cdrnsf•24m ago•0 comments

Show HN: Edgi – Letterboxd or Strava for your brain

https://app.edgi.tv/
1•jshapiro•25m ago•0 comments

Resurrecting the SuperH Architecture (2015)

https://lwn.net/Articles/647636/
3•RetroTechie•25m 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 ...