frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Husk a Local-first, open-source, security scanner

https://husk-security.dev/
1•PatrikTang•31s ago•0 comments

The Caped Billboard Bandit of Chicago

https://slate.com/life/2026/07/chicago-superheroes-smoking-cigarettes-black-americans.html
1•bryanrasmussen•32s ago•0 comments

In Hilbert Space, All Things Are Quantumly Possible – Charlie Wood, Quanta

https://www.quantamagazine.org/in-hilbert-space-all-things-are-quantumly-possible-20260826/
1•unprovable•50s ago•0 comments

Show HN: Easily deploy vibecode apps through MCP

https://zerolith.io/
1•yojukawa•1m ago•0 comments

A Fetishist's Guide to the Monochrom (Part 1) (2012)

https://leica-camera.blog/2012/10/23/fegor-a-fetishists-guide-to-the-monochrom-part1/
1•multisport•3m ago•0 comments

Show HN: Z, minimal agentic harness for engineers that just works

https://github.com/computerex/z
1•computerex•5m ago•0 comments

Aether – live visual su Mac. Create what you hear

https://centroscs.it/pages/aether.php
1•mkovideolab•6m ago•1 comments

Y Combinator's Ankit Gupta faces backlash over H-1B comments

https://americanbazaaronline.com/2026/08/27/y-combinators-ankit-gupta-faces-backlash-over-h-1b-co...
2•Tabular-Iceberg•8m ago•0 comments

Temporal at Loop

https://www.loop.com/engineering-blog/temporal-at-loop---evolution-and-scaling
1•vzhou842•8m ago•0 comments

The AI 'Ghosts' Contaminating Academic Publishing

https://www.404media.co/the-ai-ghosts-contaminating-academic-publishing/
1•saikatsg•8m ago•0 comments

Show HN: Memorial for Athena Strand. She will always be remembered

https://athena-strand.org
2•computerex•10m ago•1 comments

Autism mutations drive neurodevelopmental pathology

https://www.science.org/doi/10.1126/science.ady4523
1•slantedview•10m ago•0 comments

Show HN: Collaborate with your team on Claude and ChatGPT artifacts

https://www.valet.dev/blog/your-agent-is-only-the-first-collaborator
2•miradu•11m ago•0 comments

Launch of Biological Data Center Prototype in Singapore

https://medicine.nus.edu.sg/news/nus-medicine-dayone-and-cortical-labs-unveil-biological-data-cen...
2•tow21•12m ago•0 comments

Data Became Code: We Ran Code Inside Fortune 500s

https://medium.com/@alonhertz1/data-became-code-we-ran-code-inside-fortune-500s-using-files-they-...
2•jonbaer•13m ago•0 comments

Pushing GPT-5.6 Luna from 0% to 56% on ARC-AGI-3 Public

https://int21.ai/insights/pushing-gpt-5-6-sol-to-100-on-arc-agi-3-public/
3•antinucleon•14m ago•0 comments

Show HN: Interactive SDP Explainer for WebRTC, Sip, and RTSP

https://explainer.pion.ly/
4•JoTurk•15m ago•1 comments

YAMLx

https://github.com/mjambon/yamlx
1•andrewstetsenko•15m ago•0 comments

Gemini Omni 1.1 Flash

https://twitter.com/Google/status/2093008576487072064
3•saretup•16m ago•0 comments

Trump Signs Order Renaming Lake Ontario as 'Lake America' in the US

https://apnews.com/article/lake-ontario-canada-america-trump-trade-war-3ac58dca0ca83c15605d4dbff1...
6•olalonde•16m ago•0 comments

Most of U.S. aluminum comes from Canada. Industry says 'good luck' replacing it

https://www.bnnbloomberg.ca/business/2026/08/26/most-us-aluminum-comes-from-canada-as-industry-sa...
1•geox•16m ago•1 comments

Meta seems happy to pay a landmark legal settlement

https://www.theatlantic.com/technology/2026/08/meta-kids-social-media-settlement/688420/
1•fortran77•16m ago•1 comments

FAA Found LGA Air-Traffic Controllers Left Work Early Before Deadly Collision

https://www.wsj.com/business/airlines/faa-found-laguardia-air-traffic-controllers-left-work-early...
3•impish9208•19m ago•2 comments

I measured what my Claude.md, skills and hooks are worth

https://github.com/jameskomo/config-drift-checker
4•smartwordworld•21m ago•1 comments

Lp0 on Fire

https://en.wikipedia.org/wiki/Lp0_on_fire
2•EndXA•21m ago•0 comments

More employers are dropping the largest PBMs

https://www.axios.com/2026/08/12/more-employers-are-dropping-the-largest-pbms
2•toomuchtodo•22m ago•0 comments

Reservoir: The Design System of the NYPL

https://nypl.github.io/nypl-design-system/reservoir/v4/
3•willmeyers•22m ago•1 comments

Legal Experts Say Meta's Settlement Puts YouTube, TikTok and Snap on Notice

https://www.engadget.com/2245685/legal-experts-say-meta-settlement-puts-youtube-tiktok-snap-on-no...
3•speckx•22m ago•0 comments

Ink at 60 Hz, and the Schematics Are on GitHub

https://www.gentlefuture.net/ink-at-60-hz-and-the-schematics-are-on-github/
3•initramfs•23m ago•0 comments

Tattoo the Earth, one pixel at a time

https://earth.tattoo/
3•whatsupdog•24m 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 ...