frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The hacker who humiliated spyware makers and was never caught

https://techcrunch.com/2026/07/25/the-hacker-who-humiliated-spyware-makers-and-was-never-caught/
1•Brajeshwar•1m ago•0 comments

Human Tool Mediated Loop (HTML)

https://www.youtube.com/watch?v=3CxjLHrfXRs
1•Edmond•1m ago•0 comments

This year, EU will again fine US tech more than it taxes public tech firms

https://xcancel.com/antibot/captcha
2•nozzlegear•1m ago•0 comments

Show HN: A probability and pity calculator for Roblox Volleyball Legends

https://vblwiki.com/spin-calculator
1•richardharmer•1m ago•0 comments

U.S. and China Are Jockeying for Drone Supremacy on Mount Everest

https://www.wsj.com/world/u-s-and-china-are-jockeying-for-drone-supremacy-on-mount-everest-b5750ce2
1•julienchastang•4m ago•0 comments

The Evolution of a Software Engineer (2013)

https://medium.com/@webseanhickey/the-evolution-of-a-software-engineer-db854689243
1•mooreds•6m ago•0 comments

Hallmark – Anti-AI-Slop Design Skill for Claude Code, Cursor, and Codex

https://github.com/Nutlope/hallmark
1•opwizardx•6m ago•0 comments

The Slow Confiscation

https://www.iqiipi.com/the-slow-confiscation-uk.html
1•mooreds•7m ago•0 comments

All you need is PostgreSQL

https://ebellani.github.io/blog/2026/all-you-need-is-postgresql/
1•olexsmir•8m ago•0 comments

The Great Flattening

https://twitter.com/myprasanna/status/2077065557204222238
1•gmays•10m ago•0 comments

Firefighters, biologists rescue Uncompahgre cutthroat from charred forest

https://coloradosun.com/2026/07/24/cpw-rescue-uncompahgre-cutthroat-from-fire/
2•mooreds•10m ago•0 comments

My bud vibe-engineered a retro ZX player that made my Sunday

https://zxmusicfm.vercel.app
1•kka•13m ago•1 comments

Show HN: Paperclip.inc

https://paperclip.inc/
1•stubbi•17m ago•0 comments

MCP Code Review Server – AI code review in your editor

https://github.com/GoodJobwilliam/aicraft/tree/main/products/mcp-code-review
1•williamXue•18m ago•0 comments

Data loss in Claude Code and OpenAI Codex: when AI deletes user files

https://firasd.substack.com/p/accidental-data-loss-in-claude-code-openai-codex-ai-agent-harness-f...
2•firasd•18m ago•0 comments

Use Your Brain: Engineering Standards in the Age of LLMs

https://pgaleone.eu/ai/2026/07/26/use-your-brain/
1•me2too•18m ago•0 comments

Elide – One binary. Many languages. Native performance

https://elide.dev
1•Alifatisk•20m ago•0 comments

Anubis bypass shows bot proof-of-work mostly catches low-effort scrapers

https://runtimewire.com/article/anubis-bypass-proof-of-work-bot-wall-limits
1•ryanmerket•23m ago•0 comments

Show HN: A browser-based video editor that renders videos directly with FFmpeg

https://github.com/thiagoalbrecht/weave
1•thiagoas•23m ago•0 comments

'I'm not a programmer' anymore: Linus Torvalds

https://www.zdnet.com/article/open-source-summit-linus-torvalds/
3•cybermango•24m ago•1 comments

3D-printed F-14 Tomcat uses FPGA recreation of the first microprocessor

https://www.tomshardware.com/pc-components/cpus/3d-printed-f-14-tomcat-uses-an-fpga-recreation-of...
1•sbulaev•24m ago•0 comments

Micleus is the mind. NICLEUS is the heart. Together they form SEMA

https://micleus.netlify.app/
1•aleintour•24m ago•0 comments

The Tentacle Economy

https://okulez.com/blog/the-tentacle-economy
1•oku_research•25m ago•1 comments

Show HN: Spellfolio – A multiplayer stock trading game with psychics and wizards

https://www.spellfolio.com/
1•pandaman28•27m ago•0 comments

Things you didn't know about indexes

https://jon.chrt.dev/2026/04/15/things-you-didnt-know-about-indexes.html
1•fagnerbrack•30m ago•0 comments

A simple clustering algorithm for lists

https://cassidoo.co/post/clustering-tiles/
1•fagnerbrack•30m ago•0 comments

A PDF Parser from the 80s Beats Claude (and They Use It Internally)

https://fagnerbrack.com/a-pdf-parser-from-the-80s-beats-claude-and-they-use-it-internally-8ee45a5...
1•fagnerbrack•31m ago•0 comments

Show HN: One layout pass, two outputs – a PDF and an editable PowerPoint deck

1•demchaav•31m ago•0 comments

We Removed React Server Components from Tanstack.com

https://tanstack.com/blog/we-removed-rsc-from-tanstack-com
1•matijash•32m ago•0 comments

How to Give Away Your AI Money

https://also.roybahat.com/how-to-actually-give-away-your-ai-money-01f2c411abde
1•bookofjoe•35m 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 ...