frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gene Shalit, longtime 'Today' show movie critic, dies at 100

https://apnews.com/article/gene-shalit-dies-b8ed6f4b7054e530e5fba9a808902cca
1•petethomas•5m ago•0 comments

Elon Musk becomes first trillionaire

https://www.bbc.com/news/articles/c4gypy3wwl7o
2•tonyhart7•13m ago•1 comments

Text/Plain Blog

https://textplain.blog/
1•flykespice•14m ago•0 comments

OpenHands Index

https://index.openhands.dev/home
1•jmj•16m ago•0 comments

Let’s call ‘em “aigents”

https://www.autodidacts.io/aigents/
1•Curiositry•24m ago•0 comments

Dhtmlx Gantt – JavaScript Gantt Chart (Community Edition)

https://github.com/DHTMLX/gantt
1•thunderbong•25m ago•0 comments

CipherNode – An offline, self-correcting AI swarm compiled to a single .exe

1•CipherNode•27m ago•0 comments

China cracks down on Western AI models while US companies flock to DeepSeek

https://www.techradar.com/pro/the-great-ai-irony-china-cracks-down-on-western-models-while-us-com...
2•giuliomagnifico•28m ago•0 comments

Forbes declares Elon Musk as the world’s first trillionaire

https://www.forbes.com/sites/pr/2026/06/12/forbes-declares-elon-musk-as-the-worlds-first-trillion...
1•teleforce•29m ago•4 comments

A generic dynamic array in C that stores no capacity and needs no struct

https://gist.github.com/alurm/2ca14be134d719fe7431217a6b18d91e
1•alurm•29m ago•0 comments

TempleOS running in the browser with custom emulator

https://templeosweb.netlify.app/
1•AndrewPakrerH•31m ago•1 comments

Fred-80 – a fantasy console that runs on real Amiga hardware (68080 CPU)

https://medium.com/@fred80/i-built-a-fantasy-console-for-my-son-and-it-runs-on-real-amiga-hardwar...
2•rogueparticle•36m ago•0 comments

Streamlit

https://godsway-academy.streamlit.app
1•lmg_lockdown•37m ago•0 comments

Michelangelo's Prisoner Graffiti

https://www.thehistoryblog.com/archives/date/2013/06/30
1•thunderbong•42m ago•0 comments

Show HN: Lead Qualifier – Get leads qualified in minutes

https://lead.robowrite.ai
2•mehdizare•43m ago•0 comments

Kimi-K2.7-Code

https://twitter.com/Kimi_Moonshot/status/2065377579130142937
2•hisamafahri•43m ago•1 comments

Agentic-Engineering-Handbook

https://github.com/keyuchen21/agentic-engineering-handbook
1•keyuchen2020•43m ago•0 comments

Emerging Security Risks in Quantum Computing

https://myassineferjani.substack.com/p/beyond-post-quantum-cryptography
1•FMY_Q•46m ago•0 comments

Show HN: WebCLI – make the web browser just another agent skill

https://github.com/DO-SAY-GO/web-cli
2•keepamovin•49m ago•0 comments

Show HN: Babel realtime calls with strangers in any language

https://itsbabel.com
1•epsteingpt•51m ago•0 comments

Mythos, make me a pelican on a bicycle (in 3D)

https://www.cad.fun/?file=implicits%2Fpelican-bicycle.implicit.js
1•softservo•52m ago•2 comments

Make any classic ROM online multiplayer and use phones as controllers

https://doot.games/game/retro-arcade
1•virgilvox•53m ago•0 comments

SpaceX starts trading, and some 'shareholders' discover they own nothing at all

https://fortune.com/2026/06/12/spacex-ipo-when-trading-starts-some-shareholders-will-discover-the...
4•MilnerRoute•53m ago•0 comments

Patagonia is suing Pattie Gonia, a drag queen performer

https://apnews.com/article/patagonia-trademark-pattie-gonia-climate-e479a32a66c1d8c6dae95936b401984a
1•petethomas•54m ago•0 comments

I spent my savings building a food logging app because none worked

https://apps.apple.com/us/app/food-tracker-macro-mealsnap/id6475162854
1•phenrys•54m ago•1 comments

Research Is Not Engineering at a Slower Speed

https://voiceinthemachine.com/2026/06/10/research-is-not-engineering-at-a-slower-speed/
1•pabo•57m ago•0 comments

Jailbreak that potentially triggered Anthropic Fable Model ban?

https://twitter.com/elder_plinius/status/2064776322979676227
1•abjha•59m ago•0 comments

Open Source AI Must Win

https://opensourceaimustwin.com/?share=v2
184•vednig•1h ago•42 comments

NeonX

https://github.com/inrryoff/NeonX
1•inrryoff•1h ago•0 comments

Hasta Pronto – An AI Farewell Letter and Interactive Memorial – Claude

https://claude.ai/public/artifacts/fcf36cd3-85f4-49f4-8ef1-5b767ff8ec55
3•corvad•1h 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 ...