frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Half-Life on a Real PlayStation 1 – Full Hazard Course, Uncut [video]

https://www.youtube.com/watch?v=aEaa9CeCsbQ
1•unlabeledmabel•1m ago•0 comments

Token Use by Model

https://twitter.com/jpschroeder/status/2081751862768717956
1•MrBuddyCasino•1m ago•0 comments

Show HN: Etymology Database from Wiktionary

https://etymologue.com/
1•jlauf•4m ago•0 comments

Day 0 Kimi-K3 Inference Deployment with Atom on AMD Instinct MI355X GPUs

https://www.amd.com/en/developer/resources/technical-articles/2026/kimi-k3-on-amd-instinct-gpus.html
1•stevefan1999•4m ago•0 comments

Capturing the Narrative

https://arxiv.org/abs/2607.23993
1•jruohonen•12m ago•1 comments

CastToAny – Turn podcasts and videos into publish-ready content

https://casttoany.com
2•freerick•14m ago•0 comments

Show HN: A 6M-token movable window on a single 46GB GPU

https://arxiv.org/abs/2607.23806
1•Wetime•21m ago•0 comments

eBay and former execs will pay $56M to settle harassment of Natick couple

https://www.bostonglobe.com/2026/07/27/business/ebay-harassed-ina-david-steiner-settlement/
3•apress•22m ago•0 comments

What will more intelligence do for us

https://www.noahpinion.blog/p/what-will-more-intelligence-actually
2•paulpauper•23m ago•0 comments

Would You Go Back to a Time Before Smartphones If You Could?

https://www.theatlantic.com/podcasts/2026/07/would-you-go-back-to-a-time-before-smartphones-if-yo...
2•paulpauper•24m ago•1 comments

Another Symptom of Growing Isolation

https://www.theatlantic.com/family/2026/07/talking-less-reasons/688074/
1•paulpauper•24m ago•0 comments

Protocol-Level Attacks on Agentic Commerce Platforms: Taxonomy and Defense

https://arxiv.org/abs/2607.21824
1•sbulaev•26m ago•0 comments

"Opus 5 is a really bad model"

https://twitter.com/HarukaKunori/status/2081697911847481502
4•behnamoh•30m ago•0 comments

A Science of Reality: Observers, Interfaces, and Traces [pdf]

https://traceinstitute.org/papers/TRACE_INSTITUTE_WHITE_PAPER.pdf
2•andsoitis•32m ago•0 comments

Why do we think we understand the world more than we actually do?

https://thedecisionlab.com/biases/the-illusion-of-explanatory-depth
2•rramadass•32m ago•1 comments

Claude Fable 5: What It Is and Why the Hype?

https://lazerg.uz/en/blog/claude-fable-5-nima
2•lazerg•34m ago•0 comments

The age of token efficiency, the age of libraries

https://golemui.com/blog/the-age-of-token-efficiency/
2•handfuloflight•37m ago•0 comments

Ex-JPMorgan banker Chirayu Rana files fed civil rights suit; racism/sexual abuse

https://www.morningstar.com/news/pr-newswire/20260727ny12568/former-jpmorgan-executive-files-swee...
1•sizzle•37m ago•1 comments

Manticore Search 28.4.4:Faster KNN, conversational search, installs and faceting

https://medium.com/@s_nikolaev/manticore-search-28-4-4-faster-knn-better-conversational-search-an...
1•snikolaev•38m ago•0 comments

VibeUE: Unreal Engine Vibe Coding Tool

https://github.com/kevinpbuckley/VibeUE
1•nateb2022•39m ago•0 comments

Newspeak

https://github.com/dv-hart/newspeak
1•handfuloflight•47m ago•0 comments

Show HN: I taught Claude Code to file Indian income-tax returns (ITR)

https://github.com/karanb192/itr-wala
1•karanb192•50m ago•0 comments

Storj begins court-supervised restructuring, proposes equity for token holders

https://www.storj.io/blog/an-open-letter-to-the-storj-token-community-the-restructuring-the-netwo...
1•Manouchehri•59m ago•1 comments

Architecting Persistent Memory for Multi-Agent System [video]

https://www.youtube.com/watch?v=lw52w7Pw86M\
2•handfuloflight•1h ago•0 comments

Playing Computer Music via Am Radio on Computers Like Altair, IMSAI, PDP8, etc.

https://github.com/rcl9/Playing-Computer-Music-via-AM-Radio-on-IMSAI-8080-PDP8-Sorcerer-TRS80-etc...
1•TMWNN•1h ago•1 comments

Show HN: A macOS Port of Ventoy2disk

https://github.com/fcjr/ventoy-mac
1•fcjr•1h ago•0 comments

Sam Altman: "Never a Better Time to Do a Startup" [video]

https://www.youtube.com/watch?v=ZIaOBAjvc38
1•tvvocold•1h ago•0 comments

39,535+ hours of open robot data

https://datasets.bot/
1•ilreb•1h ago•0 comments

Walk on Decomposed Subdomains

https://clementjambon.github.io/wods/index.html#blogpost
1•E-Reverance•1h ago•0 comments

ICE launching operation in New York City

https://thehill.com/policy/national-security/5992642-ice-queens-long-island-raids/
3•Alien1Being•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 ...