frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Cloud Fraud Defence is just WEI repackaged

https://privatecaptcha.com/blog/google-cloud-fraud-defence-wei/
357•ribtoks•4h ago•166 comments

Cartoon Network Flash Games

https://www.webdesignmuseum.org/flash-game-exhibitions/cartoon-network-flash-games
96•willmeyers•1h ago•39 comments

Serving a Website on a Raspberry Pi Zero Running in RAM

https://btxx.org/posts/memory/
112•xngbuilds•3h ago•44 comments

An Introduction to Meshtastic

https://meshtastic.org/docs/introduction/
267•ColinWright•7h ago•106 comments

A web page that shows you everything the browser told it without asking

https://sinceyouarrived.world/taken
286•mwheelz•5h ago•154 comments

PC Engine CPU

https://jsgroth.dev/blog/posts/pc-engine-cpu/
80•ibobev•4h ago•25 comments

Apple, Intel have reached preliminary chip-making deal

https://www.reuters.com/business/apple-intel-have-reached-preliminary-chip-making-deal-wsj-report...
59•scrlk•58m ago•18 comments

Poland is now among the 20 largest economies

https://apnews.com/article/poland-economy-growth-g20-gdp-26fe06e120398410f8d773ba5661e7aa
712•surprisetalk•5h ago•613 comments

Rumors of my death are slightly exaggerated

1073•CliffStoll•2d ago•139 comments

Show HN: Git for AI Agents

https://github.com/regent-vcs/re_gent
56•doshay•4h ago•31 comments

Cloudflare to cut about 20% of its workforce

https://www.reuters.com/business/world-at-work/cloudflare-cut-over-1100-jobs-2026-05-07/
1172•PriorityLeft•22h ago•821 comments

Mojo 1.0 Beta

https://mojolang.org/
152•sbt567•15h ago•121 comments

Podman rootless containers and the Copy Fail exploit

https://garrido.io/notes/podman-rootless-containers-copy-fail/
77•ggpsv•5h ago•14 comments

Canvas online again as ShinyHunters threatens to leak schools’ data

https://www.theverge.com/tech/926458/canvas-shinyhunters-breach
871•stefanpie•20h ago•574 comments

US Government releases first batch of UAP documents and videos

https://www.war.gov/UFO/
125•david-gpu•6h ago•220 comments

Bjarne Stroustrup: How do I deal with memory leaks?

https://www.stroustrup.com/bs_faq2.html#memory-leaks
17•theanonymousone•1h ago•3 comments

Maybe you shouldn't install new software for a bit

https://xeiaso.net/blog/2026/abstain-from-install/
762•psxuaw•19h ago•402 comments

David Attenborough's 100th Birthday

https://www.bbc.com/news/articles/cp3pww9g0p5o
85•defrost•6h ago•4 comments

GeoJSON

https://geojson.org/
121•tosh•8h ago•57 comments

Dirtyfrag: Universal Linux LPE

https://www.openwall.com/lists/oss-security/2026/05/07/8
754•flipped•23h ago•305 comments

The surprisingly complex journey to text-selectable client-side generated PDFs

https://sdocs.dev/blogs/journey-to-pdf-generation
57•FailMore•1d ago•51 comments

ClojureScript Gets Async/Await

https://clojurescript.org/news/2026-05-07-release
243•Borkdude•11h ago•59 comments

Ask HN: We just had an actual UUID v4 collision...

145•mittermayr•10h ago•153 comments

The map that keeps Burning Man honest

https://www.not-ship.com/burning-man-moop/
738•speckx•1d ago•339 comments

The Disappearance of the Public Bench

https://placesjournal.org/article/the-disappearance-of-the-public-bench/
97•cainxinth•1d ago•111 comments

Pinocchio is weirder than you remembered

https://storica.club/blog/pinocchio-in-italian/
267•cemsakarya•2d ago•111 comments

Inventing Cyrillic (2024)

https://www.historytoday.com/archive/history-matters/inventing-cyrillic
36•lermontov•2d ago•72 comments

QBE – Compiler Back End

https://c9x.me/compile/
73•smartmic•11h ago•21 comments

Dithering with CSS

https://ikesau.co/blog/dithering-with-css/
104•speckx•4d ago•29 comments

Agents need control flow, not more prompts

https://bsuh.bearblog.dev/agents-need-control-flow/
559•bsuh•1d ago•272 comments
Open in hackernews

A Taxonomy of Bugs

https://ruby0x1.github.io/machinery_blog_archive/post/a-taxonomy-of-bugs/index.html
52•lissine•12mo ago

Comments

mannykannot•12mo ago
Here's a step 0 for your debugging strategy: spend a few minutes thinking about what could account for the bug. Prior to its occurrence, you are thinking about what could go wrong, but now you are thinking about what did go wrong, which is a much less open-ended question.
marginalia_nu•11mo ago
I've had large success by treating the bug as a binary search problem as soon as I identify an initial state that's correct and a terminal state that's incorrect. It seems like a lot of work, but that's underestimating just how fast binary searches are.

Depends of course on the nature of the bug whether it's a good strategy.

readthenotes1•12mo ago
I was such a bad developer that I realized I had to automate the re-running of parts of the system to find the bugs.

Of course, the code I wrote to exercise the code I wrote had bugs, but usually I wouldn't make offsetting errors.

It didn't fix all the problems I made, but it helped. And it helped to have the humility when trying to fix code to realize I wouldn't get it the first time, so should automate replication

bheadmaster•12mo ago
> I had to automate the re-running of parts of the system to find the bugs

Congratz, you've independently invented integration tests.

tough•12mo ago
I don't always test but adding a lil test after finding and fixing a bug so you don't end up there again a second time is a great practice
bheadmaster•11mo ago
Congratz, you've invented regression tests.
quantadev•11mo ago
Congrats, you've found someone who failed to invoke a buzzword that you know.

EDIT: But Acktshally `the code I wrote to exercise the code I wrote` is a description of "Unit Testing", not integration testing.

bheadmaster•11mo ago
Unit/integration tests are anything but a buzzword. And my intentions were not to belittle, but to praise.

Some actions simply make so much sense to do, that any sensible person (unaware of the concept) will start doing them given enough practice, and in process they "reinvent" a common method.

keybored•11mo ago
> And my intentions were not to belittle, but to praise.

With the stock eyeroll dismissal phrase.

quantadev•11mo ago
As far as you knew that guy was aware what Unit Testing was since well before you were born. lol. I'm sure he appreciates all your nice compliments.
bheadmaster•11mo ago
Good thing he has knights in shining armor like you to defend him from my nasty insults.
quantadev•11mo ago
Good thing you can admit what you were doing.
bheadmaster•11mo ago
Good thing you can understand sarcasm.
quantadev•11mo ago
but your sarcasm was truthful.
bheadmaster•11mo ago
but it wasn't.
quantadev•11mo ago
Well in that case...Congratz, you've invented sarcasm.
bheadmaster•11mo ago
Congratz, you've invented obnoxiousness.
quantadev•11mo ago
Not "independently reinvented" ?
readthenotes1•11mo ago
I was aware of unit testing before it had a name ... Desperation is the mother of intervention
quantadev•11mo ago
Yep, I "independently reinvent" the wheel every day I guess, because I, ya know...use wheels.
alilleybrinker•11mo ago
There's also the Common Weakness Enumeration (CWE), a long-running taxonomy of software weaknesses (meaning types of bugs).

https://cwe.mitre.org/

Animats•11mo ago
The Third-Party Bug

Is the party responsible for the bug bigger than you? If yes, it's your problem. If no, it's their problem.

marginalia_nu•11mo ago
A subcategory of the design flaw I find quite a lot is the case where the code works exactly as intended, it's just not having the desired effect because of some erroneous premise.
djmips•11mo ago
John Carmack uses a debugger