frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Deno Desktop

https://docs.deno.com/runtime/desktop/
521•GeneralMaximus•6h ago•196 comments

Help I accidentally a wigglegram

https://lmao.center/blog/wiggle-accidents/
305•gregsadetsky•2d ago•70 comments

Codex logging bug may write TBs to local SSDs

https://github.com/openai/codex/issues/28224
143•vantareed•4h ago•77 comments

Did my old job only exist because of fraud?

https://david.newgas.net/did-my-old-job-only-exist-because-of-fraud/
619•advisedwang•14h ago•273 comments

Apertus – Open Foundation Model for Sovereign AI

https://apertvs.ai/
431•T-A•14h ago•140 comments

Investors get real-time view of UK bond market activity for the first time

https://www.fca.org.uk/news/press-releases/investors-get-real-time-view-uk-bond-market-activity-f...
38•monkeydust•4h ago•4 comments

Munich 1991: The Roots of the Current AI Boom

https://people.idsia.ch/~juergen/ai-boom-roots-munich-1991.html
97•tosh•2d ago•37 comments

Writing Postcards with a 3D Printer

https://severinbucher.com/posts/writing-postcards-with-a-3d-printer/
22•typesafeJ•3d ago•5 comments

Memory Safe Inline Assembly

https://fil-c.org/inlineasm
118•pizlonator•2d ago•26 comments

UTFS: A Tar-Like File System for Embedded Systems (2025)

https://clisystems.com/article-UTFS-intro/
5•zdw•4d ago•4 comments

Everything is logarithms

https://alexkritchevsky.com/2026/05/25/everything-is-logarithms.html
241•E-Reverance•14h ago•50 comments

GLM 5.2 vs. Opus

https://techstackups.com/comparisons/glm-5.2-vs-opus/
177•ritzaco•4h ago•154 comments

There is minimal downside to switching to open models

https://www.marble.onl/posts/cancel_claude.html
260•amarble•15h ago•219 comments

Good results fine tuning a local LLM like Qwen 3:0.6B to categorize questions

https://www.teachmecoolstuff.com/viewarticle/fine-tuning-a-local-llm-to-categorize-questions
152•dev-experiments•13h ago•30 comments

Identity verification on Claude

https://support.claude.com/en/articles/14328960-identity-verification-on-claude
783•bathory•23h ago•654 comments

Lisp in the Rust Type System

https://github.com/playX18/lisp-in-types/
79•quasigloam•2d ago•2 comments

Britain's prime minister to step down, Burnham puts himself forward as successor

https://www.reuters.com/world/uk-politics-live-starmer-expected-announce-he-will-resign-prime-min...
14•JumpCrisscross•45m ago•4 comments

Sakana Fugu

https://sakana.ai/fugu/
137•Finbarr•9h ago•81 comments

Efficient C++ Programming for Modern C++ CPUs, Chapter 4/part 2

https://6it.dev/blog/infographics-operation-costs-in-cpu-clock-cycles-take-2-80736
69•birdculture•2d ago•13 comments

JSON-LD explained for personal websites

https://hawksley.dev/blog/json-ld-explained-for-personal-websites/
227•ethanhawksley•17h ago•69 comments

Japanese verb conjugation the simple hard way

https://underreacted.leaflet.pub/3mmevu6woys27
113•valzevul•13h ago•165 comments

How I play video games with spinal muscular atrophy

https://www.openassistivetech.org/how-i-actually-play-video-games-with-sma-the-tools-i-use-every-...
124•dannyobrien•3d ago•17 comments

Show HN: Teach your kids perfect pitch

https://github.com/paytonjjones/bsharp
154•paytonjjones•23h ago•95 comments

PowerFox Browser

https://powerfox.jazzzny.me/
145•thisislife2•14h ago•40 comments

Minecraft: Java Edition 26.2, the first version with Vulkan 1.2

https://www.minecraft.net/en-us/article/minecraft-java-edition-26-2
161•ObviouslyFlamer•5d ago•65 comments

My 1992 view of the problems of computer programming in 1992

https://blog.plover.com/prog/fortran-i.html
29•speckx•2d ago•8 comments

1983 Northern Telecom Commodore Phone

https://www.oldtelephoneroom.ca/1983-northern-telecom-commodore-phone/
63•arexxbifs•11h ago•21 comments

LLMs do not merely reflect the bias of their training, they police it

https://twitter.com/brianroemmele/status/1991714955339657384
19•nailer•1h ago•2 comments

Show HN: Criterion Closet as a website – pull any of 1,247 films off the shelf

https://the-criterion-closet.vercel.app
129•olievans•1d ago•36 comments

Luis Alvarez's Journey from Hiroshima to the Death of the Dinosaurs

https://www.lrb.co.uk/the-paper/v48/n11/steven-shapin/barrel-of-greenbacks
13•mitchbob•2d ago•2 comments
Open in hackernews

Use AI for reviewing code especially when the diff is huge

https://simianwords.bearblog.dev/you-should-use-ai-for-reviewing-code-especially-when-the-diff-is-huge/
5•simianwords•3h ago

Comments

voidUpdate•1h ago
I can't tell if the title is a joke or not, the article seems to give some very good reasons why you shouldn't use an LLM to review pull requests
loloquwowndueo•1h ago
If someone asks you for a code review and you turn your LLM loose to do it - you’re doing nothing. Just tell the requester you can’t be bothered and have them ask their LLM to do the review directly.

Relaying one LLMs output to another is very poor use of a human’s time.

simianwords•1h ago
I don't think I was able to express my point well.

I'm specifically not asking you to run your LLM lose on it. I'm asking you to add the specific knowledge that you have that the author/LLM doesn't to the review. I tried to jot down such examples in the post.

stavros•20m ago
Your point was expressed well and makes sense. I tend to have the LLM explain the PR to me and I'll do a back and forth with it on the various decisions in the PR and their ramifications. That seems like a better way than reviewing every line, and agrees with your point in the post.
meander_water•1h ago
> I don't think you should waste time reviewing every single line of code in here and just use AI to review it!

> What you bring is the knowledge that the author nor the LLM doesn't know.

How can you possibly know what relevant context to provide the LLM unless you read the 10k loc? Now you've wasted double the time.

cadamsdotcom•1h ago
You can radically reduce your review burden but you can’t eliminate it - review is the part where you make your code good.

But whatever you see in review, you must add to a review checklist for the agent. You do this so you never have to check for that thing again.

Example: https://github.com/cadamsdotcom/CodeLeash/blob/main/.claude/...

(Use AGENTS.md or whatever agent docs you use, to tell your agent to review after it’s done working but before it stops.)

Congratulations! After you added hundreds more items to the agent’s review checklist, that work you did to build the checklist has automated the first 90% of the work. The second 90% is still.. reviewing the code. So no, you can’t escape code review.

It’s an asymptote. And it’s part of your job as a professional.

ForHackernews•52m ago
> your line by line reviews have no place here.

I'll believe that once AIs stop outputting garbage code that spends 15 lines defensively checking for situations that can never occur or re-implementing their own URL-parsing logic instead of using a library.

Maybe Fable is better at this? Maybe there's a set of prompts or skills that will reduce these tendencies?

KevinMS•29m ago
I'm 100% opposed to AI generating my code, but I could see myself using it as an advanced linter. I suspect this will be considered best practices after the AI Slopocalypse