Revision as of 21:37, 8 February 2023 editDavid Gerard (talk | contribs)Edit filter managers, Administrators213,093 edits tag more primary sources← Previous edit | Revision as of 21:43, 8 February 2023 edit undoGrayfell (talk | contribs)Extended confirmed users, Pending changes reviewers83,239 edits →Background: Source doesn't call him a "thinker".Next edit → | ||
Line 80: | Line 80: | ||
===Background=== | ===Background=== | ||
] in 2021]] | ] in 2021]] | ||
The Urbit platform was conceived of in 2002 by neo-reactionary |
The Urbit platform was conceived of in 2002 by neo-reactionary blogger ].<ref name=":2">{{cite web|url=https://www.theverge.com/2017/2/21/14671978/alt-right-mencius-moldbug-urbit-curtis-yarvin-tlon|title=Alt-right darling Mencius Moldbug wanted to destroy democracy. Now he wants to sell you web services|last=Lecher|first=Colin|date=2017-02-21|website=The Verge|access-date=2019-06-14}}</ref> The company has received ] funding from various investors since its inception, most notably ], whose ], with ] firm ] invested $1.1 million in the Tlon Corporation to help build out Urbit further.<ref>{{Cite book|title=Live Work Work Work Die: A Journey into the Savage Heart of Silicon Valley|last=Pein|first=Corey|publisher=Metropolitan Books|year=2018|isbn=9781627794862|location=New York|chapter=Poor Winners}}</ref> The platform has been described as "complicated for even the most seasoned of functional programmers".<ref name=reason>{{cite web|author=Andrea O'Sullivan |url=https://reason.com/2016/06/21/can-urbit-transform-the-internet/ |title=Can Urbit Reboot Computing? – |publisher=Reason.com |date=2016-06-21 |accessdate=2020-05-06}}</ref> | ||
===OS1=== | ===OS1=== |
Revision as of 21:43, 8 February 2023
Decentralized personal server platformUrbit tilde logo | |
Original author(s) | Curtis Yarvin, Tlon Corporation |
---|---|
Developer(s) | Community contributors, Tlon Corporation |
Initial release | 2013 |
Stable release | 1.10 / 28 July 2022; 2 years ago (2022-07-28) |
Repository | github |
Written in | Hoon, Nock, C |
Operating system | Linux, macOS, Windows |
Type | Decentralized personal server platform. |
License | MIT License |
Website | www |
Urbit is a decentralized personal server platform. The platform seeks to deconstruct the client-server model in favor of a federated network of personal servers in a peer-to-peer network with a consistent digital identity (an ID that remains the same when its underlying public key changes). The design seeks to give users control over their own computing by fixing the underlying issues that cause existing services on the web to centralize, notably: spam, system administration complexity, and development complexity.
Overview
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources. Find sources: "Urbit" – news · newspapers · books · scholar · JSTOR (February 2023) (Learn how and when to remove this message) |
The Urbit software stack consists of a set of programming languages ("Hoon," a high-level functional programming language, and "Nock," its low-level compiled language); a single-function operating system built on those languages ("Arvo"); a runtime implementation of that operating system ("Vere"), public key infrastructure, built on the Ethereum blockchain ("Azimuth"), for each instance of the operating system to participate in a decentralized network; and the decentralized network itself, an encrypted, peer-to-peer protocol running on top of the User Datagram Protocol.
The 128-bit Urbit ID space consists of 256 "galaxies" (2^8), 65,280 "stars" (2^16 - 256 galaxies), 4,294,901,760 "planets" (2^32 - 256 (galaxies) - 65,280 (stars)), and 2^64 - 2^32 "moons" with the rest of the space used for "comets".
Each galaxy can spawn 255 stars (2^8 - 1) and each galaxy and star can spawn 65,535 planets (2^16 - 1). Though spawning galaxy planets is currently disabled by Azimuth.
In addition, each galaxy, planet, and star can spawn 2^32 - 1 "moons" which are IDs that are subsidiary to the parent's ID.
The remaining large amount of address space is for "comets" which exist for use as temporary IDs (keys cannot be rotated) for users to test out the network.
Galaxies, Stars, and Planets can all be used on the network as permanent identities, but Galaxies and Stars have additional abilities.
Galaxies serve a governance role with each owner getting a vote "on documents and proposals for changes to the Ethereum contracts that govern the Urbit address space." They are also the root nodes of the urbit network hierarchy and today handle all urbit traffic routing.
Stars will eventually assist in routing traffic alongside Galaxies, but today they primarily spawn planets and act as the default source of system updates to those planets.
Planets are the most common permanent identity - they have keys that can be rotated, but no other special features.
Comets can be spawned by anyone via the urbit runtime "Vere". They are randomly created from the available comet address space which is large enough that accidentally spawning the same one twice is not necessary to worry about. Comets are 'temporary' primarily because their keys cannot be rotated separately from the ID name, and they cannot be 'breached' (have their state reset on the network).
Having a large, but limited set of IDs that have a low, but non-zero cost makes urbit resistant to spam since creating large amount of IDs when blocked is not economically viable (since comets and abusive IDs can be trivially blocked).
All IDs can be used to install (and distribute) applications. All IDs can communicate with other IDs on the urbit network. The most used application on urbit currently is a group chat application developed by Tlon.
Co-founder Galen Wolfe-Pauly claims that Urbit can provide a unified interface for applications akin to WeChat, with the critical difference that the end user retains control over their data.
Platform
Background
The Urbit platform was conceived of in 2002 by neo-reactionary blogger Curtis Yarvin. The company has received seed funding from various investors since its inception, most notably Peter Thiel, whose Founders Fund, with venture capital firm Andreessen Horowitz invested $1.1 million in the Tlon Corporation to help build out Urbit further. The platform has been described as "complicated for even the most seasoned of functional programmers".
OS1
Urbit OS1 launched in April 2020. This consisted of a group messaging app, a message board, a note-taking system, and several simple apps such as a clock and a weather meter.
Politics and controversy
In 2015, Yarvin's invitation to the Strange Loop conference was rescinded; the conference organizer said Yarvin's "mere inclusion and/or presence would overshadow the content of his talk." In 2016 after Urbit founder Curtis Yarvin was invited to the functional programming conference LambdaConf, five speakers and three sponsors withdrew their participation due to their stated opposition to Yarvin's political views.
The source code and design sketches for the project alluded to some of Yarvin's views, including initially classifying users as "lords," "dukes," and "earls." Yarvin and Tlon rejected any ideological associations with the project. Tlon CEO Galen Wolfe-Pauly said that "the principles of Urbit are very palatable ... we're interested in giving people their freedom." Andrea O'Sullivan of libertarian magazine Reason commented that "when you parse through the underlying values that guide the system, a rather libertarian ethos begins to emerge".
After seven years of working on the Urbit project, Yarvin departed Tlon in 2019. As part of his farewell blog post he emphasized that Urbit, "is not designed as a political structure" and "must be level and neutral."
See also
References
- "Urbit: A Solid-State Interpreter" (PDF). urbit.org. Archived (PDF) from the original on May 31, 2022. Retrieved October 22, 2022.
- "Urbit.org Overview". urbit.org. Archived from the original on August 5, 2022. Retrieved September 13, 2022.
- ^ Wolfe, Alexandra (2017). Valley of the Gods: A Silicon Valley Story. Simon and Schuster. pp. 219–222. ISBN 9781476778945.
- Alberico, Zach. "Tlon, Urbit, and Clawing Back Computing Freedom". Martian Computing.
- Yarvin, Curtis. "Urbit: functional programming from scratch". moronlab. Retrieved 8 February 2023.
- Jeff Meyerson (20 January 2017). "Urbit with Curtis Yarvin and Galen Wolfe-Pauly". Software Engineering Daily (Podcast). Event occurs at 8:55. Retrieved 21 June 2019.
- Yarvin, Curtis; Philip, Monk; Dyudin, Anton; Pasco, Raymond (May 26, 2016). "Urbit: A Solid-State Interpreter" (PDF). Tlon Corporation. Retrieved June 13, 2019.
- "An intro to Urbit names". urbit.live. urbit.live. Retrieved 6 February 2023.
- "Running a Galaxy". operators.urbit.org. Retrieved 8 February 2023.
- Alberico, Zach. "Tlon, Urbit, and Clawing Back Computing Freedom". Martian Computing.
- Weissmueller, Zach (2021-02-17). "How To Fight Deplatforming: Decentralize". Reason. Retrieved 2021-03-07.
- ^ Lecher, Colin (2017-02-21). "Alt-right darling Mencius Moldbug wanted to destroy democracy. Now he wants to sell you web services". The Verge. Retrieved 2019-06-14.
- Pein, Corey (2018). "Poor Winners". Live Work Work Work Die: A Journey into the Savage Heart of Silicon Valley. New York: Metropolitan Books. ISBN 9781627794862.
- ^ Andrea O'Sullivan (2016-06-21). "Can Urbit Reboot Computing? –". Reason.com. Retrieved 2020-05-06.
- Wolfe-Pauly, Galen. "Introducing OS 1". Urbit Blog. Retrieved 24 May 2020.
- Auerbach, David (2015-06-10). "When All It Takes to Be Booted From a Tech Conference Is Being a "Distraction," We Have a Problem". Slate Magazine. Retrieved 2019-06-14.
- Townsend, Tess (2016-03-31). "Controversy Rages Over 'Pro-Slavery' Tech Speaker Curtis Yarvin". Inc.com. Retrieved 2019-06-14.
- "A Founder's Farewell". Urbit.org. January 14, 2019. Retrieved June 13, 2019.
External links
- Official website
- Tlon.io - Corporate website