diff --git a/calculus.md b/calculus.md index ef727a2..6fc0268 100644 --- a/calculus.md +++ b/calculus.md @@ -50,6 +50,8 @@ Now listen up, here comes the truth about calculus. Doing it correctly and preci *Graph showing a function (`x`), its derivative (`*`) and (one of) its integral(s) (`#`).* +The basics of calculus aren't that hard, however it can go deeper and deeper and one can probably dedicate whole life just to learning more and more; as you learn the basic derivatives and integrals, you move on to multidimensional calculus, vector calculus, integrating over curves and surfaces, various esoteric methods of analytical and numerical integration etcetc. + ## Derivative Derivative finds how **quickly a function grows** at any given point. DOING derivatives is called **differentiation** (confusingly because differential is a term distinct from derivative). Since derivative and integral are opposite operations, one would assume they'd be equally difficult to handle, but no, derivative is the **easier** part! So it's always taught first. It's kind of like multiplication and division -- multiplication is a bit easier (division has remainders, undefined division by zero etc.). @@ -162,16 +164,20 @@ As already claimed in the section on derivative, integrating is **more difficult - There is no simple [algorithm](algorithm.md) for integrating general function (only for some specific cases) and many functions do NOT have analytical solutions at all! I.e. while we can make a derivative of any (differentiable) function by just following simple rules, getting an integral of a function is often a matter of trial and error, integrating is kind of [art](art.md) that has to be learned. This may come as a surprise but it is so, it is similar to how for example factoring a number is much more difficult than multiplying the factors back. - Unlike with derivatives there are infinitely many integrals of given function because functions that only differ by an added constant will give the same derivative (for example the functions *f(x) = x* and *f(x) = x + 1* will both have the same derivative) -- so when we're integrating we always get function that has a variable additive constant in it. -- Integrals don't have some nice mathematical properties that derivatives have, so we can't assume as much, for example a derivative of an elementary function is always elementary function but this is not the case for an integral. { At least I think :) ~drummyfish } +- Integrals don't have some nice mathematical properties that derivatives have, so we can't assume as much, for example a derivative of an elementary function is always elementary function (the set of elementary functions is closed under differentiation) but this is not the case for an integral. - Integrating a function makes it more complex (e.g. the exponents of variables increase), unlike with derivatives where we are simplifying the function. - Integrals don't usually make sense at single points, they are related to [intervals](interval.md). While with derivatives it's completely fine to ask "what's the derivative of this function at this single point", with integrals we always have to as "what's the integral between points A and B". -- As a consequence of the previous point there are TWO types of integrals: definite and indefinite. +- Related to the previous point is also the fact that derivative is basically a local operator concerned only with a single point and a small area around it, while integral is accumulating information over a bigger area, i.e. it's more complex in that we have to consider the function more globally. +- As another consequence of the non-local properties of integral there are actually TWO types of integrals: definite and indefinite. +- There exist quite simple functions that simply don't have an analytical solution (for example *sin(x)/x*). So due to these complications we now yet have to explain the two different types of integrals: -- **indefinite integral**: This is the FUNCTION we get by performing integration, i.e. result of indefinite integral is a mathematical expression with variables in it. In fact this expression represents an infinite set of functions because it always has the additive constant *C* in it (like hinted above) -- we can kind of ignore this for now. The important gist is this: indefinite integral kind of gives us a general FORMULA that can further be used to compute definite integrals. For example an indefinite integral of function *f(x) = 1* will be *x + C*. In practice the result we are searching is often a definite integral (a single value), but to compute that we have to start by computing the indefinite integral. +- **indefinite integral**: This is the FUNCTION we get by performing integration, i.e. result of indefinite integral is a mathematical expression with variables in it. In fact this expression represents an infinite set of functions because it always has the additive constant *C* in it (like hinted above) -- we can kind of ignore this for now. The important gist is this: indefinite integral kind of gives us a general FORMULA that can further be used to compute definite integrals. For example an indefinite integral of function *f(x) = 1* will be *x + C*. In practice the result we are searching is often a definite integral (a single value), but to compute that we have to start by computing the indefinite integral. However it's also very hard to calculate indefinite integrals -- they are the precise solution and holy grail of integration but in practice we can't always get them and have to resort to approximations. - **definite integral**: This is a single [NUMBER](number.md) which (applying the geometric interpretation of integral) tells us the AREA below the function graph (with area below zero counting as negative) over some specific INTERVAL, i.e. between two given points A and B. This means that definite integral doesn't give us an expression but rather a quantity. For example a definite integral of function *f(x) = 1* over interval [0,1] will give us 1 (imagine the graph: the area is simply that of a square with side 1). Definite integrals are computed from the indefinite integral by plugging the upper interval number into the indefinite integral (in the place of the variable), then plugging the lower interval number, and then subtracting the latter from the former. With numeric methods (computer integration) we always only get definite integrals (and actually only their approximate values) -- the computer here skips computing the indefinite integral (as that's hard) and rather like a dumb machine LITERALLY goes by small steps and computes the area below the function graph. Small note to this: the computer still can draw a graph of a function's integral by plotting definite integral value for interval 0 to *x* for every plotted *x* because when we think about it, the indefinite integral kind of gives us a function of how an indefinite integral grows; so the computer can give us a picture of a graph but it generally cannot give us an analytically computed formula of indefinite integral. +Fun fact: before digital computers engineers used very clever methods to find definite integrals of general functions. [Analog](analog.md) computers were particularly good at integrating, their continuous nature makes them a quite elegant solution to the problem, however perhaps even more genius method in its [simplicity](kiss.md) was the following: the engineer would draw the function he wanted to integrate on a sheet of paper, then cut it out and simply weight its mass -- this would give him the fraction of the weight of the whole sheet of paper and so also the fraction of the area below the function graph. + **Example**: we will now try to make an indefinite integral of the function: *f(x) = 2 * x - 2* @@ -184,18 +190,6 @@ Now for the **notation**: the symbol for integral is kind of a big italic *S* ([ **Wait dude WHAT THE FUCK is this dx shit at the end?** This question is expected. Look: it has to do with the theory behind what the integral mathematically means, for starters one can just ignore it and remember that integral starts with *I*, then the integrated function follows, and then there is *dx* at the end. But to give a bit of explanation: firstly notice the *dx* tells us what the integrated variable is -- usually we have a function with single variable *x* and so it's pretty clear, but once we move to more dimensions we'll have more variables and this *dx* tells us what is a variable (i.e. along which axis we are integrating) and what is to be treated as a constant (maybe this doesn't yet make much sense but with integration there is a big difference between a variable and a constant, even if they are both represented by a letter). The real reason for *dx* is that the integral really represents an **infinite sum**. Have you ever seen that big sigma symbol for a sum? The integral symbol (here *I*) is like this, it likewise says "make an infinite sum of what will follow". But if we take a function and make infinitely many steps and keep summing the values the function gives us, we will just get [infinity](infinity.md) as the sum, so something is missing. In fact we don't want to sum the function values but rather areas of "tiny strips" we are kind of drawing below the function graph -- now a strip is basically a rectangle: area of a rectangle is computed as its height times its width. Height of the rectangle is the function value (here *2 * x - 2*) and width is *dx*, which represents the "infinitely narrow" interval. This is just to give some idea about WHY it looks like this, but it's cool to ignore it for now. -Here are some rules for integration: - -| *f(x)* | *I f(x) dx* | comment | -| -------------------- | ----------------------------------------------------- | ---------- | -| *a * x^n* | *a * (x^(n+1))/(n+1) + C* | | -| *cos(x)* | *sin(x) + C* | | -| *sin(x)* | *-cos(x) + C* | | -| *e^x* | *e^x + C* | | -| *1/x* | *log(x) + C* | | -| *a * g(x) + b * h(x)*| *a * (I g(x) dx) + b * (I h(x) dx) + C* | | -| *g(x) * h(x)* | *g(x) * (I h(x) dx) - (I g'(x) * (I h(x) dx) dx) + C* | per partes | - So now the fuck we can finally move on. Our integral is really easy because it's just a sum of two expressions (and an integral of a sum thankfully equals a sum of integrals) that can be integrated easily. So from the rule *I x^N dx = x^(N + 1) / (N + 1)* we deduce that integral of *2 * x* is *2 * x^2 / 2 = x^2* and integral of *-2* is *-2 * x*, so we get: *I (2 * x - 2) dx = x^2 - 2 * x + C* @@ -213,14 +207,26 @@ Now let's finish with computing a definite integral, OK? Let's say we want to co Above we said this is done by computing indefinite integral (already done), then plugging the upper and lower bound and subtracting, so let's do it: -*I(0,1) (2 * x - 2) dx = (1^3 - 2 * 1 + C) - (0^3 - 2 * 0 + C) = -1* +*I(0,1) (2 * x - 2) dx = (1^2 - 2 * 1 + C) - (0^2 - 2 * 0 + C) = -1* Things to notice here: - The constants *C* nicely subtract and disappear, and they always will, so we don't have to worry about assigning them any values or stuff like that. - The area we got is negative and its absolute size is 1, does this make sense? YES. Take a look at the graph of the function *2 * x - 2* up above and pay attention to the interval 0 to 1. The function's value is below zero and we said that area below zero will be negative, so this checks out. Also we can see that geometrically the size of the area is a half of a rectangle of height 2 and width 1, which is exactly 1. So all in all we're cool. -TODO: the rules +For completeness here are some rules for integration: + +| *f(x)* | *I f(x) dx* | comment | +| -------------------- | ----------------------------------------------------- | ---------- | +| *a * x^n* | *a * (x^(n+1))/(n+1) + C* | | +| *cos(x)* | *sin(x) + C* | | +| *sin(x)* | *-cos(x) + C* | | +| *e^x* | *e^x + C* | | +| *1/x* | *log(x) + C* | | +| *a * g(x) + b * h(x)*| *a * (I g(x) dx) + b * (I h(x) dx) + C* | | +| *g(x) * h(x)* | *g(x) * (I h(x) dx) - (I g'(x) * (I h(x) dx) dx) + C* | per partes | + +However note that applying these rules is generally not so simple as with differentiation, there exist methods such as *per partes* or *substitution* that don't tell you exactly how or when to apply them, so you have to experiment -- like said, this is an entertainment left to those who just enjoy doing math. **Can we do higher order integrals and partial integrals?** Yes, of course, just like with derivatives we can do both of these. diff --git a/faq.md b/faq.md index 76e6e45..38ba324 100644 --- a/faq.md +++ b/faq.md @@ -58,6 +58,13 @@ A forum, mailing list or something would possibly be nice, so far I've only expe Do I look like a fucking degenerated [zoomer](zoomer.md)? + +### I am a furry transsexual gay zoomer and/or capitalist etc., do you hate me? + +NO, I do not hate you at all! In fact most of my best online friends normally fall into some of the listed categories, don't let the propaganda convince you we can't be friends. We can be good friends despite liking or being something the other one dislikes, it only means that we are different, but why should we be enemies? Even if we don't end up being besties I will never hate you personally, my life philosophy is based on loving everyone unconditionally, I will possibly only hate and criticize things you do or want to do or trends you follow, but I will never want to have anyone executed or put in prison or punished in any way, it's literally us having different opinions on something and that's that. + +There is one thing to add: from my experience I have hard time making friends with capitalists -- it's not that I wouldn't want to, I usually try, but I find our basic life values just end up being completely contradictory and hence we cannot find a topic to discuss without constantly disagreeing and feeling tension all the time, so just be aware of this, but feel free to talk to me anytime if you really want to, I'll be glad to hear from you. + ### Why the angry and aggressive tone, can't you write in a nicer way, especially when you advocate love etc.? More than once I've been told that someone was initially afraid to talk to me because I write in this "aggressive/angry" way. I am sorry, this way of writing has its reasons that I established here and it's what works for me, I really don't intend to stress you out -- firstly this is how I internally think because yes, I am very frustrated, and **I want this wiki to capture my internal thoughts in a very unfiltered way** (note that having bad thoughts doesn't mean one has to act on them), also I find this way flows the best for me and allows me to communicate what I feel and think the best, and it also gives this wiki kind of its own "personality" and prevents it from taking on a super serious tone -- informality and fun are quite important for a healthy view of the world. I am really tired of all the overly correct and polite articles on the Internet (I have tried to write in different ways but it always stands in the way). Sometimes I get mood swings and regret writing something, other times I bash myself for being too soft -- but I don't want to delete stuff too much, this will all be reflected on the wiki. Underneath all this still lies the important message of **love and peace**. I guess I also want to show that to be truly loving you don't have to change your personality or censor your thoughts. In normal conversations I try as much as possible to be nice, I actually almost never get aggressive towards others, if I get very stressed I usually just leave or in more extreme cases target hate towards myself, but I really try to not hurt anyone (people also told me they were quite surprised that I was kind of "nice" when they actually talked to me). I actually have a lot of trouble in real life for not defending myself, people often abuse it and I let them, I don't fight back, I don't believe in revenge or violence and in addition I have social anxiety. Please don't be afraid to contact me <3 diff --git a/hexadecimal.md b/hexadecimal.md index a7633a1..48e9f39 100644 --- a/hexadecimal.md +++ b/hexadecimal.md @@ -34,4 +34,6 @@ The conversions work as in any other base, basically just remember this: *N*th d Some **[funny](fun.md) hexadecimal values** that are also [English](english.md) words at the same time and which you may include in your programs for the [lulz](lulz.md) include: `abba`, `ace`, `add`, `babe`, `bad`, `be`, `bee`, `beef`, `cab`, `cafe`, `dad`, `dead`, `deaf`, `decade`, `facade`, `face`, `fee`, `feed`. You may also utilize digits here (see also [leet](leet.md), recall the famous number `80085` that looks like `BOOBS`); `0` = `O`, `1` = `I`/`l`, `2` = `Z`, `4` = `A` (already available though), `5` = `S`, `6` = `G`, `8` = `B` (also already available). Then you get many more words, for example `0b5e55ed`, `0be5e`, `0ff1c1a1`, `101`, `105e`, `1061ca1`, `16100`, `1ad1e5`, `1dea1`, `1e6a1`, `2e1da`, `5a661e5`, `5c1f1`, `50c10b101061ca1`, `60061e`, `600d`, `600fed`, `601d`, `601f`, `60d`, `6a55`, `a1d5`, `a55`, `a5c11`, `a5oc1a1`, `ac1d`, `acce551b1e`, `ad01f`, `b00b1e5`, `b00b5`, `b055`, `b0d1e5`, `b100d`, `b101061ca1`, `b10b`, `b1a5ed`, `b1ade`, `b1e55ed`, `ba115`, `ba5ed`, `bad6e`, `bada55`, `c001`, `c0de`, `c10aca`, `c1a551f1ed`, `ca6ed`, `cab1e`, `caca0`, `d06`, `d15ab1ed`, `d15ea5e`, `d1a106`, `d1ab10`, `ed1b1e`, `f001`, `f00d`, `f1a6`, `f1dd1e`, `f1ea5`, `fa151f1ab1e`, `fa6`, `faece5`, `f06` etc. +## See Also +- [binary](binary.md) \ No newline at end of file diff --git a/npc.md b/npc.md index dd9aa2e..a50ae75 100644 --- a/npc.md +++ b/npc.md @@ -1,11 +1,15 @@ # NPC -NPC (non-player character) is a character in a video [game](game.md) that's not controlled by a player but rather by [AI](ai.md). NPC is also used as a term for people in [real life](irl.md) that exhibit low [intelligence](iq.md) and just behave in accordance with the system. +NPC (non-player character) is a character in a video [game](game.md) that's not controlled by a player but rather by [AI](ai.md); the term has now came to also be used for people in [real life](irl.md) that exhibit high conformance and rather low [intelligence](iq.md) which allows them to choose to live in blissful ignorance. Vast majority of people in our society are NPCs with brain programmed by the system so that they form an army that keeps sustaining the system. Such people are also often called normies or [blue pilled](blue_pill.md): they have mainstream opinions, [react only to keywords](shortcut_thinking.md), use mainstream technology, obediently [consume](consumerism.md), don't make much trouble and follow the lined up path through life (school, career, family, retirement). Sometimes they perceive themselves as rebels, [geeks](geek.md), noncomformists and freethinkers for deviating from the mainstream in tiny insignificant ways, such as by using [GNU](gnu.md)/[Linux](linux.md) (which they just call Linux) or for supporting mild [piracy](piracy.md) of abandonware games, but they are still NPCs (making an NPC feel like he does have free will is part of the system) -- to in fact stop being an NPC one unfortunately has to undergo a quite drastic [englightenment](unretard.md) that comes with life shattering realizations such as that we in fact do live in a nightmare and dystopia to which absolute majority of people (the NPCs) are completely blind, it means giving up or rethinking all the values one was taught and becoming a completely different man. This usually also leads to extreme social isolation, losing all friends, developing depression, losing social and sexual life, even falling in poverty and potentially attempting [suicide](suicide.md) (see also [red pill](red_pill.md) and [black pill](black_pill.md)) -- such is sadly the price for seeing the [truth](truth.md). It is scary, and in addition being an NPC is greatly rewarded by the system just like being a soldier is rewarded by the state: the system for example allows to compensate lack of talent with increased conformance -- even with average talent you will be able to achieve high success if you show above average conformity. And so under this great social pressure even the people who have the option to live as a non-NPC rather subconsciously choose to live in self deception and stay an NPC for life. + +Those who are NPCs usually see non-NPCs as "right wing extremists", as all noncomformists are painted in the media. It's a form of modern [witch hunt](witch_hunt.md) and [fear culture](fear_culture.md) that the system has established to discredit and eliminate non-conformists and sustain the army of NPCs that it needs in place in order to survive. Of course it's in no way true that a non-NPC has to be a [Hitler](hitler.md) worshiping [rightist](left_right.md) or that he has to support violence and genocide or any similar kind of nonsense: in fact rightists are just fanatic [capitalist](capitalism.md) idiots. A non-NPC is simply someone who examines the world closely, objectively and through own eyes (as opposed to accepting what he's told) and discovers everything is wrong -- what he decides to do about this is then a completely individual choice. Some indeed do panic and let their animal instincts take over, becoming violent, seeking revenge and so on. Others -- like [us](lrs.md) -- just try to make things better by ACTUALLY refusing all kind of violence and advocating TRUE equality of people and unconditional [love](love.md) of all living beings -- however even this will be seen as extremism by NPCs because if we refuse to kill anyone, including the "enemies", we will of course consequently be labeled "supporters of the enemies", so there is no way out -- as a non-NPC you will never be able to make friends with an NPC no matter how hard you try, what values you hold and what actions you make, an NPC will always see you as a "right wing extremist fanatic" by the mere fact that you refuse to accept mainstream propaganda. ## See Also +- [blue pill](blue_pill.md) - [normie](normie.md) - [muggle](muggle.md) - [tool slave](tool_slave.md) - [nu-male](nu_male.md) -- [soydev](soydev.md) \ No newline at end of file +- [soydev](soydev.md) +- [truth](truth.md) \ No newline at end of file diff --git a/phd.md b/phd.md index ed49acf..1776737 100644 --- a/phd.md +++ b/phd.md @@ -1,8 +1,8 @@ # PhD -PhD (also Ph.D., PhD. etc.), or *doctor of philosophy*, written after the name, is the highest academic degree that can be earned by being a student in [University](university.md), the basic title required for working as a [scientist](science.md) (nowadays more like [soyentist](soyence.md)). It is earned through many years of study and especially active publishing of original research that pushes the boundary of current human knowledge in a specific field. Despite being called doctor of *philosophy*, the title is awarded generally to scientists in basically any field such as [mathematics](math.md), [physics](physics.md), [psychology](psychology.md), [chemistry](chemistry.md) etc., NOT just to those studying [philosophy](philosophy.md). PhD is yet above [master's degree](masters_degree.md). It is a doctorate degree, so a holder of PhD is called a *doctor* (Dr.), just as those with other forms of doctorates such as medical doctorate or honorary doctorate; however PhD is the *big doctorate*, the kind of highest, most prestigious one. People with a PhD degree are considered the foremost experts, the smartest, most educated elite, as only about 1 to 2 % of population hold a PhD, though PhD is also often considered an overkill and an overqualification (there are many cases of people with PhD not mentioning it on their CVs because such a high education can actually be a disadvantage), and of course, as with everything under [capitalism](capitalism.md), PhDs became a thing of business and conformance, subject to corruption and degradation (there now even exist PhDs in [astrology](astrology.md), [gender studies](gender_studies.md) etc.), at times even a [meme](meme.md). PhD isn't what it used to be -- in the past a scientist was someone wise with a generally wide knowledge and also some sense of morality, nowadays a PhD absolutely doesn't come with anything like that -- **[today](21st_century.md) a PhD is simply a thinking machine**, extremely specialized in some very, VERY narrow field such as studying the front leg of some subspecies of some prehistoric bug; besides this narrow specialization PhD knows absolutely nothing about anything else (in this they are similar to highly trained [neural networks](neural_network.md) that perform superbly at one specific task like beating world chess championship but won't be able to add 3 plus 4). Yes, unless one is a minority or a [woman](woman.md), he still has to be somewhat smart and talented to obtain a PhD, but nowadays it's probably more about pouring an extreme amount of energy, slavery and conformance to the corrupt academic cults, so the prestige of the title comes for a pretty high price, one not worth paying. While the lower degrees demonstrate ability, PhD mostly demonstrated conformity added to ability. +PhD (also Ph.D., PhD. etc.), or *doctor of philosophy*, written after the name, is the highest academic degree that can be earned by being a student in [University](university.md), the basic title required for working as a [scientist](science.md) (nowadays more like [soyentist](soyence.md)). It is earned through many years of study and especially active publishing of original research that pushes the boundary of current human knowledge in a specific field. Despite being called doctor of *philosophy*, the title is awarded generally to scientists in basically any field such as [mathematics](math.md), [physics](physics.md), [psychology](psychology.md), [chemistry](chemistry.md) etc., NOT just to those studying [philosophy](philosophy.md). PhD is yet above [master's degree](masters_degree.md). It is a doctorate degree, so a holder of PhD is called a *doctor* (Dr.), just as those with other forms of doctorates such as medical doctorate or honorary doctorate; however PhD is the *big doctorate*, the kind of highest, most prestigious one. People with a PhD degree are considered the foremost experts, the smartest, most educated elite, as only about 1 to 2 % of population hold a PhD, though PhD is also often considered an overkill and an overqualification (there are many cases of people with PhD not mentioning it on their CVs because such a high education can actually be a disadvantage), and of course, as with everything under [capitalism](capitalism.md), PhDs became a thing of business and conformance, subject to corruption and degradation (there now even exist PhDs in [astrology](astrology.md), [gender studies](gender_studies.md) etc.), at times even a [meme](meme.md). PhD isn't what it used to be -- in the past a scientist was someone wise with a generally wide knowledge and also some sense of morality, nowadays a PhD absolutely doesn't come with anything like that -- **[today](21st_century.md) a PhD is simply a thinking machine**, extremely specialized in some very, VERY narrow field such as studying the front leg of some subspecies of some prehistoric bug; besides this narrow specialization PhD knows absolutely nothing about anything else (in this they are similar to highly trained [neural networks](neural_network.md) that perform superbly at one specific task like beating world chess championship but won't be able to add 3 plus 4). Yes, unless one is a minority or a [woman](woman.md), he still has to be somewhat smart and talented to obtain a PhD, but nowadays it's probably more about pouring an extreme amount of energy, slavery and conformance to the corrupt academic cults, so the prestige of the title comes for a pretty high price, one not worth paying. While the lower degrees demonstrate ability, PhD mostly demonstrated [conformity](npc.md) added to ability. -TODO +**As of 2024 the PhD degree is a [joke](joke.md)**, you can no longer see it as a proof of anything more than simply wanting to get PhD a lot -- it is possible to get PhD without being talented or smart, simply by showing high conformity, determination and willingness to do [soyentific](soyence.md) slavery. If one is rich it's probably possible to get the degree without even dedicating a lot of time and energy. There now exist PhDs in joke fields and from meme Universities. [Academia](academia.md) is dead and its degrees are just funny letters added to one's name. **Should you get a PhD?** Unless you live in the past probably not -- as said the sacrifice required is enormous, to make it you should have a REAL GOOD reason, of which there aren't many -- perhaps if you REALLY want to be teacher at University or if for some twisted reason you want to spend your whole life in the corrupt toxic [soyence](soyence.md) environment trying to prove [women](woman.md) are better than men and sucking capitalist dicks so that they throw you a bit of money so that you can buy a microscope, then maybe. The thing is that focusing on PhD sucks away a great amount of energy you could spend on actually good things, consider that instead of actually programming [less retarded software](lrs.md) you will just have to do slavery for your dissertation advisor, do bureaucracy, p-value hacking, make powerpoint presentations, [marketing](marketing.md) for your research, give handjobs to sponsors, do bullshit research you dislike (because [publish or perish](publish_or_perish.md)), all while withstanding incredible amounts of stress and dodging depression. Really [masters_degree](masters_degree.md) is [enough](good_enough.md) to give you all you need for a rich intellectual life and being able to do good things, and it won't suck the soul out of your body. On the best universities even [bachelor's](bachelors_degree.md) is probably enough. If you REALLY wanna be the smartass guy who others ought to call a doctor, in some countries you may get some kinda small doctorate, usually just for an extra exam and paying some fee (e.g. RNDr, PHDr etc., details will depend on your country so check that out). { TFW just getting the EZ dentist degree so that you may call yourself a doctor :D ~drummyfish } Nowadays you can also just buy a honorary doctorate online, it's absolutely legal business, though you probably don't wanna support this kind of capitalist bullshit, you just pay them unholy money for a piece of paper. diff --git a/programming.md b/programming.md index e8c8769..a45ee44 100644 --- a/programming.md +++ b/programming.md @@ -6,7 +6,7 @@ Programming is the act, [science](science.md) and fine [art](art.md) of writing You may also encounter the term [coding](coding.md) which is used by [noob](noob.md) [wannabe programmers](soydev.md), so called "coders" or [code monkeys](code_monkey.md). "Coding" doesn't reach the quality of programming, it is done in baby handholding languages like [Python](python.md), [JavaScript](javascript.md) or [Rust](rust.md) by people with very shallow knowledge of technology and its context, barely qualified to turn on a computer (like [jewtubers](youtube.md)), who have flooded the computer industry since it became lucrative. It is mostly done for money and/or creating an image for oneself. What they do is not real programming. Do not try to imitate them. -At high level programming becomes [spiritual](spirituality.md). Check out e.g. [zen](zen.md) and the famous [Tao of Programming](tao.md) (yes, it's kind of a [joke](jokes.md) but it's rooted in the reality of a common hacker's mindset, programming can truly be kind of a [meditation](meditation.md) and pursuit of enlightenment, often leading one to asking deeper questions about the world). Many people say that learning programming opens your eyes in a certain new way (with some however claiming the contrary that programming will rather close your eyes), you then see the world like never before (but that's probably kind of true of almost all skills taken to a high level so this may be a [shit](shit.md) statement). Others say too much programming cripples you mentally and gives you [autism](autism.md). Anyway it's [fun](fun.md) and changes you somehow. **Programming requires a good knowledge of advanced [math](math.md)**. Also probably at least above average [IQ](iq.md), as well as below average social intelligence. Being a [white](white.md) [man](man.md) is an advantage. +At high level programming becomes [spiritual](spirituality.md). Check out e.g. [zen](zen.md) and the famous [Tao of Programming](tao.md) (yes, it's kind of a [joke](jokes.md) but it's rooted in the reality of a common hacker's mindset, programming can truly be kind of a [meditation](meditation.md) and pursuit of enlightenment, often leading one to asking deeper questions about the world). Many people say that learning programming opens your eyes in a certain new way (with some however claiming the contrary that programming will rather close your eyes), you then see the world like never before (but that's probably kind of true of almost all skills taken to a high level so this may be a [shit](shit.md) statement). Others say too much programming cripples you mentally and gives you [autism](autism.md). Anyway it's [fun](fun.md) and changes you somehow. **Programming requires a good knowledge of advanced [math](math.md)**. Wanting to do programming without math is like wanting to do biology without chemistry. Programming also demands probably at least above average [IQ](iq.md), as well as below average social intelligence. Being a [white](white.md) [man](man.md) is an advantage. **Can you do programming without math?** Short answer: no. Long answer: no, you can't. diff --git a/random_page.md b/random_page.md index a357bce..617da52 100644 --- a/random_page.md +++ b/random_page.md @@ -2,1845 +2,1845 @@ Please kindly click random link. -[*](one.md) -[*](pedophilia.md) -[*](information.md) -[*](friend_detox.md) -[*](hero_culture.md) -[*](gnu.md) -[*](living.md) -[*](jokes.md) -[*](js.md) -[*](linux.md) -[*](free.md) -[*](xor.md) -[*](bilinear.md) -[*](free_universe.md) -[*](axiom_of_choice.md) -[*](racetrack.md) -[*](sw_rendering.md) -[*](harry_potter.md) -[*](racetrack.md) -[*](tool_slave.md) -[*](ronja.md) -[*](complexity.md) -[*](gopher.md) -[*](loquendo.md) -[*](slowly_boiling_the_frog.md) -[*](nigeria.md) -[*](calculus.md) -[*](autostereogram.md) -[*](easier_done_than_said.md) -[*](sanism.md) -[*](tinyphysicsengine.md) -[*](rgb332.md) -[*](minimalism.md) -[*](algorithm.md) -[*](interplanetary_internet.md) -[*](digital_signature.md) -[*](idiot_fallacy.md) -[*](3d_model.md) -[*](zuckerberg.md) -[*](p_vs_np.md) -[*](luke_smith.md) -[*](idiot_fallacy.md) -[*](harry_potter.md) -[*](flatland.md) -[*](macrofucker.md) -[*](e.md) -[*](iq.md) -[*](doom.md) -[*](markov_chain.md) -[*](niggercoin.md) -[*](cancer.md) -[*](piracy.md) -[*](randomness.md) -[*](triangle.md) -[*](open_source.md) -[*](crow_funding.md) -[*](oop.md) -[*](coc.md) -[*](homelessness.md) -[*](game.md) -[*](communism.md) -[*](black.md) -[*](trusting_trust.md) -[*](used.md) -[*](ai.md) -[*](gemini.md) -[*](raycastlib.md) -[*](raycasting.md) -[*](vim.md) -[*](fail_ab.md) -[*](golang.md) -[*](bytebeat.md) -[*](openai.md) -[*](geek.md) -[*](unary.md) -[*](proprietary.md) -[*](boot.md) -[*](free_will.md) -[*](noise.md) -[*](go.md) -[*](build_engine.md) -[*](license.md) -[*](graphics.md) -[*](elo.md) -[*](algorithm.md) -[*](speech_synthesis.md) -[*](see_through_clothes.md) -[*](ram.md) -[*](saf.md) -[*](kids_these_days.md) -[*](marketing.md) -[*](avpd.md) -[*](resnicks_termite.md) -[*](living.md) -[*](data_hoarding.md) -[*](easier_done_than_said.md) -[*](drummyfish.md) -[*](sjw.md) -[*](io.md) -[*](privacy.md) -[*](speech_synthesis.md) -[*](hexadecimal.md) -[*](freedom_distance.md) -[*](usa.md) -[*](wiki_authors.md) -[*](fediverse.md) -[*](wiki_style.md) -[*](programming_style.md) -[*](raylib.md) -[*](rationalwiki.md) -[*](smallchesslib.md) -[*](military.md) -[*](morality.md) -[*](graveyard.md) -[*](sorting.md) -[*](less_retarded_society.md) -[*](crime_against_economy.md) -[*](langtons_ant.md) -[*](duskos.md) -[*](ai.md) -[*](turing_machine.md) -[*](bytebeat.md) -[*](english.md) -[*](byte.md) -[*](newspeak.md) -[*](qubit.md) -[*](usa.md) -[*](fixed_point.md) -[*](fascist.md) -[*](future_proof.md) -[*](crow_funding.md) -[*](c.md) -[*](hacker_culture.md) -[*](double_buffering.md) -[*](free.md) -[*](myths.md) -[*](mipmap.md) -[*](nanogenmo.md) -[*](data_structure.md) -[*](privacy.md) -[*](splinternet.md) -[*](cc.md) -[*](disease.md) -[*](faq.md) -[*](bbs.md) -[*](needed.md) -[*](saf.md) -[*](gay.md) -[*](computational_complexity.md) -[*](capitalist_software.md) -[*](copyright.md) -[*](creative_commons.md) -[*](build_engine.md) -[*](proprietary.md) -[*](consumerism.md) -[*](real_number.md) -[*](backpropagation.md) -[*](infinity.md) -[*](gigachad.md) -[*](tor.md) -[*](marble_race.md) -[*](fuck.md) -[*](unix.md) -[*](hack.md) -[*](fqa.md) -[*](microtheft.md) -[*](black.md) -[*](unicode.md) -[*](cyberbullying.md) -[*](fediverse.md) -[*](tech.md) -[*](no_knowledge_proof.md) -[*](john_carmack.md) +[*](interpolation.md) +[*](transsexual.md) +[*](kek.md) +[*](README.md) +[*](brainfuck.md) +[*](global_discussion.md) +[*](aaron_swartz.md) +[*](hardware.md) +[*](mouse.md) +[*](physics_engine.md) +[*](quaternion.md) [*](anarch.md) -[*](deep_blue.md) -[*](exercises.md) -[*](hero.md) -[*](body_shaming.md) -[*](cyber.md) -[*](copyfree.md) -[*](ronja.md) -[*](fizzbuzz.md) -[*](elon_musk.md) -[*](liberalism.md) -[*](public_domain.md) -[*](black.md) -[*](chaos.md) -[*](quantum_gate.md) -[*](bytebeat.md) -[*](graphics.md) -[*](robot.md) -[*](viznut.md) -[*](splinternet.md) -[*](antivirus_paradox.md) -[*](greenwashing.md) -[*](bloat.md) -[*](history.md) -[*](good_enough.md) -[*](windows.md) -[*](motivation.md) -[*](loquendo.md) -[*](left_right.md) -[*](optimization.md) -[*](sudoku.md) -[*](communism.md) -[*](coc.md) -[*](ted_kaczynski.md) -[*](raylib.md) -[*](yes_they_can.md) -[*](java.md) -[*](youtube.md) -[*](technology.md) -[*](game_of_life.md) -[*](steganography.md) -[*](jargon_file.md) -[*](tas.md) -[*](race.md) -[*](coc.md) -[*](logic.md) -[*](bit.md) -[*](malware.md) -[*](cc.md) -[*](chinese.md) -[*](steganography.md) -[*](cracking.md) -[*](motivation.md) -[*](floss.md) -[*](jedi_engine.md) -[*](communism.md) -[*](consumerism.md) -[*](go.md) -[*](sjw.md) -[*](security.md) -[*](markov_chain.md) -[*](pseudoleft.md) -[*](crypto.md) -[*](hacking.md) -[*](rock.md) -[*](watchdog.md) -[*](hard_to_learn_easy_to_master.md) -[*](encryption.md) -[*](arduboy.md) -[*](elo.md) -[*](hash.md) -[*](magic.md) -[*](raycastlib.md) -[*](charity_sex.md) -[*](frameless.md) -[*](hacker_culture.md) -[*](robot.md) -[*](comment.md) -[*](nokia.md) -[*](often_misunderstood.md) -[*](open_source.md) -[*](pseudoleft.md) -[*](pedophilia.md) -[*](football.md) -[*](js.md) -[*](hexadecimal.md) -[*](sqrt.md) -[*](90s.md) -[*](music.md) -[*](fizzbuzz.md) -[*](cat_v.md) -[*](ascii.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](rapeware.md) -[*](future_proof.md) -[*](competition.md) -[*](unfuck.md) -[*](left.md) -[*](aliasing.md) -[*](os.md) -[*](collision_detection.md) -[*](apple.md) +[*](io.md) +[*](everyone_does_it.md) +[*](transsexual.md) [*](bbs.md) -[*](digital.md) +[*](derivative.md) +[*](drummyfish.md) +[*](hash.md) +[*](freedom.md) +[*](trusting_trust.md) +[*](ted_kaczynski.md) +[*](cc0.md) +[*](thrembo.md) +[*](permacomputing_wiki.md) +[*](sw.md) +[*](floss.md) +[*](logic_circuit.md) +[*](altruism.md) +[*](antialiasing.md) +[*](docker.md) +[*](cancer.md) +[*](homelessness.md) +[*](backgammon.md) +[*](splinternet.md) +[*](fight_culture.md) +[*](low_poly.md) +[*](physics_engine.md) +[*](brainfuck.md) +[*](neural_network.md) +[*](noise.md) +[*](backpropagation.md) +[*](boot.md) +[*](hexadecimal.md) +[*](rock.md) +[*](hexadecimal.md) +[*](bit.md) +[*](adam_smith.md) +[*](deferred_shading.md) +[*](dramatica.md) +[*](lrs_wiki.md) +[*](democracy.md) +[*](niger.md) +[*](elo.md) +[*](c_pitfalls.md) +[*](hardware.md) +[*](microtheft.md) +[*](digital_signature.md) +[*](thrembo.md) +[*](sdf.md) +[*](css.md) +[*](charity_sex.md) +[*](music.md) +[*](science.md) +[*](wiby.md) +[*](fuck.md) +[*](aliasing.md) +[*](3d_modeling.md) +[*](approximation.md) +[*](monad.md) +[*](compression.md) +[*](infinity.md) +[*](bit_hack.md) +[*](trump.md) +[*](dynamic_programming.md) +[*](dog.md) +[*](unfuck.md) +[*](mud.md) +[*](harry_potter.md) +[*](pseudoleft.md) +[*](bilinear.md) +[*](shitword.md) +[*](selflessness.md) +[*](license.md) +[*](www.md) +[*](dick_reveal.md) +[*](charity_sex.md) +[*](black.md) +[*](byte.md) +[*](library.md) +[*](tinyphysicsengine.md) +[*](low_poly.md) +[*](drummyfish.md) +[*](saf.md) +[*](abstraction.md) +[*](whale.md) +[*](racetrack.md) +[*](deep_blue.md) +[*](quaternion.md) +[*](regex.md) +[*](triangle.md) +[*](algorithm.md) +[*](esolang.md) +[*](autostereogram.md) +[*](free_body.md) +[*](nationalism.md) +[*](hacking.md) +[*](gigachad.md) +[*](wiki_tldr.md) +[*](autostereogram.md) +[*](fail_ab.md) +[*](football.md) +[*](assertiveness.md) +[*](friend_detox.md) +[*](fourier_transform.md) +[*](proprietary.md) +[*](optimization.md) +[*](duskos.md) +[*](creative_commons.md) +[*](binary.md) +[*](education.md) +[*](cancel_culture.md) +[*](julia_set.md) +[*](free_body.md) +[*](pascal.md) +[*](wiby.md) +[*](openarena.md) +[*](duke3d.md) +[*](see_through_clothes.md) +[*](interaction_net.md) +[*](magic.md) +[*](logic.md) +[*](john_carmack.md) +[*](autoupdate.md) +[*](used.md) +[*](chess.md) +[*](pokitto.md) +[*](wavelet_transform.md) +[*](crypto.md) +[*](xd.md) +[*](mainstream.md) +[*](jesus.md) +[*](living.md) +[*](dodleston.md) +[*](determinism.md) +[*](malware.md) +[*](trom.md) +[*](paradigm.md) +[*](gemini.md) +[*](ubi.md) +[*](atheism.md) +[*](gopher.md) +[*](hyperoperation.md) +[*](terry_davis.md) +[*](ui.md) +[*](liberalism.md) +[*](ashley_jones.md) +[*](free_software.md) +[*](jedi_engine.md) +[*](portability.md) +[*](good_enough.md) +[*](lrs.md) +[*](lgbt.md) +[*](google.md) +[*](used.md) +[*](boot.md) +[*](sigbovik.md) +[*](free_universe.md) +[*](bazaar.md) +[*](left_right.md) +[*](interplanetary_internet.md) +[*](cloud.md) +[*](fqa.md) +[*](fight_culture.md) +[*](randomness.md) +[*](permacomputing.md) +[*](often_misunderstood.md) +[*](zen.md) +[*](life.md) +[*](nanogenmo.md) +[*](czechia.md) +[*](capitalist_singularity.md) +[*](shit.md) +[*](just_werks.md) +[*](transistor.md) +[*](nokia.md) +[*](troll.md) +[*](unicode.md) +[*](c.md) +[*](living.md) +[*](analog.md) +[*](css.md) +[*](crime_against_economy.md) +[*](free.md) +[*](combinatorics.md) +[*](rule110.md) +[*](free_hardware.md) +[*](murderer.md) +[*](fixed_point.md) +[*](shogi.md) +[*](niger.md) +[*](jesus.md) +[*](x86.md) +[*](free.md) +[*](less_retarded_society.md) +[*](ronja.md) +[*](portal_rendering.md) +[*](analog.md) +[*](just_werks.md) +[*](billboard.md) +[*](modern.md) +[*](plan9.md) +[*](fight.md) +[*](elon_musk.md) +[*](capitalism.md) +[*](greenwashing.md) [*](semiconductor.md) -[*](kiwifarms.md) +[*](tool_slave.md) +[*](faq.md) +[*](countercomplex.md) +[*](music.md) +[*](axiom_of_choice.md) +[*](nd.md) +[*](hacking.md) +[*](netstalking.md) +[*](portal_rendering.md) +[*](fractal.md) +[*](future.md) +[*](culture.md) +[*](capitalist_singularity.md) +[*](vim.md) +[*](zuckerberg.md) +[*](cc.md) +[*](brainfuck.md) +[*](cancer.md) +[*](lrs.md) +[*](throwaway_script.md) +[*](smallchesslib.md) +[*](pseudo3d.md) +[*](dungeons_and_dragons.md) +[*](work.md) +[*](kek.md) +[*](free_will.md) +[*](or.md) +[*](bytebeat.md) +[*](atheism.md) +[*](nonogram.md) +[*](integral.md) +[*](science.md) +[*](youtube.md) +[*](malware.md) +[*](rust.md) +[*](programming.md) +[*](hitler.md) +[*](sorting.md) +[*](copyright.md) +[*](sdf.md) +[*](number.md) +[*](twos_complement.md) +[*](easy_to_learn_hard_to_master.md) +[*](open_console.md) +[*](githopping.md) +[*](anarchism.md) +[*](usa.md) +[*](fight_culture.md) +[*](dinosaur.md) +[*](binary.md) +[*](loquendo.md) +[*](bytecode.md) +[*](gender_studies.md) +[*](less_retarded_software.md) +[*](freedom_distance.md) +[*](lmao.md) +[*](cc.md) +[*](cracker.md) +[*](nationalism.md) +[*](jedi_engine.md) +[*](creative_commons.md) +[*](small3dlib.md) +[*](chaos.md) +[*](usenet.md) +[*](f2p.md) +[*](hacker_culture.md) +[*](trom.md) +[*](homelessness.md) +[*](minigame.md) +[*](42.md) +[*](pseudoleft.md) +[*](needed.md) +[*](rust.md) +[*](phd.md) +[*](lmao.md) +[*](nigeria.md) +[*](universe.md) +[*](crime_against_economy.md) +[*](public_domain_computer.md) +[*](open_console.md) +[*](no_knowledge_proof.md) +[*](ubi.md) +[*](anarchism.md) +[*](gay.md) +[*](body_shaming.md) +[*](bitreich.md) +[*](xd.md) +[*](version_numbering.md) +[*](evil.md) +[*](acronym.md) +[*](fractal.md) +[*](sqrt.md) +[*](racism.md) +[*](just_werks.md) +[*](cyber.md) +[*](go.md) +[*](pseudominimalism.md) +[*](wiki_authors.md) +[*](patent.md) +[*](splinternet.md) +[*](audiophilia.md) +[*](work.md) +[*](dependency.md) +[*](settled.md) +[*](elo.md) +[*](no_knowledge_proof.md) +[*](love.md) +[*](troll.md) +[*](palette.md) +[*](hitler.md) +[*](tech.md) +[*](raycasting.md) +[*](rsa.md) +[*](cos.md) +[*](rsa.md) +[*](x86.md) +[*](diogenes.md) +[*](marketing.md) +[*](jargon_file.md) +[*](mechanical.md) +[*](fsf.md) +[*](derivative.md) +[*](capitalist_software.md) +[*](used.md) +[*](frameless.md) +[*](rgb332.md) +[*](f2p.md) +[*](speech_synthesis.md) +[*](lambda_calculus.md) +[*](books.md) +[*](holy_war.md) +[*](ram.md) +[*](raycasting.md) +[*](anarchism.md) +[*](duke3d.md) +[*](tool_slave.md) +[*](analytic_geometry.md) +[*](brain_software.md) +[*](coc.md) +[*](free_will.md) +[*](bytebeat.md) +[*](determinism.md) +[*](software.md) +[*](zero.md) +[*](lil.md) +[*](dick_reveal.md) +[*](markov_chain.md) +[*](intellectual_property.md) +[*](explicit.md) +[*](double_buffering.md) +[*](paywall.md) +[*](malware.md) +[*](fun.md) +[*](technology.md) +[*](whale.md) +[*](yes_they_can.md) +[*](suicide.md) +[*](tom_scott.md) +[*](copyfree.md) +[*](approximation.md) +[*](unix.md) +[*](rights_culture.md) +[*](minesweeper.md) +[*](unretard.md) +[*](cracking.md) +[*](plan9.md) +[*](unix_philosophy.md) +[*](tranny.md) +[*](systemd.md) +[*](sudoku.md) +[*](free_culture.md) +[*](microsoft.md) +[*](computer.md) +[*](markov_chain.md) +[*](productivity_cult.md) +[*](saf.md) +[*](nd.md) [*](global_discussion.md) [*](cancel_culture.md) -[*](dramatica.md) -[*](hardware.md) -[*](fight_culture.md) -[*](dungeons_and_dragons.md) -[*](license.md) -[*](linux.md) -[*](antivirus_paradox.md) -[*](ancap.md) -[*](sw.md) -[*](web.md) -[*](girl.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](fourier_transform.md) -[*](sw.md) -[*](app.md) -[*](feminism.md) -[*](pi.md) -[*](proprietary_software.md) -[*](adam_smith.md) -[*](quaternion.md) -[*](suicide.md) -[*](entropy.md) -[*](wizard.md) -[*](xonotic.md) -[*](logic_gate.md) -[*](fascism.md) -[*](small3dlib.md) -[*](zoomer.md) -[*](implicit.md) -[*](open_console.md) -[*](line.md) -[*](javascript.md) -[*](free_culture.md) -[*](audiophilia.md) -[*](lil.md) -[*](phd.md) -[*](plan9.md) -[*](lrs.md) -[*](doom.md) -[*](modern_software.md) -[*](fight_culture.md) -[*](settled.md) -[*](monad.md) -[*](rust.md) -[*](compsci.md) -[*](forth.md) -[*](see_through_clothes.md) -[*](rule110.md) -[*](antivirus_paradox.md) -[*](rationalwiki.md) -[*](encyclopedia.md) -[*](usenet.md) -[*](network.md) -[*](football.md) -[*](ubi.md) -[*](earth.md) -[*](deep_blue.md) +[*](teletext.md) +[*](macrofucker.md) [*](free_universe.md) -[*](trom.md) -[*](czechia.md) -[*](lrs_dictionary.md) -[*](computer.md) -[*](egoism.md) -[*](tor.md) -[*](git.md) -[*](wikiwikiweb.md) -[*](algorithm.md) -[*](elon_musk.md) +[*](femoid.md) +[*](left.md) +[*](how_to.md) +[*](complexity.md) +[*](bytecode.md) +[*](see_through_clothes.md) +[*](tpe.md) +[*](minigame.md) +[*](raycastlib.md) +[*](free_hardware.md) +[*](public_domain_computer.md) +[*](temple_os.md) +[*](liberalism.md) +[*](complexity.md) +[*](goodbye_world.md) +[*](ethics.md) +[*](bloat_monopoly.md) +[*](elo.md) [*](doom.md) -[*](furry.md) -[*](nationalism.md) -[*](microtransaction.md) -[*](dramatica.md) -[*](czechia.md) -[*](unix_philosophy.md) +[*](moderation.md) +[*](function.md) +[*](forth.md) +[*](xor.md) +[*](ssao.md) +[*](chaos.md) +[*](wiki_post_mortem.md) +[*](duke3d.md) +[*](analytic_geometry.md) +[*](nokia.md) +[*](portability.md) +[*](license.md) +[*](graveyard.md) +[*](mob_software.md) +[*](newspeak.md) +[*](wiki_pages.md) +[*](tangram.md) +[*](google.md) +[*](entrepreneur.md) +[*](greenwashing.md) +[*](ui.md) +[*](zuckerberg.md) +[*](compiler_bomb.md) +[*](audiophilia.md) +[*](copyright.md) +[*](optimization.md) +[*](fuck.md) [*](lisp.md) -[*](mechanical.md) -[*](stereotype.md) -[*](mandelbrot_set.md) -[*](kwangmyong.md) +[*](reddit.md) +[*](free_will.md) +[*](kek.md) +[*](small3dlib.md) +[*](art.md) +[*](shitword.md) +[*](float.md) +[*](os.md) +[*](rms.md) +[*](sw.md) +[*](combinatorics.md) +[*](steganography.md) +[*](paywall.md) +[*](fun.md) +[*](youtube.md) +[*](complexity.md) +[*](autostereogram.md) +[*](transsexual.md) +[*](comun.md) +[*](kiwifarms.md) +[*](analytic_geometry.md) +[*](assembly.md) +[*](demo.md) +[*](feminism.md) +[*](game.md) +[*](bilinear.md) +[*](assembly.md) +[*](distance.md) +[*](bloat_monopoly.md) +[*](communism.md) [*](old.md) -[*](proof.md) -[*](soyence.md) +[*](memory_management.md) +[*](update_culture.md) [*](fixed_point.md) -[*](langtons_ant.md) +[*](steve_jobs.md) +[*](cloud.md) +[*](suckless.md) +[*](gigachad.md) +[*](programming_tips.md) +[*](microsoft.md) +[*](prime.md) +[*](sqrt.md) +[*](reddit.md) +[*](wiki_style.md) +[*](programming_tips.md) +[*](soyence.md) +[*](bitreich.md) +[*](ram.md) +[*](wow.md) +[*](wiki_rights.md) +[*](ascii.md) +[*](capitalist_software.md) +[*](pi.md) +[*](law.md) +[*](universe.md) +[*](black.md) +[*](capitalist_software.md) +[*](wizard.md) +[*](cloudflare.md) +[*](ashley_jones.md) +[*](world_broadcast.md) +[*](physics.md) +[*](wavelet_transform.md) +[*](gui.md) +[*](raylib.md) +[*](macrofucker.md) +[*](bs.md) +[*](proprietary_software.md) +[*](axiom_of_choice.md) +[*](kiwifarms.md) +[*](computational_complexity.md) +[*](human_language.md) +[*](cat_v.md) +[*](cos.md) +[*](attribution.md) [*](cloudflare.md) [*](unary.md) -[*](backgammon.md) -[*](openarena.md) -[*](teletext.md) -[*](fascism.md) -[*](42.md) -[*](debugging.md) -[*](lambda_calculus.md) -[*](hack.md) -[*](living.md) -[*](recursion.md) -[*](cache.md) -[*](anarchism.md) -[*](lgbt.md) -[*](one.md) -[*](terry_davis.md) -[*](ancap.md) -[*](nc.md) -[*](encryption.md) -[*](interpolation.md) -[*](viznut.md) -[*](open_console.md) -[*](hero.md) -[*](lisp.md) -[*](xd.md) -[*](raycasting.md) -[*](digital_signature.md) -[*](nokia.md) -[*](free_software.md) -[*](app.md) -[*](interesting.md) -[*](fractal.md) -[*](murderer.md) -[*](maintenance.md) -[*](pd.md) -[*](elo.md) -[*](ui.md) -[*](stereotype.md) -[*](compression.md) -[*](free_speech.md) -[*](bloat.md) -[*](military.md) -[*](paradigm.md) -[*](work.md) -[*](freedom.md) -[*](tinyphysicsengine.md) -[*](project.md) -[*](disease.md) -[*](furry.md) -[*](linear_algebra.md) -[*](facebook.md) -[*](cpu.md) -[*](world_broadcast.md) -[*](git.md) -[*](logic_gate.md) -[*](comun.md) -[*](permacomputing_wiki.md) -[*](distrohopping.md) -[*](python.md) -[*](permacomputing.md) -[*](justice.md) -[*](people.md) -[*](game.md) -[*](viznut.md) -[*](project.md) -[*](graphics.md) -[*](beauty.md) -[*](libertarianism.md) -[*](copyleft.md) -[*](shortcut_thinking.md) -[*](nonogram.md) -[*](recursion.md) -[*](woman.md) -[*](yes_they_can.md) -[*](books.md) -[*](entrepreneur.md) -[*](phd.md) -[*](bill_gates.md) -[*](julia_set.md) -[*](distance.md) -[*](free_hardware.md) -[*](nationalism.md) -[*](shortcut_thinking.md) -[*](wiki_post_mortem.md) -[*](lrs.md) -[*](software.md) -[*](python.md) -[*](art.md) -[*](raycasting.md) -[*](niger.md) -[*](kiss.md) -[*](math.md) -[*](trump.md) -[*](approximation.md) -[*](main.md) -[*](assertiveness.md) -[*](demo.md) -[*](c_pitfalls.md) -[*](formal_language.md) -[*](trolling.md) -[*](ioccc.md) -[*](kek.md) -[*](cos.md) -[*](shader.md) -[*](systemd.md) -[*](zen.md) -[*](deferred_shading.md) -[*](sdf.md) -[*](copyleft.md) -[*](thrembo.md) -[*](firmware.md) -[*](rms.md) -[*](capitalist_software.md) -[*](pride.md) -[*](how_to.md) -[*](wiki_style.md) -[*](markov_chain.md) -[*](assertiveness.md) -[*](sdf.md) -[*](racism.md) -[*](reddit.md) -[*](marketing.md) -[*](42.md) -[*](law.md) -[*](p_vs_np.md) -[*](minigame.md) -[*](nc.md) -[*](military.md) -[*](xxiivv.md) -[*](john_carmack.md) -[*](physics_engine.md) -[*](pride.md) -[*](wiki_tldr.md) -[*](os.md) -[*](physics.md) -[*](c_tutorial.md) -[*](easier_done_than_said.md) -[*](cracker.md) +[*](memory_management.md) +[*](emoticon.md) +[*](suicide.md) +[*](go.md) +[*](goodbye_world.md) +[*](smallchesslib.md) [*](internet.md) -[*](lotr.md) -[*](feminism.md) +[*](unix.md) +[*](frameless.md) +[*](lambda_calculus.md) +[*](infinity.md) +[*](military.md) +[*](hw.md) +[*](libre.md) +[*](military.md) +[*](math.md) +[*](forth.md) +[*](needed.md) +[*](terry_davis.md) +[*](boat.md) +[*](culture.md) +[*](git.md) +[*](integral.md) +[*](tattoo.md) +[*](double_buffering.md) +[*](attribution.md) +[*](modern_software.md) +[*](python.md) +[*](whale.md) +[*](formal_language.md) +[*](pd.md) +[*](exercises.md) +[*](tranny.md) +[*](doom.md) +[*](bytebeat.md) +[*](education.md) +[*](line.md) +[*](vector.md) +[*](calculus.md) +[*](main.md) +[*](coc.md) +[*](cpp.md) +[*](competition.md) +[*](friend_detox.md) [*](femoid.md) +[*](ram.md) +[*](nanogenmo.md) +[*](90s.md) +[*](permacomputing_wiki.md) +[*](shogi.md) +[*](encryption.md) +[*](hacker_culture.md) +[*](throwaway_script.md) +[*](ascii_art.md) +[*](gopher.md) +[*](rights_culture.md) +[*](future.md) +[*](tinyphysicsengine.md) +[*](one.md) +[*](web.md) [*](sigbovik.md) [*](lil.md) -[*](technology.md) -[*](sin.md) -[*](hard_to_learn_easy_to_master.md) +[*](libertarianism.md) +[*](plusnigger.md) +[*](security.md) +[*](information.md) +[*](tensor_product.md) +[*](gaywashing.md) +[*](recursion.md) +[*](corporation.md) +[*](cache.md) +[*](evil.md) +[*](justice.md) +[*](forth.md) +[*](chinese.md) +[*](ubi.md) +[*](maintenance.md) +[*](motivation.md) +[*](productivity_cult.md) +[*](xxiivv.md) +[*](minimalism.md) [*](wiki_post_mortem.md) +[*](creative_commons.md) +[*](name_is_important.md) +[*](collision.md) +[*](approximation.md) +[*](acronym.md) +[*](hw.md) +[*](dynamic_programming.md) +[*](oop.md) +[*](trash_magic.md) +[*](math.md) +[*](mipmap.md) +[*](collision_detection.md) +[*](arduboy.md) +[*](gemini.md) +[*](shortcut_thinking.md) +[*](rationalwiki.md) +[*](c_sharp.md) +[*](randomness.md) +[*](computational_complexity.md) +[*](update_culture.md) +[*](os.md) +[*](tensor_product.md) +[*](network.md) +[*](floss.md) +[*](pedophilia.md) +[*](morality.md) +[*](3d_model.md) +[*](sorting.md) +[*](cracker.md) +[*](acronym.md) +[*](interaction_net.md) +[*](nigger.md) +[*](sdf.md) +[*](fear_culture.md) +[*](bloat.md) +[*](foss.md) +[*](4chan.md) +[*](fight.md) +[*](facebook.md) +[*](ai.md) +[*](left.md) +[*](piracy.md) +[*](rms.md) +[*](trump.md) +[*](color.md) +[*](arduboy.md) +[*](body_shaming.md) +[*](collision.md) +[*](social_inertia.md) +[*](free_software.md) +[*](communism.md) +[*](settled.md) +[*](xor.md) +[*](dog.md) +[*](xonotic.md) +[*](everyone_does_it.md) +[*](nanogenmo.md) +[*](gemini.md) +[*](fork.md) +[*](palette.md) +[*](arch.md) +[*](lrs_dictionary.md) +[*](suicide.md) +[*](wikipedia.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](programming.md) +[*](toxic.md) +[*](privacy.md) +[*](competition.md) +[*](free.md) +[*](woman.md) +[*](distance.md) +[*](implicit.md) +[*](steve_jobs.md) +[*](project.md) +[*](right.md) +[*](unary.md) +[*](open_source.md) +[*](usa.md) +[*](fear_culture.md) +[*](kiss.md) +[*](hacking.md) +[*](logic_gate.md) +[*](algorithm.md) +[*](smol_internet.md) +[*](proprietary_software.md) +[*](suckless.md) +[*](portability.md) +[*](app.md) +[*](chinese.md) +[*](collapse.md) +[*](dinosaur.md) +[*](entrepreneur.md) +[*](capitalist_singularity.md) +[*](permacomputing.md) +[*](unfuck.md) +[*](anal_bead.md) +[*](progress.md) +[*](sjw.md) +[*](formal_language.md) +[*](information.md) +[*](bullshit.md) +[*](usenet.md) +[*](assembly.md) +[*](wikidata.md) +[*](holy_war.md) +[*](real_number.md) +[*](dungeons_and_dragons.md) +[*](c_tutorial.md) +[*](unfuck.md) +[*](antivirus_paradox.md) +[*](bazaar.md) +[*](js.md) +[*](soyence.md) +[*](body_shaming.md) +[*](furry.md) +[*](operating_system.md) +[*](computer.md) +[*](cyber.md) +[*](no_knowledge_proof.md) +[*](luke_smith.md) +[*](nc.md) +[*](xd.md) +[*](primitive_3d.md) +[*](public_domain_computer.md) +[*](openai.md) +[*](normalization.md) +[*](lil.md) +[*](hyperoperation.md) +[*](hero.md) +[*](fizzbuzz.md) +[*](gigachad.md) +[*](chess.md) +[*](python.md) [*](free_speech.md) +[*](cracking.md) +[*](reactionary_software.md) +[*](nonogram.md) +[*](fork.md) +[*](egoism.md) +[*](feminism.md) +[*](free_body.md) +[*](logic_circuit.md) +[*](pseudorandomness.md) +[*](paradigm.md) +[*](human_language.md) +[*](wow.md) +[*](interesting.md) +[*](fascist.md) +[*](smol_internet.md) +[*](number.md) +[*](modern_software.md) +[*](python.md) +[*](portal_rendering.md) +[*](mandelbrot_set.md) +[*](calculus.md) +[*](bbs.md) +[*](README.md) +[*](needed.md) +[*](3d_rendering.md) +[*](rms.md) +[*](nokia.md) +[*](ronja.md) +[*](how_to.md) +[*](stereotype.md) +[*](fascism.md) +[*](tpe.md) +[*](harry_potter.md) +[*](settled.md) +[*](future.md) +[*](esolang.md) +[*](resnicks_termite.md) +[*](temple_os.md) +[*](competition.md) +[*](x86.md) +[*](public_domain.md) +[*](data_hoarding.md) +[*](fqa.md) +[*](qubit.md) +[*](programming_language.md) +[*](hard_to_learn_easy_to_master.md) +[*](morality.md) +[*](pride.md) +[*](interesting.md) +[*](free_universe.md) +[*](exercises.md) +[*](mental_outlaw.md) +[*](foss.md) +[*](public_domain.md) +[*](exercises.md) +[*](version_numbering.md) +[*](java.md) +[*](furry.md) +[*](build_engine.md) +[*](reactionary_software.md) +[*](tpe.md) +[*](bit.md) +[*](geek.md) +[*](cheating.md) +[*](infinity.md) +[*](openarena.md) +[*](wow.md) +[*](education.md) +[*](pseudo3d.md) +[*](raylib.md) +[*](loc.md) +[*](dodleston.md) +[*](systemd.md) +[*](hero.md) +[*](capitalism.md) +[*](antialiasing.md) +[*](marketing.md) +[*](geek.md) +[*](slowly_boiling_the_frog.md) +[*](atheism.md) +[*](fsf.md) +[*](shogi.md) +[*](normalization.md) +[*](hacker_culture.md) +[*](stereotype.md) +[*](dungeons_and_dragons.md) +[*](ioccc.md) +[*](debugging.md) +[*](ascii.md) +[*](42.md) +[*](ssao.md) +[*](software.md) +[*](plusnigger.md) +[*](langtons_ant.md) +[*](smart.md) +[*](cache.md) +[*](proof.md) +[*](sjw.md) +[*](old.md) +[*](rule110.md) +[*](operating_system.md) +[*](web.md) +[*](girl.md) +[*](c_sharp.md) +[*](fourier_transform.md) +[*](vector.md) +[*](saf.md) +[*](downto.md) +[*](sqrt.md) +[*](bill_gates.md) +[*](name_is_important.md) +[*](fuck.md) +[*](e.md) +[*](entrepreneur.md) +[*](jedi_engine.md) +[*](vim.md) +[*](npc.md) +[*](docker.md) +[*](privacy.md) +[*](compsci.md) +[*](history.md) +[*](adam_smith.md) +[*](demoscene.md) +[*](often_confused.md) +[*](island.md) +[*](crow_funding.md) +[*](crime_against_economy.md) +[*](ronja.md) +[*](chasm_the_rift.md) +[*](left_right.md) +[*](unicode.md) +[*](zoomer.md) +[*](democracy.md) +[*](how_to.md) +[*](magic.md) +[*](shortcut_thinking.md) +[*](vim.md) +[*](sw_rendering.md) +[*](rust.md) +[*](c.md) +[*](tranny.md) +[*](or.md) +[*](history.md) +[*](twos_complement.md) +[*](often_confused.md) +[*](libre.md) +[*](plusnigger.md) +[*](pedophilia.md) +[*](windows.md) +[*](minimalism.md) +[*](tranny_software.md) +[*](e.md) +[*](usenet.md) +[*](often_confused.md) +[*](oop.md) +[*](nigger.md) +[*](21st_century.md) +[*](p_vs_np.md) +[*](brain_software.md) +[*](english.md) +[*](countercomplex.md) +[*](physics.md) +[*](unicode.md) +[*](rapeware.md) +[*](gnu.md) +[*](coding.md) [*](bytecode.md) +[*](reddit.md) +[*](left_right.md) +[*](sw_rendering.md) +[*](rapeware.md) +[*](bitreich.md) +[*](disease.md) +[*](jokes.md) +[*](gay.md) +[*](openai.md) +[*](interaction_net.md) +[*](graveyard.md) +[*](aaron_swartz.md) +[*](100r.md) +[*](kwangmyong.md) +[*](macrofucker.md) +[*](throwaway_script.md) +[*](and.md) +[*](feminism.md) +[*](dinosaur.md) +[*](femoid.md) +[*](de_facto.md) +[*](algorithm.md) +[*](fizzbuzz.md) +[*](cc.md) +[*](marxism.md) +[*](data_hoarding.md) +[*](golang.md) +[*](data_structure.md) +[*](markov_chain.md) +[*](bootstrap.md) +[*](doom.md) +[*](bootstrap.md) +[*](js.md) +[*](downto.md) +[*](wiki_tldr.md) +[*](fight.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](less_retarded_hardware.md) +[*](chinese.md) +[*](sanism.md) +[*](framework.md) +[*](procgen.md) +[*](world_broadcast.md) +[*](tangram.md) +[*](beauty.md) +[*](trolling.md) +[*](teletext.md) +[*](beauty.md) +[*](communism.md) +[*](encyclopedia.md) +[*](less_retarded_society.md) +[*](mainstream.md) +[*](memory_management.md) +[*](furry.md) +[*](earth.md) +[*](aliasing.md) +[*](emoticon.md) +[*](books.md) +[*](military.md) +[*](ancap.md) +[*](logic_gate.md) +[*](viznut.md) +[*](ssao.md) +[*](gaywashing.md) +[*](wiki_style.md) +[*](gender_studies.md) +[*](4chan.md) +[*](java.md) +[*](microtheft.md) +[*](gender_studies.md) +[*](viznut.md) +[*](programming_style.md) +[*](wiki_stats.md) +[*](czechia.md) +[*](diogenes.md) +[*](deep_blue.md) +[*](noise.md) +[*](loquendo.md) +[*](sanism.md) +[*](nc.md) +[*](hexadecimal.md) +[*](fail_ab.md) +[*](binary.md) +[*](entropy.md) +[*](mob_software.md) +[*](art.md) +[*](kids_these_days.md) +[*](xxiivv.md) +[*](arch.md) +[*](bit_hack.md) +[*](wikipedia.md) +[*](semiconductor.md) +[*](mechanical.md) +[*](crypto.md) +[*](game.md) +[*](42.md) +[*](niggercoin.md) +[*](color.md) +[*](evil.md) +[*](uxn.md) +[*](anarch.md) +[*](zen.md) +[*](apple.md) +[*](loquendo.md) +[*](fantasy_console.md) +[*](people.md) +[*](sigbovik.md) +[*](cyber.md) +[*](shortcut_thinking.md) +[*](lisp.md) +[*](work.md) +[*](debugging.md) +[*](beauty.md) +[*](steganography.md) +[*](www.md) +[*](jargon_file.md) +[*](compression.md) +[*](mainstream.md) +[*](marxism.md) +[*](nationalism.md) +[*](downto.md) +[*](adam_smith.md) +[*](network.md) +[*](wiki_rights.md) +[*](pseudominimalism.md) +[*](line.md) +[*](wikidata.md) +[*](transistor.md) +[*](right.md) +[*](rationalwiki.md) +[*](trolling.md) +[*](free_culture.md) +[*](bill_gates.md) +[*](linear_algebra.md) +[*](devuan.md) +[*](hard_to_learn_easy_to_master.md) +[*](political_correctness.md) +[*](cyberbullying.md) +[*](unix_philosophy.md) +[*](logic.md) +[*](cpp.md) +[*](distrohopping.md) +[*](maintenance.md) +[*](physics.md) +[*](cyberbullying.md) +[*](ashley_jones.md) +[*](encryption.md) +[*](anpac.md) +[*](function.md) +[*](distance.md) +[*](tas.md) +[*](life.md) +[*](game_engine.md) +[*](english.md) +[*](tor.md) +[*](flatland.md) +[*](dramatica.md) +[*](tensor_product.md) +[*](capitalism.md) +[*](apple.md) +[*](bit_hack.md) +[*](web.md) +[*](procgen.md) +[*](compsci.md) +[*](intellectual_property.md) +[*](real_number.md) +[*](faggot.md) +[*](science.md) +[*](demo.md) +[*](linux.md) +[*](trom.md) +[*](wiki_tldr.md) +[*](billboard.md) [*](speech_synthesis.md) [*](myths.md) -[*](acronym.md) -[*](altruism.md) -[*](gemini.md) -[*](free_will.md) -[*](nonogram.md) -[*](floss.md) -[*](debugging.md) -[*](tranny.md) -[*](version_numbering.md) -[*](downto.md) -[*](pseudo3d.md) -[*](www.md) -[*](censorship.md) -[*](duskos.md) -[*](fuck.md) -[*](ted_kaczynski.md) -[*](hitler.md) -[*](devuan.md) -[*](gaywashing.md) -[*](easy_to_learn_hard_to_master.md) -[*](free_hardware.md) -[*](explicit.md) -[*](racetrack.md) -[*](trom.md) -[*](wikiwikiweb.md) -[*](mouse.md) -[*](island.md) -[*](whale.md) -[*](90s.md) -[*](public_domain.md) -[*](jokes.md) -[*](less_retarded_society.md) -[*](chaos.md) -[*](tattoo.md) -[*](axiom_of_choice.md) -[*](explicit.md) -[*](pascal.md) -[*](productivity_cult.md) -[*](niger.md) -[*](game_engine.md) -[*](temple_os.md) -[*](dependency.md) -[*](dick_reveal.md) -[*](complexity.md) -[*](cpp.md) -[*](life.md) -[*](fight.md) -[*](logic_circuit.md) -[*](normalization.md) -[*](flatland.md) -[*](normalization.md) -[*](transistor.md) -[*](smol_internet.md) -[*](encryption.md) -[*](wiby.md) -[*](permacomputing.md) -[*](tech.md) -[*](digital_signature.md) -[*](zero.md) -[*](blender.md) -[*](bytecode.md) -[*](loc.md) -[*](terry_davis.md) -[*](wiki_pages.md) -[*](xxiivv.md) -[*](game_engine.md) -[*](cpu.md) -[*](brain_software.md) -[*](paywall.md) -[*](semiconductor.md) -[*](ram.md) -[*](project.md) -[*](cyberbullying.md) -[*](cancer.md) -[*](xd.md) -[*](intellectual_property.md) -[*](fork.md) -[*](collision_detection.md) -[*](rgb565.md) -[*](nc.md) -[*](autostereogram.md) -[*](chasm_the_rift.md) -[*](marxism.md) -[*](democracy.md) -[*](prime.md) -[*](no_knowledge_proof.md) -[*](mob_software.md) -[*](less_retarded_hardware.md) -[*](chinese.md) -[*](toxic.md) -[*](color.md) -[*](democracy.md) -[*](nord_vpn.md) -[*](suckless.md) -[*](pride.md) -[*](derivative.md) -[*](ssao.md) -[*](quantum_gate.md) -[*](autostereogram.md) -[*](line.md) -[*](gui.md) -[*](wiki_style.md) -[*](wikidata.md) -[*](evil.md) -[*](bill_gates.md) -[*](framework.md) -[*](git.md) -[*](tpe.md) -[*](name_is_important.md) -[*](entrepreneur.md) -[*](smol_internet.md) -[*](lambda_calculus.md) -[*](4chan.md) -[*](cpu.md) -[*](work.md) -[*](pseudominimalism.md) -[*](binary.md) -[*](finished.md) -[*](analog.md) -[*](good_enough.md) -[*](infinity.md) -[*](suckless.md) -[*](qubit.md) -[*](political_correctness.md) -[*](dog.md) -[*](procgen.md) -[*](public_domain_computer.md) -[*](c_sharp.md) -[*](smart.md) -[*](pascal.md) -[*](corporation.md) -[*](productivity_cult.md) -[*](monad.md) -[*](dick_reveal.md) -[*](toxic.md) -[*](100r.md) -[*](universe.md) -[*](duke3d.md) -[*](ashley_jones.md) -[*](line.md) -[*](minigame.md) -[*](transistor.md) -[*](interplanetary_internet.md) -[*](anal_bead.md) -[*](openai.md) -[*](beauty.md) -[*](hitler.md) -[*](logic_circuit.md) -[*](uxn.md) -[*](physics_engine.md) -[*](p_vs_np.md) -[*](implicit.md) [*](palette.md) -[*](bootstrap.md) -[*](security.md) -[*](collision.md) -[*](sin.md) -[*](recursion.md) -[*](often_confused.md) -[*](mental_outlaw.md) -[*](quantum_gate.md) -[*](fourier_transform.md) -[*](kwangmyong.md) -[*](pseudoleft.md) -[*](update_culture.md) -[*](tool_slave.md) -[*](beauty.md) -[*](pi.md) -[*](anpac.md) -[*](css.md) -[*](and.md) -[*](right.md) -[*](antialiasing.md) -[*](tranny_software.md) -[*](combinatorics.md) -[*](gender_studies.md) +[*](interplanetary_internet.md) +[*](elon_musk.md) +[*](public_domain.md) +[*](people.md) +[*](cpu.md) +[*](cancer.md) +[*](comment.md) +[*](sudoku.md) +[*](21st_century.md) +[*](progress.md) +[*](internet.md) +[*](soydev.md) +[*](nonogram.md) +[*](optimization.md) +[*](ioccc.md) +[*](collapse.md) +[*](implicit.md) +[*](pseudominimalism.md) +[*](yes_they_can.md) +[*](quine.md) +[*](regex.md) +[*](zero.md) +[*](operating_system.md) +[*](wavelet_transform.md) +[*](encyclopedia.md) +[*](free_software.md) +[*](wiby.md) +[*](small3dlib.md) +[*](easy_to_learn_hard_to_master.md) +[*](3d_model.md) +[*](tom_scott.md) +[*](books.md) +[*](io.md) +[*](censorship.md) +[*](trash_magic.md) [*](bbs.md) +[*](aaron_swartz.md) +[*](dramatica.md) +[*](hitler.md) +[*](graphics.md) +[*](security.md) +[*](implicit.md) +[*](sjw.md) +[*](sudoku.md) +[*](shit.md) +[*](marble_race.md) +[*](computational_complexity.md) +[*](digital.md) +[*](google.md) +[*](luke_smith.md) +[*](javascript.md) +[*](ai.md) +[*](fixed_point.md) +[*](copyfree.md) +[*](mud.md) +[*](tom_scott.md) +[*](wikidata.md) +[*](bit.md) +[*](finished.md) +[*](wizard.md) +[*](iq.md) +[*](anal_bead.md) +[*](trash_magic.md) +[*](100r.md) +[*](island.md) +[*](fantasy_console.md) +[*](noise.md) +[*](prime.md) +[*](game_of_life.md) +[*](gnu.md) +[*](golang.md) +[*](io.md) +[*](3d_rendering.md) +[*](slowly_boiling_the_frog.md) +[*](love.md) +[*](black.md) +[*](less_retarded_society.md) +[*](morality.md) +[*](quine.md) +[*](npc.md) +[*](gopher.md) +[*](and.md) +[*](interesting.md) +[*](antivirus_paradox.md) +[*](mental_outlaw.md) +[*](myths.md) +[*](nord_vpn.md) +[*](vector.md) +[*](raycastlib.md) +[*](digital.md) +[*](atan.md) +[*](openai.md) +[*](dodleston.md) +[*](gaywashing.md) +[*](ai.md) +[*](ted_kaczynski.md) +[*](quaternion.md) +[*](lrs.md) +[*](chasm_the_rift.md) +[*](niggercoin.md) +[*](good_enough.md) +[*](freedom_distance.md) +[*](ethics.md) +[*](lotr.md) +[*](derivative.md) +[*](firmware.md) +[*](bullshit.md) +[*](pi.md) +[*](demo.md) +[*](one.md) +[*](money.md) +[*](collapse.md) +[*](pseudorandomness.md) +[*](90s.md) +[*](project.md) +[*](resnicks_termite.md) +[*](explicit.md) +[*](kids_these_days.md) +[*](programming.md) +[*](cyberbullying.md) +[*](debugging.md) +[*](julia_set.md) +[*](nigger.md) +[*](censorship.md) +[*](diogenes.md) +[*](lotr.md) +[*](smol_internet.md) +[*](monad.md) +[*](life.md) +[*](rgb332.md) +[*](racism.md) +[*](consumerism.md) +[*](anal_bead.md) +[*](backgammon.md) +[*](pascal.md) +[*](collision_detection.md) +[*](harry_potter.md) +[*](determinism.md) +[*](or.md) +[*](c.md) +[*](tranny_software.md) +[*](robot.md) +[*](greenwashing.md) +[*](island.md) +[*](javascript.md) +[*](copyleft.md) +[*](wiki_post_mortem.md) +[*](global_discussion.md) +[*](art.md) [*](frameless.md) -[*](README.md) -[*](audiophilia.md) -[*](altruism.md) -[*](c_sharp.md) -[*](libre.md) -[*](brainfuck.md) +[*](assertiveness.md) +[*](cheating.md) +[*](fascism.md) +[*](zoomer.md) +[*](information.md) +[*](c_tutorial.md) +[*](turing_machine.md) +[*](smallchesslib.md) +[*](interpolation.md) +[*](unix_philosophy.md) +[*](resnicks_termite.md) +[*](raylib.md) +[*](finished.md) +[*](cc0.md) +[*](faq.md) +[*](disease.md) +[*](fail_ab.md) +[*](soyence.md) +[*](f2p.md) +[*](free_hardware.md) +[*](atan.md) +[*](wiki_rights.md) +[*](mental_outlaw.md) +[*](democracy.md) +[*](billboard.md) +[*](primitive_3d.md) +[*](love.md) +[*](rgb332.md) +[*](nd.md) +[*](coding.md) +[*](open_source.md) +[*](steve_jobs.md) +[*](www.md) +[*](kiss.md) +[*](patent.md) +[*](sw.md) +[*](lgbt.md) +[*](phd.md) +[*](race.md) +[*](primitive_3d.md) +[*](game_engine.md) +[*](shader.md) +[*](living.md) +[*](floss.md) +[*](and.md) +[*](integral.md) +[*](math.md) +[*](devuan.md) +[*](linux.md) +[*](demoscene.md) +[*](lambda_calculus.md) +[*](magic.md) +[*](number.md) +[*](ascii.md) +[*](foss.md) +[*](faq.md) +[*](blender.md) +[*](c_pitfalls.md) +[*](easier_done_than_said.md) +[*](mud.md) +[*](hack.md) +[*](arduboy.md) +[*](ted_kaczynski.md) +[*](drummyfish.md) +[*](anarch.md) +[*](venus_project.md) +[*](collision.md) +[*](copyleft.md) +[*](linux.md) +[*](kiss.md) +[*](pd.md) +[*](xonotic.md) +[*](turing_machine.md) +[*](digital.md) +[*](rgb565.md) +[*](version_numbering.md) +[*](backpropagation.md) +[*](easier_done_than_said.md) +[*](chasm_the_rift.md) +[*](cloudflare.md) +[*](game.md) +[*](social_inertia.md) +[*](bill_gates.md) +[*](build_engine.md) +[*](tinyphysicsengine.md) +[*](reactionary_software.md) +[*](recursion.md) +[*](c_tutorial.md) +[*](cat_v.md) +[*](tattoo.md) +[*](coc.md) +[*](fediverse.md) +[*](piracy.md) +[*](idiot_fallacy.md) +[*](rights_culture.md) +[*](entropy.md) +[*](wiki_stats.md) +[*](hash.md) +[*](unix.md) +[*](lotr.md) +[*](build_engine.md) +[*](intellectual_property.md) +[*](modern_software.md) +[*](transistor.md) +[*](fascism.md) +[*](programming_language.md) +[*](interpolation.md) +[*](de_facto.md) +[*](marble_race.md) +[*](git.md) +[*](cpp.md) +[*](hero_culture.md) +[*](combinatorics.md) +[*](explicit.md) +[*](future_proof.md) +[*](girl.md) +[*](os.md) +[*](compiler_bomb.md) +[*](p_vs_np.md) +[*](anpac.md) +[*](minimalism.md) +[*](ascii_art.md) +[*](interplanetary_internet.md) +[*](jesus.md) +[*](tranny_software.md) +[*](programming_tips.md) +[*](axiom_of_choice.md) +[*](crypto.md) +[*](rationalwiki.md) +[*](wiki_pages.md) +[*](marketing.md) +[*](robot.md) +[*](egoism.md) +[*](license.md) +[*](woman.md) +[*](fsf.md) +[*](pride.md) +[*](geek.md) +[*](byte.md) +[*](bilinear.md) +[*](quantum_gate.md) +[*](libertarianism.md) +[*](technology.md) +[*](idiot_fallacy.md) [*](lisp.md) -[*](distrohopping.md) +[*](cat_v.md) +[*](framework.md) +[*](mouse.md) +[*](autoupdate.md) +[*](cloud.md) +[*](comment.md) +[*](john_carmack.md) +[*](kiwifarms.md) +[*](freedom.md) +[*](programming_language.md) +[*](pascal.md) +[*](culture.md) +[*](rule110.md) +[*](right.md) +[*](youtube.md) +[*](permacomputing_wiki.md) +[*](future_proof.md) [*](bloat.md) [*](rapeware.md) -[*](hero_culture.md) -[*](rights_culture.md) -[*](lambda_calculus.md) -[*](memory_management.md) -[*](earth.md) -[*](tangram.md) -[*](tranny.md) -[*](wiby.md) -[*](distrohopping.md) -[*](body_shaming.md) -[*](music.md) -[*](left_right.md) -[*](cloudflare.md) -[*](gnu.md) -[*](and.md) -[*](portal_rendering.md) -[*](web.md) -[*](gay.md) -[*](bit_hack.md) -[*](dynamic_programming.md) -[*](ashley_jones.md) -[*](everyone_does_it.md) -[*](wavelet_transform.md) -[*](soydev.md) -[*](tas.md) -[*](100r.md) -[*](iq.md) -[*](fsf.md) -[*](niger.md) -[*](pseudominimalism.md) -[*](terry_davis.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](yes_they_can.md) -[*](interaction_net.md) -[*](neural_network.md) -[*](bit.md) -[*](resnicks_termite.md) -[*](just_werks.md) -[*](firmware.md) -[*](pedophilia.md) -[*](unretard.md) -[*](calculus.md) -[*](marxism.md) -[*](wiby.md) -[*](internet.md) -[*](smol_internet.md) -[*](sigbovik.md) -[*](crypto.md) -[*](tensor_product.md) -[*](technology.md) -[*](githopping.md) -[*](githopping.md) -[*](cloudflare.md) -[*](greenwashing.md) -[*](demoscene.md) -[*](windows.md) -[*](binary.md) -[*](compiler_bomb.md) -[*](operating_system.md) -[*](venus_project.md) -[*](just_werks.md) -[*](future.md) -[*](cracking.md) -[*](furry.md) -[*](explicit.md) -[*](interaction_net.md) -[*](charity_sex.md) -[*](public_domain_computer.md) -[*](crypto.md) -[*](wiki_tldr.md) -[*](race.md) -[*](backgammon.md) -[*](logic.md) -[*](capitalism.md) -[*](jesus.md) -[*](openarena.md) -[*](distance.md) -[*](ubi.md) -[*](proprietary_software.md) -[*](regex.md) -[*](interaction_net.md) -[*](wiki_rights.md) -[*](npc.md) -[*](marxism.md) -[*](smallchesslib.md) -[*](normalization.md) -[*](or.md) -[*](steve_jobs.md) -[*](everyone_does_it.md) -[*](mechanical.md) -[*](bloat_monopoly.md) -[*](unretard.md) -[*](lrs.md) -[*](brainfuck.md) -[*](friend_detox.md) -[*](corporation.md) -[*](goodbye_world.md) -[*](drummyfish.md) -[*](billboard.md) -[*](lrs_dictionary.md) -[*](unfuck.md) -[*](youtube.md) -[*](wiki_stats.md) -[*](programming_style.md) -[*](cc0.md) -[*](comment.md) -[*](java.md) -[*](dungeons_and_dragons.md) -[*](3d_rendering.md) -[*](cpp.md) -[*](transsexual.md) -[*](countercomplex.md) -[*](triangle.md) -[*](cloud.md) -[*](cc.md) -[*](facebook.md) -[*](less_retarded_software.md) -[*](physics_engine.md) -[*](loquendo.md) -[*](atan.md) -[*](capitalist_singularity.md) -[*](gui.md) -[*](diogenes.md) -[*](collision.md) -[*](foss.md) -[*](no_knowledge_proof.md) -[*](emoticon.md) -[*](ethics.md) -[*](dodleston.md) -[*](everyone_does_it.md) -[*](esolang.md) -[*](de_facto.md) -[*](world_broadcast.md) -[*](operating_system.md) -[*](programming_style.md) -[*](palette.md) -[*](demoscene.md) -[*](suicide.md) -[*](julia_set.md) -[*](wikiwikiweb.md) -[*](gaywashing.md) -[*](bootstrap.md) -[*](shogi.md) -[*](patent.md) -[*](bloat_monopoly.md) -[*](analog.md) -[*](countercomplex.md) -[*](programming_language.md) -[*](facebook.md) -[*](pokitto.md) -[*](coding.md) -[*](ascii_art.md) -[*](shitword.md) -[*](autoupdate.md) -[*](ioccc.md) -[*](bazaar.md) -[*](data_hoarding.md) -[*](bit.md) -[*](graveyard.md) -[*](library.md) -[*](hero_culture.md) -[*](randomness.md) -[*](linear_algebra.md) -[*](minesweeper.md) -[*](old.md) -[*](gui.md) -[*](21st_century.md) -[*](troll.md) -[*](cracking.md) -[*](memory_management.md) -[*](wiki_rights.md) -[*](earth.md) -[*](shit.md) -[*](selflessness.md) -[*](mental_outlaw.md) -[*](anal_bead.md) -[*](holy_war.md) -[*](niggercoin.md) -[*](ioccc.md) -[*](rsa.md) -[*](toxic.md) -[*](cache.md) -[*](downto.md) -[*](fediverse.md) -[*](tangram.md) -[*](turing_machine.md) -[*](logic_circuit.md) -[*](public_domain.md) -[*](tangram.md) -[*](encyclopedia.md) -[*](anarchism.md) -[*](math.md) -[*](iq.md) -[*](www.md) -[*](minimalism.md) -[*](version_numbering.md) -[*](frameless.md) -[*](transsexual.md) -[*](small3dlib.md) -[*](capitalism.md) -[*](compiler_bomb.md) -[*](monad.md) -[*](assembly.md) -[*](rights_culture.md) -[*](combinatorics.md) -[*](right.md) -[*](motivation.md) -[*](fqa.md) -[*](3d_rendering.md) -[*](productivity_cult.md) -[*](kwangmyong.md) -[*](boat.md) -[*](derivative.md) -[*](primitive_3d.md) -[*](dynamic_programming.md) -[*](mipmap.md) -[*](interesting.md) -[*](holy_war.md) -[*](throwaway_script.md) -[*](noise.md) -[*](bitreich.md) -[*](ethics.md) -[*](watchdog.md) -[*](network.md) -[*](trom.md) -[*](often_misunderstood.md) -[*](wikidata.md) -[*](jedi_engine.md) -[*](sanism.md) -[*](libertarianism.md) -[*](chaos.md) -[*](culture.md) -[*](moderation.md) -[*](or.md) -[*](faggot.md) -[*](memory_management.md) -[*](integral.md) -[*](autoupdate.md) -[*](javascript.md) -[*](football.md) -[*](netstalking.md) -[*](quaternion.md) -[*](wiki_authors.md) -[*](systemd.md) -[*](digital.md) -[*](hyperoperation.md) -[*](patent.md) -[*](physics.md) -[*](free.md) -[*](crow_funding.md) -[*](microtransaction.md) -[*](minimalism.md) -[*](f2p.md) -[*](atheism.md) -[*](approximation.md) -[*](comun.md) -[*](kiss.md) -[*](tom_scott.md) -[*](trash_magic.md) -[*](lrs_wiki.md) -[*](robot.md) -[*](fail_ab.md) -[*](femoid.md) -[*](crime_against_economy.md) -[*](gopher.md) -[*](evil.md) -[*](interpolation.md) -[*](settled.md) -[*](loc.md) -[*](wow.md) -[*](newspeak.md) -[*](comun.md) -[*](determinism.md) -[*](x86.md) -[*](soyence.md) -[*](demoscene.md) -[*](temple_os.md) -[*](prime.md) -[*](pascal.md) -[*](procgen.md) -[*](digital.md) -[*](capitalist_singularity.md) -[*](bullshit.md) -[*](e.md) -[*](duke3d.md) -[*](fear_culture.md) -[*](ssao.md) -[*](paradigm.md) -[*](old.md) -[*](money.md) -[*](linux.md) -[*](docker.md) -[*](permacomputing_wiki.md) -[*](21st_century.md) -[*](wikipedia.md) -[*](selflessness.md) -[*](fascism.md) -[*](microsoft.md) -[*](marketing.md) -[*](e.md) -[*](pseudo3d.md) -[*](forth.md) -[*](geek.md) -[*](less_retarded_hardware.md) -[*](permacomputing_wiki.md) -[*](love.md) -[*](kiwifarms.md) -[*](reactionary_software.md) -[*](downto.md) -[*](creative_commons.md) -[*](deep_blue.md) -[*](unicode.md) -[*](atheism.md) -[*](egoism.md) -[*](tas.md) -[*](homelessness.md) -[*](used.md) -[*](name_is_important.md) -[*](sjw.md) -[*](java.md) -[*](nd.md) -[*](dick_reveal.md) -[*](jedi_engine.md) -[*](sw_rendering.md) -[*](hw.md) -[*](privacy.md) -[*](oop.md) -[*](harry_potter.md) -[*](less_retarded_software.md) -[*](nord_vpn.md) -[*](bytecode.md) -[*](twos_complement.md) -[*](portal_rendering.md) -[*](fascist.md) -[*](portability.md) -[*](holy_war.md) -[*](hardware.md) -[*](throwaway_script.md) -[*](unfuck.md) -[*](emoticon.md) -[*](chess.md) -[*](ascii_art.md) -[*](diogenes.md) -[*](kek.md) -[*](shogi.md) -[*](anarch.md) -[*](os.md) -[*](greenwashing.md) [*](3d_model.md) -[*](competition.md) -[*](unix.md) -[*](name_is_important.md) -[*](copyleft.md) -[*](netstalking.md) -[*](free_hardware.md) -[*](wizard.md) -[*](fqa.md) -[*](gnu.md) -[*](nd.md) -[*](formal_language.md) -[*](programming_language.md) -[*](settled.md) -[*](rights_culture.md) -[*](microtransaction.md) -[*](trolling.md) -[*](dinosaur.md) -[*](acronym.md) -[*](public_domain_computer.md) -[*](mainstream.md) -[*](nanogenmo.md) -[*](build_engine.md) -[*](oop.md) -[*](js.md) -[*](antialiasing.md) -[*](zuckerberg.md) -[*](troll.md) -[*](cancel_culture.md) -[*](good_enough.md) -[*](gigachad.md) -[*](gemini.md) -[*](fractal.md) -[*](free_speech.md) -[*](formal_language.md) -[*](vector.md) -[*](billboard.md) -[*](soydev.md) -[*](collision_detection.md) -[*](sigbovik.md) -[*](netstalking.md) -[*](rsa.md) -[*](fun.md) -[*](trusting_trust.md) -[*](goodbye_world.md) -[*](tpe.md) -[*](function.md) -[*](data_structure.md) -[*](fsf.md) -[*](freedom.md) -[*](shogi.md) -[*](audiophilia.md) -[*](pokitto.md) -[*](island.md) -[*](bs.md) -[*](raycastlib.md) -[*](tranny_software.md) -[*](cos.md) -[*](cc0.md) -[*](number.md) -[*](race.md) -[*](linear_algebra.md) -[*](cracker.md) -[*](lotr.md) -[*](fail_ab.md) -[*](political_correctness.md) -[*](compiler_bomb.md) -[*](dependency.md) -[*](wiki_stats.md) -[*](malware.md) -[*](reddit.md) -[*](npc.md) -[*](operating_system.md) -[*](global_discussion.md) -[*](cheating.md) -[*](rsa.md) -[*](cache.md) -[*](czechia.md) -[*](nigeria.md) -[*](ascii.md) -[*](shitword.md) -[*](rgb565.md) -[*](tinyphysicsengine.md) -[*](jargon_file.md) -[*](justice.md) -[*](ancap.md) -[*](rock.md) -[*](kids_these_days.md) -[*](quine.md) -[*](information.md) -[*](main.md) -[*](README.md) -[*](fantasy_console.md) -[*](bazaar.md) -[*](fun.md) -[*](approximation.md) -[*](selflessness.md) -[*](wikipedia.md) -[*](money.md) -[*](girl.md) -[*](ronja.md) -[*](qubit.md) -[*](nokia.md) -[*](cancer.md) -[*](ashley_jones.md) -[*](unretard.md) -[*](systemd.md) -[*](autoupdate.md) -[*](tom_scott.md) -[*](flatland.md) -[*](mud.md) -[*](unicode.md) -[*](pseudorandomness.md) -[*](wiki_pages.md) -[*](tor.md) -[*](regex.md) -[*](ui.md) -[*](mandelbrot_set.md) -[*](compression.md) -[*](exercises.md) -[*](color.md) -[*](avpd.md) -[*](maintenance.md) -[*](plusnigger.md) -[*](and.md) -[*](mipmap.md) -[*](fear_culture.md) -[*](how_to.md) -[*](free_culture.md) -[*](quine.md) -[*](openarena.md) -[*](quaternion.md) -[*](blender.md) -[*](license.md) -[*](wow.md) -[*](rust.md) -[*](soyence.md) -[*](english.md) -[*](twos_complement.md) -[*](hash.md) -[*](wiki_pages.md) -[*](patent.md) -[*](fantasy_console.md) -[*](jesus.md) -[*](google.md) -[*](free_software.md) -[*](uxn.md) -[*](lrs_dictionary.md) -[*](lgbt.md) -[*](css.md) -[*](computational_complexity.md) -[*](freedom_distance.md) -[*](less_retarded_software.md) -[*](paradigm.md) -[*](whale.md) -[*](education.md) -[*](woman.md) -[*](universe.md) -[*](assertiveness.md) -[*](portal_rendering.md) -[*](one.md) -[*](piracy.md) -[*](education.md) -[*](transsexual.md) -[*](avpd.md) -[*](mob_software.md) -[*](left_right.md) -[*](chess.md) -[*](infinity.md) -[*](rule110.md) -[*](portability.md) -[*](feminism.md) -[*](plan9.md) -[*](software.md) -[*](future.md) -[*](libertarianism.md) -[*](deferred_shading.md) -[*](pseudorandomness.md) -[*](boot.md) -[*](murderer.md) -[*](sw_rendering.md) -[*](tool_slave.md) -[*](brain_software.md) -[*](proof.md) -[*](optimization.md) -[*](100r.md) -[*](smart.md) -[*](nationalism.md) -[*](usenet.md) -[*](attribution.md) -[*](float.md) -[*](chinese.md) -[*](aliasing.md) -[*](people.md) -[*](binary.md) -[*](lgbt.md) -[*](logic.md) [*](fourier_transform.md) +[*](p_vs_np.md) [*](social_inertia.md) -[*](de_facto.md) -[*](tech.md) -[*](go.md) -[*](rationalwiki.md) -[*](determinism.md) -[*](hacker_culture.md) -[*](elon_musk.md) -[*](loc.md) -[*](global_discussion.md) -[*](compsci.md) -[*](cat_v.md) -[*](c_tutorial.md) -[*](bitreich.md) -[*](piracy.md) -[*](plan9.md) -[*](bullshit.md) -[*](interpolation.md) -[*](faggot.md) -[*](chess.md) -[*](pseudo3d.md) -[*](primitive_3d.md) -[*](hard_to_learn_easy_to_master.md) -[*](calculus.md) -[*](collapse.md) -[*](microtheft.md) -[*](suicide.md) -[*](soydev.md) -[*](portability.md) -[*](low_poly.md) -[*](books.md) -[*](social_inertia.md) -[*](hero.md) -[*](zoomer.md) -[*](dinosaur.md) -[*](math.md) -[*](integral.md) -[*](3d_modeling.md) -[*](shit.md) -[*](steve_jobs.md) -[*](collapse.md) -[*](phd.md) -[*](venus_project.md) -[*](fork.md) -[*](plusnigger.md) -[*](science.md) -[*](femoid.md) -[*](steve_jobs.md) -[*](foss.md) -[*](wiki_stats.md) -[*](sudoku.md) -[*](game_engine.md) -[*](modern_software.md) -[*](assembly.md) -[*](thrembo.md) [*](hash.md) -[*](billboard.md) -[*](mob_software.md) -[*](3d_modeling.md) -[*](tpe.md) -[*](coding.md) -[*](arch.md) -[*](chasm_the_rift.md) -[*](luke_smith.md) -[*](slowly_boiling_the_frog.md) -[*](music.md) -[*](magic.md) -[*](unix_philosophy.md) -[*](computational_complexity.md) -[*](mud.md) -[*](compsci.md) -[*](attribution.md) -[*](number.md) -[*](rule110.md) -[*](or.md) -[*](adam_smith.md) -[*](love.md) -[*](modern.md) -[*](devuan.md) -[*](kids_these_days.md) -[*](often_misunderstood.md) -[*](sorting.md) -[*](splinternet.md) -[*](optimization.md) -[*](rgb565.md) -[*](mainstream.md) -[*](determinism.md) -[*](moderation.md) -[*](left.md) -[*](arduboy.md) -[*](x86.md) -[*](microsoft.md) -[*](coding.md) -[*](jesus.md) -[*](girl.md) -[*](mouse.md) -[*](duke3d.md) -[*](stereotype.md) -[*](low_poly.md) -[*](pseudominimalism.md) -[*](jokes.md) -[*](charity_sex.md) -[*](pi.md) -[*](bs.md) -[*](kek.md) -[*](distance.md) -[*](rust.md) [*](library.md) -[*](free_will.md) -[*](future.md) -[*](openai.md) -[*](programming_language.md) -[*](devuan.md) -[*](float.md) -[*](c.md) -[*](acronym.md) -[*](aaron_swartz.md) -[*](paywall.md) -[*](twos_complement.md) -[*](left.md) -[*](c_tutorial.md) -[*](wiki_rights.md) -[*](ssao.md) -[*](physics.md) -[*](combinatorics.md) -[*](nigger.md) -[*](teletext.md) -[*](fork.md) -[*](plusnigger.md) -[*](fixed_point.md) -[*](wikipedia.md) -[*](function.md) -[*](bazaar.md) -[*](free_body.md) -[*](jargon_file.md) -[*](gaywashing.md) -[*](life.md) -[*](www.md) -[*](culture.md) -[*](gender_studies.md) -[*](derivative.md) -[*](fascist.md) -[*](c_pitfalls.md) -[*](trump.md) -[*](hacking.md) -[*](implicit.md) -[*](liberalism.md) -[*](compression.md) -[*](cancel_culture.md) -[*](copyfree.md) -[*](youtube.md) -[*](censorship.md) -[*](love.md) -[*](minesweeper.md) -[*](suckless.md) -[*](tranny_software.md) -[*](c.md) -[*](free_universe.md) -[*](ram.md) +[*](avpd.md) +[*](cos.md) +[*](free_speech.md) +[*](sin.md) +[*](triangle.md) +[*](plan9.md) +[*](netstalking.md) +[*](pseudo3d.md) [*](3d_modeling.md) -[*](xxiivv.md) -[*](debugging.md) -[*](exercises.md) -[*](minigame.md) -[*](entropy.md) +[*](sanism.md) +[*](copyfree.md) +[*](bloat_monopoly.md) +[*](ui.md) +[*](usa.md) +[*](prime.md) +[*](js.md) +[*](dependency.md) +[*](tas.md) +[*](100r.md) +[*](facebook.md) +[*](fascist.md) +[*](demoscene.md) +[*](racism.md) +[*](steganography.md) +[*](nord_vpn.md) +[*](nc.md) +[*](gnu.md) +[*](selflessness.md) +[*](ancap.md) +[*](fediverse.md) +[*](function.md) +[*](fun.md) +[*](zero.md) +[*](encyclopedia.md) +[*](modern.md) +[*](color.md) +[*](uxn.md) +[*](phd.md) +[*](internet.md) +[*](modern.md) +[*](boat.md) +[*](githopping.md) +[*](software.md) [*](attribution.md) -[*](mandelbrot_set.md) -[*](f2p.md) +[*](often_misunderstood.md) +[*](mipmap.md) +[*](antivirus_paradox.md) +[*](newspeak.md) +[*](corporation.md) +[*](procgen.md) +[*](assertiveness.md) +[*](cancel_culture.md) +[*](duskos.md) +[*](cpu.md) +[*](stereotype.md) +[*](often_misunderstood.md) +[*](autoupdate.md) +[*](e.md) +[*](less_retarded_software.md) +[*](game_engine.md) +[*](network.md) +[*](wiki_authors.md) +[*](neural_network.md) +[*](hero.md) +[*](unretard.md) +[*](racetrack.md) +[*](hyperoperation.md) +[*](luke_smith.md) +[*](devuan.md) +[*](motivation.md) +[*](xor.md) +[*](chess.md) +[*](data_structure.md) +[*](shader.md) +[*](pi.md) +[*](flatland.md) +[*](bootstrap.md) +[*](pseudoleft.md) +[*](homelessness.md) +[*](toxic.md) +[*](boot.md) +[*](microtheft.md) +[*](microtransaction.md) +[*](arch.md) +[*](byte.md) +[*](proof.md) +[*](venus_project.md) +[*](bazaar.md) +[*](left.md) +[*](minigame.md) +[*](fascist.md) +[*](kwangmyong.md) +[*](marble_race.md) +[*](rock.md) +[*](README.md) +[*](lrs_wiki.md) +[*](gui.md) +[*](trusting_trust.md) +[*](physics_engine.md) +[*](comun.md) +[*](bs.md) +[*](paywall.md) +[*](flatland.md) +[*](tangram.md) +[*](earth.md) +[*](finished.md) +[*](avpd.md) +[*](moderation.md) +[*](kids_these_days.md) +[*](security.md) +[*](cracking.md) +[*](linear_algebra.md) +[*](graveyard.md) +[*](soydev.md) +[*](cheating.md) +[*](hard_to_learn_easy_to_master.md) +[*](quine.md) +[*](project.md) +[*](git.md) +[*](girl.md) +[*](idiot_fallacy.md) +[*](political_correctness.md) +[*](wiki_style.md) +[*](money.md) +[*](temple_os.md) +[*](countercomplex.md) +[*](moderation.md) +[*](3d_rendering.md) +[*](regex.md) +[*](splinternet.md) +[*](programming_style.md) +[*](wikipedia.md) +[*](murderer.md) +[*](antialiasing.md) +[*](thrembo.md) +[*](consumerism.md) +[*](avpd.md) +[*](loc.md) +[*](corporation.md) +[*](mechanical.md) +[*](langtons_ant.md) +[*](logic_gate.md) +[*](facebook.md) +[*](earth.md) +[*](normalization.md) +[*](elon_musk.md) +[*](sorting.md) +[*](tech.md) +[*](racetrack.md) +[*](easy_to_learn_hard_to_master.md) +[*](fediverse.md) +[*](progress.md) +[*](rgb565.md) +[*](dynamic_programming.md) +[*](pride.md) +[*](pokitto.md) +[*](nord_vpn.md) +[*](political_correctness.md) +[*](pedophilia.md) +[*](windows.md) +[*](people.md) +[*](wiki_stats.md) +[*](app.md) +[*](fqa.md) +[*](comment.md) +[*](atan.md) +[*](smart.md) +[*](smart.md) +[*](chaos.md) +[*](good_enough.md) +[*](maintenance.md) +[*](shitword.md) +[*](open_console.md) +[*](hero_culture.md) +[*](troll.md) +[*](zoomer.md) +[*](wiki_pages.md) +[*](privacy.md) +[*](proof.md) +[*](minesweeper.md) +[*](shader.md) +[*](trusting_trust.md) +[*](charity_sex.md) +[*](21st_century.md) [*](future_proof.md) [*](myths.md) -[*](mud.md) -[*](ui.md) -[*](hw.md) -[*](42.md) -[*](human_language.md) -[*](racism.md) -[*](censorship.md) -[*](temple_os.md) -[*](history.md) -[*](rgb332.md) -[*](fear_culture.md) -[*](forth.md) -[*](shortcut_thinking.md) -[*](docker.md) -[*](4chan.md) -[*](altruism.md) -[*](often_confused.md) -[*](sqrt.md) -[*](wiki_tldr.md) -[*](how_to.md) -[*](gigachad.md) -[*](trash_magic.md) -[*](21st_century.md) -[*](whale.md) -[*](bilinear.md) -[*](dynamic_programming.md) -[*](kiss.md) -[*](less_retarded_hardware.md) -[*](gender_studies.md) -[*](fight.md) -[*](saf.md) -[*](finished.md) -[*](right.md) -[*](disease.md) -[*](homelessness.md) -[*](hyperoperation.md) -[*](hexadecimal.md) -[*](x86.md) -[*](atheism.md) -[*](reactionary_software.md) -[*](hitler.md) -[*](microsoft.md) -[*](aaron_swartz.md) -[*](c_pitfalls.md) -[*](anarchism.md) -[*](julia_set.md) -[*](body_shaming.md) -[*](art.md) -[*](brain_software.md) -[*](money.md) -[*](esolang.md) -[*](sdf.md) -[*](esolang.md) -[*](cos.md) -[*](marble_race.md) -[*](apple.md) -[*](nigger.md) -[*](watchdog.md) -[*](dog.md) -[*](capitalism.md) -[*](mouse.md) -[*](copyfree.md) -[*](prime.md) -[*](intellectual_property.md) -[*](hw.md) -[*](uxn.md) -[*](backpropagation.md) -[*](macrofucker.md) -[*](css.md) -[*](abstraction.md) -[*](ascii.md) -[*](google.md) -[*](moderation.md) -[*](apple.md) -[*](framework.md) -[*](universe.md) -[*](used.md) -[*](political_correctness.md) -[*](smart.md) -[*](encyclopedia.md) -[*](hardware.md) -[*](programming_tips.md) -[*](golang.md) -[*](trump.md) -[*](luke_smith.md) -[*](smallchesslib.md) -[*](trusting_trust.md) -[*](low_poly.md) -[*](byte.md) -[*](tensor_product.md) -[*](modern.md) -[*](bullshit.md) -[*](free_culture.md) -[*](fizzbuzz.md) -[*](python.md) -[*](demo.md) -[*](permacomputing.md) -[*](free_body.md) -[*](needed.md) -[*](regex.md) -[*](atan.md) -[*](turing_machine.md) -[*](bill_gates.md) -[*](troll.md) -[*](data_structure.md) -[*](app.md) -[*](rock.md) -[*](anpac.md) -[*](raylib.md) -[*](gay.md) -[*](lmao.md) -[*](sudoku.md) -[*](neural_network.md) -[*](nigger.md) -[*](venus_project.md) -[*](creative_commons.md) -[*](rapeware.md) -[*](shader.md) -[*](justice.md) -[*](real_number.md) -[*](law.md) -[*](double_buffering.md) -[*](tattoo.md) -[*](version_numbering.md) -[*](trash_magic.md) -[*](maintenance.md) -[*](color.md) -[*](programming.md) -[*](abstraction.md) -[*](graveyard.md) -[*](corporation.md) -[*](boat.md) -[*](docker.md) -[*](bit_hack.md) -[*](human_language.md) -[*](triangle.md) -[*](shit.md) -[*](sw.md) -[*](geek.md) -[*](float.md) -[*](framework.md) -[*](entropy.md) -[*](tom_scott.md) -[*](nonogram.md) -[*](capitalist_software.md) -[*](unix_philosophy.md) -[*](noise.md) -[*](randomness.md) -[*](security.md) -[*](throwaway_script.md) -[*](nigeria.md) -[*](mechanical.md) -[*](rms.md) -[*](adam_smith.md) -[*](vector.md) -[*](arch.md) -[*](firmware.md) -[*](quine.md) -[*](zoomer.md) -[*](copyright.md) -[*](palette.md) -[*](finished.md) -[*](web.md) -[*](demo.md) -[*](antialiasing.md) -[*](programming.md) -[*](dog.md) -[*](less_retarded_society.md) -[*](freedom_distance.md) -[*](friend_detox.md) -[*](computer.md) -[*](wiki_post_mortem.md) -[*](githopping.md) -[*](anpac.md) -[*](goodbye_world.md) -[*](wavelet_transform.md) -[*](game_of_life.md) -[*](vim.md) -[*](lotr.md) -[*](arch.md) -[*](faggot.md) -[*](tattoo.md) -[*](social_inertia.md) -[*](usenet.md) -[*](microtheft.md) -[*](history.md) -[*](logic_gate.md) -[*](easy_to_learn_hard_to_master.md) -[*](double_buffering.md) -[*](boat.md) -[*](racism.md) -[*](golang.md) -[*](aaron_swartz.md) -[*](rms.md) -[*](main.md) -[*](cyberbullying.md) -[*](nd.md) -[*](rgb332.md) -[*](art.md) -[*](transistor.md) -[*](cc0.md) -[*](nord_vpn.md) -[*](copyright.md) -[*](3d_rendering.md) -[*](cloud.md) -[*](langtons_ant.md) -[*](bs.md) -[*](fun.md) -[*](work.md) -[*](software.md) -[*](chasm_the_rift.md) -[*](deferred_shading.md) -[*](boot.md) -[*](cpp.md) -[*](reddit.md) -[*](science.md) -[*](sqrt.md) -[*](update_culture.md) -[*](io.md) -[*](interesting.md) -[*](cloud.md) -[*](windows.md) -[*](brainfuck.md) -[*](backpropagation.md) -[*](atan.md) -[*](sanism.md) -[*](crime_against_economy.md) -[*](vector.md) -[*](analog.md) -[*](blender.md) -[*](interplanetary_internet.md) -[*](network.md) -[*](anarch.md) -[*](cheating.md) -[*](game_of_life.md) -[*](collapse.md) -[*](countercomplex.md) -[*](fsf.md) -[*](cheating.md) -[*](trolling.md) -[*](de_facto.md) [*](egoism.md) -[*](reactionary_software.md) -[*](see_through_clothes.md) -[*](anal_bead.md) -[*](assembly.md) -[*](small3dlib.md) -[*](bitreich.md) -[*](analytic_geometry.md) -[*](ethics.md) -[*](f2p.md) -[*](gopher.md) -[*](bit_hack.md) -[*](complexity.md) -[*](hyperoperation.md) -[*](progress.md) -[*](computer.md) -[*](cat_v.md) -[*](hacking.md) -[*](zen.md) -[*](README.md) -[*](lil.md) -[*](just_werks.md) -[*](programming.md) -[*](vim.md) -[*](books.md) -[*](ascii_art.md) -[*](floss.md) -[*](cyber.md) -[*](consumerism.md) -[*](faq.md) -[*](macrofucker.md) -[*](morality.md) -[*](procgen.md) -[*](analytic_geometry.md) -[*](progress.md) -[*](information.md) -[*](sin.md) -[*](faq.md) -[*](culture.md) -[*](xonotic.md) -[*](data_hoarding.md) -[*](modern_software.md) -[*](resnicks_termite.md) -[*](aliasing.md) -[*](javascript.md) -[*](dramatica.md) -[*](ai.md) -[*](zen.md) -[*](thrembo.md) -[*](lmao.md) -[*](zero.md) -[*](number.md) -[*](morality.md) -[*](dependency.md) -[*](zuckerberg.md) -[*](programming_tips.md) -[*](pd.md) -[*](wizard.md) -[*](kiwifarms.md) -[*](lmao.md) -[*](sorting.md) -[*](newspeak.md) -[*](paywall.md) -[*](bloat_monopoly.md) -[*](free_software.md) -[*](ted_kaczynski.md) -[*](shader.md) -[*](tensor_product.md) -[*](wikidata.md) -[*](fight.md) -[*](mental_outlaw.md) -[*](libre.md) -[*](c_sharp.md) -[*](island.md) -[*](murderer.md) -[*](internet.md) -[*](modern.md) -[*](tranny.md) -[*](programming_tips.md) -[*](marble_race.md) -[*](people.md) -[*](bootstrap.md) -[*](intellectual_property.md) -[*](malware.md) -[*](arduboy.md) -[*](xonotic.md) -[*](wow.md) -[*](3d_model.md) -[*](function.md) -[*](easy_to_learn_hard_to_master.md) -[*](lrs_wiki.md) -[*](liberalism.md) -[*](library.md) -[*](unix.md) -[*](proprietary_software.md) -[*](ubi.md) -[*](wiki_authors.md) -[*](dodleston.md) -[*](drummyfish.md) -[*](libre.md) -[*](fantasy_console.md) -[*](fight_culture.md) -[*](google.md) -[*](axiom_of_choice.md) -[*](world_broadcast.md) -[*](steganography.md) -[*](90s.md) -[*](free_body.md) -[*](idiot_fallacy.md) -[*](nanogenmo.md) -[*](abstraction.md) -[*](analytic_geometry.md) -[*](education.md) -[*](proof.md) -[*](lrs_wiki.md) -[*](shitword.md) -[*](bilinear.md) -[*](usa.md) -[*](collision.md) -[*](update_culture.md) -[*](capitalist_singularity.md) -[*](entrepreneur.md) -[*](slowly_boiling_the_frog.md) -[*](human_language.md) -[*](foss.md) -[*](semiconductor.md) -[*](fractal.md) -[*](xor.md) -[*](evil.md) -[*](neural_network.md) -[*](magic.md) -[*](pd.md) -[*](integral.md) -[*](game.md) -[*](teletext.md) -[*](niggercoin.md) -[*](progress.md) -[*](pokitto.md) -[*](woman.md) -[*](diogenes.md) -[*](comment.md) -[*](cyber.md) -[*](unary.md) -[*](io.md) -[*](real_number.md) -[*](dodleston.md) -[*](emoticon.md) -[*](john_carmack.md) -[*](pseudorandomness.md) -[*](xor.md) -[*](4chan.md) -[*](open_source.md) -[*](freedom.md) -[*](law.md) -[*](primitive_3d.md) +[*](kwangmyong.md) +[*](mandelbrot_set.md) +[*](java.md) +[*](copyleft.md) +[*](distrohopping.md) [*](proprietary.md) -[*](wavelet_transform.md) -[*](science.md) -[*](mainstream.md) -[*](cracker.md) -[*](hack.md) -[*](dungeons_and_dragons.md) -[*](english.md) -[*](byte.md) -[*](npc.md) -[*](backgammon.md) -[*](fuck.md) -[*](life.md) -[*](competition.md) -[*](minesweeper.md) -[*](open_console.md) -[*](zero.md) +[*](firmware.md) +[*](computer.md) +[*](murderer.md) +[*](deep_blue.md) +[*](watchdog.md) +[*](raycastlib.md) +[*](woman.md) +[*](niger.md) +[*](game_of_life.md) +[*](fractal.md) +[*](brain_software.md) +[*](old.md) +[*](collision_detection.md) +[*](framework.md) +[*](logic.md) +[*](libre.md) +[*](altruism.md) +[*](monad.md) +[*](go.md) +[*](slowly_boiling_the_frog.md) +[*](free_speech.md) +[*](tas.md) +[*](main.md) +[*](goodbye_world.md) +[*](permacomputing.md) +[*](iq.md) +[*](golang.md) +[*](90s.md) +[*](float.md) +[*](dog.md) +[*](race.md) +[*](esolang.md) +[*](double_buffering.md) +[*](css.md) +[*](sin.md) +[*](robot.md) +[*](raycasting.md) +[*](openarena.md) +[*](friend_detox.md) +[*](apple.md) +[*](digital_signature.md) +[*](c_sharp.md) +[*](graphics.md) +[*](human_language.md) +[*](c_pitfalls.md) [*](duskos.md) -[*](democracy.md) -[*](xd.md) -[*](often_confused.md) -[*](needed.md) -[*](dinosaur.md) +[*](shit.md) +[*](terry_davis.md) +[*](universe.md) +[*](faggot.md) +[*](rgb565.md) +[*](money.md) +[*](programming_style.md) +[*](jokes.md) +[*](disease.md) +[*](wikiwikiweb.md) +[*](minesweeper.md) +[*](less_retarded_software.md) +[*](quantum_gate.md) +[*](technology.md) +[*](piracy.md) +[*](tor.md) +[*](netstalking.md) +[*](aliasing.md) +[*](mob_software.md) +[*](githopping.md) +[*](windows.md) +[*](sin.md) +[*](crow_funding.md) +[*](jargon_file.md) +[*](english.md) +[*](4chan.md) +[*](systemd.md) +[*](audiophilia.md) +[*](football.md) +[*](fantasy_console.md) +[*](quantum_gate.md) +[*](logic_circuit.md) +[*](law.md) +[*](semiconductor.md) +[*](gay.md) +[*](deferred_shading.md) +[*](dependency.md) +[*](neural_network.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](rsa.md) +[*](iq.md) +[*](linear_algebra.md) +[*](real_number.md) +[*](loc.md) +[*](pd.md) +[*](hero_culture.md) +[*](jokes.md) +[*](trolling.md) +[*](firmware.md) +[*](update_culture.md) +[*](backpropagation.md) +[*](3d_modeling.md) +[*](data_hoarding.md) +[*](name_is_important.md) +[*](hardware.md) +[*](boat.md) +[*](less_retarded_hardware.md) +[*](mipmap.md) +[*](turing_machine.md) +[*](lrs_dictionary.md) +[*](censorship.md) +[*](copyright.md) +[*](paradigm.md) +[*](hw.md) +[*](lrs_dictionary.md) +[*](lrs_wiki.md) +[*](ethics.md) +[*](cc0.md) +[*](low_poly.md) +[*](freedom.md) +[*](dick_reveal.md) +[*](qubit.md) +[*](qubit.md) +[*](crow_funding.md) +[*](altruism.md) +[*](patent.md) +[*](anpac.md) +[*](game_of_life.md) +[*](nigeria.md) +[*](pokitto.md) +[*](de_facto.md) +[*](wikiwikiweb.md) +[*](graphics.md) +[*](football.md) +[*](venus_project.md) +[*](main.md) +[*](formal_language.md) +[*](open_source.md) +[*](proprietary_software.md) +[*](everyone_does_it.md) +[*](consumerism.md) +[*](hack.md) +[*](fear_culture.md) +[*](lgbt.md) +[*](recursion.md) +[*](race.md) +[*](yes_they_can.md) +[*](float.md) +[*](marxism.md) +[*](triangle.md) +[*](julia_set.md) +[*](zen.md) +[*](microsoft.md) +[*](wiki_authors.md) +[*](coding.md) +[*](blender.md) +[*](backgammon.md) +[*](teletext.md) +[*](selflessness.md) +[*](unretard.md) +[*](line.md) +[*](bs.md) +[*](sw_rendering.md) +[*](ancap.md) +[*](wikiwikiweb.md) +[*](toxic.md) +[*](data_structure.md) +[*](cpu.md) +[*](app.md) +[*](twos_complement.md) +[*](xonotic.md) +[*](mouse.md) +[*](free_culture.md) +[*](bullshit.md) +[*](john_carmack.md) +[*](libertarianism.md) +[*](tattoo.md) +[*](gui.md) +[*](fork.md) +[*](microtransaction.md) +[*](lmao.md) +[*](unary.md) +[*](watchdog.md) +[*](suckless.md) +[*](watchdog.md) +[*](calculus.md) +[*](compiler_bomb.md) +[*](speech_synthesis.md) +[*](hack.md) +[*](justice.md) +[*](freedom_distance.md) +[*](compsci.md) +[*](microtransaction.md) +[*](mandelbrot_set.md) +[*](trump.md) +[*](nigeria.md) +[*](cracker.md) +[*](langtons_ant.md) +[*](abstraction.md) +[*](library.md) +[*](oop.md) +[*](emoticon.md) +[*](proprietary.md) +[*](newspeak.md) +[*](tool_slave.md) +[*](faggot.md) +[*](holy_war.md) +[*](justice.md) +[*](tor.md) +[*](randomness.md) +[*](ascii_art.md) +[*](history.md) +[*](rock.md) +[*](abstraction.md) +[*](analog.md) +[*](soydev.md) +[*](encryption.md) +[*](one.md) +[*](less_retarded_hardware.md) +[*](comun.md) +[*](world_broadcast.md) +[*](law.md) +[*](digital_signature.md) +[*](tech.md) +[*](fizzbuzz.md) +[*](compression.md) +[*](cache.md) +[*](deferred_shading.md) +[*](zuckerberg.md) +[*](blender.md) +[*](entropy.md) +[*](wizard.md) +[*](productivity_cult.md) +[*](viznut.md) +[*](distrohopping.md) +[*](music.md) +[*](niggercoin.md) +[*](docker.md) +[*](npc.md) +[*](pseudorandomness.md) +[*](ioccc.md) +[*](bloat.md) +[*](uxn.md) +[*](javascript.md) +[*](easier_done_than_said.md) +[*](motivation.md) +[*](xxiivv.md) +[*](see_through_clothes.md) +[*](czechia.md) +[*](liberalism.md) diff --git a/wiki_pages.md b/wiki_pages.md index 34be597..eec3a1b 100644 --- a/wiki_pages.md +++ b/wiki_pages.md @@ -2,4 +2,4 @@ This is an autogenerated page listing all pages. -**[100r](100r.md)** (10) -- **[21st_century](21st_century.md)** (48) -- **[3d_model](3d_model.md)** (256) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (590) -- **[42](42.md)** (14) -- **[4chan](4chan.md)** (34) -- **[90s](90s.md)** (59) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (391) -- **[adam_smith](adam_smith.md)** (37) -- **[ai](ai.md)** (30) -- **[algorithm](algorithm.md)** (367) -- **[aliasing](aliasing.md)** (61) -- **[altruism](altruism.md)** (6) -- **[anal_bead](anal_bead.md)** (8) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (107) -- **[anarchism](anarchism.md)** (17) -- **[ancap](ancap.md)** (31) -- **[and](and.md)** (2) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (157) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (10) -- **[apple](apple.md)** (6) -- **[approximation](approximation.md)** (20) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (20) -- **[ascii](ascii.md)** (149) -- **[ascii_art](ascii_art.md)** (206) -- **[ashley_jones](ashley_jones.md)** (32) -- **[assembly](assembly.md)** (262) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (23) -- **[atheism](atheism.md)** (25) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (6) -- **[autostereogram](autostereogram.md)** (120) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (6) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (58) -- **[backpropagation](backpropagation.md)** (87) -- **[bazaar](bazaar.md)** (8) -- **[bbs](bbs.md)** (29) -- **[beauty](beauty.md)** (25) -- **[bilinear](bilinear.md)** (124) -- **[bill_gates](bill_gates.md)** (35) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (142) -- **[bit](bit.md)** (10) -- **[bit_hack](bit_hack.md)** (173) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (197) -- **[bloat_monopoly](bloat_monopoly.md)** (14) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (91) -- **[books](books.md)** (35) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (49) -- **[brain_software](brain_software.md)** (14) -- **[brainfuck](brainfuck.md)** (382) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (51) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (144) -- **[bytecode](bytecode.md)** (281) -- **[c](c.md)** (383) -- **[c_pitfalls](c_pitfalls.md)** (160) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (2157) -- **[cache](cache.md)** (27) -- **[calculus](calculus.md)** (186) -- **[cancel_culture](cancel_culture.md)** (4) -- **[cancer](cancer.md)** (29) -- **[capitalism](capitalism.md)** (160) -- **[capitalist_singularity](capitalist_singularity.md)** (4) -- **[capitalist_software](capitalist_software.md)** (28) -- **[cat_v](cat_v.md)** (12) -- **[cc](cc.md)** (6) -- **[cc0](cc0.md)** (15) -- **[censorship](censorship.md)** (61) -- **[chaos](chaos.md)** (109) -- **[charity_sex](charity_sex.md)** (6) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (54) -- **[chess](chess.md)** (508) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[cloudflare](cloudflare.md)** (27) -- **[coc](coc.md)** (19) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (36) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (26) -- **[color](color.md)** (29) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (19) -- **[communism](communism.md)** (27) -- **[competition](competition.md)** (12) -- **[compiler_bomb](compiler_bomb.md)** (11) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (233) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (121) -- **[comun](comun.md)** (182) -- **[consumerism](consumerism.md)** (16) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (30) -- **[copyright](copyright.md)** (56) -- **[corporation](corporation.md)** (22) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (63) -- **[cpu](cpu.md)** (91) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (34) -- **[crime_against_economy](crime_against_economy.md)** (17) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (38) -- **[css](css.md)** (68) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[cyberbullying](cyberbullying.md)** (8) -- **[czechia](czechia.md)** (26) -- **[data_hoarding](data_hoarding.md)** (31) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (12) -- **[debugging](debugging.md)** (138) -- **[deep_blue](deep_blue.md)** (17) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (21) -- **[demoscene](demoscene.md)** (23) -- **[dependency](dependency.md)** (52) -- **[derivative](derivative.md)** (2) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (12) -- **[digital](digital.md)** (18) -- **[digital_signature](digital_signature.md)** (12) -- **[dinosaur](dinosaur.md)** (4) -- **[diogenes](diogenes.md)** (40) -- **[disease](disease.md)** (65) -- **[distance](distance.md)** (129) -- **[distrohopping](distrohopping.md)** (11) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (36) -- **[doom](doom.md)** (72) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[dramatica](dramatica.md)** (30) -- **[drummyfish](drummyfish.md)** (48) -- **[duke3d](duke3d.md)** (30) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (10) -- **[duskos](duskos.md)** (34) -- **[dynamic_programming](dynamic_programming.md)** (45) -- **[e](e.md)** (22) -- **[earth](earth.md)** (67) -- **[easier_done_than_said](easier_done_than_said.md)** (4) -- **[easy_to_learn_hard_to_master](easy_to_learn_hard_to_master.md)** (17) -- **[education](education.md)** (4) -- **[egoism](egoism.md)** (22) -- **[elo](elo.md)** (155) -- **[elon_musk](elon_musk.md)** (8) -- **[emoticon](emoticon.md)** (135) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (75) -- **[english](english.md)** (19) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (82) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (18) -- **[evil](evil.md)** (26) -- **[exercises](exercises.md)** (359) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (4) -- **[fail_ab](fail_ab.md)** (47) -- **[fantasy_console](fantasy_console.md)** (41) -- **[faq](faq.md)** (291) -- **[fascism](fascism.md)** (25) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (63) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (12) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (155) -- **[fizzbuzz](fizzbuzz.md)** (232) -- **[flatland](flatland.md)** (22) -- **[float](float.md)** (64) -- **[floss](floss.md)** (2) -- **[football](football.md)** (56) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (24) -- **[forth](forth.md)** (284) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (209) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (154) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (39) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (78) -- **[free_speech](free_speech.md)** (18) -- **[free_universe](free_universe.md)** (12) -- **[free_will](free_will.md)** (21) -- **[freedom](freedom.md)** (28) -- **[freedom_distance](freedom_distance.md)** (4) -- **[friend_detox](friend_detox.md)** (2) -- **[fsf](fsf.md)** (30) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (32) -- **[function](function.md)** (138) -- **[furry](furry.md)** (24) -- **[future](future.md)** (11) -- **[future_proof](future_proof.md)** (45) -- **[game](game.md)** (161) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (39) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (8) -- **[gemini](gemini.md)** (16) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (78) -- **[githopping](githopping.md)** (6) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (64) -- **[go](go.md)** (100) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (16) -- **[gopher](gopher.md)** (68) -- **[graphics](graphics.md)** (40) -- **[graveyard](graveyard.md)** (36) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (33) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (78) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (10) -- **[hash](hash.md)** (176) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (18) -- **[hexadecimal](hexadecimal.md)** (37) -- **[history](history.md)** (104) -- **[hitler](hitler.md)** (39) -- **[holy_war](holy_war.md)** (25) -- **[homelessness](homelessness.md)** (102) -- **[how_to](how_to.md)** (227) -- **[human_language](human_language.md)** (68) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (236) -- **[idiot_fallacy](idiot_fallacy.md)** (24) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (18) -- **[integral](integral.md)** (2) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (135) -- **[interesting](interesting.md)** (25) -- **[internet](internet.md)** (124) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (47) -- **[io](io.md)** (18) -- **[ioccc](ioccc.md)** (35) -- **[iq](iq.md)** (122) -- **[island](island.md)** (71) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (136) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (99) -- **[john_carmack](john_carmack.md)** (19) -- **[jokes](jokes.md)** (110) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (24) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (7) -- **[kids_these_days](kids_these_days.md)** (6) -- **[kiss](kiss.md)** (42) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (159) -- **[law](law.md)** (6) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (13) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (55) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (146) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (134) -- **[liberalism](liberalism.md)** (6) -- **[libertarianism](libertarianism.md)** (12) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (57) -- **[life](life.md)** (12) -- **[lil](lil.md)** (21) -- **[line](line.md)** (153) -- **[linear_algebra](linear_algebra.md)** (117) -- **[linux](linux.md)** (72) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (38) -- **[lmao](lmao.md)** (47) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (18) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (202) -- **[loquendo](loquendo.md)** (18) -- **[lotr](lotr.md)** (20) -- **[love](love.md)** (28) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (167) -- **[lrs_dictionary](lrs_dictionary.md)** (123) -- **[lrs_wiki](lrs_wiki.md)** (43) -- **[luke_smith](luke_smith.md)** (20) -- **[macrofucker](macrofucker.md)** (2) -- **[magic](magic.md)** (7) -- **[main](main.md)** (156) -- **[mainstream](mainstream.md)** (4) -- **[maintenance](maintenance.md)** (9) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (174) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (28) -- **[markov_chain](markov_chain.md)** (152) -- **[marxism](marxism.md)** (12) -- **[math](math.md)** (40) -- **[mechanical](mechanical.md)** (202) -- **[memory_management](memory_management.md)** (78) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (6) -- **[minesweeper](minesweeper.md)** (25) -- **[minigame](minigame.md)** (64) -- **[minimalism](minimalism.md)** (83) -- **[mipmap](mipmap.md)** (44) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (40) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (21) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (59) -- **[myths](myths.md)** (12) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (12) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (80) -- **[netstalking](netstalking.md)** (9) -- **[network](network.md)** (187) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (12) -- **[niger](niger.md)** (11) -- **[nigeria](nigeria.md)** (10) -- **[nigger](nigger.md)** (74) -- **[niggercoin](niggercoin.md)** (7) -- **[no_knowledge_proof](no_knowledge_proof.md)** (20) -- **[noise](noise.md)** (118) -- **[nokia](nokia.md)** (14) -- **[nonogram](nonogram.md)** (42) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (9) -- **[npc](npc.md)** (10) -- **[number](number.md)** (303) -- **[often_confused](often_confused.md)** (141) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (389) -- **[open_console](open_console.md)** (70) -- **[open_source](open_source.md)** (40) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (74) -- **[optimization](optimization.md)** (100) -- **[or](or.md)** (2) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[pascal](pascal.md)** (66) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (66) -- **[people](people.md)** (73) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (13) -- **[physics](physics.md)** (4) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (151) -- **[piracy](piracy.md)** (18) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (43) -- **[political_correctness](political_correctness.md)** (78) -- **[portability](portability.md)** (183) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (6) -- **[prime](prime.md)** (136) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (32) -- **[procgen](procgen.md)** (387) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (44) -- **[programming_language](programming_language.md)** (174) -- **[programming_style](programming_style.md)** (119) -- **[programming_tips](programming_tips.md)** (17) -- **[progress](progress.md)** (30) -- **[project](project.md)** (32) -- **[proof](proof.md)** (4) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (13) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (10) -- **[pseudorandomness](pseudorandomness.md)** (152) -- **[public_domain](public_domain.md)** (88) -- **[public_domain_computer](public_domain_computer.md)** (56) -- **[python](python.md)** (66) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (54) -- **[race](race.md)** (52) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (10) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1846) -- **[randomness](randomness.md)** (161) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (10) -- **[raycasting](raycasting.md)** (513) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (23) -- **[reactionary_software](reactionary_software.md)** (27) -- **[real_number](real_number.md)** (49) -- **[recursion](recursion.md)** (109) -- **[reddit](reddit.md)** (22) -- **[regex](regex.md)** (210) -- **[resnicks_termite](resnicks_termite.md)** (207) -- **[rgb332](rgb332.md)** (95) -- **[rgb565](rgb565.md)** (32) -- **[right](right.md)** (6) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (55) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (44) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (129) -- **[rule110](rule110.md)** (108) -- **[rust](rust.md)** (25) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (28) -- **[sdf](sdf.md)** (29) -- **[security](security.md)** (17) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (19) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (16) -- **[shit](shit.md)** (33) -- **[shitword](shitword.md)** (54) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (89) -- **[sigbovik](sigbovik.md)** (11) -- **[sin](sin.md)** (182) -- **[sjw](sjw.md)** (27) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (35) -- **[smart](smart.md)** (11) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (235) -- **[soydev](soydev.md)** (42) -- **[soyence](soyence.md)** (86) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (116) -- **[ssao](ssao.md)** (15) -- **[steganography](steganography.md)** (225) -- **[stereotype](stereotype.md)** (284) -- **[steve_jobs](steve_jobs.md)** (36) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (213) -- **[suicide](suicide.md)** (41) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (64) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (72) -- **[tas](tas.md)** (22) -- **[tattoo](tattoo.md)** (4) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (8) -- **[ted_kaczynski](ted_kaczynski.md)** (29) -- **[teletext](teletext.md)** (18) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (20) -- **[thrembo](thrembo.md)** (16) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tool_slave](tool_slave.md)** (14) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny](tranny.md)** (2) -- **[tranny_software](tranny_software.md)** (31) -- **[transistor](transistor.md)** (29) -- **[transsexual](transsexual.md)** (50) -- **[trash_magic](trash_magic.md)** (21) -- **[triangle](triangle.md)** (84) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (48) -- **[trom](trom.md)** (32) -- **[trump](trump.md)** (8) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (220) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (34) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (14) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (86) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (17) -- **[update_culture](update_culture.md)** (24) -- **[usa](usa.md)** (68) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (147) -- **[uxn](uxn.md)** (45) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (61) -- **[version_numbering](version_numbering.md)** (88) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (13) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (16) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (213) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (65) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (97) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (59) -- **[wizard](wizard.md)** (27) -- **[woman](woman.md)** (176) -- **[work](work.md)** (58) -- **[world_broadcast](world_broadcast.md)** (13) -- **[wow](wow.md)** (10) -- **[www](www.md)** (124) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (114) -- **[xor](xor.md)** (2) -- **[xxiivv](xxiivv.md)** (34) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (46) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zoomer](zoomer.md)** (38) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file +**[100r](100r.md)** (10) -- **[21st_century](21st_century.md)** (48) -- **[3d_model](3d_model.md)** (256) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (590) -- **[42](42.md)** (14) -- **[4chan](4chan.md)** (34) -- **[90s](90s.md)** (59) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (391) -- **[adam_smith](adam_smith.md)** (37) -- **[ai](ai.md)** (30) -- **[algorithm](algorithm.md)** (367) -- **[aliasing](aliasing.md)** (61) -- **[altruism](altruism.md)** (6) -- **[anal_bead](anal_bead.md)** (8) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (107) -- **[anarchism](anarchism.md)** (17) -- **[ancap](ancap.md)** (31) -- **[and](and.md)** (2) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (157) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (10) -- **[apple](apple.md)** (6) -- **[approximation](approximation.md)** (20) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (20) -- **[ascii](ascii.md)** (149) -- **[ascii_art](ascii_art.md)** (206) -- **[ashley_jones](ashley_jones.md)** (32) -- **[assembly](assembly.md)** (262) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (23) -- **[atheism](atheism.md)** (25) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (6) -- **[autostereogram](autostereogram.md)** (120) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (6) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (58) -- **[backpropagation](backpropagation.md)** (87) -- **[bazaar](bazaar.md)** (8) -- **[bbs](bbs.md)** (29) -- **[beauty](beauty.md)** (25) -- **[bilinear](bilinear.md)** (124) -- **[bill_gates](bill_gates.md)** (35) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (142) -- **[bit](bit.md)** (10) -- **[bit_hack](bit_hack.md)** (173) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (197) -- **[bloat_monopoly](bloat_monopoly.md)** (14) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (91) -- **[books](books.md)** (35) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (49) -- **[brain_software](brain_software.md)** (14) -- **[brainfuck](brainfuck.md)** (382) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (51) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (144) -- **[bytecode](bytecode.md)** (281) -- **[c](c.md)** (383) -- **[c_pitfalls](c_pitfalls.md)** (160) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (2157) -- **[cache](cache.md)** (27) -- **[calculus](calculus.md)** (312) -- **[cancel_culture](cancel_culture.md)** (4) -- **[cancer](cancer.md)** (29) -- **[capitalism](capitalism.md)** (160) -- **[capitalist_singularity](capitalist_singularity.md)** (4) -- **[capitalist_software](capitalist_software.md)** (28) -- **[cat_v](cat_v.md)** (12) -- **[cc](cc.md)** (6) -- **[cc0](cc0.md)** (15) -- **[censorship](censorship.md)** (61) -- **[chaos](chaos.md)** (109) -- **[charity_sex](charity_sex.md)** (6) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (54) -- **[chess](chess.md)** (508) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[cloudflare](cloudflare.md)** (27) -- **[coc](coc.md)** (19) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (36) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (26) -- **[color](color.md)** (29) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (19) -- **[communism](communism.md)** (27) -- **[competition](competition.md)** (12) -- **[compiler_bomb](compiler_bomb.md)** (11) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (233) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (121) -- **[comun](comun.md)** (182) -- **[consumerism](consumerism.md)** (16) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (30) -- **[copyright](copyright.md)** (56) -- **[corporation](corporation.md)** (22) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (63) -- **[cpu](cpu.md)** (91) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (34) -- **[crime_against_economy](crime_against_economy.md)** (17) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (38) -- **[css](css.md)** (68) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[cyberbullying](cyberbullying.md)** (8) -- **[czechia](czechia.md)** (26) -- **[data_hoarding](data_hoarding.md)** (31) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (12) -- **[debugging](debugging.md)** (138) -- **[deep_blue](deep_blue.md)** (17) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (21) -- **[demoscene](demoscene.md)** (23) -- **[dependency](dependency.md)** (52) -- **[derivative](derivative.md)** (2) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (12) -- **[digital](digital.md)** (18) -- **[digital_signature](digital_signature.md)** (12) -- **[dinosaur](dinosaur.md)** (4) -- **[diogenes](diogenes.md)** (40) -- **[disease](disease.md)** (65) -- **[distance](distance.md)** (129) -- **[distrohopping](distrohopping.md)** (11) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (36) -- **[doom](doom.md)** (72) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[dramatica](dramatica.md)** (30) -- **[drummyfish](drummyfish.md)** (48) -- **[duke3d](duke3d.md)** (30) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (10) -- **[duskos](duskos.md)** (34) -- **[dynamic_programming](dynamic_programming.md)** (45) -- **[e](e.md)** (22) -- **[earth](earth.md)** (67) -- **[easier_done_than_said](easier_done_than_said.md)** (4) -- **[easy_to_learn_hard_to_master](easy_to_learn_hard_to_master.md)** (17) -- **[education](education.md)** (4) -- **[egoism](egoism.md)** (22) -- **[elo](elo.md)** (155) -- **[elon_musk](elon_musk.md)** (8) -- **[emoticon](emoticon.md)** (135) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (75) -- **[english](english.md)** (19) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (82) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (18) -- **[evil](evil.md)** (26) -- **[exercises](exercises.md)** (359) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (4) -- **[fail_ab](fail_ab.md)** (47) -- **[fantasy_console](fantasy_console.md)** (41) -- **[faq](faq.md)** (291) -- **[fascism](fascism.md)** (25) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (63) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (12) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (155) -- **[fizzbuzz](fizzbuzz.md)** (232) -- **[flatland](flatland.md)** (22) -- **[float](float.md)** (64) -- **[floss](floss.md)** (2) -- **[football](football.md)** (56) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (24) -- **[forth](forth.md)** (284) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (209) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (154) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (39) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (78) -- **[free_speech](free_speech.md)** (18) -- **[free_universe](free_universe.md)** (12) -- **[free_will](free_will.md)** (21) -- **[freedom](freedom.md)** (28) -- **[freedom_distance](freedom_distance.md)** (4) -- **[friend_detox](friend_detox.md)** (2) -- **[fsf](fsf.md)** (30) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (32) -- **[function](function.md)** (138) -- **[furry](furry.md)** (24) -- **[future](future.md)** (11) -- **[future_proof](future_proof.md)** (45) -- **[game](game.md)** (161) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (39) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (8) -- **[gemini](gemini.md)** (16) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (78) -- **[githopping](githopping.md)** (6) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (64) -- **[go](go.md)** (100) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (16) -- **[gopher](gopher.md)** (68) -- **[graphics](graphics.md)** (40) -- **[graveyard](graveyard.md)** (36) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (33) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (78) -- **[hard_to_learn_easy_to_master](hard_to_learn_easy_to_master.md)** (4) -- **[hardware](hardware.md)** (2) -- **[harry_potter](harry_potter.md)** (10) -- **[hash](hash.md)** (176) -- **[hero](hero.md)** (2) -- **[hero_culture](hero_culture.md)** (18) -- **[hexadecimal](hexadecimal.md)** (37) -- **[history](history.md)** (104) -- **[hitler](hitler.md)** (39) -- **[holy_war](holy_war.md)** (25) -- **[homelessness](homelessness.md)** (102) -- **[how_to](how_to.md)** (227) -- **[human_language](human_language.md)** (68) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (236) -- **[idiot_fallacy](idiot_fallacy.md)** (24) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (18) -- **[integral](integral.md)** (2) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (135) -- **[interesting](interesting.md)** (25) -- **[internet](internet.md)** (124) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (47) -- **[io](io.md)** (18) -- **[ioccc](ioccc.md)** (35) -- **[iq](iq.md)** (122) -- **[island](island.md)** (71) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (136) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (99) -- **[john_carmack](john_carmack.md)** (19) -- **[jokes](jokes.md)** (110) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (24) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (7) -- **[kids_these_days](kids_these_days.md)** (6) -- **[kiss](kiss.md)** (42) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (159) -- **[law](law.md)** (6) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (13) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (55) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (146) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (134) -- **[liberalism](liberalism.md)** (6) -- **[libertarianism](libertarianism.md)** (12) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (57) -- **[life](life.md)** (12) -- **[lil](lil.md)** (21) -- **[line](line.md)** (153) -- **[linear_algebra](linear_algebra.md)** (117) -- **[linux](linux.md)** (72) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (38) -- **[lmao](lmao.md)** (47) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (18) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (202) -- **[loquendo](loquendo.md)** (18) -- **[lotr](lotr.md)** (20) -- **[love](love.md)** (28) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (167) -- **[lrs_dictionary](lrs_dictionary.md)** (123) -- **[lrs_wiki](lrs_wiki.md)** (43) -- **[luke_smith](luke_smith.md)** (20) -- **[macrofucker](macrofucker.md)** (2) -- **[magic](magic.md)** (7) -- **[main](main.md)** (156) -- **[mainstream](mainstream.md)** (4) -- **[maintenance](maintenance.md)** (9) -- **[malware](malware.md)** (2) -- **[mandelbrot_set](mandelbrot_set.md)** (174) -- **[marble_race](marble_race.md)** (6) -- **[marketing](marketing.md)** (28) -- **[markov_chain](markov_chain.md)** (152) -- **[marxism](marxism.md)** (12) -- **[math](math.md)** (40) -- **[mechanical](mechanical.md)** (202) -- **[memory_management](memory_management.md)** (78) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (6) -- **[minesweeper](minesweeper.md)** (25) -- **[minigame](minigame.md)** (64) -- **[minimalism](minimalism.md)** (83) -- **[mipmap](mipmap.md)** (44) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (40) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (21) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (59) -- **[myths](myths.md)** (12) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (12) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (80) -- **[netstalking](netstalking.md)** (9) -- **[network](network.md)** (187) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (12) -- **[niger](niger.md)** (11) -- **[nigeria](nigeria.md)** (10) -- **[nigger](nigger.md)** (74) -- **[niggercoin](niggercoin.md)** (7) -- **[no_knowledge_proof](no_knowledge_proof.md)** (20) -- **[noise](noise.md)** (118) -- **[nokia](nokia.md)** (14) -- **[nonogram](nonogram.md)** (42) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (9) -- **[npc](npc.md)** (10) -- **[number](number.md)** (303) -- **[often_confused](often_confused.md)** (141) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (389) -- **[open_console](open_console.md)** (70) -- **[open_source](open_source.md)** (40) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (74) -- **[optimization](optimization.md)** (100) -- **[or](or.md)** (2) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[pascal](pascal.md)** (66) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (66) -- **[people](people.md)** (73) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (13) -- **[physics](physics.md)** (4) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (151) -- **[piracy](piracy.md)** (18) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (43) -- **[political_correctness](political_correctness.md)** (78) -- **[portability](portability.md)** (183) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (6) -- **[prime](prime.md)** (136) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (32) -- **[procgen](procgen.md)** (387) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (44) -- **[programming_language](programming_language.md)** (174) -- **[programming_style](programming_style.md)** (119) -- **[programming_tips](programming_tips.md)** (17) -- **[progress](progress.md)** (30) -- **[project](project.md)** (32) -- **[proof](proof.md)** (4) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (13) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (10) -- **[pseudorandomness](pseudorandomness.md)** (152) -- **[public_domain](public_domain.md)** (88) -- **[public_domain_computer](public_domain_computer.md)** (56) -- **[python](python.md)** (66) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (54) -- **[race](race.md)** (52) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (10) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1846) -- **[randomness](randomness.md)** (161) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (10) -- **[raycasting](raycasting.md)** (513) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (23) -- **[reactionary_software](reactionary_software.md)** (27) -- **[real_number](real_number.md)** (49) -- **[recursion](recursion.md)** (109) -- **[reddit](reddit.md)** (22) -- **[regex](regex.md)** (210) -- **[resnicks_termite](resnicks_termite.md)** (207) -- **[rgb332](rgb332.md)** (95) -- **[rgb565](rgb565.md)** (32) -- **[right](right.md)** (6) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (55) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (44) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (129) -- **[rule110](rule110.md)** (108) -- **[rust](rust.md)** (25) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (28) -- **[sdf](sdf.md)** (29) -- **[security](security.md)** (17) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (19) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (16) -- **[shit](shit.md)** (33) -- **[shitword](shitword.md)** (54) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (89) -- **[sigbovik](sigbovik.md)** (11) -- **[sin](sin.md)** (182) -- **[sjw](sjw.md)** (27) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (35) -- **[smart](smart.md)** (11) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (235) -- **[soydev](soydev.md)** (42) -- **[soyence](soyence.md)** (86) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (116) -- **[ssao](ssao.md)** (15) -- **[steganography](steganography.md)** (225) -- **[stereotype](stereotype.md)** (284) -- **[steve_jobs](steve_jobs.md)** (36) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (213) -- **[suicide](suicide.md)** (41) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (64) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (72) -- **[tas](tas.md)** (22) -- **[tattoo](tattoo.md)** (4) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (8) -- **[ted_kaczynski](ted_kaczynski.md)** (29) -- **[teletext](teletext.md)** (18) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (20) -- **[thrembo](thrembo.md)** (16) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tool_slave](tool_slave.md)** (14) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny](tranny.md)** (2) -- **[tranny_software](tranny_software.md)** (31) -- **[transistor](transistor.md)** (29) -- **[transsexual](transsexual.md)** (50) -- **[trash_magic](trash_magic.md)** (21) -- **[triangle](triangle.md)** (84) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (48) -- **[trom](trom.md)** (32) -- **[trump](trump.md)** (8) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (220) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (34) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (14) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (86) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (17) -- **[update_culture](update_culture.md)** (24) -- **[usa](usa.md)** (68) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (147) -- **[uxn](uxn.md)** (45) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (61) -- **[version_numbering](version_numbering.md)** (88) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (13) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (16) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (213) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (65) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (97) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (59) -- **[wizard](wizard.md)** (27) -- **[woman](woman.md)** (176) -- **[work](work.md)** (58) -- **[world_broadcast](world_broadcast.md)** (13) -- **[wow](wow.md)** (10) -- **[www](www.md)** (124) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (114) -- **[xor](xor.md)** (2) -- **[xxiivv](xxiivv.md)** (34) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (46) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zoomer](zoomer.md)** (38) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file diff --git a/wiki_stats.md b/wiki_stats.md index 760ce2e..5a02bf6 100644 --- a/wiki_stats.md +++ b/wiki_stats.md @@ -3,9 +3,9 @@ This is an autogenerated article holding stats about this wiki. - number of articles: 615 -- number of commits: 945 -- total size of all texts in bytes: 4839800 -- total number of lines of article texts: 35587 +- number of commits: 946 +- total size of all texts in bytes: 4845391 +- total number of lines of article texts: 35713 - number of script lines: 294 - occurrences of the word "person": 9 - occurrences of the word "nigger": 103 @@ -38,23 +38,23 @@ top 50 5+ letter words: - which (2673) - there (2102) - people (1976) -- example (1657) +- example (1659) - other (1517) -- about (1330) +- about (1331) - number (1296) - software (1234) -- because (1064) +- because (1065) - their (1032) - program (1021) -- would (1000) +- would (1002) - something (961) - being (953) - things (926) - language (915) - called (893) -- simple (826) -- function (826) -- computer (821) +- function (833) +- simple (827) +- computer (823) - numbers (818) - without (808) - different (761) @@ -65,18 +65,18 @@ top 50 5+ letter words: - system (699) - doesn (681) - should (678) -- still (669) +- still (670) - games (657) -- while (652) -- point (642) +- while (653) +- point (644) - drummyfish (635) - society (631) - simply (622) - possible (610) -- using (601) +- using (603) - probably (588) -- always (585) -- course (572) +- always (586) +- course (573) - though (570) - similar (570) - https (565) @@ -89,6 +89,12 @@ top 50 5+ letter words: latest changes: ``` +Date: Mon Dec 16 16:09:17 2024 +0100 + calculus.md + random_page.md + wiki_pages.md + wiki_stats.md + work.md Date: Sun Dec 15 20:50:53 2024 +0100 ashley_jones.md binary.md @@ -116,12 +122,6 @@ Date: Sat Dec 14 16:25:29 2024 +0100 soyence.md suicide.md trolling.md - wiki_pages.md - wiki_stats.md - work.md - xxiivv.md -Date: Fri Dec 13 20:40:56 2024 +0100 - 90s.md ``` most wanted pages: @@ -151,7 +151,7 @@ most popular and lonely pages: - [lrs](lrs.md) (323) - [capitalism](capitalism.md) (281) -- [c](c.md) (233) +- [c](c.md) (234) - [bloat](bloat.md) (226) - [free_software](free_software.md) (194) - [game](game.md) (147)