Urbit
Urbit is a decentralized personal server platform based on functional programming in a peer-to-peer network. The Urbit platform was created by alt-right political blogger Curtis Yarvin. The first code release was in 2010. The Urbit network was launched in 2013. The first user version (called OS1) was launched in April 2020. In 2022, the main software in an Urbit installation was a "bare-bones" text-based message board. Functionality '' The Point'' described Urbit OS1 as a "bare-bones messaging server" and compared it to 1990s era Usenet. Tlon, the company founded by Yarvin to build Urbit, named after the short story " Tlön, Uqbar, Orbis Tertius" by Jorge Luis Borges, 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. The Urbit community talks up its association with and funding from Thiel, who has also backed Urbit public events. ''The P ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Curtis Yarvin
Curtis Guy Yarvin (born 1973), also known by the pen name Mencius Moldbug, is an American far-right political blogger and software developer. He is known, along with accelerationist philosopher Nick Land, for founding the anti-egalitarian and anti-democratic philosophical movement known as the Dark Enlightenment or neo-reactionary movement (NRx). In his blog ''Unqualified Reservations'', which he wrote from 2007 to 2014, and in his later newsletter ''Gray Mirror'', which he started in 2020, he argues that American democracy is a failed experiment that should be replaced by an accountable monarchy, similar to the governance structure of corporations. In 2002, Yarvin began work on a personal software project that eventually became the Urbit networked computing platform. In 2013, he co-founded the company Tlön to oversee the Urbit project and helped lead it until 2019. He made a return to the company in 2024, described as having a "wartime C.E.O" role. Yarvin has been descri ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Tlön, Uqbar, Orbis Tertius
"Tlön, Uqbar, Orbis Tertius" is a short story by the 20th-century Argentina, Argentine writer Jorge Luis Borges. The story was first published in the Argentine journal ''Sur (magazine), Sur'', May 1940 in literature, 1940. The "postscript" dated 1947 is intended to be anachronism, anachronistic, set seven years in the future. The first English language, English-language translation of the story, by James E. Irby, was published in 1961 in literature, 1961 in ''New World Writing'' N° 18. In 1962 it was included in the short story collection Labyrinths (short story collection), ''Labyrinths'' (New Directions), the first collection of Borges' works published in English. Told in a first-person narrative, the story focuses on the author's discovery of the mysterious and possibly fictional country of Uqbar and its legend of Tlön, a mythical world whose inhabitants believe a form of subjective idealism, denying the reality of objects and nouns, as well as ''Orbis Tertius'', the secret ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
The Register
''The Register'' (often also called El Reg) is a British Technology journalism, technology news website co-founded in 1994 by Mike Magee (journalist), Mike Magee and John Lettice. The online newspaper's Nameplate_(publishing), masthead Logo, sublogo is "''Biting the hand that feeds IT''." The publication's primary focus is information technology news and opinions. Situation Publishing Ltd is the site's publisher. Drew Cullen is an owner and Linus Birtles is the managing director. Andrew Orlowski was the executive editor before leaving the website in May 2019. History ''The Register'' was founded in London as an email newsletter called ''Chip Connection''. In 1998 ''The Register'' became a daily online news source. Magee left in 2001 to start competing publications ''The Inquirer'', and later the ''IT Examiner'' and ''TechEye''. In 2002, ''The Register'' expanded to have a presence in London and San Francisco, creating ''The Register USA'' at theregus.com through a joint ventu ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Communication Protocol
A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information via any variation of a physical quantity. The protocol defines the rules, syntax, semantics (computer science), semantics, and synchronization of communication and possible Error detection and correction, error recovery methods. Protocols may be implemented by Computer hardware, hardware, software, or a combination of both. Communicating systems use well-defined formats for exchanging various messages. Each message has an exact meaning intended to elicit a response from a range of possible responses predetermined for that particular situation. The specified behavior is typically independent of how it is to be Implementation, implemented. Communication protocols have to be agreed upon by the parties involved. To reach an agreement, a protocol may be developed into a technical standard. A programming language describes the same for computations, so there ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Blockchain
The blockchain is a distributed ledger with growing lists of Record (computer science), records (''blocks'') that are securely linked together via Cryptographic hash function, cryptographic hashes. Each block contains a cryptographic hash of the previous block, a Trusted timestamping, timestamp, and transaction data (generally represented as a Merkle tree, where Node (computer science), data nodes are represented by leaves). Since each block contains information about the previous block, they effectively form a ''chain'' (compare linked list data structure), with each additional block linking to the ones before it. Consequently, blockchain transactions are resistant to alteration because, once recorded, the data in any given block cannot be changed retroactively without altering all subsequent blocks and obtaining network consensus to accept these changes. Blockchains are typically managed by a peer-to-peer, peer-to-peer (P2P) computer network for use as a public distributed led ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Ethereum
Ethereum is a decentralized blockchain with smart contract functionality. Ether (abbreviation: ETH) is the native cryptocurrency of the platform. Among cryptocurrencies, ether is second only to bitcoin in market capitalization. It is open-source software. Ethereum was conceived in 2013 by programmer Vitalik Buterin. Other founders include Gavin Wood, Charles Hoskinson, Anthony Di Iorio, and Joseph Lubin. In 2014, development work began and was crowdfunded, and the network went live on 30 July 2015. Ethereum allows anyone to deploy decentralized applications onto it, with which users can interact. Decentralized finance (DeFi) applications provide financial instruments that do not directly rely on financial intermediaries like brokerages, exchanges, or banks. This facilitates borrowing against cryptocurrency holdings or lending them out for interest. Ethereum also allows users to create and exchange non-fungible tokens (NFTs), which are tokens that can be tied to un ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Operating System
An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for efficient use of the system and may also include accounting software for cost allocation of Scheduling (computing), processor time, mass storage, peripherals, and other resources. For hardware functions such as input and output and memory allocation, the operating system acts as an intermediary between programs and the computer hardware, although the application code is usually executed directly by the hardware and frequently makes system calls to an OS function or is interrupted by it. Operating systems are found on many devices that contain a computerfrom cellular phones and video game consoles to web servers and supercomputers. , Android (operating system), Android is the most popular operating system with a 46% market share, followed ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Programming Language
A programming language is a system of notation for writing computer programs. Programming languages are described in terms of their Syntax (programming languages), syntax (form) and semantics (computer science), semantics (meaning), usually defined by a formal language. Languages usually provide features such as a type system, Variable (computer science), variables, and mechanisms for Exception handling (programming), error handling. An Programming language implementation, implementation of a programming language is required in order to Execution (computing), execute programs, namely an Interpreter (computing), interpreter or a compiler. An interpreter directly executes the source code, while a compiler produces an executable program. Computer architecture has strongly influenced the design of programming languages, with the most common type (imperative languages—which implement operations in a specified order) developed to perform well on the popular von Neumann architecture. ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Solution Stack
In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform. For example, to develop a web application, the architect defines the stack as the target operating system, web server, database, and programming language. Another version of a software stack is operating system, middleware, database, and applications. Regularly, the components of a software stack are developed by different developers independently from one another. Some components/subsystems of an overall system are chosen together often enough that the particular set is referred to by a name representing the whole, rather than by naming the parts. Typically, the name is an acronym representing the individual components. The term "solution stack" has, historically, occasionally included hardware compone ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Andreessen Horowitz
AH Capital Management, LLC (commonly known as Andreessen Horowitz, or a16z) is an American privately held venture capital firm, founded in 2009 by Marc Andreessen and Ben Horowitz. The company is headquartered in Menlo Park, California. As of May 2024, Andreessen Horowitz ranks first on the list of venture capital firms by assets under management, with $42 billion. Andreessen Horowitz invests in both early-stage Startup company, startups and established Growth stock, growth companies. Its investments span the healthcare, consumer, cryptocurrency, gaming, fintech, education, and enterprise IT (including cloud computing, security, and software as a service) industries. Founding and partnering Between 2006 and 2010, Marc Andreessen and Ben Horowitz actively invested in Technology company, technology companies. Both separately and together, they invested $4 million in 45 startups, including Twitter, Inc., Twitter. During this time, the two became known as "super angel" investors. ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Venture Capital
Venture capital (VC) is a form of private equity financing provided by firms or funds to start-up company, startup, early-stage, and emerging companies, that have been deemed to have high growth potential or that have demonstrated high growth in terms of number of employees, annual revenue, scale of operations, etc. Venture capital firms or funds invest in these early-stage companies in exchange for Equity (finance), equity, or an ownership stake. Venture capitalists take on the risk of financing start-ups in the hopes that some of the companies they support will become successful. Because Startup company, startups face high uncertainty, VC investments have high rates of failure. Start-ups are usually based on an innovation, innovative technology or business model and often come from high technology industries such as information technology (IT) or biotechnology. Pre-seed and seed money, seed rounds are the initial stages of funding for a startup company, typically occurring earl ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Founders Fund
Founders Fund is an American venture capital fund formed in 2005 and based in San Francisco. The fund has roughly $17 billion in total assets under management as of 2025. Founders Fund was the first institutional investor in Space Exploration Technologies (SpaceX) and Palantir Technologies, and an early investor in Facebook. The firm's partners have been founders, early employees and investors at companies including PayPal, Palantir Technologies, Anduril Industries and SpaceX. The firm's investments include Airbnb, Anduril, DeepMind, Rippling, Facebook, Ramp, Palantir Technologies, SpaceX, Spotify, Stripe, Neuralink, and Nubank. Notable partners include Peter Thiel and Trae Stephens. Former partners include Brian Singerman, Keith Rabois, Cyan Banister, Ken Howery, Kevin Hartz, Sean Parker, and Bruce Gibney. History The firm was organized by Peter Thiel, Ken Howery, and Luke Nosek in early 2005 and raised its first fund of $50 million from individual entre ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |