From bff3ec315241ce0aed7f4fbf2dd447ec401cb3f1 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Mon, 14 Oct 2024 20:53:01 +0200 Subject: [PATCH] Update --- 3d_rendering.md | 2 +- deferred_shading.md | 2 +- disease.md | 4 +- doom.md | 4 +- drummyfish.md | 2 + duke3d.md | 2 +- fail_ab.md | 2 +- game_engine.md | 4 +- geek.md | 2 +- langtons_ant.md | 2 +- line.md | 2 +- linux.md | 2 +- main.md | 2 +- markov_chain.md | 2 +- minimalism.md | 2 +- often_confused.md | 2 +- operating_system.md | 4 +- people.md | 2 +- physics_engine.md | 4 +- public_domain.md | 6 +- race.md | 2 +- random_page.md | 3560 +++++++++++++++++++++---------------------- raycasting.md | 2 +- steve_jobs.md | 2 +- sw_rendering.md | 4 +- tool_slave.md | 2 +- transsexual.md | 14 + wiki_pages.md | 2 +- wiki_stats.md | 94 +- woman.md | 2 +- 30 files changed, 1874 insertions(+), 1864 deletions(-) diff --git a/3d_rendering.md b/3d_rendering.md index f84bd42..8aceafc 100644 --- a/3d_rendering.md +++ b/3d_rendering.md @@ -57,7 +57,7 @@ Finally a table of some common 3D rendering methods follows, including the most The methods may be tagged with the following: -- *2.5D*: primitive 3D, often called [pseudo 3D](pseudo_3d.md) or fake 3D, having significant limitations e.g. in degrees of freedom of the camera +- *2.5D*: primitive 3D, often called [pseudo 3D](pseudo3d.md) or fake 3D, having significant limitations e.g. in degrees of freedom of the camera - *off*: slow method usually used for offline (non-realtime) rendering (even though they indeed may run in real time e.g. with the help of powerful GPUs) - *IO* vs *OO*: [image order](image_order.md) (rendering by pixels) vs [object order](object_order.md) (rendering by objects) diff --git a/deferred_shading.md b/deferred_shading.md index ceffcc3..b282092 100644 --- a/deferred_shading.md +++ b/deferred_shading.md @@ -9,4 +9,4 @@ The principle is following: in normal forward shading (non-deferred) the shading This is especially effective when we're using very expensive/complex pixel/fragment shaders AND we have many overlapping objects. **Sometimes deferred shading may be replaced by simply ordering the rendered models**, i.e. rendering front-to-back, which may achieve practically the same speed up. In simple cases deferred shading may not even be worth it -- in [LRS](lrs.md) programs we may use it only rarely. -Deferred shading also comes with complications, for example **rasterization [anti aliasing](anti_aliasing.md) can't be used** because, of course, anti-aliasing in G-buffer doesn't really make sense. This is usually solved by some [screen-space](screen_space.md) antialiasing technique such as [FXAA](fxaa.md), but of course that may be a bit inferior. **Transparency also poses an issue**. \ No newline at end of file +Deferred shading also comes with complications, for example **rasterization [anti aliasing](antialiasing.md) can't be used** because, of course, anti-aliasing in G-buffer doesn't really make sense. This is usually solved by some [screen-space](screen_space.md) antialiasing technique such as [FXAA](fxaa.md), but of course that may be a bit inferior. **Transparency also poses an issue**. \ No newline at end of file diff --git a/disease.md b/disease.md index d2ebb6e..b7fd0c2 100644 --- a/disease.md +++ b/disease.md @@ -24,9 +24,9 @@ Disease is a bad state of living organism's health caused by failure of its inne - [homosexuality](gay.md) - hopping: - [browser hopping](browser_hopping.md) - - [distro hopping](distro_hopping.md) + - [distro hopping](distrohopping.md) - [text editor hopping](editor_hopping.md) - - [git hopping](git_hopping.md) + - [git hopping](githopping.md) - [language hopping](language_hopping.md) and [paradigm hopping](paradigm_hopping.md) - [license hopping](license_hopping.md) - ... diff --git a/doom.md b/doom.md index 20f45d0..221bb4f 100644 --- a/doom.md +++ b/doom.md @@ -1,6 +1,6 @@ # Doom -Doom is a legendary video [game](game.md) released in December [1993](1990s.md), perhaps the most famous video game of all time, the game that popularized the [first man shooter](first_person_shooter.md) genre and shocked by its at the time extremely advanced [3D](pseudo_3D.md) graphics (yes, **Doom is 3D**) and caused one of the biggest revolutions in video game history. It was made by [Id Software](id_software.md), most notably by [John Carmack](john_carmack.md) (graphics + engine programmer) and [John Romero](john_romero.md) (tool programmer + level designer) -- all in all the game was developed by about 5 to 6 men in about a year. Doom is sadly [proprietary](proprietary.md), it was originally distributed as [shareware](shareware.md) (a gratis "demo" was available for playing and sharing with the option to buy a full version). However the game engine was later (1999) released as [free (as in freedom) software](free_software.md) under [GPL](gpl.md) which gave rise to many source [ports](port.md) and "improved" "[modern](modern.md)" engines (which however look like shit, the original looks by far the best, if you want to play Doom use Chocolate Doom or Crispy Doom, avoid anything with GPU rendering). The assets remain non-free but a completely free alternative is offered by the [Freedoom](freedoom.md) project that has created [free as in freedom](free_culture.md) asset replacements for the game. [Anarch](anarch.md) is an official [LRS](lrs.md) game inspired by Doom, completely in the [public domain](public_domain.md). +Doom is a legendary video [game](game.md) released in December [1993](1990s.md), perhaps the most famous video game of all time, the game that popularized the [first man shooter](first_person_shooter.md) genre and shocked by its at the time extremely advanced 3D graphics (yes, **Doom is 3D**) and caused one of the biggest revolutions in video game history. It was made by [Id Software](id_software.md), most notably by [John Carmack](john_carmack.md) (graphics + engine programmer) and [John Romero](john_romero.md) (tool programmer + level designer) -- all in all the game was developed by about 5 to 6 men in about a year. Doom is sadly [proprietary](proprietary.md), it was originally distributed as [shareware](shareware.md) (a gratis "demo" was available for playing and sharing with the option to buy a full version). However the game engine was later (1999) released as [free (as in freedom) software](free_software.md) under [GPL](gpl.md) which gave rise to many source [ports](port.md) and "improved" "[modern](modern.md)" engines (which however look like shit, the original looks by far the best, if you want to play Doom use Chocolate Doom or Crispy Doom, avoid anything with GPU rendering). The assets remain non-free but a completely free alternative is offered by the [Freedoom](freedoom.md) project that has created [free as in freedom](free_culture.md) asset replacements for the game. [Anarch](anarch.md) is an official [LRS](lrs.md) game inspired by Doom, completely in the [public domain](public_domain.md). Doom has a cool wiki at https://doomwiki.org. @@ -39,7 +39,7 @@ The code itself looks alright, files are nicely organized into groups by their p The game only used [fixed point](fixed_point.md), no [float](float.md)! -The **Doom engine** (also called *id Tech 1*) was revolutionary and advanced (not only but especially) video game graphics by a great leap, considering its predecessor [Wolf3D](wolf3D.md) was really primitive in comparison (Doom basically set the direction for future trends in games such as driving the development of more and more powerful [GPUs](gpu.md) in a race for more and more impressive visuals). Doom used a technique called **[BSP rendering](bsp.md)** (levels were made of convex 2D sectors that were then placed in a BSP tree which helped quickly sort the walls for rendering front-to-back) that was able to render [realtime](realtime.md) 3D views of textured (all walls, floors and ceilings) environments with primitive lighting (per-sector plus diminishing lighting), enemies and items represented by 2D [billboards](billboard.md) ("[sprites](sprite.md)"). No [GPU](gpu.md) acceleration was used, graphics was rendered purely with [CPU](cpu.md) (so called [software rendering](sw_rendering.md), GPU rendering would come with Doom's successor [Quake](quake.md), and would also later be brought to Doom by newer community made engines, though the original always looks the best). This had its limitations, for example the camera could not look up and down, there could be no tilted walls and the levels could not have rooms above other rooms. The geometry of levels was only static, i.e. it could not change during play (only height of walls could), because rendering was dependent on precomputed BSP trees (which is what made it so fast). For these reasons some call Doom "[pseudo 3D](pseudo3d.md)" or 2.5D rather than "true 3D", some retards took this even as far as calling Doom 2D with its graphics being just an "illusion", as if literally every 3D graphics ever wasn't a mere illusion. Nevertheless, though with limitations, Doom did present 3D views and internally it did work with 3D coordinates (for example the player or projectiles have 2D position plus height coordinate), despite some dumb YouTube videos saying otherwise. For this reason we prefer to call Doom a **primitive 3D** engine, but 3D nonetheless. Other games later used the Doom engine, such as Heretic, Hexen and Strife. The Doom engine was similar to and competing with [Build](build_engine.md) engine that ran games like [Duke Nukem 3D](duke_3d.md), Blood and Shadow Warrior. All of these 90s shooters were amazing in their visuals and looked far better than any [modern](modern.md) shit. Build engine games had similar limitations to those of the Doom engine but would improve on them (e.g. faking looking up and down by camera tilting, which could in theory be done in Doom too, or allowing sloped floor and dynamic level geometry). +The **Doom engine** (also called *id Tech 1*) was revolutionary and advanced (not only but especially) video game graphics by a great leap, considering its predecessor [Wolf3D](wolf3D.md) was really primitive in comparison (Doom basically set the direction for future trends in games such as driving the development of more and more powerful [GPUs](gpu.md) in a race for more and more impressive visuals). Doom used a technique called **[BSP rendering](bsp.md)** (levels were made of convex 2D sectors that were then placed in a BSP tree which helped quickly sort the walls for rendering front-to-back) that was able to render [realtime](realtime.md) 3D views of textured (all walls, floors and ceilings) environments with primitive lighting (per-sector plus diminishing lighting), enemies and items represented by 2D [billboards](billboard.md) ("[sprites](sprite.md)"). No [GPU](gpu.md) acceleration was used, graphics was rendered purely with [CPU](cpu.md) (so called [software rendering](sw_rendering.md), GPU rendering would come with Doom's successor [Quake](quake.md), and would also later be brought to Doom by newer community made engines, though the original always looks the best). This had its limitations, for example the camera could not look up and down, there could be no tilted walls and the levels could not have rooms above other rooms. The geometry of levels was only static, i.e. it could not change during play (only height of walls could), because rendering was dependent on precomputed BSP trees (which is what made it so fast). For these reasons some call Doom "[pseudo 3D](pseudo3d.md)" or 2.5D rather than "true 3D", some retards took this even as far as calling Doom 2D with its graphics being just an "illusion", as if literally every 3D graphics ever wasn't a mere illusion. Nevertheless, though with limitations, Doom did present 3D views and internally it did work with 3D coordinates (for example the player or projectiles have 2D position plus height coordinate), despite some dumb YouTube videos saying otherwise. For this reason we prefer to call Doom a **primitive 3D** engine, but 3D nonetheless. Other games later used the Doom engine, such as Heretic, Hexen and Strife. The Doom engine was similar to and competing with [Build](build_engine.md) engine that ran games like [Duke Nukem 3D](duke3d.md), Blood and Shadow Warrior. All of these 90s shooters were amazing in their visuals and looked far better than any [modern](modern.md) shit. Build engine games had similar limitations to those of the Doom engine but would improve on them (e.g. faking looking up and down by camera tilting, which could in theory be done in Doom too, or allowing sloped floor and dynamic level geometry). The game data is stored in so called **WAD files** (short for *where's all the data*). While many things are hardcoded in the engine, such as the total number of levels or types of weapons, most other things such as textures, levels, color palettes, weapons and enemy sprites are in the WAD files and so can be replaced without having to mess with the engine itself. There are two types of WAD files (both however still come with the same .wad extension, they are distinguished only by the file magic number): IWAD (internal WAD) and PWAD ([patch](patch.md) WAD). IWAD is the most important one, representing the base game, so for example Doom, Hexen and Freedoom will all have their own specific IWAD. Only one IWAD is loaded at any time. PWAD allows to add or modify things in the IWAD which makes it possible to easily correct bugs in the game data and make mods. Unlike with IWADs, multiple PWADs can be loaded at any time -- when loaded, a resource that's present in the PWAD will override the same resource in the base IWAD. All resources in the WAD files are stored as so called *lumps* which we may simply see as "blobs of data" or "files". A nice [CLI](cli.md) tool for working with WADs is e.g. [deutex](deutex.md). diff --git a/drummyfish.md b/drummyfish.md index 6868100..d88ae05 100644 --- a/drummyfish.md +++ b/drummyfish.md @@ -32,6 +32,8 @@ In 2019 drummyfish has written a "manifesto" of his ideas called **Non-Competiti **Does drummyfish have [divine intellect](terry_davis.md)?** Hell no, he's pretty retarded at most things and would be a complete failure wasn't it for some of his special features -- thanks to his extraordinary tendency for isolation, grand curiosity and obsession with [truth](truth.md) he is possibly the only man on [Earth](earth.md) completely immune to propaganda, he can see the world as it is, not as it is presented, so he feels it is his moral duty to share what he is seeing. He is able to overcome his natural dumbness by tryharding and sacrificing his social and sexual life so that he can program more. If drummyfish can learn to program [LRS](lrs.md), so can you. +**What is drummyfish's fucking problem?** The biggest burden for drummyfish -- the one that he has always struggled with (even if he realized this very late in his life) and which will be with him until death -- is that he is simply extremely, extremely alone. NO, not "alone" in the [incel](incel.md) sense, and not alone in the "[geeky](geek.md)" way, not alone as in being introverted and shy or hated, missing sex or company or attention or compassion, not at all. He has been struggling his whole life to find a HUMAN, a true human being like himself -- of perhaps we should rather say human subspecies of which drummyfish is and always will be the only member. On the Internet he found a considerable number of "followers" through [LRS](lrs.md), the expression of his life philosophy, but he never really met a being of the same human subspecies as he is himself. He is alien in a sense -- people exist around him, even what would be called "friends", supporters, "fans", but he has never met a single true human being of the same kind as himself, someone to find absolute mutual understanding with and someone to have a true admiration for. { The closest is probably my mom, only her I ever really admired and felt the closest bond with. I think no one else ever came closer to understanding me and loving me like that. This is probably nothing surprising though. ~drummyfish } A feeling perhaps similar to what the last member of a species that is dying out must feel, except that he doesn't even have any ancestors to think of, it is a feeling of being absolutely alone in the whole Universe, the whole timespace. { Also please don't try to fix me or comfort me by saying nice things like "I was like this too, you will find someone", it just pisses me off, you don't know what's going on. I know your intentions are good but don't do it cause it's no use. ~drummyfish } But the feeling of loneliness is only part of the whole tragedy -- it would even be bearable, however the worst part is that drummyfish LOOKS LIKE a normal human so others treat him so, they try to apply things that normally work on people on drummyfish, like talking to him or thanking him or keeping him in company of other people because apparently "humans are social animals" or whatever, and it's just fucking killing him. It's as if you try to treat literal fish like a human, trying to keep it out of water because humans dislike breathing water, trying to feed it human food, put it in human clothes -- you're just going to torture the animal to death. + Drummyfish will probably [kill himself](suicide.md) one day -- likely not that soon, but it's planned, after all there is nothing worse than living under [capitalism](capitalism.md), death sounds like such a relief. There are still some [projects](needed.md) he wants to finish first; unless something triggers him and he just randomly jumps under a train one day or gets nuked by Putin, he is planning to finish some of the projects to leave something behind. The current plan is to try to live somehow, outside or on the edge of society, minimize contact with people, do good and avoid evil as much as possible. Once closest relatives are gone, then with no more ties to the current [shitty place](czechia.md), he will walk on foot towards the Mediterranean sea, a place that has always attracted him more than anywhere else, and there he will simply die either of illness, injury or hunger, or he will simply swim for the sunset and never return. That's a death one can even look forward to. There, at his beloved sea, drummyfish will meet his fate and find his final resting place and the peace he so much desired and struggled for through his whole life. Hopefully his body will feed a few hungry fish. ## See Also diff --git a/duke3d.md b/duke3d.md index 618db8c..1120ed7 100644 --- a/duke3d.md +++ b/duke3d.md @@ -12,7 +12,7 @@ The codebase (including Build engine) is roughly 100000 [LOC](loc.md) of [C](c.m The original system requirements were roughly following: 66 MHz [CPU](cpu.md), 16 MB [RAM](ram.md) and 30 MB storage space. -Duke ran on **[Build](build.md) engine**, a legendary [software rendering](sw_rendering.md) [primitive 3D](pseudo_3d.md) engine that had limitations similar to those of [Doom](doom.md) engine, i.e. the camera could not genuinely rotate up or down (though it could fake this with kind of a "tilting") and things like rooms above other rooms in a level were allowed only in limited ways ([hacks](hacking.md) such as extra rendering passes or invisible teleports were used to allow this). The engine was not unsimilar to that of Doom, enemies and other objects were represented with 2D [sprites](sprite.md) and levels were based on the concept of sectors (a level was really made as a 2D map in which walls were assigned different heights and textures), however it had new features -- most notably [dynamic](dynamic.md) environment, meaning that levels could change on the fly without the need for [precomputation](precomputation.md), allowing e.g. destructible environments. How the fuck did they achieve this? Instead of [BSP](bsp.md) rendering (used by Doom) Build engine used **[portal rendering](portal_rendering.md)**: basically (put in a quite simplified way) there was just a set of sectors, some of which shared walls ("portals") -- rendering would first draw the sector the player stood in (from the inside of course) and whenever it encountered a portal wall (i.e. a wall that sees into another sector), it would simply [recursively](recursion.md) render that too in the same way -- turns out this was just fine. Other extra features of the engine included tilted floors and ceilings, fake looking up/down, 3rd man view etc. The Build engine was also used in many other games (most notably [Shadow Warrior](shadow_warrior.md) and [Blood](blood.md)) and later incorporated even more advanced stuff, such as [voxel](voxel.md) models, though these weren't yet present in Duke. Just like Doom, Build engine **only used [fixed point](fixed_point.md)**, no [float](float.md)! { Hmm, actually maybe there was a small exception, see the link below. ~drummyfish } +Duke ran on **[Build](build.md) engine**, a legendary [software rendering](sw_rendering.md) [primitive 3D](pseudo3d.md) engine that had limitations similar to those of [Doom](doom.md) engine, i.e. the camera could not genuinely rotate up or down (though it could fake this with kind of a "tilting") and things like rooms above other rooms in a level were allowed only in limited ways ([hacks](hacking.md) such as extra rendering passes or invisible teleports were used to allow this). The engine was not unsimilar to that of Doom, enemies and other objects were represented with 2D [sprites](sprite.md) and levels were based on the concept of sectors (a level was really made as a 2D map in which walls were assigned different heights and textures), however it had new features -- most notably [dynamic](dynamic.md) environment, meaning that levels could change on the fly without the need for [precomputation](precomputation.md), allowing e.g. destructible environments. How the fuck did they achieve this? Instead of [BSP](bsp.md) rendering (used by Doom) Build engine used **[portal rendering](portal_rendering.md)**: basically (put in a quite simplified way) there was just a set of sectors, some of which shared walls ("portals") -- rendering would first draw the sector the player stood in (from the inside of course) and whenever it encountered a portal wall (i.e. a wall that sees into another sector), it would simply [recursively](recursion.md) render that too in the same way -- turns out this was just fine. Other extra features of the engine included tilted floors and ceilings, fake looking up/down, 3rd man view etc. The Build engine was also used in many other games (most notably [Shadow Warrior](shadow_warrior.md) and [Blood](blood.md)) and later incorporated even more advanced stuff, such as [voxel](voxel.md) models, though these weren't yet present in Duke. Just like Doom, Build engine **only used [fixed point](fixed_point.md)**, no [float](float.md)! { Hmm, actually maybe there was a small exception, see the link below. ~drummyfish } The game uses [256](256.md) [colors](color.md) and [palettes](palette.md). diff --git a/fail_ab.md b/fail_ab.md index c417173..f9185d4 100644 --- a/fail_ab.md +++ b/fail_ab.md @@ -5,7 +5,7 @@ Type A and type B fails are two very common cases of failing to adhere to the [L - **type A fail**: Is anticapitalist, anticonsumerist, may incline towards minimalism, supports [free software](free_software.md) and [free culture](free_culture.md), may even be a vegan, [anarchist](anarchism.md), [C](c.md) programmer etc., however falls into the trap of supporting [pseudoleft](pseudoleft.md), e.g. [LGBT](lgbt.md) or [feminism](feminism.md) and things such as censorship ("[moderation](moderation.md)", [COCs](coc.md)), "just violence and bullying" (violence against fascists, e.g. [antifa](antifa.md)), falls for memes such as "[Rust](rust.md) is the new [C](c.md)". - **type B fail**: Is against [pseudoleft](pseudoleft.md) bullshit and propaganda such as political correctness, is a [racial realist](racial_realism.md), highly supports [suckless](suckless.md) software, hacking and minimalism to achieve high freedom, usually also opposes [corporations](corporation.md) and state, however falls into the trap of being a [fascist](fascism.md), easily accepts violence, believes in "natural selection/wild west as a basis of society", supports and engages in [cryptocurrencies](crypto.md), believes in some form of [capitalism](capitalism.md) and that the current form of it can be "fixed" (["anarcho" capitalism](ancap.md) etc.) -Both types are furthermore prone to falling a victim to [privacy](privacy.md) obsession, [productivity](productivity_cult.md) obsession, [hero worshipping](hero_culture.md), use of violence, [diseases](disease.md) such as [distro hopping](distro_hopping.md), tech [consumerism](consumerism.md) and similar defects. +Both types are furthermore prone to falling a victim to [privacy](privacy.md) obsession, [productivity](productivity_cult.md) obsession, [hero worshipping](hero_culture.md), use of violence, [diseases](disease.md) such as [distro hopping](distrohopping.md), tech [consumerism](consumerism.md) and similar defects. Type A/B fails are the "great filter" of the rare kind of people who show a great potential for adhering to LRS. It may be due to the modern western culture that forces a [right](right.md)-[pseudoleft](pseudoleft.md) false dichotomy that even those showing a high degree of non-conformance eventually slip into the trap of being caught by one of the two poles. These two fails seem to be a manifestation of an individual's true motives of [self interest](self_interest.md) which is culturally fueled with great force -- those individuals then try to not conform and support non-mainstream concepts like free culture or sucklessness, but eventually only with the goal of self interest. It seems to be extremely difficult to abandon this goal, much more than simply non-conforming. Maybe it's also the subconscious knowledge that adhering completely to LRS means an extreme loneliness; being type A/B fail means being a part of a minority, but still a having a supportive community, not being completely alone. diff --git a/game_engine.md b/game_engine.md index c200060..a2f656b 100644 --- a/game_engine.md +++ b/game_engine.md @@ -14,7 +14,7 @@ The following are some notable game engines. - **[Cube2](cube2.md)**: 3D [voxel](voxel.md) outdoor shooter engine with real-time editable levels, used e.g. in Cube 2: Sauerbraten. - **[Godot](godot.md)**: A successful but [bloated](bloat.md) [FOSS](foss.md) ([MIT](mit.md)) [framework](framework.md) engine, alternative to the proprietary [Unity](unity.md) engine, written in [C++](cpp.md), supports many platforms, has 3D/2D graphics and physics engines, scripting in many languages and many "advanced" features. [Capitalist software](capitalist_software.md). - *id Tech* engines (engines by [Id software](id_software.md)) - - **id Tech 0**: Simple 2D [raycasting](raycasting.md) engine, written in [ANSI C](C.md), used mainly in [Wolf3D](wolf3d.md) (1992). + - **id Tech 0**: Simple 2D [raycasting](raycasting.md) engine, written in [ANSI C](c.md), used mainly in [Wolf3D](wolf3d.md) (1992). - **id Tech 1**: [BSP](bsp.md) rendering engine used mainly in [Doom](doom.md) and Doom 2. - **[Chocolate Doom](chocolate_doom.md)**: Doom engine [fork](fork.md) aiming to be very similar to the vanilla version, even including bugs. Keeps the original [software renderer](sw_rendering.md). Due to keeping it oldschool, this is a very KISS/suckless engine. - **[Crispy Doom](crispy_doom.md)**: Slight enhancement of Chocolate Doom: increased resolution ([640x480](640x480.md)) and removed hardcoded engine limits, sometimes also seems to run faster. Along with Chocolate Doom a very KISS/suckless engine. @@ -35,7 +35,7 @@ The following are some notable game engines. - **[SAF](saf.md)**: Official [LRS](lrs.md) library for tiny and simple portable games. - **[Torque3D](torque3d.md)**: 3D game engine in [C++](cpp.md). - **[proprietary](proprietary.md)** (no go!): - - **[Build Engine](build_engine.md)**: Old portal rendering "[pseudo 3D](pseudo_3d.md)" engine used mainly in [3D Realms](3d_realms.md) games such as [Duke3D](duke3d.md). It is [source available](source_available.md). + - **[Build Engine](build_engine.md)**: Old portal rendering "[pseudo 3D](pseudo3d.md)" engine used mainly in [3D Realms](3d_realms.md) games such as [Duke3D](duke3d.md). It is [source available](source_available.md). - *id Tech* engines (engines by [Id software](id_software.md)) - **id Tech 5**: 3D engine used e.g. in Rage and some shitty Wolfenstein games. - **id Tech 6**: 3D engine adding [Vulkan](vulkan.md) support, used e.g. in Doom 2016. diff --git a/geek.md b/geek.md index 7d16d01..b87851a 100644 --- a/geek.md +++ b/geek.md @@ -1,6 +1,6 @@ # Geek -Geek is a wannabe [nerd](nerd.md), someone who wants to identify with being smart and adopt a certain image rather than actually being smart or educated. Geeks are basically what used to be called a *smartass* in the old days -- overly confident conformists occupying [mount stupid](mount_stupid.md) who think [soyence](soyence.md) is actual science, they watch shows like Rick and Morty and Big Bang Theory, they browse ["Rational" Wiki](rational_wiki.md) and [reddit](reddit.md) -- especially [r/atheism](atheism.md), and they make appearances on r/iamverysmart -- they wear T-shirts with cheap references to 101 programming concepts and uncontrollably laugh at any reference to number [42](42.md), they think they're computer experts because they know the word [Linux](linux.md), managed to install [Ubuntu](ubuntu.md) or drag and drop programmed a "game" in [Godot](godot.md). Geeks don't really have their own opinions, they just adopt opinions presented on [9gag](9gag.md), they are extremely weak and don't have extreme views. They usually live the normal conformist life, they have friends, normal day job, wife and kids, but they like to say they "never fit in" -- a true nerd is living in a basement and doesn't meet any real life people, he lives on the edge of [suicide](suicide.md) and doesn't nearly complain as much as the "geek". +Geek is a wannabe [nerd](nerd.md), someone who wants to identify with being smart and adopt a certain image rather than actually being smart or educated. Geeks are basically what used to be called a *smartass* in the old days -- overly confident conformists occupying [mount stupid](mount_stupid.md) who think [soyence](soyence.md) is actual science, they watch shows like Rick and Morty and Big Bang Theory, they browse ["Rational" Wiki](rationalwiki.md) and [reddit](reddit.md) -- especially [r/atheism](atheism.md), and they make appearances on r/iamverysmart -- they wear T-shirts with cheap references to 101 programming concepts and uncontrollably laugh at any reference to number [42](42.md), they think they're computer experts because they know the word [Linux](linux.md), managed to install [Ubuntu](ubuntu.md) or drag and drop programmed a "game" in [Godot](godot.md). Geeks don't really have their own opinions, they just adopt opinions presented on [9gag](9gag.md), they are extremely weak and don't have extreme views. They usually live the normal conformist life, they have friends, normal day job, wife and kids, but they like to say they "never fit in" -- a true nerd is living in a basement and doesn't meet any real life people, he lives on the edge of [suicide](suicide.md) and doesn't nearly complain as much as the "geek". ## See Also diff --git a/langtons_ant.md b/langtons_ant.md index 0869b2f..8840df8 100644 --- a/langtons_ant.md +++ b/langtons_ant.md @@ -154,6 +154,6 @@ int main(void) - [Resnick's termite](resnicks_termite.md) - [game of life](game_of_life.md) - [turmite](turmite.md) -- [rule 110](rule_110.md) +- [rule 110](rule110.md) - [cellular automaton](cellular_automaton.md) - [turtle graphics](turtle_graphics.md) diff --git a/line.md b/line.md index fe427de..fa7a17c 100644 --- a/line.md +++ b/line.md @@ -17,7 +17,7 @@ Line is a one [dimensional](dimension.md) shape, i.e. any of its points can be d ## Representing Lines With Equations -Mathematically lines can be defined by [equations](equation.md) with space coordinates (see [analytic geometry](analytic_geometry.md)) -- this is pretty important for example for [programming](programming.md) as many times we need to compute intersections with lines; for example [ray casting](ray_casting.md) is a method of 3D rendering that "shoots lines from camera" and looks at which objects the lines intersect. Line equations can have different "formats", the two most important are: +Mathematically lines can be defined by [equations](equation.md) with space coordinates (see [analytic geometry](analytic_geometry.md)) -- this is pretty important for example for [programming](programming.md) as many times we need to compute intersections with lines; for example [ray casting](raycasting.md) is a method of 3D rendering that "shoots lines from camera" and looks at which objects the lines intersect. Line equations can have different "formats", the two most important are: - **point-slope**: This equation only works in 2D space (in 3D this kind of equation will not describe a line but rather a [plane](plane.md)) and only for lines that aren't completely vertical (lines close to vertical may also pose problems in computers with limited precision numbers). The advantage is that we have a single, pretty simple equation. The equation is of form *y = k * x + q* where *x* and *y* are space coordinates, *k* is the [slope](slope.md) of the line and *q* is an offset. See examples below for more details. - **parametric**: This is a system of *N* equations, where *N* is the number of dimensions of the space the line is in. This way can describe any line in any dimensional space -- obviously the advantage here is that we can can use this form in any situation. The equations are of form *Xn = Pn + t * Dn* where *Xn* is *n*th coordinate (*x*, *y*, *z*, ...), *Pn* is *n*th coordinate of some point *P* that lies on the line, *Dn* is *n*th coordinate of the line's direction [vector](vector.md) and *t* is a variable parameter (plugging in different numbers for *t* will yield different points that lie on the line). DON'T PANIC if you don't understand this, see the examples below :) diff --git a/linux.md b/linux.md index b192053..3d3c424 100644 --- a/linux.md +++ b/linux.md @@ -40,7 +40,7 @@ Some alternatives to Linux (and Linux-libre) and GNU/Linux are: 2024 UPDATE: Don't switch to it, switch to something else now. -One of the basic mistakes of [noobs](noob.md) who just switched from [Windows](windows.md) to GNU/Linux is that they try to continue to do things the *Windows way*. They try to force-run Windows programs on GNU/Linux, they look for program installers on the web, they install [antiviruses](antivirus.md), they try to find a [GUI](gui.md) program for a thing that is solved with 2 lines of [shell](shell.md) script (and fail to find one), they keep [distro hoppoing](distro_hopping.md) instead of customizing their system etc. Many give up and then go around saying "brrruh, Loooonix sux" -- yes, it kind of does, but for other reasons. You're just using it wrong. Despite its corruption, it's still a [Unix](unix.md) system, you do things elegantly and simply, however these ways are naturally completely different from how ugly systems like Windows do them -- and how they nurture normal people to do them. If you want to convert an image from *png* to *jpg*, you don't need to download and crack a graphical program that takes 100 GB and installs ads on your system, you do it via a simple [command line tool](cli.md) -- don't be afraid of the [terminal](terminal.md), learn some basic commands, ask experiences people how they do it (not how to achieve the way you want to do it). Everyone single individual who learned it later thanked himself for doing it, so don't be stupid. +One of the basic mistakes of [noobs](noob.md) who just switched from [Windows](windows.md) to GNU/Linux is that they try to continue to do things the *Windows way*. They try to force-run Windows programs on GNU/Linux, they look for program installers on the web, they install [antiviruses](antivirus.md), they try to find a [GUI](gui.md) program for a thing that is solved with 2 lines of [shell](shell.md) script (and fail to find one), they keep [distro hoppoing](distrohopping.md) instead of customizing their system etc. Many give up and then go around saying "brrruh, Loooonix sux" -- yes, it kind of does, but for other reasons. You're just using it wrong. Despite its corruption, it's still a [Unix](unix.md) system, you do things elegantly and simply, however these ways are naturally completely different from how ugly systems like Windows do them -- and how they nurture normal people to do them. If you want to convert an image from *png* to *jpg*, you don't need to download and crack a graphical program that takes 100 GB and installs ads on your system, you do it via a simple [command line tool](cli.md) -- don't be afraid of the [terminal](terminal.md), learn some basic commands, ask experiences people how they do it (not how to achieve the way you want to do it). Everyone single individual who learned it later thanked himself for doing it, so don't be stupid. TODO: more diff --git a/main.md b/main.md index b0af468..65307d7 100644 --- a/main.md +++ b/main.md @@ -145,4 +145,4 @@ Here there are quick directions to some of the important topics; for more see th Feel free to ignore this. Here we'll put links to help them being promoted, to help small search engines connect the non-mainstream web and so on. Please note that we don't necessarily agree with or promote what's on these sites, we just feel it's good if they get a bump for whatever reason (e.g. being censored by mainstream, containing some useful stuff, having good web design, provoking thought, demonstrating something good, demonstrating something bad and so on). If you feel brave you can try randomly clicking something, we put quite interesting sites here. The links follow. { Let me know if you want to suggest addition or removal of some link. If some site turns 404, woke, capitalist or employs adds, I'll probably take it down. ~drummyfish } -[http://collapseos.org](http://collapseos.org), [https://suckless.org](https://suckless.org), [http://duskos.org](http://duskos.org), [https://wiki.osdev.org](https://wiki.osdev.org), [http://lolwut.info](http://lolwut.info), [http://cat-v.org](http://cat-v.org), [https://tubgurl.com/catalog.html](https://tubgurl.com/catalog.html), [https://opengameart.org](https://opengameart.org), [https://www.gutenberg.org](https://www.gutenberg.org), [https://librivox.org](https://librivox.org), [https://www.chiark.greenend.org.uk/~sgtatham/puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles), [https://libregamewiki.org](https://libregamewiki.org), [https://pantsuprophet.xyz](https://pantsuprophet.xyz), [https://duion.com](https://duion.com), [http://digdeeper.club](http://digdeeper.club), [https://www.chimpout.com](https://www.chimpout.com), [http://floodgap.com](http://floodgap.com), [https://en.metapedia.org](https://en.metapedia.org), [https://www.vidlii.com](https://www.vidlii.com), [https://wikiindex.org](https://wikiindex.org), [https://saidit.net](https://saidit.net), [https://www.newworldencyclopedia.org](https://www.newworldencyclopedia.org), [http://progopedia.com](http://progopedia.com), [http://techrights.org](http://techrights.org), [https://landsofgames.com](https://landsofgames.com), [http://www.macroevolution.net](http://www.macroevolution.net), [http://macrochan.org](http://macrochan.org), [https://hub.darcs.net](https://hub.darcs.net), [https://repo.or.cz](https://repo.or.cz), [https://templeos.org](https://templeos.org), [http://cidoku.net](http://cidoku.net), [https://www.gnu.org](https://www.gnu.org), [https://www.711chan.net/lulz](https://www.711chan.net/lulz), [https://kiwifarms.st](https://kiwifarms.st/), [https://circumlunar.space](https://circumlunar.space), [http://www.nigger.org](http://www.nigger.org), [https://forums.somethingawful.com](https://forums.somethingawful.com), [https://notabug.org](https://notabug.org), [https://gopherproxy.meulie.net](https://gopherproxy.meulie.net), [http://www.reactionary.software](http://www.reactionary.software), [https://libre.video](https://libre.video), [http://textfiles.com](http://textfiles.com), [https://esolangs.org](https://esolangs.org), [https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e](https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e), [http://www.ioccc.org](http://www.ioccc.org), [https://solar.lowtechmagazine.com](https://solar.lowtechmagazine.com), [http://www.calresco.org](http://www.calresco.org), [http://edramatica.com](http://edramatica.com), [https://infogalactic.com](https://infogalactic.com), [https://www.icechewing.com](https://www.icechewing.com), [http://www.alexchiu.com](http://www.alexchiu.com), [http://www.nigrapedia.com](http://www.nigrapedia.com), [https://www.rouming.cz](https://www.rouming.cz), [http://wermenh.com/index.html](http://wermenh.com/index.html), [https://www.thevenusproject.com](https://www.thevenusproject.com), [http://www.bentoandstarchky.com/dec/rants.htm](http://www.bentoandstarchky.com/dec/rants.htm), [https://doxbin.org](https://doxbin.org), [https://frogesay.neocities.org](https://frogesay.neocities.org), [https://www.debunkingskeptics.com](https://www.debunkingskeptics.com), [https://stallman.org](https://stallman.org), [http://keypad.org/bunnies](http://keypad.org/bunnies), [https://8kun.top](https://8kun.top), [https://annas-archive.org](https://annas-archive.org), [http://icculus.org/piga](http://icculus.org/piga), [https://forum.freegamedev.net](https://forum.freegamedev.net), [https://fediverse.wiki](https://fediverse.wiki), [https://dolphinana.codeberg.page](https://dolphinana.codeberg.page), [http://www.niggermania.com](http://www.niggermania.com), [https://watchpeopledie.tv](https://watchpeopledie.tv), [https://flarerpg.org](https://flarerpg.org), [https://copyfree.org](https://copyfree.org), [https://wiki.bibanon.org](https://wiki.bibanon.org), [https://www.chessprogramming.org](https://www.chessprogramming.org), [https://neolurk.org](https://neolurk.org), [https://zerocontradictions.net/FAQs/race-FAQs](https://zerocontradictions.net/FAQs/race-FAQs), [https://projectoberon.net](https://projectoberon.net), [http://bitreich.org](http://bitreich.org), [https://tcrf.net](https://tcrf.net), [http://www.humanbiologicaldiversity.com](http://www.humanbiologicaldiversity.com), [https://incels.wiki](https://incels.wiki), [https://www.nearlyfreespeech.net](https://www.nearlyfreespeech.net), [https://softpanorama.org](https://softpanorama.org), [http://humanknowledge.net](http://humanknowledge.net), [https://wrongthink.link](https://wrongthink.link), [https://wiki.leftypol.org](https://wiki.leftypol.org), [https://mdfs.net](https://mdfs.net), [https://bienvenidoainternet.org](https://bienvenidoainternet.org), [https://leftychan.net](https://leftychan.net), [https://leftypol.org](https://leftypol.org), [https://postbox.garden](https://postbox.garden), [https://www.lord-enki.net](https://www.lord-enki.net), [https://r.sine.com](https://r.sine.com), [https://sanctioned-suicide.net](https://sanctioned-suicide.net), [http://www.tastyfish.cz](http://www.tastyfish.cz), [https://simplifier.neocities.org](https://simplifier.neocities.org), [http://datamath.org](http://datamath.org), [http://www.armory.com/~crisper/Scorch/index.html](http://www.armory.com/~crisper/Scorch/index.html), [https://www.lixgame.com](https://www.lixgame.com), [https://obsoletemedia.org](https://obsoletemedia.org), [http://www.doshaven.eu](http://www.doshaven.eu), [https://omick.net](https://omick.net), [http://countercomplex.blogspot.com](http://countercomplex.blogspot.com), [http://batheinmymilk.com](http://batheinmymilk.com), [http://users.rcn.com/hgomberg/boys.html](http://users.rcn.com/hgomberg/boys.html), [https://wiki.thingsandstuff.org](https://wiki.thingsandstuff.org), [https://tinfoil-hat.net](https://tinfoil-hat.net), [https://search.marginalia.nu](https://search.marginalia.nu), [http://wiby.me](http://wiby.me), [https://57296.neocities.org](https://57296.neocities.org), [https://coom.tech](https://coom.tech), [https://rightdao.com](https://rightdao.com), [https://www.alexandria.org](https://www.alexandria.org), [https://allthetropes.org](https://allthetropes.org), [http://dunfield.classiccmp.org](http://dunfield.classiccmp.org/), [https://nanochess.org](https://nanochess.org), [http://afternoon.dynu.com](http://afternoon.dynu.com/), [https://searchlores.nickifaulk.com](https://searchlores.nickifaulk.com), [https://senseis.xmp.net](https://senseis.xmp.net/), [https://www.pgdp.net](https://www.pgdp.net), [https://stardust.cx](https://stardust.cx), [https://planetmath.org](https://planetmath.org), [https://texteditors.org](https://texteditors.org), [https://www.trade-free.org](https://www.trade-free.org), [https://www.spi-inc.org](https://www.spi-inc.org), [http://runtimeterror.com](http://runtimeterror.com), [https://wiki.archiveteam.org](https://wiki.archiveteam.org), [https://www.expedition-atlantis.com/](https://www.expedition-atlantis.com/), [https://piracy.vercel.app](https://piracy.vercel.app), [https://wiki.tuhs.org](https://wiki.tuhs.org), [http://stupidctf.ddns.net](http://stupidctf.ddns.net), [http://cyber.dabamos.de](http://cyber.dabamos.de), [https://eldritchdata.neocities.org](https://eldritchdata.neocities.org), [https://bellard.org](https://bellard.org), [https://gcide.gnu.org.ua](https://gcide.gnu.org.ua), [https://2bit.neocities.org](https://2bit.neocities.org), [http://choice.tiepi.it/~matteobin](http://choice.tiepi.it/~matteobin), [https://1chan.net](https://1chan.net), [https://repomansez.xyz](https://repomansez.xyz), [http://mathlair.allfunandgames.ca](http://mathlair.allfunandgames.ca), [https://classicdoom.com](https://classicdoom.com), [http://www.planix.com/~woods/ms-word.sucks.html](http://www.planix.com/~woods/ms-word.sucks.html), [http://cumallover.me](http://cumallover.me), [http://www.trashrobot.org](http://www.trashrobot.org), [http://horsefucker.org](http://horsefucker.org), [http://washedashore.com](http://washedashore.com), [https://colfax.site/books/trashrobot](https://colfax.site/books/trashrobot), [https://archive.org/details/@autism_personified127](https://archive.org/details/@autism_personified127), [https://doomwiki.org](https://doomwiki.org), [https://ludicrital.neocities.org](https://ludicrital.neocities.org), [https://jacobsm.com](https://jacobsm.com), [https://lolcow.wiki (archived because of censorship)](https://web.archive.org/web/20190214020652/https://lolcow.wiki/wiki/Main_Page), [http://www.peacefulhippo.info](http://www.peacefulhippo.info), [http://ronja.twibright.com](http://ronja.twibright.com), [https://dwarffortresswiki.org](https://dwarffortresswiki.org), [https://unix.dog/~stone](https://unix.dog/~stone), [https://conspiracies.win](https://conspiracies.win), [http://www.twibright.com/hw.php](http://www.twibright.com/hw.php), [http://im.snibgo.com](http://im.snibgo.com), [http://zimage.com/~ant](http://zimage.com/~ant), [https://www.fsfla.org/~lxoliva](https://www.fsfla.org/~lxoliva), [https://kb.speeddemosarchive.com/SDA_Strategy_Wiki](https://kb.speeddemosarchive.com/SDA_Strategy_Wiki), [https://www.doomworld.com/pageofdoom/index.shtml](https://www.doomworld.com/pageofdoom/index.shtml), [https://lolcow.farm](https://lolcow.farm), [https://phillfromgchq.co.uk/?phill=1](https://phillfromgchq.co.uk/?phill=1), [https://www.old-games.com](https://www.old-games.com), [http://frogfind.com](http://frogfind.com), [https://www.theoldrobots.com](https://www.theoldrobots.com), [https://lotanstomb.nfshost.com](https://lotanstomb.nfshost.com), [https://unixtopia.neocities.org](https://unixtopia.neocities.org), [https://maniacsvault.net/ecwolf/wiki/Main_Page](https://maniacsvault.net/ecwolf/wiki/Main_Page), [https://youtuube.neocities.org/homepage](https://youtuube.neocities.org/homepage), [http://www.choosesimplicity.com](http://www.choosesimplicity.com), [https://dukenukemis.cool](https://dukenukemis.cool), [https://blitz.serveo.net](https://blitz.serveo.net) +[http://collapseos.org](http://collapseos.org), [https://suckless.org](https://suckless.org), [http://duskos.org](http://duskos.org), [https://wiki.osdev.org](https://wiki.osdev.org), [http://lolwut.info](http://lolwut.info), [http://cat-v.org](http://cat-v.org), [https://tubgurl.com/catalog.html](https://tubgurl.com/catalog.html), [https://opengameart.org](https://opengameart.org), [https://www.gutenberg.org](https://www.gutenberg.org), [https://librivox.org](https://librivox.org), [https://www.chiark.greenend.org.uk/~sgtatham/puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles), [https://libregamewiki.org](https://libregamewiki.org), [https://pantsuprophet.xyz](https://pantsuprophet.xyz), [https://duion.com](https://duion.com), [http://digdeeper.club](http://digdeeper.club), [https://www.chimpout.com](https://www.chimpout.com), [http://floodgap.com](http://floodgap.com), [https://en.metapedia.org](https://en.metapedia.org), [https://www.vidlii.com](https://www.vidlii.com), [https://wikiindex.org](https://wikiindex.org), [https://saidit.net](https://saidit.net), [https://www.newworldencyclopedia.org](https://www.newworldencyclopedia.org), [http://progopedia.com](http://progopedia.com), [http://techrights.org](http://techrights.org), [https://landsofgames.com](https://landsofgames.com), [http://www.macroevolution.net](http://www.macroevolution.net), [http://macrochan.org](http://macrochan.org), [https://hub.darcs.net](https://hub.darcs.net), [https://repo.or.cz](https://repo.or.cz), [https://templeos.org](https://templeos.org), [http://cidoku.net](http://cidoku.net), [https://www.gnu.org](https://www.gnu.org), [https://www.711chan.net/lulz](https://www.711chan.net/lulz), [https://kiwifarms.st](https://kiwifarms.st/), [https://circumlunar.space](https://circumlunar.space), [http://www.nigger.org](http://www.nigger.org), [https://forums.somethingawful.com](https://forums.somethingawful.com), [https://notabug.org](https://notabug.org), [https://gopherproxy.meulie.net](https://gopherproxy.meulie.net), [http://www.reactionary.software](http://www.reactionary.software), [https://libre.video](https://libre.video), [http://textfiles.com](http://textfiles.com), [https://esolangs.org](https://esolangs.org), [https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e](https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e), [http://www.ioccc.org](http://www.ioccc.org), [https://solar.lowtechmagazine.com](https://solar.lowtechmagazine.com), [http://www.calresco.org](http://www.calresco.org), [http://edramatica.com](http://edramatica.com), [https://infogalactic.com](https://infogalactic.com), [https://www.icechewing.com](https://www.icechewing.com), [http://www.alexchiu.com](http://www.alexchiu.com), [http://www.nigrapedia.com](http://www.nigrapedia.com), [https://www.rouming.cz](https://www.rouming.cz), [http://wermenh.com/index.html](http://wermenh.com/index.html), [https://www.thevenusproject.com](https://www.thevenusproject.com), [http://www.bentoandstarchky.com/dec/rants.htm](http://www.bentoandstarchky.com/dec/rants.htm), [https://doxbin.org](https://doxbin.org), [https://frogesay.neocities.org](https://frogesay.neocities.org), [https://www.debunkingskeptics.com](https://www.debunkingskeptics.com), [https://stallman.org](https://stallman.org), [http://keypad.org/bunnies](http://keypad.org/bunnies), [https://8kun.top](https://8kun.top), [https://annas-archive.org](https://annas-archive.org), [http://icculus.org/piga](http://icculus.org/piga), [https://forum.freegamedev.net](https://forum.freegamedev.net), [https://fediverse.wiki](https://fediverse.wiki), [https://dolphinana.codeberg.page](https://dolphinana.codeberg.page), [http://www.niggermania.com](http://www.niggermania.com), [https://watchpeopledie.tv](https://watchpeopledie.tv), [https://flarerpg.org](https://flarerpg.org), [https://copyfree.org](https://copyfree.org), [https://wiki.bibanon.org](https://wiki.bibanon.org), [https://www.chessprogramming.org](https://www.chessprogramming.org), [https://neolurk.org](https://neolurk.org), [https://zerocontradictions.net/FAQs/race-FAQs](https://zerocontradictions.net/FAQs/race-FAQs), [https://projectoberon.net](https://projectoberon.net), [http://bitreich.org](http://bitreich.org), [https://tcrf.net](https://tcrf.net), [http://www.humanbiologicaldiversity.com](http://www.humanbiologicaldiversity.com), [https://incels.wiki](https://incels.wiki), [https://www.nearlyfreespeech.net](https://www.nearlyfreespeech.net), [https://softpanorama.org](https://softpanorama.org), [http://humanknowledge.net](http://humanknowledge.net), [https://wrongthink.link](https://wrongthink.link), [https://wiki.leftypol.org](https://wiki.leftypol.org), [https://mdfs.net](https://mdfs.net), [https://bienvenidoainternet.org](https://bienvenidoainternet.org), [https://leftychan.net](https://leftychan.net), [https://leftypol.org](https://leftypol.org), [https://postbox.garden](https://postbox.garden), [https://www.lord-enki.net](https://www.lord-enki.net), [https://r.sine.com](https://r.sine.com), [https://sanctioned-suicide.net](https://sanctioned-suicide.net), [http://www.tastyfish.cz](http://www.tastyfish.cz), [https://simplifier.neocities.org](https://simplifier.neocities.org), [http://datamath.org](http://datamath.org), [http://www.armory.com/~crisper/Scorch/index.html](http://www.armory.com/~crisper/Scorch/index.html), [https://www.lixgame.com](https://www.lixgame.com), [https://obsoletemedia.org](https://obsoletemedia.org), [http://www.doshaven.eu](http://www.doshaven.eu), [https://omick.net](https://omick.net), [http://countercomplex.blogspot.com](http://countercomplex.blogspot.com), [http://batheinmymilk.com](http://batheinmymilk.com), [http://users.rcn.com/hgomberg/boys.html](http://users.rcn.com/hgomberg/boys.html), [https://wiki.thingsandstuff.org](https://wiki.thingsandstuff.org), [https://tinfoil-hat.net](https://tinfoil-hat.net), [https://search.marginalia.nu](https://search.marginalia.nu), [http://wiby.me](http://wiby.me), [https://57296.neocities.org](https://57296.neocities.org), [https://coom.tech](https://coom.tech), [https://rightdao.com](https://rightdao.com), [https://www.alexandria.org](https://www.alexandria.org), [https://allthetropes.org](https://allthetropes.org), [http://dunfield.classiccmp.org](http://dunfield.classiccmp.org/), [https://nanochess.org](https://nanochess.org), [http://afternoon.dynu.com](http://afternoon.dynu.com/), [https://searchlores.nickifaulk.com](https://searchlores.nickifaulk.com), [https://senseis.xmp.net](https://senseis.xmp.net/), [https://www.pgdp.net](https://www.pgdp.net), [https://stardust.cx](https://stardust.cx), [https://planetmath.org](https://planetmath.org), [https://texteditors.org](https://texteditors.org), [https://www.trade-free.org](https://www.trade-free.org), [https://www.spi-inc.org](https://www.spi-inc.org), [http://runtimeterror.com](http://runtimeterror.com), [https://wiki.archiveteam.org](https://wiki.archiveteam.org), [https://www.expedition-atlantis.com/](https://www.expedition-atlantis.com/), [https://piracy.vercel.app](https://piracy.vercel.app), [https://wiki.tuhs.org](https://wiki.tuhs.org), [http://stupidctf.ddns.net](http://stupidctf.ddns.net), [http://cyber.dabamos.de](http://cyber.dabamos.de), [https://eldritchdata.neocities.org](https://eldritchdata.neocities.org), [https://bellard.org](https://bellard.org), [https://gcide.gnu.org.ua](https://gcide.gnu.org.ua), [https://2bit.neocities.org](https://2bit.neocities.org), [http://choice.tiepi.it/~matteobin](http://choice.tiepi.it/~matteobin), [https://1chan.net](https://1chan.net), [https://repomansez.xyz](https://repomansez.xyz), [http://mathlair.allfunandgames.ca](http://mathlair.allfunandgames.ca), [https://classicdoom.com](https://classicdoom.com), [http://www.planix.com/~woods/ms-word.sucks.html](http://www.planix.com/~woods/ms-word.sucks.html), [http://cumallover.me](http://cumallover.me), [http://www.trashrobot.org](http://www.trashrobot.org), [http://horsefucker.org](http://horsefucker.org), [http://washedashore.com](http://washedashore.com), [https://colfax.site/books/trashrobot](https://colfax.site/books/trashrobot), [https://archive.org/details/@autism_personified127](https://archive.org/details/@autism_personified127), [https://doomwiki.org](https://doomwiki.org), [https://ludicrital.neocities.org](https://ludicrital.neocities.org), [https://jacobsm.com](https://jacobsm.com), [https://lolcow.wiki (archived because of censorship)](https://web.archive.org/web/20190214020652/https://lolcow.wiki/wiki/Main_Page), [http://www.peacefulhippo.info](http://www.peacefulhippo.info), [http://ronja.twibright.com](http://ronja.twibright.com), [https://dwarffortresswiki.org](https://dwarffortresswiki.org), [https://unix.dog/~stone](https://unix.dog/~stone), [https://conspiracies.win](https://conspiracies.win), [http://www.twibright.com/hw.php](http://www.twibright.com/hw.php), [http://im.snibgo.com](http://im.snibgo.com), [http://zimage.com/~ant](http://zimage.com/~ant), [https://www.fsfla.org/~lxoliva](https://www.fsfla.org/~lxoliva), [https://kb.speeddemosarchive.com/SDA_Strategy_Wiki](https://kb.speeddemosarchive.com/SDA_Strategy_Wiki), [https://www.doomworld.com/pageofdoom/index.shtml](https://www.doomworld.com/pageofdoom/index.shtml), [https://lolcow.farm](https://lolcow.farm), [https://phillfromgchq.co.uk/?phill=1](https://phillfromgchq.co.uk/?phill=1), [https://www.old-games.com](https://www.old-games.com), [http://frogfind.com](http://frogfind.com), [https://www.theoldrobots.com](https://www.theoldrobots.com), [https://lotanstomb.nfshost.com](https://lotanstomb.nfshost.com), [https://unixtopia.neocities.org](https://unixtopia.neocities.org), [https://maniacsvault.net/ecwolf/wiki/Main_Page](https://maniacsvault.net/ecwolf/wiki/Main_Page), [https://youtuube.neocities.org/homepage](https://youtuube.neocities.org/homepage), [unixtopia.nfshost.com](unixtopia.nfshost.com), [http://www.choosesimplicity.com](http://www.choosesimplicity.com), [https://dukenukemis.cool](https://dukenukemis.cool), [https://blitz.serveo.net](https://blitz.serveo.net) \ No newline at end of file diff --git a/markov_chain.md b/markov_chain.md index 46c0357..690d604 100644 --- a/markov_chain.md +++ b/markov_chain.md @@ -98,7 +98,7 @@ int main(void) } ``` -Trying it out on the text of [this wiki](LRS_wiki.md) may output something like this: +Trying it out on the text of [this wiki](lrs_wiki.md) may output something like this: ``` Ther thellialy oris threstpl/pifragmediaragmagoiby s agmexes, den diff --git a/minimalism.md b/minimalism.md index 7784a1c..77d261f 100644 --- a/minimalism.md +++ b/minimalism.md @@ -38,7 +38,7 @@ Up until recently in [history](history.md) every engineer would tell you that *t - [neoluddism](neoluddism.md) - [reactionary software](reactionary_software.md) (bordering with [pseudominimalism](pseudominimalism.md)) - [plan9](plan9.md), [openbsd](openbsd.md), KISS GNU/Linux and similar (however often obsessed with [bloatcryption](encryption.md), may contain [pseudominimalism](pseudominimalism.md)) -- [100rabbits](100rabbit.md) (beware of [SJW](sjw.md) poison) +- [100rabbits](100r.md) (beware of [SJW](sjw.md) poison) - [small Internet](small_internet.md), web 1.0, web 0.5, [gopher](gopher.md), [gemini](gemini.md) (watch out: gemini is SJW pseudominimalist bloatcryption poison), ... - [primitivism](primitivism.md)/[anarcho primitivism](anprim.md), [low tech](low_tech.md), ... - for potential weaker links to minimalism also check out [retro](retro.md)/[old](old.md)/[boomer](boomer.md) tech, [salvage computing](salvage_computing.md), [degrowth](degrowth.md), [Amish](amish.md), [technophobia](technophobia.md), [demoscene](demoscene.md), [code golf](golf.md), [lightweight](lightweight.md) software, [fantasy consoles](fantasy_console.md) (sadly mostly pseudominimalism), communities around [plain text](plain_text.md), [pubnixes](pubnix.md), some GNU/Linux distros (e.g. [Arch](arch.md), [Gentoo](gentoo.md), KISS Linux, ...), [IRC](irc.md) communities and so on. diff --git a/often_confused.md b/often_confused.md index e48adf9..f719dd7 100644 --- a/often_confused.md +++ b/often_confused.md @@ -109,7 +109,7 @@ There are many terms that are very similar and can many times be used interchang - **[nationalism](nationalism.md)** vs **[patriotism](patriotism.md)** - **[NP](p_vs_np.md)** vs **[NP-hard](np_hard.md)** vs **[NP-complete](np_complete.md)** - **[paging](paging.md)** vs **[virtual memory](virtual_memory.md)** -- **[path tracing](path_tracing.md)** vs **[ray tracing](ray_tracing.md)** vs **[ray casting](ray_casting.md)** +- **[path tracing](path_tracing.md)** vs **[ray tracing](ray_tracing.md)** vs **[ray casting](raycasting.md)** - **[principal square root](principal_sqrt.md)** vs **[square root](sqrt.md)** (especially when defining [i](i.md)) - **[probability](probability.md)** vs **[probability density](probability_density.md)** - **[pseudo](pseudo.md)** vs **[quasi](quasi.md)** diff --git a/operating_system.md b/operating_system.md index cc03db9..2d3e701 100644 --- a/operating_system.md +++ b/operating_system.md @@ -4,7 +4,7 @@ Operating System (OS) is usually a quite complex [program](program.md) that's ty There is a nice [CC0](cc0.md) wiki for OS development at https://wiki.osdev.org/. -Examples of operating systems are [Unix](unix.md) (one of the first and most influential systems), [GNU](gnu.md) ([free software](free_software.md) clone of Unix), various [BSD](bsd.md) systems, [Windows](windows.md) (harmful parody of an operating system) or [Android](android.md) (another highly harmful software, this time for mobile platforms), [TempleOS](templeos.md) etc. +Examples of operating systems are [Unix](unix.md) (one of the first and most influential systems), [GNU](gnu.md) ([free software](free_software.md) clone of Unix), various [BSD](bsd.md) systems, [Windows](windows.md) (harmful parody of an operating system) or [Android](android.md) (another highly harmful software, this time for mobile platforms), [TempleOS](temple_os.md) etc. From programmer's point of view a serious OS is one of the most difficult pieces of software one can pursue to develop. The task involves an enormous amount of [low-level](low_level.md) programming, development of own tools from scratch and requires deep and detailed knowledge of all components of a computer, of established standards as well as many theoretical subjects such as [compiler](compiler.md) design. @@ -46,7 +46,7 @@ Below are some of the most notable OSes. - [ReactOS](reactos.md) - [Replicant](replicant.md) - [Solaris](solaris.md) -- [TempleOS](templeos.md): simple [meme](meme.md) OS written by a [Terry Davis](terry_davis.md) +- [TempleOS](temple_os.md): simple [meme](meme.md) OS written by a [Terry Davis](terry_davis.md) - [Unix](unix.md) - [Windows](windows.md): very bad [proprietary](proprietary.md) [capitalist](capitalist_software.md) OS - [9front](9front.md): OS based on Plan 9 diff --git a/people.md b/people.md index af1afbf..02b1c73 100644 --- a/people.md +++ b/people.md @@ -40,7 +40,7 @@ Here is a list of people notable in technology or in other ways related to [LRS] - **[John von Neumann](von_neumann.md)**: early 20th century multidisciplinary genius, one of the greatest [computer scientists](compsci.md) of all time, also famous for huge [IQ](iq.md) and being a human calculator - **[Jonathan Blow](jonathan_blow.md)**: Mainstream proprietary indie game developer of puzzle games, kind of a celebrity of indie game dev, mostly retarded but sometimes says something based out of context, some people love him, some hate him. - **[Karl Marx](karl_marx.md)**: jewish intellectual, philosopher, started [Marxism](marxism.md) -- **[Ken Silverman](key_silverman.md)**: famous oldschool 3D engine programmer ([Duke Nukem 3D](duke_3d.md)'s [BUILD engine](build_engine.md), ...), sadly proprietaryfag +- **[Ken Silverman](key_silverman.md)**: famous oldschool 3D engine programmer ([Duke Nukem 3D](duke3d.md)'s [BUILD engine](build_engine.md), ...), sadly proprietaryfag - **[Ken Thompson](ken_thompson.md)**: co-creator of [Unix](unix.md), [C](c.md) and [Go](go.md) - **[Kurt Godel](kurt_godel.md)**: mathematician famous for his groundbreaking incompleteness theorems proving that [logic](logic.md) itself has intrinsic limitations, was a tinfoil schizo and died of starvation believing his food to be poisoned - **[Larry Sanger](larry_sanger.md)**: co-founder of [Wikipedia](wikipedia.md), also one of its biggest critics diff --git a/physics_engine.md b/physics_engine.md index 07bbaf3..33db7eb 100644 --- a/physics_engine.md +++ b/physics_engine.md @@ -2,7 +2,7 @@ { [LRS](lrs.md) now has a very small 3D physics engine called [tinyphysicsengine](tinyphysicsengine.md). ~drummyfish } -Physics engine is a [software](software.md) (usually a [library](library.md) or [framework](framework.md)) whose purpose is to simulate mechanical laws of real life physics, i.e. things such as forces, [rigid](rigid_body.md) and [soft](soft_body.md) body collisions, [particle](particle.md) motion, fluid dynamics etc. Where to draw the line between physics engines and "other software" is not exactly clear, a lot of software somehow takes real life physics into account without being called "physics engine", typically e.g. [3D rendering](3D_rendering.md) software, but in general if it focuses on motion, forces, collision etc., it may fall into this category. +Physics engine is a [software](software.md) (usually a [library](library.md) or [framework](framework.md)) whose purpose is to simulate mechanical laws of real life physics, i.e. things such as forces, [rigid](rigid_body.md) and [soft](soft_body.md) body collisions, [particle](particle.md) motion, fluid dynamics etc. Where to draw the line between physics engines and "other software" is not exactly clear, a lot of software somehow takes real life physics into account without being called "physics engine", typically e.g. [3D rendering](3d_rendering.md) software, but in general if it focuses on motion, forces, collision etc., it may fall into this category. { When it comes to classic 3D rigid body physics engines, they're extremely hard to make, much harder than for example an advanced 3D rendering engine, especially when you want to make them [LRS](lrs.md) (without floating point, ...) and/or general and somewhat physically correct (being able to simulate e.g. the Dzhanibekov effect, satisfying all the conservation laws, continuous collision detection etc.). Good knowledge of mechanics and things like [quaternions](quaternion.md) and 3D rotations is just the beginning, difficulties arise in every aspect of the engine, and of those there are many. As I've found, 32 bit fixed point is not enough for a general engine (even though it is enough for a rendering engine), you'll run into precision problems as you need to represent both relatively high and low energies. You'll also run into stability issues such as stable contacts, situations with multiple objects stacked on top of each other starting to bounce on their own etc. Even things such as deciding in what order to resolve collisions are very difficult, they can lead to many bugs such as a car not being able to drive on a straight road made of several segments. Collision detection alone for all combinations of basic shapes (sphere, cuboid, cylinder, capsule, ... let alone general triangle mesh) are hard as you want to detect general cases (not only e.g. surface collisions) and you want to extract all the parameters of the collisions (collision location, depth, normal etc.) AND you want to make it fast. And of course you'll want to add acceleration structures and many other thing on top. So think twice before deciding to write your own physics engine. @@ -10,7 +10,7 @@ A sane approach may be to write a simplified engine specifically for your progra Physics engine is a quite wide term -- even though one usually imagines something akin the typical real time 3D rigid body engine used in [games](game.md) such as [GTA](gta.md), there are many other types with vastly different purposes, features and even basic paradigms, some may e.g. be specialized just for computing precise ballistic trajectories for the army, only spitting out numbers without providing any visualization, some may serve for simulating and forecasting weather, some may simulate the evolution of our [Universe](universe.md) etc. Some common classifications and possible characteristics of physics engines follow: -- **[2D](2d.md) vs [3D](3d.md)**: 2D engines are generally much more simple to implement than 3D, for example because of much more simple math for rotations and collision detection. Graphics and physics are usually loosely interconnected (though they should be [decoupled](coupling.md)) in that the way in which we represent graphics (2D, general 3D, [BSP](bsp.md), [voxels](voxel.md), ...) usually also determines how we compute physics, so that there may also exist e.g. "[pseudo 3D](pseudo_3d.md)" physics engines as part of "pseudo 3D" renderers, e.g. the one used in [Doom](doom.md) etc. +- **[2D](2d.md) vs [3D](3d.md)**: 2D engines are generally much more simple to implement than 3D, for example because of much more simple math for rotations and collision detection. Graphics and physics are usually loosely interconnected (though they should be [decoupled](coupling.md)) in that the way in which we represent graphics (2D, general 3D, [BSP](bsp.md), [voxels](voxel.md), ...) usually also determines how we compute physics, so that there may also exist e.g. "[pseudo 3D](pseudo3d.md)" physics engines as part of "pseudo 3D" renderers, e.g. the one used in [Doom](doom.md) etc. - **[real time](real_time.md) vs [offline](offline.md)**: Real-time ones are mostly intended to be used in the entertainment industry, i.e. [games](game.md), movies etc. as they can compute somewhat realistic looking results quickly but for the price of dropping high accuracy (they use many [approximations](approximation.md)). Scientific engines may prefer to be offline and taking longer time to compute more precise results. - **[rigid body](rigid_body.md) vs [soft body](soft_body.md)**: Rigid body engines don't allow bodies to deform while soft body ones do -- in real life all bodies are soft, but neglecting this detail and considering shapes rigid can have benefits (such as being able to consider the body as a whole and not having to simulate all its individual points). Of course, a complex engine may implement both rigid and soft body physics. - **paradigm**: The basic approach to implementing the simulation, e.g. being [impulse](impulse.md)-based (applying impulses to correct errors), constraint-based (solving equations to satisfy imposed constraints), penalty-based (trying to find equilibriums of forces) etc. diff --git a/public_domain.md b/public_domain.md index 9aaa4e7..b1b72e5 100644 --- a/public_domain.md +++ b/public_domain.md @@ -56,7 +56,7 @@ So you can only use your own original creations and other public domain works wi In cases where you DO reuse other PD works, try to minimize their number and try to make sure they belong to the actual **safe** public domain (see above). This again minimizes legal risk and additionally makes it easy to document and prove the sources. -As a next step make sure you clearly **document** your work and the sources you use. This means you write down where all the works contained in your work come from, e.g. in your [readme](read_me.md). Explicitly mention which things you have created yourself (*"I, ..., have created everything myself except for X, Y and Z"*) and which things come from other people and where you have found them. It is great to also archive the proofs of the third party source being public domain (e.g. use the [Internet Archive](internet_archive.md) to snapshot the page with a PD texture you've found). For works that allow it (e.g. source code, text, websites, ...) it is good to use [version control systems](vcs.md) such as [git](git.md) that record WHAT, WHEN and by WHO was contributed. This can all help prove that your work is actually safe and/or remove contributions that caused some legal trouble. +As a next step make sure you clearly **document** your work and the sources you use. This means you write down where all the works contained in your work come from, e.g. in your [readme](readme.md). Explicitly mention which things you have created yourself (*"I, ..., have created everything myself except for X, Y and Z"*) and which things come from other people and where you have found them. It is great to also archive the proofs of the third party source being public domain (e.g. use the [Internet Archive](internet_archive.md) to snapshot the page with a PD texture you've found). For works that allow it (e.g. source code, text, websites, ...) it is good to use [version control systems](vcs.md) such as [git](git.md) that record WHAT, WHEN and by WHO was contributed. This can all help prove that your work is actually safe and/or remove contributions that caused some legal trouble. If you collaborate with someone on the work, it must be clear that ALL contributors to the work follow what we describe here (e.g. that they all agree to the license/waiver you have chosen etc.). It is safer if there are fewer contributors as with more people involved the chance of someone starting to "make trouble" increases. @@ -78,9 +78,9 @@ There are quite a few places on the Internet where you may find public domain wo - **[Wikimedia Commons](https://commons.wikimedia.org/wiki/Main_Page)**: Contains only free as in freedom works among which are many PD ones. You can search for them with queries such as `cat incategory:cc-zero`. This site is quite reliable and serious about licensing, if you find a work marked as PD here, you can be reasonably sure this information is true. - **[Internet Archive](https://archive.org/)**: The biggest Internet archive, huge amount of mainly old works such as scanned books and photos. Beware that this site contains all kinds of works from PD to [proprietary](proprietary.md) and works marked as PD should be checked as there can be errors. There is an *advanced search* tool that can help in searching for PD works, for example [this query](https://archive.org/search.php?query=possible-copyright-status%3A%28NOT_IN_COPYRIGHT%29%20OR%20licenseurl%3A%28%22http%3A%2F%2Fcreativecommons.org%2Fpublicdomain%2Fmark%2F1.0%2F%22%29%20OR%20licenseurl%3A%28%22http%3A%2F%2Fcreativecommons.org%2Fpublicdomain%2Fzero%2F1.0%2F%22%29) tries to achieve this. - **[Opengameart](https://opengameart.org/)**: Site for sharing free as in freedom [game](game.md) art (pictures, 3D models, sounds, ...) among which are many under [CC0](cc0.md), i.e. PD. Submitted works are checked reasonably well so any CC0 work you find here is likely truly PD. -- **[Freesound](https://freesound.org/)**: Site for sharing sound recordings and sound effects, contains many [CC0](CC0.md) sounds that should be PD. +- **[Freesound](https://freesound.org/)**: Site for sharing sound recordings and sound effects, contains many [CC0](cc0.md) sounds that should be PD. - **[Project Gutenberg](https://www.gutenberg.org/)**: Archive of old digitized books. NOT ALL are PD, but the real old ones should be. Generally books from before the 20th century should be PD. -- **[Stocksnap](https://stocksnap.io)**: Quality photos and "stock images" under [CC0](CC0.md), i.e. PD. +- **[Stocksnap](https://stocksnap.io)**: Quality photos and "stock images" under [CC0](cc0.md), i.e. PD. - **[Librivox](https://librivox.org)**: Public domain audiobooks made by volunteers that read PD books from Project Gutenberg. - **[Wikisource](https://en.wikisource.org/wiki/Main_Page)**: Repository of texts, similar to Project Gutenberg, same rules apply (not all texts here will be PD but the real old ones should be). - **[Openclipart](http://openclipart.org)**: Vector graphics, all under [CC0](cc0.md), i.e. PD in theory, **however** there do appear pictures that are derivative works of copyrighted works for which of course this is irrelevant. Check very well anything you download from here. diff --git a/race.md b/race.md index f7ef646..073d2e8 100644 --- a/race.md +++ b/race.md @@ -38,7 +38,7 @@ There is a controversial 1994 book called *The Bell Curve* that deals with diffe It is useful to know the **differences in intellect** between different races (no matter whether the cause is genetic, cultural or other), though cultural and other traits linked to races may also play a big role. Of course, it is important to keep in mind intelligence isn't one dimensional, it's one of the most complex and complicated concepts we can be dealing with (remember the famous test that revealed that chimpanzees greatly outperform humans at certain intellectual tasks such as remembering the order of numbers seen for a very short period of time) and that other traits than raw intelligence may be equally or more important for good performance in intellectual tasks, e.g. personality traits such as curiosity (imagine a fast CPU running shit software versus slower CPU running good software). We can't generally simplify to a single measure such as [IQ](iq.md) score (though it can still give some rough ideas, IQ is not absolutely useless), but we can measure performance at different tasks. Let intelligence here mean simply the ability to perform well in the area of given art. And of course, there are smart and stupid people in any race, the general statements we make are just about statistics and probabilities. -The smartest races seem to be [Jews](jew.md) and [Asians](asian.md) (also found so by the book *Bell Curve* and many old books). Asians have always been regarded as having superior intelligence and their [religions](religion.md) and [culture](culture.md) also seem to be the most advanced, with very complex ideas (as opposed to e.g. Christianity based on trivial rules to blindly follow), closest to [nonviolence](nonviolence.md), [socialism](socialism.md) and true [science](science.md) (e.g. [Buddhism](buddhism.md)). There is no question about the intelligence of Jews, the greatest thinkers of all times were Jewish ([Richard Stallman](rms.md), [Einstein](einstein.md), [Marx](marx.md), Freud, [Chomsky](chomsky.md), even [Jesus](jesus.md) and others) -- the man often regarded as the smartest human in history, William James Sidis, was a Jew. Jews have dominated despite being a minority, they seem to have a very creative intelligence and some of them decide to gain further edge by giving up their morality (i.e. becoming [capitalist](capitalism.md)), while Asians are more disciplined and mechanically inclined -- they can learn a skill and bring it to perfection with an extremely deep study and dedication (funnily this observation was also shared e.g. by Grubby, a Warcraft III legend pro player, on a stream ranking Orc units, where he contrasted the Asian mechanical genius with European creative thinking, swiftly realizing the politically incorrect slip and playing it to the out). Closely following is the general white race (which according to studies is also seen as most physically attractive by all races): white people have of course absolutely dominated history and there is always that one white guy at the top even in areas more dominated by other races (e.g. Eminem in rap, Carlsen in chess, Grubby in Warcraft 3, ...), however whites are still primitive in many ways ([individualism](individualism.md), [fascism](fascism.md), violence, simple religions and cults, e.g. that of economy, money, simplified commandments of Christianity etc.). The African black race known as the *negro* is one of the least intelligent according to basically all literature -- this makes a lot of sense, the race has been oppressed and living in harsh conditions for centuries and millennia and didn't get much chance to evolve towards good performance in intellectual tasks, quite the opposite, those who were physically fit rather than smart were probably more likely to survive and reproduce as slaves or jungle people (even if white people split from the blacks relatively recently, a rapid change in environment also leads to a rapid change in evolution, even that of intelligence). However the more primitive, less intelligent races (blacks, indians etc.) were found by some to e.g. have significantly faster reaction times, which sometimes may be an advantage -- this is suspected to be cause be a tradeoff; the "smarter" races perform more complex processing of input information (in terms of computers: having a longer processing [pipeline](pipeline.md)) and so it takes longer, i.e. the more primitive individual acts more impulsively and therefore quicker. The 1892 book *Hereditary Genius* says that the black race is *about two grades* below the white race (nowadays the gap will most likely be lower). Hispanics were found to perform somewhere in between the white and black people. There isn't so much info about other races such as the red race or Eskimos, but they're probably similarly intelligent to the black race. The above mentioned book *Hereditary Genius* gives an intelligence of the Australian aboriginal race *at least one grade below that of the negro*, making possibly the dumbest race of all. The brown races are kind of complicated, Indian people have Asian genes and showed a great intellectual potential, e.g. in [chess](chess.md), [math](math.md), philosophy (nonviolence inherently connected to India is the most intellectually advanced philosophy), and lately also [computer science](compsci.md) (even though many would argue that "[pajeets](pajeet.md)" are just trained coding monkeys, really their compsci "universities" are mostly a meme); they may be at the similar level to Hispanics. +The smartest races seem to be [Jews](jew.md) and [Asians](asian.md) (also found so by the book *Bell Curve* and many old books). Asians have always been regarded as having superior intelligence and their [religions](religion.md) and [culture](culture.md) also seem to be the most advanced, with very complex ideas (as opposed to e.g. Christianity based on trivial rules to blindly follow), closest to [nonviolence](nonviolence.md), [socialism](socialism.md) and true [science](science.md) (e.g. [Buddhism](buddhism.md)). There is no question about the intelligence of Jews, the greatest thinkers of all times were Jewish ([Richard Stallman](rms.md), [Einstein](einstein.md), [Marx](marx.md), Freud, [Chomsky](chomsky.md), Christophe Colomb, even [Jesus](jesus.md) and others) -- the man often regarded as the smartest human in history, William James Sidis, was a Jew. Jews have dominated despite being a minority, they seem to have a very creative intelligence and some of them decide to gain further edge by giving up their morality (i.e. becoming [capitalist](capitalism.md)), while Asians are more disciplined and mechanically inclined -- they can learn a skill and bring it to perfection with an extremely deep study and dedication (funnily this observation was also shared e.g. by Grubby, a Warcraft III legend pro player, on a stream ranking Orc units, where he contrasted the Asian mechanical genius with European creative thinking, swiftly realizing the politically incorrect slip and playing it to the out). Closely following is the general white race (which according to studies is also seen as most physically attractive by all races): white people have of course absolutely dominated history and there is always that one white guy at the top even in areas more dominated by other races (e.g. Eminem in rap, Carlsen in chess, Grubby in Warcraft 3, ...), however whites are still primitive in many ways ([individualism](individualism.md), [fascism](fascism.md), violence, simple religions and cults, e.g. that of economy, money, simplified commandments of Christianity etc.). The African black race known as the *negro* is one of the least intelligent according to basically all literature -- this makes a lot of sense, the race has been oppressed and living in harsh conditions for centuries and millennia and didn't get much chance to evolve towards good performance in intellectual tasks, quite the opposite, those who were physically fit rather than smart were probably more likely to survive and reproduce as slaves or jungle people (even if white people split from the blacks relatively recently, a rapid change in environment also leads to a rapid change in evolution, even that of intelligence). However the more primitive, less intelligent races (blacks, indians etc.) were found by some to e.g. have significantly faster reaction times, which sometimes may be an advantage -- this is suspected to be cause be a tradeoff; the "smarter" races perform more complex processing of input information (in terms of computers: having a longer processing [pipeline](pipeline.md)) and so it takes longer, i.e. the more primitive individual acts more impulsively and therefore quicker. The 1892 book *Hereditary Genius* says that the black race is *about two grades* below the white race (nowadays the gap will most likely be lower). Hispanics were found to perform somewhere in between the white and black people. There isn't so much info about other races such as the red race or Eskimos, but they're probably similarly intelligent to the black race. The above mentioned book *Hereditary Genius* gives an intelligence of the Australian aboriginal race *at least one grade below that of the negro*, making possibly the dumbest race of all. The brown races are kind of complicated, Indian people have Asian genes and showed a great intellectual potential, e.g. in [chess](chess.md), [math](math.md), philosophy (nonviolence inherently connected to India is the most intellectually advanced philosophy), and lately also [computer science](compsci.md) (even though many would argue that "[pajeets](pajeet.md)" are just trained coding monkeys, really their compsci "universities" are mostly a meme); they may be at the similar level to Hispanics. Increasing multiculturalism, globalization and mixing of the races will likely make all of this less and less relevant as time goes on -- races will blend greatly which may either help get rid of true [racism](racism.md), but also fuel it: many will oppose racial mixing, many will become more paranoid (as is already the case with Jews who are sometimes very hard to tell apart from whites) and eventually pure races will actually become a minority that may become target of reversed racism: a pale white guy in a room full of mixed people will stand out and likely get lynched (if not just for the fact of being different, then for social revenge). For now the differences in races are still greatly visible. diff --git a/random_page.md b/random_page.md index 8c06c2c..c90fdaf 100644 --- a/random_page.md +++ b/random_page.md @@ -2,1803 +2,1803 @@ Please kindly click random link. -[*](sin.md) -[*](sigbovik.md) -[*](interesting.md) -[*](c_tutorial.md) -[*](avpd.md) -[*](prime.md) -[*](devuan.md) -[*](whale.md) -[*](czechia.md) -[*](ethics.md) -[*](wiki_post_mortem.md) -[*](copyright.md) -[*](future.md) -[*](entrepreneur.md) -[*](atan.md) -[*](often_confused.md) -[*](holy_war.md) -[*](chess.md) -[*](coding.md) -[*](old.md) -[*](collision_detection.md) -[*](earth.md) -[*](rationalwiki.md) -[*](phd.md) -[*](rgb565.md) -[*](cc0.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](frameless.md) -[*](cancer.md) -[*](hero.md) -[*](piracy.md) -[*](vim.md) -[*](ubi.md) -[*](selflessness.md) -[*](formal_language.md) -[*](whale.md) -[*](chaos.md) -[*](vim.md) -[*](openarena.md) -[*](wiki_pages.md) -[*](sin.md) -[*](tpe.md) -[*](mipmap.md) -[*](ethics.md) -[*](love.md) -[*](infinity.md) -[*](watchdog.md) -[*](pi.md) -[*](c.md) -[*](smallchesslib.md) -[*](thrembo.md) -[*](raylib.md) -[*](hero.md) -[*](graphics.md) -[*](build_engine.md) -[*](soyence.md) -[*](floss.md) -[*](fail_ab.md) -[*](low_poly.md) -[*](shit.md) -[*](ascii_art.md) -[*](c.md) -[*](interaction_net.md) -[*](twos_complement.md) -[*](venus_project.md) -[*](brainfuck.md) -[*](rgb332.md) -[*](wavelet_transform.md) -[*](rgb332.md) -[*](ancap.md) -[*](greenwashing.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](javascript.md) -[*](exercises.md) -[*](anal_bead.md) -[*](good_enough.md) -[*](backpropagation.md) -[*](bootstrap.md) -[*](good_enough.md) -[*](tas.md) -[*](lgbt.md) -[*](backpropagation.md) -[*](math.md) -[*](pseudoleft.md) -[*](assembly.md) -[*](gemini.md) -[*](fediverse.md) -[*](google.md) -[*](bloat_monopoly.md) -[*](nigeria.md) -[*](kiss.md) -[*](future_proof.md) -[*](nokia.md) -[*](modern.md) -[*](portal_rendering.md) -[*](forth.md) -[*](graveyard.md) -[*](procgen.md) -[*](newspeak.md) -[*](communism.md) -[*](woman.md) -[*](microtheft.md) -[*](ai.md) -[*](patent.md) -[*](neural_network.md) -[*](easier_done_than_said.md) -[*](open_source.md) -[*](line.md) -[*](free_will.md) -[*](ascii_art.md) -[*](README.md) -[*](beauty.md) -[*](bit_hack.md) -[*](fail_ab.md) -[*](paywall.md) -[*](hard_to_learn_easy_to_master.md) -[*](entrepreneur.md) -[*](fascist.md) -[*](bs.md) -[*](people.md) -[*](assertiveness.md) -[*](wiki_style.md) -[*](cracker.md) -[*](nord_vpn.md) -[*](programming_style.md) -[*](noise.md) -[*](fight.md) -[*](femoid.md) -[*](vector.md) -[*](usa.md) -[*](good_enough.md) -[*](newspeak.md) -[*](free_universe.md) -[*](technology.md) -[*](rsa.md) -[*](githopping.md) -[*](internet.md) -[*](attribution.md) -[*](island.md) -[*](portability.md) -[*](nationalism.md) -[*](malware.md) -[*](interaction_net.md) -[*](transsexual.md) -[*](systemd.md) -[*](luke_smith.md) -[*](game.md) -[*](corporation.md) -[*](trolling.md) -[*](work.md) -[*](everyone_does_it.md) -[*](finished.md) -[*](pseudominimalism.md) -[*](compiler_bomb.md) -[*](backpropagation.md) -[*](books.md) -[*](resnicks_termite.md) -[*](niggercoin.md) -[*](anarch.md) -[*](procgen.md) -[*](combinatorics.md) -[*](bit.md) -[*](privacy.md) -[*](fantasy_console.md) -[*](acronym.md) -[*](dungeons_and_dragons.md) -[*](coc.md) -[*](phd.md) -[*](venus_project.md) -[*](distrohopping.md) -[*](data_structure.md) -[*](kwangmyong.md) -[*](42.md) -[*](trump.md) -[*](dog.md) -[*](easier_done_than_said.md) -[*](antivirus_paradox.md) -[*](lambda_calculus.md) -[*](f2p.md) -[*](fractal.md) -[*](microtransaction.md) -[*](temple_os.md) -[*](usa.md) -[*](gay.md) -[*](compsci.md) -[*](just_werks.md) -[*](plan9.md) -[*](trump.md) -[*](e.md) -[*](ronja.md) -[*](saf.md) -[*](git.md) -[*](reactionary_software.md) -[*](systemd.md) -[*](uxn.md) -[*](formal_language.md) -[*](social_inertia.md) -[*](cc0.md) -[*](diogenes.md) -[*](c.md) -[*](cache.md) -[*](youtube.md) -[*](software.md) -[*](programming_language.md) -[*](corporation.md) -[*](number.md) -[*](lisp.md) -[*](data_hoarding.md) -[*](adam_smith.md) -[*](raylib.md) -[*](autoupdate.md) -[*](fourier_transform.md) -[*](byte.md) -[*](corporation.md) -[*](slowly_boiling_the_frog.md) -[*](programming.md) -[*](deferred_shading.md) -[*](billboard.md) -[*](democracy.md) -[*](wikidata.md) -[*](esolang.md) -[*](adam_smith.md) -[*](maintenance.md) -[*](tattoo.md) -[*](f2p.md) -[*](semiconductor.md) -[*](downto.md) -[*](doom.md) -[*](faq.md) -[*](sorting.md) -[*](x86.md) -[*](freedom_distance.md) -[*](transsexual.md) -[*](raycasting.md) -[*](npc.md) -[*](stereotype.md) -[*](living.md) -[*](robot.md) -[*](education.md) -[*](quine.md) -[*](smol_internet.md) -[*](love.md) -[*](xxiivv.md) -[*](motivation.md) -[*](femoid.md) -[*](anarch.md) -[*](sjw.md) -[*](elon_musk.md) -[*](boot.md) -[*](netstalking.md) -[*](comment.md) -[*](magic.md) -[*](app.md) -[*](mandelbrot_set.md) -[*](niger.md) -[*](throwaway_script.md) -[*](web.md) -[*](throwaway_script.md) -[*](noise.md) -[*](trusting_trust.md) -[*](maintenance.md) -[*](linear_algebra.md) -[*](john_carmack.md) -[*](piracy.md) -[*](turing_machine.md) -[*](21st_century.md) -[*](kwangmyong.md) -[*](collision_detection.md) -[*](disease.md) -[*](marble_race.md) -[*](adam_smith.md) -[*](speech_synthesis.md) -[*](zero.md) -[*](reddit.md) -[*](cpp.md) -[*](fizzbuzz.md) -[*](tool_slave.md) -[*](brain_software.md) -[*](atan.md) -[*](google.md) -[*](quaternion.md) -[*](unicode.md) -[*](countercomplex.md) -[*](semiconductor.md) -[*](myths.md) -[*](tranny.md) -[*](compiler_bomb.md) -[*](anarchism.md) -[*](nigeria.md) -[*](permacomputing.md) -[*](kiss.md) -[*](john_carmack.md) -[*](version_numbering.md) -[*](global_discussion.md) -[*](boot.md) -[*](toxic.md) -[*](infinity.md) -[*](kids_these_days.md) -[*](sjw.md) -[*](lrs_wiki.md) -[*](chinese.md) -[*](lisp.md) -[*](3d_model.md) -[*](see_through_clothes.md) -[*](dependency.md) -[*](steganography.md) -[*](wiki_style.md) -[*](suckless.md) -[*](software.md) -[*](recursion.md) -[*](compression.md) -[*](io.md) -[*](portability.md) -[*](mechanical.md) -[*](debugging.md) -[*](proprietary_software.md) -[*](tensor_product.md) -[*](everyone_does_it.md) -[*](foss.md) -[*](zuckerberg.md) -[*](billboard.md) -[*](wavelet_transform.md) -[*](education.md) -[*](low_poly.md) -[*](minimalism.md) -[*](portal_rendering.md) -[*](modern.md) -[*](holy_war.md) -[*](fantasy_console.md) -[*](lisp.md) -[*](function.md) -[*](used.md) -[*](trump.md) -[*](tor.md) -[*](physics.md) -[*](hero_culture.md) -[*](www.md) -[*](computational_complexity.md) -[*](langtons_ant.md) -[*](c_pitfalls.md) -[*](art.md) -[*](fractal.md) -[*](real_number.md) -[*](history.md) -[*](monad.md) -[*](exercises.md) -[*](monad.md) -[*](noise.md) -[*](woman.md) -[*](linux.md) -[*](autoupdate.md) -[*](www.md) -[*](suicide.md) -[*](assembly.md) -[*](slowly_boiling_the_frog.md) -[*](double_buffering.md) -[*](shogi.md) -[*](rock.md) -[*](hw.md) -[*](bloat.md) -[*](audiophilia.md) -[*](english.md) -[*](nanogenmo.md) -[*](lil.md) -[*](langtons_ant.md) -[*](cat_v.md) -[*](cat_v.md) -[*](rule110.md) -[*](paradigm.md) -[*](bbs.md) -[*](kiwifarms.md) -[*](aaron_swartz.md) -[*](combinatorics.md) -[*](less_retarded_society.md) -[*](art.md) -[*](netstalking.md) -[*](primitive_3d.md) -[*](free_body.md) -[*](music.md) -[*](piracy.md) -[*](transsexual.md) -[*](idiot_fallacy.md) -[*](free_culture.md) -[*](free_culture.md) -[*](game_engine.md) -[*](comun.md) -[*](avpd.md) -[*](evil.md) -[*](democracy.md) -[*](javascript.md) -[*](app.md) +[*](optimization.md) [*](nd.md) -[*](bytecode.md) -[*](lambda_calculus.md) -[*](debugging.md) -[*](anpac.md) -[*](one.md) -[*](crime_against_economy.md) -[*](systemd.md) -[*](golang.md) -[*](nationalism.md) -[*](minigame.md) -[*](capitalist_singularity.md) -[*](java.md) -[*](body_shaming.md) -[*](quantum_gate.md) -[*](sdf.md) -[*](determinism.md) -[*](diogenes.md) -[*](zero.md) -[*](microsoft.md) -[*](cpp.md) -[*](jedi_engine.md) -[*](fuck.md) -[*](main.md) -[*](ui.md) -[*](demo.md) -[*](racetrack.md) -[*](loc.md) -[*](number.md) -[*](ram.md) -[*](facebook.md) -[*](left_right.md) -[*](proof.md) -[*](how_to.md) -[*](egoism.md) -[*](modern_software.md) -[*](lrs_wiki.md) -[*](cracking.md) -[*](nord_vpn.md) -[*](interpolation.md) -[*](apple.md) -[*](interpolation.md) -[*](foss.md) -[*](sw_rendering.md) -[*](beauty.md) -[*](approximation.md) -[*](assertiveness.md) -[*](macrofucker.md) -[*](tranny_software.md) -[*](arch.md) -[*](javascript.md) -[*](mechanical.md) -[*](furry.md) -[*](copyfree.md) -[*](easy_to_learn_hard_to_master.md) -[*](chess.md) -[*](normalization.md) -[*](moderation.md) -[*](interplanetary_internet.md) -[*](game.md) -[*](copyright.md) -[*](demo.md) -[*](nigeria.md) -[*](deep_blue.md) -[*](free_software.md) -[*](wiby.md) -[*](pokitto.md) -[*](dodleston.md) -[*](sigbovik.md) -[*](trash_magic.md) -[*](gigachad.md) -[*](small3dlib.md) -[*](gay.md) -[*](art.md) -[*](implicit.md) -[*](cos.md) -[*](billboard.md) -[*](gnu.md) -[*](unix.md) -[*](mental_outlaw.md) -[*](bitreich.md) -[*](digital_signature.md) -[*](pseudominimalism.md) -[*](color.md) -[*](progress.md) -[*](pi.md) -[*](anal_bead.md) -[*](unretard.md) -[*](aliasing.md) -[*](internet.md) -[*](ubi.md) -[*](ioccc.md) -[*](used.md) -[*](lmao.md) -[*](settled.md) -[*](library.md) -[*](emoticon.md) -[*](youtube.md) -[*](triangle.md) -[*](tinyphysicsengine.md) -[*](4chan.md) -[*](faq.md) -[*](portability.md) -[*](markov_chain.md) -[*](dinosaur.md) -[*](bitreich.md) -[*](rgb565.md) -[*](unix_philosophy.md) -[*](fuck.md) -[*](ssao.md) -[*](gender_studies.md) -[*](minesweeper.md) -[*](semiconductor.md) -[*](jesus.md) -[*](fsf.md) -[*](digital_signature.md) -[*](pseudorandomness.md) -[*](cloudflare.md) -[*](binary.md) -[*](trash_magic.md) -[*](openai.md) -[*](luke_smith.md) -[*](fight.md) -[*](autostereogram.md) -[*](python.md) -[*](windows.md) -[*](often_misunderstood.md) -[*](doom.md) -[*](free_universe.md) -[*](bs.md) -[*](global_discussion.md) -[*](competition.md) -[*](tom_scott.md) -[*](nd.md) -[*](intellectual_property.md) -[*](kiss.md) -[*](troll.md) -[*](gaywashing.md) -[*](bazaar.md) -[*](determinism.md) -[*](wiki_tldr.md) -[*](digital_signature.md) -[*](fuck.md) -[*](aliasing.md) -[*](cloud.md) -[*](backgammon.md) -[*](antivirus_paradox.md) -[*](math.md) -[*](libre.md) -[*](money.md) -[*](unfuck.md) -[*](wiki_post_mortem.md) -[*](money.md) -[*](shit.md) -[*](race.md) -[*](compression.md) -[*](collapse.md) -[*](bloat.md) -[*](ai.md) -[*](e.md) -[*](dependency.md) -[*](wiki_authors.md) -[*](universe.md) -[*](game_of_life.md) -[*](faggot.md) -[*](version_numbering.md) -[*](zen.md) -[*](dick_reveal.md) -[*](creative_commons.md) -[*](cc.md) -[*](people.md) -[*](nokia.md) -[*](soyence.md) -[*](3d_modeling.md) -[*](game_of_life.md) -[*](cache.md) -[*](gui.md) -[*](suckless.md) -[*](doom.md) -[*](atheism.md) -[*](programming_style.md) -[*](ancap.md) -[*](faggot.md) -[*](goodbye_world.md) -[*](deep_blue.md) -[*](unary.md) -[*](competition.md) -[*](randomness.md) -[*](docker.md) -[*](tom_scott.md) -[*](ashley_jones.md) -[*](plusnigger.md) -[*](hash.md) -[*](sigbovik.md) -[*](altruism.md) -[*](internet.md) -[*](bloat_monopoly.md) -[*](project.md) -[*](analytic_geometry.md) -[*](abstraction.md) -[*](bilinear.md) -[*](public_domain_computer.md) -[*](morality.md) -[*](os.md) -[*](lrs_dictionary.md) -[*](hacking.md) -[*](open_source.md) -[*](os.md) -[*](fail_ab.md) -[*](less_retarded_society.md) -[*](pseudo3d.md) -[*](yes_they_can.md) -[*](consumerism.md) -[*](graveyard.md) -[*](wiki_style.md) -[*](fqa.md) -[*](jokes.md) -[*](teletext.md) -[*](markov_chain.md) -[*](gemini.md) -[*](ashley_jones.md) -[*](motivation.md) -[*](rights_culture.md) -[*](nanogenmo.md) -[*](rock.md) -[*](books.md) -[*](3d_model.md) -[*](distance.md) -[*](teletext.md) -[*](nonogram.md) -[*](rapeware.md) -[*](freedom.md) -[*](computer.md) -[*](deep_blue.md) -[*](cc.md) -[*](tangram.md) -[*](magic.md) -[*](dinosaur.md) -[*](deferred_shading.md) -[*](implicit.md) -[*](tpe.md) -[*](ui.md) -[*](brainfuck.md) -[*](permacomputing.md) -[*](graphics.md) -[*](duskos.md) -[*](education.md) -[*](marxism.md) -[*](operating_system.md) -[*](malware.md) -[*](hacker_culture.md) -[*](tech.md) -[*](privacy.md) -[*](license.md) -[*](bit.md) -[*](f2p.md) -[*](float.md) -[*](programming_language.md) -[*](goodbye_world.md) -[*](usenet.md) -[*](dog.md) -[*](3d_rendering.md) -[*](pseudorandomness.md) -[*](twos_complement.md) -[*](trolling.md) -[*](autostereogram.md) -[*](feminism.md) -[*](analytic_geometry.md) -[*](logic_gate.md) -[*](mouse.md) -[*](evil.md) -[*](steve_jobs.md) -[*](audiophilia.md) -[*](often_misunderstood.md) -[*](censorship.md) -[*](minimalism.md) -[*](right.md) -[*](logic_gate.md) -[*](sorting.md) -[*](quantum_gate.md) -[*](nc.md) -[*](venus_project.md) -[*](computer.md) -[*](windows.md) -[*](tranny_software.md) -[*](antivirus_paradox.md) -[*](3d_rendering.md) -[*](duke3d.md) -[*](tech.md) -[*](vector.md) -[*](ascii_art.md) -[*](hacking.md) -[*](wikidata.md) -[*](unfuck.md) -[*](crime_against_economy.md) -[*](flatland.md) -[*](fizzbuzz.md) -[*](soydev.md) -[*](pseudo3d.md) -[*](left.md) -[*](czechia.md) -[*](liberalism.md) -[*](soydev.md) -[*](libertarianism.md) -[*](comun.md) -[*](suicide.md) -[*](niggercoin.md) -[*](xonotic.md) -[*](information.md) -[*](less_retarded_hardware.md) -[*](coding.md) -[*](capitalist_software.md) -[*](intellectual_property.md) -[*](wiki_authors.md) -[*](creative_commons.md) -[*](js.md) -[*](anpac.md) -[*](c_tutorial.md) -[*](capitalism.md) -[*](fun.md) -[*](p_vs_np.md) -[*](autostereogram.md) -[*](luke_smith.md) -[*](macrofucker.md) -[*](license.md) -[*](youtube.md) -[*](operating_system.md) -[*](wikipedia.md) -[*](microtheft.md) -[*](ram.md) -[*](sqrt.md) -[*](jedi_engine.md) -[*](version_numbering.md) -[*](ted_kaczynski.md) -[*](web.md) -[*](arduboy.md) -[*](project.md) -[*](rust.md) -[*](approximation.md) -[*](sanism.md) -[*](freedom.md) -[*](ashley_jones.md) -[*](robot.md) -[*](randomness.md) -[*](primitive_3d.md) -[*](arch.md) -[*](e.md) -[*](implicit.md) -[*](phd.md) -[*](zen.md) -[*](computer.md) -[*](racism.md) -[*](gaywashing.md) -[*](palette.md) -[*](number.md) -[*](disease.md) -[*](creative_commons.md) -[*](determinism.md) -[*](anarchism.md) -[*](golang.md) -[*](css.md) -[*](p_vs_np.md) -[*](wizard.md) -[*](de_facto.md) -[*](football.md) -[*](3d_rendering.md) -[*](capitalist_software.md) -[*](mud.md) -[*](cpp.md) -[*](tranny.md) -[*](demoscene.md) -[*](bytebeat.md) -[*](technology.md) -[*](markov_chain.md) -[*](faq.md) -[*](murderer.md) -[*](less_retarded_software.md) -[*](hash.md) -[*](programming_tips.md) -[*](demoscene.md) -[*](wiki_pages.md) -[*](mechanical.md) -[*](lrs_dictionary.md) -[*](bbs.md) -[*](interesting.md) -[*](openarena.md) -[*](viznut.md) -[*](gender_studies.md) -[*](kids_these_days.md) -[*](rms.md) -[*](algorithm.md) -[*](neural_network.md) -[*](flatland.md) -[*](marxism.md) -[*](viznut.md) -[*](quine.md) -[*](political_correctness.md) -[*](paywall.md) -[*](needed.md) -[*](pseudorandomness.md) -[*](free.md) -[*](one.md) -[*](tattoo.md) -[*](python.md) -[*](kek.md) -[*](ascii.md) -[*](race.md) -[*](altruism.md) -[*](small3dlib.md) -[*](tech.md) -[*](freedom_distance.md) -[*](human_language.md) -[*](smart.md) -[*](duskos.md) -[*](drummyfish.md) -[*](chasm_the_rift.md) -[*](turing_machine.md) -[*](harry_potter.md) -[*](modern.md) -[*](100r.md) -[*](tattoo.md) -[*](fight_culture.md) -[*](jargon_file.md) -[*](palette.md) -[*](capitalist_singularity.md) -[*](c_sharp.md) -[*](needed.md) -[*](encryption.md) -[*](backgammon.md) -[*](pd.md) -[*](troll.md) -[*](free_hardware.md) -[*](global_discussion.md) -[*](murderer.md) -[*](analog.md) -[*](ascii.md) -[*](pseudominimalism.md) -[*](tpe.md) -[*](cloudflare.md) -[*](life.md) -[*](altruism.md) -[*](gopher.md) -[*](geek.md) -[*](assembly.md) -[*](gui.md) -[*](real_number.md) -[*](mud.md) -[*](security.md) -[*](gigachad.md) -[*](dependency.md) -[*](wiki_rights.md) -[*](autoupdate.md) -[*](3d_model.md) -[*](hash.md) -[*](logic.md) -[*](microtransaction.md) -[*](mob_software.md) -[*](tinyphysicsengine.md) -[*](ioccc.md) -[*](raycastlib.md) -[*](ted_kaczynski.md) -[*](boat.md) -[*](bill_gates.md) -[*](data_hoarding.md) -[*](nc.md) -[*](trom.md) -[*](hacking.md) -[*](zero.md) -[*](axiom_of_choice.md) -[*](mandelbrot_set.md) -[*](hardware.md) -[*](social_inertia.md) -[*](marketing.md) -[*](rsa.md) -[*](float.md) -[*](bloat_monopoly.md) -[*](iq.md) -[*](terry_davis.md) -[*](wow.md) -[*](boot.md) -[*](proprietary.md) -[*](czechia.md) -[*](loquendo.md) -[*](bytecode.md) -[*](future.md) -[*](rights_culture.md) -[*](pseudoleft.md) -[*](approximation.md) -[*](fear_culture.md) -[*](racetrack.md) -[*](smallchesslib.md) -[*](free_culture.md) -[*](cos.md) -[*](greenwashing.md) -[*](future_proof.md) -[*](java.md) -[*](drummyfish.md) -[*](faggot.md) -[*](girl.md) -[*](trom.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](throwaway_script.md) -[*](cloud.md) -[*](law.md) -[*](math.md) -[*](rms.md) -[*](permacomputing_wiki.md) -[*](21st_century.md) -[*](physics_engine.md) -[*](security.md) -[*](charity_sex.md) -[*](c_sharp.md) -[*](moderation.md) -[*](README.md) -[*](regex.md) -[*](gigachad.md) -[*](law.md) -[*](complexity.md) -[*](hard_to_learn_easy_to_master.md) -[*](lambda_calculus.md) -[*](murderer.md) -[*](money.md) -[*](public_domain.md) -[*](productivity_cult.md) -[*](zuckerberg.md) -[*](mouse.md) -[*](unary.md) -[*](free_speech.md) -[*](infinity.md) -[*](free_will.md) -[*](beauty.md) -[*](elo.md) -[*](greenwashing.md) -[*](cracking.md) -[*](rule110.md) -[*](everyone_does_it.md) -[*](elon_musk.md) -[*](music.md) -[*](nord_vpn.md) -[*](productivity_cult.md) -[*](earth.md) -[*](dramatica.md) -[*](portal_rendering.md) -[*](complexity.md) -[*](regex.md) -[*](minesweeper.md) -[*](build_engine.md) -[*](toxic.md) -[*](crow_funding.md) -[*](hacker_culture.md) -[*](loc.md) -[*](proof.md) -[*](shortcut_thinking.md) -[*](unretard.md) -[*](sw_rendering.md) -[*](suicide.md) -[*](tranny_software.md) -[*](pedophilia.md) -[*](rationalwiki.md) -[*](crypto.md) -[*](less_retarded_software.md) -[*](vector.md) -[*](public_domain.md) -[*](public_domain_computer.md) -[*](wiby.md) -[*](rms.md) -[*](cpu.md) -[*](hack.md) -[*](fourier_transform.md) -[*](hack.md) -[*](dungeons_and_dragons.md) -[*](hw.md) -[*](binary.md) -[*](dodleston.md) -[*](history.md) -[*](atheism.md) -[*](transistor.md) -[*](brainfuck.md) -[*](crow_funding.md) -[*](niger.md) -[*](downto.md) -[*](hyperoperation.md) -[*](terry_davis.md) -[*](sanism.md) -[*](zuckerberg.md) -[*](temple_os.md) -[*](main.md) -[*](progress.md) -[*](fixed_point.md) -[*](analog.md) -[*](docker.md) -[*](binary.md) -[*](universe.md) -[*](no_knowledge_proof.md) -[*](interplanetary_internet.md) -[*](science.md) -[*](digital.md) -[*](hard_to_learn_easy_to_master.md) -[*](xxiivv.md) [*](explicit.md) -[*](thrembo.md) -[*](logic_circuit.md) -[*](english.md) -[*](cracker.md) -[*](yes_they_can.md) -[*](procgen.md) -[*](xonotic.md) -[*](john_carmack.md) -[*](wiki_tldr.md) -[*](entropy.md) -[*](bit_hack.md) -[*](facebook.md) -[*](open_source.md) -[*](sqrt.md) -[*](liberalism.md) +[*](fear_culture.md) +[*](reactionary_software.md) +[*](anal_bead.md) +[*](right.md) +[*](fantasy_console.md) +[*](dungeons_and_dragons.md) +[*](often_misunderstood.md) +[*](io.md) +[*](macrofucker.md) +[*](free_speech.md) +[*](compression.md) +[*](regex.md) +[*](public_domain_computer.md) +[*](duke3d.md) +[*](old.md) [*](tool_slave.md) +[*](rgb332.md) +[*](project.md) +[*](operating_system.md) +[*](c_sharp.md) +[*](hw.md) +[*](fork.md) +[*](disease.md) +[*](rms.md) +[*](public_domain.md) +[*](lrs_dictionary.md) +[*](unfuck.md) +[*](shader.md) +[*](build_engine.md) +[*](javascript.md) +[*](quantum_gate.md) +[*](facebook.md) +[*](project.md) +[*](anarchism.md) +[*](transistor.md) +[*](portal_rendering.md) +[*](wiby.md) +[*](smart.md) +[*](hyperoperation.md) +[*](suckless.md) +[*](chaos.md) +[*](body_shaming.md) +[*](suicide.md) +[*](ai.md) +[*](music.md) +[*](wiki_pages.md) +[*](cancel_culture.md) +[*](fantasy_console.md) +[*](bytebeat.md) +[*](chasm_the_rift.md) +[*](license.md) +[*](unix.md) +[*](web.md) +[*](algorithm.md) +[*](interpolation.md) +[*](axiom_of_choice.md) +[*](hash.md) +[*](permacomputing.md) +[*](version_numbering.md) +[*](faggot.md) +[*](marble_race.md) +[*](copyleft.md) +[*](cpp.md) +[*](minesweeper.md) [*](logic_gate.md) [*](firmware.md) -[*](crypto.md) -[*](encyclopedia.md) -[*](smallchesslib.md) -[*](openai.md) -[*](dynamic_programming.md) -[*](minigame.md) -[*](fear_culture.md) -[*](digital.md) -[*](permacomputing.md) -[*](interesting.md) -[*](coc.md) -[*](marketing.md) -[*](data_hoarding.md) -[*](floss.md) -[*](framework.md) -[*](disease.md) -[*](raycastlib.md) -[*](easier_done_than_said.md) -[*](reactionary_software.md) -[*](explicit.md) -[*](geek.md) -[*](README.md) -[*](soydev.md) -[*](forth.md) -[*](crypto.md) -[*](nationalism.md) -[*](free_software.md) -[*](bazaar.md) -[*](privacy.md) -[*](name_is_important.md) -[*](productivity_cult.md) -[*](military.md) -[*](open_console.md) -[*](free_body.md) [*](sw_rendering.md) -[*](lgbt.md) -[*](shader.md) -[*](julia_set.md) -[*](black.md) -[*](distrohopping.md) -[*](fractal.md) -[*](geek.md) -[*](shit.md) -[*](prime.md) -[*](de_facto.md) -[*](acronym.md) -[*](shortcut_thinking.md) -[*](unicode.md) -[*](free_hardware.md) -[*](information.md) -[*](cancel_culture.md) -[*](cloud.md) -[*](smart.md) -[*](stereotype.md) -[*](jokes.md) -[*](love.md) -[*](bs.md) -[*](xonotic.md) -[*](democracy.md) -[*](shortcut_thinking.md) -[*](dramatica.md) -[*](myths.md) -[*](game_of_life.md) -[*](go.md) -[*](distance.md) -[*](books.md) -[*](race.md) -[*](rapeware.md) -[*](compiler_bomb.md) -[*](openarena.md) -[*](wiki_stats.md) -[*](sdf.md) -[*](sw.md) -[*](quine.md) -[*](100r.md) -[*](dick_reveal.md) -[*](downto.md) -[*](see_through_clothes.md) -[*](world_broadcast.md) -[*](deferred_shading.md) -[*](aaron_swartz.md) -[*](plusnigger.md) -[*](lgbt.md) -[*](chaos.md) -[*](cyber.md) -[*](os.md) -[*](forth.md) -[*](pi.md) -[*](unix.md) -[*](proof.md) -[*](devuan.md) -[*](fqa.md) -[*](copyright.md) -[*](arduboy.md) -[*](lil.md) -[*](dramatica.md) -[*](robot.md) -[*](hero.md) -[*](marxism.md) -[*](memory_management.md) -[*](interaction_net.md) -[*](update_culture.md) -[*](football.md) -[*](optimization.md) -[*](aaron_swartz.md) -[*](recursion.md) -[*](hero_culture.md) -[*](loquendo.md) -[*](color.md) -[*](living.md) -[*](no_knowledge_proof.md) -[*](wiki_stats.md) -[*](floss.md) -[*](library.md) -[*](jokes.md) -[*](cloudflare.md) -[*](free.md) -[*](gnu.md) -[*](mainstream.md) -[*](duskos.md) -[*](copyleft.md) -[*](bit.md) -[*](programming_tips.md) -[*](bit_hack.md) -[*](3d_modeling.md) -[*](c_pitfalls.md) -[*](qubit.md) -[*](ethics.md) -[*](culture.md) -[*](fantasy_console.md) -[*](egoism.md) -[*](line.md) -[*](wikipedia.md) -[*](free_speech.md) -[*](facebook.md) -[*](countercomplex.md) -[*](trusting_trust.md) -[*](lrs.md) -[*](tom_scott.md) -[*](antialiasing.md) -[*](golang.md) -[*](io.md) -[*](fork.md) -[*](main.md) -[*](cancer.md) -[*](backgammon.md) -[*](algorithm.md) -[*](mob_software.md) -[*](usa.md) -[*](tool_slave.md) -[*](world_broadcast.md) -[*](de_facto.md) -[*](wizard.md) -[*](left_right.md) -[*](primitive_3d.md) -[*](comment.md) -[*](work.md) -[*](thrembo.md) -[*](censorship.md) -[*](quantum_gate.md) -[*](cheating.md) -[*](steve_jobs.md) -[*](ubi.md) -[*](coding.md) -[*](right.md) -[*](see_through_clothes.md) -[*](lmao.md) -[*](c_pitfalls.md) -[*](library.md) -[*](resnicks_termite.md) -[*](censorship.md) -[*](cancel_culture.md) -[*](jesus.md) -[*](capitalism.md) -[*](antialiasing.md) -[*](xd.md) -[*](libertarianism.md) -[*](comun.md) -[*](normalization.md) -[*](rust.md) -[*](dinosaur.md) -[*](jargon_file.md) -[*](compression.md) -[*](bytebeat.md) -[*](memory_management.md) -[*](freedom_distance.md) -[*](ssao.md) -[*](pedophilia.md) -[*](cracking.md) -[*](capitalist_singularity.md) -[*](githopping.md) -[*](digital.md) -[*](information.md) -[*](unretard.md) -[*](python.md) -[*](tor.md) -[*](minesweeper.md) -[*](fixed_point.md) -[*](collapse.md) -[*](programming_tips.md) -[*](marketing.md) -[*](iq.md) -[*](web.md) -[*](pd.md) -[*](wiki_post_mortem.md) -[*](libre.md) -[*](fqa.md) -[*](programming_language.md) -[*](complexity.md) -[*](formal_language.md) -[*](steganography.md) -[*](smart.md) -[*](chess.md) -[*](paradigm.md) -[*](brain_software.md) -[*](public_domain.md) -[*](libre.md) -[*](racism.md) -[*](rgb565.md) -[*](wiki_authors.md) -[*](communism.md) -[*](operating_system.md) -[*](mandelbrot_set.md) -[*](debugging.md) -[*](plan9.md) -[*](culture.md) -[*](island.md) -[*](game_engine.md) -[*](competition.md) -[*](earth.md) -[*](right.md) -[*](crime_against_economy.md) -[*](esolang.md) -[*](apple.md) -[*](git.md) -[*](docker.md) -[*](wow.md) -[*](countercomplex.md) -[*](kiwifarms.md) -[*](people.md) -[*](feminism.md) -[*](assertiveness.md) -[*](neural_network.md) -[*](lrs_dictionary.md) -[*](drummyfish.md) -[*](smol_internet.md) -[*](raylib.md) -[*](fear_culture.md) -[*](distance.md) -[*](history.md) -[*](niger.md) -[*](fascism.md) -[*](pokitto.md) -[*](bitreich.md) -[*](proprietary.md) -[*](niggercoin.md) -[*](left_right.md) -[*](holy_war.md) -[*](modern_software.md) -[*](mouse.md) -[*](encyclopedia.md) -[*](consumerism.md) -[*](hero_culture.md) -[*](x86.md) -[*](blender.md) -[*](linear_algebra.md) -[*](bullshit.md) -[*](woman.md) -[*](pride.md) -[*](avpd.md) -[*](graphics.md) -[*](framework.md) -[*](linux.md) -[*](bootstrap.md) -[*](suckless.md) -[*](elo.md) -[*](sanism.md) -[*](free_will.md) -[*](maintenance.md) -[*](apple.md) -[*](analog.md) -[*](libertarianism.md) -[*](tor.md) -[*](function.md) -[*](wiki_rights.md) -[*](abstraction.md) -[*](90s.md) -[*](culture.md) -[*](xd.md) -[*](cancer.md) -[*](rights_culture.md) -[*](science.md) -[*](body_shaming.md) -[*](hexadecimal.md) -[*](rust.md) -[*](regex.md) -[*](js.md) -[*](42.md) -[*](black.md) -[*](wizard.md) -[*](soyence.md) -[*](axiom_of_choice.md) -[*](nc.md) -[*](90s.md) -[*](frameless.md) -[*](anarch.md) -[*](fight.md) -[*](rgb332.md) -[*](toxic.md) -[*](bytebeat.md) -[*](flatland.md) -[*](steve_jobs.md) -[*](steganography.md) -[*](sdf.md) -[*](real_number.md) -[*](atheism.md) -[*](byte.md) -[*](minigame.md) -[*](music.md) -[*](license.md) -[*](double_buffering.md) -[*](gopher.md) -[*](fediverse.md) -[*](saf.md) -[*](hyperoperation.md) -[*](triangle.md) -[*](dynamic_programming.md) -[*](old.md) -[*](turing_machine.md) -[*](patent.md) -[*](idiot_fallacy.md) -[*](rsa.md) -[*](computational_complexity.md) -[*](mainstream.md) -[*](quaternion.md) -[*](usenet.md) -[*](bill_gates.md) -[*](3d_modeling.md) -[*](gaywashing.md) -[*](css.md) -[*](nonogram.md) -[*](easy_to_learn_hard_to_master.md) -[*](settled.md) -[*](magic.md) -[*](human_language.md) -[*](no_knowledge_proof.md) -[*](framework.md) -[*](idiot_fallacy.md) -[*](io.md) -[*](free_universe.md) -[*](public_domain_computer.md) -[*](42.md) -[*](css.md) -[*](raycasting.md) -[*](cc.md) -[*](paywall.md) -[*](less_retarded_society.md) -[*](copyfree.md) -[*](sudoku.md) -[*](easy_to_learn_hard_to_master.md) -[*](color.md) -[*](elon_musk.md) -[*](iq.md) -[*](xxiivv.md) -[*](selflessness.md) -[*](oop.md) -[*](future.md) -[*](abstraction.md) -[*](capitalism.md) -[*](go.md) -[*](fun.md) -[*](blender.md) -[*](social_inertia.md) -[*](zen.md) -[*](viznut.md) -[*](sudoku.md) -[*](dungeons_and_dragons.md) -[*](devuan.md) -[*](world_broadcast.md) -[*](less_retarded_hardware.md) -[*](unix.md) -[*](whale.md) -[*](bill_gates.md) -[*](microsoft.md) -[*](linear_algebra.md) -[*](acronym.md) -[*](wikiwikiweb.md) -[*](fight_culture.md) -[*](capitalist_software.md) -[*](attribution.md) -[*](selflessness.md) -[*](c_sharp.md) -[*](unary.md) -[*](hacker_culture.md) -[*](mipmap.md) -[*](anal_bead.md) -[*](gender_studies.md) -[*](wikipedia.md) -[*](atan.md) -[*](life.md) -[*](nigger.md) -[*](entropy.md) -[*](combinatorics.md) -[*](mipmap.md) -[*](splinternet.md) -[*](permacomputing_wiki.md) -[*](mental_outlaw.md) -[*](rapeware.md) [*](windows.md) -[*](www.md) -[*](ted_kaczynski.md) -[*](trolling.md) -[*](racetrack.md) -[*](graveyard.md) -[*](marble_race.md) -[*](transistor.md) -[*](proprietary.md) -[*](mainstream.md) -[*](troll.md) -[*](langtons_ant.md) -[*](teletext.md) -[*](cheating.md) -[*](logic_circuit.md) -[*](cyber.md) -[*](shogi.md) +[*](anal_bead.md) [*](wavelet_transform.md) -[*](saf.md) -[*](political_correctness.md) -[*](temple_os.md) -[*](cc0.md) -[*](mud.md) -[*](demo.md) -[*](dick_reveal.md) -[*](egoism.md) -[*](qubit.md) -[*](cache.md) -[*](encyclopedia.md) -[*](fascism.md) -[*](justice.md) -[*](macrofucker.md) -[*](low_poly.md) -[*](watchdog.md) -[*](palette.md) -[*](microtheft.md) -[*](ram.md) -[*](gemini.md) -[*](openai.md) -[*](hardware.md) -[*](nigger.md) -[*](distrohopping.md) -[*](military.md) -[*](duke3d.md) -[*](femoid.md) -[*](bullshit.md) -[*](ronja.md) -[*](lil.md) -[*](open_console.md) -[*](ascii.md) -[*](justice.md) -[*](small3dlib.md) -[*](bbs.md) -[*](fixed_point.md) -[*](often_confused.md) -[*](proprietary_software.md) -[*](jedi_engine.md) -[*](collapse.md) -[*](lrs_wiki.md) -[*](wiki_rights.md) -[*](oop.md) -[*](exercises.md) -[*](dog.md) -[*](fascism.md) -[*](island.md) -[*](black.md) -[*](watchdog.md) -[*](duke3d.md) -[*](sw.md) -[*](jargon_file.md) -[*](nd.md) -[*](compsci.md) -[*](jesus.md) -[*](js.md) -[*](one.md) -[*](optimization.md) -[*](marble_race.md) -[*](kids_these_days.md) -[*](charity_sex.md) -[*](finished.md) -[*](rationalwiki.md) -[*](audiophilia.md) -[*](political_correctness.md) -[*](game.md) -[*](justice.md) -[*](cyber.md) -[*](firmware.md) -[*](girl.md) -[*](hardware.md) -[*](demoscene.md) -[*](lrs.md) -[*](harry_potter.md) -[*](left.md) -[*](unix_philosophy.md) -[*](update_culture.md) -[*](coc.md) -[*](qubit.md) -[*](pokitto.md) -[*](cpu.md) -[*](kiwifarms.md) -[*](modern_software.md) -[*](gnu.md) -[*](logic_circuit.md) -[*](tangram.md) -[*](technology.md) -[*](ioccc.md) -[*](network.md) -[*](free_hardware.md) -[*](just_werks.md) -[*](name_is_important.md) -[*](21st_century.md) -[*](sw.md) -[*](double_buffering.md) -[*](morality.md) -[*](compsci.md) -[*](gay.md) -[*](hyperoperation.md) -[*](plan9.md) [*](raycasting.md) -[*](physics.md) -[*](boat.md) -[*](sjw.md) -[*](arch.md) -[*](security.md) -[*](body_shaming.md) -[*](evil.md) -[*](wikidata.md) -[*](free_body.md) -[*](furry.md) -[*](reddit.md) -[*](girl.md) -[*](programming.md) -[*](optimization.md) -[*](often_misunderstood.md) -[*](fight_culture.md) -[*](npc.md) -[*](fascist.md) -[*](githopping.md) -[*](settled.md) -[*](dynamic_programming.md) -[*](racism.md) -[*](nonogram.md) -[*](cat_v.md) -[*](patent.md) -[*](4chan.md) -[*](ai.md) -[*](reddit.md) -[*](pride.md) -[*](float.md) -[*](newspeak.md) -[*](goodbye_world.md) -[*](bullshit.md) -[*](fizzbuzz.md) -[*](collision.md) -[*](crow_funding.md) -[*](hw.md) -[*](collision.md) -[*](copyfree.md) -[*](netstalking.md) -[*](emoticon.md) -[*](foss.md) -[*](hexadecimal.md) -[*](moderation.md) -[*](smol_internet.md) -[*](recursion.md) -[*](speech_synthesis.md) -[*](collision.md) +[*](black.md) +[*](pseudorandomness.md) [*](wikiwikiweb.md) -[*](bytecode.md) -[*](axiom_of_choice.md) -[*](charity_sex.md) -[*](often_confused.md) -[*](furry.md) -[*](tas.md) -[*](build_engine.md) -[*](physics.md) -[*](pseudoleft.md) -[*](myths.md) -[*](data_structure.md) -[*](lmao.md) -[*](antialiasing.md) -[*](triangle.md) -[*](julia_set.md) -[*](wiki_pages.md) -[*](pd.md) -[*](uxn.md) -[*](usenet.md) -[*](byte.md) -[*](less_retarded_hardware.md) -[*](encryption.md) -[*](oop.md) -[*](gopher.md) -[*](unicode.md) -[*](plusnigger.md) -[*](bilinear.md) -[*](app.md) -[*](stereotype.md) -[*](dodleston.md) -[*](anpac.md) +[*](fail_ab.md) +[*](future_proof.md) +[*](proprietary_software.md) [*](free_software.md) +[*](race.md) +[*](sin.md) +[*](plusnigger.md) +[*](nigger.md) +[*](law.md) +[*](cat_v.md) +[*](freedom.md) +[*](implicit.md) +[*](trusting_trust.md) +[*](lmao.md) +[*](hash.md) +[*](quaternion.md) +[*](programming_style.md) +[*](ram.md) +[*](copyfree.md) +[*](kwangmyong.md) +[*](toxic.md) +[*](cache.md) +[*](nationalism.md) +[*](linux.md) +[*](mental_outlaw.md) +[*](palette.md) +[*](capitalism.md) +[*](comun.md) +[*](woman.md) +[*](www.md) [*](wiby.md) -[*](communism.md) +[*](competition.md) +[*](c_tutorial.md) +[*](minigame.md) +[*](ioccc.md) +[*](fqa.md) +[*](floss.md) +[*](geek.md) +[*](charity_sex.md) +[*](esolang.md) +[*](3d_rendering.md) +[*](go.md) +[*](hexadecimal.md) +[*](pride.md) +[*](boat.md) +[*](mental_outlaw.md) +[*](blender.md) +[*](cloudflare.md) +[*](love.md) +[*](goodbye_world.md) +[*](avpd.md) +[*](jargon_file.md) +[*](modern_software.md) +[*](fight.md) +[*](security.md) +[*](zen.md) +[*](unix.md) +[*](hardware.md) +[*](xxiivv.md) +[*](lrs.md) +[*](encryption.md) +[*](selflessness.md) +[*](backpropagation.md) +[*](openai.md) +[*](tool_slave.md) +[*](primitive_3d.md) +[*](fantasy_console.md) +[*](free_culture.md) +[*](build_engine.md) +[*](sudoku.md) +[*](color.md) +[*](logic_gate.md) +[*](graveyard.md) +[*](body_shaming.md) [*](english.md) -[*](x86.md) -[*](fork.md) -[*](fediverse.md) -[*](progress.md) -[*](emoticon.md) -[*](ronja.md) +[*](js.md) +[*](de_facto.md) +[*](anarchism.md) +[*](piracy.md) +[*](temple_os.md) +[*](bloat_monopoly.md) +[*](fight_culture.md) +[*](coc.md) +[*](dungeons_and_dragons.md) +[*](liberalism.md) +[*](entropy.md) +[*](deferred_shading.md) +[*](java.md) +[*](marble_race.md) +[*](crow_funding.md) +[*](tangram.md) +[*](mipmap.md) +[*](xonotic.md) +[*](myths.md) +[*](left.md) +[*](love.md) +[*](license.md) +[*](sorting.md) +[*](less_retarded_society.md) +[*](ascii_art.md) +[*](linear_algebra.md) +[*](suicide.md) +[*](nigeria.md) +[*](holy_war.md) [*](xd.md) -[*](trom.md) +[*](atheism.md) +[*](floss.md) +[*](jesus.md) +[*](42.md) +[*](pseudominimalism.md) +[*](cache.md) +[*](productivity_cult.md) +[*](css.md) +[*](money.md) +[*](soyence.md) +[*](justice.md) +[*](unix_philosophy.md) +[*](openarena.md) +[*](rapeware.md) +[*](jokes.md) +[*](encryption.md) +[*](throwaway_script.md) +[*](README.md) +[*](cancer.md) +[*](faq.md) +[*](noise.md) +[*](boot.md) +[*](rights_culture.md) +[*](just_werks.md) +[*](git.md) +[*](beauty.md) +[*](duke3d.md) +[*](golang.md) +[*](magic.md) +[*](modern.md) +[*](lgbt.md) +[*](proprietary.md) +[*](collision.md) +[*](fascism.md) +[*](pokitto.md) +[*](human_language.md) +[*](free.md) +[*](dynamic_programming.md) +[*](nonogram.md) +[*](gnu.md) +[*](tpe.md) +[*](prime.md) +[*](graveyard.md) +[*](art.md) +[*](shortcut_thinking.md) +[*](assertiveness.md) +[*](cancel_culture.md) +[*](pd.md) +[*](byte.md) +[*](assembly.md) +[*](reactionary_software.md) +[*](fediverse.md) +[*](atan.md) +[*](linear_algebra.md) +[*](rgb332.md) +[*](dramatica.md) +[*](ted_kaczynski.md) +[*](slowly_boiling_the_frog.md) +[*](sw.md) +[*](emoticon.md) +[*](shader.md) +[*](furry.md) +[*](devuan.md) +[*](tattoo.md) +[*](corporation.md) +[*](crime_against_economy.md) +[*](apple.md) +[*](information.md) +[*](function.md) +[*](qubit.md) +[*](whale.md) +[*](doom.md) +[*](holy_war.md) +[*](anarch.md) +[*](modern_software.md) +[*](permacomputing_wiki.md) +[*](gopher.md) +[*](easier_done_than_said.md) +[*](free_will.md) +[*](world_broadcast.md) +[*](elo.md) +[*](usa.md) +[*](unretard.md) +[*](easy_to_learn_hard_to_master.md) +[*](social_inertia.md) +[*](analytic_geometry.md) +[*](atan.md) +[*](logic_circuit.md) +[*](library.md) +[*](bullshit.md) +[*](debugging.md) +[*](tranny_software.md) +[*](marble_race.md) +[*](autostereogram.md) +[*](data_hoarding.md) +[*](fourier_transform.md) +[*](newspeak.md) +[*](firmware.md) +[*](technology.md) +[*](public_domain.md) +[*](f2p.md) +[*](femoid.md) +[*](teletext.md) +[*](woman.md) +[*](git.md) +[*](everyone_does_it.md) +[*](oop.md) +[*](technology.md) +[*](soydev.md) +[*](living.md) +[*](real_number.md) +[*](color.md) +[*](dick_reveal.md) +[*](slowly_boiling_the_frog.md) +[*](collision.md) +[*](sjw.md) +[*](monad.md) +[*](mouse.md) +[*](interplanetary_internet.md) +[*](tpe.md) +[*](update_culture.md) +[*](comment.md) +[*](kiss.md) +[*](coding.md) +[*](100r.md) +[*](math.md) +[*](raycastlib.md) +[*](hero.md) +[*](suckless.md) +[*](fsf.md) +[*](czechia.md) +[*](education.md) +[*](hexadecimal.md) +[*](collapse.md) +[*](regex.md) +[*](pokitto.md) +[*](proprietary_software.md) +[*](macrofucker.md) +[*](hack.md) +[*](hero_culture.md) +[*](lisp.md) +[*](copyright.md) +[*](entrepreneur.md) +[*](tom_scott.md) +[*](furry.md) +[*](open_console.md) +[*](lambda_calculus.md) +[*](framework.md) +[*](nigger.md) +[*](backpropagation.md) +[*](robot.md) +[*](smallchesslib.md) +[*](cracking.md) +[*](bit_hack.md) +[*](law.md) +[*](encyclopedia.md) +[*](floss.md) +[*](frameless.md) +[*](music.md) +[*](dynamic_programming.md) +[*](explicit.md) +[*](speech_synthesis.md) +[*](cracking.md) +[*](programming_tips.md) +[*](watchdog.md) +[*](anarch.md) +[*](racetrack.md) +[*](implicit.md) +[*](pi.md) +[*](bill_gates.md) +[*](prime.md) +[*](antialiasing.md) +[*](axiom_of_choice.md) +[*](graphics.md) +[*](rationalwiki.md) +[*](elon_musk.md) +[*](arch.md) +[*](abstraction.md) +[*](brain_software.md) +[*](3d_rendering.md) +[*](ethics.md) +[*](xonotic.md) +[*](hacking.md) +[*](communism.md) +[*](free_culture.md) +[*](lrs_wiki.md) +[*](tangram.md) +[*](attribution.md) +[*](lrs_dictionary.md) +[*](less_retarded_society.md) +[*](function.md) +[*](tranny.md) +[*](diogenes.md) +[*](computer.md) +[*](memory_management.md) +[*](linux.md) +[*](phd.md) +[*](zen.md) +[*](software.md) +[*](throwaway_script.md) +[*](twos_complement.md) +[*](entropy.md) +[*](evil.md) +[*](used.md) +[*](hacker_culture.md) +[*](fediverse.md) +[*](teletext.md) +[*](math.md) +[*](gemini.md) +[*](network.md) +[*](countercomplex.md) +[*](distance.md) +[*](aliasing.md) +[*](autoupdate.md) +[*](entrepreneur.md) +[*](fascist.md) +[*](trolling.md) +[*](io.md) +[*](interpolation.md) +[*](shit.md) +[*](dependency.md) +[*](arduboy.md) +[*](hardware.md) +[*](debugging.md) +[*](xd.md) +[*](settled.md) +[*](life.md) +[*](mouse.md) +[*](right.md) +[*](bazaar.md) +[*](harry_potter.md) +[*](lil.md) +[*](political_correctness.md) +[*](bootstrap.md) +[*](often_misunderstood.md) +[*](see_through_clothes.md) +[*](wikipedia.md) +[*](education.md) +[*](bytebeat.md) +[*](freedom.md) +[*](hack.md) +[*](nanogenmo.md) +[*](jargon_file.md) +[*](libre.md) +[*](robot.md) +[*](rsa.md) +[*](jokes.md) +[*](dick_reveal.md) +[*](gigachad.md) +[*](work.md) +[*](loc.md) +[*](data_structure.md) +[*](capitalism.md) +[*](feminism.md) +[*](beauty.md) +[*](cat_v.md) +[*](mouse.md) +[*](capitalist_software.md) +[*](double_buffering.md) +[*](3d_modeling.md) +[*](black.md) +[*](sanism.md) +[*](racism.md) +[*](linux.md) +[*](good_enough.md) +[*](gender_studies.md) +[*](c_sharp.md) +[*](wiki_stats.md) +[*](capitalist_software.md) +[*](mainstream.md) +[*](democracy.md) +[*](transsexual.md) +[*](fractal.md) +[*](fuck.md) +[*](diogenes.md) +[*](wiki_post_mortem.md) +[*](programming_style.md) +[*](bootstrap.md) +[*](elon_musk.md) +[*](debugging.md) +[*](future.md) +[*](fizzbuzz.md) +[*](google.md) +[*](gay.md) +[*](noise.md) +[*](nc.md) +[*](john_carmack.md) +[*](boat.md) +[*](interaction_net.md) +[*](egoism.md) +[*](bitreich.md) +[*](mob_software.md) +[*](gopher.md) +[*](nc.md) +[*](greenwashing.md) +[*](saf.md) +[*](interaction_net.md) +[*](tinyphysicsengine.md) +[*](bitreich.md) +[*](tensor_product.md) +[*](js.md) +[*](progress.md) +[*](xd.md) +[*](nokia.md) +[*](digital_signature.md) +[*](mechanical.md) +[*](p_vs_np.md) +[*](fractal.md) +[*](less_retarded_hardware.md) +[*](smol_internet.md) +[*](rust.md) +[*](java.md) +[*](gay.md) +[*](capitalist_singularity.md) +[*](billboard.md) +[*](see_through_clothes.md) +[*](lil.md) +[*](niggercoin.md) +[*](wow.md) +[*](ai.md) +[*](real_number.md) +[*](good_enough.md) +[*](hack.md) +[*](mainstream.md) +[*](luke_smith.md) +[*](steve_jobs.md) +[*](foss.md) +[*](analytic_geometry.md) +[*](democracy.md) +[*](nationalism.md) +[*](f2p.md) +[*](flatland.md) +[*](culture.md) +[*](left_right.md) +[*](wiki_post_mortem.md) +[*](bytecode.md) +[*](wiki_rights.md) +[*](shortcut_thinking.md) +[*](main.md) +[*](hexadecimal.md) +[*](free_hardware.md) +[*](app.md) +[*](portal_rendering.md) +[*](proof.md) +[*](marketing.md) +[*](rock.md) +[*](left.md) +[*](patent.md) +[*](harry_potter.md) +[*](ascii_art.md) +[*](ssao.md) +[*](entrepreneur.md) +[*](newspeak.md) +[*](os.md) +[*](needed.md) +[*](avpd.md) +[*](stereotype.md) +[*](copyright.md) +[*](shogi.md) +[*](raylib.md) +[*](digital_signature.md) +[*](capitalist_software.md) +[*](pseudo3d.md) +[*](english.md) +[*](rsa.md) +[*](free_speech.md) +[*](uxn.md) +[*](nord_vpn.md) +[*](ai.md) +[*](wiki_style.md) +[*](quantum_gate.md) +[*](ted_kaczynski.md) +[*](bs.md) +[*](nationalism.md) +[*](fixed_point.md) +[*](how_to.md) +[*](chaos.md) +[*](openai.md) +[*](venus_project.md) +[*](bytebeat.md) +[*](bilinear.md) +[*](teletext.md) +[*](needed.md) +[*](mob_software.md) +[*](nord_vpn.md) +[*](thrembo.md) +[*](speech_synthesis.md) +[*](mandelbrot_set.md) +[*](drummyfish.md) +[*](wiki_style.md) +[*](fediverse.md) +[*](sw_rendering.md) +[*](arduboy.md) +[*](python.md) +[*](niger.md) +[*](quine.md) +[*](duke3d.md) +[*](nc.md) +[*](copyleft.md) +[*](fear_culture.md) +[*](fail_ab.md) +[*](internet.md) +[*](lmao.md) +[*](sqrt.md) +[*](history.md) +[*](paradigm.md) +[*](io.md) +[*](left.md) +[*](often_confused.md) +[*](social_inertia.md) +[*](wizard.md) +[*](gui.md) +[*](dependency.md) +[*](algorithm.md) +[*](cyber.md) +[*](frameless.md) +[*](open_source.md) +[*](lil.md) +[*](bit.md) +[*](public_domain.md) +[*](bbs.md) +[*](free_speech.md) +[*](tranny.md) +[*](unretard.md) +[*](free_software.md) +[*](graveyard.md) +[*](pd.md) +[*](paywall.md) +[*](pseudorandomness.md) +[*](earth.md) +[*](data_structure.md) +[*](game.md) +[*](john_carmack.md) +[*](netstalking.md) +[*](unfuck.md) +[*](holy_war.md) +[*](forth.md) +[*](faggot.md) +[*](bloat.md) +[*](altruism.md) +[*](selflessness.md) +[*](coding.md) +[*](liberalism.md) +[*](fuck.md) +[*](game_engine.md) +[*](free_will.md) +[*](xxiivv.md) +[*](game_engine.md) +[*](chess.md) +[*](small3dlib.md) +[*](girl.md) +[*](cheating.md) +[*](microtheft.md) [*](wiki_stats.md) [*](gui.md) -[*](law.md) -[*](chaos.md) -[*](physics_engine.md) -[*](wow.md) -[*](mob_software.md) -[*](shogi.md) -[*](life.md) -[*](rule110.md) -[*](nanogenmo.md) -[*](linux.md) -[*](chinese.md) -[*](used.md) -[*](pedophilia.md) -[*](anarchism.md) -[*](firmware.md) -[*](transistor.md) -[*](p_vs_np.md) -[*](entrepreneur.md) -[*](wikiwikiweb.md) -[*](speech_synthesis.md) -[*](loquendo.md) -[*](prime.md) -[*](logic.md) -[*](programming_style.md) -[*](copyleft.md) -[*](fascist.md) -[*](unfuck.md) -[*](slowly_boiling_the_frog.md) -[*](human_language.md) -[*](ancap.md) -[*](just_werks.md) -[*](mental_outlaw.md) -[*](c_tutorial.md) -[*](physics_engine.md) -[*](fork.md) -[*](fun.md) -[*](4chan.md) -[*](left.md) -[*](entropy.md) -[*](shader.md) -[*](quaternion.md) -[*](loc.md) -[*](how_to.md) -[*](bootstrap.md) -[*](proprietary_software.md) -[*](wiki_tldr.md) -[*](trash_magic.md) -[*](splinternet.md) -[*](ssao.md) -[*](monad.md) -[*](unix_philosophy.md) -[*](work.md) -[*](rock.md) -[*](raycastlib.md) -[*](interpolation.md) -[*](harry_potter.md) -[*](uxn.md) -[*](malware.md) -[*](vim.md) -[*](project.md) -[*](resnicks_termite.md) -[*](fourier_transform.md) -[*](aliasing.md) -[*](memory_management.md) -[*](free_speech.md) -[*](chasm_the_rift.md) -[*](kwangmyong.md) -[*](arduboy.md) -[*](terry_davis.md) -[*](tinyphysicsengine.md) -[*](tensor_product.md) -[*](free.md) -[*](universe.md) -[*](interplanetary_internet.md) -[*](paradigm.md) -[*](copyleft.md) -[*](pseudo3d.md) -[*](fsf.md) -[*](algorithm.md) -[*](freedom.md) -[*](permacomputing_wiki.md) -[*](less_retarded_software.md) -[*](boat.md) -[*](network.md) -[*](finished.md) -[*](bazaar.md) -[*](old.md) -[*](esolang.md) -[*](100r.md) -[*](90s.md) -[*](brain_software.md) -[*](needed.md) -[*](randomness.md) -[*](normalization.md) -[*](kek.md) -[*](go.md) -[*](data_structure.md) -[*](bilinear.md) -[*](sqrt.md) -[*](name_is_important.md) -[*](function.md) -[*](lrs.md) -[*](logic.md) -[*](comment.md) -[*](google.md) -[*](liberalism.md) -[*](science.md) +[*](rms.md) +[*](approximation.md) +[*](pseudoleft.md) +[*](copyfree.md) +[*](game_of_life.md) [*](cracker.md) -[*](sin.md) -[*](yes_they_can.md) -[*](reactionary_software.md) -[*](attribution.md) -[*](how_to.md) -[*](software.md) -[*](tas.md) -[*](diogenes.md) -[*](java.md) -[*](twos_complement.md) -[*](hack.md) -[*](motivation.md) -[*](minimalism.md) -[*](tranny.md) -[*](sorting.md) -[*](computational_complexity.md) -[*](intellectual_property.md) -[*](programming.md) -[*](feminism.md) -[*](elo.md) -[*](nigger.md) -[*](living.md) -[*](morality.md) -[*](blender.md) -[*](bloat.md) -[*](microsoft.md) -[*](splinternet.md) -[*](cancel_culture.md) -[*](explicit.md) -[*](encryption.md) -[*](game_engine.md) -[*](network.md) -[*](shader.md) -[*](fsf.md) -[*](microtransaction.md) -[*](cpu.md) -[*](julia_set.md) -[*](collision_detection.md) -[*](tensor_product.md) -[*](analytic_geometry.md) -[*](hexadecimal.md) -[*](nokia.md) -[*](football.md) -[*](cheating.md) -[*](consumerism.md) -[*](pride.md) -[*](update_culture.md) -[*](git.md) -[*](tangram.md) -[*](frameless.md) -[*](chasm_the_rift.md) -[*](trusting_trust.md) -[*](kek.md) -[*](open_console.md) -[*](line.md) -[*](ui.md) -[*](military.md) -[*](future_proof.md) -[*](npc.md) +[*](monad.md) +[*](tech.md) +[*](gnu.md) [*](cos.md) +[*](dramatica.md) +[*](lmao.md) +[*](vector.md) +[*](reactionary_software.md) +[*](physics.md) +[*](lisp.md) +[*](determinism.md) +[*](open_console.md) +[*](living.md) +[*](90s.md) +[*](malware.md) +[*](black.md) +[*](watchdog.md) +[*](tattoo.md) +[*](niger.md) +[*](fun.md) +[*](easy_to_learn_hard_to_master.md) +[*](byte.md) +[*](needed.md) +[*](xonotic.md) +[*](freedom_distance.md) +[*](infinity.md) +[*](jargon_file.md) +[*](tas.md) +[*](3d_rendering.md) +[*](java.md) +[*](usa.md) +[*](vim.md) +[*](pseudoleft.md) +[*](thrembo.md) +[*](censorship.md) +[*](settled.md) +[*](wiby.md) +[*](newspeak.md) +[*](rights_culture.md) +[*](mud.md) +[*](free_universe.md) +[*](global_discussion.md) +[*](blender.md) +[*](cc.md) +[*](trolling.md) +[*](main.md) +[*](transsexual.md) +[*](interesting.md) +[*](robot.md) +[*](physics_engine.md) +[*](bazaar.md) +[*](dodleston.md) +[*](hw.md) +[*](memory_management.md) +[*](game.md) +[*](raylib.md) +[*](ashley_jones.md) +[*](saf.md) +[*](rock.md) +[*](cpp.md) +[*](wow.md) +[*](rgb332.md) +[*](de_facto.md) +[*](altruism.md) +[*](systemd.md) +[*](comun.md) +[*](transistor.md) +[*](cloud.md) +[*](update_culture.md) +[*](kiss.md) +[*](feminism.md) +[*](creative_commons.md) +[*](modern.md) +[*](programming_style.md) +[*](luke_smith.md) +[*](beauty.md) +[*](emoticon.md) +[*](css.md) +[*](xxiivv.md) +[*](chasm_the_rift.md) +[*](rights_culture.md) +[*](compression.md) +[*](modern_software.md) +[*](git.md) +[*](everyone_does_it.md) +[*](island.md) +[*](nigger.md) +[*](README.md) +[*](libertarianism.md) +[*](windows.md) +[*](whale.md) +[*](semiconductor.md) +[*](operating_system.md) +[*](small3dlib.md) +[*](twos_complement.md) +[*](adam_smith.md) +[*](low_poly.md) +[*](formal_language.md) +[*](dinosaur.md) +[*](lrs.md) +[*](wiki_post_mortem.md) +[*](mental_outlaw.md) +[*](project.md) +[*](human_language.md) +[*](deferred_shading.md) +[*](raylib.md) +[*](censorship.md) +[*](markov_chain.md) +[*](cloudflare.md) +[*](modern.md) +[*](unfuck.md) +[*](soydev.md) +[*](oop.md) +[*](cpp.md) +[*](complexity.md) +[*](capitalism.md) +[*](reddit.md) +[*](motivation.md) +[*](chasm_the_rift.md) +[*](murderer.md) +[*](fqa.md) +[*](rule110.md) +[*](unix_philosophy.md) +[*](x86.md) +[*](jedi_engine.md) +[*](demo.md) +[*](living.md) +[*](bit_hack.md) +[*](portability.md) +[*](forth.md) +[*](42.md) +[*](mipmap.md) +[*](free_will.md) +[*](plan9.md) +[*](moderation.md) +[*](libre.md) +[*](money.md) +[*](ram.md) +[*](dodleston.md) +[*](science.md) +[*](interesting.md) +[*](tech.md) +[*](art.md) +[*](ioccc.md) +[*](resnicks_termite.md) +[*](wavelet_transform.md) +[*](google.md) +[*](turing_machine.md) +[*](binary.md) +[*](facebook.md) +[*](cache.md) +[*](free_hardware.md) +[*](flatland.md) +[*](openarena.md) +[*](githopping.md) +[*](fight.md) +[*](fourier_transform.md) +[*](openai.md) +[*](21st_century.md) +[*](compsci.md) +[*](used.md) +[*](rust.md) +[*](fsf.md) +[*](lgbt.md) +[*](sorting.md) +[*](earth.md) +[*](crime_against_economy.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](world_broadcast.md) +[*](downto.md) +[*](adam_smith.md) +[*](global_discussion.md) +[*](prime.md) +[*](evil.md) +[*](free_body.md) +[*](pi.md) +[*](pedophilia.md) +[*](implicit.md) +[*](privacy.md) +[*](distrohopping.md) +[*](ancap.md) +[*](love.md) +[*](egoism.md) +[*](atan.md) +[*](combinatorics.md) +[*](czechia.md) +[*](education.md) +[*](hard_to_learn_easy_to_master.md) +[*](public_domain_computer.md) +[*](analytic_geometry.md) +[*](memory_management.md) +[*](wiki_rights.md) +[*](rule110.md) +[*](microtransaction.md) +[*](open_source.md) +[*](cpu.md) +[*](openarena.md) +[*](tor.md) +[*](collapse.md) +[*](furry.md) +[*](assertiveness.md) +[*](trump.md) +[*](procgen.md) +[*](collapse.md) +[*](shogi.md) +[*](framework.md) +[*](trolling.md) +[*](murderer.md) +[*](tranny_software.md) +[*](semiconductor.md) +[*](loc.md) +[*](ubi.md) +[*](smol_internet.md) +[*](autoupdate.md) +[*](unix.md) +[*](line.md) +[*](rationalwiki.md) +[*](kids_these_days.md) +[*](how_to.md) +[*](geek.md) +[*](cancel_culture.md) +[*](youtube.md) +[*](idiot_fallacy.md) +[*](fascist.md) +[*](microtheft.md) +[*](often_misunderstood.md) +[*](backgammon.md) +[*](netstalking.md) +[*](hero.md) +[*](temple_os.md) +[*](aaron_swartz.md) +[*](small3dlib.md) +[*](encryption.md) +[*](e.md) +[*](shit.md) +[*](soydev.md) +[*](democracy.md) +[*](suckless.md) +[*](coc.md) +[*](unary.md) +[*](wikipedia.md) +[*](app.md) +[*](attribution.md) +[*](gay.md) +[*](sigbovik.md) +[*](linear_algebra.md) +[*](apple.md) +[*](mainstream.md) +[*](kiwifarms.md) +[*](troll.md) +[*](wiki_stats.md) +[*](tensor_product.md) +[*](computational_complexity.md) +[*](nokia.md) +[*](recursion.md) +[*](lambda_calculus.md) +[*](smart.md) +[*](data_hoarding.md) +[*](devuan.md) +[*](usenet.md) +[*](bullshit.md) +[*](rms.md) +[*](wiki_rights.md) +[*](raycastlib.md) +[*](kek.md) +[*](woman.md) +[*](morality.md) +[*](sdf.md) +[*](fizzbuzz.md) +[*](programming.md) +[*](bill_gates.md) +[*](collision_detection.md) +[*](3d_model.md) +[*](finished.md) +[*](palette.md) +[*](systemd.md) +[*](js.md) +[*](ssao.md) +[*](ethics.md) +[*](lisp.md) +[*](egoism.md) +[*](color.md) +[*](capitalist_singularity.md) +[*](pseudo3d.md) +[*](transistor.md) +[*](float.md) +[*](autostereogram.md) +[*](interplanetary_internet.md) +[*](unretard.md) +[*](complexity.md) +[*](duskos.md) +[*](myths.md) +[*](motivation.md) +[*](aliasing.md) +[*](sin.md) +[*](langtons_ant.md) +[*](goodbye_world.md) +[*](crypto.md) +[*](consumerism.md) +[*](just_werks.md) +[*](real_number.md) +[*](triangle.md) +[*](acronym.md) +[*](atheism.md) +[*](approximation.md) +[*](cos.md) +[*](brainfuck.md) +[*](quaternion.md) +[*](harry_potter.md) +[*](political_correctness.md) +[*](island.md) +[*](framework.md) +[*](murderer.md) +[*](people.md) +[*](steganography.md) [*](chinese.md) +[*](universe.md) +[*](fear_culture.md) +[*](computational_complexity.md) +[*](anpac.md) +[*](c.md) +[*](sanism.md) +[*](physics.md) +[*](programming.md) +[*](fascism.md) +[*](21st_century.md) +[*](charity_sex.md) +[*](pseudo3d.md) +[*](distrohopping.md) +[*](see_through_clothes.md) +[*](wiki_authors.md) +[*](crime_against_economy.md) +[*](binary.md) +[*](rock.md) +[*](triangle.md) +[*](venus_project.md) +[*](cc0.md) +[*](bbs.md) +[*](military.md) +[*](procgen.md) +[*](racetrack.md) +[*](monad.md) +[*](brainfuck.md) +[*](backpropagation.md) +[*](chinese.md) +[*](feminism.md) +[*](programming_language.md) +[*](splinternet.md) +[*](gui.md) +[*](21st_century.md) +[*](trom.md) +[*](gigachad.md) +[*](gaywashing.md) +[*](julia_set.md) +[*](justice.md) +[*](resnicks_termite.md) +[*](zuckerberg.md) +[*](cyber.md) +[*](information.md) +[*](soyence.md) +[*](future.md) +[*](sorting.md) +[*](markov_chain.md) +[*](audiophilia.md) +[*](regex.md) +[*](work.md) +[*](paywall.md) +[*](smallchesslib.md) +[*](morality.md) +[*](compiler_bomb.md) +[*](femoid.md) +[*](diogenes.md) +[*](john_carmack.md) +[*](billboard.md) +[*](float.md) +[*](c.md) +[*](speech_synthesis.md) +[*](technology.md) +[*](intellectual_property.md) +[*](terry_davis.md) +[*](rapeware.md) +[*](wikidata.md) +[*](shortcut_thinking.md) +[*](duskos.md) +[*](one.md) +[*](os.md) +[*](hyperoperation.md) +[*](splinternet.md) +[*](cc0.md) +[*](copyright.md) +[*](analog.md) +[*](emoticon.md) +[*](logic_circuit.md) +[*](wow.md) +[*](binary.md) +[*](elo.md) +[*](line.md) +[*](bill_gates.md) +[*](ubi.md) +[*](wiki_tldr.md) +[*](demoscene.md) +[*](paradigm.md) +[*](charity_sex.md) +[*](mipmap.md) +[*](docker.md) +[*](logic_gate.md) +[*](bloat_monopoly.md) +[*](unicode.md) +[*](stereotype.md) +[*](usenet.md) +[*](minigame.md) +[*](dinosaur.md) +[*](cancer.md) +[*](atheism.md) +[*](pseudorandomness.md) +[*](firmware.md) +[*](acronym.md) +[*](name_is_important.md) +[*](motivation.md) +[*](backgammon.md) +[*](maintenance.md) +[*](function.md) +[*](hard_to_learn_easy_to_master.md) +[*](rgb565.md) +[*](proprietary.md) +[*](ashley_jones.md) +[*](geek.md) +[*](malware.md) +[*](shader.md) +[*](people.md) +[*](iq.md) +[*](military.md) +[*](toxic.md) +[*](bloat.md) +[*](football.md) +[*](gender_studies.md) +[*](sqrt.md) +[*](bytecode.md) +[*](githopping.md) +[*](collision_detection.md) +[*](steganography.md) +[*](boot.md) +[*](wiki_authors.md) +[*](mob_software.md) +[*](communism.md) +[*](kiwifarms.md) +[*](x86.md) +[*](earth.md) +[*](distance.md) +[*](luke_smith.md) +[*](yes_they_can.md) +[*](autoupdate.md) +[*](cracker.md) +[*](fight.md) +[*](sqrt.md) +[*](macrofucker.md) +[*](cloudflare.md) +[*](life.md) +[*](free.md) +[*](recursion.md) +[*](rgb565.md) +[*](libertarianism.md) +[*](moderation.md) +[*](ui.md) +[*](steve_jobs.md) +[*](microtransaction.md) +[*](transsexual.md) +[*](proprietary_software.md) +[*](logic_circuit.md) +[*](productivity_cult.md) +[*](graphics.md) +[*](niggercoin.md) +[*](wiki_authors.md) +[*](elo.md) +[*](algorithm.md) +[*](ethics.md) +[*](drummyfish.md) +[*](culture.md) +[*](programming_tips.md) +[*](bilinear.md) +[*](shogi.md) +[*](faggot.md) +[*](computational_complexity.md) +[*](fixed_point.md) +[*](slowly_boiling_the_frog.md) +[*](portability.md) +[*](line.md) +[*](zero.md) +[*](magic.md) +[*](software.md) +[*](idiot_fallacy.md) +[*](goodbye_world.md) +[*](progress.md) +[*](consumerism.md) +[*](optimization.md) +[*](attribution.md) +[*](hw.md) +[*](no_knowledge_proof.md) +[*](data_hoarding.md) +[*](drummyfish.md) +[*](greenwashing.md) +[*](law.md) +[*](vim.md) +[*](game_of_life.md) +[*](network.md) +[*](bilinear.md) +[*](deep_blue.md) +[*](bazaar.md) +[*](boot.md) +[*](demo.md) +[*](public_domain_computer.md) +[*](gender_studies.md) +[*](bbs.md) +[*](creative_commons.md) +[*](music.md) +[*](avpd.md) +[*](cat_v.md) +[*](wiki_pages.md) +[*](capitalist_singularity.md) +[*](saf.md) +[*](pi.md) +[*](ashley_jones.md) +[*](wikipedia.md) +[*](island.md) +[*](normalization.md) +[*](racism.md) +[*](anarch.md) +[*](pedophilia.md) +[*](cc.md) +[*](phd.md) +[*](wizard.md) +[*](idiot_fallacy.md) +[*](c_sharp.md) +[*](cracker.md) +[*](terry_davis.md) +[*](fsf.md) +[*](facebook.md) +[*](byte.md) +[*](infinity.md) +[*](p_vs_np.md) +[*](4chan.md) +[*](tangram.md) +[*](adam_smith.md) +[*](minimalism.md) +[*](dog.md) +[*](libre.md) +[*](e.md) +[*](wiki_tldr.md) +[*](myths.md) +[*](dungeons_and_dragons.md) +[*](abstraction.md) +[*](demo.md) +[*](maintenance.md) +[*](pseudoleft.md) +[*](reddit.md) +[*](jedi_engine.md) +[*](turing_machine.md) +[*](netstalking.md) +[*](malware.md) +[*](minesweeper.md) +[*](old.md) +[*](sw_rendering.md) +[*](boat.md) +[*](interpolation.md) +[*](tinyphysicsengine.md) +[*](people.md) +[*](unix_philosophy.md) +[*](evil.md) +[*](logic.md) +[*](combinatorics.md) +[*](greenwashing.md) +[*](countercomplex.md) +[*](dynamic_programming.md) +[*](thrembo.md) +[*](shit.md) +[*](youtube.md) +[*](c_pitfalls.md) +[*](hacking.md) +[*](physics_engine.md) +[*](encyclopedia.md) +[*](primitive_3d.md) +[*](primitive_3d.md) +[*](programming_language.md) +[*](apple.md) +[*](compsci.md) +[*](censorship.md) +[*](optimization.md) +[*](sanism.md) +[*](niger.md) +[*](often_confused.md) +[*](computer.md) +[*](aaron_swartz.md) +[*](creative_commons.md) +[*](zuckerberg.md) +[*](game.md) +[*](raycasting.md) +[*](mud.md) +[*](pride.md) +[*](rapeware.md) +[*](chaos.md) +[*](often_confused.md) +[*](3d_model.md) +[*](kids_these_days.md) +[*](faq.md) +[*](iq.md) +[*](whale.md) +[*](comment.md) +[*](finished.md) +[*](fork.md) +[*](loquendo.md) +[*](youtube.md) +[*](lambda_calculus.md) +[*](bootstrap.md) +[*](dependency.md) +[*](cos.md) [*](sudoku.md) +[*](steganography.md) +[*](exercises.md) +[*](intellectual_property.md) +[*](universe.md) +[*](www.md) +[*](distance.md) +[*](quine.md) +[*](future_proof.md) +[*](free_culture.md) +[*](ascii_art.md) +[*](kwangmyong.md) +[*](countercomplex.md) +[*](number.md) +[*](smallchesslib.md) +[*](gemini.md) +[*](elon_musk.md) +[*](no_knowledge_proof.md) +[*](double_buffering.md) +[*](privacy.md) +[*](global_discussion.md) +[*](wikidata.md) +[*](neural_network.md) +[*](twos_complement.md) +[*](crypto.md) +[*](permacomputing.md) +[*](free.md) +[*](liberalism.md) +[*](free_body.md) +[*](determinism.md) +[*](90s.md) +[*](low_poly.md) +[*](less_retarded_hardware.md) +[*](freedom_distance.md) +[*](cyber.md) +[*](ted_kaczynski.md) +[*](deep_blue.md) +[*](uxn.md) +[*](trusting_trust.md) +[*](c.md) +[*](e.md) +[*](unary.md) +[*](computer.md) +[*](wiki_tldr.md) +[*](free_body.md) +[*](plan9.md) +[*](future_proof.md) +[*](c_tutorial.md) +[*](programming_language.md) +[*](network.md) +[*](anpac.md) +[*](c_pitfalls.md) +[*](hero_culture.md) +[*](www.md) +[*](acronym.md) +[*](docker.md) +[*](toxic.md) +[*](software.md) +[*](nanogenmo.md) +[*](hash.md) +[*](fail_ab.md) +[*](right.md) +[*](demoscene.md) +[*](microtheft.md) +[*](digital.md) +[*](gaywashing.md) +[*](pedophilia.md) +[*](ronja.md) +[*](formal_language.md) +[*](qubit.md) +[*](easier_done_than_said.md) +[*](no_knowledge_proof.md) +[*](ascii.md) +[*](nonogram.md) +[*](fqa.md) +[*](security.md) +[*](collision_detection.md) +[*](mechanical.md) +[*](anarchism.md) +[*](semiconductor.md) +[*](uxn.md) +[*](security.md) +[*](number.md) +[*](marketing.md) +[*](mud.md) +[*](rgb565.md) +[*](trump.md) +[*](abstraction.md) +[*](turing_machine.md) +[*](graphics.md) +[*](lrs.md) +[*](piracy.md) +[*](plusnigger.md) +[*](crow_funding.md) +[*](python.md) +[*](ascii.md) +[*](microsoft.md) +[*](low_poly.md) +[*](disease.md) +[*](proprietary.md) +[*](backgammon.md) +[*](body_shaming.md) +[*](jesus.md) +[*](consumerism.md) +[*](sigbovik.md) +[*](communism.md) +[*](systemd.md) +[*](stereotype.md) +[*](interaction_net.md) +[*](library.md) +[*](trom.md) +[*](tpe.md) +[*](less_retarded_software.md) +[*](microsoft.md) +[*](duskos.md) +[*](justice.md) +[*](javascript.md) +[*](history.md) +[*](3d_modeling.md) +[*](race.md) +[*](hyperoperation.md) +[*](free_hardware.md) +[*](kids_these_days.md) +[*](arch.md) +[*](free_universe.md) +[*](sin.md) +[*](jedi_engine.md) +[*](jokes.md) +[*](pokitto.md) +[*](dodleston.md) +[*](logic.md) +[*](venus_project.md) +[*](tinyphysicsengine.md) +[*](sudoku.md) +[*](reddit.md) +[*](cloud.md) +[*](deep_blue.md) +[*](ascii.md) +[*](aliasing.md) +[*](esolang.md) +[*](loc.md) +[*](trusting_trust.md) +[*](fixed_point.md) +[*](czechia.md) +[*](microtransaction.md) +[*](maintenance.md) +[*](p_vs_np.md) +[*](infinity.md) +[*](racism.md) +[*](one.md) +[*](proof.md) +[*](c_pitfalls.md) +[*](normalization.md) +[*](soyence.md) +[*](determinism.md) +[*](pride.md) +[*](world_broadcast.md) +[*](left_right.md) +[*](hacker_culture.md) +[*](ui.md) +[*](crypto.md) +[*](portal_rendering.md) +[*](tas.md) +[*](tom_scott.md) +[*](fight_culture.md) +[*](doom.md) +[*](lrs_wiki.md) +[*](zuckerberg.md) +[*](nanogenmo.md) +[*](autostereogram.md) +[*](assembly.md) +[*](gopher.md) +[*](nokia.md) +[*](npc.md) +[*](ram.md) +[*](version_numbering.md) +[*](fuck.md) +[*](less_retarded_software.md) +[*](coc.md) +[*](fun.md) +[*](viznut.md) +[*](minigame.md) +[*](logic.md) +[*](css.md) +[*](esolang.md) +[*](yes_they_can.md) +[*](information.md) +[*](foss.md) +[*](faq.md) +[*](fascist.md) +[*](tor.md) +[*](cancer.md) +[*](math.md) +[*](complexity.md) +[*](pseudominimalism.md) +[*](bullshit.md) +[*](kwangmyong.md) +[*](frameless.md) +[*](copyleft.md) +[*](randomness.md) +[*](compiler_bomb.md) +[*](race.md) +[*](procgen.md) +[*](qubit.md) +[*](girl.md) +[*](x86.md) +[*](vector.md) +[*](easy_to_learn_hard_to_master.md) +[*](crow_funding.md) +[*](throwaway_script.md) +[*](disease.md) +[*](social_inertia.md) +[*](rationalwiki.md) +[*](lgbt.md) +[*](raycasting.md) +[*](lrs_dictionary.md) +[*](jesus.md) +[*](tattoo.md) +[*](version_numbering.md) +[*](game_engine.md) +[*](progress.md) +[*](fractal.md) +[*](plusnigger.md) +[*](npc.md) +[*](bs.md) +[*](open_source.md) +[*](data_structure.md) +[*](privacy.md) +[*](open_console.md) +[*](minimalism.md) +[*](football.md) +[*](morality.md) +[*](web.md) +[*](collision.md) +[*](just_werks.md) +[*](library.md) +[*](everyone_does_it.md) +[*](fizzbuzz.md) +[*](intellectual_property.md) +[*](float.md) +[*](mandelbrot_set.md) +[*](audiophilia.md) +[*](old.md) +[*](tool_slave.md) +[*](wikiwikiweb.md) +[*](assertiveness.md) +[*](assembly.md) +[*](military.md) +[*](bloat.md) +[*](arduboy.md) +[*](compiler_bomb.md) +[*](dinosaur.md) +[*](antivirus_paradox.md) +[*](operating_system.md) +[*](sjw.md) +[*](troll.md) +[*](hero.md) +[*](raycastlib.md) +[*](palette.md) +[*](combinatorics.md) +[*](anal_bead.md) +[*](magic.md) +[*](hardware.md) +[*](sdf.md) +[*](rust.md) +[*](formal_language.md) +[*](suicide.md) +[*](quantum_gate.md) +[*](100r.md) +[*](internet.md) +[*](books.md) +[*](3d_modeling.md) +[*](viznut.md) +[*](corporation.md) +[*](npc.md) +[*](hacker_culture.md) +[*](axiom_of_choice.md) +[*](entropy.md) +[*](trom.md) +[*](analog.md) +[*](tech.md) +[*](sw.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](hacking.md) +[*](cloud.md) +[*](gemini.md) +[*](troll.md) +[*](ronja.md) +[*](selflessness.md) +[*](bit.md) +[*](docker.md) +[*](brain_software.md) +[*](tensor_product.md) +[*](less_retarded_hardware.md) +[*](marxism.md) +[*](piracy.md) +[*](books.md) +[*](go.md) +[*](tor.md) +[*](cpu.md) +[*](trash_magic.md) +[*](google.md) +[*](42.md) +[*](permacomputing.md) +[*](blender.md) +[*](moderation.md) +[*](neural_network.md) +[*](finished.md) +[*](programming_tips.md) +[*](nd.md) +[*](downto.md) +[*](wiki_style.md) +[*](exercises.md) +[*](fight_culture.md) +[*](paywall.md) +[*](demoscene.md) +[*](hero_culture.md) +[*](less_retarded_society.md) +[*](comment.md) +[*](aaron_swartz.md) +[*](niggercoin.md) +[*](langtons_ant.md) +[*](oop.md) +[*](cracking.md) +[*](viznut.md) +[*](downto.md) +[*](coding.md) +[*](smol_internet.md) +[*](gnu.md) +[*](noise.md) +[*](smart.md) +[*](dramatica.md) +[*](gigachad.md) +[*](cheating.md) +[*](usa.md) +[*](unicode.md) +[*](english.md) +[*](web.md) +[*](randomness.md) +[*](zero.md) +[*](corporation.md) +[*](loquendo.md) +[*](minimalism.md) +[*](julia_set.md) +[*](physics_engine.md) +[*](resnicks_termite.md) +[*](ui.md) +[*](money.md) +[*](easier_done_than_said.md) +[*](build_engine.md) +[*](bitreich.md) +[*](femoid.md) +[*](chess.md) +[*](golang.md) +[*](ronja.md) +[*](number.md) +[*](golang.md) +[*](wavelet_transform.md) +[*](paradigm.md) +[*](license.md) +[*](4chan.md) +[*](freedom_distance.md) +[*](main.md) +[*](fascism.md) +[*](lrs_wiki.md) +[*](vim.md) +[*](zen.md) +[*](antialiasing.md) +[*](art.md) +[*](settled.md) +[*](used.md) +[*](culture.md) +[*](githopping.md) +[*](interesting.md) +[*](javascript.md) +[*](libertarianism.md) +[*](forth.md) +[*](analog.md) +[*](sdf.md) +[*](kek.md) +[*](chinese.md) +[*](portability.md) +[*](trash_magic.md) +[*](science.md) +[*](antialiasing.md) +[*](update_culture.md) +[*](compsci.md) +[*](ioccc.md) +[*](brainfuck.md) +[*](wizard.md) +[*](quine.md) +[*](usenet.md) +[*](programming.md) +[*](history.md) +[*](nord_vpn.md) +[*](life.md) +[*](antivirus_paradox.md) +[*](temple_os.md) +[*](unicode.md) +[*](devuan.md) +[*](nd.md) +[*](go.md) +[*](unary.md) +[*](pd.md) +[*](bit_hack.md) +[*](pseudominimalism.md) +[*](tranny.md) +[*](foss.md) +[*](bytecode.md) +[*](README.md) +[*](internet.md) +[*](kiwifarms.md) +[*](randomness.md) +[*](dog.md) +[*](ubi.md) +[*](doom.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](nigeria.md) +[*](compression.md) +[*](copyfree.md) +[*](billboard.md) +[*](ssao.md) +[*](4chan.md) +[*](football.md) +[*](one.md) +[*](markov_chain.md) +[*](bit.md) +[*](langtons_ant.md) +[*](name_is_important.md) +[*](altruism.md) +[*](racetrack.md) +[*](proof.md) +[*](sw.md) +[*](quaternion.md) +[*](game_of_life.md) +[*](hard_to_learn_easy_to_master.md) +[*](work.md) +[*](wikidata.md) +[*](de_facto.md) +[*](flatland.md) +[*](f2p.md) +[*](digital.md) +[*](cc.md) +[*](patent.md) +[*](kek.md) +[*](julia_set.md) +[*](3d_model.md) +[*](loquendo.md) +[*](wiki_pages.md) +[*](fourier_transform.md) +[*](deferred_shading.md) +[*](approximation.md) +[*](brain_software.md) +[*](tas.md) +[*](political_correctness.md) +[*](minesweeper.md) +[*](marxism.md) +[*](chess.md) +[*](exercises.md) +[*](c_tutorial.md) +[*](arch.md) +[*](zero.md) +[*](distrohopping.md) +[*](digital_signature.md) +[*](permacomputing_wiki.md) +[*](windows.md) +[*](permacomputing_wiki.md) +[*](sjw.md) +[*](splinternet.md) +[*](plan9.md) +[*](trump.md) +[*](recursion.md) +[*](dog.md) +[*](mechanical.md) +[*](rule110.md) +[*](freedom.md) +[*](future.md) +[*](patent.md) +[*](nonogram.md) +[*](gaywashing.md) +[*](sigbovik.md) +[*](nigeria.md) +[*](physics.md) +[*](vector.md) +[*](anpac.md) +[*](bloat_monopoly.md) +[*](phd.md) +[*](cc0.md) +[*](ancap.md) +[*](explicit.md) +[*](free_software.md) +[*](90s.md) +[*](neural_network.md) +[*](mandelbrot_set.md) +[*](dick_reveal.md) +[*](books.md) +[*](antivirus_paradox.md) +[*](marketing.md) +[*](girl.md) +[*](steve_jobs.md) +[*](wikiwikiweb.md) +[*](yes_they_can.md) +[*](audiophilia.md) +[*](interplanetary_internet.md) +[*](python.md) +[*](good_enough.md) +[*](terry_davis.md) +[*](tom_scott.md) +[*](fork.md) +[*](name_is_important.md) +[*](encyclopedia.md) +[*](competition.md) +[*](os.md) +[*](comun.md) +[*](less_retarded_software.md) +[*](rsa.md) +[*](normalization.md) +[*](universe.md) +[*](bs.md) +[*](tranny_software.md) +[*](science.md) +[*](cheating.md) +[*](kiss.md) +[*](marxism.md) +[*](trash_magic.md) +[*](triangle.md) +[*](app.md) +[*](digital.md) +[*](human_language.md) +[*](how_to.md) +[*](iq.md) +[*](double_buffering.md) +[*](competition.md) +[*](cpu.md) +[*](watchdog.md) +[*](productivity_cult.md) +[*](left_right.md) +[*](fun.md) +[*](ancap.md) +[*](microsoft.md) +[*](free_universe.md) +[*](100r.md) diff --git a/raycasting.md b/raycasting.md index 768afe1..41823d1 100644 --- a/raycasting.md +++ b/raycasting.md @@ -17,7 +17,7 @@ Now it's important to mention that among graphics programmers the term raycastin { Also there is a very cool oldschool book that goes through programming a whole raycasting game engine in C, called *Tricks of The Game Programming Gurus*, check it out! ~drummyfish } -2D raycasting can be used to relatively easily render "3Dish" looking environments (commonly labeled "[pseudo 3D](pseudo3D.md)"), mostly some kind of right-angled labyrinth. There are limitations such as the inability for the camera to tilt up and down (which can nevertheless be faked with shearing). It used to be popular in very old games but can still be used nowadays for "retro" looking games, games for very weak hardware (e.g. [embedded](embedded.md)), in [demos](demoscene.md) etc. It is pretty cool, very [suckless](suckless.md) rendering method. +2D raycasting can be used to relatively easily render "3Dish" looking environments (commonly labeled "[pseudo 3D](pseudo3d.md)"), mostly some kind of right-angled labyrinth. There are limitations such as the inability for the camera to tilt up and down (which can nevertheless be faked with shearing). It used to be popular in very old games but can still be used nowadays for "retro" looking games, games for very weak hardware (e.g. [embedded](embedded.md)), in [demos](demoscene.md) etc. It is pretty cool, very [suckless](suckless.md) rendering method. ``` .................................................................................................... diff --git a/steve_jobs.md b/steve_jobs.md index 68d2e55..222bdd3 100644 --- a/steve_jobs.md +++ b/steve_jobs.md @@ -2,7 +2,7 @@ *"I'm not glad he's dead, but I'm glad he's gone."* -- [Richard Stallman](rms.md) -Steve Jobs (AKA Steve "more jobs for everyone" and Steve Jewbs) was the prototypical evil [CEO](ceo.md) dictator and co-founder of one of the worst [corporations](corporation.md) in the world: [Apple](apple.md). He was a psychopathic entrepreneur with a [cult of personality](hero_culture.md) that makes [Americans](usa.md) cum. He was mainly known for his ability to manipulate people (euphemistically called "reality distortion field") and he worsened technology by making it more [consumerist](consumerism.md), expensive, litter with spyware, less repairable and incompatible with other already existing technology. He was so stupid that he became a role model for most americans -- in fact all americans masturbate daily to Steve Jobs so he can also be considered the most famous US porn star. Someone once said that there are essentially two types of men in technology: those who understand what they don't manage and those who manage what they don't understand. Jobs was the latter. +Steve Jobs (AKA Steve "more jobs for everyone" and Steve Jewbs) was the prototypical evil [CEO](ceo.md) dictator and co-founder of one of the worst [corporations](corporation.md) in the world: [Apple](apple.md). He was a psychopathic entrepreneur with a [cult of personality](hero_culture.md) that makes [Americans](usa.md) cum. He was mainly known for his ability to manipulate people (euphemistically called "reality distortion field") and he worsened technology by making it more [consumerist](consumerism.md), expensive, littered with spyware, less repairable and incompatible with other already existing technology. He was so stupid that he became a role model for most americans -- in fact all americans masturbate daily to Steve Jobs so he can also be considered the most famous US porn star. Someone once said that there are essentially two types of men in technology: those who understand what they don't manage and those who manage what they don't understand. Jobs was the latter. ``` _ diff --git a/sw_rendering.md b/sw_rendering.md index 2e2f697..f036672 100644 --- a/sw_rendering.md +++ b/sw_rendering.md @@ -22,7 +22,7 @@ Some SW renderers make use of specialized CPU instructions such as [MMX](mmx.md) { In case [small3dlib](small3dlib.md) is somehow not enough for you :) ~drummyfish } -Difficulty of this task depends on features you want -- a super simple [flat shaded](flat_shading.md) (no textures, no smooth [shading](shading.md)) renderer is relatively easy to make, especially if you don't need movable camera, can afford to use [floating point](float.md) etc. See the details of [3D rendering](3d_rendering.md), especially how the GPU pipelines work, and try to imitate them in software. The core of these renderers is the **[triangle](triangle.md) [rasterization](rasterization.md)** algorithm which, if you want, can be very simple -- even a naive one will give workable results -- or pretty complex and advanced, using various optimizations and things such as the [top-left rule](top_left_rule.md) to guarantee no holes and overlaps of triangles. Remember this function will likely be the performance [bottleneck](bottleneck.md) of your renderer so you want to put effort into [optimizing](optimization.md) it to achieve good [FPS](fps.md). Once you have triangle rasterization, you can draw 3D models which consist of vertices (points in 3D space) and triangles between these vertices (it's very simple to load simple 3D models e.g. from the [obj](obj.md) format) -- you simply project (using [perspective](perspective.md)) 3D position of each vertex to screen coordinates and draw triangles between these pixels with the rasterization algorithm. Here you need to also solve [visibility](visibility.md), i.e. possible overlap of triangles on the screen and correctly drawing those nearer the view in front of those that are further away -- a very simple solution is a [z buffer](z_buffer.md), but to save memory you can also e.g. [sort](sorting.md) the triangles by distance and draw them back-to-front ([painter's algorithm](painters_algorithm.md)). You may add a [scene](scene.md) data structure that can hold multiple models to be rendered. If you additionally want to have movable camera and models that can be transformed (moved, rotated, scaled, ...), you will additionally need to look into some [linear algebra](linear_algebra.md) and [transform matrices](transform_matrix.md) that allow to efficiently compute positions of vertices of a transformed model against a transformed camera -- you do this the same way as basically all other 3D engines (look up e.g. some [OpenGL](opengl.md) tutorials, see model/view/projection [matrices](matrix.md) etc.). If you also want texturing, the matters get again a bit more complicated, you need to compute [barycentric](barycentric.md) coordinates (special coordinates within a triangle) as you're rasterizing the triangle, and possibly apply [perspective correction](perspective_correction.md) (otherwise you'll be seeing distortions). You then map the barycentrics of each rasterized pixel to [UV](uv.md) (texturing) coordinates which you use to retrieve specific pixels from a texture. On top of all this you may start adding all the advanced features of typical engines such as [acceleration structures](acceleration_structure.md) that for example discard models that are completely out of view, [LOD](lod.md), instancing, [MIP maps](mip_map.md) and so on. +Difficulty of this task depends on features you want -- a super simple [flat shaded](flat_shading.md) (no textures, no smooth [shading](shading.md)) renderer is relatively easy to make, especially if you don't need movable camera, can afford to use [floating point](float.md) etc. See the details of [3D rendering](3d_rendering.md), especially how the GPU pipelines work, and try to imitate them in software. The core of these renderers is the **[triangle](triangle.md) [rasterization](rasterization.md)** algorithm which, if you want, can be very simple -- even a naive one will give workable results -- or pretty complex and advanced, using various optimizations and things such as the [top-left rule](top_left_rule.md) to guarantee no holes and overlaps of triangles. Remember this function will likely be the performance [bottleneck](bottleneck.md) of your renderer so you want to put effort into [optimizing](optimization.md) it to achieve good [FPS](fps.md). Once you have triangle rasterization, you can draw 3D models which consist of vertices (points in 3D space) and triangles between these vertices (it's very simple to load simple 3D models e.g. from the [obj](obj.md) format) -- you simply project (using [perspective](perspective.md)) 3D position of each vertex to screen coordinates and draw triangles between these pixels with the rasterization algorithm. Here you need to also solve [visibility](visibility.md), i.e. possible overlap of triangles on the screen and correctly drawing those nearer the view in front of those that are further away -- a very simple solution is a [z buffer](z_buffer.md), but to save memory you can also e.g. [sort](sorting.md) the triangles by distance and draw them back-to-front ([painter's algorithm](painters_algorithm.md)). You may add a [scene](scene.md) data structure that can hold multiple models to be rendered. If you additionally want to have movable camera and models that can be transformed (moved, rotated, scaled, ...), you will additionally need to look into some [linear algebra](linear_algebra.md) and [transform matrices](transform_matrix.md) that allow to efficiently compute positions of vertices of a transformed model against a transformed camera -- you do this the same way as basically all other 3D engines (look up e.g. some [OpenGL](opengl.md) tutorials, see model/view/projection [matrices](matrix.md) etc.). If you also want texturing, the matters get again a bit more complicated, you need to compute [barycentric](barycentric.md) coordinates (special coordinates within a triangle) as you're rasterizing the triangle, and possibly apply [perspective correction](perspective_correction.md) (otherwise you'll be seeing distortions). You then map the barycentrics of each rasterized pixel to [UV](uv.md) (texturing) coordinates which you use to retrieve specific pixels from a texture. On top of all this you may start adding all the advanced features of typical engines such as [acceleration structures](acceleration_structure.md) that for example discard models that are completely out of view, [LOD](lod.md), instancing, [MIP maps](mipmap.md) and so on. Possible tricks, cheats and [optimizations](optimization.md) you may utilize include: @@ -39,7 +39,7 @@ Possible tricks, cheats and [optimizations](optimization.md) you may utilize inc These are some notable software renderers: - **Bootleg3D/RAL**: Very tiny, flat-shaded, super suckless (< 1000 LOC) renderers ([RAL link](https://codeberg.org/Ilya3point999k/RAL)). -- **[Build engine](build_engine.md)**: So called ["pseudo 3D"](pseudo_3d.md) or primitive 3D, this was a very popular [proprietary](proprietary.md) portal-rendering engine for older games like [Duke Nukem 3D](duke3d.md) or [Blood](blood.md). +- **[Build engine](build_engine.md)**: So called ["pseudo 3D"](pseudo3d.md) or primitive 3D, this was a very popular [proprietary](proprietary.md) portal-rendering engine for older games like [Duke Nukem 3D](duke3d.md) or [Blood](blood.md). - **[BRender](brender.md)**: Old commercial renderer used in games such as Carmageddon, Croc or [Harry Potter](harry_potter.md) 1. Later made [FOSS](foss.md). - **[Chasm: The Rift](chasm_the_rift.md) engine**: Mysterious proprietary 1997 renderer made specifically for one game, notable especially by being a hybrid of "2.5D" and "true 3D", it managed to make it look very good. - **[Dark Engine](dark_engine.md)**: Old proprietary game engine which includes a SW renderer, used mainly in the game Thief. The author writes about it at https://nothings.org/gamedev/thief_rendering.html. diff --git a/tool_slave.md b/tool_slave.md index 6794b12..74d6383 100644 --- a/tool_slave.md +++ b/tool_slave.md @@ -2,7 +2,7 @@ *Amateur is obsessed with tools. Master is obsessed with art itself.* -Tool slave is someone who, instead of being focused on creating [art](art.md), is rather overly focuses on his tools, he is too dependent on his specific tools of choice, has a fanboy mentality about his favorite brand and rarely creates something because he is too busy just configuring his tools and arguing with others. Typical examples are for example the [Emacs](emacs.md)/[Vim](vim.md) fanboys, Unix [ricing](ricing.md) addicts, [GNU](gnu.md)/[Linux](linux.md) distro [fighters](fight_culture.md) etc. Remember that art is the true goal, a tool is only there to help you make it happen -- a good tool is not that over which you masturbate but rather that which you hardly even notice is there, it's in the background and doesn't bother you as you're being focused on creation of your art. If you spend 80 years looking for the right tools to create something and suddenly you find it's too late to put the tools to good use, you have lived your life wrong, you completely wasted all of it by getting ready to do good instead of doing good. Only a reasonable time should be spent on finding a [good enough](good_enough.md) tool, then one must start creating in order to become a master -- a master will transcend his tools and won't even care anymore about which tools he's using -- a mediocre musician will refuse to play music with a cheap instrument, a master will play beautiful music with any instrument you give him. A tool must be slave to you, not vice versa. Tool is not you [tamagotchi](tamagotchi.md) pet -- once you start to feel emotion, [pride](pride.md) or attachment to your tool, something is wrong. +Tool slave is someone who, instead of being focused on creating [art](art.md), is rather overly focuses on his tools, he is too dependent on his specific tools of choice, has a fanboy mentality about his favorite brand and rarely creates something because he is too busy just configuring his tools and arguing with others. Typical examples are for example the [Emacs](emacs.md)/[Vim](vim.md) fanboys, Unix [ricing](ricing.md) addicts, [GNU](gnu.md)/[Linux](linux.md) distro [fighters](fight_culture.md) etc. Remember that art is the true goal, a tool is only there to help you make it happen -- a good tool is not that over which you masturbate but rather that which you hardly even notice is there, it's in the background and doesn't bother you as you're being focused on creation of your art. If you spend 80 years looking for the right tools to create something and suddenly you find it's too late to put the tools to good use, you have lived your life wrong, you completely wasted all of it by getting ready to do good instead of doing good. Only a reasonable time should be spent on finding a [good enough](good_enough.md) tool, then one must start creating in order to become a master -- a master will transcend his tools and won't even care anymore about which tools he's using -- a mediocre musician will refuse to play music with a cheap instrument, a master will play beautiful music with any instrument you give him. A tool must be slave to you, not vice versa. Tool is not your [tamagotchi](tamagotchi.md) pet -- once you start to feel emotion, [pride](pride.md) or attachment to your tool, something is wrong. It could possibly even be argued that using a shitty tool could make you better at the art. Everyone can win a race if he is sitting in the fastest car on the track, so sitting in the fastest car won't improve your skill, you don't have to try very much to win. If you instead learn to win races in an average car, your will acquire real skill -- and then if you sit in the fast car you will become a god. diff --git a/transsexual.md b/transsexual.md index 3896fac..908d9cd 100644 --- a/transsexual.md +++ b/transsexual.md @@ -18,6 +18,20 @@ Is it OK to be German? Yes, of course, Is it OK to be a [Nazi](nazi.md)? No, tha Hopefully that's enough examples to demonstrate the difference. Really you must see it even if with a quarter of average [IQ](iq.md), only extreme brainwashing can possibly make you not see the difference. You know this is the voice of reason and you know tranny fascism is a voice of cult, you know listening to one means doing the right thing and listening to the other doing the cowardly conformance to evil. You can choose to be good or evil. +**Why are there suddenly so many transsexuals?** And why are 99.99% of them male to female? Well, again, some of them are legit, but these are extremely rare (and remember, they suffer by this sudden transsexual boom as well, their illness is being milked and abused). The reasons for the sudden trans explosion are for example the following: + +- **Extreme brainwashing at very young age.** Imagine you are 8 or 10 years old and all you do all day is watch transsexual YouTubers, ads, cartoons with transsexual characters, movies with transsexual heroes, you see transsexual marching in streets under transsexual flags, you see them in games you play, just everywhere. In complete honesty, what do you think you will want to become? Children don't think critically, they just accept whatever role models are put in front of them. They see Pokemon, they want to be a Pokemon trainer, they see batman, they want to be a batman. LGBT fascists know this very well and exploit it to full extent. Many lives are ruined at a very young age, many will end up committing [suicides](suicide.md). Is it even possible to imagine anything more evil? +- **It is a [fashion](fashion.md).** Very simple, it IS a fashion to be gay, sissy, transsexual, mentally ill and "queer". Just like everyone was a disco fan in the [80s](80s.md) and like everyone was an [emo](emo.md) in 2000s, is it surprising at all that young people follow a fashion? If you're straight, with no mental illness, no self harm scars, wearing normal clothes, you are just plain and simple BORING, unpopular, won't ever have sex, friends and may even become bullied. Do you in your right mind think anyone young ever wants this? However the trans fashion has a catch: it comes with serious irreversible decisions, such as that to have your dick cut off, often made at a time when you don't even know how children are made yet. +- **Many social rewards.** For example: **label of a [hero](hero_culture.md)** for coming out; attention, which means followers, fame and **financial rewards** on social media; more potential for generating drama, i.e. again more attention capital, meaning more money etc.; **better chances to get hired** as companies have quotas to hire minorities and similar kinds of people and they're generally scared of discrimination lawsuits; **safety** from getting bullied by [LGBT](lgbt.md), [feminists](feminism.md) and other pseudoleftist fascist groups for having joined their ranks (just like "communist" collaborators used to get an immunity, protection and privileges for signing collaboration with the "communist" party); **better chances in lawsuits** as you gain the powerful "discrimination card" to play (and as a result even lowering probability of getting sued at all); support, compassion and empathy of your surroundings for having an "illness"; excuse for behaving badly ("he is ill, it's not his fault"), healthcare benefits such as a disability pension; business opportunities, e.g. for being a writer, speaker etc. Is it surprising at all that when something is socially rewarded, people start doing it? You would have to be stupid beyond any measure to even find this surprising in a slightest way. +- Males get minus points from feminism, females get plus points, therefore more people want to be female. +- Herd mentality, mass hysteria. People just [do what others do](everyone_does_it.md) without thinking because they're stupid, spreading this further and further. +- Females that that made the huge mistake of transitioning to a male very quickly find life as a male is much more difficult, contrary to what feminist propaganda told them, and they quickly revert back. +- ... + +So the question is rather: why are you NOT a transsexual yet? + +For good lulz see also transsexuals in sports. + ## See Also - [transformer](transformer.md) diff --git a/wiki_pages.md b/wiki_pages.md index 81d9113..9f2c556 100644 --- a/wiki_pages.md +++ b/wiki_pages.md @@ -2,4 +2,4 @@ This is an autogenerated page listing all pages. -**[100r](100r.md)** (3) -- **[21st_century](21st_century.md)** (25) -- **[3d_model](3d_model.md)** (256) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (590) -- **[42](42.md)** (14) -- **[4chan](4chan.md)** (30) -- **[90s](90s.md)** (53) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (391) -- **[adam_smith](adam_smith.md)** (35) -- **[ai](ai.md)** (30) -- **[algorithm](algorithm.md)** (367) -- **[aliasing](aliasing.md)** (61) -- **[altruism](altruism.md)** (6) -- **[anal_bead](anal_bead.md)** (8) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (107) -- **[anarchism](anarchism.md)** (15) -- **[ancap](ancap.md)** (31) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (157) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (8) -- **[apple](apple.md)** (6) -- **[approximation](approximation.md)** (20) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (20) -- **[ascii](ascii.md)** (149) -- **[ascii_art](ascii_art.md)** (206) -- **[ashley_jones](ashley_jones.md)** (27) -- **[assembly](assembly.md)** (262) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (23) -- **[atheism](atheism.md)** (25) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (6) -- **[autostereogram](autostereogram.md)** (120) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (58) -- **[backpropagation](backpropagation.md)** (87) -- **[bazaar](bazaar.md)** (8) -- **[bbs](bbs.md)** (29) -- **[beauty](beauty.md)** (25) -- **[bilinear](bilinear.md)** (124) -- **[bill_gates](bill_gates.md)** (34) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (138) -- **[bit](bit.md)** (4) -- **[bit_hack](bit_hack.md)** (172) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (197) -- **[bloat_monopoly](bloat_monopoly.md)** (14) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (35) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (49) -- **[brain_software](brain_software.md)** (14) -- **[brainfuck](brainfuck.md)** (382) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (49) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (144) -- **[bytecode](bytecode.md)** (281) -- **[c](c.md)** (383) -- **[c_pitfalls](c_pitfalls.md)** (156) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (2155) -- **[cache](cache.md)** (27) -- **[cancel_culture](cancel_culture.md)** (4) -- **[cancer](cancer.md)** (25) -- **[capitalism](capitalism.md)** (158) -- **[capitalist_singularity](capitalist_singularity.md)** (4) -- **[capitalist_software](capitalist_software.md)** (28) -- **[cat_v](cat_v.md)** (12) -- **[cc](cc.md)** (6) -- **[cc0](cc0.md)** (15) -- **[censorship](censorship.md)** (61) -- **[chaos](chaos.md)** (109) -- **[charity_sex](charity_sex.md)** (6) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (12) -- **[chess](chess.md)** (309) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[cloudflare](cloudflare.md)** (26) -- **[coc](coc.md)** (19) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (36) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (26) -- **[color](color.md)** (29) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (19) -- **[communism](communism.md)** (27) -- **[competition](competition.md)** (12) -- **[compiler_bomb](compiler_bomb.md)** (11) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (233) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (121) -- **[comun](comun.md)** (182) -- **[consumerism](consumerism.md)** (16) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (30) -- **[copyright](copyright.md)** (56) -- **[corporation](corporation.md)** (22) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (63) -- **[cpu](cpu.md)** (91) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (34) -- **[crime_against_economy](crime_against_economy.md)** (17) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (68) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[czechia](czechia.md)** (26) -- **[data_hoarding](data_hoarding.md)** (31) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (12) -- **[debugging](debugging.md)** (130) -- **[deep_blue](deep_blue.md)** (17) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (17) -- **[demoscene](demoscene.md)** (23) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (12) -- **[digital](digital.md)** (14) -- **[digital_signature](digital_signature.md)** (12) -- **[dinosaur](dinosaur.md)** (4) -- **[diogenes](diogenes.md)** (39) -- **[disease](disease.md)** (56) -- **[distance](distance.md)** (129) -- **[distrohopping](distrohopping.md)** (11) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (36) -- **[doom](doom.md)** (67) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[dramatica](dramatica.md)** (30) -- **[drummyfish](drummyfish.md)** (43) -- **[duke3d](duke3d.md)** (30) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (10) -- **[duskos](duskos.md)** (34) -- **[dynamic_programming](dynamic_programming.md)** (45) -- **[e](e.md)** (22) -- **[earth](earth.md)** (67) -- **[easier_done_than_said](easier_done_than_said.md)** (4) -- **[easy_to_learn_hard_to_master](easy_to_learn_hard_to_master.md)** (17) -- **[education](education.md)** (4) -- **[egoism](egoism.md)** (21) -- **[elo](elo.md)** (147) -- **[elon_musk](elon_musk.md)** (8) -- **[emoticon](emoticon.md)** (135) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (74) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (82) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (18) -- **[evil](evil.md)** (26) -- **[exercises](exercises.md)** (345) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (4) -- **[fail_ab](fail_ab.md)** (46) -- **[fantasy_console](fantasy_console.md)** (41) -- **[faq](faq.md)** (275) -- **[fascism](fascism.md)** (25) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (56) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (12) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (155) -- **[fizzbuzz](fizzbuzz.md)** (232) -- **[flatland](flatland.md)** (22) -- **[float](float.md)** (64) -- **[floss](floss.md)** (2) -- **[football](football.md)** (54) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (24) -- **[forth](forth.md)** (284) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (209) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (154) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (38) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (77) -- **[free_speech](free_speech.md)** (18) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (19) -- **[freedom_distance](freedom_distance.md)** (4) -- **[fsf](fsf.md)** (26) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (32) -- **[function](function.md)** (138) -- **[furry](furry.md)** (19) -- **[future](future.md)** (11) -- **[future_proof](future_proof.md)** (45) -- **[game](game.md)** (160) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (37) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (6) -- **[gemini](gemini.md)** (16) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (75) -- **[githopping](githopping.md)** (6) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (64) -- **[go](go.md)** (100) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (68) -- **[graphics](graphics.md)** (40) -- **[graveyard](graveyard.md)** (36) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (31) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (78) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (10) -- **[hash](hash.md)** (176) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (18) -- **[hexadecimal](hexadecimal.md)** (37) -- **[history](history.md)** (104) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (221) -- **[human_language](human_language.md)** (32) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (236) -- **[idiot_fallacy](idiot_fallacy.md)** (20) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (18) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (135) -- **[interesting](interesting.md)** (25) -- **[internet](internet.md)** (107) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (47) -- **[io](io.md)** (18) -- **[ioccc](ioccc.md)** (37) -- **[iq](iq.md)** (120) -- **[island](island.md)** (49) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (134) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (97) -- **[john_carmack](john_carmack.md)** (19) -- **[jokes](jokes.md)** (99) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (23) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (7) -- **[kids_these_days](kids_these_days.md)** (6) -- **[kiss](kiss.md)** (40) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (159) -- **[law](law.md)** (4) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (13) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (55) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (146) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (131) -- **[liberalism](liberalism.md)** (6) -- **[libertarianism](libertarianism.md)** (12) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (57) -- **[life](life.md)** (12) -- **[lil](lil.md)** (21) -- **[line](line.md)** (151) -- **[linear_algebra](linear_algebra.md)** (117) -- **[linux](linux.md)** (71) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (45) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (18) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[loquendo](loquendo.md)** (14) -- **[love](love.md)** (28) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (166) -- **[lrs_dictionary](lrs_dictionary.md)** (118) -- **[lrs_wiki](lrs_wiki.md)** (41) -- **[luke_smith](luke_smith.md)** (20) -- **[macrofucker](macrofucker.md)** (2) -- **[magic](magic.md)** (6) -- **[main](main.md)** (148) -- **[mainstream](mainstream.md)** (4) -- **[maintenance](maintenance.md)** (9) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (174) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (28) -- **[markov_chain](markov_chain.md)** (152) -- **[marxism](marxism.md)** (12) -- **[math](math.md)** (40) -- **[mechanical](mechanical.md)** (202) -- **[memory_management](memory_management.md)** (78) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (6) -- **[minesweeper](minesweeper.md)** (25) -- **[minigame](minigame.md)** (64) -- **[minimalism](minimalism.md)** (81) -- **[mipmap](mipmap.md)** (44) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (39) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (16) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (59) -- **[myths](myths.md)** (12) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (12) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (73) -- **[netstalking](netstalking.md)** (9) -- **[network](network.md)** (187) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (11) -- **[niger](niger.md)** (11) -- **[nigeria](nigeria.md)** (10) -- **[nigger](nigger.md)** (69) -- **[niggercoin](niggercoin.md)** (6) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (118) -- **[nokia](nokia.md)** (8) -- **[nonogram](nonogram.md)** (42) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (9) -- **[npc](npc.md)** (10) -- **[number](number.md)** (303) -- **[often_confused](often_confused.md)** (128) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (386) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (39) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (74) -- **[optimization](optimization.md)** (100) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (23) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (60) -- **[people](people.md)** (72) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (13) -- **[physics](physics.md)** (4) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (151) -- **[piracy](piracy.md)** (18) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (43) -- **[political_correctness](political_correctness.md)** (78) -- **[portability](portability.md)** (183) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (4) -- **[prime](prime.md)** (136) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (32) -- **[procgen](procgen.md)** (387) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (44) -- **[programming_language](programming_language.md)** (174) -- **[programming_style](programming_style.md)** (119) -- **[programming_tips](programming_tips.md)** (17) -- **[progress](progress.md)** (30) -- **[project](project.md)** (31) -- **[proof](proof.md)** (4) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (13) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (10) -- **[pseudorandomness](pseudorandomness.md)** (152) -- **[public_domain](public_domain.md)** (88) -- **[public_domain_computer](public_domain_computer.md)** (56) -- **[python](python.md)** (66) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (54) -- **[race](race.md)** (50) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (10) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1804) -- **[randomness](randomness.md)** (161) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (10) -- **[raycasting](raycasting.md)** (513) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (23) -- **[reactionary_software](reactionary_software.md)** (27) -- **[real_number](real_number.md)** (49) -- **[recursion](recursion.md)** (109) -- **[reddit](reddit.md)** (22) -- **[regex](regex.md)** (210) -- **[resnicks_termite](resnicks_termite.md)** (207) -- **[rgb332](rgb332.md)** (95) -- **[rgb565](rgb565.md)** (32) -- **[right](right.md)** (6) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (55) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (44) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (129) -- **[rule110](rule110.md)** (108) -- **[rust](rust.md)** (26) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (22) -- **[sdf](sdf.md)** (29) -- **[security](security.md)** (17) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (19) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (16) -- **[shit](shit.md)** (31) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (88) -- **[sigbovik](sigbovik.md)** (11) -- **[sin](sin.md)** (182) -- **[sjw](sjw.md)** (27) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (10) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (235) -- **[soydev](soydev.md)** (41) -- **[soyence](soyence.md)** (77) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (116) -- **[ssao](ssao.md)** (15) -- **[steganography](steganography.md)** (225) -- **[stereotype](stereotype.md)** (175) -- **[steve_jobs](steve_jobs.md)** (36) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (213) -- **[suicide](suicide.md)** (13) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (64) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (72) -- **[tas](tas.md)** (20) -- **[tattoo](tattoo.md)** (4) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (8) -- **[ted_kaczynski](ted_kaczynski.md)** (29) -- **[teletext](teletext.md)** (18) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (20) -- **[thrembo](thrembo.md)** (15) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tool_slave](tool_slave.md)** (14) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny](tranny.md)** (2) -- **[tranny_software](tranny_software.md)** (31) -- **[transistor](transistor.md)** (29) -- **[transsexual](transsexual.md)** (29) -- **[trash_magic](trash_magic.md)** (21) -- **[triangle](triangle.md)** (82) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (46) -- **[trom](trom.md)** (32) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (208) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (34) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (81) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (13) -- **[update_culture](update_culture.md)** (24) -- **[usa](usa.md)** (64) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (147) -- **[uxn](uxn.md)** (45) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (61) -- **[version_numbering](version_numbering.md)** (54) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (13) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (15) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (219) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (51) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (96) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (58) -- **[wizard](wizard.md)** (9) -- **[woman](woman.md)** (160) -- **[work](work.md)** (48) -- **[world_broadcast](world_broadcast.md)** (13) -- **[wow](wow.md)** (10) -- **[www](www.md)** (122) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (114) -- **[xxiivv](xxiivv.md)** (26) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (29) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file +**[100r](100r.md)** (3) -- **[21st_century](21st_century.md)** (25) -- **[3d_model](3d_model.md)** (256) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (590) -- **[42](42.md)** (14) -- **[4chan](4chan.md)** (30) -- **[90s](90s.md)** (54) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (391) -- **[adam_smith](adam_smith.md)** (35) -- **[ai](ai.md)** (30) -- **[algorithm](algorithm.md)** (367) -- **[aliasing](aliasing.md)** (61) -- **[altruism](altruism.md)** (6) -- **[anal_bead](anal_bead.md)** (8) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (107) -- **[anarchism](anarchism.md)** (15) -- **[ancap](ancap.md)** (31) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (157) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (8) -- **[apple](apple.md)** (6) -- **[approximation](approximation.md)** (20) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (20) -- **[ascii](ascii.md)** (149) -- **[ascii_art](ascii_art.md)** (206) -- **[ashley_jones](ashley_jones.md)** (27) -- **[assembly](assembly.md)** (262) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (23) -- **[atheism](atheism.md)** (25) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (6) -- **[autostereogram](autostereogram.md)** (120) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (58) -- **[backpropagation](backpropagation.md)** (87) -- **[bazaar](bazaar.md)** (8) -- **[bbs](bbs.md)** (29) -- **[beauty](beauty.md)** (25) -- **[bilinear](bilinear.md)** (124) -- **[bill_gates](bill_gates.md)** (34) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (138) -- **[bit](bit.md)** (4) -- **[bit_hack](bit_hack.md)** (172) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (197) -- **[bloat_monopoly](bloat_monopoly.md)** (14) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (35) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (49) -- **[brain_software](brain_software.md)** (14) -- **[brainfuck](brainfuck.md)** (382) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (49) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (144) -- **[bytecode](bytecode.md)** (281) -- **[c](c.md)** (383) -- **[c_pitfalls](c_pitfalls.md)** (156) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (2155) -- **[cache](cache.md)** (27) -- **[cancel_culture](cancel_culture.md)** (4) -- **[cancer](cancer.md)** (25) -- **[capitalism](capitalism.md)** (158) -- **[capitalist_singularity](capitalist_singularity.md)** (4) -- **[capitalist_software](capitalist_software.md)** (28) -- **[cat_v](cat_v.md)** (12) -- **[cc](cc.md)** (6) -- **[cc0](cc0.md)** (15) -- **[censorship](censorship.md)** (61) -- **[chaos](chaos.md)** (109) -- **[charity_sex](charity_sex.md)** (6) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (12) -- **[chess](chess.md)** (309) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[cloudflare](cloudflare.md)** (26) -- **[coc](coc.md)** (19) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (36) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (26) -- **[color](color.md)** (29) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (19) -- **[communism](communism.md)** (27) -- **[competition](competition.md)** (12) -- **[compiler_bomb](compiler_bomb.md)** (11) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (233) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (121) -- **[comun](comun.md)** (182) -- **[consumerism](consumerism.md)** (16) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (30) -- **[copyright](copyright.md)** (56) -- **[corporation](corporation.md)** (22) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (63) -- **[cpu](cpu.md)** (91) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (34) -- **[crime_against_economy](crime_against_economy.md)** (17) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (68) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[czechia](czechia.md)** (26) -- **[data_hoarding](data_hoarding.md)** (31) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (12) -- **[debugging](debugging.md)** (130) -- **[deep_blue](deep_blue.md)** (17) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (17) -- **[demoscene](demoscene.md)** (23) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (12) -- **[digital](digital.md)** (16) -- **[digital_signature](digital_signature.md)** (12) -- **[dinosaur](dinosaur.md)** (4) -- **[diogenes](diogenes.md)** (39) -- **[disease](disease.md)** (56) -- **[distance](distance.md)** (129) -- **[distrohopping](distrohopping.md)** (11) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (36) -- **[doom](doom.md)** (67) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[dramatica](dramatica.md)** (30) -- **[drummyfish](drummyfish.md)** (43) -- **[duke3d](duke3d.md)** (30) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (10) -- **[duskos](duskos.md)** (34) -- **[dynamic_programming](dynamic_programming.md)** (45) -- **[e](e.md)** (22) -- **[earth](earth.md)** (67) -- **[easier_done_than_said](easier_done_than_said.md)** (4) -- **[easy_to_learn_hard_to_master](easy_to_learn_hard_to_master.md)** (17) -- **[education](education.md)** (4) -- **[egoism](egoism.md)** (21) -- **[elo](elo.md)** (147) -- **[elon_musk](elon_musk.md)** (8) -- **[emoticon](emoticon.md)** (135) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (74) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (82) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (18) -- **[evil](evil.md)** (26) -- **[exercises](exercises.md)** (345) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (4) -- **[fail_ab](fail_ab.md)** (46) -- **[fantasy_console](fantasy_console.md)** (41) -- **[faq](faq.md)** (275) -- **[fascism](fascism.md)** (25) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (56) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (12) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (155) -- **[fizzbuzz](fizzbuzz.md)** (232) -- **[flatland](flatland.md)** (22) -- **[float](float.md)** (64) -- **[floss](floss.md)** (2) -- **[football](football.md)** (54) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (24) -- **[forth](forth.md)** (284) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (209) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (154) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (38) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (77) -- **[free_speech](free_speech.md)** (18) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (19) -- **[freedom_distance](freedom_distance.md)** (4) -- **[fsf](fsf.md)** (26) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (32) -- **[function](function.md)** (138) -- **[furry](furry.md)** (19) -- **[future](future.md)** (11) -- **[future_proof](future_proof.md)** (45) -- **[game](game.md)** (160) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (37) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (6) -- **[gemini](gemini.md)** (16) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (75) -- **[githopping](githopping.md)** (6) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (64) -- **[go](go.md)** (100) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (68) -- **[graphics](graphics.md)** (40) -- **[graveyard](graveyard.md)** (36) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (31) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (78) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (10) -- **[hash](hash.md)** (176) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (18) -- **[hexadecimal](hexadecimal.md)** (37) -- **[history](history.md)** (104) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (221) -- **[human_language](human_language.md)** (32) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (236) -- **[idiot_fallacy](idiot_fallacy.md)** (20) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (18) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (135) -- **[interesting](interesting.md)** (25) -- **[internet](internet.md)** (107) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (47) -- **[io](io.md)** (18) -- **[ioccc](ioccc.md)** (37) -- **[iq](iq.md)** (120) -- **[island](island.md)** (49) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (134) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (97) -- **[john_carmack](john_carmack.md)** (19) -- **[jokes](jokes.md)** (99) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (23) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (7) -- **[kids_these_days](kids_these_days.md)** (6) -- **[kiss](kiss.md)** (40) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (159) -- **[law](law.md)** (4) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (13) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (55) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (146) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (131) -- **[liberalism](liberalism.md)** (6) -- **[libertarianism](libertarianism.md)** (12) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (57) -- **[life](life.md)** (12) -- **[lil](lil.md)** (21) -- **[line](line.md)** (151) -- **[linear_algebra](linear_algebra.md)** (117) -- **[linux](linux.md)** (71) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (45) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (18) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[loquendo](loquendo.md)** (14) -- **[love](love.md)** (28) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (166) -- **[lrs_dictionary](lrs_dictionary.md)** (118) -- **[lrs_wiki](lrs_wiki.md)** (41) -- **[luke_smith](luke_smith.md)** (20) -- **[macrofucker](macrofucker.md)** (2) -- **[magic](magic.md)** (6) -- **[main](main.md)** (148) -- **[mainstream](mainstream.md)** (4) -- **[maintenance](maintenance.md)** (9) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (174) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (28) -- **[markov_chain](markov_chain.md)** (152) -- **[marxism](marxism.md)** (12) -- **[math](math.md)** (40) -- **[mechanical](mechanical.md)** (202) -- **[memory_management](memory_management.md)** (78) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (6) -- **[minesweeper](minesweeper.md)** (25) -- **[minigame](minigame.md)** (64) -- **[minimalism](minimalism.md)** (81) -- **[mipmap](mipmap.md)** (44) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (39) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (16) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (59) -- **[myths](myths.md)** (12) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (12) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (73) -- **[netstalking](netstalking.md)** (9) -- **[network](network.md)** (187) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (11) -- **[niger](niger.md)** (11) -- **[nigeria](nigeria.md)** (10) -- **[nigger](nigger.md)** (69) -- **[niggercoin](niggercoin.md)** (6) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (118) -- **[nokia](nokia.md)** (14) -- **[nonogram](nonogram.md)** (42) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (9) -- **[npc](npc.md)** (10) -- **[number](number.md)** (303) -- **[often_confused](often_confused.md)** (128) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (386) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (39) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (74) -- **[optimization](optimization.md)** (100) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (23) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (60) -- **[people](people.md)** (72) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (13) -- **[physics](physics.md)** (4) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (151) -- **[piracy](piracy.md)** (18) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (43) -- **[political_correctness](political_correctness.md)** (78) -- **[portability](portability.md)** (183) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (4) -- **[prime](prime.md)** (136) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (32) -- **[procgen](procgen.md)** (387) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (44) -- **[programming_language](programming_language.md)** (174) -- **[programming_style](programming_style.md)** (119) -- **[programming_tips](programming_tips.md)** (17) -- **[progress](progress.md)** (30) -- **[project](project.md)** (31) -- **[proof](proof.md)** (4) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (13) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (10) -- **[pseudorandomness](pseudorandomness.md)** (152) -- **[public_domain](public_domain.md)** (88) -- **[public_domain_computer](public_domain_computer.md)** (56) -- **[python](python.md)** (66) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (54) -- **[race](race.md)** (50) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (10) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1804) -- **[randomness](randomness.md)** (161) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (10) -- **[raycasting](raycasting.md)** (513) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (23) -- **[reactionary_software](reactionary_software.md)** (27) -- **[real_number](real_number.md)** (49) -- **[recursion](recursion.md)** (109) -- **[reddit](reddit.md)** (22) -- **[regex](regex.md)** (210) -- **[resnicks_termite](resnicks_termite.md)** (207) -- **[rgb332](rgb332.md)** (95) -- **[rgb565](rgb565.md)** (32) -- **[right](right.md)** (6) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (55) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (44) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (129) -- **[rule110](rule110.md)** (108) -- **[rust](rust.md)** (26) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (22) -- **[sdf](sdf.md)** (29) -- **[security](security.md)** (17) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (19) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (16) -- **[shit](shit.md)** (31) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (88) -- **[sigbovik](sigbovik.md)** (11) -- **[sin](sin.md)** (182) -- **[sjw](sjw.md)** (27) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (10) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (235) -- **[soydev](soydev.md)** (41) -- **[soyence](soyence.md)** (77) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (116) -- **[ssao](ssao.md)** (15) -- **[steganography](steganography.md)** (225) -- **[stereotype](stereotype.md)** (175) -- **[steve_jobs](steve_jobs.md)** (36) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (213) -- **[suicide](suicide.md)** (13) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (64) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (72) -- **[tas](tas.md)** (20) -- **[tattoo](tattoo.md)** (4) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (8) -- **[ted_kaczynski](ted_kaczynski.md)** (29) -- **[teletext](teletext.md)** (18) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (20) -- **[thrembo](thrembo.md)** (15) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tool_slave](tool_slave.md)** (14) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny](tranny.md)** (2) -- **[tranny_software](tranny_software.md)** (31) -- **[transistor](transistor.md)** (29) -- **[transsexual](transsexual.md)** (29) -- **[trash_magic](trash_magic.md)** (21) -- **[triangle](triangle.md)** (82) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (46) -- **[trom](trom.md)** (32) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (208) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (34) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (81) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (13) -- **[update_culture](update_culture.md)** (24) -- **[usa](usa.md)** (64) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (147) -- **[uxn](uxn.md)** (45) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (61) -- **[version_numbering](version_numbering.md)** (54) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (13) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (15) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (213) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (51) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (96) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (58) -- **[wizard](wizard.md)** (10) -- **[woman](woman.md)** (164) -- **[work](work.md)** (48) -- **[world_broadcast](world_broadcast.md)** (13) -- **[wow](wow.md)** (10) -- **[www](www.md)** (122) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (114) -- **[xxiivv](xxiivv.md)** (26) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (29) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file diff --git a/wiki_stats.md b/wiki_stats.md index d55b7d8..542d321 100644 --- a/wiki_stats.md +++ b/wiki_stats.md @@ -3,9 +3,9 @@ This is an autogenerated article holding stats about this wiki. - number of articles: 601 -- number of commits: 899 -- total size of all texts in bytes: 4439785 -- total number of lines of article texts: 33795 +- number of commits: 900 +- total size of all texts in bytes: 4444196 +- total number of lines of article texts: 33809 - number of script lines: 294 - occurrences of the word "person": 9 - occurrences of the word "nigger": 98 @@ -35,20 +35,20 @@ longest articles: top 50 5+ letter words: -- which (2499) -- there (1918) -- people (1740) -- example (1513) -- other (1379) -- number (1257) -- about (1216) +- which (2500) +- there (1919) +- people (1743) +- example (1514) +- other (1380) +- number (1258) +- about (1217) - software (1203) - program (988) -- because (951) +- because (952) - their (932) -- would (913) -- being (852) -- something (848) +- would (915) +- being (853) +- something (850) - called (845) - language (844) - things (840) @@ -58,37 +58,50 @@ top 50 5+ letter words: - without (746) - programming (728) - function (714) +- different (704) - these (701) -- different (701) - however (694) - system (663) -- world (649) -- should (632) +- world (650) +- should (633) - doesn (631) - while (623) - point (612) -- games (605) +- games (606) +- still (596) - society (594) -- still (592) -- drummyfish (580) -- using (572) +- drummyfish (582) +- using (573) - simply (572) -- possible (564) +- possible (566) - though (557) -- course (539) -- similar (537) +- course (540) +- similar (539) - https (536) - memory (528) -- always (516) +- always (517) - value (510) - technology (508) -- really (501) -- basically (500) -- probably (499) +- really (503) +- probably (502) +- basically (501) latest changes: ``` +Date: Sun Oct 13 16:12:09 2024 +0200 + 90s.md + avpd.md + digital.md + feminism.md + nokia.md + random_page.md + soyence.md + steve_jobs.md + wiki_pages.md + wiki_stats.md + wizard.md + woman.md Date: Sat Oct 12 16:21:03 2024 +0200 chess.md czechia.md @@ -109,25 +122,6 @@ Date: Sat Oct 12 16:21:03 2024 +0200 wiki_stats.md wiki_tldr.md Date: Fri Oct 11 19:48:53 2024 +0200 - chess.md - gay.md - gnu.md - history.md - idiot_fallacy.md - iq.md - jokes.md - lgbt.md - lrs_dictionary.md - main.md - nigeria.md - nigger.md - old.md - race.md - random_page.md - rust.md - tranny.md - transsexual.md - ubi.md ``` most wanted pages: @@ -156,7 +150,7 @@ most wanted pages: most popular and lonely pages: - [lrs](lrs.md) (308) -- [capitalism](capitalism.md) (252) +- [capitalism](capitalism.md) (253) - [c](c.md) (229) - [bloat](bloat.md) (219) - [free_software](free_software.md) (187) @@ -173,7 +167,7 @@ most popular and lonely pages: - [linux](linux.md) (94) - [programming](programming.md) (93) - [math](math.md) (92) -- [shit](shit.md) (86) +- [shit](shit.md) (88) - [fight_culture](fight_culture.md) (86) - [bullshit](bullshit.md) (85) - [hacking](hacking.md) (84) @@ -181,8 +175,8 @@ most popular and lonely pages: - [free_culture](free_culture.md) (82) - [art](art.md) (81) - [public_domain](public_domain.md) (79) +- [corporation](corporation.md) (79) - [woman](woman.md) (78) -- [corporation](corporation.md) (78) - [programming_language](programming_language.md) (77) - [internet](internet.md) (76) - ... diff --git a/woman.md b/woman.md index 8f56b29..f99ab83 100644 --- a/woman.md +++ b/woman.md @@ -12,7 +12,7 @@ The symbol for woman is a circle with cross at its bottom ([Unicode](unicode.md) [Historically](history.md) in every [culture](culture.md) women have been privileged over men, and they still are very much (for example they commit [suicides](suicide.md) much less often) -- while men had to [work](work.md) their asses off, go to [wars](war.md), explore and hunt for food, women often weren't even supposed to work, they could stay at home, chill while guarding the fire and playing with children -- this is becoming less and less so with [capitalism](capitalism.md) which aims to simply enslave everyone, nowadays mostly through the [feminist](feminism.md) cult that brainwashed women to desire the same slavery as men. In case of emergencies it's always been the rule to save women and children first, in wars women and children were oftentimes spared in mass executions. Thanks to being smaller, thinner and lighter women need fewer calories to survive, i.e. men have to pay more money just for staying alive (Does anyone care about this inequality gap? Of course not). Statistically **women live about 6 years longer lives than men** because they have easier and less stressful life, they don't have to work as hard and they can obtain privileges (such as free food and better healthcare) just with a flirty smile. Woman make much more money by prostitution than men, why don't evil women discriminate against poor men this way? While feminists are furious about wage gaps in professions where men make more money than women, none gives a single damn about these opposite kinds of inequality gaps which just confirms what everyone already knows: feminists don't care about equality, they simply care about women. Women also have the huge social privilege of being able to to have sex and/or get a partner at any time with no effort and/or **trade sex (or even just mere company) for things and services** -- this happens very often, see e.g. the [GamerGate](gamergate.md) scandal which basically revealed that women "developers" were fucking game reviewers to push promotion of their "games", i.e. here we see that **women oppress men** not just by treating them as mere sexual objects but also by having good games made by men be rejected in favor of bad games made by women by the power of sex. Being a woman means playing life on very low difficulty, you can have anything you want at any time. Man on the other hand won't get sex unless he's a billionaire or at least 2 meters tall, no matter how smart, nice of physically fit he is. For a woman to get sex it's enough to just ask while not weighting two tons, that's literally how easy it is. It is proven that taller men have more sexual partners which means women are discriminating against short men: why are women so evil and practice [body shaming](body_shaming.md)? Didn't they want equality or something? -Women also can't drive, operate machines, they can't compare even to the worst men in sports, both physical and mental such as [chess](chess.md). Women have to have separate leagues and more relaxed rules, e.g. the title Woman Grand Master (WGM) in chess has far lower requirements to obtain than regular Grand Master (GM). (According to [Elo](elo.md) rating the best woman chess player in history would have only 8% chance of winning against current best male who would have 48% chance of winning). On the International Mathematical Olympiad only 43 out of 1338 medals were obtained by females. There are too many funny cases and video compilations of women facing men in sports (watch them before they're censored lol), e.g. the infamous Vaevictis female "progaming" team or the [football](football.md) match between the US national women team (probably the best women team in the world) vs some random under 15 years old boy's team which of course the women team lost. LMAO there is even a video of 1 skinny boy beating 9 women in boxing. Of course there are arguments that worse performance of women in mental sports is caused culturally; women aren't led so much to playing chess, therefore there are fewer women in chess and so the probability of a good woman player appearing is lower. This may be partially true even though genetic factors seem at least equally important and it may equally be true that not so many women play chess simply because they're not naturally good at it; nevertheless the fact that women are generally worse at chess than men stands, regardless of its cause -- a randomly picked men will most likely be better at chess than a randomly picked woman, and that's what matters in the end. Also if women are displaced from chess by culture, then what is the area they are displaced to? If women are as capable as men, then for any area dominated by men there should be an area equally dominated by women, however we see that anywhere men face women men win big time, even in the woman activities such as cooking and fashion design. Feminists will say that men simply oppress women everywhere, but this just means that women are dominated by men everywhere, which means they are more skilled and capable at everything, there is no way out -- yes, antelope are oppressed by lions, but it's because lions are stronger than antelopes. Here we simply argue that women are weaker than men, not that oppressing women is okay -- it isn't. Furthermore if women were weaker but not by that much, we should statistically see at least occasional dominance by a woman, but we practically don't, it's really almost impossible to find a single such case in history, which indicates women are VERY SIGNIFICANTLY weaker, i.e. not something we negligible we could just ignore. Being a woman correlates to losing to a man almost perfectly, it is a great predictor, basically as strong as can appear in science. It makes sense from the evolutionary standpoint as well, women simply evolved to take care of children, guard fire and save resource consumption by being only as strong as necessarily required for this task, while men had to be stronger and smarter to do the hard job of providing food and protection. +Women also can't drive, operate machines, they can't compare even to the worst men in sports, both physical and mental such as [chess](chess.md). Women have to have separate leagues and more relaxed rules, e.g. the title Woman Grand Master (WGM) in chess has far lower requirements to obtain than regular Grand Master (GM). (According to [Elo](elo.md) rating the best woman chess player in history would have only 8% chance of winning against current best male who would have 48% chance of winning). On the International Mathematical Olympiad only 43 out of 1338 medals were obtained by females. There are too many funny cases and video compilations of women facing men in sports (watch them before they're censored lol), e.g. the infamous Vaevictis female "progaming" team or the [football](football.md) match between the US national women team (probably the best women team in the world) vs some random under 15 years old boy's team which of course the women team lost. LMAO there is even a video of 1 skinny boy beating 9 women in boxing. Of course there are arguments that worse performance of women in mental sports is caused culturally; women aren't led so much to playing chess, therefore there are fewer women in chess and so the probability of a good woman player appearing is lower. There may be a small part of truth to this but in the end it's most definitely just an excuse to cover up the fact that women don't play chess (and aren't encouraged to do so) simply because they're not naturally good at it. Do chimpanzees lack the ability to read because we "oppress" them by not installing bookshelves into their zoo exhibits? Take a look at [Jews](jew.md): they are a minority, one that's been under extremely heavy oppression, even that of genocide, and they still managed to grab the highest ranks in society and basically win the capitalist game. Nowadays, in [21st century](21st_century.md), women are no longer oppressed, on the contrary they now get social privileges, encouragement, all the handholding and support -- where are the female chess geniuses then? Where are the female Einsteins? Not even with all the support in the world can they get to the level of men (note that [eventually](future.md), out of necessity, feminism WILL resort to crippling men and forging data to make it look like females beat men, but that will indeed be just pure lies). And still, no matter the cause, the fact simply stands that women are generally worse than men at mental activities -- a randomly picked man will most likely be better at chess than a randomly picked woman, and that's what matters in the end. Also if women are displaced from chess by culture, then what is the area they are displaced to? If women are as capable as men, then for any area dominated by men there should be an area equally dominated by women, however we see that anywhere men face women men win big time, even in the woman activities such as cooking and fashion design. Feminists will say that men simply oppress women everywhere, but this just means that women are dominated by men everywhere, which means they are more skilled and capable at everything, there is no way out -- yes, antelope are oppressed by lions, but it's because lions are stronger than antelopes. Here we simply argue that women are weaker than men, not that oppressing women is okay -- it isn't. Furthermore if women were weaker but not by that much, we should statistically see at least occasional dominance by a woman, but we practically don't, it's really almost impossible to find a single such case in history, which indicates women are VERY SIGNIFICANTLY weaker, i.e. not something we negligible we could just ignore. Being a woman correlates to losing to a man almost perfectly, it is a great predictor, basically as strong as can appear in science. It makes sense from the evolutionary standpoint as well, women simply evolved to take care of children, guard fire and save resource consumption by being only as strong as necessarily required for this task, while men had to be stronger and smarter to do the hard job of providing food and protection. { I actually enjoy women football, mostly for its comedic value. ~drummyfish }