Browser MMORPG Updated 2025-07-16
MUD (game genre) Updated 2025-07-16
Galaxies nearest the Milky Way Updated 2025-07-16
The first proper galaxy near the Milky Way is the Andromeda Galaxy. Everything else in the middle is a satellite of either of of those.
Milky Way satellite galaxy Updated 2025-07-16
Sagittarius A Updated 2025-07-16
Zone of Avoidance Updated 2025-07-16
Arm of the Milky Way Updated 2025-07-16
Carbon microphone Updated 2025-07-16
Condenser microphone Updated 2025-07-16
Excretion Updated 2025-07-16
Flux balance analysis Updated 2025-07-16
Metabolite Updated 2025-07-16
Metabolome Updated 2026-08-21
Metabolic pathway Updated 2025-07-16
Some notable examples:
Messaging software that force you to have a mobile phone Updated 2025-07-16
Chat programs that don't have a proper web-only operation and force you to have a mobile phone, e.g. WhatsApp.
Heck, even Signal, which is supposed to be super secure and good for your privacy, forces you to disclose your freaking cell phone to all contacts! lifehacker.com/how-to-use-signal-without-revealing-your-private-phone-1818996580
Serverless browser P2P chat Updated 2025-07-16
It seems impossible to avoid the signaling server. With signaling server:
Email Updated 2025-07-16
Ciro Santilli's email can be found by cloning one of his repositories on GitHub. It is also given at: Section "How to contact Ciro Santilli".
Instant messaging Updated 2025-07-16
C++ memory model Updated 2025-07-16
How to reference a book in Wikipedia markup? Updated 2025-07-16
Their reference markup is incredibly overengineered, convoluted, and underdocumented, it is unbelivable!
Use the reference:
This is a fact.{{sfn|Schweber|1994|p=487}}Define the reference:
===Sources===
{{refbegin|2|indent=yes}}
*{{Cite book|author-link=Silvan S. Schweber |title=QED and the Men Who Made It: Dyson, Feynman, Schwinger, and Tomonaga|last=Schweber|first=Silvan S.|location=Princeton|publisher=University Press|year=1994 |isbn=978-0-691-03327-3 |url=https://archive.org/details/qedmenwhomadeitd0000schw/page/492 |url-access=registration}}
{{refend}}sfn is magic and matches the the author last name and date from the Cite, it is documented at: en.wikipedia.org/wiki/Template:SfnUnforutunately, if there are multiple duplicate
Cites inline in the article, it will complain that there are multiple definitions, and you have to first factor out the article by replacing all those existing Cite with sfn, and keeping just one Cite at the bottom. What a pain...You can also link to a specific page of the book, e.g. if it is a book is on Internet Archive Open Library with:
{{sfn|Murray|1997|p=[https://archive.org/details/supermenstory00murr/page/86 86]}}For multiple pages should use
pp= instead of p=. Does not seem to make much difference on the rendered output besides showing p. vs pp., but so be it:{{sfn|Murray|1997|pp=[https://archive.org/details/supermenstory00murr/page/86 86-87]}} There are unlisted articles, also show them or only show them.
