frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

He Jiankui PhD Thesis: Spontaneous Emergence of Hierarchy in Biological Systems (2010)

https://repository.rice.edu/server/api/core/bitstreams/85449216-b2ec-4519-87cf-83eafe4534e7/content
26•gradus_ad•7h ago

Comments

turtleyacht•6h ago
Would be interesting to extend to observations of chaos or entropy one level above each recognizable hierarchy, forcing a new organizing paradigm.
AndrewKemendo•5h ago
I believe I’ve done that here:

https://kemendo.com/GTC.pdf

dboreham•5h ago
(2011)
pazimzadeh•5h ago
After reading the abstract I'm not sure what they are trying to prove. None of their examples are relevant to "spontaneous" emergence of hierarchy, they are all somehow tied to environmental or economic factors.

Hierarchy is definitely useful in some cases but has interesting tradeoffs. In emergency conditions it's very useful to have a strong hierarchy (especially if the leader has experience with that type of emergency), but during 'good times' strong top-down regulation represses creativity and adaptability.

Alternating between phases of hierarchy to consolidate good ideas from phases with high generation of ideas/diversity is probably ideal, and is probably what I would have looked into if I was studying hierarchy.

I'm going to read more of the thesis to be sure, but part about VDJ recombination seems tenuous - the fact that some aspects of VDJ recombination are regulated or vary between individuals shouldn't surprise anyone since environments and diseases vary all over the world. It's also not a new finding.

Here's some better reading about the origins of antigen receptor diversity, or as some people call it, the Generation of Diversity (GOD):

Another manifestation of GOD (2004) https://www.nature.com/articles/430157a

Evolutionarily conserved TCR binding sites, identification of T cells in primary lymphoid tissues, and surprising trans-rearrangements in nurse shark (2010) https://pubmed.ncbi.nlm.nih.gov/20488795/

Evidence of G.O.D.’s Miracle: Unearthing a RAG Transposon (2017) https://pmc.ncbi.nlm.nih.gov/articles/PMC5428540/

Origin of immunoglobulins and T cell receptors: A candidate gene for invasion by the RAG transposon (2025) https://pubmed.ncbi.nlm.nih.gov/40614193/

edit, did not realize this was written by the He Jiankui, https://en.wikipedia.org/wiki/He_Jiankui#Human_gene-editing_...

Makes sense that his thesis was in biophysics, not in biology itself. in a biology department someone would probably have disillusioned him of his top-down control tendencies

dillydogg•4h ago
I was going to say that I was taught that VDJ recombination is pseudo-random at best, working generally from proximal to distal segments.
krackers•5h ago
For context, I think this is the same infamous

https://en.wikipedia.org/wiki/He_Jiankui

https://knowyourmeme.com/memes/people/jiankui-he

hereme888•1h ago
Dude genetically engineered babies to be immune to HIV.

I bet this guy is flush with money offers despite the ethics and legality of what he does, and the years he spent in jail.

jryb•59m ago
No one will touch this guy with a ten foot pole. Nothing he did technically was novel - it was just that everyone who had the skills to edit an embryo was unwilling and uninterested in doing so. Having him as part of your organization basically broadcasts to the world that you’re going to be doing wildly unethical things. Not a great path to commercialization of any therapeutic.
bglazer•5h ago
He Jiankui is better known for performing the first germ-line (i.e. inheritable by children) genome editing of humans.
chermi•4h ago
Lost me at "The main theme of biology in twentieth-century is an attempt to reduce biological phenomena to the behavior of molecules". Maybe the theme of biophysics in the 80s-2000s, but certainly not all of biology. Evolution? The central dogma? The cell + DNA+ evolution is what I'd put as the main themes. At least toward the end of century in biophysics the ideas of emergence and hierarchy can be found in any biology or biophysics textbook.

Having done it myself, I really hate the apparently irresistible pull to set up a straw man of your field in the abstract/intro then saying your minor results resolve it. I guess it's part of science now, but I wish it could at least be confined to job talks(1).

Continuing "We argue here that "hierarchy" is a critical level of biological organization". Welcome to the club. Again, any biology/biophysics textbook worth its salt from the 90s on (conservatively) would include probably by page 50 a picture/discussion of the multiple scales involved and probably even mention hierarchical organization explicitly.

It's just hard to take seriously. What is he actually trying to prove/show? Searching Google scholar Im prematurely concluding he applied existing clustering methods (clustering was very sexy in statistical physics right around 2010) and found some modularity across scales. You couldn't throw a rock 10 feet in a physics/biophysics department around that time without finding someone doing some clustering study to show some modular/hierarchical structure in some biological or otherwise "complex" system (trade networks in his case).

Bah I think I'm just in a bad mood lol don't mind me.

Edit- I just noticed he threw in spontaneous. I don't understand what that adds to the description besides making it sound more complicated.

(1) Which reminds me of one job talk I sat in (physics department) where the speaker tried to pass off levinthal's "paradox" of protein folding as unresolved until he graced the field with his brilliance. Maybe he thought no one in the department knew anything about proteins? I was almost impressed by the boldness.

hereme888•1h ago
I had GPT-5 summarize those 200 pages. Forgot to remove the "robot" personality, and initially provided a bunch of engineering-oriented concepts as "summary". Quite an interesting take:

Non-robot version:

Complex systems stay healthy when they have a small, stable core and a flexible edge. Put the non-negotiables in the core (e.g., data formats, auth, money flows) and keep them steady; let everything else move fast behind small, well-defined “doors.” This makes changes safer and keeps failures from spreading.

Watch for early warning signs of fragility by taking a simple weekly snapshot of “who talks to whom.” If you see more cross-team links, features that touch many parts at once, rising shared state, slower reviews, and more incidents at the same time, the structure is getting tangled. Short term, act like traffic control: add queues, throttle chatty components, turn off non-essential cross-links, and put a clear decision point in the middle until things calm down. Then clean up: shrink interfaces, move logic back into the right modules, delete shortcuts, and keep the core small.

For fast-changing threats or products (like flu strains or quick-iterating models), run a rolling check: each month, map new versions by “how different from today’s target” and “how common.” When a new cluster is far enough away and growing, switch targets or branch a new baseline. Weight recent data more so you react quickly, but keep older patterns around for backup.

Robot/Nerd version:

Many complex systems work best when built as hierarchical modules: a small, stable kernel (shared rules or core services) and a faster-evolving periphery connected through narrow, explicit interfaces. Define the kernel by a dependency graph’s center (k-core, betweenness, in-degree) and freeze it between releases; let the periphery change under tests that enforce interface contracts and resource ownership. This structure increases robustness to shocks and preserves evolvability.

Instrument the system as a time-sliced interaction graph and track structure: modularity (Q) (Newman–Girvan), hierarchy indices (Krackhardt (H), cophenetic correlation from a dendrogram), depth via k-core levels, density, clustering, and assortativity. Use control charts or EWMA to flag regime shifts; a “flattening” pattern is falling (H)/cophenetic, falling (Q), rising density without added depth. When flagged, respond with high-leverage moves: restore module boundaries, add buffers/queues, reduce cross-module coupling, and if needed apply temporary central coordination during the acute phase, then return authority to modules once metrics normalize.

For fast-drift domains (e.g., influenza strains or rapidly iterated model versions), run a rolling pipeline: monthly sequence or feature alignment; compute an effect-relevant distance (e.g., epitope-weighted “p_epitope” for HA, or capability-weighted deltas for models); embed to 2D (MDS/UMAP) and cluster (DBSCAN/HDBSCAN); declare an emerging cluster when its centroid crosses a pre-validated distance threshold from the reference and its prevalence or growth rate exceeds your preset cutoff; act (update vaccine strain/target or branch a new baseline). Maintain a recency-weighted memory that favors the newest clusters while retaining older patterns for baseline coverage.

Why is Zig so cool?

https://nilostolte.github.io/tech/articles/ZigCool.html
244•vitalnodo•7h ago•130 comments

Snapchat open-sources Valdi a cross-platform UI framework

https://github.com/Snapchat/Valdi
172•yehiaabdelm•5h ago•40 comments

Becoming a Compiler Engineer

https://rona.substack.com/p/becoming-a-compiler-engineer
172•lalitkale•8h ago•70 comments

Mullvad: Shutting down our search proxy Leta

https://mullvad.net/en/blog/shutting-down-our-search-proxy-leta
91•holysoles•5h ago•42 comments

Myna: Monospace typeface designed for symbol-heavy programming languages

https://github.com/sayyadirfanali/Myna
235•birdculture•11h ago•89 comments

How did I get here?

https://how-did-i-get-here.net/
191•zachlatta•10h ago•33 comments

Immutable Software Deploys Using ZFS Jails on FreeBSD

https://conradresearch.com/articles/immutable-software-deploy-zfs-jails
50•vermaden•5h ago•17 comments

Why I love OCaml (2023)

https://mccd.space/posts/ocaml-the-worlds-best/
313•art-w•16h ago•212 comments

Ruby Solved My Problem

https://newsletter.masilotti.com/p/ruby-already-solved-my-problem
205•joemasilotti•11h ago•78 comments

Cerebras Code now supports GLM 4.6 at 1000 tokens/sec

https://www.cerebras.ai/code
52•nathabonfim59•6h ago•25 comments

YouTube Removes Windows 11 Bypass Tutorials, Claims 'Risk of Physical Harm'

https://news.itsfoss.com/youtube-removes-windows-11-bypass-tutorials/
512•WaitWaitWha•9h ago•185 comments

Can you save on LLM tokens using images instead of text?

https://pagewatch.ai/blog/post/llm-text-as-image-tokens/
9•lpellis•6d ago•4 comments

Show HN: Find matching acrylic paints for any HEX color

https://acrylicmatch.com/
11•dotspencer•4d ago•4 comments

FSF40 Hackathon

https://www.fsf.org/events/fsf40-hackathon
70•salutis•4d ago•1 comments

How a devboard works (and how to make your own)

https://kaipereira.com/journal/build-a-devboard
60•kaipereira•7h ago•8 comments

How to find your ideal customer, right away

https://www.reifyworks.com/writing/2023-01-30-iicp
6•mrbbk•4d ago•2 comments

Venn Diagram for 7 Sets

https://moebio.com/research/sevensets/
109•bramadityaw•3d ago•24 comments

Transducer: Composition, abstraction, performance (2018)

https://funktionale-programmierung.de/en/2018/03/22/transducer.html
89•defmarco•3d ago•2 comments

Running a 68060 CPU in Quadra 650

https://github.com/ZigZagJoe/Macintosh-Q650-68060
20•zdw•4h ago•1 comments

Local First Htmx

https://elijahm.com/posts/local_first_htmx/
11•srid•3h ago•6 comments

Angel Investors, a Field Guide

https://www.jeanyang.com/posts/angel-investors-a-field-guide/
126•azhenley•13h ago•27 comments

Using the Web Monetization API for fun and profit

https://blog.tomayac.com/2025/11/07/using-the-web-monetization-api-for-fun-and-profit/
47•tomayac•7h ago•9 comments

Analysis of Hedy Lamarr's Contribution to Spread-Spectrum Communication

https://researchers.one/articles/24.01.00001v4
49•drmpeg•6h ago•36 comments

Oddest ChatGPT leaks yet: Cringey chat logs found in Google Analytics tool

https://arstechnica.com/tech-policy/2025/11/oddest-chatgpt-leaks-yet-cringey-chat-logs-found-in-g...
29•vlod•2h ago•7 comments

Shell Grotto: England's mysterious underground seashell chamber

https://boingboing.net/2025/09/05/shell-grotto-englands-mysterious-underground-seashell-chamber.html
18•the-mitr•3d ago•6 comments

Ribir: Non-intrusive GUI framework for Rust/WASM

https://github.com/RibirX/Ribir
52•adamnemecek•9h ago•7 comments

Why I love my Boox Palma e-reader

https://minimal.bearblog.dev/why-i-love-my-boox-palma-e-reader/
49•pastel5•5d ago•21 comments

VLC's Jean-Baptiste Kempf Receives the European SFS Award 2025

https://fsfe.org/news/2025/news-20251107-01.en.html
285•kirschner•9h ago•48 comments

James Watson has died

https://www.nytimes.com/2025/11/07/science/james-watson-dead.html
278•granzymes•10h ago•151 comments

FAA to restrict commercial rocket launches to overnight hours

https://www.space.com/space-exploration/launches-spacecraft/faa-restricts-commercial-rocket-launc...
125•bookmtn•7h ago•61 comments