frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Copyright Scammers Weaponized Meta's Rights Manager with Backdating Exploit

https://torrentfreak.com/copyright-scammers-weaponized-metas-rights-manager-with-backdating-exploit/
1•Brajeshwar•1m ago•0 comments

Let the Browser Do the Math Or: How I Learned to Stop Worrying and Love the DOM

https://www.olafalders.com/2026/07/27/designing-social-cards-in-html/
1•oalders•1m ago•0 comments

Should We Make Daylight Saving Time Permanent?

https://www.nytimes.com/2026/07/27/science/daylight-saving-time-health-safety.html
1•donohoe•1m ago•0 comments

MLVC: An open-source real-time neural video codec for consumer NPUs

https://github.com/microsoft/mlvc
1•andosa•2m ago•0 comments

Show HN: Telegram bot that spins up Claude Code/Codex agents on their own VMs

https://agenticcloudcomputer.com/
1•adambaialiev•3m ago•0 comments

Clifford Sosin on X: "Maybe Intelligence Ain't All That" / X

https://twitter.com/CliffordSosin/status/2078594661359194500
1•bilsbie•5m ago•0 comments

Leadership Lessons from the Odyssey

https://danielmangum.com/posts/odyssey-leadership-lessons/
1•hasheddan•6m ago•0 comments

Show HN: Otlet – Local LLM inference "inside" Postgres

https://github.com/joshmeek/otlet
1•josmek•6m ago•0 comments

Batteries: Varta files for bankruptcy – Apple's departure takes its toll

https://en.ilsole24ore.com/art/varta-batteries-files-for-bankruptcy-apples-departure-takes-its-to...
2•ksec•6m ago•0 comments

Show HN: Taetype-WASM – Pure Rust, browser-only font engine in WebAssembly

https://github.com/silly-tae/taetype-wasm
1•silly-tae•7m ago•0 comments

Claude-video – Give Claude the ability to watch any video

https://github.com/bradautomates/claude-video
1•opwizardx•10m ago•0 comments

The Third Magic (2025)

https://www.noahpinion.blog/p/the-third-magic-23f
1•bookofjoe•10m ago•0 comments

Thymus-derived hormone may help suppress age-related inflammation

https://keck.usc.edu/news/thymus-derived-hormone-may-help-suppress-age-related-inflammation/
2•gmays•10m ago•0 comments

China begins making homegrown DUV chipmaking tools

https://www.reuters.com/world/china/china-begins-making-homegrown-duv-chipmaking-tools-informatio...
6•scrlk•11m ago•1 comments

Combat Readiness: The Future of Defense Tech in Silicon Valley

https://proliberal.substack.com/p/combat-readiness
1•mtsteiner•13m ago•0 comments

Why $550M Medical Debt only Cost $5.5M

https://idiallo.com/byte-size/550-million-only-cost-5-million
1•Brajeshwar•15m ago•0 comments

Tryon 3D cross platform virtual fittingroom

https://tryon.global/
1•RevanDaldaban•15m ago•0 comments

MemU – Personal Memory Shared by Codex, Claude Code, and Hermes

https://github.com/NevaMind-AI/memU
2•DanielWen666•16m ago•0 comments

I scanned 495 big EU sites for the AI Act's chatbot rule. It's invisible

https://article50ready.com
1•techartdev•17m ago•0 comments

How does a Grand Piano work? [video]

https://www.youtube.com/watch?v=NDvS2V7HbnY
1•0x1ceb00da•18m ago•0 comments

The Jac Programming Language

https://jaclang.org/wait-wuuut
1•thunderbong•18m ago•0 comments

Show HN: An unofficial Qwen image generator

https://qwenimage3.com/
1•marcushuang4595•19m ago•1 comments

Apple Will 'Watch Everything Burn' When the AI Bubble Bursts

https://www.macrumors.com/2026/07/27/ed-zitron-apple-watch-it-burn-ai-bubble-bursts/
2•thm•20m ago•0 comments

The robots programmed by kids to speak their Indigenous languages

https://www.npr.org/2026/07/26/nx-s1-5825798/robot-speaks-endangered-native-american-languages
1•andsoitis•23m ago•0 comments

Kimi K3: Its Capabilities and Related Discontents

https://thezvi.wordpress.com/2026/07/20/on-kimi-k3-its-capabilities-and-related-discontents/
2•gmays•26m ago•0 comments

Can LLMs identify 16 cards in 45 bit-queries?

https://snwagh.com/blog/2026/open-problem/
4•napping_penguin•27m ago•0 comments

MD to PDF Converter – Free Convert Markdown to PDF

https://ilovemardown.com/
1•dulcedeleche•28m ago•0 comments

Nvidia Object-Oriented Agents: An agent is a Python class

https://github.com/NVIDIA-NeMo/labs-OO-Agents
1•nvad00•28m ago•0 comments

Ilya Sutskever's SSI and Nvidia Announce Long-Term Strategic Partnership

https://nvidianews.nvidia.com/news/ilya-sutskevers-safe-superintelligence-inc-and-nvidia-announce...
3•lanakei•29m ago•0 comments

EU to make more money from fining US tech companies than taxing its own

https://twitter.com/levelsio/status/2080314960656159018
4•JumpCrisscross•29m ago•1 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 ...