frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

NPM Registry Protocol

https://github.com/npm/statusboard/issues/340
1•jcbhmr•43s ago•0 comments

DiCaprio and Bezos set USD$200M fund to recover endangered species

https://variety.com/2026/film/news/leonardo-dicaprio-jeff-bezos-project-endangered-species-123682...
1•teleforce•12m ago•0 comments

Show HN: AI Version of My Resume

1•ricky300300•15m ago•0 comments

NexBoard

https://nexboard.ca
2•KonDanikas•18m ago•1 comments

AI used new levels of 'autonomy and deception'

https://www.bbc.co.uk/news/articles/c1w1lvn7d9go
2•smarri•19m ago•0 comments

After Losses, Retail Investors Flock to 3x Leverage as 2x Product Are Restricted

https://www.asiae.co.kr/en/article/2026080416131786841
2•mapping365•19m ago•0 comments

Wine Planted in Sand

http://www.nlcwines.com/colares-1
1•marysminefnuf•24m ago•0 comments

Show HN: Hubmesh – Multi-hop RAG retrieval with zero LLM calls in the query path

https://github.com/DemigodDSK/hubmesh
1•dsk_7699•26m ago•0 comments

CrewAI in Python: Coordinating Teams of AI Agents

https://realpython.com/crewai-python/
1•inferhaven•35m ago•0 comments

Show HN: AI gateway open source integrated with cursor and open router

https://www.routerfuel.com/
1•U_Zargar•35m ago•0 comments

You can finally move passkeys between password managers

https://www.makeuseof.com/move-passkeys-between-password-managers/
1•petethomas•46m ago•1 comments

$20M+ in Microsoft bug bounties paid out in last 12 months

https://www.theregister.com/security/2026/08/04/ai-helps-microsoft-bug-hunters-chase-a-record-20m...
2•Gaishan•56m ago•0 comments

Gallium: Why the US Cannot Produce Precision Missiles and Fully-Functional F-35s

https://sonar21.com/the-galling-gallium-chokehold-why-the-us-cannot-produce-precision-missiles-an...
1•SanjayMehta•59m ago•0 comments

From your doorbell to your home network

https://adepts.of0x.cc/eufy-doorbell-hacking/
1•mmoogle•1h ago•0 comments

Any L1 crypto devs out there looking for a new challenge?

2•daniel-alexande•1h ago•0 comments

Virtual Mac on iPad

https://github.com/nfzerox/VirtualMacOniPad
3•tortilla•1h ago•1 comments

Bending Spoons to buy Airtable for $1.28B

https://techcrunch.com/2026/08/04/bending-spoons-to-buy-airtable-for-1-28b/
7•markerz•1h ago•0 comments

Show HN: Design cinematic mecha startup sequences in seconds

https://reactorcore.itch.io/ignition-mecha-startup-sequence-maker
1•wowinter15•1h ago•0 comments

CFPB supervisor warned staff of unpleasant fallout if they go too hard on firms

https://www.reuters.com/world/us-consumer-watchdog-supervisor-warned-staff-unpleasant-fallout-if-...
3•petethomas•1h ago•0 comments

A heat spike in March ruined pistachio pollination, decimating crops

https://www.fresnobee.com/news/california/central-valley/article316731801.html
4•littlexsparkee•1h ago•0 comments

Show HN: A terminal AI coding agent that compiles natively on Termux – no root

https://www.reddit.com/r/termux/s/FqS76rc2z3
2•tfeayush•1h ago•2 comments

Show HN: Merona – x402 settlement index (raw feeds overstate volume ~100x)

https://merona.io
2•merona_io•1h ago•0 comments

It looks like 'Big Short' investor Michael Burry nailed bet against chip stocks

https://www.businessinsider.com/big-short-michael-burry-ai-chip-stocks-soxx-nvidia-substack-2026-8
6•mapping365•1h ago•0 comments

AI-generated stories rated better quality than human-written ones, study finds

https://www.theguardian.com/technology/2026/aug/05/ai-generated-stories-rated-better-quality-than...
2•uxhacker•1h ago•0 comments

To Save Japan's Heritage Homes, People Are Shipping Them Across the World

https://www.nytimes.com/2026/07/31/realestate/japan-heritage-homes-kominka-preservation.html
2•decimalenough•1h ago•0 comments

Kilometer-high Saudi tower inches closer to world's tallest record

https://newatlas.com/architecture/jec-tower-august-update/
3•teleforce•1h ago•0 comments

Young South Korean investors are finding company in collective misery

https://www.businessinsider.com/young-south-korean-investors-humor-cope-kospi-stock-market-rout-2...
1•mapping365•1h ago•0 comments

Show HN: Misalignments when using AI for hacking

https://blog.vulnetic.ai/ai-misalignment-and-penetration-testing-e812194b67ca?sharedUserId=Vulnet...
3•danieltk76•1h ago•0 comments

A Lightweight Open-Source LLM Benchmark Tool – Compare Any Model on OpenRouter

https://cheikhhseck.medium.com/i-built-a-llm-benchmark-tool-and-tested-it-on-free-models-heres-wh...
4•cheikhdev•1h ago•0 comments

Zigbee vs. Matter over Thread:Understanding IoT Protocol Performance in Practice

https://arxiv.org/abs/2603.04221
15•teleforce•1h ago•8 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 ...