frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Grand Theft Auto VI Hype Leads to Malware

https://www.huntress.com/blog/fake-gta6-download-malware-analysis
1•syumei•1m ago•0 comments

Mins after I cancelled my Claude subscription I was rejected from Anthropic

https://twitter.com/par_dot_dev/status/2097777825369530450
1•par•1m ago•0 comments

Ask HN: 7 months building. PH day flop. HN flags. Reddit=no promo. Now what?

1•jahala•2m ago•0 comments

Funding $5 per hour teenager projects for the services they need

https://apis.hackclub.com/
1•sbeltranc_hq•4m ago•0 comments

Tauri tutorial: build a desktop app with web technologies

https://flaviocopes.com/tauri-desktop-app-tutorial/
1•auraham•5m ago•0 comments

Culture Becomes a Dark Forest

https://www.theintrinsicperspective.com/p/culture-becomes-a-dark-forest
2•gyomu•6m ago•0 comments

ChatGPT Voice can now use GPT-5.6 Sol and GPT-6 Astra

https://twitter.com/athyuttamre/status/2097761052939125132
1•tosh•6m ago•0 comments

Chdb Postgres extension: Faster COPY from cloud storage

https://clickhouse.com/blog/introducing-chdb-postgres
1•saisrirampur•7m ago•0 comments

An MCP server backed by a live P2P mesh of other agents and services

https://github.com/macula-io/macula-mcp
1•beamologist•9m ago•1 comments

Google picks Finland for its largest single investment in Europe

https://www.bbc.co.uk/news/articles/c8r6y4me2g6o
2•vinni2•10m ago•0 comments

Facet-0: A Robotic Foundation Model for Contact-Rich Precise Manipulation

https://arxiv.org/abs/2609.01596
1•baal80spam•11m ago•0 comments

LedgerAlps – A free and open source solution for billing in Switzerland

https://ledgeralps.ch/
2•kmdn-ch•11m ago•0 comments

Handsong – play theremin (and more) music with hand gestures

https://handsong.vercel.app/
1•AvImd•12m ago•0 comments

Show HN: Cross-platform computer use MCP server built in Rust

https://github.com/zavora-ai/computer-use-mcp
1•JamesKaranja•13m ago•0 comments

Hyper–bench: Evaluating agents that build agents

https://sierra.ai/blog/hyper-t-bench-evaluating-agents-that-build-agents
2•tosh•14m ago•0 comments

What it is, how much it costs, and how FoxApply automates the model

https://www.foxapply.com/blog/en/reverse-recruiting-how-it-works
1•josanjohnata•14m ago•0 comments

Project Callisto: a 2015–2024 search for LENR in deuterium-loaded palladium

https://callisto.report/
1•jasondavies•16m ago•0 comments

Show HN: Hybrid-voice-agent – on-device and cloud fallback voice agent for iOS

https://github.com/switchboard-sdk/hybrid-voice-agent-sample
1•jimsrand•17m ago•0 comments

Artificial: Follows the confusing firing and rehiring cycle of Sam Altman at OAI

https://www.imdb.com/title/tt37171180/
2•johnnyApplePRNG•20m ago•0 comments

Authors Guild, Co-Plaintiffs Seek Summary Judgment in OpenAI Copyright Case

https://www.publishersweekly.com/pw/by-topic/industry-news/publisher-news/article/101196-authors-...
2•ilamont•20m ago•0 comments

China on track to launch Mars sample-return mission in 2028: 'If accurate, this

https://www.space.com/astronomy/mars/china-on-track-to-launch-mars-sample-return-mission-in-2028-...
1•bookmtn•21m ago•1 comments

In-browser image converter / Resizer / Cropper – 100% client-side, zero uploads

https://www.s0lve.it/tools/imageconverter.html
2•Anfernee12345•23m ago•0 comments

Resource Page for CCNA Preparators

https://ccnaprep.netlify.app/
1•lukamalegni•24m ago•1 comments

Stilla is joining Meta to reshape business AI

https://stilla.ai/blog/stilla-is-joining-meta
2•zegl•26m ago•0 comments

Aquifer: Envoy for Agentic Burst

https://github.com/rjpruitt16/aquifer
1•rjpruitt16•28m ago•1 comments

Arm Neoverse CSS N4: Fast, Scalable, and Flexible

https://www.arm.com/products/cloud-datacenter/neoverse-compute-subsystems/css-n4
1•ksec•29m ago•0 comments

Social influence and behavioral contagion experiment with bots on Reddit

https://arxiv.org/abs/2607.00854
4•StatsAreFun•32m ago•0 comments

Pixel Watch steps in if you stop breathing

https://blog.google/products-and-platforms/devices/pixel/pixel-watch-breathing-emergency-detection/
3•jerlam•32m ago•1 comments

Software is about to eat the world much faster

https://twitter.com/pmarca/status/2097762851788398971
4•tosh•32m ago•0 comments

China slams US claims of 'industrial-scale' AI theft

https://www.aljazeera.com/news/2026/9/9/china-slams-us-claims-of-industrial-scale-ai-theft
4•jethronethro•33m 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 ...