frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Perfect Match by Ken Liu (2012)

https://www.lightspeedmagazine.com/fiction/the-perfect-match/
1•laybak•1m ago•1 comments

To be trustworthy, LLMs need to show their work

https://cen.acs.org/pharmaceuticals/drug-discovery/AI-Chemist-trustworthy-LLMs-need/104/web/2026/06
1•ColinWright•1m ago•0 comments

PromptQL Tag – The company-wide AI agent for Slack

https://promptql.io/promptql-tag-slack-agent
1•gavinray•3m ago•0 comments

Deepest hand dug well in the world

https://www.mybrightonandhove.org.uk/places/utilities/woodingdean-well/woodingdean-well
1•zeristor•3m ago•1 comments

Liberty and Absurdity in 2026

1•dranimalz•4m ago•0 comments

Show HN: Domternal – headless rich-text editor for Angular/React/Vue/Vanilla

https://domternal.dev/
1•thomasnowhere•5m ago•0 comments

Vite+ Beta

https://voidzero.dev/posts/announcing-vite-plus-beta
2•Erenay09•7m ago•0 comments

Anthropic embedded spyware in Claude Code – and attempted to hide it from you

https://old.reddit.com/r/ClaudeAI/comments/1ujila1/anthropic_embedded_spyware_in_claude_code_and/
2•rvnx•7m ago•0 comments

Discovering My Talk

https://shkspr.mobi/blog/2026/01/discovering-my-talk/
1•ColinWright•8m ago•0 comments

Krafton Agrees to Pay 'Subnautica 2' Bonuses as Developer's CEO Resigns

https://www.bloomberg.com/news/articles/2026-07-01/krafton-agrees-to-pay-subnautica-2-bonuses-as-...
1•croes•8m ago•0 comments

Integrating Netty with Java Virtual Threads

https://kronotop.com/blog/the-join-that-should-be-a-bug/
1•mastabadtomm•10m ago•0 comments

Ask HN: What is the latest research on AI detection?

1•trwhite•11m ago•0 comments

Singapore seizes $42M mansion over Nvidia chip smuggling

https://www.bbc.com/news/articles/cx2d9y18g73o
1•aussieguy1234•15m ago•0 comments

ClickHouse is winning the Observability Wars

https://matduggan.com/clickhouse-is-winning-the-observability-wars/
2•emschwartz•17m ago•0 comments

Public company deep research demo on Atlas SDK

https://github.com/steel-experiments/atlas-demo
1•nkko•17m ago•0 comments

Palantir: Our thoughts on the importance of AI sovereignty

https://twitter.com/PalantirTech/status/2072114267776491695
1•frb•18m ago•0 comments

Show HN: MP3toText – Fast, high-accuracy AI audio transcription

https://mp3totext.ai
1•cyk888•18m ago•0 comments

PeerTube is a free, decentralized and federated video platform

https://github.com/Chocobozzz/PeerTube
1•doener•19m ago•0 comments

OpenAI: In early talks to give 5% stake to US Government

https://www.theguardian.com/technology/2026/jul/02/openai-stake-us-government-ai-sam-altman
7•tosh•20m ago•4 comments

Free interactive ancient Rome atlas

https://domdemetz.github.io/Ancient-Rome/
2•fbn79•22m ago•0 comments

Build reliable multi-agent applications with ADK Go 2.0

https://developers.googleblog.com/announcing-adk-go-20/
1•atkrad•23m ago•0 comments

Functional Programming in hica

https://www.hica.dev/docs/functional-programming/
1•cladamski79•24m ago•1 comments

Facebook Images Downloader – Grab FB Photos in Seconds

https://chromewebstore.google.com/detail/images-downloader/enjebjknnihfklkmkbhdailacipnhcep
1•qwikhost•25m ago•1 comments

Show HN: OtaKit – open-source, self-hostable OTA updates for Capacitor apps

https://github.com/OtaKit/otakit
1•garymiklos•25m ago•0 comments

Google must pay €4.1B fine for using Android to 'block' rivals

https://www.bbc.co.uk/news/articles/cvgj0pp5p62o
1•fredley•26m ago•0 comments

Mid-tier factory knives – value sweet spot?

https://www.paragon-knives.com/
1•bgzlsxaz•27m ago•0 comments

Who Controls the Privacy-Enhancing Technology Layer?

https://medium.com/@vektormemory/who-actually-controls-the-privacy-enhancing-technology-layer-8d5...
1•vektormemory•27m ago•1 comments

Roundtables: Longevity's Next Frontier: "Reprogramming" Your Body

https://www.technologyreview.com/2026/06/30/1139958/roundtables-longevitys-next-frontier-reprogra...
1•joozio•29m ago•0 comments

GPS Interference Off California Offers Warning for Global Shipping

https://gcaptain.com/gps-interference-off-california-offers-warning-for-global-shipping/
1•ablation•29m ago•0 comments

Various projects disappeared from kernel.org hosting overnight

https://gts.q66.moe/@q66/statuses/01KWGXZTGX06HSQBXW21DYH4G0
4•marvinborner•32m 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 ...