frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Perforce and Unreal Lore's alternative, another way to use Git

https://github.com/zhuzhonghua/blackgit
1•zhonghua•3s ago•0 comments

How dementia is being defeated

https://www.economist.com/briefing/2026/07/09/how-dementia-is-being-defeated
1•pingou•1m ago•1 comments

Wlctl – a Rust TUI for Managing Wi-Fi/ETH/VPN Using NetworkManager

https://github.com/aashish-thapa/wlctl
2•iamaashishthapa•7m ago•0 comments

Noisia: Harmful Workload Generator for PostgreSQL

https://github.com/lesovsky/noisia
1•handfuloflight•24m ago•0 comments

The Four-Color Problem and Its Philosophical Significance (1979) [pdf]

http://www.thatmarcusfamily.org/philosophy/Course_Websites/Math_S08/Readings/tymoczko.pdf
2•rfv6723•28m ago•0 comments

Curious case, comparing output from multiple LLMs

https://github.com/vseryakov/backendjs/tree/master/examples/prompts
1•vlad1719•32m ago•1 comments

How Do You Steal $1,500M in 3 Minutes? [video]

https://www.youtube.com/watch?v=E2Onvy1tWY8
1•mgh2•32m ago•0 comments

Meta removes AI feature on Instagram after global backlash

https://www.rnz.co.nz/news/science-and-technology/700735/missed-the-mark-meta-removes-ai-feature-...
4•billybuckwheat•39m ago•1 comments

Managing a small local AI budget (Mac M2 16gb)

https://millfolio.com/blog/local-ai-infra-tags/
2•winding•40m ago•0 comments

Microgrants!

https://merge.club/guide
1•audreyfei•45m ago•0 comments

The Prover, the Skeptic, and the Judge

https://insertchaos.bearblog.dev/prover-skeptic-and-judge/
1•snorbleck•47m ago•0 comments

Web Scraper Bright Data Sets $1M 'Bug Bounty' as Industry Scrutinized

https://www.bloomberg.com/news/articles/2026-07-10/web-scraper-sets-1-million-bug-bounty-as-indus...
1•1vuio0pswjnm7•55m ago•1 comments

Marble - (Education) Skill Taxonomy

https://github.com/withmarbleapp/os-taxonomy
1•soupspaces•55m ago•0 comments

No Assembler, No Linker

https://freelang.dev/no-assembler-no-linker/
2•keepamovin•1h ago•0 comments

Omegele for Weed

https://omeweed.com/
1•mmorga71•1h ago•1 comments

SpaceX's near-term AI payoff seen tethered to Earth, not outer space

https://www.reuters.com/science/spacexs-near-term-ai-payoff-seen-tethered-earth-not-outer-space-2...
1•adithyaharish•1h ago•0 comments

The crypto billionaires building a world where money buys you a vote

https://www.bbc.co.uk/news/articles/cly8eqyj8e2o
4•mindracer•1h ago•0 comments

Dither Kit

https://www.tripwire.sh/dither-kit
1•handfuloflight•1h ago•0 comments

Revving up Microsoft's 10x faster TypeScript 7

https://www.infoworld.com/article/4194567/revving-up-microsofts-10x-faster-typescript-7.html
2•baranul•1h ago•0 comments

Big Tech Doubles Debt Load to $350B in AI Spending Spree

https://www.bloomberg.com/news/articles/2026-07-10/big-tech-doubles-debt-load-to-350-billion-in-a...
7•1vuio0pswjnm7•1h ago•2 comments

Skillburst: Sync Skills with Team

https://skillburst.ai/
1•handfuloflight•1h ago•0 comments

I tried NetBSD as a desktop,it felt like stepping into the 90s in a good way

https://www.howtogeek.com/i-tried-netbsd-as-a-desktop-and-it-felt-like-stepping-into-the-90s-in-a...
3•jaypatelani•1h ago•0 comments

Young Indonesians fear for future after startup founder jailed

https://www.abc.net.au/news/2026-07-11/indonesian-fears-after-gojek-startup-founder-makarim-jaile...
1•defrost•1h ago•0 comments

The Origins of Heikki's Garden of Flowers

https://garden-of-flowers.heikkilotvonen.com/?essay
1•panic•1h ago•0 comments

Engineer

https://aicon.solutions/#about
1•laomos•1h ago•0 comments

Local open-source system design tool

https://github.com/Derssa/Torollo
1•derssa•1h ago•0 comments

Apple sues OpenAI, its employees claiming theft of trade secrets

https://www.bbc.com/news/articles/cy8w379e091o
2•vinni2•1h ago•0 comments

OpenAI Safety Head Heidecke to Leave Firm After Reshuffle: Wired

https://www.bloomberg.com/news/articles/2026-07-11/openai-safety-head-heidecke-to-leave-firm-afte...
2•1vuio0pswjnm7•1h ago•0 comments

Show HN: Warmbly, open-source cold email outreach

https://warmbly.com/
1•meszmate•1h ago•0 comments

Show HN: Inferock-bench – per-call billing receipts for OpenAI and Anthropic

https://github.com/inferock/inferock-bench
1•DreyGreatness•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 ...