frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Year Late, Claude Beats Pokémon

https://www.lesswrong.com/posts/sehJYg5Yny9fvpbpt/a-year-late-claude-finally-beats-pokemon
1•szatkus•2m ago•0 comments

The rise and fall of the only female Yakuza

https://www.theguardian.com/news/2026/may/21/the-devils-child-the-rise-and-fall-of-the-only-femal...
1•NaOH•5m ago•0 comments

Why frontier biology labs need Lisp-like infrastructure

https://www.countifybio.com/
1•mfisc_019•5m ago•0 comments

Some of Texas's oldest barbecue joints close as meat prices skyrocket

https://www.washingtonpost.com/nation/2026/05/25/some-texass-oldest-barbecue-joints-close-meat-pr...
1•paulpauper•6m ago•0 comments

Steam Deck OLED is back in stock, with a price increase for both models

https://store.steampowered.com/news/group/45479024/view/672869045073085538
2•no_news_is•6m ago•0 comments

Agents Thinking Fast and Slow: A Talker-Reasoner Architecture

https://arxiv.org/abs/2410.08328
2•jalcazar•7m ago•0 comments

The AI tech job slaughter gets real

https://www.computerworld.com/article/4175956/the-ai-tech-job-slaughter-gets-real.html
1•CrankyBear•7m ago•0 comments

Remarks on the Disproof of the Unit Distance Conjecture [pdf]

https://cdn.openai.com/pdf/74c24085-19b0-4534-9c90-465b8e29ad73/unit-distance-remarks.pdf
1•digital55•9m ago•0 comments

Datasette: An open source multi-tool for exploring and publishing data

https://datasette.io/
2•Olshansky•10m ago•0 comments

AgentSafeLabs – Launched Open-source Security framework for AI agents

https://github.com/AgentSafeLabs/safelabs-eval
1•waqarjaved•10m ago•0 comments

QuestDB 9.4.0

https://github.com/questdb/questdb/releases/tag/9.4.0
1•tosh•12m ago•0 comments

RTMH: Pope Leo's Magnifica Humanitas on AI

https://thezvi.substack.com/p/rtmh-pope-leos-magnifica-humanitas
1•paulpauper•12m ago•0 comments

Use AI This Election

https://www.astralcodexten.com/p/use-ai-this-election
2•paulpauper•13m ago•0 comments

Multi-Agent LLM System for Automated Vulnerability Discovery and Reproduction

https://arxiv.org/abs/2605.21779
1•root-parent•14m ago•0 comments

Verilog: Back to the building blocks' building blocks

https://www.cs.cornell.edu/~asampson/blog/buildingblocks.html
1•fanf2•15m ago•0 comments

One repo clone, shared forever

https://falconer.com/notes/persistent-repos-s3-files/
2•aryamanagraw•15m ago•0 comments

Benford's Law

https://en.wikipedia.org/wiki/Benford%27s_law
3•jonbaer•19m ago•0 comments

SimCity 3k in 4k

https://www.thran.uk/writ/hdid/2025/12/simcity-3k-in-4k.html
6•speckx•20m ago•0 comments

To Land a Job in AI, Try Reading Kant

https://www.wired.com/story/to-land-a-job-in-ai-try-reading-kant/
2•CharlesW•21m ago•0 comments

Repoprompt is going Open Source

https://repoprompt.com/blog/repo-prompt-next-chapter
1•mirzap•21m ago•0 comments

One Million Beings

https://sub.davidoreilly.com/p/one-million-beings
2•m3at•22m ago•1 comments

Show HN: Citadeld – replay any CI failure locally from a single file

1•hknzerodark1•24m ago•0 comments

CSCI 1377: Tools For Thought (Spring 2026)

https://cel.cs.brown.edu/csci-1377-s26/
2•wcrichton•24m ago•0 comments

Instead of LLMs we need self-updating SLMs

https://crib.social/notice/B6jGNsfie10RYn20lU
1•gslepak•25m ago•0 comments

Show HN: cuSBF – Faster GPU Bloom Filter for Sequence Data

https://github.com/tdortman/cuSBF
2•tdortman•26m ago•0 comments

Objective metrics that change the most as we age

https://www.empirical.health/blog/biomarkers-that-change-with-age/
8•brandonb•26m ago•0 comments

90% cheaper repo inference with GPT-5.4 nano

https://charlielabs.ai/blog/90-percent-cheaper-repo-inference-with-gpt-54-nano/
1•mrbbk•26m ago•0 comments

Vibe-coding a side project while watching TV

https://marindedic.com/swipertab/
5•Realman78•28m ago•1 comments

Attractive faces draw our gaze but fail to hijack our peripheral attention

https://www.psypost.org/attractive-faces-draw-our-gaze-but-fail-to-hijack-our-hidden-attention/
3•Vaslo•30m ago•0 comments

DeepSeek's 10T USD grand strategy

https://twitter.com/i/status/2057909493250539891
5•ssivark•30m 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 ...