From a9b3ef862e90738db115344700236fe8b502ab71 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Sun, 11 Feb 2024 21:17:16 +0100 Subject: [PATCH 1/2] Update --- fractal.md | 6 +- lrs_wiki.md | 8 +- main.md | 6 +- mandelbrot_set.md | 43 +- minimalism.md | 6 +- plan9.md | 2 +- random_page.md | 3273 +++++++++++++++++++++++---------------------- wiki_pages.md | 2 +- wiki_stats.md | 60 +- 9 files changed, 1732 insertions(+), 1674 deletions(-) diff --git a/fractal.md b/fractal.md index 6fcf9d5..17b0678 100644 --- a/fractal.md +++ b/fractal.md @@ -2,6 +2,8 @@ Informally speaking fractal is a shape that's geometrically "infinitely complex" while being described in an extremely simple way, e.g. with a very simple formula or [algorithm](algorithm.md). Shapes found in the nature, such as trees, mountains or clouds, are often fractals. Fractals show self-similarity, i.e. when "zooming" into an ideal fractal we keep seeing it is composed, down to an infinitely small scale, of shapes that are similar to the shape of the whole fractal; e.g. the branches of a tree look like smaller versions of the whole tree etc. +TODO: brief history + Fractals are the [beauty](beauty.md) of mathematics that can easily be seen even by non-mathematicians, so are probably good as a motivational example in [math](math.md) education. Fractal is formed by [iteratively](iteration.md) or [recursively](recursion.md) (repeatedly) applying its defining rule -- once we repeat the rule infinitely many times, we've got a perfect fractal. [In the real world](irl.md), of course, both in nature and in computing, the rule is just repeat many times as we can't repeat literally infinitely. The following is an example of how iteration of a rule creates a simple tree fractal; the rule being: *from each branch grow two smaller branches*. @@ -20,7 +22,7 @@ Fractal is formed by [iteratively](iteration.md) or [recursively](recursion.md) iteration 0 iteration 1 iteration 2 iteration 3 ``` -Mathematically fractal is a shape whose [Hausdorff dimension](hausdorff_dimension.md) (the "scaling factor of the shape's mass") is non-integer. For example the [Sierpinski triangle](sierpinski_triangle.md) can normally be seen as a 1D or 2D shape, but its Hausdorff dimension is approx. 1.585 as if we scale it down twice, it decreases its "weight" three times (it becomes one of the three parts it is composed of); Hausdorff dimension is then calculated as log(3)/log(2) ~= 1.585. +Mathematically fractal is a shape whose [Hausdorff dimension](hausdorff_dimension.md) (the "scaling factor of the shape's mass") may be non-integer and is bigger than its [topological dimension](topological_dimension.md) (the "normal" dimension suh as 0 for a point, 1 for a line, 2 for a plane etc.). For example the [Sierpinski triangle](sierpinski_triangle.md) has a topological dimension 1 but Hausdorff dimension approx. 1.585 because if we scale it down twice, it decreases its "weight" three times (it becomes one of the three parts it is composed of); Hausdorff dimension is then calculated as log(3)/log(2) ~= 1.585. [L-systems](l_system.md) are one possible way of creating fractals. They describe rules in form of a [formal grammar](grammar.md) which is used to generate a string of symbols that are subsequently interpreted as drawing commands (e.g. with [turtle graphics](turtle_graphics.md)) that render the fractal. The above shown tree can be described by an L-system. Among similar famous fractals are the [Koch snowflake](koch_snowflake.md) and [Sierpinski Triangle](sierpinski_triangle.md). @@ -50,7 +52,7 @@ Fractals can of course also exist in 3 and more dimensions so we can have also h However, as shown by Code Parade (https://yewtu.be/watch?v=Pv26QAOcb6Q), complex fractals could be rendered even before the computer era using just a projector and camera that feeds back the picture to the camera. This is pretty neat, though it seems no one actually did it back then. -A nice FOSS program to interactively zoom into 2D fractals is e.g. [xaos](xaos.md). +A nice [FOSS](foss.md) program to interactively zoom into 2D fractals is e.g. [xaos](xaos.md). 3D fractals can be rendered with [ray marching](ray_marching.md) and so called *distance estimation*. This works similarly to classic [ray tracing](ray_tracing.md) but the rays are traced iteratively: we step along the ray and at each step use an estimate of the current point to the surface of the fractal; once we are "close enough" (below some specified threshold), we declare a hit and proceed as in normal ray tracing (we can render shadows, apply materials etc.). The distance estimate is done by some clever math. diff --git a/lrs_wiki.md b/lrs_wiki.md index 25a2056..d20f752 100644 --- a/lrs_wiki.md +++ b/lrs_wiki.md @@ -1,11 +1,17 @@ # LRS Wiki -LRS wiki, also Less Retarded Wiki, is a [public domain](public_domain.md) ([CC0](cc0.md)) [encyclopedia](encyclopedia.md) focused on truly good, [minimalist](minimalism.md) [technology](tech.md), mainly [computers](computer.md) [software](sw.md) -- so called [less retarded software](lrs.md) (LRS) which should serve the people at large -- while also exploring related topics such as the relationship between technology and society, promoting so called [less retarded society](less_retarded_society.md). The basic motivation behind LRS and its wiki is unconditional [love](love.md) of all life, and the goal of LRS is to move towards creating a truly useful, [selfless](selflessness.md) technology that maximally helps all living beings as much as possible. As such the wiki rejects for example [capitalist software](capitalist_software.md) (and [capitalism](capitalism.md) itself), [bloated](bloat.md) software, [intellectual property](intellectual_property.md) laws ([copyright](copyright.md), [patents](patent.md), ...) [censorship](censorship.md), [pseudoleftism](pseudoleft.md) ([political correctness](political_correctness.md), [cancel culture](cancel_culture.md), [COC](coc.md)s ...) etc. It embraces [free as in freedom](free_software.md), simple technology, i.e. [Unix philosophy](unix_philosophy.md), [suckless](suckless.md) software, [anarcho pacifism](anpac.md), [racial realism](racial_realism.md), [free speech](free_speech.md), [veganism](veganism.md) etc. +LRS wiki, also Less Retarded Wiki, is a [public domain](public_domain.md) ([CC0](cc0.md)) [encyclopedia](encyclopedia.md) focused on truly good, [minimalist](minimalism.md) [technology](tech.md), mainly [computer](computer.md) [software](sw.md) -- so called [less retarded software](lrs.md) (LRS) which should serve the people at large -- while also exploring related topics such as the relationship between technology and society, promoting so called [less retarded society](less_retarded_society.md). The basic motivation behind LRS and its wiki is unconditional [love](love.md) of all life, and the goal of LRS is to move towards creating a truly useful, [selfless](selflessness.md) technology that maximally helps all living beings as much as possible. As such the wiki rejects for example [capitalist software](capitalist_software.md) (and [capitalism](capitalism.md) itself), [bloated](bloat.md) software, [intellectual property](intellectual_property.md) laws ([copyright](copyright.md), [patents](patent.md), ...) [censorship](censorship.md), [pseudoleftism](pseudoleft.md) ([political correctness](political_correctness.md), [cancel culture](cancel_culture.md), [COC](coc.md)s ...) etc. It embraces [free as in freedom](free_software.md), simple technology, i.e. [Unix philosophy](unix_philosophy.md), [suckless](suckless.md) software, [anarcho pacifism](anpac.md), [racial realism](racial_realism.md), [free speech](free_speech.md), [veganism](veganism.md) etc. LRS wiki was started by [drummyfish](drummyfish.md) on November 3 2021 as a way of recording and sharing his views, experience and knowledge about technology, as well as for creating a completely public domain educational resource and account of current society for future generations. It was forked from so called "based wiki" at a point when all the content on it had been made by drummyfish, so at this point LRS wiki is 100% drummyfish's own work; over time it became kind of a snapshot of drummyfish's brain and so the wiki doesn't allow contributions (but allows and encourages [forks](fork.md)). +Over time, being written solely by drummyfish without much self censorship and "language filtering", the wiki also became something like drummyfish's raw brain dump with all the thoughts and moods averaged over the time span of writing the wiki -- reading through it makes you see relatively faithfully how drummyfish internally thinks (e.g. you see anticapitalist rants everywhere because these annoying thoughts are just constantly bothering drummyfish, whatever he's thinking about) -- this can make many people vomit but it's a kind of experiment and some even liked it, so it stays up. No one is forced to read it and CC0 ensures anyone can shape it into anything better hopefully. + +The wiki can also additionally be seen as a dirty collection of drummyfish's cheatsheets, links, code snippets, [jokes](jokes.md), attempts at [ASCII art](ascii_art.md), vent rants etcetc. So the whole thing is like a digital swamp that one might see as a kind of retarded art that combines many things together: technical, cultural, personal, objective and subjective, beautiful and ugly. It's just its own thing. + The wiki is similar to other wikis, for example in its topics and technical aspects it is similar to the earliest (plain HTML) versions of [Wikipedia](wikipedia.md) and [wikiwikiweb](wikiwikiweb.md) (by which it was partly inspired). In tone and political incorrectness it is similar to [Encyclopedia Dramatica](dramatica.md), but unlike Dramatica LRS is a "serious" project. +LRS wiki is currently written as a collection of [Markdown](markdown.md) files that use a few [shell scripts](shell_script.md) that convert the whole thing to HTML for the web, i.e. it doesn't use any wiki engine or bloated static site generator. There is a plan to rewrite the wiki in [comun](comun.md). + ## See Also - [LRS wiki stats](wiki_stats.md) diff --git a/main.md b/main.md index 05b0eec..67436a2 100644 --- a/main.md +++ b/main.md @@ -61,12 +61,14 @@ If you're new here, you may want to read answers to [frequently asked questions] STOP [CAPITALISM](capitalism.md) STOP [BLOAT](bloat.md) STOP [censorship](censorship.md) STOP [business](business.md) STOP [bullshit](bs.md) STOP [copyright](copyright.md) STOP [working](work.md) STOP [coding](coding.md) STOP [competing](competition.md) STOP [fighting](fight_culture.md) STOP [consuming](consumerism.md) STOP [producing](productivity_cult.md) STOP [worshiping people](hero_culture.md) STOP [fascism](fascism.md) STOP [economy](economy.md) STOP [slavery](work.md) STOP violence STOP [pedophobia](pedophobia.md) STOP wearing clothes STOP [eating animals](vegetarianism.md) [STOP being an idiot](unretard.md) etc. Start [loving](love.md), sharing, creating and caring :) <3 -## What Is Less Retarded Software/Society? +## What Is Less Retarded Software/Society/Wiki? -Well, we're trying to figure this out on this wiki, but less retarded software is greatly related to [suckless](suckless.md), [Unix](unix.md), [KISS](kiss.md), [free](free_software.md), selfless and sustainable software created to maximally help all living beings. LRS stands opposed to all [shittiness](shit.md) of so called ["modern"](modern.md) software. We pursue heading towards an ideal society such as that of the [Venus project](venus_project.md). For more details see the article about [LRS](lrs.md). +Well, we're trying to figure this out on this wiki, but less retarded software is greatly related to [suckless](suckless.md), [Unix](unix.md), [KISS](kiss.md), [free](free_software.md), selfless and sustainable software created to maximally help all living beings. This is so because we just [love](love.md) all living beings. LRS stands opposed to all [shittiness](shit.md) of so called ["modern"](modern.md) software (and society in general). We pursue heading towards an ideal society that is similar in spirit e.g. to that of the [Venus project](venus_project.md). For more details see the article about [LRS](lrs.md). In short LRS asks *what if technology was good?* And by extension also *what if society was good?* +UPDATE by [drummyfish](drummyfish.md): now as I've been writing this wiki for a longer time myself, without much self censorship and thought "filtering", the wiki has also become something akin a snapshot of my brain averaged over time, for more see the article about the [wiki](lrs_wiki.md) itself. + ## Wanna Help? See [needed projects](needed.md). Thanks :) diff --git a/mandelbrot_set.md b/mandelbrot_set.md index 729f9c1..3a743d1 100644 --- a/mandelbrot_set.md +++ b/mandelbrot_set.md @@ -1,6 +1,6 @@ # Mandelbrot Set -TODO +Mandelbrot set is a famous two dimensional [fractal](fractal.md), a [set](set.md) of [points](point.md) in two dimensional plane that are defined by a specific very simple equation. It turns out this set has an infinitely complex border (i.e. its shape is a fractal) and the whole thing is just [beautiful](beauty.md) to look at, especially when we draw it with colors and start zooming in to various interesting places -- patterns keep emerging down to infinitely small scales so we may keep zooming in forever and still discover new and new things; some patterns show self similarity, some not. Applying tricks to further add colors to inside and outside of the set increases the visual beauty yet more -- rendering Mandelbrot set is in fact a quite popular activity among programmers as it's very easy to [program](programming.md) such visualizations (at least until we reach the limits of [floating point](float.md) precision, then some more cleverness has to be applied; and yes, Mandelbrot can also be rendered only using [fixed point](fixed_point.md)). The origins of exploring this set are somewhere around 1905 when Fatou and Julia explored the equations related to it, however due to the lack of [computers](computer.md) the set couldn't very well be drawn -- this was only achieved much later, the first rendering of the set seems to be from 1978, albeit of very poor resolution. The set is named after Benoit Mandelbrot who is often considered the father of the field of fractal geometry and who researched this particular set a lot. Of course, Mandelbrot set is awesome, it's a like a whole infinite world to explore, hidden in just one simple formula. { Pretty amazing ASCII rendering of the Mandelbrot set can be found at http://www.mrob.com/pub/muency/asciigraphics.html. ~drummyfish } @@ -31,6 +31,47 @@ TODO |___________________________________________________[0.5,-1]| ``` +*Simple ASCII rendering of Mandelbrot set.* + +**Definition**: we use [complex numbers](complex_number.md) to define the set. Consider the following series of complex numbers *z[n]*: + +*z[0] = 0*, *z[n + 1] = z[n]^2 + p* + +Mandelbrot set is the set of all points *p* for which the [absolute value](abs.md) ("length") of *z[n]* does NOT grow towards infinity as *n* goes towards infinity. + +I.e. taking any point *p* in the complex plane (whose real and imaginary parts we see as the *x* and *y* coordinates), plugging it into the above equation and iterating the series infinitely many times, if the absolute value of *z[n]* stays bounded under some finite value (even very large, just not infinitely large), the number belongs to the set, otherwise not (if the absolute value diverges towards infinity). I.e. in other words the Mandelbrot set is a set of kind of "well behaved" points that don't shoot away to infinity when we keep applying some operation to them over and over. Of course computers cannot evaluate infinitely many iterations of the series so they cannot compute the set 100% accurately, but we may very well [approximate](approximation.md) by performing many iterations (let's 100000) and seeing if the value we get is "very large" (let's say 1000000000) when we stop -- this will work correctly for most points and those few points near the set borders where we make a wrong guess won't really be noticed unless we zoom in very close -- in such cases we can simply perform more iterations to increase precision. To add **[colors](color.md)** to the visualization (so that we don't observe just the borders but also some kind of structure inside and outside of the set) we may simply assign different colors to the points depending e.g. on how big the absolute value is at the time we stop the evaluation, or how many iterations it took for the absolute value to exceed given limit (for points outside the set). Also note that for nice pictures we should apply [antialiasing](antialiasing.md). Additional fancy filters and [shaders](shader.md) such as some kind of postprocessing or fake 3D can also be applied to make the result even more impressive. + +TODO: example on specific point + +There are further [optimizations](optimization.md) we may apply to calculate the set faster, for example it's proven that if absolute value of *z[n]* ever gets greater than 2, the point won't lie in the set. The set itself also lies in the circle centered at [0,0] with radius 2, so points outside this area can be safely marked as lying outside the set. + +As an alternative to drawing the set in the traditional plane with *x*/*y* axes correspond to the *real*/*imaginary* parts of the complex number, we may utilize different mappings, for example [polar coordinates](polar_coords.md) or the "inversion mode" (swapping zero and infinity) used in xaos. These may offer yet different angles of view of the set. + +Mandelbrot set is similar and related to **[Julia sets](julia_set.md)**; in a way Mandelbrot set is kind of a map of Julia sets, of which there are infinitely many. Each Julia set is, like the Mandelbrot, a set of complex numbers that usually has fractal boundary. Julia sets are defined using the same series as Mandelbrot set, however for given Julia set we take the *p* to be constant and instead set *z[0]* to the visualized coordinate -- so each *p* in the complex plane has its own Julia set. There are some deep mathematical connections between Julia sets and Mandelbrot set. To a Mandelbrot set admirer Julia sets offer infinitely many similar worlds to explore. + +The following are some **attributes** of the Mandelbrot set: + +- **[Hausdorff dimension](hausdorff_dimension.md)** (of the boundary): 2 +- **area**: approximately 1.5052; this is a current best estimate, the area is not easy to calculate (it may be estimated e.g. with [Monte Carlo](monte_carlo.md) methods). +- It is **symmetric** along the *x* axis. +- It's proven the set is **connected**, i.e. it's just a single "island". +- ... + +**How to explore Mandelbrot set?** There are about billion programs for this, but a quite nice FOSS one is e.g. [Xaos](xaos.md). + +As the set is being studied and explored a lot, some even started to make maps of it and give names to various regions. The biggest bulb-part is called the *Main Cardioid*, the smaller disk to the left of it is the *Main Disk*. Between these two parts there is the *Seahorse Valley*. On the right side of *Main Cardioid* there is the *Elephant Valley*. There are terms such as *mu-atom* (also *island*, *mandelbrotie*, *minibrot* or *midget*) -- the smaller distorted self-similar versions of the big set inside the set itself. And so on. Here are some examples of **interesting places** (nice for wallpapers :]) in the Mandelbrot set (views are denoted as [center X, center Y, view radius]): + +- View [-0.774680610626904,-0.137416885603787,8e-12] shows a very nice circular pattern. +- View [-0.74989,-0.0376656,1.04358e-05] shows another nice grid pattern. +- View [0.353447,0.0990225,1.12029e-05] shows a cool spiral pattern. +- View [-1.4045,0,0.0006] shows self-similarity, an approximate smaller Mandelbrot set shape inside itself. +- Views [-1.38379,0,0.037555] and [-1.3973347,0,0.008779] show approximate self similarity. +- Point [-1.3932809650418352,0.0215485287711777498] shows a very thin connection. +- Point [0.372138,0.0903982] shows an infinitely zoomable point from which circular arms stem. +- ... + +**Generalizations and modifications**: mentioned [Julia sets](julia_set.md) are very similar to the Mandelbrot set. **[Multibrot](multibrot.md)** sets are sets similar to the Mandelbrot which we define by requiring *abs(z[n])* to not surpass some given value *T* under inifinite iteration, i.e. Mandelbrot set is one of Multibrot sets, that in which we set *T = 2* (because as mentioned above, reaching 2 always leads to divergence towards infinity); for different values of *T* we'll get similar but different Multibrot fractal sets. We may also modify the iterative equation from quadratic to cubic (replace *z[n]^2* with *z[n]^3*), or a different power (or modify the equation in similar ways) to again get sets similar to the Mandelbrot. Using [quaternions](quaternion.md) instead of complex numbers generalized Mandelbrot from 2D to 4D. + ## Code The following code is a simple [C](c.md) program that renders the Mandelbrot set into terminal (for demonstrative purposes, it isn't efficient or do any [antialiasing](antialiasing.md)). diff --git a/minimalism.md b/minimalism.md index e4a8dff..da8a60f 100644 --- a/minimalism.md +++ b/minimalism.md @@ -4,7 +4,7 @@ In context of [technology](tech.md) minimalism is a design philosophy which puts great emphasis on [simplicity](kiss.md), it says technology should be as simple as possible while still achieving given goal, possibly even a little bit simpler. Minimalism is one of the most (if not the most) important concepts in [programming](programming.md) and technology in general, it could almost be said that becoming a true expert in technology is strongly connected to realizing the importance of simplicity (see e.g. [Unix philosophy](unix_philosophy.md)). One of the first things to stress about minimalism is that it's firstly about **internal simplicity**, i.e. the simplicity of design/repairing/[hacking](hacking.md), and only secondly about the simplicity from the [user](user.md)'s point of view (otherwise we are only dealing with [pseudominimalism](pseudominimalism.md)). The opposite of minimalism is [maximalism](maximalism.md). See also [minimal viable program](minimal_viable_program.md). -Antoine de Saint-Exupéry sums it up with a quote: *we achieve perfection not when there is nothing more to add, but when there is nothing left to take away.* +Antoine de Saint-Exupéry sums it up with a quote: *we achieve perfection not when there is nothing more to add but when there is nothing left to take away.* There is also the generalized concept of **life minimalism** which applies said philosophy to all areas of [life](life.md) and which many technological minimalists often start to follow as well -- life minimalism is about letting go of things and desires that aren't necessarily needed as such things enslave us; you should think about what it really is that you want and need and only keep that. This is nothing new, this wisdom has been present for as long as humans have existed, most religions and philosophers saw a great value in [asceticism](asceticism.md), frugality and even poverty, as owning little leads to [freedom](freedom.md). For example owning a [car](car.md) is kind of a slavery, you have to clean it, protect it, repair it, [maintain](maintenance.md) it, pay for parking space, pay for gas, pay for insurance -- that's a huge commitment eating up a huge part of your life and [head space](head_space.md), a minimalist will rather choose to get a simple [suckless](suckless.md) bicycle or travel by public transport. @@ -28,7 +28,7 @@ Up until recently in history every engineer would tell you that *the better mach - [permacomputing](permacomputing.md) ([SJW](sjw.md) warning) - ... -Under [capitalism](capitalism.md) technological minimalism is suppressed in the mainstream as it goes against [corporate](corporation.md) interests, i.e. those of having monopoly control over technology, even if such technology is "[FOSS](foss.md)" (which then becomes just a cool brand, see [openwashing](openwashing.md)). We may, at best, encounter a "shallow" kind of minimalism, so called [pseudominimalism](pseudominimalism.md) which only tries to make things appear minimal, e.g. aesthetically, and hides ugly overcomplicated internals under the facade. [Apple](apple.md) is famous for this [shit](shit.md). +Under [capitalism](capitalism.md) technological minimalism is suppressed in the mainstream as it goes against [corporate](corporation.md) interests, i.e. those of having monopoly control over technology, even if such technology is "[FOSS](foss.md)" (which then becomes just a cool brand, see [openwashing](openwashing.md)). We may, at best, encounter a "shallow" kind of minimalism, so called [pseudominimalism](pseudominimalism.md) which only tries to make things appear minimal, e.g. aesthetically, and hides ugly overcomplicated internals under the facade. [Apple](apple.md) is infamous for this [shit](shit.md). There are movements such as [appropriate technology](appropriate_tech.md) (described by E. F. Schumacher in a work named *Small Is Beautiful: A Study of Economics As If People Mattered*) advocating for small, efficient, decentralized technology, because that is what best helps people. @@ -38,7 +38,7 @@ There are movements such as [appropriate technology](appropriate_tech.md) (descr It can't be stressed enough that minimalism is absolutely required for technological freedom, i.e. people having, in **practical** ways, control over their tools. While in today's society it is important to have legal freedoms, i.e. support [free software](free_software.md), we must not forget that this isn't enough, a freedom on paper means nothing if it can't be practiced. We need both legal AND [de facto](de_facto.md) freedom over technology, the former being guaranteed by a free [license](license.md), the latter by minimalism. Minimal, simple technology will increase the pool of people and parties who may practice the legal freedoms -- i.e. those to use, study, modify and share -- and therefore ensure that the technology will be developed according to what people need, NOT according to what a corporation needs (which is usually the opposite). -Even if a user of software is not a programmer himself, it is important he chooses to use minimal tools because that makes it more likely his tool can be repaired or improved by SOMEONE from the people. Some people naively think that if they're not programmers, it doesn't matter if they have access and rights to the program's source code, but indeed that is not the case. You want to choose tools that can easily be analyzed and repaired by someone, even if you yourself can't do it. +Even if a user of software is not a programmer himself, it is important he chooses to use minimal tools because that makes it more likely his tools can be repaired or improved by SOMEONE from the people. Some people naively think that if they're not programmers, it doesn't matter if they have access and rights to the program's source code, but indeed that is not the case. You want to choose tools that can easily be analyzed and repaired by someone, even if you yourself can't do it. Minimalism and simplicity increases freedom even of [proprietary](proprietary.md) technology which can be seen e.g. on [games](game.md) for old systems such as [GameBoy](gameboy.md) or [DOS](dos.md) -- these games, despite being proprietary, can and are easily and plentifully played, modified and shared by the people, DESPITE not being free legally, simply because it is easy to handle them due to their simplicity. This just further confirms the correlation of freedom and minimalism. diff --git a/plan9.md b/plan9.md index bf8e9b0..989f6d3 100644 --- a/plan9.md +++ b/plan9.md @@ -1,6 +1,6 @@ # Plan 9 -Plan 9 (from Bell Labs, reference to the movie *Plan 9 from Outer Space*) is a research [operating system](os.md), now [FOSS](foss.md), that was started by many of the original [Unix](unix.md) developers as the next project of this kind, it was supposed to be the "new and updated Unix". It tries to work with [Unix philosophy](unix_philosophy.md) ([minimalist](minimalism.md) software philosophy) but expands and modifies it so as to fit "new/evolved" [computers](computer.md) -- though Plan 9 developers claim the system is "more Unix than Unix itself", the validity of such claim is questionable as Plan 9 brings in a more complicated paradigm of [distributed computing](distributed_computing.md), [dependencies](dependency.md) (such as requiring [GUI](gui.md) and mouse) and therefore [bloat](bloat.md) (though still being super minimal compared to mainstream operating systems). Besides the original Plan 9, which is apparently dead now, there exist active [forks](fork.md) such as [9front](9front.md); BEWARE, **9front has a [COC](coc.md) and is a fascist [pseudoleftist](pseudoleft.md) project**. One famous guy working on Plan 9 is [Rob Pike](rob_pike.md) who really went super crazy lately; originally a true Unix hacker he later on started saying things like "I want no local storage on my computer" and "the world should provide me my computing environment and maintain it for me", which seem to reflect what Plan 9 is about. +Plan 9 (from Bell Labs, reference to the movie *Plan 9 from Outer Space*) is a research [operating system](os.md), now [FOSS](foss.md), that was started by many of the original [Unix](unix.md) developers as the next project of this kind, it was supposed to be the "new and updated Unix". It tries to work with [Unix philosophy](unix_philosophy.md) ([minimalist](minimalism.md) software philosophy) but expands and modifies it so as to fit "new/evolved" [computers](computer.md) -- though Plan 9 developers claim the system is "more Unix than Unix itself", the validity of such claim is questionable as Plan 9 brings in a more complicated paradigm of [distributed computing](distributed_computing.md), [dependencies](dependency.md) (such as requiring [GUI](gui.md) and mouse) and therefore [bloat](bloat.md) (though still being super minimal compared to mainstream operating systems). Besides the original Plan 9, which is apparently dead now, there exist active [forks](fork.md) such as [9front](9front.md); BEWARE, **9front has a [COC](coc.md) and is a fascist [pseudoleftist](pseudoleft.md) project**. One famous guy working on Plan 9 is [Rob Pike](rob_pike.md) who really went super crazy lately; originally a true Unix hacker he later on started saying things like "I want no local storage on my computer" and "the world should provide me my computing environment and maintain it for me", which seem to reflect what Plan 9 is about. Plan 9 fans are also obsessed with papers. On one hand Plan 9 sounds good and its idealism is admirable, nevertheless **Plan 9 is [SHIT](shit.md)** due to the following fact: **it [requires](dependency.md) what isn't necessary, for example [GUI](gui.md), [mouse](mouse.md), file system and networking** and **forces computers and users to be certain way**. This is absolutely unforgivable and violates the basic premise of [good, freedom offering, minimalist nondiscriminatory software](lrs.md); in fact it violates the [Unix philosophy](unix_philosophy.md) which it is supposed to be building on top of -- an operating system should do one thing well: that of offering and environment for programs and their resources, user interface is a nontrivial extra task that should be separated. If you ask how to use Plan 9 without a mouse, the fans respond with telling you how stupid you are for not wanting to use mouse ("here is a study that says mice are better than keyboards: checkmate!") and that using mouse is actually what you want (hey bro, everyone's using a mouse, just accept it) -- they try to force a specific way of how computers should be and how they should be operated, just as [Microsoft](microsoft.md) and [Apple](apple.md), without taking into account that computers can (and should be allowed to) be wildly different, very small, with tiny displays (or no displays at all), with no pointing devices (game consoles, voice operated computers, ...) etc. Sure, it may be possible to make the system work without a mouse or GUI, but these concepts form the very basis of the code and its philosophy, they will be carried as a dead weight if you're not using them and you will probably encounter great issues such as many programs simply relying on the existence of GUI and mouse and not working without them. The philosophy is similar to that of "[smart](smart.md)" devices which assume that "Internet is everywhere" and so "let's put Internet into everything", even things that don't need any Internet at all (like hammers and teaspoons), and by the way they will no longer work without Internet (let's hope it doesn't go down lol). In this way **Plan 9 is a dictatorship** and [we](lrs.md) don't approve of it. diff --git a/random_page.md b/random_page.md index 0b24a5b..8de2b36 100644 --- a/random_page.md +++ b/random_page.md @@ -2,1656 +2,1659 @@ Please kindly click random link. -[*](tech.md) -[*](fun.md) -[*](zero.md) -[*](whale.md) -[*](countercomplex.md) -[*](furry.md) -[*](cos.md) -[*](throwaway_script.md) -[*](update_culture.md) -[*](rule110.md) -[*](githopping.md) -[*](formal_language.md) -[*](soyence.md) -[*](comun.md) -[*](fourier_transform.md) -[*](cracking.md) -[*](exercises.md) -[*](atan.md) -[*](library.md) -[*](antivirus_paradox.md) -[*](autoupdate.md) -[*](small3dlib.md) -[*](cpu.md) -[*](often_confused.md) -[*](culture.md) -[*](smart.md) -[*](fascist.md) -[*](fractal.md) -[*](raylib.md) -[*](race.md) -[*](binary.md) -[*](audiophilia.md) -[*](explicit.md) -[*](love.md) -[*](faggot.md) -[*](distrohopping.md) -[*](x86.md) -[*](football.md) -[*](unix.md) -[*](encryption.md) -[*](phd.md) -[*](minimalism.md) -[*](uxn.md) -[*](free_speech.md) -[*](patent.md) -[*](binary.md) -[*](deep_blue.md) -[*](4chan.md) -[*](npc.md) -[*](game.md) -[*](finished.md) -[*](girl.md) -[*](hero_culture.md) -[*](primitive_3d.md) -[*](coc.md) -[*](analog.md) -[*](magic.md) -[*](reactionary_software.md) -[*](arch.md) -[*](git.md) -[*](double_buffering.md) -[*](femoid.md) -[*](cc.md) -[*](duke3d.md) -[*](terry_davis.md) -[*](hacker_culture.md) -[*](selflessness.md) -[*](computational_complexity.md) -[*](rgb332.md) -[*](niggercoin.md) -[*](culture.md) -[*](wiby.md) -[*](tangram.md) -[*](saf.md) -[*](thrembo.md) -[*](gnu.md) -[*](wiki_authors.md) -[*](mipmap.md) -[*](shogi.md) -[*](bs.md) -[*](moderation.md) -[*](cat_v.md) -[*](line.md) -[*](gigachad.md) -[*](ui.md) -[*](ascii.md) -[*](femoid.md) -[*](bit_hack.md) -[*](marketing.md) -[*](less_retarded_society.md) -[*](x86.md) -[*](abstraction.md) -[*](old.md) -[*](optimization.md) -[*](communism.md) -[*](chess.md) -[*](coding.md) -[*](consumerism.md) -[*](bit_hack.md) -[*](hard_to_learn_easy_to_master.md) -[*](free_speech.md) -[*](abstraction.md) -[*](linear_algebra.md) -[*](drummyfish.md) -[*](ascii.md) -[*](go.md) -[*](noise.md) -[*](deferred_shading.md) -[*](floss.md) -[*](xonotic.md) -[*](cc0.md) -[*](distance.md) -[*](tom_scott.md) -[*](pseudoleft.md) -[*](venus_project.md) -[*](low_poly.md) -[*](float.md) -[*](hacking.md) -[*](teletext.md) -[*](windows.md) -[*](formal_language.md) -[*](procgen.md) -[*](zen.md) -[*](debugging.md) -[*](facebook.md) -[*](modern_software.md) -[*](deferred_shading.md) -[*](coc.md) -[*](approximation.md) -[*](nc.md) -[*](firmware.md) -[*](transistor.md) -[*](troll.md) -[*](public_domain_computer.md) -[*](README.md) -[*](temple_os.md) -[*](comun.md) -[*](normalization.md) -[*](gay.md) -[*](shogi.md) -[*](cloud.md) -[*](good_enough.md) -[*](cancer.md) -[*](mob_software.md) -[*](exercises.md) -[*](technology.md) -[*](copyright.md) -[*](f2p.md) -[*](fizzbuzz.md) -[*](sw_rendering.md) -[*](anal_bead.md) -[*](smallchesslib.md) -[*](binary.md) -[*](venus_project.md) -[*](devuan.md) -[*](tom_scott.md) -[*](pseudominimalism.md) -[*](pokitto.md) -[*](dungeons_and_dragons.md) -[*](capitalism.md) -[*](markov_chain.md) -[*](smallchesslib.md) -[*](capitalist_singularity.md) -[*](money.md) -[*](apple.md) -[*](capitalist_software.md) -[*](langtons_ant.md) -[*](compression.md) -[*](google.md) -[*](ssao.md) -[*](tpe.md) -[*](gaywashing.md) -[*](mechanical.md) -[*](google.md) -[*](floss.md) -[*](dynamic_programming.md) -[*](sigbovik.md) -[*](backgammon.md) -[*](gay.md) -[*](complexity.md) -[*](modern_software.md) -[*](interaction_net.md) -[*](interesting.md) -[*](fixed_point.md) -[*](faq.md) -[*](sorting.md) -[*](fear_culture.md) -[*](proprietary.md) -[*](wiki_stats.md) -[*](explicit.md) -[*](selflessness.md) -[*](sw.md) -[*](procgen.md) -[*](double_buffering.md) -[*](competition.md) -[*](tranny_software.md) -[*](xd.md) -[*](tor.md) -[*](microtheft.md) +[*](shit.md) +[*](splinternet.md) [*](justice.md) -[*](cache.md) -[*](programming_tips.md) -[*](tinyphysicsengine.md) -[*](gui.md) -[*](graphics.md) -[*](english.md) -[*](jargon_file.md) -[*](morality.md) -[*](kids_these_days.md) -[*](body_shaming.md) -[*](competition.md) -[*](fsf.md) -[*](hexadecimal.md) -[*](proprietary.md) -[*](anarchism.md) -[*](elo.md) -[*](cracker.md) -[*](c_tutorial.md) -[*](tensor_product.md) -[*](tas.md) -[*](stereotype.md) -[*](capitalist_software.md) -[*](julia_set.md) -[*](island.md) -[*](app.md) -[*](aaron_swartz.md) -[*](microtransaction.md) -[*](minigame.md) +[*](collision_detection.md) +[*](mipmap.md) [*](trusting_trust.md) -[*](crow_funding.md) -[*](loc.md) -[*](version_numbering.md) -[*](crow_funding.md) -[*](portability.md) -[*](everyone_does_it.md) -[*](security.md) -[*](jokes.md) -[*](education.md) -[*](military.md) -[*](countercomplex.md) -[*](recursion.md) -[*](transistor.md) -[*](coding.md) -[*](sjw.md) -[*](atheism.md) -[*](42.md) -[*](fsf.md) -[*](interpolation.md) -[*](game.md) -[*](sin.md) -[*](soydev.md) -[*](bit.md) -[*](marxism.md) -[*](capitalism.md) -[*](free_will.md) -[*](plan9.md) -[*](c_pitfalls.md) -[*](communism.md) -[*](license.md) -[*](harry_potter.md) -[*](disease.md) -[*](kek.md) -[*](tranny_software.md) -[*](vector.md) -[*](open_console.md) -[*](crypto.md) -[*](anarchism.md) -[*](linux.md) -[*](fascism.md) -[*](rust.md) -[*](npc.md) -[*](public_domain_computer.md) -[*](bytecode.md) -[*](rule110.md) -[*](phd.md) -[*](bloat.md) -[*](global_discussion.md) -[*](maintenance.md) -[*](open_console.md) -[*](democracy.md) -[*](cancer.md) -[*](windows.md) -[*](build_engine.md) -[*](lrs_dictionary.md) -[*](dependency.md) -[*](esolang.md) -[*](money.md) -[*](ethics.md) -[*](paywall.md) -[*](creative_commons.md) -[*](forth.md) -[*](blender.md) -[*](backpropagation.md) -[*](nigger.md) -[*](fantasy_console.md) -[*](data_hoarding.md) -[*](anpac.md) -[*](marketing.md) -[*](boot.md) -[*](wow.md) -[*](luke_smith.md) -[*](programming.md) -[*](collision.md) +[*](digital_signature.md) [*](murderer.md) -[*](troll.md) -[*](backpropagation.md) -[*](communism.md) -[*](greenwashing.md) -[*](python.md) -[*](less_retarded_society.md) -[*](lil.md) -[*](hero_culture.md) -[*](xd.md) -[*](john_carmack.md) -[*](jedi_engine.md) -[*](sjw.md) -[*](newspeak.md) -[*](demoscene.md) -[*](debugging.md) -[*](music.md) -[*](cpp.md) -[*](femoid.md) -[*](patent.md) -[*](e.md) -[*](app.md) -[*](chinese.md) -[*](dungeons_and_dragons.md) -[*](sdf.md) -[*](free_universe.md) -[*](island.md) -[*](primitive_3d.md) -[*](approximation.md) -[*](raycastlib.md) -[*](feminism.md) -[*](music.md) -[*](kwangmyong.md) -[*](trump.md) -[*](black.md) -[*](xd.md) -[*](recursion.md) -[*](english.md) -[*](social_inertia.md) -[*](linear_algebra.md) -[*](css.md) -[*](work.md) -[*](rationalwiki.md) -[*](used.md) -[*](zero.md) -[*](free_culture.md) -[*](hexadecimal.md) -[*](demo.md) -[*](io.md) -[*](hack.md) -[*](nd.md) -[*](chasm_the_rift.md) -[*](bloat.md) -[*](digital.md) -[*](security.md) -[*](linux.md) -[*](trolling.md) -[*](hardware.md) -[*](shortcut_thinking.md) -[*](twos_complement.md) -[*](everyone_does_it.md) -[*](right.md) -[*](gaywashing.md) -[*](computer.md) -[*](speech_synthesis.md) -[*](soyence.md) -[*](fun.md) -[*](censorship.md) -[*](mandelbrot_set.md) -[*](unicode.md) -[*](saf.md) -[*](name_is_important.md) -[*](fqa.md) -[*](assembly.md) -[*](moderation.md) -[*](suckless.md) -[*](markov_chain.md) -[*](work.md) -[*](sqrt.md) -[*](how_to.md) -[*](zen.md) -[*](tom_scott.md) -[*](io.md) -[*](computational_complexity.md) -[*](faggot.md) -[*](wiki_post_mortem.md) -[*](needed.md) -[*](military.md) -[*](nokia.md) -[*](football.md) -[*](science.md) -[*](c_tutorial.md) -[*](mandelbrot_set.md) -[*](javascript.md) -[*](lmao.md) -[*](ui.md) -[*](compsci.md) -[*](hash.md) -[*](nigger.md) -[*](monad.md) -[*](steve_jobs.md) -[*](neural_network.md) -[*](wikiwikiweb.md) -[*](hyperoperation.md) -[*](slowly_boiling_the_frog.md) -[*](science.md) -[*](distance.md) -[*](just_werks.md) -[*](go.md) -[*](wavelet_transform.md) -[*](computer.md) -[*](morality.md) -[*](usenet.md) -[*](living.md) -[*](paradigm.md) -[*](game_engine.md) -[*](vector.md) -[*](logic_gate.md) -[*](copyright.md) -[*](soydev.md) -[*](public_domain.md) -[*](cat_v.md) -[*](lrs_wiki.md) -[*](modern.md) -[*](free_body.md) -[*](robot.md) -[*](productivity_cult.md) -[*](wikidata.md) -[*](compression.md) -[*](viznut.md) -[*](42.md) -[*](universe.md) -[*](pseudo3d.md) -[*](easier_done_than_said.md) -[*](suckless.md) -[*](wiki_rights.md) -[*](piracy.md) -[*](political_correctness.md) -[*](culture.md) -[*](piracy.md) -[*](old.md) -[*](internet.md) -[*](gopher.md) -[*](books.md) -[*](yes_they_can.md) -[*](update_culture.md) -[*](libertarianism.md) -[*](blender.md) -[*](ronja.md) -[*](byte.md) -[*](no_knowledge_proof.md) -[*](kiwifarms.md) -[*](transistor.md) -[*](paradigm.md) -[*](wavelet_transform.md) -[*](mob_software.md) -[*](rgb332.md) -[*](aliasing.md) -[*](billboard.md) -[*](egoism.md) -[*](build_engine.md) -[*](fsf.md) -[*](normalization.md) -[*](operating_system.md) -[*](wikipedia.md) -[*](steganography.md) -[*](noise.md) -[*](noise.md) -[*](rock.md) -[*](digital.md) -[*](usa.md) -[*](modern.md) -[*](xxiivv.md) -[*](shortcut_thinking.md) -[*](fail_ab.md) -[*](wiby.md) -[*](education.md) -[*](nokia.md) -[*](marxism.md) +[*](unary.md) [*](often_confused.md) -[*](tensor_product.md) -[*](bbs.md) -[*](democracy.md) -[*](capitalism.md) -[*](fediverse.md) -[*](netstalking.md) +[*](murderer.md) +[*](hacking.md) +[*](sigbovik.md) +[*](data_hoarding.md) +[*](memory_management.md) +[*](regex.md) +[*](forth.md) [*](woman.md) -[*](public_domain.md) -[*](version_numbering.md) -[*](magic.md) -[*](game_of_life.md) -[*](free.md) -[*](raylib.md) -[*](settled.md) -[*](rms.md) -[*](harry_potter.md) -[*](README.md) -[*](wiki_rights.md) -[*](paywall.md) -[*](dodleston.md) -[*](tor.md) -[*](proprietary.md) -[*](paywall.md) -[*](logic_gate.md) -[*](wikipedia.md) -[*](lrs.md) -[*](infinity.md) -[*](windows.md) -[*](whale.md) -[*](steganography.md) -[*](turing_machine.md) -[*](atan.md) -[*](sin.md) -[*](black.md) -[*](duke3d.md) -[*](wikidata.md) -[*](compsci.md) -[*](computational_complexity.md) -[*](21st_century.md) -[*](coding.md) -[*](wavelet_transform.md) -[*](atheism.md) -[*](productivity_cult.md) -[*](ioccc.md) -[*](cos.md) -[*](bytecode.md) -[*](de_facto.md) -[*](viznut.md) -[*](crypto.md) -[*](sudoku.md) -[*](progress.md) -[*](history.md) -[*](information.md) -[*](faq.md) -[*](saf.md) -[*](niger.md) -[*](less_retarded_hardware.md) -[*](double_buffering.md) -[*](wiki_style.md) -[*](interplanetary_internet.md) -[*](myths.md) -[*](cheating.md) -[*](moderation.md) -[*](cloud.md) -[*](lambda_calculus.md) -[*](internet.md) -[*](ai.md) -[*](productivity_cult.md) -[*](recursion.md) -[*](randomness.md) -[*](race.md) -[*](raycastlib.md) -[*](less_retarded_society.md) -[*](interpolation.md) -[*](golang.md) -[*](ascii_art.md) -[*](ram.md) -[*](anal_bead.md) -[*](cracking.md) -[*](comment.md) -[*](avpd.md) -[*](niggercoin.md) -[*](cloud.md) -[*](duskos.md) -[*](niger.md) -[*](math.md) -[*](rock.md) -[*](free_hardware.md) -[*](arch.md) -[*](entrepreneur.md) -[*](unix_philosophy.md) -[*](speech_synthesis.md) -[*](minimalism.md) -[*](foss.md) -[*](name_is_important.md) -[*](p_vs_np.md) -[*](3d_modeling.md) -[*](gui.md) -[*](easy_to_learn_hard_to_master.md) -[*](langtons_ant.md) -[*](bill_gates.md) -[*](trom.md) -[*](jargon_file.md) -[*](raycasting.md) -[*](bloat_monopoly.md) -[*](future_proof.md) -[*](free_body.md) -[*](function.md) -[*](bullshit.md) -[*](quantum_gate.md) -[*](lmao.md) -[*](fractal.md) -[*](capitalist_software.md) -[*](furry.md) -[*](collision_detection.md) -[*](exercises.md) -[*](yes_they_can.md) -[*](bill_gates.md) -[*](finished.md) -[*](slowly_boiling_the_frog.md) -[*](library.md) -[*](used.md) -[*](abstraction.md) -[*](kwangmyong.md) [*](javascript.md) -[*](analytic_geometry.md) -[*](yes_they_can.md) -[*](wiki_pages.md) -[*](egoism.md) -[*](wiki_post_mortem.md) -[*](computer.md) -[*](cracker.md) -[*](bit.md) -[*](x86.md) -[*](fixed_point.md) -[*](fourier_transform.md) -[*](complexity.md) -[*](java.md) -[*](devuan.md) -[*](dick_reveal.md) -[*](usenet.md) -[*](bs.md) -[*](qubit.md) -[*](twos_complement.md) [*](plan9.md) -[*](collision_detection.md) -[*](permacomputing_wiki.md) -[*](app.md) -[*](dodleston.md) -[*](crime_against_economy.md) -[*](fizzbuzz.md) -[*](microtransaction.md) -[*](kids_these_days.md) -[*](21st_century.md) -[*](rock.md) -[*](youtube.md) -[*](combinatorics.md) -[*](kiss.md) -[*](tas.md) -[*](sorting.md) -[*](main.md) -[*](one.md) -[*](free.md) +[*](arch.md) +[*](suicide.md) +[*](logic.md) +[*](cloud.md) +[*](computer.md) +[*](esolang.md) +[*](marxism.md) +[*](selflessness.md) +[*](copyfree.md) +[*](data_structure.md) +[*](noise.md) +[*](formal_language.md) +[*](wiki_stats.md) +[*](bit_hack.md) +[*](femoid.md) +[*](steve_jobs.md) +[*](watchdog.md) +[*](privacy.md) +[*](intellectual_property.md) +[*](hardware.md) +[*](bbs.md) +[*](build_engine.md) +[*](logic_circuit.md) [*](sw.md) -[*](ronja.md) -[*](freedom.md) -[*](programming_style.md) -[*](c_pitfalls.md) -[*](sorting.md) -[*](education.md) -[*](programming_style.md) -[*](graveyard.md) -[*](gemini.md) -[*](dynamic_programming.md) -[*](programming_tips.md) -[*](debugging.md) -[*](reddit.md) -[*](rapeware.md) -[*](lgbt.md) -[*](cpp.md) -[*](bytecode.md) -[*](facebook.md) -[*](git.md) -[*](determinism.md) -[*](assertiveness.md) +[*](jokes.md) +[*](combinatorics.md) +[*](21st_century.md) +[*](needed.md) +[*](less_retarded_hardware.md) +[*](holy_war.md) +[*](wiby.md) +[*](tensor_product.md) +[*](marble_race.md) +[*](loc.md) +[*](wikiwikiweb.md) +[*](wizard.md) +[*](demoscene.md) +[*](free_universe.md) [*](elo.md) [*](jesus.md) -[*](open_source.md) -[*](pedophilia.md) -[*](myths.md) -[*](analytic_geometry.md) -[*](books.md) -[*](3d_model.md) -[*](mob_software.md) -[*](vim.md) -[*](digital_signature.md) -[*](interaction_net.md) -[*](watchdog.md) -[*](racetrack.md) -[*](smart.md) -[*](library.md) -[*](brain_software.md) -[*](microtransaction.md) -[*](trollplay.md) -[*](game_of_life.md) -[*](mental_outlaw.md) -[*](kiwifarms.md) -[*](trump.md) -[*](line.md) -[*](rgb565.md) -[*](rms.md) -[*](phd.md) -[*](shit.md) -[*](downto.md) -[*](portal_rendering.md) -[*](logic_circuit.md) -[*](regex.md) -[*](free_universe.md) -[*](settled.md) -[*](free_software.md) -[*](trolling.md) -[*](marxism.md) -[*](palette.md) -[*](splinternet.md) -[*](blender.md) -[*](gender_studies.md) -[*](encryption.md) -[*](unix_philosophy.md) -[*](deep_blue.md) -[*](os.md) -[*](wizard.md) -[*](cc.md) -[*](prime.md) -[*](go.md) -[*](firmware.md) -[*](c_sharp.md) -[*](xxiivv.md) -[*](sjw.md) -[*](disease.md) -[*](future_proof.md) -[*](sanism.md) -[*](libre.md) -[*](microsoft.md) -[*](slowly_boiling_the_frog.md) -[*](soyence.md) -[*](fuck.md) -[*](free_hardware.md) -[*](tor.md) -[*](procgen.md) -[*](kiss.md) -[*](netstalking.md) -[*](os.md) -[*](systemd.md) -[*](vim.md) -[*](piracy.md) -[*](www.md) -[*](software.md) -[*](permacomputing_wiki.md) -[*](jesus.md) -[*](chess.md) -[*](rsa.md) -[*](anarch.md) -[*](fascism.md) -[*](arduboy.md) -[*](world_broadcast.md) -[*](egoism.md) -[*](copyleft.md) -[*](pd.md) -[*](jokes.md) -[*](triangle.md) -[*](cc0.md) -[*](youtube.md) -[*](shader.md) -[*](doom.md) -[*](proprietary_software.md) -[*](bit.md) -[*](foss.md) -[*](iq.md) -[*](lgbt.md) -[*](brainfuck.md) -[*](ssao.md) -[*](gnu.md) -[*](hard_to_learn_easy_to_master.md) -[*](main.md) -[*](lmao.md) -[*](update_culture.md) -[*](free_will.md) -[*](java.md) -[*](needed.md) -[*](ram.md) -[*](explicit.md) -[*](magic.md) -[*](quantum_gate.md) -[*](fizzbuzz.md) -[*](libertarianism.md) -[*](autoupdate.md) -[*](unary.md) -[*](acronym.md) -[*](rights_culture.md) -[*](just_werks.md) -[*](plusnigger.md) -[*](girl.md) -[*](duke3d.md) -[*](bullshit.md) -[*](geek.md) -[*](cache.md) -[*](fail_ab.md) -[*](living.md) -[*](programming_style.md) -[*](io.md) -[*](ethics.md) -[*](rgb565.md) -[*](pseudominimalism.md) -[*](fight_culture.md) -[*](bullshit.md) -[*](drummyfish.md) -[*](see_through_clothes.md) -[*](javascript.md) -[*](ethics.md) -[*](crow_funding.md) -[*](3d_modeling.md) -[*](uxn.md) -[*](hardware.md) -[*](love.md) -[*](faggot.md) -[*](youtube.md) -[*](fork.md) -[*](aaron_swartz.md) -[*](splinternet.md) -[*](linear_algebra.md) -[*](evil.md) -[*](data_structure.md) -[*](chaos.md) -[*](easy_to_learn_hard_to_master.md) -[*](fantasy_console.md) -[*](pd.md) -[*](free_universe.md) -[*](rule110.md) -[*](pseudo3d.md) -[*](elon_musk.md) -[*](tech.md) -[*](malware.md) -[*](evil.md) -[*](xxiivv.md) -[*](cheating.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](trump.md) -[*](rsa.md) -[*](hero.md) -[*](art.md) -[*](fight_culture.md) -[*](motivation.md) -[*](main.md) -[*](gemini.md) -[*](lrs_wiki.md) -[*](tpe.md) -[*](nigger.md) -[*](google.md) -[*](hyperoperation.md) -[*](floss.md) -[*](finished.md) -[*](copyfree.md) -[*](complexity.md) -[*](quaternion.md) -[*](wiki_pages.md) -[*](fight.md) -[*](primitive_3d.md) -[*](how_to.md) -[*](justice.md) -[*](ioccc.md) -[*](beauty.md) -[*](suicide.md) -[*](football.md) -[*](john_carmack.md) -[*](hero.md) -[*](feminism.md) -[*](axiom_of_choice.md) -[*](physics_engine.md) -[*](web.md) -[*](murderer.md) -[*](gopher.md) -[*](framework.md) -[*](chaos.md) -[*](systemd.md) -[*](left.md) -[*](digital_signature.md) -[*](usa.md) -[*](www.md) -[*](rgb565.md) -[*](qubit.md) -[*](shader.md) -[*](privacy.md) -[*](one.md) -[*](free_culture.md) -[*](earth.md) -[*](microsoft.md) -[*](wiki_rights.md) -[*](portal_rendering.md) -[*](float.md) -[*](mud.md) -[*](hacker_culture.md) -[*](collapse.md) -[*](boat.md) -[*](free_hardware.md) -[*](corporation.md) -[*](trom.md) -[*](hyperoperation.md) -[*](pokitto.md) -[*](public_domain_computer.md) -[*](wikipedia.md) -[*](game_engine.md) -[*](3d_modeling.md) -[*](stereotype.md) -[*](fascism.md) -[*](portability.md) -[*](microsoft.md) -[*](smallchesslib.md) -[*](build_engine.md) -[*](game.md) -[*](real_number.md) -[*](implicit.md) -[*](free_body.md) -[*](downto.md) -[*](axiom_of_choice.md) -[*](copyleft.md) -[*](wiki_pages.md) -[*](wizard.md) -[*](patent.md) -[*](history.md) -[*](interesting.md) -[*](rights_culture.md) -[*](liberalism.md) -[*](pi.md) -[*](teletext.md) -[*](gigachad.md) -[*](left.md) -[*](randomness.md) -[*](zero.md) -[*](license.md) -[*](wiby.md) -[*](assembly.md) -[*](wikiwikiweb.md) -[*](algorithm.md) -[*](foss.md) -[*](pedophilia.md) -[*](triangle.md) -[*](rapeware.md) -[*](minigame.md) -[*](oop.md) -[*](unix_philosophy.md) -[*](see_through_clothes.md) -[*](global_discussion.md) -[*](graphics.md) -[*](dinosaur.md) -[*](anal_bead.md) -[*](formal_language.md) -[*](facebook.md) -[*](programming_tips.md) -[*](copyfree.md) -[*](lambda_calculus.md) -[*](altruism.md) -[*](byte.md) -[*](suckless.md) -[*](rgb332.md) -[*](semiconductor.md) -[*](smol_internet.md) -[*](physics_engine.md) -[*](cpp.md) -[*](mipmap.md) -[*](kwangmyong.md) -[*](needed.md) -[*](linux.md) -[*](doom.md) -[*](fqa.md) -[*](bootstrap.md) -[*](black.md) -[*](hero_culture.md) -[*](see_through_clothes.md) -[*](portability.md) -[*](implicit.md) -[*](prime.md) -[*](ubi.md) -[*](operating_system.md) -[*](pseudo3d.md) -[*](terry_davis.md) -[*](lambda_calculus.md) -[*](wizard.md) -[*](interpolation.md) -[*](work.md) -[*](no_knowledge_proof.md) -[*](monad.md) -[*](bill_gates.md) -[*](freedom.md) -[*](unretard.md) -[*](free.md) -[*](randomness.md) -[*](e.md) -[*](fight.md) -[*](thrembo.md) -[*](bs.md) -[*](permacomputing_wiki.md) -[*](deep_blue.md) -[*](rationalwiki.md) -[*](motivation.md) -[*](free_software.md) -[*](ai.md) -[*](ascii.md) -[*](easier_done_than_said.md) -[*](consumerism.md) -[*](p_vs_np.md) -[*](microtheft.md) -[*](left_right.md) -[*](comun.md) -[*](tattoo.md) -[*](logic.md) -[*](xonotic.md) -[*](sdf.md) -[*](jedi_engine.md) -[*](capitalist_singularity.md) -[*](elo.md) -[*](data_structure.md) -[*](arduboy.md) -[*](digital.md) -[*](sw_rendering.md) -[*](jokes.md) -[*](murderer.md) -[*](logic_circuit.md) -[*](fail_ab.md) -[*](bilinear.md) -[*](www.md) -[*](right.md) -[*](wiki_style.md) -[*](malware.md) -[*](dependency.md) -[*](triangle.md) -[*](anarchism.md) -[*](comment.md) -[*](c_tutorial.md) -[*](art.md) -[*](audiophilia.md) -[*](color.md) -[*](jedi_engine.md) -[*](tinyphysicsengine.md) -[*](no_knowledge_proof.md) -[*](semiconductor.md) -[*](combinatorics.md) -[*](distrohopping.md) -[*](fractal.md) -[*](vector.md) -[*](README.md) -[*](entrepreneur.md) -[*](ssao.md) -[*](python.md) -[*](reddit.md) -[*](float.md) -[*](git.md) -[*](rapeware.md) -[*](zuckerberg.md) -[*](turing_machine.md) -[*](brain_software.md) -[*](ubi.md) -[*](tattoo.md) -[*](goodbye_world.md) -[*](pi.md) -[*](forth.md) -[*](graveyard.md) -[*](vim.md) -[*](unary.md) -[*](disease.md) -[*](charity_sex.md) -[*](books.md) -[*](arduboy.md) -[*](algorithm.md) -[*](chasm_the_rift.md) -[*](holy_war.md) -[*](used.md) -[*](raycasting.md) -[*](sw_rendering.md) -[*](rsa.md) -[*](feminism.md) -[*](ted_kaczynski.md) -[*](ted_kaczynski.md) -[*](kek.md) -[*](fediverse.md) -[*](creative_commons.md) -[*](de_facto.md) -[*](assertiveness.md) -[*](rust.md) -[*](living.md) -[*](plan9.md) -[*](loc.md) -[*](function.md) -[*](everyone_does_it.md) -[*](racetrack.md) -[*](steganography.md) -[*](memory_management.md) -[*](easy_to_learn_hard_to_master.md) -[*](censorship.md) -[*](tangram.md) -[*](fear_culture.md) -[*](data_hoarding.md) -[*](good_enough.md) -[*](quaternion.md) -[*](bitreich.md) -[*](world_broadcast.md) -[*](fqa.md) -[*](people.md) -[*](bloat.md) -[*](unretard.md) -[*](hw.md) -[*](copyright.md) -[*](entropy.md) -[*](4chan.md) -[*](lrs.md) -[*](portal_rendering.md) -[*](forth.md) -[*](quantum_gate.md) -[*](dungeons_and_dragons.md) -[*](pseudoleft.md) -[*](comment.md) -[*](framework.md) -[*](hw.md) -[*](memory_management.md) -[*](fourier_transform.md) -[*](free_will.md) -[*](fantasy_console.md) -[*](world_broadcast.md) -[*](shogi.md) -[*](cracker.md) -[*](mental_outlaw.md) -[*](duskos.md) -[*](interplanetary_internet.md) -[*](version_numbering.md) -[*](capitalist_singularity.md) -[*](watchdog.md) -[*](golang.md) -[*](public_domain.md) -[*](xonotic.md) -[*](sudoku.md) -[*](reddit.md) -[*](political_correctness.md) -[*](ram.md) -[*](trusting_trust.md) -[*](quine.md) -[*](frameless.md) -[*](whale.md) -[*](bbs.md) -[*](trusting_trust.md) -[*](doom.md) -[*](wikidata.md) -[*](logic_circuit.md) -[*](githopping.md) -[*](interesting.md) -[*](sdf.md) -[*](ioccc.md) -[*](shortcut_thinking.md) -[*](de_facto.md) -[*](libre.md) -[*](lil.md) -[*](programming.md) -[*](demo.md) -[*](avpd.md) -[*](paradigm.md) -[*](terry_davis.md) -[*](rms.md) -[*](less_retarded_software.md) -[*](bootstrap.md) -[*](hard_to_learn_easy_to_master.md) -[*](social_inertia.md) -[*](bytebeat.md) -[*](just_werks.md) -[*](left.md) -[*](wiki_post_mortem.md) -[*](charity_sex.md) -[*](progress.md) -[*](frameless.md) -[*](bilinear.md) -[*](proprietary_software.md) -[*](hardware.md) -[*](hash.md) -[*](geek.md) -[*](copyleft.md) -[*](justice.md) -[*](race.md) -[*](julia_set.md) -[*](gui.md) -[*](license.md) -[*](real_number.md) -[*](game_engine.md) -[*](bloat_monopoly.md) -[*](woman.md) -[*](game_of_life.md) -[*](hacking.md) -[*](anarch.md) [*](security.md) -[*](assertiveness.md) -[*](mental_outlaw.md) -[*](quine.md) -[*](consumerism.md) -[*](fediverse.md) -[*](science.md) -[*](zuckerberg.md) -[*](billboard.md) -[*](information.md) -[*](beauty.md) -[*](interaction_net.md) -[*](people.md) -[*](boot.md) -[*](sanism.md) -[*](minimalism.md) -[*](combinatorics.md) -[*](privacy.md) -[*](left_right.md) -[*](dinosaur.md) -[*](steve_jobs.md) -[*](less_retarded_software.md) -[*](sigbovik.md) -[*](downto.md) -[*](os.md) [*](crime_against_economy.md) -[*](quine.md) -[*](racism.md) -[*](low_poly.md) -[*](tinyphysicsengine.md) -[*](marble_race.md) -[*](drummyfish.md) -[*](analytic_geometry.md) -[*](hack.md) -[*](encyclopedia.md) -[*](jesus.md) -[*](3d_rendering.md) -[*](dependency.md) -[*](maintenance.md) -[*](unicode.md) -[*](byte.md) -[*](faq.md) -[*](software.md) -[*](web.md) -[*](troll.md) -[*](f2p.md) -[*](art.md) -[*](demoscene.md) -[*](boat.md) -[*](python.md) -[*](p_vs_np.md) -[*](css.md) -[*](raycastlib.md) -[*](dick_reveal.md) -[*](digital_signature.md) -[*](lil.md) -[*](dick_reveal.md) -[*](java.md) -[*](pseudoleft.md) -[*](maintenance.md) -[*](openarena.md) -[*](3d_rendering.md) -[*](atan.md) -[*](political_correctness.md) -[*](backgammon.md) -[*](compression.md) -[*](hacker_culture.md) -[*](programming_language.md) -[*](unix.md) -[*](chinese.md) -[*](morality.md) -[*](sigbovik.md) -[*](optimization.md) -[*](optimization.md) -[*](math.md) -[*](libertarianism.md) -[*](newspeak.md) -[*](trom.md) -[*](technology.md) -[*](aliasing.md) -[*](bilinear.md) -[*](small3dlib.md) -[*](music.md) -[*](apple.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](gender_studies.md) -[*](sqrt.md) -[*](hash.md) -[*](holy_war.md) -[*](free_culture.md) -[*](color.md) -[*](altruism.md) -[*](4chan.md) -[*](charity_sex.md) -[*](sqrt.md) -[*](niggercoin.md) -[*](niger.md) -[*](c.md) -[*](pedophilia.md) -[*](shader.md) -[*](regex.md) -[*](bit_hack.md) -[*](chaos.md) -[*](wiki_authors.md) -[*](gopher.md) -[*](iq.md) -[*](john_carmack.md) -[*](graphics.md) -[*](progress.md) -[*](oop.md) -[*](fun.md) -[*](cpu.md) -[*](hacking.md) -[*](c.md) -[*](girl.md) -[*](bootstrap.md) -[*](universe.md) -[*](wikiwikiweb.md) -[*](prime.md) -[*](smol_internet.md) -[*](beauty.md) -[*](gaywashing.md) -[*](pseudominimalism.md) -[*](thrembo.md) -[*](privacy.md) -[*](raycasting.md) -[*](unix.md) -[*](speech_synthesis.md) -[*](zuckerberg.md) -[*](geek.md) -[*](greenwashing.md) -[*](global_discussion.md) -[*](gigachad.md) -[*](esolang.md) -[*](social_inertia.md) -[*](fuck.md) -[*](pokitto.md) -[*](freedom.md) -[*](english.md) -[*](luke_smith.md) -[*](bloat_monopoly.md) -[*](anpac.md) -[*](antialiasing.md) -[*](netstalking.md) -[*](hw.md) -[*](encryption.md) -[*](less_retarded_software.md) -[*](technology.md) -[*](backpropagation.md) -[*](democracy.md) -[*](function.md) -[*](wiki_stats.md) -[*](boat.md) -[*](analog.md) -[*](mipmap.md) -[*](julia_set.md) -[*](earth.md) -[*](corporation.md) -[*](determinism.md) -[*](ronja.md) -[*](rationalwiki.md) -[*](lrs_wiki.md) -[*](gemini.md) -[*](color.md) -[*](physics_engine.md) -[*](corporation.md) -[*](axiom_of_choice.md) -[*](woman.md) -[*](cracking.md) -[*](earth.md) -[*](usa.md) -[*](rust.md) -[*](intellectual_property.md) -[*](left_right.md) -[*](demo.md) -[*](copyfree.md) -[*](c_pitfalls.md) -[*](mandelbrot_set.md) -[*](uxn.md) -[*](myths.md) -[*](collision_detection.md) -[*](audiophilia.md) -[*](nc.md) -[*](3d_model.md) -[*](acronym.md) -[*](unicode.md) -[*](duskos.md) -[*](cancer.md) -[*](reactionary_software.md) -[*](memory_management.md) -[*](ted_kaczynski.md) -[*](shit.md) -[*](antivirus_paradox.md) -[*](body_shaming.md) -[*](backgammon.md) -[*](esolang.md) -[*](semiconductor.md) -[*](analog.md) -[*](ascii_art.md) -[*](e.md) -[*](operating_system.md) -[*](real_number.md) -[*](langtons_ant.md) -[*](elon_musk.md) -[*](venus_project.md) -[*](robot.md) -[*](how_to.md) -[*](plusnigger.md) -[*](often_confused.md) -[*](qubit.md) -[*](aaron_swartz.md) -[*](modern_software.md) -[*](cc0.md) -[*](gender_studies.md) -[*](suicide.md) -[*](luke_smith.md) -[*](lgbt.md) -[*](firmware.md) -[*](jargon_file.md) -[*](loc.md) -[*](framework.md) -[*](logic.md) -[*](compsci.md) -[*](dog.md) -[*](elon_musk.md) -[*](one.md) -[*](greenwashing.md) -[*](lrs_dictionary.md) -[*](aliasing.md) -[*](infinity.md) -[*](math.md) -[*](fight_culture.md) -[*](interplanetary_internet.md) -[*](mud.md) -[*](nord_vpn.md) -[*](avpd.md) -[*](sudoku.md) -[*](bitreich.md) -[*](dinosaur.md) -[*](crime_against_economy.md) -[*](fight.md) -[*](kiss.md) -[*](software.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](line.md) -[*](coc.md) -[*](modern.md) -[*](iq.md) -[*](autoupdate.md) -[*](palette.md) -[*](racetrack.md) -[*](mechanical.md) -[*](distrohopping.md) -[*](tattoo.md) -[*](neural_network.md) -[*](wiki_authors.md) -[*](less_retarded_hardware.md) -[*](harry_potter.md) -[*](smart.md) -[*](history.md) -[*](small3dlib.md) -[*](universe.md) -[*](lrs.md) -[*](cpu.md) -[*](apple.md) -[*](low_poly.md) -[*](raylib.md) -[*](goodbye_world.md) -[*](anarch.md) -[*](money.md) -[*](open_source.md) -[*](throwaway_script.md) -[*](shit.md) -[*](nord_vpn.md) -[*](programming_language.md) -[*](wiki_stats.md) -[*](marble_race.md) -[*](chess.md) -[*](wiki_style.md) -[*](proprietary_software.md) -[*](atheism.md) -[*](hexadecimal.md) -[*](data_hoarding.md) -[*](cache.md) -[*](gnu.md) -[*](encyclopedia.md) -[*](liberalism.md) -[*](turing_machine.md) -[*](collapse.md) -[*](racism.md) -[*](good_enough.md) -[*](pi.md) -[*](collision.md) -[*](brain_software.md) -[*](racism.md) -[*](microtheft.md) -[*](openai.md) -[*](openarena.md) -[*](right.md) -[*](steve_jobs.md) -[*](hack.md) -[*](bytebeat.md) -[*](information.md) -[*](fixed_point.md) -[*](f2p.md) -[*](less_retarded_hardware.md) -[*](npc.md) -[*](openarena.md) -[*](marble_race.md) -[*](selflessness.md) -[*](mechanical.md) -[*](programming_language.md) -[*](cc.md) -[*](entropy.md) -[*](antialiasing.md) -[*](acronym.md) -[*](c_sharp.md) -[*](twos_complement.md) -[*](billboard.md) -[*](tranny_software.md) -[*](viznut.md) -[*](countercomplex.md) -[*](assembly.md) -[*](splinternet.md) -[*](crypto.md) -[*](ubi.md) -[*](anpac.md) -[*](21st_century.md) -[*](encyclopedia.md) -[*](cheating.md) -[*](sw.md) -[*](body_shaming.md) -[*](throwaway_script.md) -[*](dynamic_programming.md) -[*](demoscene.md) -[*](free_speech.md) -[*](open_source.md) -[*](arch.md) -[*](openai.md) -[*](tech.md) -[*](kids_these_days.md) -[*](teletext.md) -[*](temple_os.md) -[*](tpe.md) -[*](furry.md) -[*](watchdog.md) -[*](fear_culture.md) -[*](logic_gate.md) -[*](quaternion.md) -[*](entrepreneur.md) -[*](easier_done_than_said.md) -[*](creative_commons.md) -[*](ancap.md) -[*](chinese.md) -[*](marketing.md) -[*](intellectual_property.md) -[*](dodleston.md) -[*](fork.md) -[*](c_sharp.md) -[*](free_software.md) -[*](sin.md) -[*](boot.md) -[*](lrs_dictionary.md) -[*](monad.md) -[*](smol_internet.md) -[*](openai.md) -[*](censorship.md) -[*](soydev.md) -[*](libre.md) -[*](systemd.md) -[*](motivation.md) -[*](kiwifarms.md) -[*](intellectual_property.md) -[*](nc.md) -[*](old.md) -[*](approximation.md) -[*](devuan.md) -[*](kek.md) -[*](antivirus_paradox.md) -[*](hero.md) -[*](fascist.md) -[*](antialiasing.md) -[*](zen.md) -[*](palette.md) -[*](sanism.md) -[*](implicit.md) -[*](gay.md) [*](markov_chain.md) -[*](people.md) -[*](unretard.md) -[*](neural_network.md) +[*](soyence.md) [*](trollplay.md) -[*](ancap.md) -[*](3d_model.md) -[*](data_structure.md) -[*](love.md) -[*](3d_rendering.md) -[*](oop.md) -[*](c.md) -[*](competition.md) -[*](ui.md) -[*](island.md) -[*](normalization.md) -[*](logic.md) -[*](liberalism.md) -[*](toxic.md) -[*](dog.md) -[*](brainfuck.md) -[*](suicide.md) -[*](settled.md) -[*](ascii_art.md) -[*](css.md) -[*](goodbye_world.md) -[*](fascist.md) -[*](determinism.md) -[*](42.md) -[*](unary.md) -[*](trolling.md) -[*](infinity.md) -[*](usenet.md) -[*](trollplay.md) -[*](tensor_product.md) -[*](name_is_important.md) -[*](fork.md) -[*](algorithm.md) -[*](bitreich.md) -[*](open_console.md) -[*](programming.md) -[*](web.md) -[*](regex.md) -[*](rights_culture.md) -[*](newspeak.md) -[*](temple_os.md) -[*](toxic.md) -[*](distance.md) -[*](holy_war.md) -[*](fuck.md) -[*](evil.md) -[*](stereotype.md) -[*](graveyard.md) -[*](cos.md) -[*](wow.md) -[*](dog.md) -[*](bbs.md) -[*](plusnigger.md) -[*](reactionary_software.md) -[*](ai.md) -[*](malware.md) -[*](deferred_shading.md) -[*](entropy.md) -[*](brainfuck.md) -[*](bytebeat.md) -[*](nord_vpn.md) -[*](tangram.md) -[*](chasm_the_rift.md) -[*](internet.md) -[*](nokia.md) -[*](collapse.md) -[*](wow.md) -[*](ancap.md) -[*](altruism.md) -[*](tas.md) -[*](nd.md) -[*](toxic.md) -[*](minigame.md) -[*](military.md) -[*](cat_v.md) -[*](frameless.md) +[*](anarch.md) +[*](raylib.md) +[*](programming_language.md) +[*](microtransaction.md) +[*](sudoku.md) +[*](wavelet_transform.md) +[*](vim.md) +[*](binary.md) +[*](sqrt.md) +[*](luke_smith.md) [*](golang.md) -[*](pd.md) -[*](robot.md) -[*](nd.md) -[*](future_proof.md) +[*](operating_system.md) +[*](rationalwiki.md) +[*](yes_they_can.md) +[*](culture.md) +[*](rights_culture.md) +[*](world_broadcast.md) +[*](right.md) +[*](mechanical.md) +[*](hash.md) +[*](justice.md) +[*](ui.md) +[*](floss.md) +[*](rights_culture.md) +[*](google.md) +[*](usenet.md) +[*](pseudo3d.md) +[*](yes_they_can.md) +[*](earth.md) +[*](demoscene.md) +[*](english.md) +[*](mandelbrot_set.md) +[*](dog.md) +[*](digital_signature.md) +[*](software.md) +[*](morality.md) +[*](bloat_monopoly.md) +[*](smallchesslib.md) +[*](noise.md) +[*](ted_kaczynski.md) +[*](sw_rendering.md) +[*](bbs.md) +[*](iq.md) +[*](avpd.md) +[*](explicit.md) +[*](rgb565.md) +[*](motivation.md) +[*](wikipedia.md) +[*](pi.md) +[*](p_vs_np.md) +[*](viznut.md) +[*](langtons_ant.md) +[*](xonotic.md) +[*](mental_outlaw.md) [*](githopping.md) +[*](speech_synthesis.md) +[*](antialiasing.md) +[*](rgb565.md) +[*](proprietary_software.md) +[*](unix_philosophy.md) +[*](fuck.md) +[*](chasm_the_rift.md) +[*](c_pitfalls.md) +[*](neural_network.md) +[*](newspeak.md) +[*](whale.md) +[*](fascist.md) +[*](computational_complexity.md) +[*](tranny_software.md) +[*](dungeons_and_dragons.md) +[*](f2p.md) +[*](toxic.md) +[*](twos_complement.md) +[*](copyleft.md) +[*](fsf.md) +[*](no_knowledge_proof.md) +[*](wiki_style.md) +[*](sw.md) +[*](netstalking.md) +[*](ascii.md) +[*](3d_rendering.md) +[*](c_pitfalls.md) +[*](algorithm.md) +[*](de_facto.md) +[*](open_console.md) +[*](programming_style.md) +[*](cache.md) +[*](kwangmyong.md) +[*](openarena.md) +[*](kiwifarms.md) +[*](piracy.md) +[*](programming_tips.md) +[*](hacking.md) +[*](competition.md) +[*](rsa.md) +[*](hash.md) +[*](e.md) +[*](interesting.md) +[*](harry_potter.md) +[*](good_enough.md) +[*](software.md) +[*](modern.md) +[*](pseudo3d.md) +[*](billboard.md) +[*](harry_potter.md) +[*](xxiivv.md) +[*](update_culture.md) +[*](entropy.md) +[*](debugging.md) +[*](oop.md) +[*](npc.md) +[*](zen.md) +[*](c.md) +[*](body_shaming.md) +[*](microsoft.md) +[*](usa.md) +[*](assembly.md) +[*](just_werks.md) +[*](chasm_the_rift.md) +[*](encryption.md) +[*](free_software.md) +[*](rule110.md) +[*](systemd.md) +[*](mental_outlaw.md) +[*](randomness.md) +[*](c_pitfalls.md) +[*](brain_software.md) +[*](mob_software.md) +[*](wiki_pages.md) +[*](pedophilia.md) +[*](small3dlib.md) +[*](dinosaur.md) +[*](nord_vpn.md) +[*](pokitto.md) +[*](jedi_engine.md) +[*](shader.md) +[*](usenet.md) +[*](creative_commons.md) +[*](portability.md) +[*](ram.md) +[*](billboard.md) +[*](quaternion.md) +[*](logic.md) +[*](sqrt.md) +[*](programming.md) +[*](physics_engine.md) +[*](smart.md) +[*](justice.md) +[*](physics_engine.md) +[*](shortcut_thinking.md) +[*](gui.md) +[*](zero.md) +[*](hyperoperation.md) +[*](fuck.md) +[*](rust.md) +[*](productivity_cult.md) +[*](programming_language.md) +[*](productivity_cult.md) +[*](capitalism.md) +[*](pd.md) +[*](firmware.md) +[*](faggot.md) +[*](venus_project.md) +[*](linux.md) +[*](update_culture.md) +[*](boat.md) +[*](beauty.md) +[*](byte.md) +[*](exercises.md) +[*](living.md) +[*](dodleston.md) +[*](wiki_pages.md) +[*](double_buffering.md) +[*](countercomplex.md) +[*](interpolation.md) +[*](living.md) +[*](infinity.md) +[*](coc.md) +[*](right.md) +[*](distance.md) +[*](graphics.md) +[*](privacy.md) +[*](c_tutorial.md) +[*](right.md) +[*](git.md) +[*](byte.md) +[*](analog.md) +[*](crypto.md) +[*](demo.md) +[*](pseudo3d.md) +[*](debugging.md) +[*](audiophilia.md) +[*](microtransaction.md) +[*](boat.md) +[*](watchdog.md) +[*](magic.md) +[*](operating_system.md) +[*](race.md) +[*](sdf.md) +[*](gay.md) +[*](semiconductor.md) +[*](uxn.md) +[*](elon_musk.md) +[*](just_werks.md) +[*](3d_modeling.md) +[*](dependency.md) +[*](fantasy_console.md) +[*](unretard.md) +[*](sjw.md) +[*](rapeware.md) +[*](niger.md) +[*](c_tutorial.md) +[*](pedophilia.md) +[*](42.md) +[*](pi.md) +[*](ubi.md) +[*](jesus.md) +[*](linux.md) +[*](cos.md) +[*](technology.md) +[*](security.md) +[*](settled.md) +[*](modern.md) +[*](unretard.md) +[*](elon_musk.md) +[*](slowly_boiling_the_frog.md) +[*](public_domain.md) +[*](reactionary_software.md) +[*](bitreich.md) +[*](apple.md) +[*](left_right.md) +[*](xd.md) +[*](entropy.md) +[*](ted_kaczynski.md) +[*](x86.md) +[*](fun.md) +[*](antivirus_paradox.md) +[*](suckless.md) +[*](name_is_important.md) +[*](encyclopedia.md) +[*](paywall.md) +[*](permacomputing.md) +[*](unretard.md) +[*](living.md) +[*](quaternion.md) +[*](anpac.md) +[*](consumerism.md) +[*](evil.md) +[*](fourier_transform.md) +[*](line.md) +[*](interplanetary_internet.md) +[*](bit_hack.md) +[*](apple.md) +[*](frameless.md) +[*](exercises.md) [*](collision.md) +[*](aliasing.md) +[*](copyleft.md) +[*](teletext.md) +[*](holy_war.md) +[*](sorting.md) +[*](pseudoleft.md) +[*](soydev.md) +[*](assembly.md) +[*](democracy.md) +[*](music.md) +[*](charity_sex.md) +[*](encryption.md) +[*](selflessness.md) +[*](marble_race.md) +[*](compsci.md) +[*](finished.md) +[*](black.md) +[*](game_engine.md) +[*](zuckerberg.md) +[*](cc.md) +[*](malware.md) +[*](wiki_post_mortem.md) +[*](trusting_trust.md) +[*](soydev.md) +[*](xxiivv.md) +[*](libertarianism.md) +[*](game_of_life.md) +[*](abstraction.md) +[*](unicode.md) +[*](saf.md) +[*](dynamic_programming.md) +[*](game_of_life.md) +[*](no_knowledge_proof.md) +[*](shortcut_thinking.md) +[*](c.md) +[*](turing_machine.md) +[*](reddit.md) +[*](low_poly.md) +[*](censorship.md) +[*](rock.md) +[*](implicit.md) +[*](transistor.md) +[*](e.md) +[*](steganography.md) +[*](fqa.md) +[*](rgb565.md) +[*](memory_management.md) +[*](evil.md) +[*](palette.md) +[*](paradigm.md) +[*](entrepreneur.md) +[*](iq.md) +[*](myths.md) +[*](bootstrap.md) +[*](fun.md) +[*](smallchesslib.md) +[*](anal_bead.md) +[*](chaos.md) +[*](temple_os.md) +[*](fascism.md) +[*](lil.md) +[*](cancer.md) +[*](analytic_geometry.md) +[*](githopping.md) +[*](procgen.md) +[*](bbs.md) +[*](esolang.md) +[*](c.md) +[*](axiom_of_choice.md) +[*](viznut.md) +[*](comment.md) +[*](bullshit.md) +[*](shogi.md) +[*](recursion.md) +[*](implicit.md) +[*](bill_gates.md) +[*](good_enough.md) +[*](ssao.md) +[*](math.md) +[*](semiconductor.md) +[*](backgammon.md) +[*](geek.md) +[*](tpe.md) +[*](forth.md) +[*](rsa.md) +[*](pi.md) +[*](hexadecimal.md) +[*](rationalwiki.md) +[*](tpe.md) +[*](lrs.md) +[*](interpolation.md) +[*](uxn.md) +[*](data_structure.md) +[*](ancap.md) +[*](lambda_calculus.md) +[*](less_retarded_hardware.md) +[*](gemini.md) +[*](youtube.md) +[*](interaction_net.md) +[*](lgbt.md) +[*](raycastlib.md) +[*](kek.md) +[*](hero_culture.md) +[*](saf.md) +[*](entropy.md) +[*](progress.md) +[*](racetrack.md) +[*](ioccc.md) +[*](comment.md) +[*](bit.md) +[*](procgen.md) +[*](bytecode.md) +[*](culture.md) +[*](corporation.md) +[*](education.md) +[*](dick_reveal.md) +[*](permacomputing.md) +[*](license.md) +[*](egoism.md) +[*](cpu.md) +[*](chess.md) +[*](see_through_clothes.md) +[*](everyone_does_it.md) +[*](zuckerberg.md) +[*](faggot.md) +[*](42.md) +[*](cat_v.md) +[*](aaron_swartz.md) +[*](raycasting.md) +[*](microtheft.md) +[*](nord_vpn.md) +[*](x86.md) +[*](intellectual_property.md) +[*](military.md) +[*](mechanical.md) +[*](cache.md) +[*](smol_internet.md) +[*](arch.md) +[*](openarena.md) +[*](communism.md) +[*](mipmap.md) +[*](regex.md) +[*](analytic_geometry.md) +[*](go.md) +[*](esolang.md) +[*](old.md) +[*](c_sharp.md) +[*](double_buffering.md) +[*](libre.md) +[*](hero_culture.md) +[*](dynamic_programming.md) +[*](smallchesslib.md) +[*](suckless.md) +[*](normalization.md) +[*](technology.md) +[*](music.md) +[*](name_is_important.md) +[*](library.md) +[*](golang.md) +[*](plusnigger.md) +[*](f2p.md) +[*](pseudominimalism.md) +[*](capitalism.md) +[*](shit.md) +[*](furry.md) +[*](quine.md) +[*](thrembo.md) +[*](microtheft.md) +[*](shogi.md) +[*](free_universe.md) +[*](collision.md) +[*](nd.md) +[*](privacy.md) +[*](sdf.md) +[*](kiss.md) +[*](motivation.md) +[*](free_body.md) +[*](3d_model.md) +[*](coding.md) +[*](interesting.md) +[*](often_confused.md) +[*](acronym.md) +[*](systemd.md) +[*](kwangmyong.md) +[*](kwangmyong.md) +[*](crypto.md) +[*](prime.md) +[*](atheism.md) +[*](work.md) +[*](raycasting.md) +[*](jargon_file.md) +[*](splinternet.md) +[*](hero.md) +[*](windows.md) +[*](nc.md) +[*](boat.md) +[*](collision.md) +[*](lambda_calculus.md) +[*](ubi.md) +[*](determinism.md) +[*](bytecode.md) +[*](autoupdate.md) +[*](compression.md) +[*](duke3d.md) +[*](tor.md) +[*](fuck.md) +[*](hero_culture.md) +[*](free_culture.md) +[*](deep_blue.md) +[*](often_confused.md) +[*](loc.md) +[*](cancer.md) +[*](ancap.md) +[*](compression.md) +[*](arduboy.md) +[*](luke_smith.md) +[*](axiom_of_choice.md) +[*](npc.md) +[*](twos_complement.md) +[*](graphics.md) +[*](paywall.md) +[*](atan.md) +[*](name_is_important.md) +[*](tensor_product.md) +[*](assertiveness.md) +[*](data_structure.md) +[*](atan.md) +[*](public_domain.md) +[*](everyone_does_it.md) +[*](raylib.md) +[*](temple_os.md) +[*](free_universe.md) +[*](explicit.md) +[*](css.md) +[*](coding.md) +[*](microsoft.md) +[*](countercomplex.md) +[*](bill_gates.md) +[*](consumerism.md) +[*](3d_modeling.md) +[*](blender.md) +[*](faq.md) +[*](magic.md) +[*](hw.md) +[*](communism.md) +[*](bloat_monopoly.md) +[*](wiby.md) +[*](progress.md) +[*](linear_algebra.md) +[*](proprietary.md) +[*](tranny_software.md) +[*](kids_these_days.md) +[*](free_will.md) +[*](science.md) +[*](jesus.md) +[*](chess.md) +[*](jedi_engine.md) +[*](color.md) +[*](modern.md) +[*](public_domain_computer.md) +[*](julia_set.md) +[*](bs.md) +[*](black.md) +[*](dungeons_and_dragons.md) +[*](data_hoarding.md) +[*](geek.md) +[*](free_software.md) +[*](semiconductor.md) +[*](demo.md) +[*](tangram.md) +[*](global_discussion.md) +[*](hyperoperation.md) +[*](fascist.md) +[*](left_right.md) +[*](earth.md) +[*](gigachad.md) +[*](antivirus_paradox.md) +[*](open_source.md) +[*](hw.md) +[*](drummyfish.md) +[*](speech_synthesis.md) +[*](computer.md) +[*](no_knowledge_proof.md) +[*](fork.md) +[*](anarchism.md) +[*](information.md) +[*](javascript.md) +[*](linear_algebra.md) +[*](cpp.md) +[*](pd.md) +[*](ram.md) +[*](intellectual_property.md) +[*](speech_synthesis.md) +[*](hard_to_learn_easy_to_master.md) +[*](explicit.md) +[*](nokia.md) +[*](open_source.md) +[*](firmware.md) +[*](internet.md) +[*](triangle.md) +[*](binary.md) +[*](hard_to_learn_easy_to_master.md) +[*](analog.md) +[*](greenwashing.md) +[*](chinese.md) +[*](easy_to_learn_hard_to_master.md) +[*](slowly_boiling_the_frog.md) +[*](distance.md) +[*](universe.md) +[*](xd.md) +[*](just_werks.md) +[*](turing_machine.md) +[*](troll.md) +[*](coc.md) +[*](anpac.md) +[*](minigame.md) +[*](selflessness.md) +[*](gay.md) +[*](foss.md) +[*](version_numbering.md) +[*](pokitto.md) +[*](wiki_pages.md) +[*](bytebeat.md) +[*](frameless.md) +[*](reactionary_software.md) +[*](rust.md) +[*](complexity.md) +[*](linear_algebra.md) +[*](lrs.md) +[*](wikiwikiweb.md) +[*](transistor.md) +[*](README.md) +[*](throwaway_script.md) +[*](collision_detection.md) +[*](greenwashing.md) +[*](jargon_file.md) +[*](function.md) +[*](universe.md) +[*](markov_chain.md) +[*](luke_smith.md) +[*](open_console.md) +[*](primitive_3d.md) +[*](libertarianism.md) +[*](goodbye_world.md) +[*](race.md) +[*](tattoo.md) +[*](4chan.md) +[*](arch.md) +[*](langtons_ant.md) +[*](magic.md) +[*](wiki_stats.md) +[*](wiki_post_mortem.md) +[*](free.md) +[*](cc0.md) +[*](girl.md) +[*](fizzbuzz.md) +[*](byte.md) +[*](programming_style.md) +[*](vector.md) +[*](lrs_wiki.md) +[*](build_engine.md) +[*](bytebeat.md) +[*](duskos.md) +[*](proprietary.md) +[*](monad.md) +[*](anarch.md) +[*](openai.md) +[*](fork.md) +[*](dependency.md) +[*](computational_complexity.md) +[*](quaternion.md) +[*](free_software.md) +[*](kek.md) +[*](abstraction.md) +[*](portability.md) +[*](lil.md) +[*](game.md) +[*](crypto.md) +[*](teletext.md) +[*](fixed_point.md) +[*](temple_os.md) +[*](dependency.md) +[*](ascii.md) +[*](charity_sex.md) +[*](military.md) +[*](downto.md) +[*](free_hardware.md) +[*](function.md) +[*](free_hardware.md) +[*](money.md) +[*](corporation.md) +[*](brainfuck.md) +[*](gaywashing.md) +[*](stereotype.md) +[*](tech.md) +[*](nokia.md) +[*](rgb332.md) +[*](dick_reveal.md) +[*](bytecode.md) +[*](programming_tips.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](mob_software.md) +[*](nd.md) +[*](trusting_trust.md) +[*](julia_set.md) +[*](football.md) +[*](plan9.md) +[*](markov_chain.md) +[*](21st_century.md) +[*](see_through_clothes.md) +[*](unicode.md) +[*](rms.md) +[*](copyfree.md) +[*](steve_jobs.md) +[*](minimalism.md) +[*](quantum_gate.md) +[*](compsci.md) +[*](hero.md) +[*](wiki_post_mortem.md) +[*](app.md) +[*](steganography.md) +[*](rationalwiki.md) +[*](nd.md) +[*](piracy.md) +[*](logic_circuit.md) +[*](copyright.md) +[*](fediverse.md) +[*](fqa.md) +[*](altruism.md) +[*](quantum_gate.md) +[*](body_shaming.md) +[*](throwaway_script.md) +[*](cloud.md) +[*](function.md) +[*](comment.md) +[*](programming_language.md) +[*](people.md) +[*](software.md) +[*](iq.md) +[*](unix_philosophy.md) +[*](venus_project.md) +[*](splinternet.md) +[*](git.md) +[*](evil.md) +[*](mandelbrot_set.md) +[*](dynamic_programming.md) +[*](sudoku.md) +[*](marketing.md) +[*](gay.md) +[*](kids_these_days.md) +[*](motivation.md) +[*](netstalking.md) +[*](ai.md) +[*](sorting.md) +[*](hacker_culture.md) +[*](go.md) +[*](copyfree.md) +[*](crow_funding.md) +[*](neural_network.md) +[*](binary.md) +[*](dodleston.md) +[*](portal_rendering.md) +[*](political_correctness.md) +[*](backpropagation.md) +[*](fractal.md) +[*](capitalist_singularity.md) +[*](sdf.md) +[*](pseudominimalism.md) +[*](fail_ab.md) +[*](maintenance.md) +[*](rule110.md) +[*](framework.md) +[*](arduboy.md) +[*](finished.md) +[*](crow_funding.md) +[*](censorship.md) +[*](trom.md) +[*](capitalist_software.md) +[*](collapse.md) +[*](triangle.md) +[*](disease.md) +[*](ascii_art.md) +[*](competition.md) +[*](optimization.md) +[*](information.md) +[*](comun.md) +[*](lrs_wiki.md) +[*](smart.md) +[*](microtransaction.md) +[*](web.md) +[*](mob_software.md) +[*](logic_circuit.md) +[*](fascist.md) +[*](public_domain.md) +[*](education.md) +[*](demoscene.md) +[*](free_body.md) +[*](drummyfish.md) +[*](less_retarded_society.md) +[*](greenwashing.md) +[*](slowly_boiling_the_frog.md) +[*](needed.md) +[*](42.md) +[*](openarena.md) +[*](malware.md) +[*](formal_language.md) +[*](wizard.md) +[*](ram.md) +[*](npc.md) +[*](gemini.md) +[*](logic_gate.md) +[*](feminism.md) +[*](used.md) +[*](proprietary.md) +[*](free_will.md) +[*](hard_to_learn_easy_to_master.md) +[*](music.md) +[*](lmao.md) +[*](crime_against_economy.md) +[*](sorting.md) +[*](web.md) +[*](fantasy_console.md) +[*](lgbt.md) +[*](cc0.md) +[*](loc.md) +[*](hacker_culture.md) +[*](wiki_authors.md) +[*](bitreich.md) +[*](moderation.md) +[*](cos.md) +[*](open_source.md) +[*](physics_engine.md) +[*](minigame.md) +[*](freedom.md) +[*](analog.md) +[*](island.md) +[*](suicide.md) +[*](saf.md) +[*](race.md) +[*](how_to.md) +[*](wiki_rights.md) +[*](library.md) +[*](permacomputing_wiki.md) +[*](compression.md) +[*](see_through_clothes.md) +[*](portal_rendering.md) +[*](bullshit.md) +[*](graveyard.md) +[*](boot.md) +[*](sin.md) +[*](combinatorics.md) +[*](aaron_swartz.md) +[*](books.md) +[*](patent.md) +[*](proprietary_software.md) +[*](autoupdate.md) +[*](license.md) +[*](body_shaming.md) +[*](less_retarded_society.md) +[*](update_culture.md) +[*](dungeons_and_dragons.md) +[*](netstalking.md) +[*](marxism.md) +[*](dinosaur.md) +[*](lil.md) +[*](coc.md) +[*](love.md) +[*](disease.md) [*](mud.md) +[*](nokia.md) +[*](sigbovik.md) +[*](unary.md) +[*](dinosaur.md) +[*](social_inertia.md) +[*](left.md) +[*](x86.md) +[*](cc.md) +[*](combinatorics.md) +[*](tech.md) +[*](patent.md) +[*](fear_culture.md) +[*](encyclopedia.md) +[*](mud.md) +[*](graveyard.md) +[*](nigger.md) +[*](thrembo.md) +[*](soyence.md) +[*](internet.md) +[*](reddit.md) +[*](fascism.md) +[*](fail_ab.md) +[*](consumerism.md) +[*](zero.md) +[*](racetrack.md) +[*](avpd.md) +[*](xonotic.md) +[*](social_inertia.md) +[*](wiby.md) +[*](smart.md) +[*](gopher.md) +[*](math.md) +[*](world_broadcast.md) +[*](free_speech.md) +[*](fqa.md) +[*](hack.md) +[*](encryption.md) +[*](doom.md) +[*](gaywashing.md) +[*](lrs_dictionary.md) +[*](bit_hack.md) +[*](downto.md) +[*](aliasing.md) +[*](rapeware.md) +[*](furry.md) +[*](doom.md) +[*](gnu.md) +[*](cracking.md) +[*](crime_against_economy.md) +[*](3d_modeling.md) +[*](cat_v.md) +[*](c_tutorial.md) +[*](bs.md) +[*](cracker.md) +[*](rms.md) +[*](kek.md) +[*](linux.md) +[*](usa.md) +[*](free_culture.md) +[*](soydev.md) +[*](main.md) +[*](hero.md) +[*](free_speech.md) +[*](sjw.md) +[*](plan9.md) +[*](tinyphysicsengine.md) +[*](gender_studies.md) +[*](open_console.md) +[*](morality.md) +[*](library.md) +[*](vim.md) +[*](optimization.md) +[*](teletext.md) +[*](trolling.md) +[*](twos_complement.md) +[*](atheism.md) +[*](de_facto.md) +[*](wikidata.md) +[*](permacomputing.md) +[*](fizzbuzz.md) +[*](golang.md) +[*](c_sharp.md) +[*](political_correctness.md) +[*](suicide.md) +[*](logic.md) +[*](easier_done_than_said.md) +[*](interaction_net.md) +[*](throwaway_script.md) +[*](unix_philosophy.md) +[*](tinyphysicsengine.md) +[*](tas.md) +[*](niger.md) +[*](coding.md) +[*](pseudoleft.md) +[*](military.md) +[*](deep_blue.md) +[*](pseudominimalism.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](wow.md) +[*](fear_culture.md) +[*](capitalist_singularity.md) +[*](trump.md) +[*](creative_commons.md) +[*](robot.md) +[*](fractal.md) +[*](mud.md) +[*](backpropagation.md) +[*](real_number.md) +[*](vector.md) +[*](firmware.md) +[*](cc.md) +[*](modern_software.md) +[*](deferred_shading.md) +[*](julia_set.md) +[*](comun.md) +[*](small3dlib.md) +[*](stereotype.md) +[*](kiss.md) +[*](io.md) +[*](nigger.md) +[*](myths.md) +[*](easier_done_than_said.md) +[*](whale.md) +[*](gopher.md) +[*](world_broadcast.md) +[*](real_number.md) +[*](marxism.md) +[*](rock.md) +[*](democracy.md) +[*](exercises.md) +[*](ethics.md) +[*](vim.md) +[*](moderation.md) +[*](qubit.md) +[*](public_domain_computer.md) +[*](fail_ab.md) +[*](hack.md) +[*](copyright.md) +[*](autoupdate.md) +[*](cheating.md) +[*](rust.md) +[*](free_speech.md) +[*](kiwifarms.md) +[*](settled.md) +[*](progress.md) +[*](langtons_ant.md) +[*](ethics.md) +[*](operating_system.md) +[*](ai.md) +[*](plusnigger.md) +[*](primitive_3d.md) +[*](turing_machine.md) +[*](good_enough.md) +[*](game_engine.md) +[*](patent.md) +[*](maintenance.md) +[*](trom.md) +[*](viznut.md) +[*](easier_done_than_said.md) +[*](bill_gates.md) +[*](duskos.md) +[*](gigachad.md) +[*](google.md) +[*](youtube.md) +[*](marketing.md) +[*](ioccc.md) +[*](tattoo.md) +[*](windows.md) +[*](os.md) +[*](devuan.md) +[*](troll.md) +[*](censorship.md) +[*](antialiasing.md) +[*](one.md) +[*](css.md) +[*](culture.md) +[*](goodbye_world.md) +[*](settled.md) +[*](thrembo.md) +[*](tom_scott.md) +[*](programming.md) +[*](fixed_point.md) +[*](productivity_cult.md) +[*](sudoku.md) +[*](chinese.md) +[*](bit.md) +[*](main.md) +[*](crow_funding.md) +[*](art.md) +[*](line.md) +[*](neural_network.md) +[*](cat_v.md) +[*](bootstrap.md) +[*](compsci.md) +[*](approximation.md) +[*](tensor_product.md) +[*](zen.md) +[*](README.md) +[*](fractal.md) +[*](terry_davis.md) +[*](science.md) +[*](wavelet_transform.md) +[*](raycastlib.md) +[*](global_discussion.md) +[*](primitive_3d.md) +[*](ronja.md) +[*](troll.md) +[*](ssao.md) +[*](fight.md) +[*](modern_software.md) +[*](fight.md) +[*](javascript.md) +[*](plusnigger.md) +[*](steve_jobs.md) +[*](football.md) +[*](atan.md) +[*](chess.md) +[*](nord_vpn.md) +[*](trollplay.md) +[*](css.md) +[*](how_to.md) +[*](blender.md) +[*](fediverse.md) +[*](tinyphysicsengine.md) +[*](bit.md) +[*](assertiveness.md) +[*](nc.md) +[*](game.md) +[*](reddit.md) +[*](elo.md) +[*](bitreich.md) +[*](cracking.md) +[*](real_number.md) +[*](anarchism.md) +[*](unicode.md) +[*](build_engine.md) +[*](marketing.md) +[*](newspeak.md) +[*](permacomputing_wiki.md) +[*](color.md) +[*](cheating.md) +[*](bs.md) +[*](bloat_monopoly.md) +[*](go.md) +[*](tattoo.md) +[*](google.md) +[*](game_of_life.md) +[*](xxiivv.md) +[*](gender_studies.md) +[*](social_inertia.md) +[*](paradigm.md) +[*](cpp.md) +[*](drummyfish.md) +[*](fediverse.md) +[*](wikipedia.md) +[*](facebook.md) +[*](rock.md) +[*](quine.md) +[*](float.md) +[*](ancap.md) +[*](line.md) +[*](facebook.md) +[*](jokes.md) +[*](fight_culture.md) +[*](interaction_net.md) +[*](normalization.md) +[*](black.md) +[*](competition.md) +[*](sanism.md) +[*](niger.md) +[*](communism.md) +[*](brainfuck.md) +[*](bloat.md) +[*](blender.md) +[*](palette.md) +[*](tpe.md) +[*](www.md) +[*](security.md) +[*](watchdog.md) +[*](left.md) +[*](git.md) +[*](faggot.md) +[*](digital.md) +[*](interpolation.md) +[*](3d_rendering.md) +[*](c_sharp.md) +[*](randomness.md) +[*](old.md) +[*](dick_reveal.md) +[*](lmao.md) +[*](collapse.md) +[*](graveyard.md) +[*](future_proof.md) +[*](web.md) +[*](femoid.md) +[*](main.md) +[*](shit.md) +[*](collapse.md) +[*](hexadecimal.md) +[*](liberalism.md) +[*](io.md) +[*](windows.md) +[*](entrepreneur.md) +[*](bilinear.md) +[*](ascii_art.md) +[*](distance.md) +[*](bytebeat.md) +[*](cancer.md) +[*](algorithm.md) +[*](anal_bead.md) +[*](chasm_the_rift.md) +[*](tor.md) +[*](interplanetary_internet.md) +[*](lgbt.md) +[*](portability.md) +[*](capitalism.md) +[*](game_engine.md) +[*](backpropagation.md) +[*](memory_management.md) +[*](cpp.md) +[*](logic_gate.md) +[*](girl.md) +[*](raycasting.md) +[*](feminism.md) +[*](future_proof.md) +[*](wiki_rights.md) +[*](ssao.md) +[*](www.md) +[*](usenet.md) +[*](boot.md) +[*](pseudoleft.md) +[*](brainfuck.md) +[*](complexity.md) +[*](oop.md) +[*](digital.md) +[*](monad.md) +[*](ai.md) +[*](feminism.md) +[*](newspeak.md) +[*](robot.md) +[*](shogi.md) +[*](assembly.md) +[*](corporation.md) +[*](modern_software.md) +[*](small3dlib.md) +[*](free_body.md) +[*](wiki_authors.md) +[*](computational_complexity.md) +[*](openai.md) +[*](wiki_style.md) +[*](hardware.md) +[*](trolling.md) +[*](nc.md) +[*](gemini.md) +[*](wikidata.md) +[*](wikiwikiweb.md) +[*](copyleft.md) +[*](low_poly.md) +[*](gnu.md) +[*](python.md) +[*](niggercoin.md) +[*](framework.md) +[*](racism.md) +[*](reactionary_software.md) +[*](tech.md) +[*](lrs_dictionary.md) +[*](21st_century.md) +[*](proprietary_software.md) +[*](earth.md) +[*](3d_model.md) +[*](suckless.md) +[*](libre.md) +[*](usa.md) +[*](float.md) +[*](venus_project.md) +[*](anal_bead.md) +[*](regex.md) +[*](logic_gate.md) +[*](hacking.md) +[*](abstraction.md) +[*](work.md) +[*](noise.md) +[*](boot.md) +[*](island.md) +[*](malware.md) +[*](ted_kaczynski.md) +[*](tom_scott.md) +[*](determinism.md) +[*](hacker_culture.md) +[*](aliasing.md) +[*](fantasy_console.md) +[*](toxic.md) +[*](jedi_engine.md) +[*](money.md) +[*](ubi.md) +[*](nigger.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](john_carmack.md) +[*](one.md) +[*](zen.md) +[*](devuan.md) +[*](githopping.md) +[*](free_culture.md) +[*](fixed_point.md) +[*](libertarianism.md) +[*](recursion.md) +[*](axiom_of_choice.md) +[*](sw_rendering.md) +[*](anarch.md) +[*](transistor.md) +[*](democracy.md) +[*](doom.md) +[*](whale.md) +[*](programming_tips.md) +[*](football.md) +[*](zuckerberg.md) +[*](racism.md) +[*](devuan.md) +[*](programming_style.md) +[*](phd.md) +[*](old.md) +[*](interplanetary_internet.md) +[*](cheating.md) +[*](needed.md) +[*](youtube.md) +[*](aaron_swartz.md) +[*](wow.md) +[*](love.md) +[*](lrs_wiki.md) +[*](racetrack.md) +[*](education.md) +[*](creative_commons.md) +[*](liberalism.md) +[*](unary.md) +[*](finished.md) +[*](digital_signature.md) +[*](wavelet_transform.md) +[*](computer.md) +[*](john_carmack.md) +[*](toxic.md) +[*](paywall.md) +[*](distrohopping.md) +[*](marble_race.md) +[*](ronja.md) +[*](elo.md) +[*](java.md) +[*](easy_to_learn_hard_to_master.md) +[*](vector.md) +[*](public_domain_computer.md) +[*](niggercoin.md) +[*](minimalism.md) +[*](4chan.md) +[*](free.md) +[*](used.md) +[*](cpu.md) +[*](racism.md) +[*](fight_culture.md) +[*](robot.md) +[*](egoism.md) +[*](rapeware.md) +[*](xonotic.md) +[*](terry_davis.md) +[*](determinism.md) +[*](gopher.md) +[*](dog.md) +[*](foss.md) +[*](io.md) +[*](smol_internet.md) +[*](ascii_art.md) +[*](english.md) +[*](lambda_calculus.md) +[*](people.md) +[*](low_poly.md) +[*](everyone_does_it.md) +[*](demo.md) +[*](sw_rendering.md) +[*](money.md) +[*](wiki_stats.md) +[*](shortcut_thinking.md) +[*](antialiasing.md) +[*](cpu.md) +[*](assertiveness.md) +[*](wikipedia.md) +[*](bloat.md) +[*](political_correctness.md) +[*](python.md) +[*](mechanical.md) +[*](rms.md) +[*](dog.md) +[*](holy_war.md) +[*](floss.md) +[*](debugging.md) +[*](gui.md) +[*](encyclopedia.md) +[*](shader.md) +[*](wiki_rights.md) +[*](beauty.md) +[*](float.md) +[*](uxn.md) +[*](p_vs_np.md) +[*](hyperoperation.md) +[*](data_hoarding.md) +[*](app.md) +[*](one.md) +[*](bilinear.md) +[*](randomness.md) +[*](palette.md) +[*](prime.md) +[*](people.md) +[*](less_retarded_software.md) +[*](ronja.md) +[*](history.md) +[*](kiwifarms.md) +[*](love.md) +[*](anpac.md) +[*](charity_sex.md) +[*](faq.md) +[*](trom.md) +[*](f2p.md) +[*](microsoft.md) +[*](woman.md) +[*](fourier_transform.md) +[*](chaos.md) +[*](fascism.md) +[*](moderation.md) +[*](woman.md) +[*](floss.md) +[*](rgb332.md) +[*](sanism.md) +[*](lmao.md) +[*](egoism.md) +[*](deep_blue.md) +[*](facebook.md) +[*](liberalism.md) +[*](unix.md) +[*](bilinear.md) +[*](forth.md) +[*](audiophilia.md) +[*](myths.md) +[*](systemd.md) +[*](cos.md) +[*](kids_these_days.md) +[*](history.md) +[*](altruism.md) +[*](chinese.md) +[*](altruism.md) +[*](atheism.md) +[*](easy_to_learn_hard_to_master.md) +[*](gigachad.md) +[*](hack.md) +[*](hash.md) +[*](framework.md) +[*](double_buffering.md) +[*](goodbye_world.md) +[*](audiophilia.md) +[*](lrs.md) +[*](stereotype.md) +[*](mental_outlaw.md) +[*](tas.md) +[*](work.md) +[*](bloat.md) +[*](README.md) +[*](procgen.md) +[*](island.md) +[*](faq.md) +[*](version_numbering.md) +[*](ascii.md) +[*](harry_potter.md) +[*](fear_culture.md) +[*](tas.md) +[*](oop.md) +[*](wiki_authors.md) +[*](history.md) +[*](de_facto.md) +[*](capitalist_singularity.md) +[*](cloud.md) +[*](digital.md) +[*](os.md) +[*](java.md) +[*](tangram.md) +[*](quine.md) +[*](used.md) +[*](backgammon.md) +[*](less_retarded_society.md) +[*](optimization.md) +[*](infinity.md) +[*](duke3d.md) +[*](free_hardware.md) +[*](gnu.md) +[*](free_will.md) +[*](pokitto.md) +[*](infinity.md) +[*](fun.md) +[*](fork.md) +[*](rsa.md) +[*](monad.md) +[*](less_retarded_hardware.md) +[*](yes_they_can.md) +[*](chaos.md) +[*](3d_model.md) +[*](microtheft.md) +[*](art.md) +[*](approximation.md) +[*](gaywashing.md) +[*](free.md) +[*](countercomplex.md) +[*](cracking.md) +[*](p_vs_np.md) +[*](freedom.md) +[*](global_discussion.md) +[*](3d_rendering.md) +[*](billboard.md) +[*](bootstrap.md) +[*](deferred_shading.md) +[*](niggercoin.md) +[*](jokes.md) +[*](murderer.md) +[*](sin.md) +[*](sin.md) +[*](future_proof.md) +[*](sanism.md) +[*](fight.md) +[*](complexity.md) +[*](lrs_dictionary.md) +[*](duskos.md) +[*](entrepreneur.md) +[*](hexadecimal.md) +[*](downto.md) +[*](kiss.md) +[*](normalization.md) +[*](qubit.md) +[*](brain_software.md) +[*](xd.md) +[*](libre.md) +[*](sigbovik.md) +[*](pedophilia.md) +[*](pd.md) +[*](geek.md) +[*](interesting.md) +[*](trump.md) +[*](unix.md) +[*](wizard.md) +[*](prime.md) +[*](trump.md) +[*](duke3d.md) +[*](cracker.md) +[*](license.md) +[*](rgb332.md) +[*](information.md) +[*](backgammon.md) +[*](portal_rendering.md) +[*](algorithm.md) +[*](math.md) +[*](www.md) +[*](piracy.md) +[*](phd.md) +[*](fourier_transform.md) +[*](tom_scott.md) +[*](triangle.md) +[*](arduboy.md) +[*](ethics.md) +[*](zero.md) +[*](foss.md) +[*](permacomputing_wiki.md) +[*](girl.md) +[*](left.md) +[*](how_to.md) +[*](universe.md) +[*](collision_detection.md) +[*](os.md) +[*](sw.md) +[*](dodleston.md) +[*](femoid.md) +[*](science.md) +[*](ui.md) +[*](deferred_shading.md) +[*](jargon_file.md) +[*](analytic_geometry.md) +[*](english.md) +[*](tranny_software.md) +[*](comun.md) +[*](less_retarded_software.md) +[*](less_retarded_software.md) +[*](disease.md) +[*](openai.md) +[*](freedom.md) +[*](fight_culture.md) +[*](wow.md) +[*](approximation.md) +[*](maintenance.md) +[*](sjw.md) +[*](minimalism.md) +[*](sqrt.md) +[*](game.md) +[*](unix.md) +[*](hw.md) +[*](ioccc.md) +[*](morality.md) +[*](antivirus_paradox.md) +[*](books.md) +[*](trolling.md) +[*](cracker.md) +[*](mandelbrot_set.md) +[*](anarchism.md) +[*](technology.md) +[*](terry_davis.md) +[*](bullshit.md) +[*](furry.md) +[*](rule110.md) +[*](qubit.md) +[*](recursion.md) +[*](raycastlib.md) +[*](4chan.md) +[*](copyright.md) +[*](formal_language.md) +[*](books.md) +[*](gui.md) +[*](brain_software.md) +[*](avpd.md) +[*](wikidata.md) +[*](python.md) +[*](phd.md) +[*](frameless.md) +[*](smol_internet.md) +[*](elon_musk.md) +[*](acronym.md) +[*](acronym.md) +[*](raylib.md) +[*](tor.md) +[*](ui.md) +[*](color.md) +[*](version_numbering.md) +[*](capitalist_software.md) +[*](minigame.md) +[*](cc0.md) +[*](internet.md) +[*](soyence.md) +[*](fsf.md) +[*](john_carmack.md) +[*](paradigm.md) +[*](distrohopping.md) +[*](programming.md) +[*](java.md) +[*](cache.md) +[*](art.md) +[*](distrohopping.md) +[*](fsf.md) +[*](rights_culture.md) +[*](quantum_gate.md) +[*](beauty.md) +[*](app.md) +[*](capitalist_software.md) +[*](apple.md) +[*](shader.md) +[*](gender_studies.md) +[*](trollplay.md) +[*](e.md) +[*](fizzbuzz.md) +[*](mipmap.md) +[*](left_right.md) +[*](steganography.md) +[*](hardware.md) +[*](tangram.md) +[*](implicit.md) +[*](graphics.md) +[*](wiki_style.md) diff --git a/wiki_pages.md b/wiki_pages.md index c0a5814..3b17c1e 100644 --- a/wiki_pages.md +++ b/wiki_pages.md @@ -2,4 +2,4 @@ This is an autogenerated page listing all pages. -**[21st_century](21st_century.md)** (2) -- **[3d_model](3d_model.md)** (37) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (281) -- **[42](42.md)** (10) -- **[4chan](4chan.md)** (18) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (386) -- **[ai](ai.md)** (8) -- **[algorithm](algorithm.md)** (218) -- **[aliasing](aliasing.md)** (58) -- **[altruism](altruism.md)** (2) -- **[anal_bead](anal_bead.md)** (2) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (91) -- **[anarchism](anarchism.md)** (10) -- **[ancap](ancap.md)** (27) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (16) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (4) -- **[apple](apple.md)** (4) -- **[approximation](approximation.md)** (18) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (6) -- **[ascii](ascii.md)** (147) -- **[ascii_art](ascii_art.md)** (54) -- **[assembly](assembly.md)** (251) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (22) -- **[atheism](atheism.md)** (16) -- **[audiophilia](audiophilia.md)** (2) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (4) -- **[backpropagation](backpropagation.md)** (87) -- **[bbs](bbs.md)** (25) -- **[beauty](beauty.md)** (22) -- **[bilinear](bilinear.md)** (117) -- **[bill_gates](bill_gates.md)** (27) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (63) -- **[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)** (138) -- **[bloat_monopoly](bloat_monopoly.md)** (10) -- **[boat](boat.md)** (33) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (30) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (40) -- **[brain_software](brain_software.md)** (10) -- **[brainfuck](brainfuck.md)** (113) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (39) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (72) -- **[bytecode](bytecode.md)** (276) -- **[c](c.md)** (192) -- **[c_pitfalls](c_pitfalls.md)** (99) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (1690) -- **[cache](cache.md)** (27) -- **[cancer](cancer.md)** (6) -- **[capitalism](capitalism.md)** (123) -- **[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)** (13) -- **[censorship](censorship.md)** (24) -- **[chaos](chaos.md)** (108) -- **[charity_sex](charity_sex.md)** (2) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (8) -- **[chess](chess.md)** (278) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[coc](coc.md)** (10) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (32) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (20) -- **[color](color.md)** (25) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (16) -- **[communism](communism.md)** (25) -- **[competition](competition.md)** (12) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (232) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (86) -- **[comun](comun.md)** (88) -- **[consumerism](consumerism.md)** (12) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (28) -- **[copyright](copyright.md)** (47) -- **[corporation](corporation.md)** (18) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (2) -- **[cpu](cpu.md)** (84) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (27) -- **[crime_against_economy](crime_against_economy.md)** (15) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (20) -- **[culture](culture.md)** (23) -- **[data_hoarding](data_hoarding.md)** (2) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (8) -- **[debugging](debugging.md)** (80) -- **[deep_blue](deep_blue.md)** (15) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (15) -- **[demoscene](demoscene.md)** (19) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (8) -- **[digital](digital.md)** (14) -- **[digital_signature](digital_signature.md)** (8) -- **[dinosaur](dinosaur.md)** (4) -- **[disease](disease.md)** (29) -- **[distance](distance.md)** (124) -- **[distrohopping](distrohopping.md)** (4) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (27) -- **[doom](doom.md)** (49) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[drummyfish](drummyfish.md)** (28) -- **[duke3d](duke3d.md)** (20) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (6) -- **[duskos](duskos.md)** (28) -- **[dynamic_programming](dynamic_programming.md)** (44) -- **[e](e.md)** (22) -- **[earth](earth.md)** (51) -- **[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)** (15) -- **[elo](elo.md)** (146) -- **[elon_musk](elon_musk.md)** (6) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (65) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (69) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (10) -- **[evil](evil.md)** (6) -- **[exercises](exercises.md)** (20) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (2) -- **[fail_ab](fail_ab.md)** (24) -- **[fantasy_console](fantasy_console.md)** (34) -- **[faq](faq.md)** (198) -- **[fascism](fascism.md)** (8) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (41) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (8) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (150) -- **[fizzbuzz](fizzbuzz.md)** (158) -- **[float](float.md)** (63) -- **[floss](floss.md)** (2) -- **[football](football.md)** (49) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (22) -- **[forth](forth.md)** (120) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (208) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (64) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (34) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (56) -- **[free_speech](free_speech.md)** (16) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (14) -- **[fsf](fsf.md)** (17) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (28) -- **[function](function.md)** (109) -- **[furry](furry.md)** (15) -- **[future_proof](future_proof.md)** (22) -- **[game](game.md)** (159) -- **[game_engine](game_engine.md)** (48) -- **[game_of_life](game_of_life.md)** (222) -- **[gay](gay.md)** (18) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (2) -- **[gemini](gemini.md)** (10) -- **[gender_studies](gender_studies.md)** (2) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (70) -- **[githopping](githopping.md)** (4) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (49) -- **[go](go.md)** (96) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (67) -- **[graphics](graphics.md)** (36) -- **[graveyard](graveyard.md)** (20) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (28) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (70) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (6) -- **[hash](hash.md)** (175) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (10) -- **[hexadecimal](hexadecimal.md)** (4) -- **[history](history.md)** (88) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (153) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (235) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (25) -- **[information](information.md)** (16) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (134) -- **[interesting](interesting.md)** (22) -- **[internet](internet.md)** (24) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (45) -- **[io](io.md)** (16) -- **[ioccc](ioccc.md)** (31) -- **[iq](iq.md)** (12) -- **[island](island.md)** (28) -- **[jargon_file](jargon_file.md)** (8) -- **[java](java.md)** (8) -- **[javascript](javascript.md)** (70) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (52) -- **[john_carmack](john_carmack.md)** (20) -- **[jokes](jokes.md)** (54) -- **[julia_set](julia_set.md)** (92) -- **[just_werks](just_werks.md)** (22) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (6) -- **[kids_these_days](kids_these_days.md)** (2) -- **[kiss](kiss.md)** (32) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (156) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (15) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (53) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (109) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (14) -- **[liberalism](liberalism.md)** (4) -- **[libertarianism](libertarianism.md)** (4) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (54) -- **[lil](lil.md)** (20) -- **[line](line.md)** (149) -- **[linear_algebra](linear_algebra.md)** (116) -- **[linux](linux.md)** (61) -- **[living](living.md)** (32) -- **[lmao](lmao.md)** (36) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (6) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[love](love.md)** (20) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (152) -- **[lrs_dictionary](lrs_dictionary.md)** (79) -- **[lrs_wiki](lrs_wiki.md)** (14) -- **[luke_smith](luke_smith.md)** (17) -- **[magic](magic.md)** (2) -- **[main](main.md)** (105) -- **[maintenance](maintenance.md)** (6) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (89) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (21) -- **[markov_chain](markov_chain.md)** (100) -- **[marxism](marxism.md)** (7) -- **[math](math.md)** (33) -- **[mechanical](mechanical.md)** (201) -- **[memory_management](memory_management.md)** (77) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (4) -- **[minigame](minigame.md)** (63) -- **[minimalism](minimalism.md)** (47) -- **[mipmap](mipmap.md)** (40) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (32) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (15) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (2) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (43) -- **[myths](myths.md)** (8) -- **[name_is_important](name_is_important.md)** (19) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (64) -- **[netstalking](netstalking.md)** (9) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (8) -- **[niger](niger.md)** (11) -- **[nigger](nigger.md)** (24) -- **[niggercoin](niggercoin.md)** (2) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (112) -- **[nokia](nokia.md)** (8) -- **[nord_vpn](nord_vpn.md)** (2) -- **[normalization](normalization.md)** (8) -- **[npc](npc.md)** (2) -- **[often_confused](often_confused.md)** (98) -- **[old](old.md)** (2) -- **[one](one.md)** (13) -- **[oop](oop.md)** (58) -- **[open_console](open_console.md)** (63) -- **[open_source](open_source.md)** (29) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (68) -- **[optimization](optimization.md)** (79) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (30) -- **[people](people.md)** (46) -- **[permacomputing_wiki](permacomputing_wiki.md)** (13) -- **[phd](phd.md)** (8) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (127) -- **[piracy](piracy.md)** (6) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (30) -- **[political_correctness](political_correctness.md)** (27) -- **[portability](portability.md)** (166) -- **[portal_rendering](portal_rendering.md)** (24) -- **[prime](prime.md)** (122) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (22) -- **[procgen](procgen.md)** (351) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (31) -- **[programming_language](programming_language.md)** (125) -- **[programming_style](programming_style.md)** (69) -- **[programming_tips](programming_tips.md)** (15) -- **[progress](progress.md)** (29) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (12) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (6) -- **[public_domain](public_domain.md)** (86) -- **[public_domain_computer](public_domain_computer.md)** (53) -- **[python](python.md)** (4) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (40) -- **[race](race.md)** (44) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (9) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1657) -- **[randomness](randomness.md)** (141) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (8) -- **[raycasting](raycasting.md)** (291) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (22) -- **[reactionary_software](reactionary_software.md)** (29) -- **[real_number](real_number.md)** (48) -- **[recursion](recursion.md)** (64) -- **[reddit](reddit.md)** (12) -- **[regex](regex.md)** (45) -- **[rgb332](rgb332.md)** (91) -- **[rgb565](rgb565.md)** (4) -- **[right](right.md)** (2) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (35) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (43) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (23) -- **[rule110](rule110.md)** (107) -- **[rust](rust.md)** (22) -- **[saf](saf.md)** (63) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (14) -- **[sdf](sdf.md)** (25) -- **[security](security.md)** (8) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (17) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (17) -- **[shit](shit.md)** (16) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (10) -- **[sigbovik](sigbovik.md)** (6) -- **[sin](sin.md)** (179) -- **[sjw](sjw.md)** (18) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (4) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (21) -- **[soydev](soydev.md)** (33) -- **[soyence](soyence.md)** (45) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (55) -- **[ssao](ssao.md)** (10) -- **[steganography](steganography.md)** (14) -- **[stereotype](stereotype.md)** (148) -- **[steve_jobs](steve_jobs.md)** (8) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (78) -- **[suicide](suicide.md)** (8) -- **[sw](sw.md)** (4) -- **[sw_rendering](sw_rendering.md)** (63) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (66) -- **[tas](tas.md)** (18) -- **[tattoo](tattoo.md)** (2) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (6) -- **[ted_kaczynski](ted_kaczynski.md)** (26) -- **[teletext](teletext.md)** (13) -- **[temple_os](temple_os.md)** (32) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (11) -- **[thrembo](thrembo.md)** (13) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny_software](tranny_software.md)** (27) -- **[transistor](transistor.md)** (30) -- **[triangle](triangle.md)** (81) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (15) -- **[trollplay](trollplay.md)** (2) -- **[trom](trom.md)** (27) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (205) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (30) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unicode](unicode.md)** (6) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (26) -- **[unix_philosophy](unix_philosophy.md)** (46) -- **[unretard](unretard.md)** (10) -- **[update_culture](update_culture.md)** (19) -- **[usa](usa.md)** (45) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (146) -- **[uxn](uxn.md)** (44) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (59) -- **[version_numbering](version_numbering.md)** (44) -- **[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)** (8) -- **[wiby](wiby.md)** (12) -- **[wiki_authors](wiki_authors.md)** (7) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (13) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (85) -- **[wiki_style](wiki_style.md)** (67) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (75) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (6) -- **[wizard](wizard.md)** (9) -- **[woman](woman.md)** (91) -- **[work](work.md)** (27) -- **[world_broadcast](world_broadcast.md)** (12) -- **[wow](wow.md)** (6) -- **[www](www.md)** (103) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (101) -- **[xxiivv](xxiivv.md)** (22) -- **[yes_they_can](yes_they_can.md)** (6) -- **[youtube](youtube.md)** (19) -- **[zen](zen.md)** (15) -- **[zero](zero.md)** (30) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file +**[21st_century](21st_century.md)** (2) -- **[3d_model](3d_model.md)** (37) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (281) -- **[42](42.md)** (10) -- **[4chan](4chan.md)** (18) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (386) -- **[ai](ai.md)** (8) -- **[algorithm](algorithm.md)** (218) -- **[aliasing](aliasing.md)** (58) -- **[altruism](altruism.md)** (2) -- **[anal_bead](anal_bead.md)** (2) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (91) -- **[anarchism](anarchism.md)** (10) -- **[ancap](ancap.md)** (27) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (16) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (4) -- **[apple](apple.md)** (4) -- **[approximation](approximation.md)** (18) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (6) -- **[ascii](ascii.md)** (147) -- **[ascii_art](ascii_art.md)** (54) -- **[assembly](assembly.md)** (251) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (22) -- **[atheism](atheism.md)** (16) -- **[audiophilia](audiophilia.md)** (2) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (4) -- **[backpropagation](backpropagation.md)** (87) -- **[bbs](bbs.md)** (25) -- **[beauty](beauty.md)** (22) -- **[bilinear](bilinear.md)** (117) -- **[bill_gates](bill_gates.md)** (27) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (63) -- **[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)** (138) -- **[bloat_monopoly](bloat_monopoly.md)** (10) -- **[boat](boat.md)** (33) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (30) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (40) -- **[brain_software](brain_software.md)** (10) -- **[brainfuck](brainfuck.md)** (113) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (39) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (72) -- **[bytecode](bytecode.md)** (278) -- **[c](c.md)** (192) -- **[c_pitfalls](c_pitfalls.md)** (99) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (1690) -- **[cache](cache.md)** (27) -- **[cancer](cancer.md)** (6) -- **[capitalism](capitalism.md)** (123) -- **[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)** (13) -- **[censorship](censorship.md)** (24) -- **[chaos](chaos.md)** (108) -- **[charity_sex](charity_sex.md)** (2) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (8) -- **[chess](chess.md)** (278) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[coc](coc.md)** (10) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (32) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (20) -- **[color](color.md)** (25) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (16) -- **[communism](communism.md)** (25) -- **[competition](competition.md)** (12) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (232) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (86) -- **[comun](comun.md)** (88) -- **[consumerism](consumerism.md)** (12) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (28) -- **[copyright](copyright.md)** (47) -- **[corporation](corporation.md)** (18) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (2) -- **[cpu](cpu.md)** (86) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (27) -- **[crime_against_economy](crime_against_economy.md)** (15) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (20) -- **[culture](culture.md)** (23) -- **[data_hoarding](data_hoarding.md)** (2) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (8) -- **[debugging](debugging.md)** (82) -- **[deep_blue](deep_blue.md)** (15) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (15) -- **[demoscene](demoscene.md)** (19) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (8) -- **[digital](digital.md)** (14) -- **[digital_signature](digital_signature.md)** (8) -- **[dinosaur](dinosaur.md)** (4) -- **[disease](disease.md)** (29) -- **[distance](distance.md)** (124) -- **[distrohopping](distrohopping.md)** (4) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (27) -- **[doom](doom.md)** (49) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[drummyfish](drummyfish.md)** (28) -- **[duke3d](duke3d.md)** (20) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (6) -- **[duskos](duskos.md)** (28) -- **[dynamic_programming](dynamic_programming.md)** (44) -- **[e](e.md)** (22) -- **[earth](earth.md)** (51) -- **[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)** (15) -- **[elo](elo.md)** (146) -- **[elon_musk](elon_musk.md)** (6) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (65) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (69) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (10) -- **[evil](evil.md)** (6) -- **[exercises](exercises.md)** (20) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (2) -- **[fail_ab](fail_ab.md)** (24) -- **[fantasy_console](fantasy_console.md)** (40) -- **[faq](faq.md)** (198) -- **[fascism](fascism.md)** (8) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (41) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (8) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (150) -- **[fizzbuzz](fizzbuzz.md)** (158) -- **[float](float.md)** (63) -- **[floss](floss.md)** (2) -- **[football](football.md)** (49) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (22) -- **[forth](forth.md)** (120) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (208) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (64) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (34) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (56) -- **[free_speech](free_speech.md)** (16) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (14) -- **[fsf](fsf.md)** (17) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (28) -- **[function](function.md)** (109) -- **[furry](furry.md)** (15) -- **[future_proof](future_proof.md)** (22) -- **[game](game.md)** (159) -- **[game_engine](game_engine.md)** (48) -- **[game_of_life](game_of_life.md)** (222) -- **[gay](gay.md)** (18) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (2) -- **[gemini](gemini.md)** (10) -- **[gender_studies](gender_studies.md)** (2) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (70) -- **[githopping](githopping.md)** (4) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (49) -- **[go](go.md)** (96) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (67) -- **[graphics](graphics.md)** (36) -- **[graveyard](graveyard.md)** (20) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (28) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (70) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (6) -- **[hash](hash.md)** (175) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (10) -- **[hexadecimal](hexadecimal.md)** (4) -- **[history](history.md)** (88) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (153) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (235) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (16) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (134) -- **[interesting](interesting.md)** (22) -- **[internet](internet.md)** (24) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (45) -- **[io](io.md)** (16) -- **[ioccc](ioccc.md)** (31) -- **[iq](iq.md)** (12) -- **[island](island.md)** (28) -- **[jargon_file](jargon_file.md)** (8) -- **[java](java.md)** (8) -- **[javascript](javascript.md)** (70) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (52) -- **[john_carmack](john_carmack.md)** (20) -- **[jokes](jokes.md)** (54) -- **[julia_set](julia_set.md)** (92) -- **[just_werks](just_werks.md)** (22) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (6) -- **[kids_these_days](kids_these_days.md)** (2) -- **[kiss](kiss.md)** (32) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (156) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (15) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (53) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (126) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (14) -- **[liberalism](liberalism.md)** (4) -- **[libertarianism](libertarianism.md)** (4) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (54) -- **[lil](lil.md)** (20) -- **[line](line.md)** (149) -- **[linear_algebra](linear_algebra.md)** (116) -- **[linux](linux.md)** (61) -- **[living](living.md)** (32) -- **[lmao](lmao.md)** (36) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (6) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[love](love.md)** (20) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (152) -- **[lrs_dictionary](lrs_dictionary.md)** (79) -- **[lrs_wiki](lrs_wiki.md)** (14) -- **[luke_smith](luke_smith.md)** (17) -- **[magic](magic.md)** (2) -- **[main](main.md)** (105) -- **[maintenance](maintenance.md)** (6) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (89) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (23) -- **[markov_chain](markov_chain.md)** (100) -- **[marxism](marxism.md)** (7) -- **[math](math.md)** (33) -- **[mechanical](mechanical.md)** (201) -- **[memory_management](memory_management.md)** (77) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (4) -- **[minigame](minigame.md)** (63) -- **[minimalism](minimalism.md)** (47) -- **[mipmap](mipmap.md)** (40) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (32) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (15) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (2) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (43) -- **[myths](myths.md)** (8) -- **[name_is_important](name_is_important.md)** (19) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (64) -- **[netstalking](netstalking.md)** (9) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (8) -- **[niger](niger.md)** (11) -- **[nigger](nigger.md)** (24) -- **[niggercoin](niggercoin.md)** (2) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (112) -- **[nokia](nokia.md)** (8) -- **[nord_vpn](nord_vpn.md)** (2) -- **[normalization](normalization.md)** (8) -- **[npc](npc.md)** (2) -- **[often_confused](often_confused.md)** (98) -- **[old](old.md)** (2) -- **[one](one.md)** (13) -- **[oop](oop.md)** (58) -- **[open_console](open_console.md)** (64) -- **[open_source](open_source.md)** (29) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (68) -- **[optimization](optimization.md)** (98) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (30) -- **[people](people.md)** (46) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (13) -- **[phd](phd.md)** (8) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (127) -- **[piracy](piracy.md)** (6) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (42) -- **[political_correctness](political_correctness.md)** (27) -- **[portability](portability.md)** (166) -- **[portal_rendering](portal_rendering.md)** (24) -- **[prime](prime.md)** (122) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (22) -- **[procgen](procgen.md)** (351) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (33) -- **[programming_language](programming_language.md)** (125) -- **[programming_style](programming_style.md)** (69) -- **[programming_tips](programming_tips.md)** (15) -- **[progress](progress.md)** (29) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (12) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (6) -- **[public_domain](public_domain.md)** (86) -- **[public_domain_computer](public_domain_computer.md)** (53) -- **[python](python.md)** (4) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (40) -- **[race](race.md)** (44) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (9) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1660) -- **[randomness](randomness.md)** (141) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (8) -- **[raycasting](raycasting.md)** (291) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (22) -- **[reactionary_software](reactionary_software.md)** (29) -- **[real_number](real_number.md)** (48) -- **[recursion](recursion.md)** (64) -- **[reddit](reddit.md)** (12) -- **[regex](regex.md)** (45) -- **[rgb332](rgb332.md)** (91) -- **[rgb565](rgb565.md)** (4) -- **[right](right.md)** (2) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (35) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (43) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (23) -- **[rule110](rule110.md)** (107) -- **[rust](rust.md)** (22) -- **[saf](saf.md)** (63) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (14) -- **[sdf](sdf.md)** (25) -- **[security](security.md)** (8) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (17) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (17) -- **[shit](shit.md)** (16) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (10) -- **[sigbovik](sigbovik.md)** (6) -- **[sin](sin.md)** (179) -- **[sjw](sjw.md)** (18) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (4) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (21) -- **[soydev](soydev.md)** (33) -- **[soyence](soyence.md)** (45) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (55) -- **[ssao](ssao.md)** (10) -- **[steganography](steganography.md)** (14) -- **[stereotype](stereotype.md)** (148) -- **[steve_jobs](steve_jobs.md)** (8) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (78) -- **[suicide](suicide.md)** (8) -- **[sw](sw.md)** (4) -- **[sw_rendering](sw_rendering.md)** (63) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (66) -- **[tas](tas.md)** (18) -- **[tattoo](tattoo.md)** (2) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (6) -- **[ted_kaczynski](ted_kaczynski.md)** (26) -- **[teletext](teletext.md)** (13) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (11) -- **[thrembo](thrembo.md)** (13) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny_software](tranny_software.md)** (27) -- **[transistor](transistor.md)** (30) -- **[triangle](triangle.md)** (81) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (15) -- **[trollplay](trollplay.md)** (2) -- **[trom](trom.md)** (27) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (205) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (30) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unicode](unicode.md)** (6) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (26) -- **[unix_philosophy](unix_philosophy.md)** (46) -- **[unretard](unretard.md)** (10) -- **[update_culture](update_culture.md)** (19) -- **[usa](usa.md)** (45) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (146) -- **[uxn](uxn.md)** (44) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (59) -- **[version_numbering](version_numbering.md)** (44) -- **[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)** (8) -- **[wiby](wiby.md)** (12) -- **[wiki_authors](wiki_authors.md)** (7) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (13) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (89) -- **[wiki_style](wiki_style.md)** (67) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (75) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (6) -- **[wizard](wizard.md)** (9) -- **[woman](woman.md)** (91) -- **[work](work.md)** (27) -- **[world_broadcast](world_broadcast.md)** (12) -- **[wow](wow.md)** (6) -- **[www](www.md)** (103) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (101) -- **[xxiivv](xxiivv.md)** (22) -- **[yes_they_can](yes_they_can.md)** (6) -- **[youtube](youtube.md)** (19) -- **[zen](zen.md)** (15) -- **[zero](zero.md)** (30) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file diff --git a/wiki_stats.md b/wiki_stats.md index 4a8d553..98aca45 100644 --- a/wiki_stats.md +++ b/wiki_stats.md @@ -2,28 +2,53 @@ This is an autogenerated article holding stats about this wiki. -- number of articles: 552 -- number of commits: 684 -- total size of all texts in bytes: 2936188 +- number of articles: 553 +- number of commits: 685 +- total size of all texts in bytes: 2948313 longest articles: ``` 104K c_tutorial.md 64K capitalism.md + 52K less_retarded_society.md 48K chess.md - 48K less_retarded_society.md 44K how_to.md 36K faq.md 32K 3d_rendering.md 32K game.md 32K random_page.md - 28K mechanical.md + 28K optimization.md ``` latest changes: ``` +Date: Sat Feb 10 12:19:55 2024 +0100 +3d_rendering.md +assembly.md +bytecode.md +copyright.md +cpu.md +debugging.md +fantasy_console.md +good_enough.md +infinity.md +less_retarded_society.md +lrs_dictionary.md +main.md +marketing.md +minimalism.md +open_console.md +optimization.md +permacomputing.md +pokitto.md +programming.md +random_page.md +suckless.md +temple_os.md +wiki_pages.md +wiki_stats.md Date: Thu Feb 8 12:07:53 2024 +0100 bootstrap.md fantasy_console.md @@ -35,42 +60,21 @@ operating_system.md random_page.md wiki_pages.md wiki_stats.md -Date: Thu Feb 8 08:32:34 2024 +0100 -arduboy.md -holy_war.md -open_console.md -pokitto.md -wikipedia.md -Date: Thu Feb 8 04:05:35 2024 +0100 -arduboy.md -boot.md -bootstrap.md -css.md -golang.md -lgbt.md -lrs_dictionary.md -luke_smith.md -open_console.md -plan9.md -unix_philosophy.md -vim.md -wiki_pages.md -wiki_stats.md ``` most wanted pages: ``` embedded.md +buddhism.md array.md meme.md +gpl.md data_type.md -buddhism.md quake.md lisp.md irl.md gpu.md -gpl.md drm.md cryptography.md waiver.md From 433908fbc60c90868c3f6b986a4057a9d0b008c0 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Sun, 11 Feb 2024 21:31:18 +0100 Subject: [PATCH 2/2] Update --- random_page.md | 3254 ++++++++++++++++++++++++------------------------ wiki_pages.md | 2 +- wiki_stats.md | 24 +- 3 files changed, 1640 insertions(+), 1640 deletions(-) diff --git a/random_page.md b/random_page.md index 8de2b36..ae05a9c 100644 --- a/random_page.md +++ b/random_page.md @@ -2,1659 +2,1659 @@ Please kindly click random link. -[*](shit.md) -[*](splinternet.md) -[*](justice.md) -[*](collision_detection.md) -[*](mipmap.md) -[*](trusting_trust.md) -[*](digital_signature.md) -[*](murderer.md) -[*](unary.md) -[*](often_confused.md) -[*](murderer.md) -[*](hacking.md) -[*](sigbovik.md) -[*](data_hoarding.md) -[*](memory_management.md) -[*](regex.md) -[*](forth.md) -[*](woman.md) -[*](javascript.md) -[*](plan9.md) -[*](arch.md) -[*](suicide.md) -[*](logic.md) -[*](cloud.md) -[*](computer.md) -[*](esolang.md) -[*](marxism.md) -[*](selflessness.md) -[*](copyfree.md) -[*](data_structure.md) -[*](noise.md) -[*](formal_language.md) -[*](wiki_stats.md) -[*](bit_hack.md) -[*](femoid.md) -[*](steve_jobs.md) -[*](watchdog.md) -[*](privacy.md) -[*](intellectual_property.md) -[*](hardware.md) -[*](bbs.md) -[*](build_engine.md) -[*](logic_circuit.md) -[*](sw.md) -[*](jokes.md) -[*](combinatorics.md) -[*](21st_century.md) -[*](needed.md) -[*](less_retarded_hardware.md) -[*](holy_war.md) -[*](wiby.md) -[*](tensor_product.md) -[*](marble_race.md) -[*](loc.md) -[*](wikiwikiweb.md) -[*](wizard.md) -[*](demoscene.md) -[*](free_universe.md) -[*](elo.md) -[*](jesus.md) -[*](security.md) -[*](crime_against_economy.md) -[*](markov_chain.md) -[*](soyence.md) -[*](trollplay.md) -[*](anarch.md) -[*](raylib.md) -[*](programming_language.md) -[*](microtransaction.md) -[*](sudoku.md) -[*](wavelet_transform.md) -[*](vim.md) -[*](binary.md) -[*](sqrt.md) -[*](luke_smith.md) -[*](golang.md) -[*](operating_system.md) -[*](rationalwiki.md) -[*](yes_they_can.md) -[*](culture.md) -[*](rights_culture.md) -[*](world_broadcast.md) -[*](right.md) -[*](mechanical.md) -[*](hash.md) -[*](justice.md) -[*](ui.md) -[*](floss.md) -[*](rights_culture.md) -[*](google.md) -[*](usenet.md) -[*](pseudo3d.md) -[*](yes_they_can.md) -[*](earth.md) -[*](demoscene.md) -[*](english.md) -[*](mandelbrot_set.md) -[*](dog.md) -[*](digital_signature.md) -[*](software.md) -[*](morality.md) -[*](bloat_monopoly.md) -[*](smallchesslib.md) -[*](noise.md) -[*](ted_kaczynski.md) -[*](sw_rendering.md) -[*](bbs.md) -[*](iq.md) -[*](avpd.md) -[*](explicit.md) -[*](rgb565.md) -[*](motivation.md) -[*](wikipedia.md) -[*](pi.md) -[*](p_vs_np.md) -[*](viznut.md) -[*](langtons_ant.md) -[*](xonotic.md) -[*](mental_outlaw.md) -[*](githopping.md) -[*](speech_synthesis.md) -[*](antialiasing.md) -[*](rgb565.md) -[*](proprietary_software.md) -[*](unix_philosophy.md) -[*](fuck.md) -[*](chasm_the_rift.md) -[*](c_pitfalls.md) -[*](neural_network.md) -[*](newspeak.md) -[*](whale.md) -[*](fascist.md) -[*](computational_complexity.md) -[*](tranny_software.md) -[*](dungeons_and_dragons.md) -[*](f2p.md) -[*](toxic.md) -[*](twos_complement.md) -[*](copyleft.md) -[*](fsf.md) -[*](no_knowledge_proof.md) -[*](wiki_style.md) -[*](sw.md) -[*](netstalking.md) -[*](ascii.md) -[*](3d_rendering.md) -[*](c_pitfalls.md) -[*](algorithm.md) -[*](de_facto.md) -[*](open_console.md) -[*](programming_style.md) -[*](cache.md) -[*](kwangmyong.md) -[*](openarena.md) -[*](kiwifarms.md) -[*](piracy.md) -[*](programming_tips.md) -[*](hacking.md) -[*](competition.md) -[*](rsa.md) -[*](hash.md) -[*](e.md) -[*](interesting.md) -[*](harry_potter.md) -[*](good_enough.md) -[*](software.md) -[*](modern.md) -[*](pseudo3d.md) -[*](billboard.md) -[*](harry_potter.md) -[*](xxiivv.md) -[*](update_culture.md) -[*](entropy.md) -[*](debugging.md) -[*](oop.md) -[*](npc.md) -[*](zen.md) -[*](c.md) -[*](body_shaming.md) -[*](microsoft.md) -[*](usa.md) -[*](assembly.md) -[*](just_werks.md) -[*](chasm_the_rift.md) -[*](encryption.md) -[*](free_software.md) -[*](rule110.md) -[*](systemd.md) -[*](mental_outlaw.md) +[*](censorship.md) [*](randomness.md) -[*](c_pitfalls.md) -[*](brain_software.md) -[*](mob_software.md) -[*](wiki_pages.md) -[*](pedophilia.md) -[*](small3dlib.md) -[*](dinosaur.md) -[*](nord_vpn.md) -[*](pokitto.md) -[*](jedi_engine.md) -[*](shader.md) -[*](usenet.md) -[*](creative_commons.md) -[*](portability.md) -[*](ram.md) -[*](billboard.md) -[*](quaternion.md) -[*](logic.md) -[*](sqrt.md) -[*](programming.md) -[*](physics_engine.md) -[*](smart.md) -[*](justice.md) -[*](physics_engine.md) -[*](shortcut_thinking.md) -[*](gui.md) -[*](zero.md) -[*](hyperoperation.md) -[*](fuck.md) -[*](rust.md) -[*](productivity_cult.md) -[*](programming_language.md) -[*](productivity_cult.md) -[*](capitalism.md) -[*](pd.md) -[*](firmware.md) -[*](faggot.md) -[*](venus_project.md) -[*](linux.md) -[*](update_culture.md) -[*](boat.md) -[*](beauty.md) -[*](byte.md) -[*](exercises.md) +[*](assembly.md) +[*](game_of_life.md) +[*](unix_philosophy.md) +[*](explicit.md) +[*](throwaway_script.md) +[*](shogi.md) +[*](ascii.md) +[*](duke3d.md) +[*](trollplay.md) +[*](fascism.md) [*](living.md) -[*](dodleston.md) -[*](wiki_pages.md) -[*](double_buffering.md) -[*](countercomplex.md) -[*](interpolation.md) -[*](living.md) -[*](infinity.md) -[*](coc.md) -[*](right.md) -[*](distance.md) -[*](graphics.md) -[*](privacy.md) -[*](c_tutorial.md) -[*](right.md) -[*](git.md) -[*](byte.md) -[*](analog.md) -[*](crypto.md) -[*](demo.md) -[*](pseudo3d.md) +[*](bit_hack.md) [*](debugging.md) -[*](audiophilia.md) -[*](microtransaction.md) -[*](boat.md) -[*](watchdog.md) +[*](encryption.md) +[*](programming_language.md) +[*](intellectual_property.md) +[*](used.md) +[*](collision.md) +[*](throwaway_script.md) +[*](aliasing.md) +[*](c_tutorial.md) +[*](pseudominimalism.md) +[*](quine.md) +[*](goodbye_world.md) +[*](modern.md) +[*](deep_blue.md) +[*](trom.md) +[*](www.md) +[*](cloud.md) [*](magic.md) -[*](operating_system.md) -[*](race.md) -[*](sdf.md) +[*](sigbovik.md) +[*](usa.md) +[*](graphics.md) +[*](niggercoin.md) +[*](pd.md) +[*](charity_sex.md) +[*](cos.md) +[*](old.md) +[*](java.md) +[*](randomness.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](atan.md) +[*](ronja.md) +[*](float.md) +[*](python.md) +[*](coding.md) +[*](lil.md) +[*](anal_bead.md) +[*](sudoku.md) +[*](free_universe.md) +[*](interplanetary_internet.md) +[*](c_sharp.md) +[*](creative_commons.md) +[*](linear_algebra.md) +[*](comment.md) +[*](compression.md) +[*](terry_davis.md) +[*](boat.md) +[*](prime.md) +[*](arch.md) [*](gay.md) [*](semiconductor.md) -[*](uxn.md) -[*](elon_musk.md) -[*](just_werks.md) -[*](3d_modeling.md) -[*](dependency.md) -[*](fantasy_console.md) -[*](unretard.md) -[*](sjw.md) -[*](rapeware.md) -[*](niger.md) -[*](c_tutorial.md) -[*](pedophilia.md) -[*](42.md) -[*](pi.md) -[*](ubi.md) -[*](jesus.md) -[*](linux.md) -[*](cos.md) -[*](technology.md) -[*](security.md) -[*](settled.md) -[*](modern.md) -[*](unretard.md) -[*](elon_musk.md) -[*](slowly_boiling_the_frog.md) -[*](public_domain.md) -[*](reactionary_software.md) -[*](bitreich.md) -[*](apple.md) -[*](left_right.md) -[*](xd.md) -[*](entropy.md) -[*](ted_kaczynski.md) -[*](x86.md) -[*](fun.md) -[*](antivirus_paradox.md) -[*](suckless.md) -[*](name_is_important.md) -[*](encyclopedia.md) -[*](paywall.md) -[*](permacomputing.md) -[*](unretard.md) -[*](living.md) -[*](quaternion.md) -[*](anpac.md) -[*](consumerism.md) -[*](evil.md) -[*](fourier_transform.md) -[*](line.md) -[*](interplanetary_internet.md) -[*](bit_hack.md) -[*](apple.md) -[*](frameless.md) -[*](exercises.md) -[*](collision.md) -[*](aliasing.md) -[*](copyleft.md) -[*](teletext.md) -[*](holy_war.md) -[*](sorting.md) -[*](pseudoleft.md) -[*](soydev.md) -[*](assembly.md) -[*](democracy.md) -[*](music.md) -[*](charity_sex.md) -[*](encryption.md) -[*](selflessness.md) -[*](marble_race.md) -[*](compsci.md) -[*](finished.md) -[*](black.md) -[*](game_engine.md) -[*](zuckerberg.md) -[*](cc.md) -[*](malware.md) -[*](wiki_post_mortem.md) -[*](trusting_trust.md) -[*](soydev.md) -[*](xxiivv.md) -[*](libertarianism.md) -[*](game_of_life.md) -[*](abstraction.md) -[*](unicode.md) -[*](saf.md) -[*](dynamic_programming.md) -[*](game_of_life.md) -[*](no_knowledge_proof.md) -[*](shortcut_thinking.md) -[*](c.md) -[*](turing_machine.md) -[*](reddit.md) -[*](low_poly.md) -[*](censorship.md) -[*](rock.md) -[*](implicit.md) -[*](transistor.md) -[*](e.md) -[*](steganography.md) -[*](fqa.md) -[*](rgb565.md) -[*](memory_management.md) -[*](evil.md) -[*](palette.md) -[*](paradigm.md) -[*](entrepreneur.md) -[*](iq.md) -[*](myths.md) -[*](bootstrap.md) -[*](fun.md) -[*](smallchesslib.md) -[*](anal_bead.md) -[*](chaos.md) -[*](temple_os.md) -[*](fascism.md) -[*](lil.md) -[*](cancer.md) -[*](analytic_geometry.md) -[*](githopping.md) -[*](procgen.md) -[*](bbs.md) -[*](esolang.md) -[*](c.md) -[*](axiom_of_choice.md) -[*](viznut.md) -[*](comment.md) -[*](bullshit.md) -[*](shogi.md) -[*](recursion.md) -[*](implicit.md) -[*](bill_gates.md) -[*](good_enough.md) -[*](ssao.md) -[*](math.md) -[*](semiconductor.md) -[*](backgammon.md) -[*](geek.md) -[*](tpe.md) -[*](forth.md) -[*](rsa.md) -[*](pi.md) -[*](hexadecimal.md) -[*](rationalwiki.md) -[*](tpe.md) -[*](lrs.md) -[*](interpolation.md) -[*](uxn.md) -[*](data_structure.md) -[*](ancap.md) -[*](lambda_calculus.md) -[*](less_retarded_hardware.md) -[*](gemini.md) -[*](youtube.md) -[*](interaction_net.md) -[*](lgbt.md) -[*](raycastlib.md) -[*](kek.md) -[*](hero_culture.md) -[*](saf.md) -[*](entropy.md) -[*](progress.md) -[*](racetrack.md) -[*](ioccc.md) -[*](comment.md) -[*](bit.md) -[*](procgen.md) -[*](bytecode.md) -[*](culture.md) -[*](corporation.md) -[*](education.md) -[*](dick_reveal.md) -[*](permacomputing.md) -[*](license.md) -[*](egoism.md) -[*](cpu.md) -[*](chess.md) -[*](see_through_clothes.md) -[*](everyone_does_it.md) -[*](zuckerberg.md) -[*](faggot.md) -[*](42.md) -[*](cat_v.md) -[*](aaron_swartz.md) -[*](raycasting.md) -[*](microtheft.md) -[*](nord_vpn.md) -[*](x86.md) -[*](intellectual_property.md) -[*](military.md) -[*](mechanical.md) -[*](cache.md) -[*](smol_internet.md) -[*](arch.md) -[*](openarena.md) -[*](communism.md) -[*](mipmap.md) -[*](regex.md) -[*](analytic_geometry.md) -[*](go.md) -[*](esolang.md) -[*](old.md) -[*](c_sharp.md) -[*](double_buffering.md) -[*](libre.md) -[*](hero_culture.md) -[*](dynamic_programming.md) -[*](smallchesslib.md) -[*](suckless.md) -[*](normalization.md) -[*](technology.md) -[*](music.md) -[*](name_is_important.md) -[*](library.md) -[*](golang.md) -[*](plusnigger.md) -[*](f2p.md) -[*](pseudominimalism.md) -[*](capitalism.md) -[*](shit.md) -[*](furry.md) -[*](quine.md) -[*](thrembo.md) -[*](microtheft.md) -[*](shogi.md) -[*](free_universe.md) -[*](collision.md) -[*](nd.md) -[*](privacy.md) -[*](sdf.md) -[*](kiss.md) -[*](motivation.md) -[*](free_body.md) -[*](3d_model.md) -[*](coding.md) -[*](interesting.md) -[*](often_confused.md) -[*](acronym.md) -[*](systemd.md) -[*](kwangmyong.md) -[*](kwangmyong.md) -[*](crypto.md) -[*](prime.md) -[*](atheism.md) -[*](work.md) -[*](raycasting.md) -[*](jargon_file.md) -[*](splinternet.md) -[*](hero.md) -[*](windows.md) -[*](nc.md) -[*](boat.md) -[*](collision.md) -[*](lambda_calculus.md) -[*](ubi.md) -[*](determinism.md) -[*](bytecode.md) -[*](autoupdate.md) -[*](compression.md) -[*](duke3d.md) -[*](tor.md) -[*](fuck.md) -[*](hero_culture.md) -[*](free_culture.md) -[*](deep_blue.md) -[*](often_confused.md) -[*](loc.md) -[*](cancer.md) -[*](ancap.md) -[*](compression.md) -[*](arduboy.md) -[*](luke_smith.md) -[*](axiom_of_choice.md) -[*](npc.md) -[*](twos_complement.md) -[*](graphics.md) -[*](paywall.md) -[*](atan.md) -[*](name_is_important.md) -[*](tensor_product.md) -[*](assertiveness.md) -[*](data_structure.md) -[*](atan.md) -[*](public_domain.md) -[*](everyone_does_it.md) -[*](raylib.md) -[*](temple_os.md) -[*](free_universe.md) -[*](explicit.md) -[*](css.md) -[*](coding.md) -[*](microsoft.md) -[*](countercomplex.md) -[*](bill_gates.md) -[*](consumerism.md) -[*](3d_modeling.md) -[*](blender.md) -[*](faq.md) -[*](magic.md) -[*](hw.md) -[*](communism.md) -[*](bloat_monopoly.md) -[*](wiby.md) -[*](progress.md) -[*](linear_algebra.md) -[*](proprietary.md) -[*](tranny_software.md) -[*](kids_these_days.md) -[*](free_will.md) -[*](science.md) -[*](jesus.md) -[*](chess.md) -[*](jedi_engine.md) -[*](color.md) -[*](modern.md) -[*](public_domain_computer.md) -[*](julia_set.md) -[*](bs.md) -[*](black.md) -[*](dungeons_and_dragons.md) -[*](data_hoarding.md) -[*](geek.md) -[*](free_software.md) -[*](semiconductor.md) -[*](demo.md) -[*](tangram.md) -[*](global_discussion.md) -[*](hyperoperation.md) -[*](fascist.md) -[*](left_right.md) -[*](earth.md) -[*](gigachad.md) -[*](antivirus_paradox.md) -[*](open_source.md) -[*](hw.md) -[*](drummyfish.md) -[*](speech_synthesis.md) -[*](computer.md) -[*](no_knowledge_proof.md) -[*](fork.md) -[*](anarchism.md) -[*](information.md) -[*](javascript.md) -[*](linear_algebra.md) -[*](cpp.md) -[*](pd.md) -[*](ram.md) -[*](intellectual_property.md) -[*](speech_synthesis.md) -[*](hard_to_learn_easy_to_master.md) -[*](explicit.md) -[*](nokia.md) -[*](open_source.md) -[*](firmware.md) -[*](internet.md) -[*](triangle.md) -[*](binary.md) -[*](hard_to_learn_easy_to_master.md) -[*](analog.md) -[*](greenwashing.md) -[*](chinese.md) -[*](easy_to_learn_hard_to_master.md) -[*](slowly_boiling_the_frog.md) -[*](distance.md) -[*](universe.md) -[*](xd.md) -[*](just_werks.md) -[*](turing_machine.md) -[*](troll.md) -[*](coc.md) -[*](anpac.md) -[*](minigame.md) -[*](selflessness.md) -[*](gay.md) -[*](foss.md) -[*](version_numbering.md) -[*](pokitto.md) -[*](wiki_pages.md) -[*](bytebeat.md) -[*](frameless.md) -[*](reactionary_software.md) -[*](rust.md) -[*](complexity.md) -[*](linear_algebra.md) -[*](lrs.md) -[*](wikiwikiweb.md) -[*](transistor.md) -[*](README.md) -[*](throwaway_script.md) -[*](collision_detection.md) -[*](greenwashing.md) -[*](jargon_file.md) -[*](function.md) -[*](universe.md) -[*](markov_chain.md) -[*](luke_smith.md) -[*](open_console.md) -[*](primitive_3d.md) -[*](libertarianism.md) -[*](goodbye_world.md) -[*](race.md) -[*](tattoo.md) -[*](4chan.md) -[*](arch.md) -[*](langtons_ant.md) -[*](magic.md) -[*](wiki_stats.md) -[*](wiki_post_mortem.md) -[*](free.md) -[*](cc0.md) -[*](girl.md) -[*](fizzbuzz.md) -[*](byte.md) -[*](programming_style.md) -[*](vector.md) -[*](lrs_wiki.md) -[*](build_engine.md) -[*](bytebeat.md) -[*](duskos.md) -[*](proprietary.md) -[*](monad.md) -[*](anarch.md) -[*](openai.md) -[*](fork.md) -[*](dependency.md) -[*](computational_complexity.md) -[*](quaternion.md) -[*](free_software.md) -[*](kek.md) -[*](abstraction.md) -[*](portability.md) -[*](lil.md) -[*](game.md) -[*](crypto.md) -[*](teletext.md) -[*](fixed_point.md) -[*](temple_os.md) -[*](dependency.md) -[*](ascii.md) -[*](charity_sex.md) -[*](military.md) -[*](downto.md) -[*](free_hardware.md) -[*](function.md) -[*](free_hardware.md) -[*](money.md) -[*](corporation.md) -[*](brainfuck.md) -[*](gaywashing.md) -[*](stereotype.md) -[*](tech.md) -[*](nokia.md) -[*](rgb332.md) -[*](dick_reveal.md) -[*](bytecode.md) -[*](programming_tips.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](mob_software.md) -[*](nd.md) -[*](trusting_trust.md) -[*](julia_set.md) -[*](football.md) -[*](plan9.md) -[*](markov_chain.md) -[*](21st_century.md) -[*](see_through_clothes.md) -[*](unicode.md) -[*](rms.md) [*](copyfree.md) -[*](steve_jobs.md) -[*](minimalism.md) -[*](quantum_gate.md) -[*](compsci.md) -[*](hero.md) -[*](wiki_post_mortem.md) -[*](app.md) -[*](steganography.md) -[*](rationalwiki.md) -[*](nd.md) -[*](piracy.md) -[*](logic_circuit.md) -[*](copyright.md) -[*](fediverse.md) -[*](fqa.md) -[*](altruism.md) -[*](quantum_gate.md) -[*](body_shaming.md) -[*](throwaway_script.md) -[*](cloud.md) -[*](function.md) -[*](comment.md) -[*](programming_language.md) -[*](people.md) -[*](software.md) -[*](iq.md) -[*](unix_philosophy.md) -[*](venus_project.md) -[*](splinternet.md) -[*](git.md) -[*](evil.md) -[*](mandelbrot_set.md) -[*](dynamic_programming.md) -[*](sudoku.md) -[*](marketing.md) -[*](gay.md) -[*](kids_these_days.md) -[*](motivation.md) -[*](netstalking.md) -[*](ai.md) -[*](sorting.md) -[*](hacker_culture.md) -[*](go.md) -[*](copyfree.md) -[*](crow_funding.md) -[*](neural_network.md) -[*](binary.md) -[*](dodleston.md) -[*](portal_rendering.md) -[*](political_correctness.md) -[*](backpropagation.md) -[*](fractal.md) -[*](capitalist_singularity.md) -[*](sdf.md) -[*](pseudominimalism.md) -[*](fail_ab.md) -[*](maintenance.md) -[*](rule110.md) -[*](framework.md) -[*](arduboy.md) -[*](finished.md) -[*](crow_funding.md) -[*](censorship.md) -[*](trom.md) -[*](capitalist_software.md) -[*](collapse.md) -[*](triangle.md) -[*](disease.md) -[*](ascii_art.md) -[*](competition.md) -[*](optimization.md) -[*](information.md) -[*](comun.md) -[*](lrs_wiki.md) -[*](smart.md) -[*](microtransaction.md) -[*](web.md) -[*](mob_software.md) -[*](logic_circuit.md) -[*](fascist.md) -[*](public_domain.md) -[*](education.md) -[*](demoscene.md) -[*](free_body.md) -[*](drummyfish.md) -[*](less_retarded_society.md) -[*](greenwashing.md) -[*](slowly_boiling_the_frog.md) -[*](needed.md) -[*](42.md) -[*](openarena.md) -[*](malware.md) -[*](formal_language.md) -[*](wizard.md) -[*](ram.md) -[*](npc.md) -[*](gemini.md) -[*](logic_gate.md) -[*](feminism.md) -[*](used.md) -[*](proprietary.md) -[*](free_will.md) -[*](hard_to_learn_easy_to_master.md) -[*](music.md) -[*](lmao.md) -[*](crime_against_economy.md) -[*](sorting.md) -[*](web.md) -[*](fantasy_console.md) -[*](lgbt.md) -[*](cc0.md) -[*](loc.md) -[*](hacker_culture.md) -[*](wiki_authors.md) -[*](bitreich.md) -[*](moderation.md) -[*](cos.md) -[*](open_source.md) -[*](physics_engine.md) -[*](minigame.md) -[*](freedom.md) -[*](analog.md) -[*](island.md) -[*](suicide.md) -[*](saf.md) -[*](race.md) -[*](how_to.md) -[*](wiki_rights.md) -[*](library.md) -[*](permacomputing_wiki.md) -[*](compression.md) -[*](see_through_clothes.md) -[*](portal_rendering.md) -[*](bullshit.md) -[*](graveyard.md) -[*](boot.md) -[*](sin.md) -[*](combinatorics.md) -[*](aaron_swartz.md) -[*](books.md) -[*](patent.md) -[*](proprietary_software.md) -[*](autoupdate.md) -[*](license.md) -[*](body_shaming.md) -[*](less_retarded_society.md) -[*](update_culture.md) -[*](dungeons_and_dragons.md) -[*](netstalking.md) -[*](marxism.md) -[*](dinosaur.md) -[*](lil.md) -[*](coc.md) -[*](love.md) -[*](disease.md) -[*](mud.md) -[*](nokia.md) -[*](sigbovik.md) -[*](unary.md) -[*](dinosaur.md) -[*](social_inertia.md) -[*](left.md) -[*](x86.md) -[*](cc.md) -[*](combinatorics.md) -[*](tech.md) -[*](patent.md) -[*](fear_culture.md) -[*](encyclopedia.md) -[*](mud.md) -[*](graveyard.md) [*](nigger.md) -[*](thrembo.md) -[*](soyence.md) -[*](internet.md) -[*](reddit.md) -[*](fascism.md) -[*](fail_ab.md) -[*](consumerism.md) -[*](zero.md) -[*](racetrack.md) -[*](avpd.md) -[*](xonotic.md) -[*](social_inertia.md) -[*](wiby.md) -[*](smart.md) -[*](gopher.md) -[*](math.md) -[*](world_broadcast.md) -[*](free_speech.md) -[*](fqa.md) -[*](hack.md) -[*](encryption.md) -[*](doom.md) -[*](gaywashing.md) -[*](lrs_dictionary.md) -[*](bit_hack.md) -[*](downto.md) -[*](aliasing.md) -[*](rapeware.md) -[*](furry.md) -[*](doom.md) -[*](gnu.md) -[*](cracking.md) -[*](crime_against_economy.md) -[*](3d_modeling.md) -[*](cat_v.md) -[*](c_tutorial.md) -[*](bs.md) -[*](cracker.md) -[*](rms.md) -[*](kek.md) -[*](linux.md) +[*](arch.md) +[*](steganography.md) +[*](css.md) +[*](myths.md) +[*](myths.md) +[*](iq.md) +[*](kwangmyong.md) [*](usa.md) -[*](free_culture.md) -[*](soydev.md) -[*](main.md) -[*](hero.md) -[*](free_speech.md) -[*](sjw.md) -[*](plan9.md) -[*](tinyphysicsengine.md) -[*](gender_studies.md) -[*](open_console.md) -[*](morality.md) -[*](library.md) -[*](vim.md) -[*](optimization.md) -[*](teletext.md) -[*](trolling.md) -[*](twos_complement.md) -[*](atheism.md) -[*](de_facto.md) -[*](wikidata.md) -[*](permacomputing.md) -[*](fizzbuzz.md) -[*](golang.md) -[*](c_sharp.md) -[*](political_correctness.md) -[*](suicide.md) [*](logic.md) -[*](easier_done_than_said.md) -[*](interaction_net.md) -[*](throwaway_script.md) -[*](unix_philosophy.md) -[*](tinyphysicsengine.md) -[*](tas.md) -[*](niger.md) -[*](coding.md) -[*](pseudoleft.md) -[*](military.md) -[*](deep_blue.md) -[*](pseudominimalism.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](wow.md) -[*](fear_culture.md) -[*](capitalist_singularity.md) -[*](trump.md) -[*](creative_commons.md) -[*](robot.md) -[*](fractal.md) -[*](mud.md) -[*](backpropagation.md) -[*](real_number.md) -[*](vector.md) -[*](firmware.md) -[*](cc.md) -[*](modern_software.md) -[*](deferred_shading.md) -[*](julia_set.md) -[*](comun.md) -[*](small3dlib.md) -[*](stereotype.md) -[*](kiss.md) -[*](io.md) -[*](nigger.md) -[*](myths.md) -[*](easier_done_than_said.md) -[*](whale.md) -[*](gopher.md) -[*](world_broadcast.md) -[*](real_number.md) -[*](marxism.md) -[*](rock.md) -[*](democracy.md) -[*](exercises.md) -[*](ethics.md) -[*](vim.md) -[*](moderation.md) -[*](qubit.md) -[*](public_domain_computer.md) -[*](fail_ab.md) -[*](hack.md) -[*](copyright.md) -[*](autoupdate.md) -[*](cheating.md) -[*](rust.md) -[*](free_speech.md) -[*](kiwifarms.md) -[*](settled.md) -[*](progress.md) -[*](langtons_ant.md) -[*](ethics.md) -[*](operating_system.md) -[*](ai.md) -[*](plusnigger.md) -[*](primitive_3d.md) -[*](turing_machine.md) -[*](good_enough.md) -[*](game_engine.md) -[*](patent.md) -[*](maintenance.md) -[*](trom.md) -[*](viznut.md) -[*](easier_done_than_said.md) -[*](bill_gates.md) -[*](duskos.md) -[*](gigachad.md) -[*](google.md) -[*](youtube.md) -[*](marketing.md) -[*](ioccc.md) -[*](tattoo.md) -[*](windows.md) -[*](os.md) -[*](devuan.md) +[*](assembly.md) +[*](right.md) [*](troll.md) -[*](censorship.md) -[*](antialiasing.md) -[*](one.md) -[*](css.md) -[*](culture.md) -[*](goodbye_world.md) -[*](settled.md) -[*](thrembo.md) -[*](tom_scott.md) -[*](programming.md) -[*](fixed_point.md) -[*](productivity_cult.md) -[*](sudoku.md) -[*](chinese.md) -[*](bit.md) -[*](main.md) -[*](crow_funding.md) -[*](art.md) -[*](line.md) -[*](neural_network.md) -[*](cat_v.md) -[*](bootstrap.md) -[*](compsci.md) -[*](approximation.md) -[*](tensor_product.md) -[*](zen.md) -[*](README.md) -[*](fractal.md) -[*](terry_davis.md) -[*](science.md) -[*](wavelet_transform.md) -[*](raycastlib.md) -[*](global_discussion.md) -[*](primitive_3d.md) -[*](ronja.md) -[*](troll.md) -[*](ssao.md) -[*](fight.md) -[*](modern_software.md) -[*](fight.md) -[*](javascript.md) -[*](plusnigger.md) -[*](steve_jobs.md) -[*](football.md) -[*](atan.md) -[*](chess.md) -[*](nord_vpn.md) -[*](trollplay.md) -[*](css.md) -[*](how_to.md) -[*](blender.md) -[*](fediverse.md) -[*](tinyphysicsengine.md) -[*](bit.md) -[*](assertiveness.md) -[*](nc.md) -[*](game.md) -[*](reddit.md) [*](elo.md) -[*](bitreich.md) -[*](cracking.md) -[*](real_number.md) -[*](anarchism.md) -[*](unicode.md) -[*](build_engine.md) -[*](marketing.md) -[*](newspeak.md) -[*](permacomputing_wiki.md) -[*](color.md) -[*](cheating.md) -[*](bs.md) -[*](bloat_monopoly.md) -[*](go.md) -[*](tattoo.md) -[*](google.md) -[*](game_of_life.md) -[*](xxiivv.md) -[*](gender_studies.md) -[*](social_inertia.md) -[*](paradigm.md) -[*](cpp.md) -[*](drummyfish.md) -[*](fediverse.md) -[*](wikipedia.md) -[*](facebook.md) -[*](rock.md) -[*](quine.md) -[*](float.md) -[*](ancap.md) -[*](line.md) -[*](facebook.md) -[*](jokes.md) -[*](fight_culture.md) -[*](interaction_net.md) -[*](normalization.md) -[*](black.md) -[*](competition.md) -[*](sanism.md) -[*](niger.md) -[*](communism.md) -[*](brainfuck.md) -[*](bloat.md) -[*](blender.md) -[*](palette.md) -[*](tpe.md) -[*](www.md) -[*](security.md) -[*](watchdog.md) -[*](left.md) -[*](git.md) -[*](faggot.md) -[*](digital.md) -[*](interpolation.md) -[*](3d_rendering.md) -[*](c_sharp.md) -[*](randomness.md) -[*](old.md) -[*](dick_reveal.md) -[*](lmao.md) -[*](collapse.md) -[*](graveyard.md) -[*](future_proof.md) -[*](web.md) -[*](femoid.md) -[*](main.md) [*](shit.md) -[*](collapse.md) -[*](hexadecimal.md) -[*](liberalism.md) -[*](io.md) +[*](sigbovik.md) [*](windows.md) +[*](sw.md) +[*](chaos.md) +[*](langtons_ant.md) +[*](optimization.md) +[*](gemini.md) +[*](ai.md) +[*](rock.md) +[*](demoscene.md) +[*](stereotype.md) +[*](democracy.md) +[*](venus_project.md) +[*](computer.md) +[*](tensor_product.md) +[*](4chan.md) +[*](xxiivv.md) +[*](luke_smith.md) +[*](mechanical.md) +[*](42.md) +[*](holy_war.md) +[*](corporation.md) +[*](approximation.md) +[*](windows.md) +[*](crypto.md) [*](entrepreneur.md) +[*](fourier_transform.md) +[*](langtons_ant.md) +[*](terry_davis.md) +[*](free_software.md) +[*](assertiveness.md) +[*](science.md) +[*](moderation.md) +[*](gigachad.md) +[*](dungeons_and_dragons.md) +[*](css.md) +[*](windows.md) +[*](downto.md) +[*](unretard.md) +[*](java.md) +[*](build_engine.md) +[*](tangram.md) +[*](neural_network.md) +[*](logic_circuit.md) +[*](graveyard.md) +[*](harry_potter.md) +[*](earth.md) +[*](procgen.md) +[*](arduboy.md) +[*](mechanical.md) +[*](drummyfish.md) +[*](boat.md) +[*](fuck.md) +[*](reactionary_software.md) +[*](justice.md) +[*](lrs.md) +[*](libertarianism.md) +[*](hero_culture.md) +[*](blender.md) +[*](pseudo3d.md) +[*](marketing.md) +[*](frameless.md) +[*](cpu.md) +[*](unix.md) +[*](physics_engine.md) +[*](f2p.md) +[*](css.md) +[*](cc.md) +[*](fqa.md) +[*](hyperoperation.md) +[*](kiss.md) +[*](tangram.md) +[*](dungeons_and_dragons.md) +[*](bill_gates.md) +[*](smol_internet.md) +[*](3d_model.md) +[*](cracking.md) +[*](interaction_net.md) +[*](soyence.md) +[*](hacking.md) +[*](see_through_clothes.md) +[*](low_poly.md) +[*](nokia.md) +[*](morality.md) +[*](mental_outlaw.md) +[*](tattoo.md) +[*](backgammon.md) +[*](justice.md) +[*](primitive_3d.md) +[*](smallchesslib.md) +[*](rule110.md) +[*](aaron_swartz.md) +[*](README.md) +[*](autoupdate.md) +[*](lrs_wiki.md) +[*](cos.md) +[*](proprietary_software.md) +[*](primitive_3d.md) +[*](copyfree.md) [*](bilinear.md) -[*](ascii_art.md) +[*](build_engine.md) +[*](hero.md) +[*](coc.md) +[*](less_retarded_society.md) +[*](harry_potter.md) +[*](fuck.md) +[*](raycastlib.md) +[*](audiophilia.md) +[*](universe.md) +[*](political_correctness.md) +[*](firmware.md) +[*](turing_machine.md) +[*](interpolation.md) +[*](sin.md) +[*](free_speech.md) +[*](nc.md) +[*](suicide.md) +[*](color.md) +[*](good_enough.md) +[*](whale.md) +[*](backgammon.md) +[*](needed.md) +[*](english.md) +[*](robot.md) +[*](go.md) +[*](jargon_file.md) +[*](gnu.md) +[*](newspeak.md) +[*](pokitto.md) +[*](demo.md) +[*](ted_kaczynski.md) +[*](fork.md) +[*](gnu.md) +[*](math.md) +[*](entropy.md) +[*](encryption.md) [*](distance.md) -[*](bytebeat.md) -[*](cancer.md) -[*](algorithm.md) +[*](less_retarded_software.md) +[*](sanism.md) +[*](atheism.md) +[*](dick_reveal.md) +[*](compsci.md) +[*](femoid.md) +[*](slowly_boiling_the_frog.md) +[*](rms.md) +[*](bbs.md) +[*](interaction_net.md) +[*](proprietary_software.md) +[*](ai.md) +[*](free_speech.md) +[*](newspeak.md) +[*](julia_set.md) +[*](watchdog.md) +[*](implicit.md) +[*](thrembo.md) +[*](fizzbuzz.md) +[*](wikipedia.md) +[*](wiki_authors.md) +[*](sw.md) +[*](distrohopping.md) +[*](intellectual_property.md) +[*](cat_v.md) +[*](easy_to_learn_hard_to_master.md) +[*](gemini.md) +[*](communism.md) +[*](compsci.md) +[*](global_discussion.md) +[*](racism.md) +[*](unicode.md) +[*](mental_outlaw.md) +[*](openarena.md) +[*](copyright.md) +[*](io.md) +[*](paradigm.md) +[*](social_inertia.md) +[*](malware.md) +[*](countercomplex.md) +[*](regex.md) +[*](consumerism.md) +[*](downto.md) [*](anal_bead.md) -[*](chasm_the_rift.md) -[*](tor.md) -[*](interplanetary_internet.md) -[*](lgbt.md) -[*](portability.md) -[*](capitalism.md) +[*](moderation.md) +[*](corporation.md) +[*](usenet.md) +[*](rights_culture.md) +[*](p_vs_np.md) +[*](gaywashing.md) +[*](lil.md) +[*](bytebeat.md) +[*](approximation.md) +[*](go.md) +[*](everyone_does_it.md) +[*](build_engine.md) +[*](programming_style.md) +[*](information.md) +[*](doom.md) +[*](temple_os.md) +[*](cat_v.md) +[*](bbs.md) +[*](wow.md) +[*](combinatorics.md) +[*](algorithm.md) +[*](approximation.md) +[*](soyence.md) +[*](rapeware.md) +[*](kiwifarms.md) +[*](selflessness.md) +[*](drummyfish.md) +[*](reddit.md) +[*](abstraction.md) +[*](byte.md) +[*](software.md) +[*](yes_they_can.md) +[*](duskos.md) +[*](capitalist_singularity.md) +[*](sigbovik.md) +[*](quaternion.md) +[*](hash.md) +[*](feminism.md) +[*](rsa.md) +[*](elo.md) +[*](pseudoleft.md) +[*](hacking.md) +[*](byte.md) +[*](hard_to_learn_easy_to_master.md) +[*](golang.md) +[*](markov_chain.md) +[*](linear_algebra.md) +[*](holy_war.md) +[*](temple_os.md) +[*](esolang.md) +[*](free_body.md) +[*](dungeons_and_dragons.md) +[*](distance.md) +[*](encyclopedia.md) +[*](kiwifarms.md) +[*](earth.md) +[*](tech.md) +[*](systemd.md) +[*](color.md) +[*](venus_project.md) +[*](good_enough.md) +[*](tranny_software.md) +[*](www.md) +[*](niger.md) +[*](public_domain.md) +[*](binary.md) +[*](prime.md) +[*](wiki_style.md) +[*](exercises.md) +[*](sudoku.md) +[*](neural_network.md) +[*](update_culture.md) +[*](wiki_stats.md) +[*](cat_v.md) +[*](facebook.md) +[*](trump.md) +[*](bytebeat.md) +[*](yes_they_can.md) +[*](floss.md) +[*](fight_culture.md) +[*](books.md) +[*](usa.md) +[*](viznut.md) +[*](4chan.md) +[*](zero.md) +[*](demo.md) +[*](piracy.md) +[*](wiby.md) +[*](digital_signature.md) +[*](demoscene.md) [*](game_engine.md) +[*](political_correctness.md) +[*](watchdog.md) +[*](boot.md) +[*](ubi.md) +[*](wikiwikiweb.md) +[*](free_universe.md) +[*](cc.md) +[*](right.md) +[*](lrs_wiki.md) +[*](pedophilia.md) +[*](hack.md) +[*](demo.md) +[*](line.md) +[*](firmware.md) +[*](microtheft.md) +[*](formal_language.md) +[*](disease.md) +[*](microsoft.md) +[*](rgb332.md) +[*](3d_rendering.md) +[*](cpp.md) +[*](4chan.md) +[*](racism.md) +[*](physics_engine.md) +[*](bbs.md) +[*](shortcut_thinking.md) +[*](feminism.md) +[*](hash.md) +[*](optimization.md) +[*](21st_century.md) +[*](racetrack.md) +[*](npc.md) +[*](just_werks.md) +[*](hard_to_learn_easy_to_master.md) +[*](altruism.md) +[*](p_vs_np.md) +[*](fight.md) +[*](git.md) +[*](smallchesslib.md) +[*](ssao.md) +[*](ssao.md) +[*](wiki_post_mortem.md) +[*](atan.md) +[*](21st_century.md) +[*](blender.md) +[*](geek.md) +[*](rights_culture.md) +[*](marble_race.md) +[*](small3dlib.md) +[*](cheating.md) +[*](technology.md) +[*](zen.md) +[*](tangram.md) +[*](rationalwiki.md) +[*](capitalist_software.md) +[*](fixed_point.md) +[*](how_to.md) +[*](computational_complexity.md) +[*](data_structure.md) +[*](pseudominimalism.md) +[*](software.md) +[*](tinyphysicsengine.md) +[*](coc.md) +[*](logic_gate.md) +[*](neural_network.md) +[*](dick_reveal.md) +[*](small3dlib.md) +[*](capitalist_singularity.md) +[*](minigame.md) +[*](line.md) +[*](wavelet_transform.md) +[*](quine.md) +[*](marble_race.md) +[*](fqa.md) +[*](venus_project.md) +[*](hack.md) +[*](wavelet_transform.md) +[*](turing_machine.md) +[*](open_console.md) +[*](ioccc.md) +[*](evil.md) +[*](evil.md) +[*](cos.md) +[*](minimalism.md) +[*](exercises.md) +[*](pedophilia.md) +[*](unary.md) +[*](aliasing.md) +[*](de_facto.md) +[*](dog.md) +[*](modern.md) +[*](permacomputing.md) +[*](game.md) +[*](racism.md) +[*](arduboy.md) +[*](dinosaur.md) +[*](version_numbering.md) +[*](xxiivv.md) +[*](microtransaction.md) +[*](zuckerberg.md) +[*](niggercoin.md) +[*](fuck.md) +[*](raycasting.md) +[*](libre.md) +[*](mipmap.md) +[*](app.md) +[*](ui.md) +[*](work.md) +[*](jokes.md) +[*](often_confused.md) +[*](trom.md) +[*](mud.md) +[*](education.md) +[*](global_discussion.md) +[*](less_retarded_software.md) +[*](ram.md) +[*](public_domain_computer.md) +[*](charity_sex.md) +[*](feminism.md) +[*](abstraction.md) +[*](productivity_cult.md) +[*](smol_internet.md) +[*](free_body.md) +[*](raycasting.md) +[*](wizard.md) +[*](license.md) +[*](fight.md) +[*](quine.md) +[*](procgen.md) +[*](patent.md) +[*](ioccc.md) +[*](ui.md) +[*](rgb565.md) +[*](oop.md) +[*](youtube.md) +[*](future_proof.md) +[*](duke3d.md) +[*](yes_they_can.md) +[*](crow_funding.md) +[*](consumerism.md) +[*](sdf.md) +[*](gemini.md) +[*](xd.md) +[*](version_numbering.md) +[*](thrembo.md) +[*](gigachad.md) +[*](phd.md) +[*](murderer.md) +[*](fsf.md) +[*](javascript.md) +[*](freedom.md) +[*](low_poly.md) +[*](3d_rendering.md) +[*](plan9.md) +[*](marxism.md) +[*](e.md) +[*](greenwashing.md) +[*](julia_set.md) +[*](qubit.md) +[*](license.md) +[*](cancer.md) +[*](mental_outlaw.md) +[*](monad.md) +[*](kids_these_days.md) +[*](holy_war.md) +[*](primitive_3d.md) +[*](myths.md) +[*](island.md) +[*](living.md) +[*](faq.md) +[*](3d_model.md) +[*](saf.md) +[*](anpac.md) +[*](iq.md) +[*](faggot.md) +[*](competition.md) +[*](hyperoperation.md) +[*](one.md) +[*](newspeak.md) +[*](x86.md) +[*](memory_management.md) +[*](ronja.md) +[*](tranny_software.md) +[*](creative_commons.md) +[*](demoscene.md) +[*](crow_funding.md) +[*](sw_rendering.md) +[*](quantum_gate.md) +[*](saf.md) +[*](npc.md) +[*](watchdog.md) +[*](fear_culture.md) +[*](free_speech.md) +[*](c_sharp.md) +[*](systemd.md) +[*](no_knowledge_proof.md) +[*](cheating.md) +[*](sanism.md) +[*](netstalking.md) +[*](abstraction.md) +[*](wiby.md) +[*](unary.md) +[*](x86.md) +[*](trollplay.md) +[*](social_inertia.md) +[*](faq.md) +[*](microtransaction.md) +[*](fractal.md) +[*](duskos.md) +[*](jedi_engine.md) +[*](paywall.md) +[*](crime_against_economy.md) +[*](elo.md) +[*](operating_system.md) +[*](cancer.md) +[*](rationalwiki.md) +[*](portal_rendering.md) +[*](trump.md) +[*](name_is_important.md) +[*](audiophilia.md) +[*](low_poly.md) +[*](git.md) +[*](sdf.md) +[*](tensor_product.md) +[*](smallchesslib.md) +[*](troll.md) +[*](fediverse.md) +[*](left_right.md) +[*](firmware.md) +[*](compression.md) +[*](suckless.md) +[*](data_hoarding.md) +[*](uxn.md) +[*](assertiveness.md) +[*](just_werks.md) +[*](see_through_clothes.md) +[*](old.md) +[*](one.md) +[*](tech.md) +[*](deferred_shading.md) +[*](autoupdate.md) +[*](git.md) +[*](john_carmack.md) +[*](free.md) +[*](microsoft.md) +[*](political_correctness.md) +[*](main.md) +[*](interesting.md) +[*](bill_gates.md) +[*](chaos.md) +[*](lrs_dictionary.md) +[*](crime_against_economy.md) +[*](c.md) +[*](twos_complement.md) +[*](interplanetary_internet.md) +[*](cloud.md) +[*](coding.md) +[*](os.md) +[*](gopher.md) +[*](memory_management.md) +[*](free_software.md) +[*](steganography.md) +[*](zen.md) +[*](regex.md) +[*](function.md) +[*](google.md) +[*](sw_rendering.md) +[*](trusting_trust.md) +[*](marxism.md) +[*](c_pitfalls.md) +[*](love.md) +[*](culture.md) +[*](anarchism.md) +[*](morality.md) +[*](tom_scott.md) +[*](cracking.md) +[*](wikiwikiweb.md) +[*](murderer.md) +[*](app.md) +[*](plan9.md) +[*](dynamic_programming.md) +[*](paywall.md) +[*](geek.md) +[*](trusting_trust.md) +[*](tpe.md) +[*](ai.md) +[*](hw.md) +[*](anpac.md) +[*](beauty.md) +[*](everyone_does_it.md) +[*](hardware.md) +[*](python.md) +[*](comun.md) +[*](left_right.md) +[*](hero_culture.md) +[*](computer.md) +[*](app.md) +[*](consumerism.md) +[*](lambda_calculus.md) +[*](quantum_gate.md) +[*](dependency.md) +[*](loc.md) +[*](history.md) +[*](distrohopping.md) +[*](p_vs_np.md) +[*](music.md) +[*](suckless.md) +[*](analytic_geometry.md) +[*](fsf.md) +[*](normalization.md) +[*](compsci.md) +[*](julia_set.md) +[*](algorithm.md) +[*](autoupdate.md) +[*](dick_reveal.md) +[*](tor.md) +[*](proprietary.md) +[*](README.md) +[*](plan9.md) +[*](www.md) +[*](billboard.md) +[*](terry_davis.md) +[*](fizzbuzz.md) +[*](less_retarded_society.md) +[*](art.md) +[*](openai.md) +[*](privacy.md) +[*](gopher.md) +[*](trolling.md) +[*](rgb332.md) +[*](capitalist_software.md) +[*](sw_rendering.md) +[*](sjw.md) +[*](permacomputing_wiki.md) +[*](bootstrap.md) +[*](race.md) +[*](body_shaming.md) +[*](fight.md) +[*](anarchism.md) +[*](crypto.md) +[*](web.md) +[*](mipmap.md) +[*](chess.md) +[*](vector.md) +[*](fantasy_console.md) +[*](cracker.md) +[*](microsoft.md) +[*](cracker.md) +[*](deep_blue.md) +[*](implicit.md) +[*](motivation.md) +[*](countercomplex.md) +[*](gaywashing.md) +[*](ui.md) +[*](bilinear.md) +[*](reactionary_software.md) +[*](infinity.md) +[*](gay.md) +[*](hero.md) +[*](gender_studies.md) +[*](portability.md) +[*](shogi.md) +[*](chasm_the_rift.md) +[*](robot.md) +[*](boot.md) +[*](malware.md) +[*](pseudoleft.md) +[*](tor.md) +[*](settled.md) +[*](luke_smith.md) +[*](netstalking.md) +[*](body_shaming.md) +[*](speech_synthesis.md) +[*](analytic_geometry.md) +[*](dodleston.md) +[*](logic.md) +[*](githopping.md) +[*](no_knowledge_proof.md) +[*](comment.md) +[*](hacker_culture.md) +[*](morality.md) +[*](wiki_style.md) +[*](zero.md) +[*](avpd.md) +[*](goodbye_world.md) +[*](shader.md) +[*](maintenance.md) +[*](hw.md) +[*](chess.md) +[*](lrs_dictionary.md) +[*](xd.md) +[*](ancap.md) +[*](rapeware.md) +[*](sanism.md) +[*](furry.md) +[*](raylib.md) +[*](femoid.md) +[*](graphics.md) +[*](bitreich.md) +[*](mipmap.md) +[*](troll.md) +[*](elon_musk.md) +[*](trom.md) +[*](compression.md) +[*](anpac.md) +[*](toxic.md) +[*](atheism.md) +[*](english.md) +[*](justice.md) +[*](art.md) +[*](cpu.md) +[*](cache.md) +[*](ted_kaczynski.md) +[*](small3dlib.md) +[*](libre.md) +[*](money.md) +[*](antivirus_paradox.md) +[*](jokes.md) +[*](hw.md) +[*](permacomputing.md) +[*](kids_these_days.md) +[*](explicit.md) +[*](military.md) +[*](graveyard.md) +[*](free_will.md) +[*](finished.md) +[*](comun.md) +[*](communism.md) +[*](logic_circuit.md) +[*](framework.md) +[*](ascii_art.md) +[*](README.md) +[*](wiki_style.md) +[*](greenwashing.md) +[*](splinternet.md) +[*](corporation.md) +[*](fantasy_console.md) +[*](wikidata.md) +[*](aaron_swartz.md) +[*](toxic.md) +[*](sqrt.md) +[*](os.md) +[*](apple.md) +[*](left.md) +[*](bloat.md) +[*](see_through_clothes.md) +[*](selflessness.md) +[*](open_source.md) +[*](productivity_cult.md) +[*](john_carmack.md) +[*](wikipedia.md) +[*](bullshit.md) +[*](teletext.md) +[*](youtube.md) +[*](collision_detection.md) +[*](esolang.md) +[*](wavelet_transform.md) +[*](just_werks.md) +[*](modern_software.md) +[*](less_retarded_software.md) +[*](markov_chain.md) +[*](steve_jobs.md) +[*](lgbt.md) +[*](lrs.md) +[*](twos_complement.md) +[*](cancer.md) +[*](anal_bead.md) +[*](3d_rendering.md) +[*](paradigm.md) +[*](rsa.md) +[*](history.md) +[*](goodbye_world.md) +[*](assembly.md) +[*](gnu.md) +[*](teletext.md) +[*](chess.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](brain_software.md) +[*](normalization.md) +[*](tech.md) +[*](antialiasing.md) +[*](unary.md) +[*](nord_vpn.md) +[*](motivation.md) +[*](openai.md) +[*](whale.md) +[*](logic_circuit.md) +[*](boat.md) +[*](pi.md) +[*](work.md) +[*](fascism.md) +[*](privacy.md) +[*](sqrt.md) +[*](gopher.md) +[*](earth.md) +[*](complexity.md) +[*](minimalism.md) +[*](disease.md) +[*](open_source.md) +[*](ted_kaczynski.md) +[*](public_domain_computer.md) +[*](wizard.md) +[*](people.md) +[*](formal_language.md) +[*](rms.md) +[*](tas.md) +[*](beauty.md) +[*](explicit.md) +[*](trolling.md) +[*](entrepreneur.md) +[*](splinternet.md) +[*](reactionary_software.md) +[*](npc.md) +[*](countercomplex.md) +[*](less_retarded_hardware.md) +[*](hero_culture.md) +[*](freedom.md) +[*](murderer.md) +[*](markov_chain.md) +[*](culture.md) +[*](backpropagation.md) +[*](woman.md) +[*](phd.md) +[*](gender_studies.md) +[*](vim.md) +[*](library.md) +[*](rust.md) +[*](mob_software.md) +[*](world_broadcast.md) +[*](money.md) +[*](update_culture.md) +[*](ioccc.md) +[*](fear_culture.md) +[*](cc0.md) +[*](zen.md) +[*](assertiveness.md) +[*](openarena.md) +[*](version_numbering.md) +[*](atan.md) +[*](public_domain_computer.md) +[*](fascism.md) +[*](aaron_swartz.md) +[*](progress.md) +[*](trusting_trust.md) +[*](mandelbrot_set.md) +[*](pseudo3d.md) +[*](normalization.md) +[*](nord_vpn.md) +[*](lrs_dictionary.md) +[*](censorship.md) +[*](uxn.md) +[*](cpu.md) +[*](rock.md) +[*](unix.md) +[*](smol_internet.md) +[*](dog.md) +[*](foss.md) +[*](comment.md) +[*](toxic.md) +[*](free_will.md) +[*](left.md) +[*](kiss.md) +[*](atheism.md) +[*](fsf.md) +[*](combinatorics.md) +[*](devuan.md) +[*](permacomputing.md) +[*](function.md) +[*](kek.md) +[*](speech_synthesis.md) +[*](trollplay.md) +[*](golang.md) +[*](cc.md) +[*](cache.md) +[*](hacker_culture.md) +[*](programming.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](bs.md) +[*](operating_system.md) +[*](javascript.md) +[*](google.md) +[*](interpolation.md) +[*](copyleft.md) +[*](bitreich.md) +[*](how_to.md) +[*](bloat_monopoly.md) +[*](intellectual_property.md) +[*](double_buffering.md) +[*](paywall.md) +[*](triangle.md) +[*](c_pitfalls.md) +[*](public_domain.md) +[*](graphics.md) +[*](regex.md) +[*](universe.md) +[*](f2p.md) +[*](anarch.md) +[*](left.md) +[*](wikipedia.md) +[*](fascist.md) +[*](copyfree.md) +[*](float.md) +[*](wiki_rights.md) +[*](internet.md) +[*](raylib.md) +[*](bitreich.md) +[*](hyperoperation.md) +[*](mandelbrot_set.md) +[*](fantasy_console.md) +[*](dog.md) +[*](linux.md) +[*](rationalwiki.md) +[*](c_sharp.md) +[*](bootstrap.md) +[*](portability.md) +[*](tom_scott.md) +[*](copyleft.md) +[*](crypto.md) +[*](fun.md) +[*](collision_detection.md) +[*](google.md) +[*](bootstrap.md) +[*](noise.md) +[*](githopping.md) +[*](used.md) +[*](usenet.md) +[*](netstalking.md) +[*](interaction_net.md) +[*](game.md) +[*](permacomputing_wiki.md) +[*](lmao.md) +[*](programming.md) +[*](noise.md) +[*](f2p.md) +[*](arduboy.md) +[*](motivation.md) +[*](determinism.md) +[*](42.md) +[*](black.md) +[*](nigger.md) +[*](oop.md) +[*](science.md) +[*](duskos.md) +[*](forth.md) +[*](transistor.md) +[*](fun.md) +[*](competition.md) +[*](unretard.md) +[*](os.md) +[*](zero.md) +[*](bytecode.md) +[*](audiophilia.md) +[*](tattoo.md) +[*](tas.md) +[*](game.md) +[*](libertarianism.md) +[*](wizard.md) +[*](quaternion.md) +[*](sudoku.md) +[*](progress.md) +[*](twos_complement.md) +[*](blender.md) +[*](lrs.md) +[*](double_buffering.md) +[*](faggot.md) +[*](hacker_culture.md) +[*](brainfuck.md) +[*](billboard.md) +[*](finished.md) +[*](free_culture.md) +[*](forth.md) +[*](openai.md) +[*](minigame.md) +[*](iq.md) +[*](tor.md) +[*](rgb565.md) +[*](liberalism.md) +[*](rule110.md) +[*](chasm_the_rift.md) +[*](fediverse.md) +[*](trolling.md) +[*](sorting.md) +[*](sin.md) +[*](quantum_gate.md) +[*](elon_musk.md) +[*](implicit.md) +[*](race.md) +[*](hexadecimal.md) +[*](faq.md) +[*](de_facto.md) +[*](love.md) +[*](cpp.md) +[*](javascript.md) +[*](tinyphysicsengine.md) +[*](plusnigger.md) +[*](fascist.md) +[*](security.md) +[*](fail_ab.md) +[*](name_is_important.md) +[*](democracy.md) +[*](bullshit.md) +[*](whale.md) +[*](free_body.md) +[*](free_hardware.md) +[*](geek.md) +[*](bit_hack.md) +[*](line.md) +[*](gui.md) +[*](easier_done_than_said.md) +[*](ubi.md) +[*](c.md) +[*](wikidata.md) +[*](speech_synthesis.md) +[*](tas.md) +[*](lgbt.md) +[*](minigame.md) +[*](free_hardware.md) +[*](rapeware.md) +[*](tpe.md) +[*](wiki_stats.md) +[*](copyleft.md) +[*](magic.md) +[*](programming_language.md) +[*](bytecode.md) +[*](programming_style.md) +[*](bytebeat.md) +[*](procgen.md) +[*](maintenance.md) +[*](girl.md) +[*](chasm_the_rift.md) +[*](capitalist_singularity.md) +[*](universe.md) +[*](framework.md) +[*](cloud.md) +[*](graveyard.md) +[*](sorting.md) +[*](military.md) +[*](steganography.md) +[*](library.md) +[*](pi.md) +[*](dodleston.md) +[*](collision_detection.md) +[*](capitalism.md) +[*](microtransaction.md) +[*](saf.md) +[*](luke_smith.md) +[*](pokitto.md) +[*](fourier_transform.md) [*](backpropagation.md) [*](memory_management.md) -[*](cpp.md) -[*](logic_gate.md) -[*](girl.md) -[*](raycasting.md) -[*](feminism.md) -[*](future_proof.md) -[*](wiki_rights.md) -[*](ssao.md) -[*](www.md) -[*](usenet.md) -[*](boot.md) -[*](pseudoleft.md) -[*](brainfuck.md) -[*](complexity.md) -[*](oop.md) [*](digital.md) -[*](monad.md) -[*](ai.md) -[*](feminism.md) -[*](newspeak.md) -[*](robot.md) -[*](shogi.md) -[*](assembly.md) -[*](corporation.md) -[*](modern_software.md) -[*](small3dlib.md) -[*](free_body.md) -[*](wiki_authors.md) -[*](computational_complexity.md) -[*](openai.md) -[*](wiki_style.md) -[*](hardware.md) -[*](trolling.md) -[*](nc.md) -[*](gemini.md) -[*](wikidata.md) -[*](wikiwikiweb.md) -[*](copyleft.md) -[*](low_poly.md) -[*](gnu.md) -[*](python.md) -[*](niggercoin.md) -[*](framework.md) -[*](racism.md) -[*](reactionary_software.md) -[*](tech.md) -[*](lrs_dictionary.md) -[*](21st_century.md) -[*](proprietary_software.md) -[*](earth.md) -[*](3d_model.md) -[*](suckless.md) -[*](libre.md) -[*](usa.md) -[*](float.md) -[*](venus_project.md) -[*](anal_bead.md) -[*](regex.md) -[*](logic_gate.md) -[*](hacking.md) -[*](abstraction.md) -[*](work.md) -[*](noise.md) -[*](boot.md) -[*](island.md) -[*](malware.md) -[*](ted_kaczynski.md) -[*](tom_scott.md) -[*](determinism.md) -[*](hacker_culture.md) -[*](aliasing.md) -[*](fantasy_console.md) -[*](toxic.md) -[*](jedi_engine.md) -[*](money.md) -[*](ubi.md) -[*](nigger.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](john_carmack.md) -[*](one.md) -[*](zen.md) -[*](devuan.md) -[*](githopping.md) -[*](free_culture.md) -[*](fixed_point.md) -[*](libertarianism.md) -[*](recursion.md) -[*](axiom_of_choice.md) -[*](sw_rendering.md) -[*](anarch.md) -[*](transistor.md) -[*](democracy.md) -[*](doom.md) -[*](whale.md) -[*](programming_tips.md) -[*](football.md) -[*](zuckerberg.md) -[*](racism.md) -[*](devuan.md) -[*](programming_style.md) -[*](phd.md) -[*](old.md) -[*](interplanetary_internet.md) -[*](cheating.md) -[*](needed.md) -[*](youtube.md) -[*](aaron_swartz.md) -[*](wow.md) -[*](love.md) -[*](lrs_wiki.md) -[*](racetrack.md) -[*](education.md) -[*](creative_commons.md) -[*](liberalism.md) -[*](unary.md) -[*](finished.md) -[*](digital_signature.md) -[*](wavelet_transform.md) -[*](computer.md) -[*](john_carmack.md) -[*](toxic.md) -[*](paywall.md) -[*](distrohopping.md) -[*](marble_race.md) -[*](ronja.md) -[*](elo.md) -[*](java.md) -[*](easy_to_learn_hard_to_master.md) -[*](vector.md) -[*](public_domain_computer.md) -[*](niggercoin.md) -[*](minimalism.md) -[*](4chan.md) -[*](free.md) -[*](used.md) -[*](cpu.md) -[*](racism.md) -[*](fight_culture.md) -[*](robot.md) -[*](egoism.md) -[*](rapeware.md) -[*](xonotic.md) -[*](terry_davis.md) -[*](determinism.md) -[*](gopher.md) -[*](dog.md) -[*](foss.md) -[*](io.md) -[*](smol_internet.md) -[*](ascii_art.md) -[*](english.md) -[*](lambda_calculus.md) -[*](people.md) -[*](low_poly.md) -[*](everyone_does_it.md) -[*](demo.md) -[*](sw_rendering.md) -[*](money.md) -[*](wiki_stats.md) -[*](shortcut_thinking.md) -[*](antialiasing.md) -[*](cpu.md) -[*](assertiveness.md) -[*](wikipedia.md) -[*](bloat.md) -[*](political_correctness.md) -[*](python.md) -[*](mechanical.md) -[*](rms.md) -[*](dog.md) -[*](holy_war.md) -[*](floss.md) -[*](debugging.md) -[*](gui.md) -[*](encyclopedia.md) -[*](shader.md) -[*](wiki_rights.md) -[*](beauty.md) -[*](float.md) -[*](uxn.md) -[*](p_vs_np.md) -[*](hyperoperation.md) -[*](data_hoarding.md) -[*](app.md) -[*](one.md) -[*](bilinear.md) -[*](randomness.md) -[*](palette.md) -[*](prime.md) -[*](people.md) -[*](less_retarded_software.md) -[*](ronja.md) -[*](history.md) -[*](kiwifarms.md) -[*](love.md) -[*](anpac.md) -[*](charity_sex.md) -[*](faq.md) -[*](trom.md) -[*](f2p.md) -[*](microsoft.md) -[*](woman.md) -[*](fourier_transform.md) -[*](chaos.md) -[*](fascism.md) -[*](moderation.md) -[*](woman.md) -[*](floss.md) -[*](rgb332.md) -[*](sanism.md) -[*](lmao.md) -[*](egoism.md) -[*](deep_blue.md) -[*](facebook.md) -[*](liberalism.md) -[*](unix.md) -[*](bilinear.md) -[*](forth.md) -[*](audiophilia.md) -[*](myths.md) -[*](systemd.md) -[*](cos.md) -[*](kids_these_days.md) -[*](history.md) -[*](altruism.md) -[*](chinese.md) -[*](altruism.md) -[*](atheism.md) -[*](easy_to_learn_hard_to_master.md) -[*](gigachad.md) -[*](hack.md) -[*](hash.md) -[*](framework.md) -[*](double_buffering.md) -[*](goodbye_world.md) -[*](audiophilia.md) -[*](lrs.md) -[*](stereotype.md) -[*](mental_outlaw.md) -[*](tas.md) -[*](work.md) -[*](bloat.md) -[*](README.md) -[*](procgen.md) -[*](island.md) -[*](faq.md) -[*](version_numbering.md) -[*](ascii.md) [*](harry_potter.md) -[*](fear_culture.md) -[*](tas.md) -[*](oop.md) -[*](wiki_authors.md) -[*](history.md) -[*](de_facto.md) -[*](capitalist_singularity.md) -[*](cloud.md) -[*](digital.md) -[*](os.md) -[*](java.md) -[*](tangram.md) -[*](quine.md) -[*](used.md) -[*](backgammon.md) -[*](less_retarded_society.md) -[*](optimization.md) -[*](infinity.md) -[*](duke3d.md) +[*](portability.md) +[*](kwangmyong.md) [*](free_hardware.md) -[*](gnu.md) -[*](free_will.md) -[*](pokitto.md) -[*](infinity.md) -[*](fun.md) -[*](fork.md) -[*](rsa.md) -[*](monad.md) -[*](less_retarded_hardware.md) -[*](yes_they_can.md) -[*](chaos.md) -[*](3d_model.md) -[*](microtheft.md) -[*](art.md) -[*](approximation.md) -[*](gaywashing.md) -[*](free.md) -[*](countercomplex.md) -[*](cracking.md) -[*](p_vs_np.md) -[*](freedom.md) -[*](global_discussion.md) -[*](3d_rendering.md) -[*](billboard.md) -[*](bootstrap.md) -[*](deferred_shading.md) -[*](niggercoin.md) -[*](jokes.md) -[*](murderer.md) -[*](sin.md) -[*](sin.md) [*](future_proof.md) -[*](sanism.md) -[*](fight.md) -[*](complexity.md) -[*](lrs_dictionary.md) -[*](duskos.md) -[*](entrepreneur.md) -[*](hexadecimal.md) -[*](downto.md) -[*](kiss.md) -[*](normalization.md) -[*](qubit.md) -[*](brain_software.md) -[*](xd.md) -[*](libre.md) -[*](sigbovik.md) -[*](pedophilia.md) -[*](pd.md) -[*](geek.md) -[*](interesting.md) -[*](trump.md) -[*](unix.md) -[*](wizard.md) -[*](prime.md) -[*](trump.md) -[*](duke3d.md) -[*](cracker.md) -[*](license.md) -[*](rgb332.md) -[*](information.md) -[*](backgammon.md) -[*](portal_rendering.md) -[*](algorithm.md) -[*](math.md) -[*](www.md) -[*](piracy.md) -[*](phd.md) -[*](fourier_transform.md) -[*](tom_scott.md) -[*](triangle.md) -[*](arduboy.md) +[*](c_tutorial.md) +[*](open_console.md) [*](ethics.md) -[*](zero.md) -[*](foss.md) -[*](permacomputing_wiki.md) -[*](girl.md) -[*](left.md) -[*](how_to.md) -[*](universe.md) -[*](collision_detection.md) -[*](os.md) -[*](sw.md) -[*](dodleston.md) -[*](femoid.md) -[*](science.md) -[*](ui.md) -[*](deferred_shading.md) -[*](jargon_file.md) -[*](analytic_geometry.md) -[*](english.md) -[*](tranny_software.md) -[*](comun.md) -[*](less_retarded_software.md) -[*](less_retarded_software.md) -[*](disease.md) -[*](openai.md) -[*](freedom.md) -[*](fight_culture.md) -[*](wow.md) -[*](approximation.md) -[*](maintenance.md) -[*](sjw.md) -[*](minimalism.md) -[*](sqrt.md) -[*](game.md) -[*](unix.md) -[*](hw.md) -[*](ioccc.md) -[*](morality.md) -[*](antivirus_paradox.md) -[*](books.md) -[*](trolling.md) -[*](cracker.md) -[*](mandelbrot_set.md) -[*](anarchism.md) -[*](technology.md) -[*](terry_davis.md) -[*](bullshit.md) -[*](furry.md) -[*](rule110.md) -[*](qubit.md) -[*](recursion.md) -[*](raycastlib.md) -[*](4chan.md) -[*](copyright.md) -[*](formal_language.md) -[*](books.md) -[*](gui.md) -[*](brain_software.md) -[*](avpd.md) -[*](wikidata.md) -[*](python.md) -[*](phd.md) -[*](frameless.md) -[*](smol_internet.md) -[*](elon_musk.md) -[*](acronym.md) -[*](acronym.md) -[*](raylib.md) -[*](tor.md) -[*](ui.md) -[*](color.md) -[*](version_numbering.md) -[*](capitalist_software.md) -[*](minigame.md) -[*](cc0.md) -[*](internet.md) -[*](soyence.md) -[*](fsf.md) -[*](john_carmack.md) -[*](paradigm.md) -[*](distrohopping.md) -[*](programming.md) -[*](java.md) -[*](cache.md) -[*](art.md) -[*](distrohopping.md) -[*](fsf.md) -[*](rights_culture.md) -[*](quantum_gate.md) -[*](beauty.md) -[*](app.md) -[*](capitalist_software.md) -[*](apple.md) +[*](bit_hack.md) +[*](selflessness.md) +[*](microtheft.md) +[*](update_culture.md) +[*](altruism.md) +[*](mud.md) +[*](suckless.md) +[*](game_of_life.md) +[*](3d_modeling.md) +[*](githopping.md) +[*](nc.md) +[*](facebook.md) +[*](bloat.md) +[*](progress.md) +[*](fractal.md) +[*](one.md) +[*](free_culture.md) +[*](easy_to_learn_hard_to_master.md) +[*](competition.md) +[*](collapse.md) +[*](modern_software.md) [*](shader.md) -[*](gender_studies.md) -[*](trollplay.md) +[*](crow_funding.md) +[*](debugging.md) +[*](game_engine.md) +[*](gay.md) +[*](magic.md) +[*](soydev.md) +[*](egoism.md) +[*](binary.md) +[*](maintenance.md) +[*](bloat_monopoly.md) +[*](sdf.md) +[*](floss.md) +[*](deferred_shading.md) +[*](loc.md) +[*](egoism.md) +[*](hexadecimal.md) +[*](frameless.md) +[*](real_number.md) +[*](dependency.md) +[*](libre.md) +[*](apple.md) +[*](fractal.md) +[*](books.md) +[*](brain_software.md) +[*](frameless.md) +[*](youtube.md) +[*](privacy.md) +[*](wiki_authors.md) +[*](easier_done_than_said.md) +[*](hard_to_learn_easy_to_master.md) +[*](egoism.md) +[*](nord_vpn.md) +[*](thrembo.md) +[*](unicode.md) +[*](paradigm.md) +[*](smart.md) +[*](cache.md) +[*](creative_commons.md) +[*](prime.md) +[*](portal_rendering.md) +[*](easy_to_learn_hard_to_master.md) +[*](oop.md) +[*](programming_style.md) +[*](black.md) +[*](security.md) +[*](aliasing.md) +[*](rsa.md) +[*](piracy.md) +[*](altruism.md) +[*](wiki_pages.md) +[*](bill_gates.md) +[*](3d_modeling.md) +[*](rgb565.md) +[*](acronym.md) +[*](social_inertia.md) +[*](ascii.md) +[*](color.md) +[*](race.md) +[*](data_structure.md) +[*](books.md) +[*](combinatorics.md) +[*](jesus.md) +[*](hacking.md) +[*](algorithm.md) [*](e.md) -[*](fizzbuzz.md) -[*](mipmap.md) -[*](left_right.md) -[*](steganography.md) +[*](transistor.md) +[*](xonotic.md) +[*](logic_gate.md) +[*](anarch.md) +[*](gaywashing.md) +[*](brainfuck.md) +[*](uxn.md) +[*](technology.md) +[*](vector.md) +[*](acronym.md) +[*](pokitto.md) +[*](distrohopping.md) +[*](free_culture.md) +[*](facebook.md) +[*](gigachad.md) +[*](determinism.md) +[*](rule110.md) +[*](arch.md) +[*](wiki_post_mortem.md) +[*](determinism.md) +[*](information.md) +[*](pd.md) +[*](optimization.md) +[*](greenwashing.md) +[*](real_number.md) +[*](furry.md) +[*](programming_tips.md) +[*](double_buffering.md) +[*](fourier_transform.md) +[*](esolang.md) +[*](randomness.md) +[*](liberalism.md) +[*](microtheft.md) +[*](disease.md) +[*](internet.md) +[*](go.md) +[*](acronym.md) +[*](bs.md) +[*](stereotype.md) +[*](mandelbrot_set.md) +[*](pseudoleft.md) +[*](kiss.md) +[*](nd.md) +[*](smart.md) +[*](float.md) +[*](antivirus_paradox.md) +[*](old.md) +[*](vim.md) +[*](linux.md) +[*](mob_software.md) +[*](foss.md) +[*](chinese.md) +[*](nigger.md) +[*](raylib.md) +[*](often_confused.md) +[*](analytic_geometry.md) +[*](deep_blue.md) +[*](analog.md) +[*](logic.md) +[*](less_retarded_hardware.md) +[*](usenet.md) +[*](ssao.md) +[*](function.md) +[*](woman.md) +[*](rust.md) +[*](democracy.md) +[*](debugging.md) +[*](complexity.md) +[*](modern_software.md) +[*](exercises.md) +[*](qubit.md) +[*](fight_culture.md) +[*](collision.md) +[*](information.md) +[*](linear_algebra.md) +[*](math.md) +[*](name_is_important.md) +[*](wiki_pages.md) +[*](living.md) +[*](io.md) +[*](physics_engine.md) +[*](langtons_ant.md) +[*](kiwifarms.md) +[*](sjw.md) +[*](football.md) +[*](art.md) +[*](unicode.md) +[*](shit.md) +[*](operating_system.md) +[*](collision.md) +[*](data_hoarding.md) +[*](cracking.md) +[*](robot.md) +[*](sw.md) +[*](body_shaming.md) +[*](nokia.md) +[*](beauty.md) +[*](programming_language.md) +[*](coding.md) +[*](bytecode.md) +[*](free_software.md) +[*](library.md) +[*](hash.md) +[*](suicide.md) +[*](byte.md) +[*](people.md) +[*](analog.md) +[*](data_structure.md) +[*](ram.md) +[*](niger.md) +[*](dynamic_programming.md) +[*](furry.md) +[*](nd.md) +[*](digital_signature.md) +[*](axiom_of_choice.md) +[*](rock.md) +[*](gui.md) +[*](culture.md) +[*](encryption.md) +[*](crime_against_economy.md) +[*](digital_signature.md) +[*](triangle.md) +[*](patent.md) +[*](axiom_of_choice.md) +[*](fail_ab.md) +[*](downto.md) +[*](soydev.md) +[*](open_console.md) +[*](plusnigger.md) +[*](unix_philosophy.md) +[*](wiki_authors.md) +[*](c.md) +[*](reddit.md) +[*](forth.md) +[*](portal_rendering.md) +[*](entropy.md) +[*](soyence.md) +[*](dependency.md) +[*](dynamic_programming.md) +[*](kids_these_days.md) +[*](programming_tips.md) +[*](formal_language.md) +[*](fascist.md) +[*](tom_scott.md) +[*](42.md) +[*](sorting.md) +[*](chinese.md) +[*](steve_jobs.md) +[*](productivity_cult.md) +[*](doom.md) +[*](faggot.md) +[*](everyone_does_it.md) +[*](wiki_stats.md) +[*](jesus.md) +[*](slowly_boiling_the_frog.md) +[*](trump.md) +[*](fork.md) +[*](backgammon.md) +[*](military.md) +[*](hero.md) +[*](3d_modeling.md) +[*](plusnigger.md) +[*](public_domain.md) +[*](needed.md) +[*](coc.md) +[*](open_source.md) +[*](distance.md) +[*](marxism.md) +[*](complexity.md) +[*](real_number.md) +[*](data_hoarding.md) +[*](shogi.md) +[*](lrs_wiki.md) +[*](main.md) +[*](communism.md) +[*](recursion.md) +[*](antialiasing.md) +[*](programming.md) +[*](island.md) +[*](systemd.md) +[*](brainfuck.md) +[*](turing_machine.md) +[*](entrepreneur.md) +[*](interesting.md) +[*](proprietary.md) +[*](unretard.md) +[*](boot.md) +[*](freedom.md) +[*](palette.md) +[*](monad.md) +[*](programming_tips.md) +[*](bit.md) +[*](slowly_boiling_the_frog.md) +[*](temple_os.md) +[*](noise.md) +[*](cheating.md) +[*](interplanetary_internet.md) +[*](bit.md) +[*](kek.md) +[*](unix.md) +[*](finished.md) +[*](ram.md) +[*](mud.md) +[*](cc0.md) +[*](mob_software.md) +[*](liberalism.md) +[*](interpolation.md) +[*](ascii_art.md) +[*](free_universe.md) +[*](tensor_product.md) +[*](devuan.md) +[*](pedophilia.md) +[*](throwaway_script.md) +[*](avpd.md) +[*](free.md) +[*](framework.md) +[*](libertarianism.md) [*](hardware.md) -[*](tangram.md) -[*](implicit.md) -[*](graphics.md) -[*](wiki_style.md) +[*](chaos.md) +[*](lil.md) +[*](vector.md) +[*](left_right.md) +[*](lambda_calculus.md) +[*](easier_done_than_said.md) +[*](21st_century.md) +[*](sqrt.md) +[*](ascii.md) +[*](raycastlib.md) +[*](fizzbuzz.md) +[*](3d_model.md) +[*](security.md) +[*](right.md) +[*](digital.md) +[*](golang.md) +[*](often_confused.md) +[*](interesting.md) +[*](quaternion.md) +[*](floss.md) +[*](tpe.md) +[*](game_of_life.md) +[*](people.md) +[*](fun.md) +[*](free.md) +[*](logic_gate.md) +[*](web.md) +[*](bilinear.md) +[*](monad.md) +[*](free_will.md) +[*](woman.md) +[*](linux.md) +[*](marble_race.md) +[*](anarchism.md) +[*](hardware.md) +[*](copyright.md) +[*](tattoo.md) +[*](marketing.md) +[*](c_pitfalls.md) +[*](racetrack.md) +[*](main.md) +[*](ascii_art.md) +[*](apple.md) +[*](wow.md) +[*](wiby.md) +[*](fixed_point.md) +[*](copyright.md) +[*](computational_complexity.md) +[*](computational_complexity.md) +[*](permacomputing_wiki.md) +[*](fork.md) +[*](nokia.md) +[*](java.md) +[*](minimalism.md) +[*](wikiwikiweb.md) +[*](capitalism.md) +[*](money.md) +[*](censorship.md) +[*](girl.md) +[*](fail_ab.md) +[*](charity_sex.md) +[*](palette.md) +[*](rgb332.md) +[*](vim.md) +[*](xxiivv.md) +[*](stereotype.md) +[*](patent.md) +[*](viznut.md) +[*](encyclopedia.md) +[*](world_broadcast.md) +[*](x86.md) +[*](pseudo3d.md) +[*](no_knowledge_proof.md) +[*](antivirus_paradox.md) +[*](xonotic.md) +[*](music.md) +[*](math.md) +[*](gender_studies.md) +[*](fqa.md) +[*](nc.md) +[*](tranny_software.md) +[*](drummyfish.md) +[*](capitalism.md) +[*](bs.md) +[*](viznut.md) +[*](ethics.md) +[*](football.md) +[*](marketing.md) +[*](teletext.md) +[*](kek.md) +[*](qubit.md) +[*](ronja.md) +[*](hexadecimal.md) +[*](nd.md) +[*](shortcut_thinking.md) +[*](science.md) +[*](rms.md) +[*](openarena.md) +[*](soydev.md) +[*](semiconductor.md) +[*](lmao.md) +[*](billboard.md) +[*](pd.md) +[*](jedi_engine.md) +[*](wiki_pages.md) +[*](how_to.md) +[*](elon_musk.md) +[*](racetrack.md) +[*](license.md) +[*](ancap.md) +[*](ethics.md) +[*](wikidata.md) +[*](fixed_point.md) +[*](doom.md) +[*](brain_software.md) +[*](fight_culture.md) +[*](collapse.md) +[*](comun.md) +[*](recursion.md) +[*](antialiasing.md) +[*](less_retarded_hardware.md) +[*](mechanical.md) +[*](digital.md) +[*](hack.md) +[*](wiki_rights.md) +[*](sjw.md) +[*](good_enough.md) +[*](niggercoin.md) +[*](io.md) +[*](kwangmyong.md) +[*](jokes.md) +[*](analog.md) +[*](chinese.md) +[*](web.md) +[*](entropy.md) +[*](infinity.md) +[*](software.md) +[*](anarch.md) +[*](zuckerberg.md) +[*](shit.md) +[*](wiki_post_mortem.md) +[*](island.md) +[*](settled.md) +[*](technology.md) +[*](moderation.md) +[*](raycastlib.md) +[*](pseudominimalism.md) +[*](phd.md) +[*](malware.md) +[*](unix_philosophy.md) +[*](transistor.md) +[*](shader.md) +[*](ubi.md) +[*](girl.md) +[*](python.md) +[*](lambda_calculus.md) +[*](lgbt.md) +[*](black.md) +[*](settled.md) +[*](backpropagation.md) +[*](xd.md) +[*](cc0.md) +[*](palette.md) +[*](niger.md) +[*](capitalist_software.md) +[*](modern.md) +[*](cracker.md) +[*](jargon_file.md) +[*](bullshit.md) +[*](suicide.md) +[*](proprietary_software.md) +[*](triangle.md) +[*](piracy.md) +[*](evil.md) +[*](loc.md) +[*](semiconductor.md) +[*](internet.md) +[*](less_retarded_society.md) +[*](global_discussion.md) +[*](game_engine.md) +[*](rust.md) +[*](world_broadcast.md) +[*](music.md) +[*](binary.md) +[*](steve_jobs.md) +[*](cpp.md) +[*](bloat.md) +[*](future_proof.md) +[*](fear_culture.md) +[*](english.md) +[*](gui.md) +[*](needed.md) +[*](reddit.md) +[*](femoid.md) +[*](duke3d.md) +[*](football.md) +[*](bloat_monopoly.md) +[*](bit.md) +[*](wow.md) +[*](collapse.md) +[*](history.md) +[*](dodleston.md) +[*](love.md) +[*](devuan.md) +[*](sin.md) +[*](rights_culture.md) +[*](computer.md) +[*](fediverse.md) +[*](splinternet.md) +[*](de_facto.md) +[*](ancap.md) +[*](wiki_rights.md) +[*](c_tutorial.md) +[*](used.md) +[*](education.md) +[*](tinyphysicsengine.md) +[*](raycasting.md) +[*](jedi_engine.md) +[*](work.md) +[*](pi.md) +[*](dinosaur.md) +[*](avpd.md) +[*](jesus.md) +[*](xonotic.md) +[*](axiom_of_choice.md) +[*](shortcut_thinking.md) +[*](infinity.md) +[*](jargon_file.md) +[*](recursion.md) +[*](dinosaur.md) +[*](proprietary.md) +[*](zuckerberg.md) +[*](john_carmack.md) +[*](foss.md) +[*](lmao.md) +[*](encyclopedia.md) +[*](smart.md) +[*](education.md) +[*](e.md) +[*](deferred_shading.md) diff --git a/wiki_pages.md b/wiki_pages.md index 3b17c1e..b422946 100644 --- a/wiki_pages.md +++ b/wiki_pages.md @@ -2,4 +2,4 @@ This is an autogenerated page listing all pages. -**[21st_century](21st_century.md)** (2) -- **[3d_model](3d_model.md)** (37) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (281) -- **[42](42.md)** (10) -- **[4chan](4chan.md)** (18) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (386) -- **[ai](ai.md)** (8) -- **[algorithm](algorithm.md)** (218) -- **[aliasing](aliasing.md)** (58) -- **[altruism](altruism.md)** (2) -- **[anal_bead](anal_bead.md)** (2) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (91) -- **[anarchism](anarchism.md)** (10) -- **[ancap](ancap.md)** (27) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (16) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (4) -- **[apple](apple.md)** (4) -- **[approximation](approximation.md)** (18) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (6) -- **[ascii](ascii.md)** (147) -- **[ascii_art](ascii_art.md)** (54) -- **[assembly](assembly.md)** (251) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (22) -- **[atheism](atheism.md)** (16) -- **[audiophilia](audiophilia.md)** (2) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (4) -- **[backpropagation](backpropagation.md)** (87) -- **[bbs](bbs.md)** (25) -- **[beauty](beauty.md)** (22) -- **[bilinear](bilinear.md)** (117) -- **[bill_gates](bill_gates.md)** (27) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (63) -- **[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)** (138) -- **[bloat_monopoly](bloat_monopoly.md)** (10) -- **[boat](boat.md)** (33) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (30) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (40) -- **[brain_software](brain_software.md)** (10) -- **[brainfuck](brainfuck.md)** (113) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (39) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (72) -- **[bytecode](bytecode.md)** (278) -- **[c](c.md)** (192) -- **[c_pitfalls](c_pitfalls.md)** (99) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (1690) -- **[cache](cache.md)** (27) -- **[cancer](cancer.md)** (6) -- **[capitalism](capitalism.md)** (123) -- **[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)** (13) -- **[censorship](censorship.md)** (24) -- **[chaos](chaos.md)** (108) -- **[charity_sex](charity_sex.md)** (2) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (8) -- **[chess](chess.md)** (278) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[coc](coc.md)** (10) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (32) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (20) -- **[color](color.md)** (25) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (16) -- **[communism](communism.md)** (25) -- **[competition](competition.md)** (12) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (232) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (86) -- **[comun](comun.md)** (88) -- **[consumerism](consumerism.md)** (12) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (28) -- **[copyright](copyright.md)** (47) -- **[corporation](corporation.md)** (18) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (2) -- **[cpu](cpu.md)** (86) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (27) -- **[crime_against_economy](crime_against_economy.md)** (15) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (20) -- **[culture](culture.md)** (23) -- **[data_hoarding](data_hoarding.md)** (2) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (8) -- **[debugging](debugging.md)** (82) -- **[deep_blue](deep_blue.md)** (15) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (15) -- **[demoscene](demoscene.md)** (19) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (8) -- **[digital](digital.md)** (14) -- **[digital_signature](digital_signature.md)** (8) -- **[dinosaur](dinosaur.md)** (4) -- **[disease](disease.md)** (29) -- **[distance](distance.md)** (124) -- **[distrohopping](distrohopping.md)** (4) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (27) -- **[doom](doom.md)** (49) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[drummyfish](drummyfish.md)** (28) -- **[duke3d](duke3d.md)** (20) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (6) -- **[duskos](duskos.md)** (28) -- **[dynamic_programming](dynamic_programming.md)** (44) -- **[e](e.md)** (22) -- **[earth](earth.md)** (51) -- **[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)** (15) -- **[elo](elo.md)** (146) -- **[elon_musk](elon_musk.md)** (6) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (65) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (69) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (10) -- **[evil](evil.md)** (6) -- **[exercises](exercises.md)** (20) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (2) -- **[fail_ab](fail_ab.md)** (24) -- **[fantasy_console](fantasy_console.md)** (40) -- **[faq](faq.md)** (198) -- **[fascism](fascism.md)** (8) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (41) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (8) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (150) -- **[fizzbuzz](fizzbuzz.md)** (158) -- **[float](float.md)** (63) -- **[floss](floss.md)** (2) -- **[football](football.md)** (49) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (22) -- **[forth](forth.md)** (120) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (208) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (64) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (34) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (56) -- **[free_speech](free_speech.md)** (16) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (14) -- **[fsf](fsf.md)** (17) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (28) -- **[function](function.md)** (109) -- **[furry](furry.md)** (15) -- **[future_proof](future_proof.md)** (22) -- **[game](game.md)** (159) -- **[game_engine](game_engine.md)** (48) -- **[game_of_life](game_of_life.md)** (222) -- **[gay](gay.md)** (18) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (2) -- **[gemini](gemini.md)** (10) -- **[gender_studies](gender_studies.md)** (2) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (70) -- **[githopping](githopping.md)** (4) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (49) -- **[go](go.md)** (96) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (67) -- **[graphics](graphics.md)** (36) -- **[graveyard](graveyard.md)** (20) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (28) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (70) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (6) -- **[hash](hash.md)** (175) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (10) -- **[hexadecimal](hexadecimal.md)** (4) -- **[history](history.md)** (88) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (153) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (235) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (16) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (134) -- **[interesting](interesting.md)** (22) -- **[internet](internet.md)** (24) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (45) -- **[io](io.md)** (16) -- **[ioccc](ioccc.md)** (31) -- **[iq](iq.md)** (12) -- **[island](island.md)** (28) -- **[jargon_file](jargon_file.md)** (8) -- **[java](java.md)** (8) -- **[javascript](javascript.md)** (70) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (52) -- **[john_carmack](john_carmack.md)** (20) -- **[jokes](jokes.md)** (54) -- **[julia_set](julia_set.md)** (92) -- **[just_werks](just_werks.md)** (22) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (6) -- **[kids_these_days](kids_these_days.md)** (2) -- **[kiss](kiss.md)** (32) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (156) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (15) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (53) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (126) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (14) -- **[liberalism](liberalism.md)** (4) -- **[libertarianism](libertarianism.md)** (4) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (54) -- **[lil](lil.md)** (20) -- **[line](line.md)** (149) -- **[linear_algebra](linear_algebra.md)** (116) -- **[linux](linux.md)** (61) -- **[living](living.md)** (32) -- **[lmao](lmao.md)** (36) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (6) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[love](love.md)** (20) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (152) -- **[lrs_dictionary](lrs_dictionary.md)** (79) -- **[lrs_wiki](lrs_wiki.md)** (14) -- **[luke_smith](luke_smith.md)** (17) -- **[magic](magic.md)** (2) -- **[main](main.md)** (105) -- **[maintenance](maintenance.md)** (6) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (89) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (23) -- **[markov_chain](markov_chain.md)** (100) -- **[marxism](marxism.md)** (7) -- **[math](math.md)** (33) -- **[mechanical](mechanical.md)** (201) -- **[memory_management](memory_management.md)** (77) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (4) -- **[minigame](minigame.md)** (63) -- **[minimalism](minimalism.md)** (47) -- **[mipmap](mipmap.md)** (40) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (32) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (15) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (2) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (43) -- **[myths](myths.md)** (8) -- **[name_is_important](name_is_important.md)** (19) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (64) -- **[netstalking](netstalking.md)** (9) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (8) -- **[niger](niger.md)** (11) -- **[nigger](nigger.md)** (24) -- **[niggercoin](niggercoin.md)** (2) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (112) -- **[nokia](nokia.md)** (8) -- **[nord_vpn](nord_vpn.md)** (2) -- **[normalization](normalization.md)** (8) -- **[npc](npc.md)** (2) -- **[often_confused](often_confused.md)** (98) -- **[old](old.md)** (2) -- **[one](one.md)** (13) -- **[oop](oop.md)** (58) -- **[open_console](open_console.md)** (64) -- **[open_source](open_source.md)** (29) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (68) -- **[optimization](optimization.md)** (98) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (30) -- **[people](people.md)** (46) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (13) -- **[phd](phd.md)** (8) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (127) -- **[piracy](piracy.md)** (6) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (42) -- **[political_correctness](political_correctness.md)** (27) -- **[portability](portability.md)** (166) -- **[portal_rendering](portal_rendering.md)** (24) -- **[prime](prime.md)** (122) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (22) -- **[procgen](procgen.md)** (351) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (33) -- **[programming_language](programming_language.md)** (125) -- **[programming_style](programming_style.md)** (69) -- **[programming_tips](programming_tips.md)** (15) -- **[progress](progress.md)** (29) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (12) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (6) -- **[public_domain](public_domain.md)** (86) -- **[public_domain_computer](public_domain_computer.md)** (53) -- **[python](python.md)** (4) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (40) -- **[race](race.md)** (44) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (9) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1660) -- **[randomness](randomness.md)** (141) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (8) -- **[raycasting](raycasting.md)** (291) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (22) -- **[reactionary_software](reactionary_software.md)** (29) -- **[real_number](real_number.md)** (48) -- **[recursion](recursion.md)** (64) -- **[reddit](reddit.md)** (12) -- **[regex](regex.md)** (45) -- **[rgb332](rgb332.md)** (91) -- **[rgb565](rgb565.md)** (4) -- **[right](right.md)** (2) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (35) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (43) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (23) -- **[rule110](rule110.md)** (107) -- **[rust](rust.md)** (22) -- **[saf](saf.md)** (63) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (14) -- **[sdf](sdf.md)** (25) -- **[security](security.md)** (8) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (17) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (17) -- **[shit](shit.md)** (16) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (10) -- **[sigbovik](sigbovik.md)** (6) -- **[sin](sin.md)** (179) -- **[sjw](sjw.md)** (18) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (4) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (21) -- **[soydev](soydev.md)** (33) -- **[soyence](soyence.md)** (45) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (55) -- **[ssao](ssao.md)** (10) -- **[steganography](steganography.md)** (14) -- **[stereotype](stereotype.md)** (148) -- **[steve_jobs](steve_jobs.md)** (8) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (78) -- **[suicide](suicide.md)** (8) -- **[sw](sw.md)** (4) -- **[sw_rendering](sw_rendering.md)** (63) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (66) -- **[tas](tas.md)** (18) -- **[tattoo](tattoo.md)** (2) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (6) -- **[ted_kaczynski](ted_kaczynski.md)** (26) -- **[teletext](teletext.md)** (13) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (11) -- **[thrembo](thrembo.md)** (13) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny_software](tranny_software.md)** (27) -- **[transistor](transistor.md)** (30) -- **[triangle](triangle.md)** (81) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (15) -- **[trollplay](trollplay.md)** (2) -- **[trom](trom.md)** (27) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (205) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (30) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unicode](unicode.md)** (6) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (26) -- **[unix_philosophy](unix_philosophy.md)** (46) -- **[unretard](unretard.md)** (10) -- **[update_culture](update_culture.md)** (19) -- **[usa](usa.md)** (45) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (146) -- **[uxn](uxn.md)** (44) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (59) -- **[version_numbering](version_numbering.md)** (44) -- **[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)** (8) -- **[wiby](wiby.md)** (12) -- **[wiki_authors](wiki_authors.md)** (7) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (13) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (89) -- **[wiki_style](wiki_style.md)** (67) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (75) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (6) -- **[wizard](wizard.md)** (9) -- **[woman](woman.md)** (91) -- **[work](work.md)** (27) -- **[world_broadcast](world_broadcast.md)** (12) -- **[wow](wow.md)** (6) -- **[www](www.md)** (103) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (101) -- **[xxiivv](xxiivv.md)** (22) -- **[yes_they_can](yes_they_can.md)** (6) -- **[youtube](youtube.md)** (19) -- **[zen](zen.md)** (15) -- **[zero](zero.md)** (30) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file +**[21st_century](21st_century.md)** (2) -- **[3d_model](3d_model.md)** (37) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (281) -- **[42](42.md)** (10) -- **[4chan](4chan.md)** (18) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (386) -- **[ai](ai.md)** (8) -- **[algorithm](algorithm.md)** (218) -- **[aliasing](aliasing.md)** (58) -- **[altruism](altruism.md)** (2) -- **[anal_bead](anal_bead.md)** (2) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (91) -- **[anarchism](anarchism.md)** (10) -- **[ancap](ancap.md)** (27) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (16) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (4) -- **[apple](apple.md)** (4) -- **[approximation](approximation.md)** (18) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (6) -- **[ascii](ascii.md)** (147) -- **[ascii_art](ascii_art.md)** (54) -- **[assembly](assembly.md)** (251) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (22) -- **[atheism](atheism.md)** (16) -- **[audiophilia](audiophilia.md)** (2) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (4) -- **[backpropagation](backpropagation.md)** (87) -- **[bbs](bbs.md)** (25) -- **[beauty](beauty.md)** (22) -- **[bilinear](bilinear.md)** (117) -- **[bill_gates](bill_gates.md)** (27) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (63) -- **[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)** (138) -- **[bloat_monopoly](bloat_monopoly.md)** (10) -- **[boat](boat.md)** (33) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (30) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (40) -- **[brain_software](brain_software.md)** (10) -- **[brainfuck](brainfuck.md)** (113) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (39) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (72) -- **[bytecode](bytecode.md)** (278) -- **[c](c.md)** (192) -- **[c_pitfalls](c_pitfalls.md)** (99) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (1690) -- **[cache](cache.md)** (27) -- **[cancer](cancer.md)** (6) -- **[capitalism](capitalism.md)** (123) -- **[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)** (13) -- **[censorship](censorship.md)** (24) -- **[chaos](chaos.md)** (108) -- **[charity_sex](charity_sex.md)** (2) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (8) -- **[chess](chess.md)** (278) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[coc](coc.md)** (10) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (32) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (20) -- **[color](color.md)** (25) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (16) -- **[communism](communism.md)** (25) -- **[competition](competition.md)** (12) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (232) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (86) -- **[comun](comun.md)** (88) -- **[consumerism](consumerism.md)** (12) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (28) -- **[copyright](copyright.md)** (47) -- **[corporation](corporation.md)** (18) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (2) -- **[cpu](cpu.md)** (86) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (27) -- **[crime_against_economy](crime_against_economy.md)** (15) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (20) -- **[culture](culture.md)** (23) -- **[data_hoarding](data_hoarding.md)** (2) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (8) -- **[debugging](debugging.md)** (82) -- **[deep_blue](deep_blue.md)** (15) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (15) -- **[demoscene](demoscene.md)** (19) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (8) -- **[digital](digital.md)** (14) -- **[digital_signature](digital_signature.md)** (8) -- **[dinosaur](dinosaur.md)** (4) -- **[disease](disease.md)** (29) -- **[distance](distance.md)** (124) -- **[distrohopping](distrohopping.md)** (4) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (27) -- **[doom](doom.md)** (49) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[drummyfish](drummyfish.md)** (28) -- **[duke3d](duke3d.md)** (20) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (6) -- **[duskos](duskos.md)** (28) -- **[dynamic_programming](dynamic_programming.md)** (44) -- **[e](e.md)** (22) -- **[earth](earth.md)** (51) -- **[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)** (15) -- **[elo](elo.md)** (146) -- **[elon_musk](elon_musk.md)** (6) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (65) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (69) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (10) -- **[evil](evil.md)** (6) -- **[exercises](exercises.md)** (20) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (2) -- **[fail_ab](fail_ab.md)** (24) -- **[fantasy_console](fantasy_console.md)** (40) -- **[faq](faq.md)** (198) -- **[fascism](fascism.md)** (8) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (41) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (8) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (150) -- **[fizzbuzz](fizzbuzz.md)** (158) -- **[float](float.md)** (63) -- **[floss](floss.md)** (2) -- **[football](football.md)** (49) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (22) -- **[forth](forth.md)** (120) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (208) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (66) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (34) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (56) -- **[free_speech](free_speech.md)** (16) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (14) -- **[fsf](fsf.md)** (17) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (28) -- **[function](function.md)** (109) -- **[furry](furry.md)** (15) -- **[future_proof](future_proof.md)** (22) -- **[game](game.md)** (159) -- **[game_engine](game_engine.md)** (48) -- **[game_of_life](game_of_life.md)** (222) -- **[gay](gay.md)** (18) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (2) -- **[gemini](gemini.md)** (10) -- **[gender_studies](gender_studies.md)** (2) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (70) -- **[githopping](githopping.md)** (4) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (49) -- **[go](go.md)** (96) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (67) -- **[graphics](graphics.md)** (36) -- **[graveyard](graveyard.md)** (20) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (28) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (70) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (6) -- **[hash](hash.md)** (175) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (10) -- **[hexadecimal](hexadecimal.md)** (4) -- **[history](history.md)** (88) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (153) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (235) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (16) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (134) -- **[interesting](interesting.md)** (22) -- **[internet](internet.md)** (24) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (45) -- **[io](io.md)** (16) -- **[ioccc](ioccc.md)** (31) -- **[iq](iq.md)** (12) -- **[island](island.md)** (28) -- **[jargon_file](jargon_file.md)** (8) -- **[java](java.md)** (8) -- **[javascript](javascript.md)** (70) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (52) -- **[john_carmack](john_carmack.md)** (20) -- **[jokes](jokes.md)** (54) -- **[julia_set](julia_set.md)** (92) -- **[just_werks](just_werks.md)** (22) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (6) -- **[kids_these_days](kids_these_days.md)** (2) -- **[kiss](kiss.md)** (32) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (156) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (15) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (53) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (126) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (14) -- **[liberalism](liberalism.md)** (4) -- **[libertarianism](libertarianism.md)** (4) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (54) -- **[lil](lil.md)** (20) -- **[line](line.md)** (149) -- **[linear_algebra](linear_algebra.md)** (116) -- **[linux](linux.md)** (61) -- **[living](living.md)** (32) -- **[lmao](lmao.md)** (36) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (6) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[love](love.md)** (20) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (152) -- **[lrs_dictionary](lrs_dictionary.md)** (79) -- **[lrs_wiki](lrs_wiki.md)** (20) -- **[luke_smith](luke_smith.md)** (17) -- **[magic](magic.md)** (2) -- **[main](main.md)** (107) -- **[maintenance](maintenance.md)** (6) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (130) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (23) -- **[markov_chain](markov_chain.md)** (100) -- **[marxism](marxism.md)** (7) -- **[math](math.md)** (33) -- **[mechanical](mechanical.md)** (201) -- **[memory_management](memory_management.md)** (77) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (4) -- **[minigame](minigame.md)** (63) -- **[minimalism](minimalism.md)** (47) -- **[mipmap](mipmap.md)** (40) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (32) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (15) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (2) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (43) -- **[myths](myths.md)** (8) -- **[name_is_important](name_is_important.md)** (19) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (64) -- **[netstalking](netstalking.md)** (9) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (8) -- **[niger](niger.md)** (11) -- **[nigger](nigger.md)** (24) -- **[niggercoin](niggercoin.md)** (2) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (112) -- **[nokia](nokia.md)** (8) -- **[nord_vpn](nord_vpn.md)** (2) -- **[normalization](normalization.md)** (8) -- **[npc](npc.md)** (2) -- **[often_confused](often_confused.md)** (98) -- **[old](old.md)** (2) -- **[one](one.md)** (13) -- **[oop](oop.md)** (58) -- **[open_console](open_console.md)** (64) -- **[open_source](open_source.md)** (29) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (68) -- **[optimization](optimization.md)** (98) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (30) -- **[people](people.md)** (46) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (13) -- **[phd](phd.md)** (8) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (127) -- **[piracy](piracy.md)** (6) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (42) -- **[political_correctness](political_correctness.md)** (27) -- **[portability](portability.md)** (166) -- **[portal_rendering](portal_rendering.md)** (24) -- **[prime](prime.md)** (122) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (22) -- **[procgen](procgen.md)** (351) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (33) -- **[programming_language](programming_language.md)** (125) -- **[programming_style](programming_style.md)** (69) -- **[programming_tips](programming_tips.md)** (15) -- **[progress](progress.md)** (29) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (12) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (6) -- **[public_domain](public_domain.md)** (86) -- **[public_domain_computer](public_domain_computer.md)** (53) -- **[python](python.md)** (4) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (40) -- **[race](race.md)** (44) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (9) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1660) -- **[randomness](randomness.md)** (141) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (8) -- **[raycasting](raycasting.md)** (291) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (22) -- **[reactionary_software](reactionary_software.md)** (29) -- **[real_number](real_number.md)** (48) -- **[recursion](recursion.md)** (64) -- **[reddit](reddit.md)** (12) -- **[regex](regex.md)** (45) -- **[rgb332](rgb332.md)** (91) -- **[rgb565](rgb565.md)** (4) -- **[right](right.md)** (2) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (35) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (43) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (23) -- **[rule110](rule110.md)** (107) -- **[rust](rust.md)** (22) -- **[saf](saf.md)** (63) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (14) -- **[sdf](sdf.md)** (25) -- **[security](security.md)** (8) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (17) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (17) -- **[shit](shit.md)** (16) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (10) -- **[sigbovik](sigbovik.md)** (6) -- **[sin](sin.md)** (179) -- **[sjw](sjw.md)** (18) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (4) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (21) -- **[soydev](soydev.md)** (33) -- **[soyence](soyence.md)** (45) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (55) -- **[ssao](ssao.md)** (10) -- **[steganography](steganography.md)** (14) -- **[stereotype](stereotype.md)** (148) -- **[steve_jobs](steve_jobs.md)** (8) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (78) -- **[suicide](suicide.md)** (8) -- **[sw](sw.md)** (4) -- **[sw_rendering](sw_rendering.md)** (63) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (66) -- **[tas](tas.md)** (18) -- **[tattoo](tattoo.md)** (2) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (6) -- **[ted_kaczynski](ted_kaczynski.md)** (26) -- **[teletext](teletext.md)** (13) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (11) -- **[thrembo](thrembo.md)** (13) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny_software](tranny_software.md)** (27) -- **[transistor](transistor.md)** (30) -- **[triangle](triangle.md)** (81) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (15) -- **[trollplay](trollplay.md)** (2) -- **[trom](trom.md)** (27) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (205) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (30) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unicode](unicode.md)** (6) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (26) -- **[unix_philosophy](unix_philosophy.md)** (46) -- **[unretard](unretard.md)** (10) -- **[update_culture](update_culture.md)** (19) -- **[usa](usa.md)** (45) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (146) -- **[uxn](uxn.md)** (44) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (59) -- **[version_numbering](version_numbering.md)** (44) -- **[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)** (8) -- **[wiby](wiby.md)** (12) -- **[wiki_authors](wiki_authors.md)** (7) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (13) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (89) -- **[wiki_style](wiki_style.md)** (67) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (75) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (6) -- **[wizard](wizard.md)** (9) -- **[woman](woman.md)** (91) -- **[work](work.md)** (27) -- **[world_broadcast](world_broadcast.md)** (12) -- **[wow](wow.md)** (6) -- **[www](www.md)** (103) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (101) -- **[xxiivv](xxiivv.md)** (22) -- **[yes_they_can](yes_they_can.md)** (6) -- **[youtube](youtube.md)** (19) -- **[zen](zen.md)** (15) -- **[zero](zero.md)** (30) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file diff --git a/wiki_stats.md b/wiki_stats.md index 98aca45..47f629a 100644 --- a/wiki_stats.md +++ b/wiki_stats.md @@ -3,8 +3,8 @@ This is an autogenerated article holding stats about this wiki. - number of articles: 553 -- number of commits: 685 -- total size of all texts in bytes: 2948313 +- number of commits: 686 +- total size of all texts in bytes: 2958433 longest articles: @@ -24,6 +24,16 @@ longest articles: latest changes: ``` +Date: Sun Feb 11 21:17:16 2024 +0100 +fractal.md +lrs_wiki.md +main.md +mandelbrot_set.md +minimalism.md +plan9.md +random_page.md +wiki_pages.md +wiki_stats.md Date: Sat Feb 10 12:19:55 2024 +0100 3d_rendering.md assembly.md @@ -50,16 +60,6 @@ temple_os.md wiki_pages.md wiki_stats.md Date: Thu Feb 8 12:07:53 2024 +0100 -bootstrap.md -fantasy_console.md -faq.md -living.md -lrs_dictionary.md -main.md -operating_system.md -random_page.md -wiki_pages.md -wiki_stats.md ``` most wanted pages: