frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

"IT WoRKs BeTter in the App "

https://shkspr.mobi/blog/2026/08/it-works-better-in-the-app/
130•blenderob•1h ago•42 comments

OpenAI: Migrating to HTTPX2

https://github.com/openai/openai-python/blob/main/httpx2.md
84•tosh•2h ago•39 comments

Get your Windows license refund

https://en.refund4freedom.org/
24•smartmic•30m ago•5 comments

Inception-style curved map for turn-by-turn directions

https://www.orbify.eu/demo/
47•smoser•1h ago•17 comments

Hilariously Fast Volume Computation with the Divergence Theorem

https://alyssarosenzweig.ca/blog/hilariously-fast-volume-computation-with-the-divergence-theorem....
154•luu•5h ago•32 comments

I Used AWS Cognito for a Startup. I Wouldn't Do It Again

https://joshkaramuth.com/blog/aws-cognito-authentication-startup-nightmare/
23•speckx•52m ago•15 comments

Interactive pattern discovery in binaries (FF-16-TUI)

https://github.com/HexLasso/FF-16-TUI
14•HexLasso•1h ago•0 comments

EPA says power for data centers can sidestep pollution laws

https://www.epa.gov/newsreleases/epa-issues-permitting-guidance-further-president-trumps-agenda-p...
73•Levitating•51m ago•29 comments

U.S. Sanctions Against the a/I Collective

https://www.inventati.org/
74•exiguus•1h ago•36 comments

Pentagon's blacklisting of Anthropic was unlawful, US judge rules

https://www.reuters.com/legal/government/us-judge-blocks-pentagons-anthropic-blacklisting-2026-08...
187•softwaredoug•2h ago•64 comments

Advertisers Could Soon Demand 'Verified Clicks'

https://www.amediaoperator.com/news/advertisers-could-soon-demand-verified-clicks/
19•thm•2h ago•10 comments

Luanti removed from Google Play due to baseless AI copyright notice

https://blog.luanti.org/2026/08/27/luanti-dmca-tracer-ai/
153•miniBill•7h ago•51 comments

Show HN: SubSmith – Turn your own videos into language-learning material

https://subsmith.app
31•IbrahimF96•3h ago•37 comments

Saving 100 terabytes of memory by optimizing 1.1.1.1's DNS cache

https://blog.cloudflare.com/dns-cache-memory-optimization-1111/
838•TangerineDream•20h ago•246 comments

Interactive Warhammer 40k Galaxy Map – Cartographia Imperialis

https://cartographia40k.com/
63•gbxyz•5h ago•13 comments

Bhartrhari's Paradox

https://www.futilitycloset.com/2026/08/18/bhartrharis-paradox/
11•surprisetalk•2h ago•4 comments

httpx2

https://github.com/pydantic/httpx2
10•tosh•2h ago•4 comments

Small Models Have Arrived

https://calv.info/small-models-have-arrived
716•tosh•22h ago•312 comments

Show HN: Talos – An AI agent with a permission kernel between model and shell

https://talos-agent.ch/
13•kurdman_007•1h ago•3 comments

What Running Kafka on VMs Taught Us About Systems Thinking

https://engineering.moniepoint.com/what-running-kafka-on-vms-taught-us-about-systems-thinking
8•yeame•1h ago•4 comments

GoGoGrandparent (YC S16) is hiring back end engineers

https://www.ycombinator.com/companies/gogograndparent/jobs/2vbzAw8-backend-engineer
1•davidchl•10h ago

ALMA Reveals Long-Lived Hotspots on Betelgeuse's Bubbling Surface

https://www.almaobservatory.org/en/audiences/alma-reveals-long-lived-hotspots-on-betelgeuses-bubb...
9•layer8•2h ago•0 comments

507 Mechanical Movements

https://507movements.com/
629•helloplanets•1d ago•76 comments

Sovereign Tech Agency invests €500k in Flatpak

https://modal.cx/blog/announcing-flatpak-sta/
211•eigenspace•8h ago•120 comments

Smaller reactors bring nuclear power closer to fulfilling its promise

https://www.nature.com/articles/d41586-026-02506-4
32•sohkamyung•1h ago•35 comments

Doctors are finally learning to manage antidepressant withdrawal

https://www.newscientist.com/article/2584861-antidepressant-withdrawal-symptoms-are-prompting-a-r...
209•eutropheon•15h ago•228 comments

Terry Rozier and the Teleprompt Operator

https://iainschmitt.com/post/terry-rozier-and-the-teleprompt-operator
7•surprisetalk•1h ago•0 comments

Show HN: OpenTIE and OpenXWA, Modern Ports of Tie Fighter and X-Wing Alliance

https://github.com/elyosh/OpenTIE/
197•elyosh•16h ago•48 comments

Gemini-3.5-Transcribe

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5-transcribe/
324•k9294•20h ago•110 comments

We found a division by zero bug in FFmpeg with a vibecoded fuzzer

https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/24290
272•dclavijo•20h ago•236 comments
Open in hackernews

A Taxonomy of Bugs

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

Comments

mannykannot•1y 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•1y 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•1y 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•1y 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•1y 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•1y ago
Congratz, you've invented regression tests.
quantadev•1y 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•1y 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•1y ago
> And my intentions were not to belittle, but to praise.

With the stock eyeroll dismissal phrase.

alilleybrinker•1y 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•1y 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•1y 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•1y ago
John Carmack uses a debugger
quantadev•1y 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•1y ago
Good thing he has knights in shining armor like you to defend him from my nasty insults.
quantadev•1y ago
Good thing you can admit what you were doing.
bheadmaster•1y ago
Good thing you can understand sarcasm.
quantadev•1y ago
but your sarcasm was truthful.
bheadmaster•1y ago
but it wasn't.
quantadev•1y ago
Well in that case...Congratz, you've invented sarcasm.
bheadmaster•1y ago
Congratz, you've invented obnoxiousness.
quantadev•1y ago
Not "independently reinvented" ?
readthenotes1•1y ago
I was aware of unit testing before it had a name ... Desperation is the mother of intervention
quantadev•1y ago
Yep, I "independently reinvent" the wheel every day I guess, because I, ya know...use wheels.