frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Which Collatz numbers do Busy Beavers simulate (if any)?

https://gbragafibra.github.io/2025/10/16/collatz_ant11.html
28•Fibra•5d ago

Comments

LegionMammal978•2h ago
To the extent that some champion machines have Collatz-like behavior, it's usually not by iterating a function with randomized scale factors until the value hits zero (like in the original Collatz iteration), but instead by iterating a function with a fixed scale factor until it hits a certain modular value.

E.g., the BB(5) machine [0] repeatedly multiplies a unary counter by 5/3 and adds a small offset, until the value becomes 2 mod 3 and the machine halts. In further domains, these kinds of "halt once a certain modular value is reached" conditions are used to terminate iterated exponentiation and higher operations.

The main similarity with the original Collatz iteration is that the machines repeatedly divide out a certain factor to produce a pseudorandom stream of remainders. In some cases, a machine measures a statistical property of the stream that is expected to hold forever, but cannot easily be proven to do so, as in the infamous Hydra/Antihydra machines [1].

Somewhat curiously, a candidate for the BB(3,3) champion machine [2] does not use any sort of Collatz-like modular-value conditions. Instead, it repeatedly samples points and compares them against the subdivisions of a sort of Cantor set, until one of the points perfectly hits the edge of a subdivision. It's expected to halt after roughly 10^135 iterations.

[0] https://wiki.bbchallenge.org/wiki/5-state_busy_beaver_winner

[1] https://www.sligocki.com/2024/07/06/bb-6-2-is-hard.html

[2] https://wiki.bbchallenge.org/wiki/1RB2LC1RC_2LC---2RB_2LA0LB...

I spent a year making an ASN.1 compiler in D

https://bradley.chatha.dev/blog/dlang-propaganda/asn1-compiler-in-d/
176•BradleyChatha•4h ago•71 comments

PyTorch Monarch

https://pytorch.org/blog/introducing-pytorch-monarch/
233•jarbus•7h ago•34 comments

Antislop: A framework for eliminating repetitive patterns in language models

https://arxiv.org/abs/2510.15061
12•Der_Einzige•39m ago•10 comments

The game theory of how algorithms can drive up prices

https://www.quantamagazine.org/the-game-theory-of-how-algorithms-can-drive-up-prices-20251022/
127•isaacfrond•5h ago•81 comments

VST3 audio plugin format is now MIT

https://forums.steinberg.net/t/vst-3-8-0-sdk-released/1011988
537•rock_artist•11h ago•125 comments

Google flags Immich sites as dangerous

https://immich.app/blog/google-flags-immich-as-dangerous
1283•janpio•20h ago•542 comments

Unconventional Ways to Cast in TypeScript

https://wolfgirl.dev/blog/2025-10-22-4-unconventional-ways-to-cast-in-typescript/
9•Bogdanp•3h ago•0 comments

CRDTs: Convergence without coordination

https://read.thecoder.cafe/p/crdt
45•0xKelsey•1w ago•19 comments

Google Earth AI expanding access around the globe

https://blog.google/technology/research/new-updates-and-more-access-to-google-earth-ai/
5•diogenico•17m ago•1 comments

Programming with Less Than Nothing

https://joshmoody.org/blog/programming-with-less-than-nothing/
326•signa11•11h ago•113 comments

VectorWare – from creators of `rust-GPU` and `rust-CUDA`

https://www.vectorware.com/blog/announcing-vectorware/
14•ashvardanian•1h ago•7 comments

Show HN: Deta Surf – An open source and local-first AI notebook

https://github.com/deta/surf
66•mxek•5h ago•26 comments

Compiler for "Easy" language from "Etudes for Programmers" book (1978)

https://github.com/begoon/easy
14•begoon•1w ago•6 comments

Scripts I wrote that I use all the time

https://evanhahn.com/scripts-i-wrote-that-i-use-all-the-time/
1142•speckx•1d ago•327 comments

Nango (YC W23) is hiring staff back-end engineers (remote)

https://www.nango.dev/careers
1•bastienbeurier•5h ago

Radios, how do they work? (2024)

https://lcamtuf.substack.com/p/radios-how-do-they-work
180•aqrashik•11h ago•44 comments

Show HN: Nostr Web – decentralized website hosting on Nostr

https://nweb.shugur.com
11•karihass•2h ago•4 comments

Which Collatz numbers do Busy Beavers simulate (if any)?

https://gbragafibra.github.io/2025/10/16/collatz_ant11.html
28•Fibra•5d ago•1 comments

Accessing Max Verstappen's passport and PII through FIA bugs

https://ian.sh/fia
564•galnagli•22h ago•128 comments

Karpathy on DeepSeek-OCR paper: Are pixels better inputs to LLMs than text?

https://twitter.com/karpathy/status/1980397031542989305
367•JnBrymn•1d ago•146 comments

SpaceX disables 2,500 Starlink terminals allegedly used by Asian scam centers

https://arstechnica.com/tech-policy/2025/10/starlink-blocks-2500-dishes-allegedly-used-by-myanmar...
193•jnord•5h ago•168 comments

Run interactive commands in Gemini CLI

https://developers.googleblog.com/en/say-hello-to-a-new-level-of-interactivity-in-gemini-cli/
191•ridruejo•1w ago•68 comments

JMAP for Calendars, Contacts and Files Now in Stalwart

https://stalw.art/blog/jmap-collaboration/
369•StalwartLabs•23h ago•179 comments

US axes website for reporting human rights abuses by US-armed foreign forces

https://www.bbc.com/news/articles/cqx30vnwd4do
647•tartoran•2h ago•333 comments

Ask HN: Does anyone have scans of these missing PC Plus issues (1991–1993)?

107•billpg•1w ago•30 comments

C64 Blood Money

https://lemmings.info/c64-blood-money/
114•mariuz•8h ago•25 comments

Ovi: Twin backbone cross-modal fusion for audio-video generation

https://github.com/character-ai/Ovi
302•montyanderson•21h ago•110 comments

We need to start doing web blocking for non-technical reasons

https://utcc.utoronto.ca/~cks/space/blog/web/WeShouldBlockForSocialReasons?showcomments
42•birdculture•3h ago•21 comments

Why SSA?

https://mcyoung.xyz/2025/10/21/ssa-1/
206•transpute•21h ago•88 comments

Element: setHTML() method

https://developer.mozilla.org/en-US/docs/Web/API/Element/setHTML
248•todsacerdoti•1d ago•135 comments