diff --git a/algorithm.md b/algorithm.md index 432966e..70b150e 100644 --- a/algorithm.md +++ b/algorithm.md @@ -31,7 +31,7 @@ Let's write a simple algorithm that counts the number of divisors of given numbe 5. Write out the *divisor counter*. 6. If *divisor counter* is equal to 2, write out the number is a prime. -Notice that *x*, *divisor counter* and *currently checked number* are [variables](variable.md). Step 4 is a loop (iteration) and steps *a* and 6 are branches (selection). The flowchart of this algorithm is: +Notice that *x*, *divisor counter* and *currently checked number* are [variables](variable.md). Step 4 is a loop (iteration) and steps *a* and 6 are branches (selection). The [flowchart](flowchart.md) of this algorithm is: ``` START diff --git a/art.md b/art.md index b2afea5..e3678bf 100644 --- a/art.md +++ b/art.md @@ -2,7 +2,7 @@ *There is no indecency in art.* -Art is an endeavor (and by extension also its results) that seeks discovery and creation of [beauty](beauty.md) and primarily relies on intuition, its value is in feelings it gives rise to. While the most immediate examples of art that come to mind are for example [music](music.md) and painting, even the most [scientific](science.md) and rigorous effort like [math](math.md) and [programming](programming.md) becomes art when pushed to the highest level, to the boundaries of current knowledge where intuition becomes important for further development. Where exactly to draw the boundary between art and non-art is a matter of philosophy, [culture](culture.md) and personal opinion, but usually art is thought to require attributes of a living human being such as something akin "soul", thinking, intuition, experience, creativity and emotion -- that which is performed only mechanically is not seen as art. Even though latest [artificial intelligence](ai.md) shows that art can possibly be produced even by a machine, the machine has to be very sophisticated and mimic very complex human thinking -- even if made by a machine, there must be an element of [magic](magic.md) present, a touch of muse, something not completely understood, for a work to be classified as art. At [LRS](lrs.md) we use the word "art" quite broadly, not just for fine art, but also for any craft, and for that which might normally be called "[work](work.md)", as the word "work" to use carries a negative connotation. +Art is an endeavor (and by extension also its results) that seeks discovery and creation of [beauty](beauty.md) and primarily relies on intuition, its value is in feelings it gives rise to. While the most immediate examples of art that come to mind are for example [music](music.md) and painting, even the most [scientific](science.md) and rigorous effort like [math](math.md) and [programming](programming.md) becomes art when pushed to the highest level, to the boundaries of current knowledge where intuition becomes important for further development. Where exactly to draw the boundary between art and non-art is a matter of philosophy, [culture](culture.md) and personal opinion, but usually art is thought to require attributes of a living human being such as something akin "soul", thinking, intuition, experience, creativity and emotion -- that which is performed only mechanically is not seen as art. Even though latest [artificial intelligence](ai.md) shows that art can possibly be produced even by a machine, the machine has to be very sophisticated and mimic very complex human thinking -- even if made by a machine, there must be an element of [magic](magic.md) present, a touch of muse, something not completely understood, for a work to be classified as art. At [LRS](lrs.md) we use the word "art" quite broadly, not just for fine art, but also for any craft, and for that which might normally be called "[work](work.md)", as the word "work" to us carries a negative connotation. **Good art always needs time**, usually a lot of time, and you cannot predict how much time it will need, **art cannot be made on schedule** or as a product. By definition creating true art is never a routine (though it requires well trained skills in routine tasks), it always invents something new, something no one has done before (otherwise it's just copying that doesn't need an artist) -- in this sense the effort is the same as that of research and science or exploring previously unwalked land, you can absolutely never know how long it will take you to invent something, what complications you will encounter or what you will find in an unknown land. You simply do it, fail many times, mostly find nothing, you repeat and repeat until you find the good thing. For this art also requires a lot of effort -- yes, there are cases of masterpieces that came to be very casually, but those are as rare as someone finding a treasure by accident. Art is to a great degree a matter of chance, trial and error, the artist himself doesn't understand his own creation when he makes it, he is only skilled at searching and spotting the good, but in the end he is just someone who invests a lot of time into searching, many times blindly. diff --git a/bloat.md b/bloat.md index 32b3d4b..19eff0b 100644 --- a/bloat.md +++ b/bloat.md @@ -2,9 +2,9 @@ Bloat is a very wide term that in the context of [software](software.md) and [technology](tech.md) means overcomplication, unnecessary complexity and/or extreme growth in terms of source code size, overall complexity, number of [dependencies](dependency.md), [redundancy](redundancy.md), unnecessary and/or useless features (e.g. [feature creep](feature_creep.md)) and resource usage, all of which lead to inefficient, badly designed technology with [bugs](bug.md) (crashes, unusable features, memory leaks, [security](security.md) vulnerabilities, ...), as well as great [obscurity](obscurity.md), ugliness, **loss of [freedom](free_software.md)** and waste of human effort. In simpler words: bloat is burdening [bullshit](bullshit.md) so to speak. Bloat is extremely bad and one of the greatest technological issues of today. Creating bloat is bad engineering at its worst and unfortunately it is what's absolutely taking over all technology nowadays, mostly due to [capitalism](capitalism.md) causing commercialization, [consumerism](consumerism.md), rushed "[just works](just_werks.md)" products, creating demand for newer hardware and so on, also allowing incompetent people ("let's push more women/minorities into programming") trying to take on jobs they are in no way qualified to do. -A related but different term is **bloatware**; it's more commonly used among normie users and stands for undesirable programs that eat up computer resources, usually being preinstalled by the computer manufacturer etc. Further on we'll rather focus on bloat as defined before. +A related but different term is **bloatware**; it's more commonly used among normie users and stands for undesirable programs that eat up computer resources, usually being preinstalled by the computer manufacturer (and often uninstallable) etc. Further on we'll rather focus on bloat as defined before. -TODO: history of bloat? +A bit of [history](history.md): overcomplicated and obfuscated technology has always been known to present an issue, however it seems like only with the arrival of personal computers it started to become a world wide [cancer](cancer.md) and absolutely serious threat to society. Some dictionaries date the first use of the word *bloatware* to the beginning of [1990s](90s.md), around the time when mainstreamization of computers began ([web](web.md), [Doom](doom.md), [Windows](windows.md), ...), specifically 1991 by *Business Week*. [Goolag](google.md) trends for terms *bloatware* and *software bloat* show an increased search frequency since the year 2010 (which [we](lrs.md) see more or less see as the year when the downfall of society started) and peak around 2015. [LRS](lrs.md), [suckless](suckless.md) and some others rather small groups are trying to address the issue and write software that is good, [minimal](minimalism.md), reliable, efficient and well functioning. Nevertheless our numbers are very small and in this endeavor we are basically standing against the whole world and the most powerful tech [corporations](corporation.md). The issue lies not only in capitalism pushing bloat but also in common people not seeing the issue (partly due to the capitalist propaganda promoting [maximalism](maximalism.md)), no one is supporting the few people who are genuinely trying to create good tools, on the contrary such people often face hostility from the mainstream. diff --git a/c_tutorial.md b/c_tutorial.md index 4c87c04..adad5ac 100644 --- a/c_tutorial.md +++ b/c_tutorial.md @@ -459,7 +459,7 @@ The output is: 16 ``` -The function power takes two parameters: `x` and `n`, and returns `x` raised to the `n`s power. Note that unlike the first function we saw here the return type is `int` because this function does return a value. **Notice the command `return`** -- it is a special command that causes the function to terminate and return a specific value. In functions that return a value (their return type is not `void`) there has to be a `return` command. In function that return nothing there may or may not be one, and if there is, it has no value after it (`return;`); +The function power takes two parameters: `x` and `n`, and returns `x` raised to the `n`s power. Note that unlike the first function we saw here the return type is `int` because this function does return a value. **Notice the command `return`** -- it is a special command that causes the function to terminate and return a specific value. In functions that return a value (their return type is not `void`) there has to be a `return` command. In a function that returns nothing there may or may not be one, and if there is, it has no value after it (`return;`); Let's focus on how we invoke the function -- in programming we say we **call the function**. The function call in our code is `power(2,i)`. If a function returns a value (return type is not `void`), its function call can be used in any expression, i.e. almost anywhere where we can use a variable or a numerical value -- just imagine the function computes a return value and this value is **substituted to the place where we call the function**. For example we can imagine the expression `power(3,1) + power(3,0)` as simply `3 + 1`. @@ -625,17 +625,19 @@ int main(void) In C programs you may encounter a **switch** statement -- it is a control structure similar to a branch `if` which can have more than two branches. It looks like this: ``` - switch (x) - { - case 0: puts("X is zero. Don't divide by it."); break; - case 69: puts("X is 69, haha."); break; - case 42: puts("X is 42, the answer to everything."); break; - default: printf("I don't know anything about X."); break; - } +switch (x) +{ + case 0: puts("X is zero. Don't divide by it."); break; + case 69: puts("X is 69, haha."); break; + case 42: puts("X is 42, the answer to everything."); break; + default: printf("I don't know anything about X."); break; +} ``` Switch can only compare exact values, it can't e.g. check if a value is greater than something. Each branch starts with the keyword `case`, then the match value follows, then there is a colon (`:`) and the branch commands follow. IMPORTANT: there has to be the `break;` statement at the end of each case branch (we won't go into details). A special branch is the one starting with the word `default` that is executed if no case label was matched. +NOTE: Why does switch statement exist and why is it so weird? It may seem a little arbitrary and weird, especially when with several if statements we can achieve the same things and can use more general conditions. Switch statement isn't just syntactic sugar, it normally gets translated to different instructions and using switch for checking many conditions at once will be typically much faster than using if statements. Basically switch internally creates a table that will allow the program to jump instantly to the correct label, avoiding checking conditions one by one. + Let's also mention some additional data types we can use in programs: - `char`: A single text character such as *'a'*, *'G'* or *'_'*. We can assign characters as `char c = 'a';` (single characters are enclosed in apostrophes similarly to how text strings are inside quotes). We can read a character as `c = getchar();` and print it as `putchar(c);`. Special characters that can be used are `\n` (newline) or `\t` (tab). Characters are in fact small numbers (usually with 256 possible values) and can be used basically anywhere a number can be used (for example we can compare characters, e.g. `if (c < 'b') ...`). Later we'll see characters are basic building blocks of text strings. diff --git a/cheating.md b/cheating.md index 9445af5..4f7e7f8 100644 --- a/cheating.md +++ b/cheating.md @@ -14,8 +14,7 @@ The fact that cheating isn't after all such an issue is supported by the hilario **It's impossible to prevent cheating**, contrary to what capitalists want you to believe. As always a capitalist will want to sell you the idea that anything can be achieved by investing enough money, that if they pay 100 experts on cheating and 100 experts on programming, they will create a miraculous algorithm that will catch any cheater. This is just theatre like any other business, we must realize that some things simply cannot be done. Even if you pay 100 experts on mathematics, you won't be able to solve something that's mathematically impossible -- but for the same amount of money you can convince people that you can. Let's continue with chess -- to prevent cheating, two players would have to be seated naked in an electromagnetically isolated soundproof box with no view outside, only with the chessboard. We know we can't do this, maybe we can come close during world championship, a match between two physically present humans, but not so much in over the board tournaments with hundreds of people around, players and spectators, who can freely walk around, go to the toilet, privacy has to be respected, people can communicate with undetectable visual signals, security and arbiters make errors, they're tired, under stress, lazy and negligent, can be bribed (or you may simply bribe a poor cleaning lady to smuggle you a phone to the toilet) and so on. However that's still nothing compared to online chess -- to think cheating can be prevented there is absolute madness and stupidity. All that can be done is to show exemplary punishments of a few blatant cheaters to create the illusion that cheating is eliminated. Cheating can't be prevented, you can only make people not notice them too much by eliminating those whose cheating is too obvious. There can exist no algorithm that will reliably detect a cheater from play alone (or even from a huge set of games), it's mathematically impossible -- like Daniil Dubov said: "the algorithms only detect idiots" and likewise it can be said that the existence of such algorithms only comforts idiots. A smart cheater won't be caught, only the stupidest that copy paste every single move from the latest stockfish will be spotted and publicly executed to assure the audience that "cheaters will get caught", but the smart ones won't be, those that will use the engine only sometimes, in critical situations, who will combine different engines and their older versions so that the moves will never match an output of any single one. There is no way to tell if a player is simply good because he sees the moves with his brain or because he sees them with an aid of a computer. Not even multi angle cameras all around watching the player would prevented cheating, there are thousands of ways to cheat this (feed false video, feed false audio while listening to advice, buy a miniature earbud, [anal bead](anal_bead.md), use Morse code tapping on the floor, let someone wave you signals through the window from the camera's blind spot, let someone communicate you advice through a single pixel on your screen that will get lost in video compression, ...). Of course the capitalist won't let you see the algorithms or his data, he'll say "trust us, we have a good algorithm and we are reducing cheating to minimum", he'll say the details can't be made public so that cheaters won't exploit the knowledge ([security through obscurity](security_through_obscurity.md)), but the real reason is simply that revealing the details would show their system doesn't really work. As always, they're only selling you an illusion. -Back in the day of early Internet there were practically no anticheating measures in online games and everything worked -- yes, cheaters did appear, but we must realize that it's not like EVERYONE will start to cheat immediately if there are no anticheat mechanisms. If you swim in a pool, you may sometimes drink someone's piss and if you play online games, you may sometimes meet a cheater -- unless you're a mentally unstable pussy, you can take it no problem. The existence of anticheat mechanisms may itself incite cheating even more by the effect of forbidden fruit, it becomes a challenge (and to some even business) to beat the system. If top 100 places in the ladder are all obvious cheaters, will anyone see any more fun joining them? No. If you have the need to compare yourself to others, just form a group of friends who you know don't cheat and compare your score or ratings among each other, ignore the anonymous cheaters. - +Back in the day of early Internet there were practically no anticheating measures in online games and everything worked -- yes, cheaters did appear, but we must realize that it's not like EVERYONE will start to cheat immediately if there are no anticheat mechanisms. If you swim in a pool, you may sometimes drink someone's piss and if you play online games, you may sometimes meet a cheater -- unless you're a mentally unstable pussy, you can take it no problem. The existence of anticheat mechanisms may itself incite cheating even more by the effect of forbidden fruit, it becomes a challenge (and to some even business) to beat the system. If top 100 places in the ladder are all obvious cheaters, will anyone see any more fun joining them? No. If you have the need to compare yourself to others, just form a group of friends who you know don't cheat and compare your score or ratings among each other, ignore the anonymous cheaters. "B-but I want a whole multibillion dollar capitalist industry existing around my gayme else I can't enjoy it properly" -- well, then fuck you, you're broken and beyond saving, you are why everything sucks nowadays. **Anticheating also doesn't make any sense.** Why would you want to ban cheating? Usually you'll get these answers: @@ -31,11 +30,12 @@ WORK IN PROGRESS Here will be a general advice on how to cheat in online games and similar kinds of [competition](competition.md). -NOTE: obviously a lot of this advice revolves around [competition](competition.md), a concept that's itself unethical, so naturally a lot of the advice given here is likewise not embraced by [LRS](lrs.md), but it's simply how you cheat well in current society. In a good society that accepts cheating things would actually get much better, it would get easier to cheat and would no longer for example require lying, you'd just declare you're cheating and be fine. +NOTE: obviously a lot of this advice revolves around [competition](competition.md), a concept that's itself mostly unethical, so naturally a lot of the advice given here is likewise not embraced by [LRS](lrs.md), but it's simply how you cheat well in current society. In a good society that accepts cheating things would actually get much better, it would get easier to cheat and would no longer for example require lying, you'd just declare you're cheating and be fine. - **Actually get somewhat good at the game.** This is step number one, a necessary prerequisite for success -- yes, successful cheating requires some "[work](work.md)", sometimes as much as actually getting legitimately good at the game -- cheating won't help you be lazier, it will just help you achieve seemingly better results. You can't fool anyone if you don't know basics of the game, and to fool experts you must at least be familiar with deeper aspects of the game. You must be able to mimic human play and not only that, you must mimic the best human play, answer questions about advanced concepts if someone interrogates you, demonstrate some skill if you're asked to show you can play or if you simply find yourself in a situation where you must play and can't cheat, like a real life event. If you just use chess engine to play better chess moves than the world champion but keep taking 1 minute to make absolutely obvious moves, or if someone talks to you and finds out you don't even know what "en passant" is or who Bobby Fisher was, you're absolutely busted right there. The most successful cheaters were actually often the BEST people at their game, for example Lance Armstrong, Riolu in Trackmania and so on. Successful cheating is not easy, it must be smart cheating, and smart cheating absolutely requires deep understanding of the game. - **Get familiar with how they detect cheating.** Spend a lot of time on researching anti-cheating systems and how people detect cheaters, study how other cheaters got caught and avoid that. For example in chess the time you take to make certain moves is used to detect cheating, so you want to have this covered -- don't blindly copy moves from an engine, rather try to play yourself and then only in a critical situation quickly let engine suggest a move, but still think about why it's good etc. Let the engine only give you a slight push, like a wind in your back -- if you fly a jetplane against a sprinter, someone's probably going to notice. In [speedrunning](speedrun.md) every game has quirks that are used to detect for example splicing (likely the most common form of cheating speedruns) -- for example in Mario 64 they use the fact that Mario blinks regularly, so if the video is edited there will be a discrepancy, you must think about this. Audio is used for this too, make sure regular patterns in the background noise don't give away that you cut the video, check the audio spectrogram if it doesn't show the cuts etc. - **Don't cheat too much, you increase the chance of providing proof of you cheating and/or making a mistake.** It's easy to cheat more and more once you see it's working, it becomes a very comfortable habit AND it also comes with you becoming more relaxed, careless and prone to making a mistake. But remember: this is what will most likely get you caught and this is what anti-cheaters also rely on -- they may already be suspecting you but waiting for more evidence, you don't want to provide it. Perfect cheat detection doesn't exist -- they like to pretend they have bulletproof methods but it's a facade, they in fact rely on you fucking up, you have to cooperate a bit to get caught -- don't do it. Serial killers usually get caught because they don't stop, they keep doing it over and over until they make one small mistake, or they simply give the investigators so much data that statistics eventually extracts proof and predictions from it: each new murder simply gives a new data point to the detectives that reveals a little bit more about your location, habits, modus operandi etc. Be paranoid: if no one is suspecting you, it may be the case they are secretly suspecting you and want you to think you're safe, they may be closely watching you, so if you can, stop cheating for a very long time, then it's more likely they stopped watching you due to spending too many resources for long time without any results. Also know that each new cheating attempt is also a new risk: more attempts equals greater overall probability of failure; even if there is just 1 in 100 chance of you getting caught, cheating 100 times is suddenly pretty dangerous. So only cheat very, very sparingly -- save it for when it matters. For example in a chess tournament play yourself against opponents you know you can beat alone and against the strong opponents only cheat in the key, decisive moment; then outside tournaments, when losing doesn't matter as much, try again to play yourself as much as possible. +- **Keep the disparity between your actual skill and cheated skill as low as possible** (this is related to "get good at the game" and "don't cheat too much") -- this makes it much harder to detect, prove and so minimizes the chance of you getting busted. Say that given some amount of invested energy you could make it to top 300 in the world, which may be fine but not good enough for you, you aim for top 100 -- then split the energy, invest part of it to legitimately getting to top 500, then spend the rest on boosting it with cheating to top 100; now if someone sees you legit playing, it's not immediately clear you're not actually on that level, they may think you're overrated, you've been lucky, that's you're just rusty at the moment, but no one can be sure you're cheating. - **Be good with technology, know your shit.** If you're a [Windows](windows.md) used who tries to cheat by googling "minecraft cheating programs free download", you probably don't know shit about technology, you have to actually learn something. Many get caught for stupid shit like leaving metadata in their video that says the video is edited, or they have no clue that cheating software leaves [watermarks](watermark.md) in videos (this actually caught many geometry dash cheaters). Ideally you want to [program](programming.md) YOUR OWN tools, develop your own methods of modifying the game etc. - **Don't overcomplicate it, [keep it simple](kiss.md).** Remember that less is more, a complex way of cheating is probably more likely to fail due to just one part failing. - **Practice**, a cheater is like illusionist, he comes up with a trick but then also has to perfect its execution, he must NEVER fail it in public, else he gives it away. However practice in a way that doesn't pose risk, i.e. don't practice online against other people; instead practice offline, record yourself and see if you look convincing, if there is something suspicious etc. There may be a good way to e.g. fake blindfold plays by hiding a secondary monitor somewhere while wearing fake blindfold, however it's extremely hard to do many things at once so that you don't fuck anything up, some got caught like this because they were blatantly staring in the direction of the monitor and then sitting in very weird positions to see through the blindfold; one shitty [female](woman.md) streamer actually even fucked up by responding to Twitch chat she was reading on her hidden monitor when she was supposed to no longer see the monitor. You think it's stupid -- it is -- but under pressure it's extremely hard to do many things simultaneously correctly, you absolutely must train to avoid this kind of fuckup. diff --git a/race.md b/race.md index ae6089f..3d299ce 100644 --- a/race.md +++ b/race.md @@ -38,9 +38,9 @@ There is a controversial 1994 book called *The Bell Curve* that deals with diffe It is useful to know the **differences in intellect** between different races (no matter whether the cause is genetic, cultural or other), though cultural and other traits linked to races may also play a big role. Of course, it is important to keep in mind intelligence isn't one dimensional, it's one of the most complex and complicated concepts we can be dealing with (remember the famous test that revealed that chimpanzees greatly outperform humans at certain intellectual tasks such as remembering the order of numbers seen for a very short period of time) and that other traits than raw intelligence may be equally or more important for good performance in intellectual tasks, e.g. personality traits such as curiosity (imagine a fast CPU running shit software versus slower CPU running good software). We can't generally simplify to a single measure such as [IQ](iq.md) score (though it can still give some rough ideas, IQ is not absolutely useless), but we can measure performance at different tasks. Let intelligence here mean simply the ability to perform well in the area of given art. And of course, there are smart and stupid people in any race, the general statements we make are just about statistics and probabilities. -The smartest races seem to be [Jews](jew.md) and [Asians](asian.md) (also found so by the book *Bell Curve* and many old books). Asians have always been regarded as having superior intelligence and their [religions](religion.md) and [culture](culture.md) also seem to be the most advanced, with very complex ideas (as opposed to e.g. Christianity based on trivial rules to blindly follow), closest to [nonviolence](nonviolence.md), [socialism](socialism.md) and true [science](science.md) (e.g. [Buddhism](buddhism.md)). There is no question about the intelligence of Jews, the greatest thinkers and masters of art of all times were Jewish ([Richard Stallman](rms.md), [Einstein](einstein.md), [Marx](marx.md), Freud, [Chomsky](chomsky.md), Steven Spielberg, Christophe Colomb, even [Jesus](jesus.md) and others) -- the man often regarded as the smartest human in history, William James Sidis, was a Jew. Jews have dominated despite being a minority, they seem to have a very creative intelligence and some of them decide to gain further edge by giving up their morality (i.e. becoming [capitalist](capitalism.md)), while Asians are more disciplined and mechanically inclined -- they can learn a skill and bring it to perfection with an extremely deep study and dedication (funnily this observation was also shared e.g. by Grubby, a Warcraft III legend pro player, on a stream ranking Orc units, where he contrasted the Asian mechanical genius with European creative thinking, swiftly realizing the politically incorrect slip and playing it to the out). Closely following is the general white race (which according to studies is also seen as most physically attractive by all races): white people have of course absolutely dominated history and there is always that one white guy at the top even in areas more dominated by other races (e.g. Eminem in rap, Carlsen in chess, Grubby in Warcraft 3, ...), however whites are still primitive in many ways ([individualism](individualism.md), [fascism](fascism.md), violence, simple religions and cults, e.g. that of economy, money, simplified commandments of Christianity etc.). The African black race known as the *negro* is one of the least intelligent according to basically all literature -- this makes a lot of sense, the race has been oppressed and living in harsh conditions for centuries and millennia and didn't get much chance to evolve towards good performance in intellectual tasks, quite the opposite, those who were physically fit rather than smart were probably more likely to survive and reproduce as slaves or jungle people (even if white people split from the blacks relatively recently, a rapid change in environment also leads to a rapid change in evolution, even that of intelligence). However the more primitive, less intelligent races (blacks, indians etc.) were found by some to e.g. have significantly faster reaction times, which sometimes may be an advantage -- this is suspected to be cause be a tradeoff; the "smarter" races perform more complex processing of input information (in terms of computers: having a longer processing [pipeline](pipeline.md)) and so it takes longer, i.e. the more primitive individual acts more impulsively and therefore quicker. The 1892 book *Hereditary Genius* says that the black race is *about two grades* below the white race (nowadays the gap will most likely be lower). Hispanics were found to perform somewhere in between the white and black people. There isn't so much info about other races such as the red race or Eskimos, but they're probably similarly intelligent to the black race. The above mentioned book *Hereditary Genius* gives an intelligence of the Australian aboriginal race *at least one grade below that of the negro*, making possibly the dumbest race of all. The brown races are kind of complicated, Indian people have Asian genes and showed a great intellectual potential, e.g. in [chess](chess.md), [math](math.md), philosophy (nonviolence inherently connected to India is the most intellectually advanced philosophy), and lately also [computer science](compsci.md) (even though many would argue that "[pajeets](pajeet.md)" are just trained coding monkeys, really their compsci "universities" are mostly a meme); they may be at the similar level to Hispanics. +The smartest races seem to be [Jews](jew.md) and [Asians](asian.md) (also found so by the book *Bell Curve* and many old books). Asians have always been regarded as having superior intelligence and their [religions](religion.md) and [culture](culture.md) also seem to be the most advanced, with very complex ideas (as opposed to e.g. Christianity based on trivial rules to blindly follow), closest to [nonviolence](nonviolence.md), [socialism](socialism.md) and true [science](science.md) (e.g. [Buddhism](buddhism.md)). There is no question about the intelligence of Jews, the greatest thinkers and masters of art of all times were Jewish ([Richard Stallman](rms.md), [Einstein](einstein.md), [Marx](marx.md), Freud, [Chomsky](chomsky.md), Steven Spielberg, Christophe Colomb, even [Jesus](jesus.md) and others) -- the man often regarded as the smartest human in history, William James Sidis, was a Jew. Jews have dominated despite being a minority, they seem to have a very creative intelligence and some of them decide to gain further edge by giving up their morality (i.e. becoming [capitalist](capitalism.md), [nationalists](nationalism.md) etc.), while Asians are more disciplined and mechanically inclined -- they can learn a skill and bring it to perfection with an extremely deep study and dedication (funnily this observation was also shared e.g. by Grubby, a Warcraft III legend pro player, on a stream ranking Orc units, where he contrasted the Asian mechanical genius with European creative thinking, swiftly realizing the politically incorrect slip and playing it to the out). Chinese have been observed to more frequently possess perfect pitch, possibly due to their [language](human_language.md) in which pitch plays a role. Closely following is the general white race (which according to studies is also seen as most physically attractive by all races): white people have of course absolutely dominated [history](history.md) and there is always that one white guy at the top even in areas more dominated by other races (e.g. Eminem in rap, Carlsen in chess, Grubby in Warcraft 3, ...), however whites are still primitive in many ways (shitty [toxic](toxic.md) culture, [individualism](individualism.md), [fascism](fascism.md), violence, simple religions and cults, e.g. that of economy, money, simplified commandments of Christianity etc.). Some studies found the white race is seen as most attractive by all races. The African black race, originally known as the *negro*, is one of the least intelligent according to basically all literature -- this makes a lot of sense, the race has lived in primitive cultures that favored rather physical fitness than intelligence, and then started to be oppressed, forced to live in harsh conditions for centuries and millennia and didn't get much chance to evolve towards good performance in intellectual tasks, quite the opposite, those who were physically fit rather than smart were probably more likely to survive and reproduce as slaves or jungle people (even if white people split from the blacks relatively recently, a rapid change in environment also leads to a rapid change in evolution, even that of intelligence). However the more primitive, less intelligent races (blacks, indians etc.) were found by some to e.g. have significantly faster reaction times, which sometimes may be an advantage -- this is suspected to be caused by a tradeoff; the "smarter" races perform more complex processing of input information (in terms of computers: having a longer processing [pipeline](pipeline.md)) and so it takes longer, i.e. the more primitive individual acts more impulsively and therefore quicker. The 1892 book *Hereditary Genius* says that the black race is *about two grades* below the white race (nowadays the gap will most likely be lower). Nowadays however **black race is probably slowly evolving towards more intelligence**; a typical black American today is quite likely noticeably different, even genetically, from the original African negro due to two effects: firstly blacks started to interbreed with other races, acquiring some of their genes, and secondly, once again, a fast change of their living environment has already started accelerated evolution: a somewhat smarter black American is more likely to go study and "make it" in the capitalist jungle, survive and become more attractive for mating, whereas a stupider one will more likely stay in the ghetto, get involved in crime, drugs and not survive long enough to reproduce. This is further combined with better nurture, i.e. blacks already getting the same kind of education as others etc., so, even thought still extremely rare, we nowadays even may spot a black physicists or black chess grandmasters (as of 2024 out of around 2000 grandmasters 4 are black, i.e. 0.2%) -- still it has to be said that to catch up with other races blacks will need at least hundreds or thousands of years. Hispanics were found to perform somewhere in between the white and black people. There isn't so much info about other races such as the red race or Eskimos, but they're probably similarly intelligent to the black race. The above mentioned book *Hereditary Genius* gives an intelligence of the Australian aboriginal race *at least one grade below that of the negro*, making them possibly the dumbest race of all. The brown races are kind of complicated, Indian people have Asian genes and showed a great intellectual potential, e.g. in [chess](chess.md), [math](math.md), philosophy (nonviolence is inherently connected to India, showing a very advanced philosophy), and lately also [computer science](compsci.md) (even though many would argue that "[pajeets](pajeet.md)" are just trained coding monkeys, really their compsci "universities" are mostly a meme). -Increasing multiculturalism, globalization and mixing of the races will likely make all of this less and less relevant as time goes on -- races will blend greatly which may either help get rid of true [racism](racism.md), but also fuel it: many will oppose racial mixing, many will become more paranoid (as is already the case with Jews who are sometimes very hard to tell apart from whites) and eventually pure races will actually become a minority that may become target of reverse racism: a pale white guy in a room full of mixed people will stand out and likely get lynched (if not just for the fact of being different, then for social revenge). For now the differences between races are still highly visible and significant. +Increasing multiculturalism, globalization and mixing of races will likely make all of this less and less relevant as time goes on -- races will blend greatly which may either help get rid of true [racism](racism.md), but also fuel it: many will oppose racial mixing, many will become more paranoid (as is already the case with Jews who are sometimes very hard to tell apart from whites) and eventually pure races will actually become a minority that may become target of reverse racism: a pale white guy in a room full of mixed people will stand out and likely get lynched (if not just for the fact of being different, then for social revenge). For now the differences between races are still highly visible and significant. [LRS](lrs.md) philosophy is of course FOR multiculturalism and mixing of races -- we just hope the situation won't escalate as described above. Biodiversity is good. diff --git a/random_page.md b/random_page.md index 8a33db0..6850b87 100644 --- a/random_page.md +++ b/random_page.md @@ -2,1821 +2,1821 @@ Please kindly click random link. -[*](procgen.md) -[*](gender_studies.md) -[*](plan9.md) -[*](island.md) -[*](terry_davis.md) -[*](axiom_of_choice.md) -[*](doom.md) -[*](web.md) -[*](rapeware.md) -[*](fun.md) -[*](pseudominimalism.md) -[*](portal_rendering.md) -[*](yes_they_can.md) -[*](racism.md) -[*](dramatica.md) -[*](pseudominimalism.md) -[*](copyleft.md) -[*](reactionary_software.md) -[*](lambda_calculus.md) -[*](jedi_engine.md) -[*](bloat_monopoly.md) -[*](capitalist_software.md) -[*](js.md) -[*](qubit.md) -[*](faq.md) -[*](anarchism.md) -[*](nigger.md) -[*](quantum_gate.md) -[*](prime.md) -[*](good_enough.md) -[*](elo.md) -[*](beauty.md) -[*](line.md) -[*](watchdog.md) -[*](mob_software.md) -[*](README.md) -[*](marketing.md) -[*](attribution.md) -[*](egoism.md) -[*](microtransaction.md) -[*](reactionary_software.md) -[*](marxism.md) -[*](consumerism.md) -[*](zoomer.md) -[*](sqrt.md) -[*](boot.md) -[*](usenet.md) -[*](frameless.md) -[*](world_broadcast.md) -[*](less_retarded_society.md) -[*](cyberbullying.md) -[*](cheating.md) -[*](copyleft.md) -[*](how_to.md) -[*](speech_synthesis.md) -[*](uxn.md) -[*](hero_culture.md) -[*](cracker.md) -[*](bs.md) -[*](less_retarded_society.md) -[*](macrofucker.md) -[*](saf.md) -[*](xxiivv.md) -[*](data_structure.md) -[*](harry_potter.md) -[*](nonogram.md) -[*](sw_rendering.md) -[*](lil.md) -[*](corporation.md) -[*](autoupdate.md) -[*](100r.md) -[*](rapeware.md) -[*](toxic.md) -[*](programming_style.md) -[*](global_discussion.md) -[*](venus_project.md) -[*](democracy.md) -[*](trump.md) -[*](c_tutorial.md) -[*](entropy.md) -[*](free_speech.md) -[*](tech.md) -[*](collapse.md) -[*](malware.md) -[*](justice.md) -[*](hacking.md) -[*](femoid.md) -[*](sjw.md) -[*](girl.md) -[*](small3dlib.md) -[*](teletext.md) -[*](future_proof.md) -[*](byte.md) -[*](usa.md) -[*](e.md) -[*](anarch.md) -[*](ascii_art.md) -[*](microsoft.md) -[*](microtransaction.md) -[*](cheating.md) -[*](monad.md) -[*](wikiwikiweb.md) -[*](fail_ab.md) -[*](4chan.md) -[*](c_sharp.md) -[*](netstalking.md) -[*](girl.md) -[*](21st_century.md) +[*](os.md) +[*](f2p.md) +[*](main.md) +[*](internet.md) +[*](wiki_style.md) +[*](computer.md) +[*](rgb565.md) +[*](encryption.md) +[*](hard_to_learn_easy_to_master.md) +[*](wiki_pages.md) +[*](logic_circuit.md) [*](compsci.md) -[*](x86.md) -[*](systemd.md) -[*](ssao.md) -[*](usa.md) -[*](distrohopping.md) -[*](life.md) -[*](90s.md) -[*](anarch.md) -[*](mouse.md) -[*](unary.md) -[*](zen.md) -[*](science.md) -[*](speech_synthesis.md) +[*](triangle.md) +[*](explicit.md) +[*](rms.md) +[*](free_culture.md) +[*](pseudo3d.md) +[*](computational_complexity.md) +[*](loquendo.md) +[*](42.md) +[*](idiot_fallacy.md) +[*](lisp.md) +[*](demo.md) +[*](censorship.md) +[*](gemini.md) +[*](holy_war.md) +[*](teletext.md) +[*](logic.md) +[*](npc.md) +[*](cache.md) +[*](autoupdate.md) +[*](ioccc.md) +[*](hexadecimal.md) +[*](21st_century.md) +[*](consumerism.md) +[*](game.md) +[*](human_language.md) +[*](linear_algebra.md) +[*](piracy.md) +[*](openarena.md) +[*](demoscene.md) +[*](bloat.md) +[*](programming_tips.md) +[*](comun.md) +[*](public_domain.md) +[*](build_engine.md) +[*](pseudominimalism.md) +[*](npc.md) +[*](lisp.md) +[*](data_structure.md) +[*](google.md) +[*](copyright.md) +[*](steve_jobs.md) +[*](monad.md) +[*](human_language.md) +[*](troll.md) +[*](entrepreneur.md) +[*](copyright.md) +[*](gui.md) +[*](comun.md) +[*](comment.md) +[*](bazaar.md) +[*](tool_slave.md) +[*](free_will.md) +[*](people.md) +[*](byte.md) +[*](number.md) +[*](docker.md) +[*](friend_detox.md) +[*](diogenes.md) +[*](bilinear.md) +[*](unicode.md) +[*](arch.md) +[*](graveyard.md) +[*](global_discussion.md) +[*](cancel_culture.md) [*](license.md) +[*](john_carmack.md) +[*](femoid.md) +[*](logic_circuit.md) +[*](nokia.md) +[*](kiwifarms.md) +[*](foss.md) +[*](kwangmyong.md) +[*](kids_these_days.md) +[*](update_culture.md) +[*](debugging.md) +[*](duke3d.md) +[*](main.md) +[*](billboard.md) +[*](faggot.md) +[*](copyright.md) +[*](xxiivv.md) +[*](cheating.md) +[*](tinyphysicsengine.md) +[*](encyclopedia.md) +[*](libertarianism.md) +[*](microtheft.md) +[*](python.md) +[*](anarch.md) +[*](autostereogram.md) +[*](rsa.md) +[*](mob_software.md) +[*](shit.md) +[*](dramatica.md) +[*](art.md) +[*](dick_reveal.md) +[*](qubit.md) +[*](wikiwikiweb.md) +[*](c_tutorial.md) +[*](atheism.md) +[*](venus_project.md) +[*](lrs_dictionary.md) +[*](tinyphysicsengine.md) +[*](line.md) +[*](unix.md) +[*](security.md) +[*](tangram.md) +[*](byte.md) +[*](app.md) +[*](disease.md) +[*](pascal.md) +[*](wizard.md) +[*](fsf.md) +[*](lgbt.md) +[*](tor.md) +[*](left.md) +[*](john_carmack.md) +[*](cpu.md) +[*](fail_ab.md) +[*](copyfree.md) +[*](compsci.md) +[*](devuan.md) +[*](audiophilia.md) +[*](cc.md) +[*](devuan.md) +[*](everyone_does_it.md) +[*](easy_to_learn_hard_to_master.md) +[*](procgen.md) +[*](shitword.md) +[*](tool_slave.md) +[*](wiki_rights.md) +[*](body_shaming.md) +[*](stereotype.md) +[*](mob_software.md) +[*](implicit.md) +[*](law.md) +[*](terry_davis.md) +[*](splinternet.md) +[*](motivation.md) +[*](work.md) +[*](raycasting.md) +[*](vector.md) +[*](zero.md) +[*](nord_vpn.md) +[*](infinity.md) +[*](english.md) +[*](internet.md) +[*](crow_funding.md) +[*](work.md) +[*](game_engine.md) +[*](distance.md) +[*](sdf.md) +[*](lotr.md) +[*](pseudoleft.md) +[*](shitword.md) +[*](hack.md) +[*](bootstrap.md) +[*](aliasing.md) +[*](countercomplex.md) +[*](wikipedia.md) +[*](hardware.md) +[*](arch.md) +[*](float.md) +[*](ascii.md) +[*](quine.md) +[*](political_correctness.md) +[*](physics.md) +[*](shader.md) +[*](windows.md) +[*](ram.md) +[*](demoscene.md) +[*](operating_system.md) +[*](wiki_tldr.md) +[*](c_tutorial.md) +[*](raylib.md) +[*](jesus.md) +[*](cracker.md) +[*](software.md) +[*](trom.md) +[*](pd.md) +[*](science.md) +[*](thrembo.md) +[*](90s.md) +[*](frameless.md) +[*](noise.md) +[*](backpropagation.md) +[*](tattoo.md) +[*](rsa.md) +[*](c_sharp.md) +[*](dinosaur.md) +[*](bullshit.md) +[*](real_number.md) +[*](bit.md) +[*](mainstream.md) +[*](moderation.md) +[*](wiki_style.md) +[*](competition.md) +[*](game_engine.md) +[*](democracy.md) +[*](less_retarded_hardware.md) +[*](earth.md) +[*](transistor.md) +[*](settled.md) +[*](digital.md) +[*](emoticon.md) +[*](fediverse.md) +[*](marxism.md) +[*](x86.md) +[*](goodbye_world.md) +[*](chasm_the_rift.md) +[*](unretard.md) +[*](x86.md) +[*](nationalism.md) +[*](3d_model.md) +[*](implicit.md) +[*](noise.md) +[*](windows.md) +[*](freedom_distance.md) +[*](anpac.md) +[*](sanism.md) +[*](living.md) +[*](double_buffering.md) +[*](cloud.md) +[*](operating_system.md) +[*](elon_musk.md) +[*](harry_potter.md) +[*](semiconductor.md) +[*](unary.md) +[*](chess.md) +[*](drummyfish.md) +[*](monad.md) +[*](vim.md) +[*](rapeware.md) +[*](capitalism.md) +[*](capitalist_software.md) +[*](right.md) +[*](apple.md) +[*](elo.md) +[*](antivirus_paradox.md) +[*](firmware.md) +[*](loc.md) +[*](entrepreneur.md) +[*](complexity.md) +[*](mouse.md) +[*](wiki_post_mortem.md) +[*](egoism.md) +[*](tangram.md) +[*](bit.md) +[*](3d_modeling.md) +[*](sw.md) +[*](racism.md) +[*](proof.md) +[*](jokes.md) +[*](project.md) +[*](nd.md) +[*](interaction_net.md) +[*](atan.md) +[*](assembly.md) +[*](books.md) +[*](newspeak.md) +[*](anarchism.md) +[*](phd.md) +[*](soydev.md) +[*](boat.md) +[*](wiki_authors.md) +[*](tas.md) +[*](slowly_boiling_the_frog.md) +[*](cancer.md) +[*](hacking.md) +[*](mouse.md) +[*](rule110.md) +[*](modern_software.md) +[*](zoomer.md) +[*](sorting.md) +[*](wiby.md) +[*](chinese.md) +[*](hack.md) +[*](primitive_3d.md) +[*](openarena.md) +[*](black.md) +[*](update_culture.md) +[*](21st_century.md) +[*](rock.md) +[*](productivity_cult.md) +[*](cancel_culture.md) +[*](boot.md) +[*](mud.md) +[*](body_shaming.md) +[*](zen.md) +[*](cc0.md) +[*](rationalwiki.md) +[*](minigame.md) +[*](tensor_product.md) +[*](transistor.md) +[*](gender_studies.md) +[*](doom.md) +[*](future.md) +[*](flatland.md) +[*](charity_sex.md) +[*](forth.md) +[*](hexadecimal.md) +[*](slowly_boiling_the_frog.md) +[*](proof.md) +[*](smol_internet.md) +[*](programming.md) +[*](framework.md) +[*](build_engine.md) +[*](life.md) +[*](digital.md) +[*](markov_chain.md) +[*](anpac.md) +[*](right.md) +[*](permacomputing.md) +[*](function.md) +[*](viznut.md) +[*](fear_culture.md) +[*](unfuck.md) +[*](creative_commons.md) +[*](emoticon.md) +[*](programming_style.md) +[*](finished.md) +[*](audiophilia.md) +[*](dog.md) +[*](randomness.md) +[*](name_is_important.md) +[*](racism.md) +[*](low_poly.md) +[*](fourier_transform.md) +[*](wizard.md) +[*](adam_smith.md) +[*](girl.md) +[*](entropy.md) +[*](duskos.md) +[*](jargon_file.md) +[*](just_werks.md) +[*](pride.md) +[*](interesting.md) +[*](memory_management.md) +[*](troll.md) +[*](less_retarded_hardware.md) +[*](unretard.md) +[*](assertiveness.md) +[*](distrohopping.md) +[*](music.md) +[*](name_is_important.md) +[*](audiophilia.md) +[*](ancap.md) +[*](beauty.md) +[*](lmao.md) +[*](duke3d.md) +[*](wiki_authors.md) +[*](gigachad.md) +[*](plusnigger.md) +[*](tool_slave.md) +[*](portal_rendering.md) +[*](greenwashing.md) +[*](attribution.md) +[*](permacomputing_wiki.md) +[*](open_console.md) +[*](sanism.md) +[*](steganography.md) +[*](gemini.md) +[*](p_vs_np.md) +[*](stereotype.md) +[*](pseudo3d.md) +[*](billboard.md) +[*](sudoku.md) +[*](oop.md) +[*](noise.md) +[*](ssao.md) +[*](luke_smith.md) +[*](jokes.md) +[*](evil.md) +[*](web.md) +[*](42.md) +[*](living.md) +[*](function.md) +[*](capitalism.md) +[*](number.md) +[*](coc.md) +[*](old.md) +[*](xxiivv.md) +[*](p_vs_np.md) +[*](backpropagation.md) +[*](x86.md) +[*](tech.md) +[*](plusnigger.md) +[*](lrs_wiki.md) +[*](furry.md) +[*](proprietary.md) +[*](fractal.md) +[*](shortcut_thinking.md) +[*](luke_smith.md) +[*](twos_complement.md) +[*](facebook.md) +[*](netstalking.md) +[*](gigachad.md) +[*](transsexual.md) +[*](social_inertia.md) +[*](zoomer.md) +[*](nc.md) +[*](downto.md) +[*](soyence.md) +[*](go.md) +[*](rms.md) +[*](binary.md) +[*](cc0.md) +[*](network.md) +[*](reactionary_software.md) +[*](troll.md) +[*](fuck.md) +[*](smallchesslib.md) +[*](woman.md) +[*](zero.md) +[*](nigeria.md) +[*](nd.md) +[*](dick_reveal.md) +[*](mainstream.md) +[*](faq.md) +[*](altruism.md) +[*](steve_jobs.md) +[*](often_misunderstood.md) +[*](free_will.md) +[*](tor.md) +[*](fuck.md) +[*](fascist.md) +[*](brain_software.md) +[*](wikidata.md) +[*](unix_philosophy.md) +[*](no_knowledge_proof.md) +[*](fediverse.md) +[*](kiwifarms.md) +[*](youtube.md) +[*](robot.md) +[*](number.md) +[*](bit_hack.md) +[*](io.md) +[*](floss.md) +[*](proprietary_software.md) +[*](wiki_post_mortem.md) +[*](normalization.md) +[*](money.md) +[*](countercomplex.md) +[*](graveyard.md) +[*](good_enough.md) +[*](usa.md) +[*](real_number.md) +[*](recursion.md) +[*](logic.md) +[*](wiki_stats.md) +[*](thrembo.md) +[*](love.md) +[*](reddit.md) +[*](firmware.md) +[*](resnicks_termite.md) +[*](physics_engine.md) +[*](debugging.md) +[*](capitalist_singularity.md) +[*](steve_jobs.md) +[*](library.md) +[*](brainfuck.md) +[*](yes_they_can.md) +[*](ui.md) +[*](pseudo3d.md) +[*](golang.md) +[*](often_misunderstood.md) +[*](phd.md) +[*](interpolation.md) +[*](approximation.md) +[*](jedi_engine.md) +[*](dodleston.md) +[*](fqa.md) +[*](raylib.md) +[*](javascript.md) +[*](vector.md) +[*](deferred_shading.md) +[*](brain_software.md) +[*](body_shaming.md) +[*](approximation.md) +[*](boat.md) +[*](racetrack.md) +[*](ssao.md) +[*](corporation.md) +[*](shitword.md) +[*](wiki_rights.md) +[*](deferred_shading.md) +[*](collision_detection.md) +[*](nationalism.md) +[*](paradigm.md) +[*](systemd.md) +[*](www.md) +[*](living.md) +[*](easy_to_learn_hard_to_master.md) +[*](markov_chain.md) +[*](competition.md) +[*](evil.md) +[*](assertiveness.md) +[*](antivirus_paradox.md) +[*](feminism.md) +[*](rock.md) +[*](intellectual_property.md) +[*](pseudorandomness.md) +[*](pseudorandomness.md) +[*](digital_signature.md) +[*](lrs_dictionary.md) +[*](old.md) +[*](sw.md) +[*](cache.md) +[*](goodbye_world.md) +[*](saf.md) +[*](reddit.md) +[*](wow.md) +[*](sdf.md) +[*](esolang.md) +[*](anarchism.md) +[*](3d_rendering.md) +[*](double_buffering.md) +[*](ascii_art.md) +[*](determinism.md) +[*](avpd.md) +[*](people.md) +[*](computer.md) +[*](qubit.md) +[*](books.md) +[*](race.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](cloudflare.md) +[*](myths.md) +[*](maintenance.md) +[*](mainstream.md) +[*](robot.md) +[*](dog.md) +[*](computational_complexity.md) +[*](law.md) +[*](procgen.md) +[*](holy_war.md) +[*](openai.md) +[*](mandelbrot_set.md) +[*](analytic_geometry.md) +[*](nc.md) +[*](wavelet_transform.md) +[*](c.md) +[*](antivirus_paradox.md) +[*](normalization.md) +[*](90s.md) +[*](left.md) +[*](history.md) +[*](elo.md) +[*](rust.md) +[*](combinatorics.md) +[*](shader.md) +[*](selflessness.md) +[*](good_enough.md) +[*](interplanetary_internet.md) +[*](fight.md) +[*](macrofucker.md) +[*](kids_these_days.md) +[*](music.md) +[*](kek.md) +[*](bs.md) +[*](bilinear.md) +[*](nigger.md) +[*](myths.md) +[*](comun.md) +[*](cracker.md) +[*](tattoo.md) +[*](xonotic.md) +[*](education.md) +[*](data_structure.md) +[*](game_of_life.md) +[*](tas.md) +[*](art.md) +[*](library.md) +[*](formal_language.md) +[*](wiki_post_mortem.md) +[*](viznut.md) +[*](no_knowledge_proof.md) +[*](nigeria.md) +[*](yes_they_can.md) +[*](p_vs_np.md) +[*](permacomputing_wiki.md) +[*](kwangmyong.md) +[*](hero_culture.md) +[*](free_hardware.md) +[*](css.md) +[*](hero.md) +[*](cat_v.md) +[*](prime.md) +[*](entrepreneur.md) +[*](loc.md) +[*](chasm_the_rift.md) +[*](phd.md) +[*](axiom_of_choice.md) +[*](netstalking.md) +[*](toxic.md) +[*](math.md) +[*](tpe.md) +[*](rgb332.md) +[*](programming_language.md) +[*](dick_reveal.md) +[*](pokitto.md) +[*](patent.md) +[*](tensor_product.md) +[*](dodleston.md) +[*](freedom_distance.md) +[*](demo.md) +[*](os.md) +[*](linux.md) +[*](minesweeper.md) +[*](sanism.md) +[*](no_knowledge_proof.md) +[*](czechia.md) +[*](rock.md) +[*](hero_culture.md) +[*](settled.md) +[*](cloudflare.md) +[*](microtheft.md) +[*](programming.md) +[*](4chan.md) +[*](sw.md) +[*](interaction_net.md) +[*](bloat_monopoly.md) +[*](ui.md) +[*](disease.md) +[*](network.md) +[*](open_source.md) +[*](unix_philosophy.md) +[*](zuckerberg.md) +[*](trusting_trust.md) +[*](lambda_calculus.md) +[*](game_of_life.md) +[*](bytebeat.md) +[*](tor.md) +[*](procgen.md) +[*](global_discussion.md) +[*](cc.md) +[*](smallchesslib.md) +[*](interesting.md) +[*](primitive_3d.md) +[*](libre.md) +[*](less_retarded_software.md) +[*](harry_potter.md) +[*](fun.md) +[*](turing_machine.md) +[*](git.md) +[*](free_speech.md) +[*](lisp.md) +[*](axiom_of_choice.md) +[*](greenwashing.md) +[*](rapeware.md) +[*](egoism.md) +[*](sjw.md) +[*](lil.md) +[*](ronja.md) +[*](fixed_point.md) +[*](patent.md) +[*](suicide.md) +[*](chaos.md) +[*](ted_kaczynski.md) +[*](drummyfish.md) +[*](technology.md) +[*](free_hardware.md) +[*](often_confused.md) +[*](marble_race.md) +[*](loquendo.md) +[*](lrs_wiki.md) +[*](quantum_gate.md) +[*](fascist.md) +[*](reactionary_software.md) +[*](app.md) +[*](game_engine.md) +[*](wiki_authors.md) +[*](distance.md) +[*](adam_smith.md) +[*](cpu.md) +[*](cancer.md) +[*](collision.md) +[*](acronym.md) +[*](minimalism.md) +[*](arch.md) +[*](primitive_3d.md) +[*](hw.md) +[*](mental_outlaw.md) +[*](bazaar.md) +[*](charity_sex.md) +[*](used.md) +[*](czechia.md) +[*](bytebeat.md) +[*](trolling.md) +[*](cracking.md) +[*](paywall.md) +[*](programming_style.md) +[*](political_correctness.md) +[*](free.md) +[*](tom_scott.md) +[*](teletext.md) +[*](prime.md) +[*](usenet.md) +[*](githopping.md) +[*](macrofucker.md) +[*](dungeons_and_dragons.md) +[*](coding.md) +[*](wikidata.md) +[*](black.md) +[*](productivity_cult.md) +[*](lambda_calculus.md) +[*](backgammon.md) +[*](javascript.md) +[*](kek.md) +[*](distrohopping.md) +[*](crime_against_economy.md) +[*](magic.md) +[*](algorithm.md) +[*](4chan.md) +[*](version_numbering.md) +[*](fixed_point.md) +[*](czechia.md) +[*](newspeak.md) +[*](communism.md) +[*](ram.md) +[*](proprietary.md) +[*](js.md) +[*](throwaway_script.md) +[*](hexadecimal.md) +[*](dramatica.md) +[*](mandelbrot_set.md) +[*](google.md) +[*](xd.md) +[*](girl.md) +[*](venus_project.md) +[*](niger.md) +[*](wiki_rights.md) +[*](copyfree.md) +[*](transsexual.md) +[*](bazaar.md) +[*](c_pitfalls.md) +[*](fantasy_console.md) +[*](toxic.md) +[*](trash_magic.md) +[*](devuan.md) +[*](math.md) +[*](turing_machine.md) +[*](compiler_bomb.md) +[*](free_software.md) +[*](programming.md) +[*](flatland.md) +[*](rights_culture.md) +[*](mipmap.md) +[*](unfuck.md) +[*](privacy.md) +[*](femoid.md) +[*](moderation.md) +[*](liberalism.md) +[*](tensor_product.md) +[*](pi.md) +[*](nonogram.md) +[*](githopping.md) +[*](bit_hack.md) +[*](game.md) +[*](universe.md) +[*](ubi.md) +[*](compiler_bomb.md) +[*](python.md) +[*](blender.md) +[*](binary.md) +[*](mental_outlaw.md) +[*](dodleston.md) +[*](lrs.md) +[*](antialiasing.md) +[*](free_universe.md) +[*](pseudominimalism.md) +[*](boot.md) +[*](encryption.md) +[*](open_console.md) +[*](kiss.md) +[*](military.md) +[*](anpac.md) +[*](information.md) +[*](pokitto.md) +[*](linear_algebra.md) +[*](less_retarded_society.md) +[*](modern_software.md) +[*](mob_software.md) +[*](deep_blue.md) +[*](consumerism.md) +[*](bitreich.md) +[*](culture.md) +[*](de_facto.md) +[*](see_through_clothes.md) +[*](kiss.md) +[*](pride.md) +[*](easy_to_learn_hard_to_master.md) +[*](soydev.md) +[*](twos_complement.md) +[*](future_proof.md) +[*](unicode.md) +[*](hash.md) +[*](frameless.md) +[*](css.md) +[*](git.md) +[*](reddit.md) +[*](color.md) +[*](interplanetary_internet.md) +[*](logic_gate.md) +[*](open_source.md) +[*](reactionary_software.md) +[*](version_numbering.md) +[*](geek.md) +[*](hacker_culture.md) +[*](teletext.md) +[*](cpp.md) +[*](semiconductor.md) +[*](kiwifarms.md) +[*](downto.md) +[*](privacy.md) +[*](fourier_transform.md) +[*](color.md) +[*](nonogram.md) +[*](creative_commons.md) +[*](friend_detox.md) +[*](rust.md) +[*](corporation.md) +[*](censorship.md) +[*](usenet.md) +[*](physics.md) +[*](license.md) +[*](gender_studies.md) +[*](fantasy_console.md) +[*](rights_culture.md) +[*](langtons_ant.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](lambda_calculus.md) +[*](island.md) +[*](golang.md) +[*](people.md) +[*](science.md) +[*](feminism.md) +[*](nc.md) +[*](physics.md) +[*](idiot_fallacy.md) +[*](cc.md) +[*](hard_to_learn_easy_to_master.md) +[*](tech.md) +[*](sin.md) +[*](tranny.md) +[*](blender.md) +[*](future.md) +[*](wow.md) +[*](data_hoarding.md) +[*](java.md) +[*](proprietary_software.md) +[*](ascii.md) +[*](unix.md) +[*](ubi.md) +[*](autoupdate.md) +[*](anarch.md) +[*](terry_davis.md) +[*](lrs.md) +[*](abstraction.md) +[*](bootstrap.md) +[*](elo.md) +[*](mud.md) +[*](uxn.md) +[*](autostereogram.md) +[*](charity_sex.md) +[*](disease.md) +[*](fear_culture.md) +[*](shit.md) +[*](bloat.md) +[*](trom.md) +[*](ai.md) +[*](sqrt.md) +[*](interpolation.md) +[*](capitalist_singularity.md) +[*](crime_against_economy.md) +[*](zero.md) +[*](algorithm.md) +[*](abstraction.md) +[*](suckless.md) +[*](moderation.md) +[*](c_sharp.md) +[*](e.md) +[*](microsoft.md) +[*](race.md) +[*](life.md) +[*](toxic.md) +[*](lrs_dictionary.md) +[*](cos.md) +[*](jargon_file.md) +[*](dependency.md) +[*](systemd.md) +[*](pedophilia.md) +[*](speech_synthesis.md) +[*](tech.md) +[*](sqrt.md) +[*](pi.md) +[*](gay.md) +[*](countercomplex.md) +[*](music.md) +[*](frameless.md) +[*](future_proof.md) +[*](programming_tips.md) +[*](hash.md) +[*](iq.md) +[*](compression.md) +[*](implicit.md) +[*](cpu.md) +[*](io.md) +[*](collision_detection.md) +[*](money.md) +[*](atan.md) +[*](left_right.md) +[*](whale.md) +[*](duskos.md) +[*](logic_gate.md) +[*](wiki_pages.md) +[*](culture.md) +[*](backpropagation.md) +[*](modern_software.md) +[*](free_will.md) +[*](analog.md) +[*](speech_synthesis.md) +[*](wiki_tldr.md) +[*](education.md) +[*](project.md) +[*](fsf.md) +[*](README.md) +[*](julia_set.md) +[*](sigbovik.md) +[*](progress.md) +[*](tranny_software.md) +[*](docker.md) +[*](wow.md) +[*](ancap.md) +[*](minigame.md) +[*](ui.md) +[*](bit_hack.md) +[*](morality.md) +[*](cloudflare.md) +[*](rgb565.md) +[*](smart.md) +[*](racism.md) +[*](venus_project.md) +[*](vim.md) +[*](tangram.md) +[*](malware.md) +[*](mechanical.md) +[*](backgammon.md) +[*](autostereogram.md) +[*](quine.md) +[*](mandelbrot_set.md) +[*](trash_magic.md) +[*](kiss.md) +[*](universe.md) +[*](kwangmyong.md) +[*](rule110.md) +[*](cloud.md) +[*](technology.md) +[*](bullshit.md) +[*](rapeware.md) +[*](bilinear.md) +[*](everyone_does_it.md) +[*](wiki_tldr.md) +[*](racetrack.md) +[*](left_right.md) +[*](fizzbuzz.md) +[*](freedom_distance.md) +[*](fight.md) +[*](analog.md) +[*](mental_outlaw.md) +[*](computer.md) +[*](censorship.md) +[*](network.md) +[*](kids_these_days.md) +[*](ascii_art.md) +[*](gaywashing.md) +[*](update_culture.md) +[*](capitalist_singularity.md) +[*](dynamic_programming.md) +[*](fail_ab.md) +[*](suicide.md) +[*](langtons_ant.md) +[*](bloat_monopoly.md) +[*](tinyphysicsengine.md) +[*](microtheft.md) +[*](finished.md) +[*](rationalwiki.md) +[*](one.md) +[*](see_through_clothes.md) +[*](cracking.md) +[*](femoid.md) +[*](throwaway_script.md) +[*](football.md) +[*](marble_race.md) +[*](regex.md) +[*](smol_internet.md) +[*](distance.md) +[*](ioccc.md) +[*](formal_language.md) +[*](ubi.md) +[*](suckless.md) +[*](zen.md) +[*](drummyfish.md) +[*](motivation.md) +[*](openarena.md) +[*](proprietary.md) +[*](often_misunderstood.md) +[*](raycasting.md) +[*](explicit.md) +[*](graphics.md) +[*](c.md) +[*](fight_culture.md) +[*](wiki_stats.md) +[*](hardware.md) +[*](public_domain_computer.md) +[*](free_body.md) +[*](logic_gate.md) +[*](randomness.md) +[*](determinism.md) +[*](color.md) +[*](pokitto.md) +[*](distrohopping.md) +[*](fascism.md) +[*](pd.md) +[*](information.md) +[*](free_software.md) +[*](100r.md) +[*](easier_done_than_said.md) +[*](less_retarded_society.md) +[*](ai.md) +[*](optimization.md) +[*](rms.md) +[*](trump.md) +[*](niger.md) +[*](coc.md) +[*](cancel_culture.md) +[*](nigger.md) +[*](malware.md) +[*](esolang.md) +[*](loc.md) +[*](cyberbullying.md) +[*](chaos.md) +[*](build_engine.md) +[*](quaternion.md) +[*](modern.md) +[*](license.md) +[*](unary.md) +[*](fork.md) +[*](ram.md) +[*](fight_culture.md) +[*](football.md) +[*](murderer.md) +[*](technology.md) +[*](cracking.md) +[*](portal_rendering.md) +[*](recursion.md) +[*](prime.md) +[*](less_retarded_society.md) +[*](framework.md) +[*](tom_scott.md) +[*](mud.md) +[*](hyperoperation.md) +[*](free.md) +[*](pride.md) +[*](app.md) +[*](pascal.md) +[*](anal_bead.md) +[*](io.md) +[*](complexity.md) +[*](pseudominimalism.md) +[*](furry.md) +[*](intellectual_property.md) +[*](attribution.md) +[*](windows.md) +[*](murderer.md) +[*](cyberbullying.md) +[*](css.md) +[*](ashley_jones.md) +[*](logic.md) +[*](easier_done_than_said.md) +[*](maintenance.md) +[*](vector.md) +[*](magic.md) +[*](library.md) +[*](needed.md) +[*](pedophilia.md) +[*](race.md) +[*](palette.md) +[*](progress.md) +[*](morality.md) +[*](software.md) +[*](graphics.md) +[*](plan9.md) +[*](palette.md) +[*](smart.md) +[*](future_proof.md) +[*](mechanical.md) +[*](web.md) +[*](comment.md) +[*](tranny.md) +[*](unretard.md) +[*](exercises.md) +[*](ronja.md) +[*](regex.md) +[*](collision_detection.md) +[*](left_right.md) +[*](faggot.md) +[*](hacker_culture.md) +[*](robot.md) +[*](nonogram.md) +[*](cache.md) +[*](money.md) +[*](justice.md) +[*](collision.md) +[*](fail_ab.md) +[*](fascism.md) +[*](love.md) +[*](esolang.md) +[*](90s.md) +[*](downto.md) +[*](21st_century.md) +[*](luke_smith.md) +[*](ascii.md) +[*](trom.md) +[*](gigachad.md) +[*](suckless.md) +[*](sjw.md) +[*](watchdog.md) +[*](compression.md) +[*](football.md) +[*](resnicks_termite.md) +[*](public_domain_computer.md) +[*](logic_circuit.md) +[*](freedom.md) +[*](atheism.md) +[*](gnu.md) +[*](rationalwiki.md) +[*](one.md) +[*](morality.md) +[*](cheating.md) +[*](docker.md) +[*](sorting.md) +[*](smallchesslib.md) +[*](sjw.md) +[*](paywall.md) +[*](trump.md) +[*](fight.md) +[*](arduboy.md) +[*](human_language.md) +[*](whale.md) +[*](portal_rendering.md) +[*](free.md) +[*](gay.md) +[*](terry_davis.md) +[*](mipmap.md) +[*](anarch.md) +[*](byte.md) +[*](chaos.md) +[*](dog.md) +[*](3d_rendering.md) +[*](hw.md) +[*](portability.md) +[*](js.md) +[*](entropy.md) +[*](usenet.md) +[*](brainfuck.md) +[*](old.md) +[*](bytecode.md) +[*](murderer.md) +[*](raylib.md) +[*](crypto.md) +[*](normalization.md) +[*](nord_vpn.md) +[*](collapse.md) +[*](island.md) +[*](soydev.md) +[*](pseudoleft.md) +[*](combinatorics.md) +[*](crypto.md) +[*](cc0.md) +[*](rust.md) +[*](physics_engine.md) +[*](harry_potter.md) +[*](freedom.md) +[*](proprietary_software.md) +[*](geek.md) +[*](attribution.md) +[*](go.md) +[*](cpp.md) +[*](dinosaur.md) +[*](youtube.md) +[*](microtransaction.md) +[*](marketing.md) +[*](viznut.md) +[*](dependency.md) +[*](free_hardware.md) +[*](apple.md) +[*](data_hoarding.md) +[*](plusnigger.md) +[*](nokia.md) +[*](hash.md) +[*](often_confused.md) +[*](beauty.md) +[*](raycastlib.md) +[*](3d_model.md) +[*](interpolation.md) +[*](semiconductor.md) +[*](floss.md) +[*](sw_rendering.md) +[*](crime_against_economy.md) +[*](c.md) +[*](free_culture.md) +[*](minigame.md) +[*](altruism.md) +[*](e.md) +[*](encryption.md) +[*](pseudoleft.md) +[*](sudoku.md) +[*](world_broadcast.md) +[*](ethics.md) +[*](tas.md) +[*](cloud.md) +[*](shogi.md) +[*](whale.md) +[*](jokes.md) +[*](bytecode.md) +[*](cpp.md) +[*](fork.md) +[*](how_to.md) +[*](trump.md) +[*](3d_model.md) +[*](npc.md) +[*](piracy.md) +[*](black.md) +[*](copyleft.md) +[*](nigger.md) +[*](throwaway_script.md) +[*](quaternion.md) +[*](marxism.md) +[*](island.md) +[*](floss.md) +[*](gui.md) +[*](quine.md) +[*](altruism.md) +[*](progress.md) +[*](marble_race.md) +[*](low_poly.md) +[*](right.md) +[*](acronym.md) +[*](triangle.md) +[*](science.md) +[*](raycasting.md) +[*](duskos.md) +[*](aaron_swartz.md) +[*](steganography.md) +[*](wikiwikiweb.md) +[*](README.md) +[*](vim.md) +[*](finished.md) +[*](usa.md) +[*](doom.md) +[*](raycastlib.md) +[*](microtransaction.md) +[*](bbs.md) +[*](hero.md) +[*](creative_commons.md) +[*](how_to.md) +[*](fun.md) +[*](bullshit.md) +[*](rsa.md) +[*](english.md) +[*](hw.md) +[*](fractal.md) +[*](assembly.md) +[*](beauty.md) +[*](smol_internet.md) +[*](permacomputing.md) +[*](triangle.md) +[*](quantum_gate.md) +[*](deferred_shading.md) +[*](wiby.md) +[*](3d_rendering.md) +[*](forth.md) +[*](demoscene.md) +[*](billboard.md) +[*](git.md) +[*](wikiwikiweb.md) +[*](wavelet_transform.md) +[*](freedom.md) +[*](ancap.md) +[*](hyperoperation.md) +[*](idiot_fallacy.md) +[*](backgammon.md) +[*](crow_funding.md) +[*](golang.md) +[*](free_culture.md) +[*](os.md) +[*](hack.md) +[*](interesting.md) +[*](fourier_transform.md) +[*](democracy.md) +[*](gopher.md) +[*](minimalism.md) +[*](trash_magic.md) +[*](deep_blue.md) +[*](ashley_jones.md) +[*](adam_smith.md) +[*](free_software.md) +[*](work.md) +[*](fizzbuzz.md) +[*](jedi_engine.md) +[*](algorithm.md) +[*](cyber.md) +[*](linear_algebra.md) +[*](libertarianism.md) +[*](john_carmack.md) +[*](open_console.md) +[*](avpd.md) +[*](earth.md) +[*](computational_complexity.md) +[*](everyone_does_it.md) +[*](tranny_software.md) +[*](facebook.md) +[*](optimization.md) +[*](linux.md) +[*](debugging.md) +[*](anal_bead.md) +[*](encyclopedia.md) +[*](infinity.md) +[*](transistor.md) +[*](function.md) +[*](paradigm.md) +[*](selflessness.md) +[*](entropy.md) +[*](fantasy_console.md) +[*](pi.md) +[*](marxism.md) +[*](cyberbullying.md) +[*](emoticon.md) +[*](sw_rendering.md) +[*](portability.md) +[*](low_poly.md) +[*](compression.md) +[*](assembly.md) +[*](line.md) +[*](mouse.md) +[*](julia_set.md) +[*](copyfree.md) +[*](fight_culture.md) +[*](project.md) +[*](exercises.md) +[*](tpe.md) +[*](capitalism.md) +[*](gnu.md) +[*](dungeons_and_dragons.md) +[*](sw_rendering.md) +[*](open_source.md) +[*](used.md) +[*](dynamic_programming.md) +[*](nanogenmo.md) +[*](thrembo.md) +[*](plan9.md) +[*](atan.md) +[*](game.md) +[*](bbs.md) +[*](intellectual_property.md) +[*](real_number.md) +[*](pseudorandomness.md) +[*](lil.md) +[*](python.md) +[*](holy_war.md) +[*](wizard.md) +[*](public_domain.md) +[*](small3dlib.md) +[*](furry.md) +[*](programming_language.md) +[*](military.md) +[*](cheating.md) +[*](100r.md) +[*](acronym.md) +[*](jedi_engine.md) +[*](ssao.md) +[*](approximation.md) +[*](unix_philosophy.md) +[*](duke3d.md) +[*](memory_management.md) +[*](greenwashing.md) +[*](regex.md) +[*](fascist.md) +[*](hacking.md) +[*](formal_language.md) +[*](corporation.md) +[*](float.md) +[*](free_body.md) +[*](f2p.md) +[*](gaywashing.md) +[*](social_inertia.md) +[*](pd.md) +[*](public_domain.md) +[*](bill_gates.md) +[*](transsexual.md) +[*](copyleft.md) +[*](nd.md) +[*](culture.md) +[*](data_hoarding.md) +[*](rule110.md) +[*](selflessness.md) +[*](linux.md) +[*](demo.md) +[*](friend_detox.md) +[*](gaywashing.md) +[*](xonotic.md) +[*](sqrt.md) +[*](main.md) +[*](zen.md) +[*](c_pitfalls.md) +[*](proof.md) +[*](hero.md) +[*](minesweeper.md) +[*](wikipedia.md) +[*](paradigm.md) +[*](world_broadcast.md) +[*](ioccc.md) +[*](shortcut_thinking.md) +[*](malware.md) +[*](ted_kaczynski.md) +[*](brainfuck.md) +[*](tom_scott.md) +[*](programming_language.md) +[*](analog.md) +[*](feminism.md) +[*](iq.md) +[*](nord_vpn.md) +[*](bytecode.md) +[*](anal_bead.md) +[*](crow_funding.md) +[*](analytic_geometry.md) +[*](see_through_clothes.md) +[*](ted_kaczynski.md) +[*](42.md) +[*](history.md) +[*](bootstrap.md) +[*](free_speech.md) +[*](go.md) +[*](f2p.md) +[*](collapse.md) +[*](java.md) +[*](lgbt.md) +[*](marketing.md) +[*](sorting.md) +[*](soyence.md) +[*](copyleft.md) +[*](shogi.md) +[*](kek.md) +[*](determinism.md) +[*](combinatorics.md) +[*](rights_culture.md) +[*](facebook.md) +[*](palette.md) +[*](3d_modeling.md) +[*](just_werks.md) +[*](cos.md) +[*](security.md) +[*](plan9.md) +[*](recursion.md) +[*](faq.md) +[*](antialiasing.md) +[*](fascism.md) +[*](temple_os.md) +[*](quaternion.md) +[*](ethics.md) +[*](netstalking.md) +[*](hyperoperation.md) +[*](unicode.md) +[*](oop.md) +[*](bloat.md) +[*](physics_engine.md) +[*](dungeons_and_dragons.md) +[*](openai.md) +[*](mipmap.md) +[*](usa.md) +[*](military.md) +[*](privacy.md) +[*](3d_modeling.md) +[*](framework.md) +[*](neural_network.md) +[*](free_body.md) +[*](portability.md) +[*](bbs.md) +[*](uxn.md) +[*](splinternet.md) +[*](evil.md) +[*](zoomer.md) +[*](xonotic.md) +[*](cat_v.md) +[*](wiki_style.md) +[*](art.md) +[*](encyclopedia.md) +[*](communism.md) +[*](crypto.md) +[*](free_universe.md) +[*](oop.md) +[*](macrofucker.md) +[*](diogenes.md) +[*](piracy.md) +[*](digital_signature.md) +[*](bitreich.md) +[*](fediverse.md) +[*](complexity.md) +[*](hero_culture.md) +[*](free_universe.md) +[*](iq.md) +[*](chess.md) +[*](productivity_cult.md) +[*](shogi.md) +[*](avpd.md) +[*](chess.md) +[*](watchdog.md) +[*](arduboy.md) +[*](world_broadcast.md) +[*](gopher.md) +[*](education.md) +[*](security.md) +[*](unfuck.md) +[*](stereotype.md) +[*](justice.md) +[*](bitreich.md) +[*](game_of_life.md) +[*](bloat_monopoly.md) +[*](yes_they_can.md) +[*](sin.md) +[*](neural_network.md) +[*](optimization.md) +[*](bill_gates.md) +[*](compsci.md) +[*](compiler_bomb.md) +[*](myths.md) +[*](sigbovik.md) +[*](elon_musk.md) +[*](bit.md) +[*](how_to.md) +[*](soyence.md) +[*](wikipedia.md) +[*](libre.md) +[*](foss.md) +[*](lmao.md) +[*](software.md) +[*](faq.md) +[*](dependency.md) +[*](javascript.md) +[*](public_domain_computer.md) +[*](tpe.md) +[*](abstraction.md) +[*](collapse.md) +[*](gemini.md) +[*](tranny.md) +[*](shortcut_thinking.md) +[*](hard_to_learn_easy_to_master.md) +[*](books.md) +[*](trusting_trust.md) +[*](gopher.md) +[*](line.md) +[*](flatland.md) +[*](c_tutorial.md) +[*](universe.md) +[*](suicide.md) +[*](permacomputing.md) +[*](wikidata.md) +[*](tattoo.md) +[*](binary.md) +[*](niggercoin.md) +[*](nanogenmo.md) +[*](doom.md) +[*](slowly_boiling_the_frog.md) +[*](deep_blue.md) +[*](fractal.md) +[*](brain_software.md) +[*](hacker_culture.md) +[*](less_retarded_software.md) +[*](chasm_the_rift.md) [*](wiki_stats.md) [*](minimalism.md) [*](aaron_swartz.md) -[*](pd.md) +[*](name_is_important.md) +[*](steganography.md) +[*](nigeria.md) +[*](ai.md) [*](social_inertia.md) -[*](universe.md) -[*](cache.md) -[*](plusnigger.md) -[*](bytecode.md) -[*](tinyphysicsengine.md) -[*](raylib.md) -[*](elon_musk.md) -[*](marxism.md) -[*](often_confused.md) -[*](education.md) -[*](lrs_wiki.md) -[*](copyfree.md) -[*](go.md) -[*](human_language.md) -[*](feminism.md) -[*](docker.md) -[*](competition.md) -[*](double_buffering.md) -[*](universe.md) -[*](public_domain_computer.md) -[*](shogi.md) -[*](julia_set.md) -[*](hyperoperation.md) -[*](anarchism.md) -[*](music.md) -[*](intellectual_property.md) -[*](mental_outlaw.md) -[*](tech.md) -[*](gui.md) -[*](tranny.md) -[*](programming_style.md) -[*](sin.md) -[*](free_hardware.md) -[*](patent.md) -[*](rule110.md) -[*](pi.md) -[*](brain_software.md) -[*](software.md) -[*](xonotic.md) -[*](saf.md) -[*](czechia.md) -[*](disease.md) -[*](optimization.md) -[*](shortcut_thinking.md) -[*](zen.md) -[*](love.md) -[*](cancel_culture.md) -[*](lambda_calculus.md) -[*](corporation.md) -[*](oop.md) -[*](tpe.md) -[*](graphics.md) -[*](dependency.md) -[*](future.md) -[*](computer.md) -[*](recursion.md) -[*](lrs.md) -[*](jedi_engine.md) -[*](zoomer.md) -[*](rgb565.md) -[*](selflessness.md) -[*](troll.md) -[*](c.md) -[*](loc.md) -[*](newspeak.md) -[*](mechanical.md) -[*](3d_modeling.md) -[*](bill_gates.md) -[*](lambda_calculus.md) -[*](wiki_tldr.md) -[*](free_body.md) -[*](quine.md) -[*](good_enough.md) -[*](steve_jobs.md) -[*](app.md) -[*](wiki_pages.md) -[*](small3dlib.md) -[*](island.md) -[*](proof.md) -[*](prime.md) -[*](trusting_trust.md) -[*](motivation.md) -[*](terry_davis.md) -[*](markov_chain.md) -[*](charity_sex.md) -[*](wiki_stats.md) -[*](number.md) -[*](boot.md) -[*](ted_kaczynski.md) -[*](software.md) -[*](less_retarded_software.md) -[*](zoomer.md) -[*](permacomputing.md) -[*](idiot_fallacy.md) -[*](temple_os.md) -[*](quantum_gate.md) -[*](fractal.md) -[*](fun.md) -[*](hw.md) -[*](algorithm.md) -[*](bitreich.md) -[*](main.md) -[*](fork.md) -[*](mipmap.md) -[*](lgbt.md) -[*](throwaway_script.md) -[*](google.md) -[*](function.md) -[*](fail_ab.md) -[*](README.md) -[*](proof.md) -[*](comun.md) -[*](openai.md) -[*](maintenance.md) -[*](software.md) -[*](modern_software.md) -[*](chaos.md) -[*](fediverse.md) -[*](tranny_software.md) -[*](bilinear.md) -[*](deep_blue.md) -[*](interaction_net.md) -[*](xxiivv.md) -[*](app.md) -[*](future.md) -[*](minigame.md) -[*](web.md) -[*](fourier_transform.md) -[*](build_engine.md) -[*](windows.md) -[*](raylib.md) -[*](nokia.md) -[*](rsa.md) -[*](idiot_fallacy.md) -[*](lrs_dictionary.md) -[*](markov_chain.md) -[*](acronym.md) -[*](app.md) -[*](distrohopping.md) -[*](git.md) -[*](cloud.md) -[*](pseudoleft.md) -[*](systemd.md) -[*](art.md) -[*](toxic.md) -[*](game_engine.md) -[*](science.md) -[*](unfuck.md) -[*](nonogram.md) -[*](iq.md) -[*](linear_algebra.md) -[*](universe.md) -[*](human_language.md) -[*](transsexual.md) -[*](freedom_distance.md) -[*](encryption.md) -[*](sudoku.md) -[*](rust.md) -[*](money.md) -[*](algorithm.md) -[*](io.md) -[*](compsci.md) -[*](aaron_swartz.md) -[*](suckless.md) -[*](abstraction.md) -[*](wiby.md) -[*](security.md) -[*](graphics.md) -[*](sanism.md) -[*](computational_complexity.md) -[*](fascist.md) -[*](gaywashing.md) -[*](rsa.md) -[*](linux.md) -[*](game_of_life.md) -[*](used.md) -[*](langtons_ant.md) -[*](viznut.md) -[*](copyfree.md) -[*](backpropagation.md) -[*](attribution.md) -[*](physics_engine.md) -[*](kek.md) -[*](update_culture.md) -[*](kwangmyong.md) -[*](dungeons_and_dragons.md) -[*](binary.md) -[*](art.md) -[*](portability.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](ethics.md) -[*](libertarianism.md) -[*](crow_funding.md) -[*](raycastlib.md) -[*](nc.md) -[*](algorithm.md) -[*](political_correctness.md) -[*](marketing.md) -[*](phd.md) -[*](fediverse.md) -[*](analog.md) -[*](wikidata.md) -[*](xonotic.md) -[*](capitalist_singularity.md) -[*](autostereogram.md) -[*](anpac.md) -[*](c_sharp.md) -[*](doom.md) -[*](pascal.md) -[*](demo.md) -[*](technology.md) -[*](3d_modeling.md) -[*](splinternet.md) -[*](raycastlib.md) -[*](liberalism.md) -[*](arduboy.md) -[*](data_hoarding.md) -[*](pedophilia.md) -[*](minigame.md) -[*](settled.md) -[*](easier_done_than_said.md) -[*](countercomplex.md) -[*](linux.md) -[*](raycasting.md) -[*](one.md) [*](just_werks.md) -[*](information.md) -[*](jesus.md) -[*](python.md) -[*](windows.md) -[*](frameless.md) -[*](loquendo.md) -[*](nd.md) -[*](culture.md) -[*](permacomputing.md) -[*](smol_internet.md) -[*](black.md) -[*](hacking.md) -[*](jesus.md) -[*](digital_signature.md) -[*](social_inertia.md) -[*](culture.md) -[*](wikiwikiweb.md) -[*](cc.md) -[*](deferred_shading.md) -[*](democracy.md) -[*](programming_language.md) -[*](proprietary_software.md) -[*](game_of_life.md) -[*](unicode.md) -[*](julia_set.md) -[*](piracy.md) -[*](githopping.md) -[*](noise.md) -[*](libre.md) -[*](nanogenmo.md) -[*](racetrack.md) -[*](boat.md) -[*](sanism.md) -[*](chess.md) -[*](float.md) -[*](digital_signature.md) -[*](css.md) +[*](one.md) +[*](bytebeat.md) +[*](law.md) +[*](future.md) [*](internet.md) -[*](neural_network.md) -[*](bit_hack.md) -[*](unretard.md) -[*](wiki_post_mortem.md) -[*](how_to.md) -[*](john_carmack.md) -[*](vector.md) -[*](football.md) -[*](capitalist_singularity.md) -[*](fear_culture.md) -[*](altruism.md) -[*](tas.md) -[*](wiki_style.md) -[*](kids_these_days.md) -[*](viznut.md) -[*](ram.md) -[*](wiby.md) [*](fqa.md) -[*](selflessness.md) -[*](recursion.md) -[*](fizzbuzz.md) -[*](linear_algebra.md) -[*](dog.md) -[*](hack.md) -[*](pride.md) -[*](nord_vpn.md) -[*](framework.md) -[*](pedophilia.md) -[*](wiki_authors.md) -[*](tom_scott.md) +[*](apple.md) +[*](bs.md) +[*](java.md) +[*](gnu.md) +[*](communism.md) +[*](zuckerberg.md) +[*](faggot.md) +[*](pascal.md) +[*](google.md) +[*](needed.md) +[*](libertarianism.md) +[*](assertiveness.md) +[*](digital_signature.md) +[*](js.md) +[*](minesweeper.md) +[*](README.md) +[*](modern.md) +[*](english.md) +[*](niggercoin.md) +[*](quantum_gate.md) [*](paywall.md) -[*](main.md) -[*](xxiivv.md) -[*](bloat_monopoly.md) -[*](kwangmyong.md) -[*](version_numbering.md) -[*](lrs_dictionary.md) +[*](ronja.md) +[*](unary.md) +[*](axiom_of_choice.md) +[*](float.md) +[*](explicit.md) +[*](bs.md) +[*](interaction_net.md) +[*](fizzbuzz.md) +[*](cyber.md) [*](girl.md) -[*](kiss.md) -[*](assembly.md) -[*](pedophilia.md) -[*](noise.md) -[*](rule110.md) -[*](devuan.md) -[*](football.md) -[*](ascii_art.md) -[*](anarch.md) -[*](fsf.md) -[*](left.md) -[*](openai.md) -[*](f2p.md) -[*](sqrt.md) -[*](cpu.md) -[*](ashley_jones.md) -[*](cracking.md) -[*](sw.md) -[*](function.md) -[*](ascii.md) -[*](lmao.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](living.md) -[*](hexadecimal.md) -[*](social_inertia.md) -[*](collapse.md) -[*](memory_management.md) -[*](wavelet_transform.md) -[*](charity_sex.md) -[*](free.md) -[*](blender.md) -[*](marketing.md) -[*](float.md) -[*](collision.md) -[*](trump.md) -[*](thrembo.md) -[*](duke3d.md) -[*](framework.md) -[*](youtube.md) -[*](greenwashing.md) -[*](framework.md) -[*](tom_scott.md) -[*](fork.md) -[*](censorship.md) -[*](rationalwiki.md) -[*](progress.md) -[*](altruism.md) -[*](complexity.md) -[*](cc.md) -[*](beauty.md) -[*](bs.md) -[*](chasm_the_rift.md) -[*](elo.md) -[*](intellectual_property.md) -[*](binary.md) -[*](de_facto.md) -[*](prime.md) -[*](vector.md) -[*](chess.md) -[*](collision_detection.md) -[*](trump.md) -[*](kiss.md) -[*](hw.md) -[*](cos.md) -[*](old.md) -[*](firmware.md) -[*](compsci.md) -[*](rust.md) -[*](crypto.md) -[*](books.md) -[*](downto.md) -[*](trolling.md) -[*](arch.md) -[*](compiler_bomb.md) -[*](java.md) -[*](100r.md) -[*](hack.md) -[*](lmao.md) -[*](programming_tips.md) -[*](demoscene.md) -[*](transsexual.md) -[*](programming_language.md) -[*](encryption.md) -[*](facebook.md) -[*](harry_potter.md) -[*](autostereogram.md) -[*](raycasting.md) -[*](computational_complexity.md) -[*](plusnigger.md) -[*](faq.md) -[*](one.md) -[*](avpd.md) -[*](update_culture.md) -[*](hash.md) -[*](interpolation.md) -[*](atan.md) -[*](bootstrap.md) -[*](wow.md) -[*](triangle.md) -[*](io.md) -[*](steve_jobs.md) -[*](wiki_rights.md) -[*](cloud.md) -[*](bitreich.md) -[*](mouse.md) -[*](autostereogram.md) -[*](open_source.md) -[*](npc.md) -[*](sin.md) -[*](human_language.md) -[*](pi.md) -[*](shitword.md) -[*](tattoo.md) -[*](jokes.md) -[*](vim.md) -[*](less_retarded_software.md) -[*](tangram.md) -[*](zuckerberg.md) -[*](chinese.md) -[*](copyright.md) -[*](english.md) -[*](markov_chain.md) -[*](goodbye_world.md) -[*](work.md) -[*](optimization.md) -[*](tor.md) -[*](logic_circuit.md) -[*](suckless.md) -[*](audiophilia.md) -[*](emoticon.md) -[*](programming.md) -[*](john_carmack.md) -[*](capitalism.md) -[*](bloat.md) -[*](license.md) -[*](free_software.md) -[*](vim.md) -[*](right.md) -[*](update_culture.md) -[*](bbs.md) -[*](coc.md) -[*](library.md) -[*](triangle.md) -[*](creative_commons.md) -[*](dynamic_programming.md) -[*](neural_network.md) -[*](complexity.md) -[*](shader.md) -[*](cc0.md) -[*](xd.md) -[*](stereotype.md) -[*](gay.md) -[*](regex.md) -[*](free_speech.md) -[*](abstraction.md) -[*](murderer.md) -[*](formal_language.md) -[*](lgbt.md) -[*](bazaar.md) -[*](git.md) -[*](cc.md) -[*](freedom.md) -[*](42.md) -[*](youtube.md) -[*](data_structure.md) -[*](mainstream.md) -[*](real_number.md) -[*](black.md) -[*](temple_os.md) -[*](terry_davis.md) -[*](lrs_wiki.md) -[*](transistor.md) -[*](wikipedia.md) -[*](selflessness.md) -[*](double_buffering.md) -[*](censorship.md) -[*](unfuck.md) -[*](modern_software.md) -[*](operating_system.md) -[*](githopping.md) -[*](hard_to_learn_easy_to_master.md) -[*](gnu.md) -[*](java.md) -[*](duskos.md) -[*](law.md) -[*](sdf.md) -[*](hyperoperation.md) -[*](ancap.md) -[*](history.md) -[*](diogenes.md) -[*](uxn.md) -[*](kiwifarms.md) -[*](npc.md) -[*](3d_rendering.md) -[*](computer.md) -[*](shit.md) -[*](bit.md) -[*](tool_slave.md) -[*](compression.md) -[*](float.md) -[*](de_facto.md) -[*](nanogenmo.md) -[*](3d_model.md) -[*](firmware.md) -[*](progress.md) -[*](go.md) -[*](programming_language.md) -[*](programming.md) -[*](global_discussion.md) -[*](free_culture.md) -[*](antivirus_paradox.md) -[*](bootstrap.md) -[*](open_source.md) -[*](capitalist_singularity.md) -[*](elon_musk.md) -[*](left_right.md) -[*](public_domain.md) -[*](distrohopping.md) -[*](golang.md) -[*](emoticon.md) -[*](plan9.md) -[*](evil.md) -[*](mental_outlaw.md) -[*](internet.md) -[*](proprietary.md) -[*](liberalism.md) -[*](duke3d.md) -[*](unix_philosophy.md) -[*](backgammon.md) -[*](main.md) -[*](pokitto.md) -[*](forth.md) -[*](exercises.md) -[*](digital.md) -[*](money.md) -[*](tensor_product.md) -[*](luke_smith.md) -[*](cyberbullying.md) -[*](see_through_clothes.md) -[*](minimalism.md) -[*](lisp.md) -[*](usa.md) -[*](fear_culture.md) -[*](hyperoperation.md) -[*](drummyfish.md) -[*](chaos.md) -[*](political_correctness.md) -[*](rgb332.md) -[*](sorting.md) -[*](czechia.md) -[*](devuan.md) -[*](physics.md) -[*](sqrt.md) -[*](dependency.md) -[*](wow.md) -[*](morality.md) -[*](facebook.md) -[*](implicit.md) -[*](tensor_product.md) -[*](julia_set.md) -[*](technology.md) -[*](racism.md) -[*](rgb332.md) -[*](collision_detection.md) -[*](open_console.md) -[*](netstalking.md) -[*](wiki_pages.md) -[*](openarena.md) -[*](tranny_software.md) -[*](boot.md) -[*](fight_culture.md) -[*](microsoft.md) -[*](ssao.md) -[*](hardware.md) -[*](game_engine.md) -[*](easy_to_learn_hard_to_master.md) -[*](crime_against_economy.md) -[*](apple.md) -[*](suicide.md) -[*](chess.md) [*](twos_complement.md) -[*](ubi.md) -[*](crypto.md) -[*](triangle.md) -[*](analog.md) -[*](arduboy.md) -[*](kiwifarms.md) -[*](wavelet_transform.md) -[*](soyence.md) -[*](suicide.md) -[*](settled.md) -[*](rms.md) -[*](permacomputing_wiki.md) -[*](piracy.md) -[*](yes_they_can.md) -[*](ronja.md) -[*](digital.md) -[*](shortcut_thinking.md) -[*](encryption.md) -[*](soyence.md) -[*](p_vs_np.md) -[*](interplanetary_internet.md) -[*](pokitto.md) -[*](race.md) -[*](no_knowledge_proof.md) -[*](unix_philosophy.md) -[*](game_engine.md) -[*](free_body.md) -[*](21st_century.md) -[*](apple.md) -[*](smallchesslib.md) -[*](antialiasing.md) -[*](shader.md) -[*](just_werks.md) -[*](exercises.md) -[*](future.md) -[*](byte.md) -[*](smallchesslib.md) -[*](paradigm.md) -[*](tas.md) -[*](countercomplex.md) -[*](cpu.md) -[*](real_number.md) -[*](e.md) -[*](cyber.md) -[*](needed.md) -[*](microtheft.md) -[*](productivity_cult.md) -[*](compiler_bomb.md) -[*](easy_to_learn_hard_to_master.md) -[*](crypto.md) -[*](capitalism.md) -[*](fuck.md) -[*](randomness.md) -[*](wiby.md) -[*](low_poly.md) -[*](lrs.md) -[*](interesting.md) -[*](fractal.md) -[*](world_broadcast.md) -[*](tangram.md) -[*](shit.md) -[*](books.md) -[*](see_through_clothes.md) -[*](people.md) -[*](black.md) -[*](shitword.md) -[*](byte.md) -[*](body_shaming.md) -[*](boat.md) -[*](see_through_clothes.md) -[*](vector.md) -[*](nord_vpn.md) -[*](dynamic_programming.md) -[*](os.md) -[*](javascript.md) -[*](beauty.md) -[*](luke_smith.md) -[*](digital.md) -[*](cracker.md) -[*](minesweeper.md) -[*](portability.md) -[*](p_vs_np.md) -[*](unix_philosophy.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](programming_tips.md) -[*](patent.md) -[*](assertiveness.md) -[*](fractal.md) -[*](geek.md) -[*](elon_musk.md) -[*](bit.md) -[*](esolang.md) -[*](minigame.md) -[*](greenwashing.md) -[*](steve_jobs.md) -[*](holy_war.md) -[*](smart.md) -[*](information.md) -[*](cancer.md) -[*](less_retarded_society.md) -[*](entropy.md) -[*](censorship.md) -[*](lisp.md) -[*](brainfuck.md) -[*](left.md) -[*](noise.md) -[*](cat_v.md) -[*](femoid.md) -[*](often_misunderstood.md) -[*](chinese.md) -[*](antialiasing.md) -[*](brain_software.md) -[*](books.md) -[*](furry.md) -[*](name_is_important.md) -[*](dungeons_and_dragons.md) -[*](semiconductor.md) -[*](network.md) -[*](pseudo3d.md) -[*](attribution.md) -[*](earth.md) -[*](mob_software.md) -[*](kwangmyong.md) -[*](english.md) -[*](ioccc.md) -[*](linux.md) -[*](crime_against_economy.md) -[*](plusnigger.md) -[*](sigbovik.md) -[*](how_to.md) -[*](project.md) -[*](work.md) -[*](interesting.md) -[*](pseudorandomness.md) -[*](analytic_geometry.md) -[*](steganography.md) -[*](free.md) -[*](easier_done_than_said.md) -[*](combinatorics.md) -[*](project.md) -[*](one.md) -[*](distance.md) -[*](cancer.md) -[*](procgen.md) -[*](90s.md) -[*](cat_v.md) -[*](linear_algebra.md) -[*](interpolation.md) -[*](backpropagation.md) -[*](lotr.md) -[*](motivation.md) -[*](logic_gate.md) -[*](pascal.md) -[*](fqa.md) -[*](cat_v.md) -[*](trolling.md) -[*](loquendo.md) -[*](www.md) -[*](windows.md) -[*](hero.md) -[*](gay.md) -[*](racism.md) -[*](fsf.md) -[*](comun.md) -[*](90s.md) -[*](netstalking.md) -[*](modern.md) -[*](gemini.md) -[*](toxic.md) -[*](capitalist_software.md) -[*](3d_model.md) -[*](unix.md) -[*](old.md) -[*](left_right.md) -[*](f2p.md) -[*](nokia.md) -[*](sanism.md) -[*](logic_circuit.md) -[*](bloat.md) -[*](forth.md) -[*](number.md) -[*](paradigm.md) -[*](unfuck.md) -[*](implicit.md) -[*](fight_culture.md) -[*](fourier_transform.md) -[*](throwaway_script.md) -[*](productivity_cult.md) -[*](gender_studies.md) -[*](information.md) -[*](faggot.md) -[*](21st_century.md) -[*](woman.md) -[*](education.md) -[*](infinity.md) -[*](ted_kaczynski.md) -[*](bilinear.md) -[*](copyright.md) -[*](physics.md) -[*](adam_smith.md) -[*](docker.md) -[*](chasm_the_rift.md) -[*](myths.md) -[*](bit.md) -[*](minesweeper.md) -[*](gigachad.md) -[*](assertiveness.md) -[*](suckless.md) -[*](encyclopedia.md) -[*](kek.md) -[*](quine.md) -[*](cpp.md) -[*](creative_commons.md) -[*](global_discussion.md) -[*](golang.md) -[*](history.md) -[*](education.md) -[*](crow_funding.md) -[*](color.md) -[*](fail_ab.md) -[*](openai.md) -[*](assertiveness.md) -[*](jargon_file.md) -[*](sw_rendering.md) -[*](version_numbering.md) -[*](everyone_does_it.md) -[*](infinity.md) -[*](forth.md) -[*](neural_network.md) -[*](lotr.md) -[*](freedom_distance.md) -[*](competition.md) -[*](copyleft.md) -[*](hash.md) -[*](logic.md) -[*](needed.md) -[*](consumerism.md) -[*](cheating.md) -[*](sin.md) -[*](entropy.md) -[*](no_knowledge_proof.md) -[*](freedom.md) -[*](greenwashing.md) -[*](cpp.md) -[*](fixed_point.md) -[*](ui.md) -[*](google.md) -[*](gnu.md) -[*](collapse.md) -[*](kiss.md) -[*](ram.md) -[*](www.md) -[*](living.md) -[*](transistor.md) -[*](wiki_style.md) -[*](line.md) -[*](watchdog.md) -[*](phd.md) -[*](kiwifarms.md) -[*](sorting.md) -[*](logic.md) -[*](game.md) -[*](sdf.md) -[*](turing_machine.md) -[*](goodbye_world.md) -[*](body_shaming.md) -[*](internet.md) -[*](adam_smith.md) -[*](wiki_style.md) -[*](capitalist_software.md) -[*](woman.md) -[*](right.md) -[*](interaction_net.md) -[*](everyone_does_it.md) -[*](permacomputing.md) -[*](whale.md) -[*](wow.md) -[*](unretard.md) -[*](steganography.md) -[*](logic_gate.md) -[*](sudoku.md) -[*](john_carmack.md) -[*](oop.md) -[*](jesus.md) -[*](wiki_rights.md) -[*](fight.md) -[*](wiki_authors.md) -[*](bootstrap.md) -[*](normalization.md) -[*](resnicks_termite.md) -[*](c_pitfalls.md) -[*](free_will.md) -[*](wizard.md) -[*](operating_system.md) -[*](cloudflare.md) -[*](pseudorandomness.md) -[*](audiophilia.md) -[*](trusting_trust.md) -[*](palette.md) -[*](low_poly.md) -[*](deep_blue.md) -[*](atheism.md) -[*](communism.md) -[*](crow_funding.md) -[*](blender.md) -[*](build_engine.md) -[*](wizard.md) -[*](lgbt.md) -[*](cyber.md) -[*](hardware.md) -[*](www.md) -[*](approximation.md) -[*](pd.md) -[*](bytecode.md) -[*](fuck.md) -[*](100r.md) -[*](firmware.md) -[*](cos.md) -[*](paywall.md) -[*](money.md) -[*](rms.md) -[*](cpu.md) -[*](nigeria.md) -[*](smart.md) -[*](gemini.md) -[*](nd.md) -[*](unary.md) -[*](interesting.md) -[*](ancap.md) -[*](open_console.md) -[*](approximation.md) -[*](history.md) -[*](p_vs_np.md) -[*](docker.md) -[*](gnu.md) -[*](debugging.md) -[*](free_software.md) -[*](libertarianism.md) -[*](geek.md) -[*](wiki_post_mortem.md) -[*](bullshit.md) -[*](version_numbering.md) -[*](newspeak.md) -[*](tom_scott.md) -[*](tpe.md) -[*](pokitto.md) -[*](distance.md) -[*](crime_against_economy.md) -[*](c_tutorial.md) -[*](wikidata.md) -[*](tranny_software.md) -[*](quaternion.md) -[*](physics.md) -[*](pascal.md) -[*](wiki_tldr.md) -[*](flatland.md) -[*](avpd.md) -[*](exercises.md) -[*](magic.md) -[*](murderer.md) +[*](libre.md) [*](comment.md) -[*](usenet.md) -[*](bill_gates.md) -[*](temple_os.md) -[*](marble_race.md) -[*](mipmap.md) -[*](free_body.md) -[*](resnicks_termite.md) -[*](ronja.md) -[*](suicide.md) -[*](music.md) -[*](bytebeat.md) -[*](function.md) -[*](hacker_culture.md) -[*](pseudoleft.md) -[*](atan.md) -[*](fqa.md) -[*](flatland.md) -[*](trom.md) -[*](physics_engine.md) -[*](zero.md) -[*](hero.md) -[*](acronym.md) -[*](billboard.md) -[*](interaction_net.md) -[*](ted_kaczynski.md) +[*](life.md) +[*](trolling.md) [*](c_sharp.md) -[*](proprietary.md) -[*](deferred_shading.md) -[*](proprietary_software.md) -[*](memory_management.md) -[*](teletext.md) -[*](anpac.md) -[*](free.md) -[*](reddit.md) -[*](faggot.md) -[*](wavelet_transform.md) -[*](free_culture.md) -[*](name_is_important.md) -[*](finished.md) -[*](reddit.md) -[*](c.md) -[*](holy_war.md) -[*](free_will.md) -[*](dinosaur.md) -[*](bazaar.md) -[*](loc.md) -[*](minesweeper.md) -[*](gui.md) -[*](mental_outlaw.md) -[*](countercomplex.md) -[*](mud.md) -[*](bbs.md) -[*](moderation.md) -[*](niger.md) -[*](marble_race.md) -[*](arch.md) -[*](javascript.md) -[*](corporation.md) -[*](sdf.md) -[*](ai.md) -[*](determinism.md) -[*](jargon_file.md) -[*](portal_rendering.md) -[*](jedi_engine.md) -[*](free_culture.md) -[*](racetrack.md) -[*](nd.md) -[*](license.md) -[*](tinyphysicsengine.md) -[*](often_misunderstood.md) -[*](explicit.md) -[*](coding.md) -[*](lrs_dictionary.md) -[*](regex.md) -[*](thrembo.md) -[*](friend_detox.md) -[*](stereotype.md) -[*](dramatica.md) -[*](compression.md) -[*](bullshit.md) -[*](finished.md) -[*](git.md) -[*](dinosaur.md) -[*](js.md) -[*](marble_race.md) -[*](transistor.md) -[*](everyone_does_it.md) -[*](entrepreneur.md) -[*](entrepreneur.md) -[*](trom.md) -[*](less_retarded_software.md) -[*](wikipedia.md) -[*](aliasing.md) -[*](npc.md) -[*](dick_reveal.md) -[*](graveyard.md) -[*](shitword.md) -[*](README.md) -[*](rock.md) -[*](sw.md) -[*](iq.md) -[*](progress.md) -[*](morality.md) -[*](pride.md) -[*](cancer.md) -[*](brainfuck.md) -[*](stereotype.md) -[*](love.md) -[*](normalization.md) -[*](soydev.md) -[*](patent.md) -[*](ioccc.md) -[*](work.md) -[*](tech.md) -[*](watchdog.md) -[*](easy_to_learn_hard_to_master.md) -[*](portability.md) -[*](troll.md) -[*](cloud.md) -[*](bs.md) -[*](color.md) -[*](cancel_culture.md) -[*](fascist.md) -[*](distance.md) -[*](antivirus_paradox.md) -[*](rule110.md) -[*](creative_commons.md) -[*](formal_language.md) -[*](earth.md) -[*](often_confused.md) -[*](coc.md) -[*](luke_smith.md) -[*](arch.md) -[*](military.md) -[*](antivirus_paradox.md) -[*](wikidata.md) -[*](monad.md) -[*](network.md) -[*](intellectual_property.md) -[*](security.md) -[*](wiki_rights.md) -[*](living.md) -[*](acronym.md) -[*](loquendo.md) -[*](evil.md) -[*](portal_rendering.md) -[*](modern.md) -[*](free_speech.md) -[*](permacomputing_wiki.md) -[*](resnicks_termite.md) -[*](free_universe.md) -[*](bullshit.md) -[*](robot.md) -[*](fediverse.md) -[*](life.md) -[*](bit_hack.md) -[*](macrofucker.md) -[*](3d_rendering.md) -[*](zero.md) -[*](public_domain.md) -[*](altruism.md) -[*](marxism.md) -[*](idiot_fallacy.md) -[*](floss.md) -[*](libre.md) -[*](fight.md) -[*](avpd.md) -[*](palette.md) -[*](english.md) [*](goodbye_world.md) -[*](zen.md) -[*](golang.md) -[*](ram.md) -[*](gui.md) -[*](google.md) -[*](dodleston.md) -[*](brainfuck.md) -[*](rapeware.md) -[*](raycasting.md) -[*](open_console.md) -[*](bloat.md) -[*](os.md) -[*](tas.md) -[*](f2p.md) -[*](unicode.md) -[*](adam_smith.md) -[*](cache.md) -[*](bbs.md) -[*](proprietary.md) -[*](reactionary_software.md) -[*](niggercoin.md) -[*](law.md) -[*](primitive_3d.md) -[*](dog.md) -[*](hardware.md) -[*](ashley_jones.md) -[*](microsoft.md) -[*](robot.md) -[*](library.md) -[*](interplanetary_internet.md) -[*](rgb565.md) -[*](body_shaming.md) -[*](throwaway_script.md) -[*](billboard.md) -[*](duskos.md) -[*](mud.md) -[*](furry.md) -[*](determinism.md) -[*](sorting.md) -[*](quantum_gate.md) -[*](robot.md) -[*](esolang.md) -[*](dick_reveal.md) -[*](egoism.md) -[*](randomness.md) -[*](open_source.md) -[*](cracking.md) -[*](foss.md) -[*](cpp.md) -[*](fsf.md) -[*](smol_internet.md) -[*](interpolation.md) -[*](python.md) -[*](ui.md) -[*](freedom_distance.md) -[*](technology.md) -[*](comment.md) -[*](lrs_wiki.md) -[*](hacking.md) -[*](evil.md) -[*](bytebeat.md) -[*](collision_detection.md) -[*](hard_to_learn_easy_to_master.md) [*](memory_management.md) -[*](math.md) -[*](autoupdate.md) -[*](wiki_tldr.md) -[*](mud.md) -[*](combinatorics.md) -[*](privacy.md) -[*](qubit.md) -[*](coding.md) -[*](tool_slave.md) -[*](lisp.md) -[*](myths.md) -[*](analytic_geometry.md) -[*](privacy.md) -[*](freedom.md) -[*](wiki_post_mortem.md) -[*](ioccc.md) -[*](assembly.md) -[*](nigeria.md) -[*](iq.md) -[*](fascism.md) -[*](downto.md) -[*](fixed_point.md) -[*](fixed_point.md) -[*](vim.md) -[*](hexadecimal.md) -[*](drummyfish.md) -[*](communism.md) -[*](gopher.md) -[*](rock.md) -[*](debugging.md) -[*](aliasing.md) -[*](data_structure.md) -[*](openarena.md) -[*](used.md) -[*](teletext.md) -[*](coc.md) -[*](disease.md) -[*](gigachad.md) -[*](foss.md) -[*](tor.md) -[*](frameless.md) -[*](jargon_file.md) -[*](langtons_ant.md) -[*](anal_bead.md) -[*](fear_culture.md) -[*](collision.md) -[*](no_knowledge_proof.md) -[*](aaron_swartz.md) -[*](zuckerberg.md) -[*](sudoku.md) -[*](sigbovik.md) -[*](mechanical.md) -[*](military.md) -[*](settled.md) -[*](gigachad.md) -[*](needed.md) -[*](css.md) -[*](fight.md) -[*](tattoo.md) -[*](consumerism.md) -[*](magic.md) -[*](twos_complement.md) -[*](old.md) -[*](io.md) -[*](tangram.md) -[*](go.md) -[*](tranny.md) -[*](niger.md) -[*](rsa.md) -[*](turing_machine.md) -[*](cyber.md) -[*](race.md) -[*](mainstream.md) -[*](fantasy_console.md) -[*](uxn.md) -[*](trom.md) -[*](ascii.md) -[*](maintenance.md) -[*](football.md) -[*](hacker_culture.md) -[*](encyclopedia.md) -[*](slowly_boiling_the_frog.md) -[*](harry_potter.md) -[*](transsexual.md) -[*](c.md) -[*](free_universe.md) -[*](duskos.md) -[*](rgb565.md) -[*](anpac.md) -[*](monad.md) -[*](line.md) -[*](cloudflare.md) -[*](shortcut_thinking.md) -[*](drummyfish.md) -[*](pd.md) -[*](antialiasing.md) -[*](sjw.md) -[*](computer.md) -[*](encyclopedia.md) -[*](lil.md) -[*](comment.md) -[*](microtheft.md) -[*](wizard.md) -[*](youtube.md) -[*](build_engine.md) -[*](ubi.md) -[*](tor.md) -[*](githopping.md) -[*](programming_style.md) -[*](nord_vpn.md) -[*](culture.md) -[*](data_hoarding.md) -[*](unretard.md) -[*](4chan.md) -[*](speech_synthesis.md) -[*](css.md) -[*](mechanical.md) -[*](devuan.md) -[*](hacker_culture.md) -[*](axiom_of_choice.md) -[*](formal_language.md) -[*](e.md) -[*](dramatica.md) -[*](low_poly.md) -[*](library.md) -[*](mandelbrot_set.md) -[*](wiki_stats.md) -[*](czechia.md) -[*](number.md) -[*](mandelbrot_set.md) -[*](duke3d.md) -[*](kek.md) -[*](rationalwiki.md) -[*](hero_culture.md) -[*](operating_system.md) -[*](bytebeat.md) -[*](mob_software.md) -[*](abstraction.md) -[*](friend_detox.md) -[*](furry.md) -[*](lotr.md) -[*](digital_signature.md) -[*](demoscene.md) -[*](disease.md) -[*](infinity.md) -[*](shader.md) -[*](deferred_shading.md) -[*](paywall.md) -[*](music.md) -[*](proprietary_software.md) -[*](primitive_3d.md) -[*](dog.md) -[*](world_broadcast.md) -[*](slowly_boiling_the_frog.md) -[*](complexity.md) -[*](zuckerberg.md) -[*](procgen.md) -[*](libre.md) -[*](soydev.md) -[*](left_right.md) -[*](competition.md) -[*](unicode.md) -[*](ubi.md) -[*](tranny.md) -[*](interplanetary_internet.md) -[*](hw.md) -[*](communism.md) -[*](fascist.md) -[*](nationalism.md) -[*](math.md) -[*](modern_software.md) -[*](ui.md) -[*](xonotic.md) -[*](randomness.md) -[*](approximation.md) -[*](nc.md) -[*](mandelbrot_set.md) -[*](backgammon.md) -[*](good_enough.md) -[*](nc.md) -[*](primitive_3d.md) -[*](tool_slave.md) -[*](ascii.md) -[*](cancel_culture.md) -[*](dick_reveal.md) -[*](graphics.md) -[*](apple.md) -[*](floss.md) -[*](data_hoarding.md) -[*](jokes.md) -[*](ai.md) -[*](murderer.md) -[*](nationalism.md) -[*](3d_rendering.md) -[*](anarchism.md) -[*](rms.md) -[*](whale.md) -[*](tattoo.md) -[*](easier_done_than_said.md) -[*](mainstream.md) -[*](3d_modeling.md) -[*](graveyard.md) -[*](regex.md) -[*](sw_rendering.md) -[*](splinternet.md) -[*](c_pitfalls.md) -[*](trusting_trust.md) -[*](pride.md) -[*](demoscene.md) -[*](emoticon.md) -[*](unix.md) -[*](soydev.md) -[*](web.md) -[*](semiconductor.md) -[*](gaywashing.md) -[*](ai.md) -[*](life.md) -[*](semiconductor.md) -[*](moderation.md) -[*](pi.md) -[*](security.md) -[*](dodleston.md) -[*](fizzbuzz.md) -[*](free_universe.md) -[*](game.md) -[*](holy_war.md) -[*](elo.md) -[*](dinosaur.md) -[*](faq.md) -[*](ascii_art.md) -[*](42.md) -[*](anal_bead.md) -[*](niger.md) -[*](wiki_authors.md) -[*](bit_hack.md) -[*](jokes.md) -[*](law.md) -[*](math.md) -[*](explicit.md) -[*](free_software.md) -[*](determinism.md) -[*](nanogenmo.md) -[*](backpropagation.md) -[*](earth.md) -[*](4chan.md) -[*](loc.md) -[*](game_of_life.md) -[*](name_is_important.md) -[*](permacomputing_wiki.md) -[*](small3dlib.md) -[*](whale.md) -[*](c_tutorial.md) -[*](physics_engine.md) -[*](just_werks.md) -[*](billboard.md) -[*](cracker.md) -[*](palette.md) -[*](quaternion.md) -[*](ssao.md) -[*](gender_studies.md) -[*](fork.md) -[*](woman.md) -[*](chinese.md) -[*](venus_project.md) -[*](free_will.md) -[*](openarena.md) -[*](rights_culture.md) -[*](people.md) -[*](public_domain.md) -[*](bilinear.md) -[*](copyright.md) -[*](aliasing.md) -[*](microtransaction.md) -[*](demo.md) -[*](malware.md) -[*](gopher.md) -[*](pseudo3d.md) -[*](proof.md) -[*](fight_culture.md) -[*](wikipedia.md) -[*](malware.md) -[*](hero.md) -[*](geek.md) -[*](doom.md) -[*](left.md) -[*](niggercoin.md) -[*](xd.md) -[*](racetrack.md) -[*](feminism.md) -[*](game.md) -[*](pseudoleft.md) -[*](gemini.md) -[*](ethics.md) -[*](cc0.md) -[*](bytecode.md) -[*](justice.md) -[*](lmao.md) -[*](nigeria.md) -[*](smallchesslib.md) -[*](thrembo.md) -[*](pseudominimalism.md) -[*](axiom_of_choice.md) -[*](shit.md) -[*](logic.md) -[*](normalization.md) -[*](cos.md) -[*](nokia.md) -[*](tpe.md) -[*](modern.md) -[*](nigger.md) -[*](anal_bead.md) -[*](project.md) -[*](chasm_the_rift.md) -[*](collision.md) -[*](de_facto.md) -[*](dynamic_programming.md) -[*](logic_circuit.md) -[*](fantasy_console.md) -[*](fascism.md) -[*](fascism.md) -[*](maintenance.md) -[*](yes_they_can.md) -[*](kids_these_days.md) -[*](esolang.md) -[*](steganography.md) -[*](public_domain_computer.md) -[*](hash.md) -[*](myths.md) -[*](dungeons_and_dragons.md) -[*](bitreich.md) -[*](paradigm.md) -[*](cracking.md) -[*](coding.md) -[*](pseudo3d.md) -[*](backgammon.md) -[*](morality.md) -[*](diogenes.md) -[*](viznut.md) -[*](productivity_cult.md) -[*](demo.md) -[*](compiler_bomb.md) -[*](bill_gates.md) -[*](less_retarded_hardware.md) -[*](deep_blue.md) -[*](debugging.md) -[*](troll.md) -[*](js.md) -[*](atheism.md) -[*](quaternion.md) -[*](sjw.md) -[*](hack.md) -[*](explicit.md) -[*](autoupdate.md) -[*](free_hardware.md) -[*](flatland.md) -[*](arduboy.md) -[*](bazaar.md) -[*](ethics.md) -[*](trash_magic.md) -[*](combinatorics.md) -[*](compression.md) -[*](island.md) -[*](pseudorandomness.md) -[*](boat.md) -[*](turing_machine.md) -[*](foss.md) -[*](rust.md) -[*](nigger.md) -[*](art.md) -[*](lrs.md) -[*](comun.md) -[*](sw.md) -[*](less_retarded_hardware.md) -[*](science.md) -[*](justice.md) -[*](ronja.md) -[*](logic_gate.md) -[*](real_number.md) -[*](binary.md) -[*](nonogram.md) -[*](recursion.md) -[*](shogi.md) -[*](kids_these_days.md) -[*](finished.md) -[*](soyence.md) -[*](gay.md) -[*](capitalism.md) -[*](computational_complexity.md) -[*](fun.md) -[*](used.md) -[*](oop.md) -[*](shogi.md) -[*](people.md) -[*](42.md) -[*](raycastlib.md) -[*](wiki_pages.md) -[*](gopher.md) -[*](dodleston.md) -[*](fizzbuzz.md) -[*](cyberbullying.md) -[*](piracy.md) -[*](javascript.md) -[*](python.md) -[*](assembly.md) -[*](fantasy_console.md) -[*](libertarianism.md) -[*](smart.md) -[*](phd.md) -[*](right.md) -[*](minimalism.md) -[*](trash_magic.md) -[*](slowly_boiling_the_frog.md) -[*](x86.md) -[*](quine.md) -[*](love.md) -[*](nationalism.md) -[*](systemd.md) -[*](liberalism.md) -[*](dependency.md) -[*](rights_culture.md) -[*](ashley_jones.md) -[*](chaos.md) -[*](copyfree.md) -[*](langtons_ant.md) -[*](graveyard.md) -[*](3d_model.md) -[*](democracy.md) -[*](unary.md) -[*](cache.md) -[*](atan.md) -[*](brain_software.md) -[*](macrofucker.md) -[*](tinyphysicsengine.md) -[*](mouse.md) -[*](sigbovik.md) -[*](double_buffering.md) -[*](facebook.md) -[*](audiophilia.md) -[*](qubit.md) -[*](fuck.md) -[*](future_proof.md) -[*](diogenes.md) -[*](microtheft.md) -[*](magic.md) -[*](cc0.md) -[*](reddit.md) -[*](raylib.md) -[*](less_retarded_hardware.md) -[*](analog.md) -[*](rights_culture.md) -[*](hero_culture.md) -[*](splinternet.md) -[*](femoid.md) -[*](faggot.md) -[*](privacy.md) -[*](floss.md) -[*](often_misunderstood.md) -[*](niggercoin.md) -[*](programming.md) -[*](trash_magic.md) -[*](bloat_monopoly.md) -[*](rock.md) -[*](plan9.md) -[*](saf.md) -[*](ancap.md) -[*](analytic_geometry.md) -[*](wikiwikiweb.md) -[*](often_confused.md) -[*](political_correctness.md) -[*](unix.md) -[*](hexadecimal.md) -[*](zero.md) -[*](feminism.md) -[*](charity_sex.md) -[*](os.md) -[*](race.md) -[*](entrepreneur.md) -[*](motivation.md) [*](blender.md) -[*](venus_project.md) -[*](xd.md) -[*](x86.md) -[*](fourier_transform.md) -[*](newspeak.md) -[*](moderation.md) -[*](atheism.md) -[*](hard_to_learn_easy_to_master.md) -[*](egoism.md) -[*](c_pitfalls.md) -[*](programming_tips.md) -[*](downto.md) -[*](usenet.md) -[*](color.md) -[*](cloudflare.md) -[*](friend_detox.md) -[*](java.md) -[*](rgb332.md) -[*](trolling.md) -[*](implicit.md) -[*](future_proof.md) -[*](military.md) -[*](public_domain_computer.md) -[*](tensor_product.md) -[*](gaywashing.md) -[*](free_hardware.md) -[*](network.md) -[*](mipmap.md) -[*](smol_internet.md) -[*](twos_complement.md) -[*](rationalwiki.md) +[*](100r.md) +[*](splinternet.md) +[*](nanogenmo.md) +[*](dramatica.md) +[*](easier_done_than_said.md) +[*](anarchism.md) +[*](analytic_geometry.md) +[*](randomness.md) +[*](rgb565.md) +[*](saf.md) +[*](maintenance.md) +[*](exercises.md) +[*](tranny_software.md) +[*](less_retarded_software.md) +[*](systemd.md) +[*](earth.md) +[*](unix.md) +[*](githopping.md) [*](lil.md) -[*](optimization.md) +[*](woman.md) +[*](c_pitfalls.md) +[*](microsoft.md) +[*](sin.md) +[*](rgb332.md) +[*](ashley_jones.md) +[*](aliasing.md) +[*](information.md) +[*](boat.md) +[*](xd.md) +[*](needed.md) +[*](sdf.md) +[*](less_retarded_hardware.md) +[*](geek.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](often_confused.md) +[*](infinity.md) +[*](gender_studies.md) +[*](markov_chain.md) +[*](fork.md) +[*](resnicks_termite.md) +[*](shit.md) +[*](autoupdate.md) +[*](collision.md) +[*](marketing.md) +[*](graveyard.md) +[*](ascii_art.md) +[*](jesus.md) +[*](4chan.md) +[*](pedophilia.md) +[*](foss.md) +[*](left.md) +[*](loquendo.md) +[*](dinosaur.md) +[*](trusting_trust.md) +[*](operating_system.md) +[*](lgbt.md) +[*](fqa.md) +[*](small3dlib.md) +[*](boot.md) +[*](coding.md) +[*](fuck.md) +[*](math.md) +[*](good_enough.md) +[*](modern.md) +[*](qubit.md) +[*](arduboy.md) +[*](aaron_swartz.md) +[*](dynamic_programming.md) +[*](web.md) +[*](coc.md) +[*](temple_os.md) +[*](monad.md) +[*](de_facto.md) +[*](free_speech.md) +[*](cyber.md) +[*](graphics.md) +[*](watchdog.md) +[*](liberalism.md) +[*](coding.md) +[*](egoism.md) +[*](capitalist_software.md) +[*](history.md) +[*](programming_style.md) +[*](fixed_point.md) +[*](consumerism.md) +[*](fsf.md) +[*](www.md) +[*](ethics.md) +[*](langtons_ant.md) +[*](elon_musk.md) +[*](woman.md) +[*](hacking.md) +[*](small3dlib.md) +[*](cracker.md) +[*](global_discussion.md) +[*](jesus.md) +[*](niger.md) +[*](xd.md) +[*](firmware.md) +[*](competition.md) +[*](gay.md) +[*](turing_machine.md) +[*](motivation.md) +[*](microtransaction.md) +[*](smart.md) +[*](gui.md) +[*](used.md) +[*](xxiivv.md) +[*](lrs.md) +[*](julia_set.md) +[*](aliasing.md) +[*](microsoft.md) +[*](data_structure.md) +[*](wiki_pages.md) +[*](rgb332.md) +[*](capitalist_software.md) +[*](zuckerberg.md) +[*](youtube.md) +[*](temple_os.md) +[*](sudoku.md) +[*](double_buffering.md) +[*](patent.md) +[*](forth.md) +[*](cat_v.md) +[*](hardware.md) +[*](atheism.md) +[*](nokia.md) +[*](sigbovik.md) +[*](chinese.md) +[*](digital.md) +[*](version_numbering.md) +[*](lrs_wiki.md) +[*](trolling.md) +[*](speech_synthesis.md) +[*](www.md) +[*](antialiasing.md) +[*](shader.md) +[*](neural_network.md) +[*](love.md) +[*](liberalism.md) +[*](niggercoin.md) +[*](lotr.md) +[*](wiby.md) +[*](political_correctness.md) +[*](jargon_file.md) +[*](nationalism.md) +[*](lmao.md) +[*](chinese.md) +[*](magic.md) +[*](wavelet_transform.md) +[*](de_facto.md) +[*](bill_gates.md) +[*](uxn.md) +[*](cos.md) +[*](justice.md) +[*](mechanical.md) +[*](diogenes.md) +[*](democracy.md) +[*](lotr.md) +[*](saf.md) +[*](openai.md) +[*](raycastlib.md) +[*](fun.md) +[*](cancer.md) +[*](racetrack.md) +[*](e.md) +[*](permacomputing_wiki.md) +[*](programming_tips.md) +[*](settled.md) +[*](fear_culture.md) +[*](newspeak.md) +[*](interplanetary_internet.md) diff --git a/tas.md b/tas.md index 12479f0..ca5ad29 100644 --- a/tas.md +++ b/tas.md @@ -6,12 +6,14 @@ Tool assisted speedrun (TAS, also more generally *tool assisted superplay*) is a There is a website with videos of game TASes: https://tasvideos.org/. -TAS does NOT allow hacking the game in other ways than what's possible to achieve by simply playing the game, i.e. it is not possible to hex edit the game's code before running it or manipulate its RAM content at run time with external tools. However note that some games are buggy and allow things such as altering their RAM content or code by merely playing the game (e.g. Pokemon Yellow allows so called [arbitrary code execution](arbitrary_code_execution.md)) which generally IS allowed. The goal of TAS is merely to find, as best as we can, the series of game inputs that will lead to completing the game as fast as possible. For this the game pretty much needs to be [deterministic](determinism.md), i.e. the same sequence of inputs must always reproduce the same run when replayed later. +TAS does NOT allow hacking the game in other ways than what's possible to achieve by simply playing the game, i.e. it is not possible to hex edit the game's code before running it or manipulate its RAM content at run time with external tools. However note that some games are [buggy](bug.md) and allow things such as altering their RAM content or code by merely playing the game (e.g. Pokemon Yellow allows so called [arbitrary code execution](arbitrary_code_execution.md)) which generally IS allowed. The goal of TAS is merely to find, as best as we can, the series of game inputs that will lead to completing the game as fast as possible. For this the game pretty much needs to be [deterministic](determinism.md), i.e. the same sequence of inputs must always reproduce the same run when replayed later. -TAS runs coexist alongside RTA (non-TAS) runs as separate categories that are beneficial to each other: RTA runners come up with speedrunning techniques that TAS programmers can perfectly execute and vice versa, TAS runners many times discover new techniques and ideas for RTA runners (for example the insane discovery of groundbreaking noseboost when TAS was introduced to Trackmania). In fact RTA and TAS runners are many times the very same people. Of course if you submit a TAS run in RTA category, you'll be seen as a cheater. +TAS runs coexist alongside RTA (non-TAS) runs as separate categories that are beneficial to each other: RTA runners come up with speedrunning techniques that TAS programmers can perfectly execute and vice versa, TAS runners many times discover new techniques and ideas for RTA runners (for example the insane discovery of groundbreaking noseboost when TAS was introduced to Trackmania). In fact RTA and TAS runners are many times the very same people. Of course if you submit a TAS run in RTA category, you'll be seen as a [cheater](cheating.md). Creating a TAS is not an easy task, it requires great knowledge of the game (many times including its code) and its speedrunning, as well as a lot of patience and often collaboration with other TASers, sometimes a TASer needs to also do some [programming](programming.md) etc. TASes are made *offline* (not in real time), i.e. hours of work are required to program minutes or even seconds of the actual run. Many paths need to be planned and checked. Compared to RTAs, the focus switches from mechanical skills towards skillful mathematical analysis and planning. While RTA runs besides skill and training also require risk planning, i.e. sometimes deciding to do something in a slower but safer way to not ruin a good run, TAS can simply go for all the fastest routes, no matter how risky they are, as there is certainty they will succeed. Besides this some technological prerequisites are necessary: the actual tools to assist with creation of the TAS. For many new [proprietary](proprietary.md) games it is extremely difficult to develop the necessary tools as their source code isn't available, their assembly is obscured and littered with "anti-cheating" malware. Many "[modern](modern.md)" (even [FOSS](foss.md)) games are additionally badly programmed and e.g. lacking a [deterministic](determinism.md) physics, which makes precise TASing almost impossible (as the traditional precise crafting of inputs requires deterministic behavior). The situation is better with old games that are played in [emulators](emulator.md) such as [DOS](dos.md) games ([Doom](doom.md) etc.) or games for consoles like [GameBoy](gameboy.md) -- [emulators](emulator.md) can give us a complete control over the environment, they allow to save and load the whole emulator state at any instant, we may slow the time down arbitrarily, rewind and script the inputs however we wish (an advanced technique includes e.g. [bruteforcing](brute_force.md): exhaustively checking all possible combinations of inputs over the following few frames to see which one produces the best time save). In games that don't have TAS tools people at least try to do the next best thing with **segmented speedruns** (e.g. stitching together world record runs of each game level). +**TAS can make more sense and be a better spent time than RTA runs**, especially as RTA runs get so extremely optimized that further improvement will basically depend solely on getting extremely lucky in pulling off a single continuous chain of extremely hard techniques that will make achieving a new record only a matter of putting gargantuan numbers of hours to mindlessly grind over and over -- even with the highest skill chance plays the biggest role, that's why grinding is needed. This high level of optimization is already present in many games now -- many have become only about long hours of grinding, repeating the same learned mechanical movements over and over without thinking much, and this makes human basically a machine, a trained monkey put in front of a camera trying to hit a 1 in a million jackpot so that he starts crying which makes the audience emotional and they give him money. In reality this is no longer different from the human just flipping a coin, waiting to get N heads in a row: there is no value in wasting effort this way, a machine can do instantly what the human is trying to do for hundreds of hours, it's nothing more than a circus of wanting to see a human basically by pure chance imperfectly repeat what the machine did. At this point we must say that's enough, this is how far humans got, now let's move to TAS. TAS makes people actually think, analyze and be creative again, it is how speedrunning can be sustained once RTA runs are over. However even TAS can reach its peak, it is possible (at least with some games) to mathematically solve them, finding the completely best solution with 100% certainty, ending all kinds of traditional speedrunning. It is also possible TAS will eventually stagnate in similar ways RTA runs do: by just needing tremendous amounts of energy for further progress (such as CPU time for brute forcing new options) -- here we should again stop voluntarily, there is no point in wasting tremendous resources on something so insignificant as seeing how an obscure game can be finished one millisecond faster. Just move on to another game, or find a different challenge in the same game. + A libre [game](game.md) (under [CC0](cc0.md)!) called [Lix](lix.md), a clone of [Lemmings](lemmings.md) is kind of based on making TAS runs, and it's excellent! In the game, like in original Lemmings, one has to manage a group of units to cooperate in overcoming obstacles and so get safely to the level exit; however, unlike Lemmings, Lix incorporates a replay system so the player may not just pause the game, accelerate or slow down the time, but also rewind back and issue commands perfectly on any any given frame. The game also shows to the player all necessary info like exact frame number, exact survivable jump height etc., so winning a level doesn't depend on fast reaction time, good estimate or grinding attempts over and over until one doesn't make any mistake -- no, solving the level is purely about thinking and finding the mathematical solution. Once one knows how to get to the exit, it's easy to program in any complex sequence of actions, and of course then he can rewatch it in real time and get this kind of rewarding movie in which everything is performed perfectly. Lix is really an excellent example of how TAS is not just 3rd party hacking of the game but inherent part of the original game's design, one that takes the fun to the next level. There also exists a term *tool assisted superplay* which is the same principle as TAS but basically with the intention of just flexing, without the goal of finishing the game fast (e.g. playing a [Doom](doom.md) level against hundreds of enemies without taking a single hit). diff --git a/wiki_pages.md b/wiki_pages.md index 83385b7..c2b6474 100644 --- a/wiki_pages.md +++ b/wiki_pages.md @@ -2,4 +2,4 @@ This is an autogenerated page listing all pages. -**[100r](100r.md)** (8) -- **[21st_century](21st_century.md)** (46) -- **[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)** (15) -- **[ancap](ancap.md)** (31) -- **[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)** (27) -- **[assembly](assembly.md)** (262) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (23) -- **[atheism](atheism.md)** (25) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (6) -- **[autostereogram](autostereogram.md)** (120) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (58) -- **[backpropagation](backpropagation.md)** (87) -- **[bazaar](bazaar.md)** (8) -- **[bbs](bbs.md)** (29) -- **[beauty](beauty.md)** (25) -- **[bilinear](bilinear.md)** (124) -- **[bill_gates](bill_gates.md)** (35) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (138) -- **[bit](bit.md)** (10) -- **[bit_hack](bit_hack.md)** (172) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (197) -- **[bloat_monopoly](bloat_monopoly.md)** (14) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (35) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (49) -- **[brain_software](brain_software.md)** (14) -- **[brainfuck](brainfuck.md)** (382) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (50) -- **[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)** (2155) -- **[cache](cache.md)** (27) -- **[cancel_culture](cancel_culture.md)** (4) -- **[cancer](cancer.md)** (27) -- **[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)** (50) -- **[chess](chess.md)** (505) -- **[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)** (36) -- **[css](css.md)** (68) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[cyberbullying](cyberbullying.md)** (4) -- **[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)** (132) -- **[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) -- **[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)** (58) -- **[distance](distance.md)** (129) -- **[distrohopping](distrohopping.md)** (11) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (36) -- **[doom](doom.md)** (71) -- **[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)** (149) -- **[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)** (351) -- **[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)** (38) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (77) -- **[free_speech](free_speech.md)** (18) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (21) -- **[freedom](freedom.md)** (23) -- **[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)** (160) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (38) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (6) -- **[gemini](gemini.md)** (16) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (75) -- **[githopping](githopping.md)** (6) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (64) -- **[go](go.md)** (100) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (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) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (223) -- **[human_language](human_language.md)** (34) -- **[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) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (135) -- **[interesting](interesting.md)** (25) -- **[internet](internet.md)** (109) -- **[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)** (70) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (136) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (97) -- **[john_carmack](john_carmack.md)** (19) -- **[jokes](jokes.md)** (108) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (23) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (7) -- **[kids_these_days](kids_these_days.md)** (6) -- **[kiss](kiss.md)** (40) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (159) -- **[law](law.md)** (4) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (13) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (55) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (146) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (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)** (151) -- **[linear_algebra](linear_algebra.md)** (117) -- **[linux](linux.md)** (72) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (47) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (18) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[loquendo](loquendo.md)** (14) -- **[lotr](lotr.md)** (20) -- **[love](love.md)** (28) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (167) -- **[lrs_dictionary](lrs_dictionary.md)** (120) -- **[lrs_wiki](lrs_wiki.md)** (39) -- **[luke_smith](luke_smith.md)** (20) -- **[macrofucker](macrofucker.md)** (2) -- **[magic](magic.md)** (7) -- **[main](main.md)** (153) -- **[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)** (82) -- **[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)** (16) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (59) -- **[myths](myths.md)** (12) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (12) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (78) -- **[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)** (72) -- **[niggercoin](niggercoin.md)** (7) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (118) -- **[nokia](nokia.md)** (14) -- **[nonogram](nonogram.md)** (42) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (9) -- **[npc](npc.md)** (10) -- **[number](number.md)** (303) -- **[often_confused](often_confused.md)** (133) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (389) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (40) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (74) -- **[optimization](optimization.md)** (100) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[pascal](pascal.md)** (66) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (66) -- **[people](people.md)** (72) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (13) -- **[physics](physics.md)** (4) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (151) -- **[piracy](piracy.md)** (18) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (43) -- **[political_correctness](political_correctness.md)** (78) -- **[portability](portability.md)** (183) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (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)** (31) -- **[proof](proof.md)** (4) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (13) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (10) -- **[pseudorandomness](pseudorandomness.md)** (152) -- **[public_domain](public_domain.md)** (88) -- **[public_domain_computer](public_domain_computer.md)** (56) -- **[python](python.md)** (66) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (54) -- **[race](race.md)** (50) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (10) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1822) -- **[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)** (27) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (26) -- **[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)** (51) -- **[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)** (34) -- **[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)** (78) -- **[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)** (282) -- **[steve_jobs](steve_jobs.md)** (36) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (213) -- **[suicide](suicide.md)** (13) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (64) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (72) -- **[tas](tas.md)** (20) -- **[tattoo](tattoo.md)** (4) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (8) -- **[ted_kaczynski](ted_kaczynski.md)** (29) -- **[teletext](teletext.md)** (18) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (20) -- **[thrembo](thrembo.md)** (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)** (46) -- **[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)** (8) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (81) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (15) -- **[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)** (54) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (13) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (15) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (213) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (65) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (96) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (59) -- **[wizard](wizard.md)** (27) -- **[woman](woman.md)** (170) -- **[work](work.md)** (49) -- **[world_broadcast](world_broadcast.md)** (13) -- **[wow](wow.md)** (10) -- **[www](www.md)** (122) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (114) -- **[xxiivv](xxiivv.md)** (30) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (29) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zoomer](zoomer.md)** (37) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file +**[100r](100r.md)** (8) -- **[21st_century](21st_century.md)** (46) -- **[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) -- **[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)** (27) -- **[assembly](assembly.md)** (262) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (23) -- **[atheism](atheism.md)** (25) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (6) -- **[autostereogram](autostereogram.md)** (120) -- **[autoupdate](autoupdate.md)** (2) -- **[avpd](avpd.md)** (4) -- **[axiom_of_choice](axiom_of_choice.md)** (10) -- **[backgammon](backgammon.md)** (58) -- **[backpropagation](backpropagation.md)** (87) -- **[bazaar](bazaar.md)** (8) -- **[bbs](bbs.md)** (29) -- **[beauty](beauty.md)** (25) -- **[bilinear](bilinear.md)** (124) -- **[bill_gates](bill_gates.md)** (35) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (138) -- **[bit](bit.md)** (10) -- **[bit_hack](bit_hack.md)** (172) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (197) -- **[bloat_monopoly](bloat_monopoly.md)** (14) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (35) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (49) -- **[brain_software](brain_software.md)** (14) -- **[brainfuck](brainfuck.md)** (382) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (50) -- **[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)** (2155) -- **[cache](cache.md)** (27) -- **[cancel_culture](cancel_culture.md)** (4) -- **[cancer](cancer.md)** (27) -- **[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)** (50) -- **[chess](chess.md)** (506) -- **[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)** (36) -- **[css](css.md)** (68) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[cyberbullying](cyberbullying.md)** (4) -- **[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)** (132) -- **[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) -- **[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)** (58) -- **[distance](distance.md)** (129) -- **[distrohopping](distrohopping.md)** (11) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (36) -- **[doom](doom.md)** (71) -- **[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)** (149) -- **[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)** (353) -- **[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)** (38) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (77) -- **[free_speech](free_speech.md)** (18) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (21) -- **[freedom](freedom.md)** (23) -- **[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)** (160) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (38) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (6) -- **[gemini](gemini.md)** (16) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (75) -- **[githopping](githopping.md)** (6) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (64) -- **[go](go.md)** (100) -- **[golang](golang.md)** (17) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (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) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (223) -- **[human_language](human_language.md)** (34) -- **[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) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (135) -- **[interesting](interesting.md)** (25) -- **[internet](internet.md)** (109) -- **[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)** (70) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (136) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (97) -- **[john_carmack](john_carmack.md)** (19) -- **[jokes](jokes.md)** (108) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (23) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (7) -- **[kids_these_days](kids_these_days.md)** (6) -- **[kiss](kiss.md)** (40) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (159) -- **[law](law.md)** (4) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (13) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (55) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (146) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (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)** (151) -- **[linear_algebra](linear_algebra.md)** (117) -- **[linux](linux.md)** (72) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (47) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (18) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[loquendo](loquendo.md)** (14) -- **[lotr](lotr.md)** (20) -- **[love](love.md)** (28) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (167) -- **[lrs_dictionary](lrs_dictionary.md)** (120) -- **[lrs_wiki](lrs_wiki.md)** (39) -- **[luke_smith](luke_smith.md)** (20) -- **[macrofucker](macrofucker.md)** (2) -- **[magic](magic.md)** (7) -- **[main](main.md)** (153) -- **[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)** (82) -- **[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)** (16) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (59) -- **[myths](myths.md)** (12) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (12) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (78) -- **[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)** (72) -- **[niggercoin](niggercoin.md)** (7) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (118) -- **[nokia](nokia.md)** (14) -- **[nonogram](nonogram.md)** (42) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (9) -- **[npc](npc.md)** (10) -- **[number](number.md)** (303) -- **[often_confused](often_confused.md)** (133) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (389) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (40) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (74) -- **[optimization](optimization.md)** (100) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[pascal](pascal.md)** (66) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (66) -- **[people](people.md)** (72) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (13) -- **[physics](physics.md)** (4) -- **[physics_engine](physics_engine.md)** (26) -- **[pi](pi.md)** (151) -- **[piracy](piracy.md)** (18) -- **[plan9](plan9.md)** (10) -- **[plusnigger](plusnigger.md)** (5) -- **[pokitto](pokitto.md)** (43) -- **[political_correctness](political_correctness.md)** (78) -- **[portability](portability.md)** (183) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (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)** (31) -- **[proof](proof.md)** (4) -- **[proprietary](proprietary.md)** (12) -- **[proprietary_software](proprietary_software.md)** (2) -- **[pseudo3d](pseudo3d.md)** (13) -- **[pseudoleft](pseudoleft.md)** (2) -- **[pseudominimalism](pseudominimalism.md)** (10) -- **[pseudorandomness](pseudorandomness.md)** (152) -- **[public_domain](public_domain.md)** (88) -- **[public_domain_computer](public_domain_computer.md)** (56) -- **[python](python.md)** (66) -- **[quantum_gate](quantum_gate.md)** (64) -- **[quaternion](quaternion.md)** (32) -- **[qubit](qubit.md)** (22) -- **[quine](quine.md)** (54) -- **[race](race.md)** (50) -- **[racetrack](racetrack.md)** (31) -- **[racism](racism.md)** (10) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1822) -- **[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)** (27) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (26) -- **[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)** (51) -- **[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)** (34) -- **[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)** (78) -- **[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)** (282) -- **[steve_jobs](steve_jobs.md)** (36) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (213) -- **[suicide](suicide.md)** (13) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (64) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (72) -- **[tas](tas.md)** (20) -- **[tattoo](tattoo.md)** (4) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (8) -- **[ted_kaczynski](ted_kaczynski.md)** (29) -- **[teletext](teletext.md)** (18) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (20) -- **[thrembo](thrembo.md)** (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)** (46) -- **[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)** (8) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (81) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (15) -- **[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)** (15) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (215) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (65) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (96) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (59) -- **[wizard](wizard.md)** (27) -- **[woman](woman.md)** (170) -- **[work](work.md)** (49) -- **[world_broadcast](world_broadcast.md)** (13) -- **[wow](wow.md)** (10) -- **[www](www.md)** (122) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (114) -- **[xxiivv](xxiivv.md)** (30) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (29) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zoomer](zoomer.md)** (37) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file diff --git a/wiki_stats.md b/wiki_stats.md index 65c1b56..1e2a86d 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: 607 -- number of commits: 928 -- total size of all texts in bytes: 4643388 -- total number of lines of article texts: 34673 +- number of commits: 929 +- total size of all texts in bytes: 4651800 +- total number of lines of article texts: 34712 - number of script lines: 294 - occurrences of the word "person": 9 - occurrences of the word "nigger": 100 @@ -13,7 +13,7 @@ This is an autogenerated article holding stats about this wiki. longest articles: - [c_tutorial](c_tutorial.md): 128K -- [exercises](exercises.md): 112K +- [exercises](exercises.md): 116K - [chess](chess.md): 96K - [how_to](how_to.md): 76K - [capitalism](capitalism.md): 76K @@ -35,51 +35,51 @@ longest articles: top 50 5+ letter words: -- which (2579) -- there (2008) -- people (1862) -- example (1572) -- other (1452) -- about (1285) -- number (1281) -- software (1217) -- because (1015) -- program (1012) -- their (991) -- would (960) -- something (907) -- being (902) -- things (886) -- called (871) +- which (2581) +- there (2010) +- people (1870) +- example (1575) +- other (1457) +- about (1287) +- number (1280) +- software (1219) +- because (1018) +- program (1017) +- their (993) +- would (964) +- something (910) +- being (905) +- things (888) +- called (872) - language (858) - simple (811) - numbers (811) - computer (807) -- without (784) +- without (785) - programming (743) -- however (734) +- however (736) - different (732) -- these (723) +- these (724) - function (722) -- world (693) +- world (694) - system (672) -- doesn (660) -- should (652) +- doesn (661) +- should (658) - while (638) -- games (638) -- still (634) -- point (624) -- drummyfish (617) -- simply (608) -- society (602) -- possible (588) -- using (584) +- still (637) +- games (637) +- point (625) +- drummyfish (615) +- simply (610) +- society (609) +- possible (592) +- using (585) +- though (561) - https (560) -- though (559) - always (555) -- course (553) +- course (554) - similar (551) -- probably (543) +- probably (546) - basically (542) - memory (535) - really (530) @@ -89,6 +89,18 @@ top 50 5+ letter words: latest changes: ``` +Date: Wed Nov 20 22:22:24 2024 +0100 + anarchism.md + cheating.md + chess.md + exercises.md + go.md + less_retarded_society.md + random_page.md + version_numbering.md + wiki_pages.md + wiki_stats.md + www.md Date: Tue Nov 19 22:31:10 2024 +0100 21st_century.md art.md @@ -112,16 +124,6 @@ Date: Tue Nov 19 22:31:10 2024 +0100 xxiivv.md zoomer.md Date: Sun Nov 17 20:09:42 2024 +0100 - exercises.md - often_confused.md - random_page.md - wiki_pages.md - wiki_stats.md - zoomer.md -Date: Sun Nov 17 15:37:32 2024 +0100 - faq.md - human_language.md - libertarianism.md ``` most wanted pages: @@ -150,10 +152,10 @@ most wanted pages: most popular and lonely pages: - [lrs](lrs.md) (318) -- [capitalism](capitalism.md) (266) +- [capitalism](capitalism.md) (268) - [c](c.md) (233) - [bloat](bloat.md) (225) -- [free_software](free_software.md) (190) +- [free_software](free_software.md) (191) - [suckless](suckless.md) (145) - [game](game.md) (145) - [proprietary](proprietary.md) (130) @@ -166,9 +168,9 @@ most popular and lonely pages: - [math](math.md) (99) - [programming](programming.md) (97) - [gnu](gnu.md) (96) -- [linux](linux.md) (94) +- [linux](linux.md) (95) - [shit](shit.md) (91) -- [fight_culture](fight_culture.md) (89) +- [fight_culture](fight_culture.md) (90) - [bullshit](bullshit.md) (89) - [hacking](hacking.md) (88) - [corporation](corporation.md) (85)