diff --git a/algorithm.md b/algorithm.md index 0d2da12..432966e 100644 --- a/algorithm.md +++ b/algorithm.md @@ -1,6 +1,6 @@ # Algorithm -Algorithm (from the name of Persian mathematician Muhammad ibn Musa al-Khwarizmi) is an exact step-by-step description of how to solve some type of a problem. Algorithms are basically what [programming](programming.md) is all about: we tell [computers](computer.md), in very exact ways (with [programming languages](programming_language.md)), how to solve problems -- we write algorithms. But algorithms don't have to be just computer programs, they are simply exact instruction for solving problems. Although maybe not as obvious, [mathematics](math.md) is also a lot about creating algorithms because it strives to give us exact instructions for solving problems -- a mathematical formula usually tells us what we have to do to compute something, so in a way it is an algorithm too. +Algorithm (from the name of Persian mathematician Muhammad ibn Musa al-Khwarizmi) is an exact step-by-step description of how to solve some type of a problem. Algorithms are basically what [programming](programming.md) is all about: we tell [computers](computer.md), in very exact ways (with [programming languages](programming_language.md)), how to solve problems -- we write algorithms. But algorithms don't have to be just computer programs, they are simply exact, simple instruction for solving problems. Although maybe not as obvious, [mathematics](math.md) is also a lot about creating algorithms because it strives to give us exact instructions for solving problems -- a mathematical formula usually tells us (not explicitly but in an implied way) what we have to do to compute something, so in a way it is an algorithm too. A "series of steps" is a [good enough](good_enough.md) definition of algorithm for everyday use, however for [computer scientists](compsci.md) there is a much more precise, mathematical definition, which states that algorithm is that which can be represented by a [Turing machine](turing_machine.md). Cooking recipes are commonly given as an example of a non-computer algorithm, though they rarely contain branching ("if condition holds then do...") and loops ("while a condition holds do ..."), the key features of algorithms. The so called wall-follower is a simple algorithm to get out of any [maze](maze.md) which doesn't have any disconnected walls: you just pick either a left-hand or right-hand wall and then keep following it. Long division of numbers which students are taught at school is also an algorithm. You may write a crazy algorithm basically for any kind of problem, e.g. for how to clean a room or how to get a [girl](woman.md) to bed, but it has to be **precise** so that anyone can execute the algorithm just by blindly following the steps; if there is any ambiguity, it is not considered an algorithm; a vague, imprecise "hint" on how to find a solution (e.g. "the airport is somewhere in this general direction.") we rather call a [heuristic](heuristic.md). Heuristics are useful too and they may be utilized by an algorithm, e.g. to find a precise solution faster, but from programmer's point of view algorithms, the PRECISE ways of finding solutions, are the basics of everything. @@ -12,11 +12,11 @@ Algorithms are mostly (possibly [not always](declarative.md), depending on exact - **selection** (branches, *if-then-else*): Two branches (blocks of instructions) preceded by a condition; the first branch is executed only if the condition holds, the second ("else") branch is executed only if the condition doesn't hold (e.g. "If user password is correct, log the user in, otherwise print out an error."). The second branch is optional (it may remain empty). - **iteration** (loops, repetition): Sequence of steps that's repeated as long as certain condition holds (e.g. "As long as end of file is not reached, read and print out the next character from the file."). -Note: in a wider sense algorithms may be expressed in other (mathematically equivalent) ways than sequences of steps (non-[imperative](imperative.md) ways, see [declarative languages](declarative.md)), even mathematical equations are often called algorithms because they *imply* the steps towards solving a problem. But we'll stick to the common narrow meaning of algorithm given above. +Note: as already said above, in a wider sense algorithms may be expressed in other (mathematically equivalent) ways than sequences of steps (non-[imperative](imperative.md) ways, see [declarative languages](declarative.md)), even mathematical equations may be called algorithms. But now we'll stick to the common narrow meaning of algorithm given above. Additional constructs can be introduced to make programming more comfortable, e.g. [subroutines/functions](function.md) (kind of small subprograms that the main program uses for solving the problem), [macros](macro.md) (shorthand commands that represent multiple commands) or [switch](switch.md) statements (selection but with more than two branches). Loops are also commonly divided into several types such as: counted loops, loops with condition and the beginning, loops with condition at the end and infinite loops (`for`, `while`, `do while` and `while (1)` in [C](c.md), respectively) -- in theory there can only be one generic type of loop but for convenience programming languages normally offer different "templates" for commonly used loops. Similarly to mathematical equations, algorithms make use of [variables](variable.md), i.e. values which can change and which have a specific name (such as *x* or *myVariable*). -Practical programming is based on expressing algorithms via [text](text.md), but visual programming is also possible: [flowcharts](flowchart.md) are a way of visually expressing algorithms, you have probably seen some. [Decision trees](decision_tree.md) are special cases of algorithms that have no loops, you have probably seen some too. Even though some languages (mostly educational such as [Snap](snap.md)) are visual and similar to flow charts, it is not practical to create big algorithms in this way -- serious programs are written as a text in [programming languages](programming_language.md). +Practical programming is based on expressing algorithms via [text](text.md) in [programming languages](programming_language.md), but visual programming is also possible: [flowcharts](flowchart.md) are a way of visually expressing algorithms, you have probably seen some. [Decision trees](decision_tree.md) are special cases of algorithms that have no loops, you have probably seen some too. Even though some languages (mostly educational such as [Snap](snap.md)) are visual and similar to flow charts, it is not practical to create big algorithms in this way -- serious programs are written as a text in [programming languages](programming_language.md). ## Example diff --git a/ashley_jones.md b/ashley_jones.md index 957ac6c..07a42cf 100644 --- a/ashley_jones.md +++ b/ashley_jones.md @@ -23,6 +23,6 @@ Her website is newly at **[https://dukenukemis.cool](https://dukenukemis.cool)** *Ashley is such a cutie.* -**Why is she so based?** For example for the following reasons { Note that this is purely my interpretation of what I've seen/read on her website. ~drummyfish }: She is a pretty, biological woman (i.e. NOT some kind of angry [trans](tranny.md) [landwhale](fat.md)) BUT she shits on [feminism](feminism.md) and acknowledges plain facts about women such as that they usually need to be "put in line" (with [love](love.md)) by a man and that they are simply different. She makes a nice, ACTUALLY ENTERTAINING, well made politically incorrect stuff, her art is sincere, not trying to pretend anything or ride on some kind of fashion wave. She is VERY talented at comedy, hosts her OWN video website with a modest fan following and even though on [Jewtube](youtube.md) she could get hundred thousand times more followers and make a fortune, she doesn't do it because that would compromise her art and prevent her from doing what she really wants to do -- in fact recently she started to depart more into other topics, like technology repair, which probably in terms of popularity rather "hurts the numbers", but she just does it because it's what she likes and wants to do, it can be seen that she doesn't lust for simple popularity but rather for sharing truly interesting stuff. She does ask for donations but refuses to monetize her content with [ads](marketing.md) or [paywalls](paywall.md), creating a nice, pure, oldschool place on the Internet looks to truly be the one thing she's aiming for. She makes [fun](fun.md) of herself (like that she has a crush on [Duke Nukem](duke3d.md) lol), masterfully plays along with jokes blatantly sexualizing her and does some cool stuff like post measurements of her asshole and finding her porn lookalikes for the fanbase. It looks like she possesses some skills with technology (at least [Luke Smith](luke_smith.md) level), she supports [free software](free_software.md). She acknowledges the insanity of [pedophile](pedophilia.md) hysteria and proposes lowering age of consent (despite saying she was NOT a pedophile herself). She wants to normalize nudity, and doesn't shave her legs, she discourages makeup for females. Her website is quite nice, 1.0 style, with high [LRS](lrs_wiki.md)/[4chan](4chan.md)/[Dramatica](dramatica.md) vibes, there are "offensive" jokes but she stresses she in fact doesn't encourage violence, real racism and that she's not an extremist -- in one video she says she dislikes transsexuals and wants to make fun of gays but that in fact she doesn't mind any individual being gay or whatever, basically just opposing the political movements, propaganda, brainwashing etcetc., i.e. showing the exact same kind of attitude as us. She also understands Internet [culture](culture.md) and things like [trolling](trolling.md) being part of it -- in one video she clearly separates Internet and [real life](irl.md) and says you "can't apply real life logic on the Internet", that's very mature. By this she for example supports consensual incest. She even freaking has her own imageboard that's by the way very good (although now she says it's mostly occupied by retards, but she still keeps it running for them, that's very [selfless](selflessness.md)). She advocates [piracy](piracy.md) instead of giving money to [corporations](corporation.md): extremely based. She seems to see through propaganda and brainwashing, she says she does "not accept the reality" forced on her by this society, something we say and do as well, she shits on vaccines and likes cool "conspiracy theories". Yes, she seems SMART, she sees the power game of the elites, the propaganda, warns about it, shits on it. She seems to know how to write [English](english.md) without making 10 errors in every word. She advocates ETHICAL veganism, to spare animals of suffering. She hates [Elon Musk](elon_musk.md). She advocates not using cellphones and mainstream social networks. She does NOT have any [tattoos](tattoo.md). However, while all of these individual things are very nice, the **most important part**, and the one that basically matters above having certain opinion or demonstrating coolness in some way, is simply this: **she makes her own opinions**. As she states on the website, she doesn't accept any prefabricated "package of opinions", she thinks about things herself and makes HER OWN fucking decisions regardless of whether that leaves her alienated from the rest of human on the planet, and that's where all the coolness comes from -- this is the most important lesson Ashley can teach us. +**Why is she so based?** For example for the following reasons { Note that this is purely my interpretation of what I've seen/read on her website. ~drummyfish }: She is a pretty, biological woman (i.e. NOT some kind of angry [trans](tranny.md) [landwhale](fat.md)) BUT she shits on [feminism](feminism.md) and acknowledges plain facts about women such as that they usually need to be "put in line" (with [love](love.md)) by a man and that they are simply different. She makes a nice, ACTUALLY ENTERTAINING, well made politically incorrect stuff, her art is sincere, not trying to pretend anything or ride on some kind of fashion wave. { NOTE: Ashley pointed out that her site is NOT an art project or "social experiment". Indeed, this is not the intended meaning of the word "art" here, we simply mean "work" or "creation", just to make it clear. At LRS we kind of hate the word [work](work.md) so we often say "art" instead. ~drummyfish } She is VERY talented at comedy, hosts her OWN video website with a modest fan following and even though on [Jewtube](youtube.md) she could get hundred thousand times more followers and make a fortune, she doesn't do it because that would compromise her art and prevent her from doing what she really wants to do -- in fact recently she started to depart more into other topics, like technology repair, which probably in terms of popularity rather "hurts the numbers", but she just does it because it's what she likes and wants to do, it can be seen that she doesn't lust for simple popularity but rather for sharing truly interesting stuff. She does ask for donations but refuses to monetize her content with [ads](marketing.md) or [paywalls](paywall.md), creating a nice, pure, oldschool place on the Internet looks to truly be the one thing she's aiming for. She makes [fun](fun.md) of herself (like that she has a crush on [Duke Nukem](duke3d.md) lol), masterfully plays along with jokes blatantly sexualizing her and does some cool stuff like post measurements of her asshole and finding her porn lookalikes for the fanbase. It looks like she possesses some skills with technology (at least [Luke Smith](luke_smith.md) level), she supports [free software](free_software.md). She acknowledges the insanity of [pedophile](pedophilia.md) hysteria and proposes lowering age of consent (despite saying she was NOT a pedophile herself). She wants to normalize nudity, and doesn't shave her legs, she discourages makeup for females. Her website is quite nice, 1.0 style, with high [LRS](lrs_wiki.md)/[4chan](4chan.md)/[Dramatica](dramatica.md) vibes, there are "offensive" jokes but she stresses she in fact doesn't encourage violence, real racism and that she's not an extremist -- in one video she says she dislikes transsexuals and wants to make fun of gays but that in fact she doesn't mind any individual being gay or whatever, basically just opposing the political movements, propaganda, brainwashing etcetc., i.e. showing the exact same kind of attitude as us. She also understands Internet [culture](culture.md) and things like [trolling](trolling.md) being part of it -- in one video she clearly separates Internet and [real life](irl.md) and says you "can't apply real life logic on the Internet", that's very mature. By this she for example supports consensual incest. She even freaking has her own imageboard that's by the way very good (although now she says it's mostly occupied by retards, but she still keeps it running for them, that's very [selfless](selflessness.md)). She advocates [piracy](piracy.md) instead of giving money to [corporations](corporation.md): extremely based. She seems to see through propaganda and brainwashing, she says she does "not accept the reality" forced on her by this society, something we say and do as well, she shits on vaccines and likes cool "conspiracy theories". Yes, she seems SMART, she sees the power game of the elites, the propaganda, warns about it, shits on it. She seems to know how to write [English](english.md) without making 10 errors in every word. She advocates ETHICAL veganism, to spare animals of suffering. She hates [Elon Musk](elon_musk.md). She advocates not using cellphones and mainstream social networks. She does NOT have any [tattoos](tattoo.md). However, while all of these individual things are very nice, the **most important part**, and the one that basically matters above having certain opinion or demonstrating coolness in some way, is simply this: **she makes her own opinions**. As she states on the website, she doesn't accept any prefabricated "package of opinions", she thinks about things herself and makes HER OWN fucking decisions regardless of whether that leaves her alienated from the rest of human on the planet, and that's where all the coolness comes from -- this is the most important lesson Ashley can teach us. Sure, [we](lrs.md) find disagreements with her, for example on the question of [privacy](privacy.md), but if we call [Diogenes](diogenes.md) a based man and [Encyclopedia Dramatica](dramatica.md) a based website, we also have to admit Ashley Jones is a based woman and her website is likewise no less cool. At least at the time when this article was written. Even if she gets spoiled and one days turns 180 degrees from everything she stood for, the image of what she was will remain for others as an example, she is an original thinker and created something greater than a human can be: an immortal imagine of what one can hope to be. \ No newline at end of file diff --git a/chess.md b/chess.md index 18ad1f3..380915a 100644 --- a/chess.md +++ b/chess.md @@ -68,7 +68,7 @@ Fun fact: there seem to be **almost no black people in [chess](chess.md)** :D th { [This](https://www.youtube.com/watch?v=DpXy041BIlA) is an absolutely amazing video about weird chess algorithms :) And here is a very lovely article about someone's memories of his old competitive chess program: https://www.lkessler.com/brutefor.shtml. ~drummyfish } -Computers not only help people play chess, train their skills, analyze positions and perform research of games, but they also allow mathematical analysis of the game of chess itself and present a platform for things such as [artificial intelligence](ai.md). Knowledge gained from programming chess engines can then be applied in other areas as well. Since the dawn of the computer era computer chess has been a topic of passion and interest to [computer scientists](compsci.md) and [programmers](programming.md) -- not just because nerds usually love both chess and computer and it's only natural they will desire to combine the two, and not only because making a machine beat human at the most famous and iconic of all intellectual games is just a great and symbolic achievement in itself, but also because computer chess is just so much [fun](fun.md). For example you may let various engines play against each other, just sit back and make your own mini computer engine tournament, compare the strength of your engines, let them play from funny starting positions, let a strong engine with material handicap play a weak engine, program a strong engine to play the worst moves possible or program it completely arbitrary or weird goals such as that it can only checkmate with a pawn or that it will just want to place all its pieces on white squares, and then watch it try hard to achieve the goal. It's endless joy. +[Computers](computer.md) not only help people play chess, train their skills, analyze positions and perform research of games, but they also allow mathematical analysis of the game of chess itself and present a platform for things such as [artificial intelligence](ai.md). Knowledge gained from programming chess engines can then be applied in other areas as well. Since the dawn of the computer era computer chess has been a topic of passion and interest to [computer scientists](compsci.md) and [programmers](programming.md) -- not just because nerds usually love both chess and computer and it's only natural they will desire to combine the two, and not only because making a machine beat human at the most famous and iconic of all intellectual games is just a great and symbolic achievement in itself, but also because computer chess is just so much [fun](fun.md). For example you may let various engines play against each other, just sit back and make your own mini computer engine tournament, compare the strength of your engines, let them play from funny starting positions, let a strong engine with material handicap play a weak engine, program a strong engine to play the worst moves possible or program it completely arbitrary or weird goals such as that it can only checkmate with a pawn or that it will just want to place all its pieces on white squares, and then watch it try hard to achieve the goal. It's endless joy. **Chess [software](software.md)** is usually separated to **[libraries](library.md)**, **chess engines** and **[frontends](frontend.md)**. Library is just that -- a programming library that will help a programmer create some kind of chess program. Chess engine on the other hand is a complete program whose main purpose is to compute good chess moves, it is typically a [CLI](cli.md) program capable of playing chess but also doing other things such as evaluating arbitrary positions, hinting best moves, saving and loading games etc. -- commonly the engine has some kind of custom CLI interface (flags, interactive commands it understands, ...) plus a support of some standardized text communication protocol, most notably XBoard (older one, more [KISS](kiss.md)) and/or UCI (newer, more [bloated](bloat.md)). It is also a must for an engine to support other standard formats such as **FEN** (Forsyth–Edwards notation, way of encoding a chess position as a text string), **PGN** (portable game notation, way of encoding games as text strings) etc. And then there are frontends (also called *boards*) -- these are, almost by definition, [GUI](gui.md) programs that help people interact with the underlying engine (and do other things like play against other humans, annotate games and so on). There may also exist other kind of programs, e.g. tournament managers that will automatically run a tournament of several chess engines, calculate their strength etc. As seen, the chess "ecosystem" is pretty modular (it is possible to easily drop-in replace any part of your chess system as they are all just black boxes with the same interface) and the whole system is based on standardized, relatively simple plain text protocols, i.e. this is all very close to [Unix philosophy](unix_philosophy.md) and [good design](lrs.md). This is an example of how games should be implemented. @@ -114,6 +114,7 @@ Here are some notable chess engines/computers/entities, as of 2024: - **Magnus Carlsen**: Human, most likely the strongest player ever, has been quite comfortably winning every tournament he entered including the world championship until he quit, basically because he got "bored". His top FIDE Elo was 2882. - **Komodo Dragon**: [Proprietary](proprietary.md), currently seems to be the second strongest engine, its main feature is [Monte Carlo] ("randomized") search algorithm. Current CCRL Elo is 3624. - **Hikaru Nakamura**: Human, popularly considered "the second best" right after Magnus (who the mainstream likes to see as his biggest "rival") -- although this is not really so clear, he is definitely among the very top (his peak rating was 2816); We mention him here for his style of play: he likes to [troll](trolling.md) and do various lulz even on high level, many hate him for it. Some say he is a bit of a dick but his chess is definitely extremely entertaining. He also often plays strong computer engines, which is something that Magnus refuses to do (for commercial reasons Magnus only plays his shitty mobile "[app](app.md)"), so thanks to Nakamura we can really watch the best humans play the best computers. +- **Bobby Fischer**: [American](usa.md) player of the 20th century who is now dead already but who used to be, and by some still is, considered the best player of all time, although objectively speaking he probably isn't as good as some of the top today's players -- anyway he was funny in that he turned kind of [schizo](schizo.md) later on and started to make some lulz, which was yet amplified by the fact that he took part in the great cold war intellectual battle with Soviet Russia, his match against Spassky became legendary, it was extremely tense and also funny (look it up). - **[Leela Chess Zero](lc0.md)** (lc0): FOSS engine (written in C++), among top strongest engines (currently top 50 on CCRL), it is interesting mainly for how it works: it is a neural network engine that's **completely self-taught** from the ground up, i.e. it didn't learn chess by watching anyone else play, it was only allowed to learn by playing against itself. Current CCRL Elo is 3441. - **[Deep Blue](deep_blue.md)**: A historically famous supercomputer, the first one to have beaten the human world chess champion in 1997. - **[GNU chess](gnu_chess.md)** Free engine by [GNU](gnu.md), not among absolute top by strength but still very strong. Current CCRL Elo is 2825. @@ -124,6 +125,57 @@ Here are some notable chess engines/computers/entities, as of 2024: - **Turochamp**: Probably the first chess program ever, made by David Champernowne and [Alan Turing](turing.md) himself in 1948, in times when computers still couldn't execute it! It was very primitive, looking only two moves ahead, and was only ever executed manually -- of course, it got raped pretty bad the human opponent. - ... +## Rules + +The exact rules of chess and their scope may depend on situation, this is just a sum up of rules generally used nowadays. Nowadays the official rules are considered to be those defined by FIDE. + +The start setup of a chessboard is following (lowercase letters are for black men, uppercase for white men, on a board with colored squares A1 is black): + +``` + _______________ + /8 |r n b q k b n r| + r | 7 |p p p p p p p p| + a | 6 |. . . . . . . .| + n | 5 |. . . . . . . .| + k | 4 |. . . . . . . .| + s | 3 |. . . . . . . .| + | 2 |P P P P P P P P| + \1 |R N B Q K B N R| + """"""""""""""" + A B C D E F G H + \_____________/ + files +``` + +Players take turns in making moves, white always starts. A move consists of moving one (or in special cases two) of own men from one square to another, possibly capturing (removing from the board) one opponent's man -- except for a special *en passant* move capturing always happens by moving one man to the square occupied by the opposite color man (which gets removed). Of course no man can move to a square occupied by another man of the same color. A move can NOT be skipped. A player wins by giving a **checkmate** to the opponent (making his king unable to escape attack) or if the opponent resigns. If a player is to move but has no valid moves, the game is a draw, so called **stalemate**. If neither player has enough men to give a checkmate, the game is a draw, so called **dead position**. There are additional situation in which game can be drawn (threefold repetition of position, 50 move rule). Players can also agree to a draw. A player may also be declared a loser if he cheated, if he lost on time in a game with clock etc. + +The individual men and their movement rules are (no man can move beyond another, except for knight who jumps over other men): + +| man | symbol | ~value | movement | comment | +| -------------- | -------| ------ | ------------------------------------------------------------------ | --------------------- | +| pawn | P | 1 |1F, may also 2F from start, captures 1F1L or 1F1R, also *en passant*| promotes on last row | +| knight | N | 3 |L-shape (2U1L, 2U1R, 2R1U, 2R1D, 2D1R, 2D1L, 2L1U, 2L1D), jumps over| | +| bishop | B | 3.25 | any distance diagonally |stays on same color sq.| +| rook | R | 5 | any distance orthogonally (U, R, D or L) |can reach all sq. | +| queen | Q | 9 | like both bishop and rook |strongest piece | +| king | K | inf | any of 8 neighboring squares | | + +{ Cool players call knights *horses* or *ponies* and pawns *peasants*, rook may be called a *tower* and bishop a *sniper* as he often just sits on the main diagonal and shoot pieces that wonder through. Also pronounce *en passant* as "en peasant". Nakamura just calls all pieces a *juicer*. ~drummyfish } + +**Check**: If the player's king is attacked, i.e. it is immediately possible for an enemy man to capture the king, the player is said to be in check. A player in check has to make such a move as to not be in check after that move. + +A player cannot make a move that would leave him in check! + +**Castling**: If a player hasn't castled yet and his king hasn't been moved yet and his kingside (queenside) rook hasn't been moved yet and there are no men between the king and the kingside (queenside) and the king isn't and wouldn't be in check on his square or any square he will pass through or land on during castling, short (long) castling can be performed. In short (long) castling the king moves two squares towards the kingside (queenside) rook and the rook jumps over the king to the square immediately on the other side of the king. + +**Promotion**: If a pawn reaches the 1st or 8th rank, it is promoted, i.e. it has to be switched for either queen, rook, bishop or knight of the same color. + +**Checkmate**: If a player is in check but cannot make any move to get out of it, he is checkmated and lost. + +**En passant** (aka "surprise motherfucker", pronounced as *en peasant*): If a pawn moves 2 squares forward (from the start position), in the immediate next move the opponent can take it with a pawn in the same way as if it only moved 1 square forward (the only case in which a man captures another man by landing on an empty square). + +Threefold repetition is a rule allowing a player to claim a draw if the same position (men positions, player's turn, castling rights, en passant state) occurs three times (not necessarily consecutively). The 50 move rule allows a player to claim a draw if no pawn has moved and no man has been captured in last 50 moves (both players making their move counts as a single move here). + ## Stats And Records Chess stats are pretty [interesting](interesting.md). Thanks a lot e.g. to Lichess (and NOT thanks to fucking capitalist idiots like chess dot com) we have some great [public domain](public_domain.md) databases of billions of games played between both people and computers, and thanks to chess engines we can generate new and new on demand, so naturally many people create cool statistics, look for patterns and oddities. This can be very insightful and entertaining. @@ -259,6 +311,7 @@ What's the **theoretically worst game possible**, and how to find out? This is e 290. Na4+ Kc1 291. Nb2 Nxb2+ 292. Kc3 Na4+ 293. Kd3 Nc5+ 294. Kc3 Na4+ 295. Kd3 Nc5+ 296. Kc3 Ne4+ 297. Kd3 Nf2+ 298. Kc3 Ne4+ 299. Kd3 Nf2+ 300. Kc3 Nd1+ 301. Kd3 Kb2 302. Ne1 a4 303. Kd2 Nf2 304. Ke2 Nh1 305. Nd3+ Kb1 306. Kf3 a3 307. Nb4 a2 308. Nxa2 Kxa2 +1/2-1/2 ``` Lichess analysis seems to only handle the first 150 moves, the evaluation graph explodes up and down and almost jumps out of the roof. The following are the analysis results (for the first 150 moves). White: 15 inaccuracies, 15 mistakes, 97 blunders, 581 average centipawn loss, accuracy: 21%. Black: 11 inaccuracies, 17 mistakes, 97 blunders, 587 average centipawn loss, accuracy: 21%. That doesn't seem that bad, why aren't all moves blunders? Well, firstly the analysis is relatively quick (takes like 10 seconds for whole game), it likely doesn't see as deep as the engines who were given hours to play, but secondly we changed the rules of the game: the analyzing engine still assumes the players will be playing good moves, which is not the case. @@ -341,57 +394,6 @@ Anyway, you can try to derive your own stats, there are huge free game databases { TODO: Derive stats about the best move, i.e. for example "best move is usually by queen by three squares" or something like that. Could this actually help the play somehow? Maybe could be used for move ordering in alpha-beta. ~drummyfish } -## Rules - -The exact rules of chess and their scope may depend on situation, this is just a sum up of rules generally used nowadays. Nowadays the official rules are considered to be those defined by FIDE. - -The start setup of a chessboard is following (lowercase letters are for black men, uppercase for white men, on a board with colored squares A1 is black): - -``` - _______________ - /8 |r n b q k b n r| - r | 7 |p p p p p p p p| - a | 6 |. . . . . . . .| - n | 5 |. . . . . . . .| - k | 4 |. . . . . . . .| - s | 3 |. . . . . . . .| - | 2 |P P P P P P P P| - \1 |R N B Q K B N R| - """"""""""""""" - A B C D E F G H - \_____________/ - files -``` - -Players take turns in making moves, white always starts. A move consists of moving one (or in special cases two) of own men from one square to another, possibly capturing (removing from the board) one opponent's man -- except for a special *en passant* move capturing always happens by moving one man to the square occupied by the opposite color man (which gets removed). Of course no man can move to a square occupied by another man of the same color. A move can NOT be skipped. A player wins by giving a **checkmate** to the opponent (making his king unable to escape attack) or if the opponent resigns. If a player is to move but has no valid moves, the game is a draw, so called **stalemate**. If neither player has enough men to give a checkmate, the game is a draw, so called **dead position**. There are additional situation in which game can be drawn (threefold repetition of position, 50 move rule). Players can also agree to a draw. A player may also be declared a loser if he cheated, if he lost on time in a game with clock etc. - -The individual men and their movement rules are (no man can move beyond another, except for knight who jumps over other men): - -| man | symbol | ~value | movement | comment | -| -------------- | -------| ------ | ------------------------------------------------------------------ | --------------------- | -| pawn | P | 1 |1F, may also 2F from start, captures 1F1L or 1F1R, also *en passant*| promotes on last row | -| knight | N | 3 |L-shape (2U1L, 2U1R, 2R1U, 2R1D, 2D1R, 2D1L, 2L1U, 2L1D), jumps over| | -| bishop | B | 3.25 | any distance diagonally |stays on same color sq.| -| rook | R | 5 | any distance orthogonally (U, R, D or L) |can reach all sq. | -| queen | Q | 9 | like both bishop and rook |strongest piece | -| king | K | inf | any of 8 neighboring squares | | - -{ Cool players call knights *horses* or *ponies* and pawns *peasants*, rook may be called a *tower* and bishop a *sniper* as he often just sits on the main diagonal and shoot pieces that wonder through. Also pronounce *en passant* as "en peasant". Nakamura just calls all pieces a *juicer*. ~drummyfish } - -**Check**: If the player's king is attacked, i.e. it is immediately possible for an enemy man to capture the king, the player is said to be in check. A player in check has to make such a move as to not be in check after that move. - -A player cannot make a move that would leave him in check! - -**Castling**: If a player hasn't castled yet and his king hasn't been moved yet and his kingside (queenside) rook hasn't been moved yet and there are no men between the king and the kingside (queenside) and the king isn't and wouldn't be in check on his square or any square he will pass through or land on during castling, short (long) castling can be performed. In short (long) castling the king moves two squares towards the kingside (queenside) rook and the rook jumps over the king to the square immediately on the other side of the king. - -**Promotion**: If a pawn reaches the 1st or 8th rank, it is promoted, i.e. it has to be switched for either queen, rook, bishop or knight of the same color. - -**Checkmate**: If a player is in check but cannot make any move to get out of it, he is checkmated and lost. - -**En passant** (aka "surprise motherfucker", pronounced as *en peasant*): If a pawn moves 2 squares forward (from the start position), in the immediate next move the opponent can take it with a pawn in the same way as if it only moved 1 square forward (the only case in which a man captures another man by landing on an empty square). - -Threefold repetition is a rule allowing a player to claim a draw if the same position (men positions, player's turn, castling rights, en passant state) occurs three times (not necessarily consecutively). The 50 move rule allows a player to claim a draw if no pawn has moved and no man has been captured in last 50 moves (both players making their move counts as a single move here). - ### Variants Besides similar games such as [shogi](shogi.md) there are many variants of chess, i.e. slight modifications of rules, foremost worth mentioning is for example chess 960. The following is a list of some variants: diff --git a/drummyfish.md b/drummyfish.md index 0fff88b..cc52cb4 100644 --- a/drummyfish.md +++ b/drummyfish.md @@ -4,7 +4,7 @@ { My email is currently: drummyfish AT disroot DOT org. ~drummyfish } -Drummyfish (also known as *tastyfish*, *drummy*, *drumy*, *smellyfish* and *i forcefeed my diarrhea to capitalism*) is a [programmer](programming.md), [anarchopacifist](anpac.md), [heretic](heresy.md), wannabe [generalist](generalism.md), ban [speedrunner](speedrun.md) and proponent of [free software/culture](free_software.md), who started [this wiki](lrs_wiki.md) and invented the kind of [software](software.md) it focuses on: [less retarded software](lrs.md) (LRS), as well as [less retarded society](less_retarded_society.md). Besides others he has written [Anarch](anarch.md), [small3dlib](small3dlib.md), [raycastlib](raycastlib.md), [smallchesslib](smallchesslib.md), [tinyphysicsengine](tinyphysicsengine.md), [SAF](saf.md) and [comun](comun.md) (and some older but technologically shittier projects such as [LibreMage](libremage.md), [Steamer Duck](steamer_duck.md) etc.). He has also been creating [free culture](free_culture.md) [art](art.md) and otherwise contributing to free projects such as [OpenMW](openm.md); he buys and digitizes old public domain books and has been contributing with [public domain](pd.md) art of all kind (2D, 3D, music, ...) and writings to [Wikipedia](wikipedia.md) (no longer cause ban), [Wikimedia Commons](wm_commons.md) (also banned now), [opengameart](oga.md), [libregamewiki](lgw.md), freesound and others. Drummyfish is insane/neuroretarded, suffering from anxiety/[depression](depression.md)/etcetc. (diagnosed [avoidant personality disorder](avpd.md), also known as minimalist's brain damage) and has more than once been called a [schizo](schizo.md), though psychiatrists didn't officially diagnose him with schizophrenia (yet). He sometimes [self harms](self_harm.md), both physically and socially. All in all, psychiatrists say he is insane but in reality he is the only sane man in the world, and that is what he suffers from. Due to spreading uncensored truth, helping and loving others and revealing corruption he is banned and censored on many places on the Internet, including [Wikipedia](wikipedia.md) (literally just linked to personal site from personal page), Wikimedia Commons, [4chan](4chan.md) (made a pedo joke), [GitLab](gitlab.md) (hosted this wiki lol), codeberg (because "?reasons?"), watchpeopledie.tv (made a sarcastic Nazi joke or something), many [subreddits](reddit.md), some [Xonotic](xonotic.md) and [Openarena](openarena.md) servers, ["Rational"Wiki](rationalwiki.md) { well, probably, I just vandalized it and never came back to check lol :D ~drummyfish } etc. He is also being constantly stalked by some pissed off impotent pedophobe (:D), whom he still loves by the way <3, and which drummyfish appreciates as it makes him set many ban [speedrunning](speedrun.md) records and also become more self sufficient and not rely so much on the mainstream, censored platforms. Drummyfish also has no [real life](irl.md) and is pretty retarded when it comes to leading [projects](project.md) or otherwise dealing with people or [practical life](irl.md). Drummyfish's political compass is off the charts, he once tried to take the political compass test, the computer got confused and exploded. He is also a [wizard](wizard.md). +Drummyfish (also known as *tastyfish*, *drummy*, *drumy*, *smellyfish* and *i forcefeed my diarrhea to capitalism*) is a [programmer](programming.md), [anarchopacifist](anpac.md), [heretic](heresy.md), wannabe [generalist](generalism.md), ban [speedrunner](speedrun.md) and proponent of [free software/culture](free_software.md), who started [this wiki](lrs_wiki.md) and invented the kind of [software](software.md) it focuses on: [less retarded software](lrs.md) (LRS), as well as [less retarded society](less_retarded_society.md). Besides others he has written [Anarch](anarch.md), [small3dlib](small3dlib.md), [raycastlib](raycastlib.md), [smallchesslib](smallchesslib.md), [tinyphysicsengine](tinyphysicsengine.md), [SAF](saf.md) and [comun](comun.md) (and some older but technologically shittier projects such as [LibreMage](libremage.md), [Steamer Duck](steamer_duck.md) etc.). He has also been creating [free culture](free_culture.md) [art](art.md) and otherwise contributing to free projects such as [OpenMW](openm.md); he buys and digitizes old public domain books and has been contributing with [public domain](pd.md) art of all kind (2D, 3D, music, ...) and writings to [Wikipedia](wikipedia.md) (no longer cause ban), [Wikimedia Commons](wm_commons.md) (also banned now), [opengameart](oga.md), [libregamewiki](lgw.md), freesound and others. Drummyfish is insane/neuroretarded, suffering from anxiety/[depression](depression.md)/etcetc. (diagnosed [avoidant personality disorder](avpd.md), also known as minimalist's brain damage, see also [psyops](psyops.md)) and has more than once been called a [schizo](schizo.md), though psychiatrists didn't officially diagnose him with schizophrenia (yet). He sometimes [self harms](self_harm.md), both physically and socially. All in all, psychiatrists say he is insane but in reality he is the only sane man in the world, and that is what he suffers from. Due to spreading uncensored truth, helping and loving others and revealing corruption he is banned and censored on many places on the Internet, including [Wikipedia](wikipedia.md) (literally just linked to personal site from personal page), Wikimedia Commons, [4chan](4chan.md) (made a pedo joke), [GitLab](gitlab.md) (hosted this wiki lol), codeberg (because "?reasons?"), watchpeopledie.tv (made a sarcastic Nazi joke or something), many [subreddits](reddit.md), some [Xonotic](xonotic.md) and [Openarena](openarena.md) servers, ["Rational"Wiki](rationalwiki.md) { well, probably, I just vandalized it and never came back to check lol :D ~drummyfish } etc. He is also being constantly stalked by some pissed off impotent pedophobe (:D), whom he still loves by the way <3, and which drummyfish appreciates as it makes him set many ban [speedrunning](speedrun.md) records and also become more self sufficient and not rely so much on the mainstream, censored platforms. Drummyfish also has no [real life](irl.md) and is pretty retarded when it comes to leading [projects](project.md) or otherwise dealing with people or [practical life](irl.md). Drummyfish's political compass is off the charts, he once tried to take the political compass test, the computer got confused and exploded. He is also a [wizard](wizard.md). **Drummyfish is the most physically disgusting bastard on [Earth](earth.md)**, no [woman](woman.md) ever loved him, he is so ugly people get suicidal thoughts from seeing any part of him. He is also very stupid. diff --git a/faq.md b/faq.md index 85510e7..054d32e 100644 --- a/faq.md +++ b/faq.md @@ -54,6 +54,10 @@ I don't have any web analytics set up, I could probably dig up at least number o A forum, mailing list or something would possibly be nice, so far I've only experimented with more or less private text boards, game servers and stuff like that for closer friends, no one made anything bigger yet and I would be hesitant to call it an "official" LRS forum anyway, exactly to prevent growing into some kind of corrupt "democratic internet community" of which there are too many now. I am also absolute shit at running any "community" (I tried several times, always failed) and also pretty anxious about the idea of collaborating with someone, even officially associate with other sites etc. It's not just my social anxiety but also the fear of social pressure that collaboration or affiliation might bring, which could bias what I write. So if you'd like to make a LRS-focused forum (or anything similar), it would be best if you just make it your own thing -- of course I'll be very glad if you refer to my stuff etc., I just won't be able to keep up with another project, play an admin or something, I will only be able to be a regular user of that forum. +### Do you have a discord? + +Do I look like a fucking degenerated zoomer? + ### Why the angry and aggressive tone, can't you write in a nicer way, especially when you advocate love etc.? More than once I've been told that someone was initially afraid to talk to me because I write in this "aggressive/angry" way. I am sorry, this way of writing has its reasons that I established here and it's what works for me, I really don't intend to stress you out -- firstly this is how I internally think because yes, I am very frustrated, and **I want this wiki to capture my internal thoughts in a very unfiltered way** (note that having bad thoughts doesn't mean one has to act on them), also I find this way flows the best for me and allows me to communicate what I feel and think the best, and it also gives this wiki kind of its own "personality" and prevents it from taking on a super serious tone -- informality and fun are quite important for a healthy view of the world. I am really tired of all the overly correct and polite articles on the Internet (I have tried to write in different ways but it always stands in the way). Sometimes I get mood swings and regret writing something, other times I bash myself for being too soft -- but I don't want to delete stuff too much, this will all be reflected on the wiki. Underneath all this still lies the important message of **love and peace**. I guess I also want to show that to be truly loving you don't have to change your personality or censor your thoughts. In normal conversations I try as much as possible to be nice, I actually almost never get aggressive towards others, if I get very stressed I usually just leave or in more extreme cases target hate towards myself, but I really try to not hurt anyone (people also told me they were quite surprised that I was kind of "nice" when they actually talked to me). I actually have a lot of trouble in real life for not defending myself, people often abuse it and I let them, I don't fight back, I don't believe in revenge or violence and in addition I have social anxiety. Please don't be afraid to contact me <3 diff --git a/jokes.md b/jokes.md index a23dc54..6e48034 100644 --- a/jokes.md +++ b/jokes.md @@ -97,6 +97,7 @@ Also remember the worst thing you can do to a joke is put a [disclaimer](disclai - Today in [Women](woman.md)'s Chess News we are looking at this awesome game with a brilliant king sacrifice. - If man speaks in the forest and there is no [woman](woman.md) around to hear him, is he still wrong? - Hey I won a box with lifetime supply of condoms in an [assembly](assembly.md) programming competition! Turns out the box was just empty. +- There's a new trend on [TikTok](tiktok.md): the Russian roulette challenge. No one has won yet, they forgot to tell it's played with a revolver. - In C++ friends have access to your private members. - Hey, do you like podcasts? I don't need that, I have schizophrenia. - The new version of [Windows](windows.md) is going to be backdoor free! The backdoor will be free of charge. diff --git a/lmao.md b/lmao.md index 8cdb70d..3cee5e4 100644 --- a/lmao.md +++ b/lmao.md @@ -31,6 +31,7 @@ On this wiki we kind of use LMAO as a synonym to [LULZ](lulz.md) as used on [Enc - God's miracle caught on stream! On April 5th 2013 a "disabled" twitch streamer ZilianOP who was supposedly paralyzed and couldn't walk forgot for a while during live stream that he was paralyzed, he stood up from the wheelchair and went for something, revealing he was in fact just faking the disability so as to be considered an American [hero](hero_culture.md) and get more of those viewers seeking inspirational motivators or something :D I'M DISABLED BUT STILL PLAY VIDEO GAMES, WHAT'S YOUR EXCUSE! He then hilariously tried to cover it up along with his girlfriend, saying shit like "nonono, I fell from the chair" and then switching to "I could walk a bit thanks to therapy but I was keeping it secret because I wanted to surprise my girlfriend", you wouldn't believe to what lengths they went lol. On the other hand if you're white and not a [female](woman.md) with large breasts, being disabled is the only chance to ever get any views, so can we really blame him? - On occasion [reddit](reddit.md) offered its fair share of quality material as well, for example one TIFU (today I fucked up... might actually even have been the TIL subreddit lol) thread recounted a true story of a guy who grew up well into adulthood thinking that toilet seats were ONLY MEANT TO BE USED BY [WOMEN](woman.md) and that men simply sit on the cold toilet edge when they shit :D Apparently no one ever taught him and he only learned about the fact that men can use the seat too when he was buying a new toilet seat and joked with the salesman by saying something along the lines of "haha, if I didn't have a wife I wouldn't have to be spending money on toilet seats" -- then when the guy just stared in confusion all came to be revealed. - Absolutely epic trollz were performed sometime in early 2020s by tinyviolin69 in [World of Warcraft](wow.md), most notable of them was probably the following. He played on the hardcore server where character deaths are permanent, i.e. if you put 10000 hours into leveling and gearing up an epic character and then die in any way, even by slipping on a slightly higher cliff, it's all lost, you must start over. The guy leveled up a high level character, entered a guild, gained their trust and then, in a raid that was carefully planned and discussed for hours so that no one would die, he deliberately fucked up so that basically everyone died :D He practically destroyed years worth of "work" of many children that day, they all cried like little babies. We applaud this, it's very stupid for anyone to attach to a video game like these children, AND especially to a permadeath game. The game is also gay as fuck, this is the only fun that can he had in it nowadays. +- Some parents [trolled](trolling.md) their children by giving them the same name lol, see [this](https://old.reddit.com/r/namenerds/comments/5wltvf/same_first_name_for_siblings/?rdt=42972). - In 2024 the twitter account of Greta Thunberg's father, Svante Thunberg, was hijacked by soyjak.party and started posting some funny stuff about [niggas](nigger.md), telling Greta she was adopted, offending journalists in DMs and so on. - ... diff --git a/main.md b/main.md index eafea5e..dd3f8ce 100644 --- a/main.md +++ b/main.md @@ -151,4 +151,4 @@ Here there are quick directions to some of the important topics; for more see th Feel free to ignore this. Here we'll put links to help them being promoted, to help small search engines connect the non-mainstream web and so on. Please note that we don't necessarily agree with or promote what's on these sites, we just feel it's good if they get a bump for whatever reason (e.g. being censored by mainstream, containing some useful stuff, having good web design, provoking thought, demonstrating something good, demonstrating something bad and so on). If you feel brave you can try randomly clicking something, we put quite interesting sites here. The links follow. { Let me know if you want to suggest addition or removal of some link. If some site turns 404, woke, capitalist or employs adds, I'll probably take it down. ~drummyfish } -[http://collapseos.org](http://collapseos.org), [https://suckless.org](https://suckless.org), [http://duskos.org](http://duskos.org), [https://wiki.osdev.org](https://wiki.osdev.org), [http://lolwut.info](http://lolwut.info), [http://cat-v.org](http://cat-v.org), [https://tubgurl.com/catalog.html](https://tubgurl.com/catalog.html), [https://opengameart.org](https://opengameart.org), [https://www.gutenberg.org](https://www.gutenberg.org), [https://librivox.org](https://librivox.org), [https://www.chiark.greenend.org.uk/~sgtatham/puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles), [https://libregamewiki.org](https://libregamewiki.org), [https://pantsuprophet.xyz](https://pantsuprophet.xyz), [https://duion.com](https://duion.com), [http://digdeeper.club](http://digdeeper.club), [https://www.chimpout.com](https://www.chimpout.com), [http://floodgap.com](http://floodgap.com), [https://en.metapedia.org](https://en.metapedia.org), [https://www.vidlii.com](https://www.vidlii.com), [https://wikiindex.org](https://wikiindex.org), [https://saidit.net](https://saidit.net), [https://www.newworldencyclopedia.org](https://www.newworldencyclopedia.org), [http://progopedia.com](http://progopedia.com), [http://techrights.org](http://techrights.org), [https://landsofgames.com](https://landsofgames.com), [http://www.macroevolution.net](http://www.macroevolution.net), [http://macrochan.org](http://macrochan.org), [https://hub.darcs.net](https://hub.darcs.net), [https://repo.or.cz](https://repo.or.cz), [https://templeos.org](https://templeos.org), [http://cidoku.net](http://cidoku.net), [https://www.gnu.org](https://www.gnu.org), [https://www.711chan.net/lulz](https://www.711chan.net/lulz), [https://kiwifarms.st](https://kiwifarms.st/), [https://circumlunar.space](https://circumlunar.space), [http://www.nigger.org](http://www.nigger.org), [https://forums.somethingawful.com](https://forums.somethingawful.com), [https://the-eye.eu/redarcs](https://the-eye.eu/redarcs), [https://notabug.org](https://notabug.org), [https://gopherproxy.meulie.net](https://gopherproxy.meulie.net), [http://www.reactionary.software](http://www.reactionary.software), [https://libre.video](https://libre.video), [http://textfiles.com](http://textfiles.com), [https://esolangs.org](https://esolangs.org), [https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e](https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e), [http://www.ioccc.org](http://www.ioccc.org), [https://solar.lowtechmagazine.com](https://solar.lowtechmagazine.com), [http://www.calresco.org](http://www.calresco.org), [http://edramatica.com](http://edramatica.com), [https://infogalactic.com](https://infogalactic.com), [https://www.icechewing.com](https://www.icechewing.com), [http://www.alexchiu.com](http://www.alexchiu.com), [http://www.nigrapedia.com](http://www.nigrapedia.com), [https://www.rouming.cz](https://www.rouming.cz), [http://wermenh.com/index.html](http://wermenh.com/index.html), [https://www.thevenusproject.com](https://www.thevenusproject.com), [http://www.bentoandstarchky.com/dec/rants.htm](http://www.bentoandstarchky.com/dec/rants.htm), [https://doxbin.org](https://doxbin.org), [https://frogesay.neocities.org](https://frogesay.neocities.org), [https://www.debunkingskeptics.com](https://www.debunkingskeptics.com), [https://stallman.org](https://stallman.org), [http://keypad.org/bunnies](http://keypad.org/bunnies), [https://8kun.top](https://8kun.top), [https://annas-archive.org](https://annas-archive.org), [http://icculus.org/piga](http://icculus.org/piga), [https://forum.freegamedev.net](https://forum.freegamedev.net), [https://fediverse.wiki](https://fediverse.wiki), [https://dolphinana.codeberg.page](https://dolphinana.codeberg.page), [http://www.niggermania.com](http://www.niggermania.com), [https://watchpeopledie.tv](https://watchpeopledie.tv), [https://flarerpg.org](https://flarerpg.org), [https://copyfree.org](https://copyfree.org), [https://wiki.bibanon.org](https://wiki.bibanon.org), [https://www.chessprogramming.org](https://www.chessprogramming.org), [https://neolurk.org](https://neolurk.org), [https://zerocontradictions.net/FAQs/race-FAQs](https://zerocontradictions.net/FAQs/race-FAQs), [https://projectoberon.net](https://projectoberon.net), [http://bitreich.org](http://bitreich.org), [https://tcrf.net](https://tcrf.net), [http://www.humanbiologicaldiversity.com](http://www.humanbiologicaldiversity.com), [https://incels.wiki](https://incels.wiki), [https://www.nearlyfreespeech.net](https://www.nearlyfreespeech.net), [https://softpanorama.org](https://softpanorama.org), [http://humanknowledge.net](http://humanknowledge.net), [https://wrongthink.link](https://wrongthink.link), [https://wiki.leftypol.org](https://wiki.leftypol.org), [https://mdfs.net](https://mdfs.net), [https://bienvenidoainternet.org](https://bienvenidoainternet.org), [https://leftychan.net](https://leftychan.net), [https://leftypol.org](https://leftypol.org), [https://postbox.garden](https://postbox.garden), [https://www.lord-enki.net](https://www.lord-enki.net), [https://r.sine.com](https://r.sine.com), [https://sanctioned-suicide.net](https://sanctioned-suicide.net), [http://www.tastyfish.cz](http://www.tastyfish.cz), [https://simplifier.neocities.org](https://simplifier.neocities.org), [http://datamath.org](http://datamath.org), [http://www.armory.com/~crisper/Scorch/index.html](http://www.armory.com/~crisper/Scorch/index.html), [https://www.lixgame.com](https://www.lixgame.com), [https://obsoletemedia.org](https://obsoletemedia.org), [http://www.doshaven.eu](http://www.doshaven.eu), [https://omick.net](https://omick.net), [http://countercomplex.blogspot.com](http://countercomplex.blogspot.com), [http://batheinmymilk.com](http://batheinmymilk.com), [http://users.rcn.com/hgomberg/boys.html](http://users.rcn.com/hgomberg/boys.html), [https://wiki.thingsandstuff.org](https://wiki.thingsandstuff.org), [https://tinfoil-hat.net](https://tinfoil-hat.net), [https://search.marginalia.nu](https://search.marginalia.nu), [http://wiby.me](http://wiby.me), [https://57296.neocities.org](https://57296.neocities.org), [https://coom.tech](https://coom.tech), [https://rightdao.com](https://rightdao.com), [https://www.alexandria.org](https://www.alexandria.org), [https://allthetropes.org](https://allthetropes.org), [http://dunfield.classiccmp.org](http://dunfield.classiccmp.org/), [https://nanochess.org](https://nanochess.org), [http://afternoon.dynu.com](http://afternoon.dynu.com/), [https://searchlores.nickifaulk.com](https://searchlores.nickifaulk.com), [https://senseis.xmp.net](https://senseis.xmp.net/), [https://www.pgdp.net](https://www.pgdp.net), [https://stardust.cx](https://stardust.cx), [https://planetmath.org](https://planetmath.org), [https://www.otrr.org](https://www.otrr.org), [https://texteditors.org](https://texteditors.org), [https://www.trade-free.org](https://www.trade-free.org), [https://www.spi-inc.org](https://www.spi-inc.org), [http://runtimeterror.com](http://runtimeterror.com), [https://wiki.archiveteam.org](https://wiki.archiveteam.org), [https://www.expedition-atlantis.com/](https://www.expedition-atlantis.com/), [https://piracy.vercel.app](https://piracy.vercel.app), [https://wiki.tuhs.org](https://wiki.tuhs.org), [http://stupidctf.ddns.net](http://stupidctf.ddns.net), [http://cyber.dabamos.de](http://cyber.dabamos.de), [https://eldritchdata.neocities.org](https://eldritchdata.neocities.org), [https://bellard.org](https://bellard.org), [https://gcide.gnu.org.ua](https://gcide.gnu.org.ua), [https://2bit.neocities.org](https://2bit.neocities.org), [http://choice.tiepi.it/~matteobin](http://choice.tiepi.it/~matteobin), [https://1chan.net](https://1chan.net), [https://repomansez.xyz](https://repomansez.xyz), [http://mathlair.allfunandgames.ca](http://mathlair.allfunandgames.ca), [https://classicdoom.com](https://classicdoom.com), [http://www.planix.com/~woods/ms-word.sucks.html](http://www.planix.com/~woods/ms-word.sucks.html), [http://cumallover.me](http://cumallover.me), [http://www.trashrobot.org](http://www.trashrobot.org), [http://horsefucker.org](http://horsefucker.org), [http://washedashore.com](http://washedashore.com), [https://colfax.site/books/trashrobot](https://colfax.site/books/trashrobot), [https://forum.agoraroad.com/index.php](https://forum.agoraroad.com/index.php), [https://archive.org/details/@autism_personified127](https://archive.org/details/@autism_personified127), [https://doomwiki.org](https://doomwiki.org), [https://ludicrital.neocities.org](https://ludicrital.neocities.org), [https://jacobsm.com](https://jacobsm.com), [https://lolcow.wiki (archived because of censorship)](https://web.archive.org/web/20190214020652/https://lolcow.wiki/wiki/Main_Page), [http://www.peacefulhippo.info](http://www.peacefulhippo.info), [http://ronja.twibright.com](http://ronja.twibright.com), [https://dwarffortresswiki.org](https://dwarffortresswiki.org), [https://unix.dog/~stone](https://unix.dog/~stone), [https://posting.cool/index.php](https://posting.cool/index.php), [https://conspiracies.win](https://conspiracies.win), [http://www.twibright.com/hw.php](http://www.twibright.com/hw.php), [http://im.snibgo.com](http://im.snibgo.com), [http://zimage.com/~ant](http://zimage.com/~ant), [https://www.fsfla.org/~lxoliva](https://www.fsfla.org/~lxoliva), [http://www.billwallchess.com](http://www.billwallchess.com), [https://kb.speeddemosarchive.com/SDA_Strategy_Wiki](https://kb.speeddemosarchive.com/SDA_Strategy_Wiki), [https://www.doomworld.com/pageofdoom/index.shtml](https://www.doomworld.com/pageofdoom/index.shtml), [https://lolcow.farm](https://lolcow.farm), [https://phillfromgchq.co.uk/?phill=1](https://phillfromgchq.co.uk/?phill=1), [https://www.old-games.com](https://www.old-games.com), [https://kassy.neocities.org](https://kassy.neocities.org), [http://frogfind.com](http://frogfind.com), [https://www.theoldrobots.com](https://www.theoldrobots.com), [https://lotanstomb.nfshost.com](https://lotanstomb.nfshost.com), [https://unixtopia.neocities.org](https://unixtopia.neocities.org), [https://maniacsvault.net/ecwolf/wiki/Main_Page](https://maniacsvault.net/ecwolf/wiki/Main_Page), [https://youtuube.neocities.org/homepage](https://youtuube.neocities.org/homepage), [https://psychonautwiki.org](https://psychonautwiki.org), [https://unixtopia.nfshost.com](https://unixtopia.nfshost.com), [http://www.choosesimplicity.com](http://www.choosesimplicity.com), [https://www.eskimo.com/~billb/billb.html](https://www.eskimo.com/~billb/billb.html), [https://dukenukemis.cool](https://dukenukemis.cool), [https://blitz.serveo.net](https://blitz.serveo.net) \ No newline at end of file +[http://collapseos.org](http://collapseos.org), [https://suckless.org](https://suckless.org), [http://duskos.org](http://duskos.org), [https://wiki.osdev.org](https://wiki.osdev.org), [http://lolwut.info](http://lolwut.info), [http://cat-v.org](http://cat-v.org), [https://tubgurl.com/catalog.html](https://tubgurl.com/catalog.html), [https://opengameart.org](https://opengameart.org), [https://www.gutenberg.org](https://www.gutenberg.org), [https://librivox.org](https://librivox.org), [https://www.chiark.greenend.org.uk/~sgtatham/puzzles](https://www.chiark.greenend.org.uk/~sgtatham/puzzles), [https://libregamewiki.org](https://libregamewiki.org), [https://pantsuprophet.xyz](https://pantsuprophet.xyz), [https://duion.com](https://duion.com), [http://digdeeper.club](http://digdeeper.club), [https://www.chimpout.com](https://www.chimpout.com), [http://floodgap.com](http://floodgap.com), [https://en.metapedia.org](https://en.metapedia.org), [https://www.vidlii.com](https://www.vidlii.com), [https://wikiindex.org](https://wikiindex.org), [https://saidit.net](https://saidit.net), [https://www.newworldencyclopedia.org](https://www.newworldencyclopedia.org), [http://progopedia.com](http://progopedia.com), [http://techrights.org](http://techrights.org), [https://landsofgames.com](https://landsofgames.com), [http://www.macroevolution.net](http://www.macroevolution.net), [http://macrochan.org](http://macrochan.org), [https://hub.darcs.net](https://hub.darcs.net), [https://repo.or.cz](https://repo.or.cz), [https://templeos.org](https://templeos.org), [http://cidoku.net](http://cidoku.net), [https://www.gnu.org](https://www.gnu.org), [https://www.711chan.net/lulz](https://www.711chan.net/lulz), [https://kiwifarms.st](https://kiwifarms.st/), [https://circumlunar.space](https://circumlunar.space), [http://www.nigger.org](http://www.nigger.org), [https://forums.somethingawful.com](https://forums.somethingawful.com), [https://the-eye.eu/redarcs](https://the-eye.eu/redarcs), [https://notabug.org](https://notabug.org), [https://gopherproxy.meulie.net](https://gopherproxy.meulie.net), [http://www.reactionary.software](http://www.reactionary.software), [https://libre.video](https://libre.video), [http://textfiles.com](http://textfiles.com), [https://esolangs.org](https://esolangs.org), [https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e](https://gopher.floodgap.com/gopher/gw?=henfepl.us.to+70+312f72616d6f6e), [http://www.ioccc.org](http://www.ioccc.org), [https://solar.lowtechmagazine.com](https://solar.lowtechmagazine.com), [http://www.calresco.org](http://www.calresco.org), [http://edramatica.com](http://edramatica.com), [https://infogalactic.com](https://infogalactic.com), [https://www.icechewing.com](https://www.icechewing.com), [http://www.alexchiu.com](http://www.alexchiu.com), [http://www.nigrapedia.com](http://www.nigrapedia.com), [https://www.rouming.cz](https://www.rouming.cz), [http://wermenh.com/index.html](http://wermenh.com/index.html), [https://www.thevenusproject.com](https://www.thevenusproject.com), [http://www.bentoandstarchky.com/dec/rants.htm](http://www.bentoandstarchky.com/dec/rants.htm), [https://doxbin.org](https://doxbin.org), [https://frogesay.neocities.org](https://frogesay.neocities.org), [https://www.debunkingskeptics.com](https://www.debunkingskeptics.com), [https://stallman.org](https://stallman.org), [http://keypad.org/bunnies](http://keypad.org/bunnies), [https://8kun.top](https://8kun.top), [https://annas-archive.org](https://annas-archive.org), [http://icculus.org/piga](http://icculus.org/piga), [https://forum.freegamedev.net](https://forum.freegamedev.net), [https://fediverse.wiki](https://fediverse.wiki), [https://dolphinana.codeberg.page](https://dolphinana.codeberg.page), [http://www.niggermania.com](http://www.niggermania.com), [https://watchpeopledie.tv](https://watchpeopledie.tv), [https://flarerpg.org](https://flarerpg.org), [https://copyfree.org](https://copyfree.org), [https://wiki.bibanon.org](https://wiki.bibanon.org), [https://www.chessprogramming.org](https://www.chessprogramming.org), [https://neolurk.org](https://neolurk.org), [https://zerocontradictions.net/FAQs/race-FAQs](https://zerocontradictions.net/FAQs/race-FAQs), [https://projectoberon.net](https://projectoberon.net), [http://bitreich.org](http://bitreich.org), [https://tcrf.net](https://tcrf.net), [http://www.humanbiologicaldiversity.com](http://www.humanbiologicaldiversity.com), [https://incels.wiki](https://incels.wiki), [https://www.nearlyfreespeech.net](https://www.nearlyfreespeech.net), [https://softpanorama.org](https://softpanorama.org), [http://humanknowledge.net](http://humanknowledge.net), [https://wrongthink.link](https://wrongthink.link), [https://wiki.leftypol.org](https://wiki.leftypol.org), [https://mdfs.net](https://mdfs.net), [https://bienvenidoainternet.org](https://bienvenidoainternet.org), [https://leftychan.net](https://leftychan.net), [https://leftypol.org](https://leftypol.org), [https://postbox.garden](https://postbox.garden), [https://www.lord-enki.net](https://www.lord-enki.net), [https://r.sine.com](https://r.sine.com), [https://sanctioned-suicide.net](https://sanctioned-suicide.net), [http://www.tastyfish.cz](http://www.tastyfish.cz), [https://simplifier.neocities.org](https://simplifier.neocities.org), [http://datamath.org](http://datamath.org), [http://www.armory.com/~crisper/Scorch/index.html](http://www.armory.com/~crisper/Scorch/index.html), [https://www.lixgame.com](https://www.lixgame.com), [https://obsoletemedia.org](https://obsoletemedia.org), [http://www.doshaven.eu](http://www.doshaven.eu), [https://omick.net](https://omick.net), [http://countercomplex.blogspot.com](http://countercomplex.blogspot.com), [http://batheinmymilk.com](http://batheinmymilk.com), [http://users.rcn.com/hgomberg/boys.html](http://users.rcn.com/hgomberg/boys.html), [https://wiki.thingsandstuff.org](https://wiki.thingsandstuff.org), [https://tinfoil-hat.net](https://tinfoil-hat.net), [https://search.marginalia.nu](https://search.marginalia.nu), [http://wiby.me](http://wiby.me), [https://57296.neocities.org](https://57296.neocities.org), [https://coom.tech](https://coom.tech), [https://rightdao.com](https://rightdao.com), [https://www.alexandria.org](https://www.alexandria.org), [https://allthetropes.org](https://allthetropes.org), [http://dunfield.classiccmp.org](http://dunfield.classiccmp.org/), [https://nanochess.org](https://nanochess.org), [http://afternoon.dynu.com](http://afternoon.dynu.com/), [https://searchlores.nickifaulk.com](https://searchlores.nickifaulk.com), [https://senseis.xmp.net](https://senseis.xmp.net/), [https://www.pgdp.net](https://www.pgdp.net), [https://stardust.cx](https://stardust.cx), [https://planetmath.org](https://planetmath.org), [https://www.otrr.org](https://www.otrr.org), [https://texteditors.org](https://texteditors.org), [https://www.trade-free.org](https://www.trade-free.org), [https://www.spi-inc.org](https://www.spi-inc.org), [http://runtimeterror.com](http://runtimeterror.com), [https://wiki.archiveteam.org](https://wiki.archiveteam.org), [https://www.expedition-atlantis.com/](https://www.expedition-atlantis.com/), [https://piracy.vercel.app](https://piracy.vercel.app), [https://wiki.tuhs.org](https://wiki.tuhs.org), [http://stupidctf.ddns.net](http://stupidctf.ddns.net), [http://cyber.dabamos.de](http://cyber.dabamos.de), [https://eldritchdata.neocities.org](https://eldritchdata.neocities.org), [https://bellard.org](https://bellard.org), [https://gcide.gnu.org.ua](https://gcide.gnu.org.ua), [https://2bit.neocities.org](https://2bit.neocities.org), [http://choice.tiepi.it/~matteobin](http://choice.tiepi.it/~matteobin), [https://1chan.net](https://1chan.net), [https://repomansez.xyz](https://repomansez.xyz), [http://mathlair.allfunandgames.ca](http://mathlair.allfunandgames.ca), [https://classicdoom.com](https://classicdoom.com), [http://www.planix.com/~woods/ms-word.sucks.html](http://www.planix.com/~woods/ms-word.sucks.html), [http://cumallover.me](http://cumallover.me), [http://www.trashrobot.org](http://www.trashrobot.org), [http://horsefucker.org](http://horsefucker.org), [http://washedashore.com](http://washedashore.com), [https://colfax.site/books/trashrobot](https://colfax.site/books/trashrobot), [https://forum.agoraroad.com/index.php](https://forum.agoraroad.com/index.php), [https://archive.org/details/@autism_personified127](https://archive.org/details/@autism_personified127), [https://doomwiki.org](https://doomwiki.org), [https://ludicrital.neocities.org](https://ludicrital.neocities.org), [https://jacobsm.com](https://jacobsm.com), [https://lolcow.wiki (archived because of censorship)](https://web.archive.org/web/20190214020652/https://lolcow.wiki/wiki/Main_Page), [http://www.peacefulhippo.info](http://www.peacefulhippo.info), [http://ronja.twibright.com](http://ronja.twibright.com), [https://dwarffortresswiki.org](https://dwarffortresswiki.org), [https://unix.dog/~stone](https://unix.dog/~stone), [https://posting.cool/index.php](https://posting.cool/index.php), [https://conspiracies.win](https://conspiracies.win), [http://www.twibright.com/hw.php](http://www.twibright.com/hw.php), [http://im.snibgo.com](http://im.snibgo.com), [http://zimage.com/~ant](http://zimage.com/~ant), [https://www.fsfla.org/~lxoliva](https://www.fsfla.org/~lxoliva), [http://www.billwallchess.com](http://www.billwallchess.com), [http://fier.me](http://fier.me), [https://kb.speeddemosarchive.com/SDA_Strategy_Wiki](https://kb.speeddemosarchive.com/SDA_Strategy_Wiki), [https://www.doomworld.com/pageofdoom/index.shtml](https://www.doomworld.com/pageofdoom/index.shtml), [https://lolcow.farm](https://lolcow.farm), [https://phillfromgchq.co.uk/?phill=1](https://phillfromgchq.co.uk/?phill=1), [https://www.old-games.com](https://www.old-games.com), [https://kassy.neocities.org](https://kassy.neocities.org), [http://frogfind.com](http://frogfind.com), [https://www.theoldrobots.com](https://www.theoldrobots.com), [https://lotanstomb.nfshost.com](https://lotanstomb.nfshost.com), [https://unixtopia.neocities.org](https://unixtopia.neocities.org), [https://maniacsvault.net/ecwolf/wiki/Main_Page](https://maniacsvault.net/ecwolf/wiki/Main_Page), [https://youtuube.neocities.org/homepage](https://youtuube.neocities.org/homepage), [https://psychonautwiki.org](https://psychonautwiki.org), [https://unixtopia.nfshost.com](https://unixtopia.nfshost.com), [http://www.choosesimplicity.com](http://www.choosesimplicity.com), [https://www.eskimo.com/~billb/billb.html](https://www.eskimo.com/~billb/billb.html), [https://dukenukemis.cool](https://dukenukemis.cool), [https://blitz.serveo.net](https://blitz.serveo.net) \ No newline at end of file diff --git a/minimalism.md b/minimalism.md index 4a8359d..c107552 100644 --- a/minimalism.md +++ b/minimalism.md @@ -77,6 +77,7 @@ Minimalism and simplicity increase freedom even of [proprietary](proprietary.md) - [KISS](kiss.md) - [primitivism](primitivism.md) +- [frugality](frugality.md) - [single instruction computer](single_instruction.md) - [Amish](amish.md) tech - [anorexia](anorexia.md) \ No newline at end of file diff --git a/nigger.md b/nigger.md index 1fcbd4b..e18c32d 100644 --- a/nigger.md +++ b/nigger.md @@ -35,7 +35,9 @@ The word is used in a number of projects and works, e.g.: { LOL take a look at this https://encyclopediadramatica.online/Nigger, another take at https://wiki.soyjaks.party/Nigger. Another website: http://niggermania.com. Also https://www.chimpout.com. Another one: http://www.nigrapedia.com. ~drummyfish } -**Pool's closed!** A famous [meme](meme.md) connected to the ape people was born as a part of now iconic raid of an MMO game called Habbo Hotel in which the bros creates shitton of african american characters with afros and blocked the access to the hotel pool with the statement that "pool's closed due to [aids](aids.md)". This spawned an entire wiki: http://www.nigrapedia.com. Similar themed raids have been happening in other games, for example in [World of Warcraft](wow.md) anons coordinated a raid in which they created dozens of black human characters, then gathered them at the Stormwind auction house and performed a public slave auction :D +**Pool's closed!** A famous [meme](meme.md) connected to the ape people was born as a part of now iconic raid of an MMO game called Habbo Hotel in which the bros creates shitton of african american characters with afros and blocked the access to the hotel pool with the statement that "pool's closed due to [aids](aids.md)". This spawned an entire wiki: http://www.nigrapedia.com. Similar themed raids have been happening in other games, for example in [World of Warcraft](wow.md) anons coordinated a raid in which they created dozens of black human characters, then gathered them at the Stormwind auction house and performed a public slave auction :D **We wuz kings n shiet** is another meme from around 2015, it's a phrase said by youtuber or something who claimed that the great men of [history](history.md) were actually black and that history "bleached" them. This is actually connected to a larger black supremacy movement that also became a lucrative business that's possibly even legally allowed to practice reverse racism: word has it that they for example organize sightseeing tours for black people only :D { I actually don't know how much truth there is to these "black only tours", someone told me and I feel anxiety and disgust about looking up political shit on the web because I always accidentally find something that makes me wanna kill myself yet more, so look it up yourself if you want. ~drummyfish } Imagine if they made a tour bus on which they just accepted white people, those motherfuckers would be behind bars the same day. + +{ NOTE: Objectively speaking there is probably a kernel of truth to the "we wuz kings" conspiracy theory, for example [Jesus](jesus.md) was almost definitely of darker skin than how he is portrayed, however the theory overshoots it again, they will claim that old Greeks, Romans, people like Caesar and Cicero were black -- that's too much. It's like with the [feminists](feminism.md) who find one smart woman in history and then base an ideology on that, expanding it to a wide conspiracy theory that claims that secretly all inventions were actually made by women and their evil husbands just beat them and stole it all for themselves. This always happens with fascist movement, especially [nationalist](nationalism.md) ones: Nazi Germans invented a whole lore and mythology of the Aryan race, Czechs invented fake history when they needed it for their nationalist movement against Germans and so on. ~drummyfish } [LMAO](lmao.md) they're even censoring art and retroactively changing classical works of art to suit this [newspeak](newspeak.md), just like all previous oppressive regimes. E.g. Agatha Christie's book *Ten Little Niggers* was renamed to *And Then There Were None*. Are they also gonna repaint Mona Lisa when it somehow doesn't suit their liking? diff --git a/oop.md b/oop.md index fde9959..ae71cf2 100644 --- a/oop.md +++ b/oop.md @@ -30,6 +30,7 @@ Just a brief summary of why the mainstream OOP is a fail: - For simple programs (which most programs should be) such as many [Unix](unix.md) utilities OOP is simply completely unnecessary. - **It is in conflict with [Unix philosophy](unix_philosophy.md)** -- Unix philosophy advocates for making small programs that do one task well and for these, as mentioned above, OOP is more of a burden. "Doing one thing well" is a similar definition of object in OOP and here the two paradigms clash -- if we adopt Unix philosophy, any program should basically be just a single object, negating the whole purpose of OOP. To truly make use of OOP we have to accept that a program will consist of multiple objects, i.e. that it will do several things at once -- in other words **OOP advocates for creating monolithic programs** ([bloat](bloat.md)). - **OOP languages make you battle artificial restrictions** rather than focus on solving the problem at hand. +- **OOP is designed for bad programmers on the detriment of good programmers**. Good languages always try to give you freedom, their value is in providing features you didn't have before and which can help you achieve something better, without forcing you to use those features -- they are purely there as a completely voluntary choice for the expert who knows what he's doing, when to use a certain feature and when to NOT use it. OOP however does the opposite, **it artificially LIMITS what you can do**, for example by enforcing encapsulation or forcing everything to be object, even if it doesn't have to be so -- it's quite literally like [DRM](drm.md), an artificial obstacle -- it assumes the programmer is stupid and has to be prevented from doing something, ENFORCED to program certain way because he doesn't know how to program well, which is sadly true in [capitalism](capitalism.md) where hordes of stupid people are made into programming slaves, but it hurts the actually skilled programmers. It's like forcing a life jacket on anyone who goes swimming -- it will probably be safer for the majority of average and bad swimmers, but if you're an Olympic level competitive swimmer, it will be a disaster, it will just put you on the same level as the average swimmer. - Great number of the supposed "features" and [design patterns](design_pattern.md) (setters/getters, singletons, inheritance, ...) turned out to actually be [antipatterns](antipatter.md) and burdens -- this isn't a controversial statement, even OOP proponents usually agree with this, they just try to somehow document and dodge all the traps. - OOP as any higher abstraction very often comes with **overhead, memory footprints and performance loss** ([bloat](bloat.md)) as well as **more complex [compilers](compiler.md), language specifications, more [dependencies](dependency.md), [magic](magic.md) etc.** - The relatively elegant idea of pure OOP didn't catch on and the **practically used OOP languages are abomination hybrids of imperative and OOP paradigms** that just take more [head space](head_space.md), create [friction](friction.md) and unnecessary issues to solve. Sane languages now allow the choice to use OOP fully, partially or avoid it completely, which leads to a two-in-one overcomplication. @@ -41,6 +42,8 @@ Just a brief summary of why the mainstream OOP is a fail: - It generalizes and simplifies programming into a few rules of thumb such as encapsulation, again for the sake of inexperienced noobs. However there are no simple rules for how to program well, good programming requires a huge amount of experience and as in any art, good programmer knows when breaking the general rules is good. OOP doesn't let good programmers do this, it preaches things like "global variables bad" which is just too oversimplified and hurts good programming. - ... +**But why is it so popular if it's so shit then?** Once again: popularity is never the measure of how good something is, it's usually quite the opposite, take a look at whole technology basically: Why is [web](www.md) so shitty when we literally saw it can be nice? Why are games so shitty, slow, buggy, ugly and hostile when we saw games CAN be done well? Why does everything break so quickly when back in the day things lasted very long? Anywhere you look you will see that as something gets more mainstream and attention of [capitalism](capitalism.md), it gets shittier and shittier, so you can't argue something is good because it's popular or adopted by the industry: programming became more mainstream and so it naturally turned more shitty, OOP was just the specific way that made it shittier. Was Justin Bieber so popular because he made excellent music? Are unskippable [ads](marketing.md) in videos good because corporations do it? Remember that the industry maximizes profit, NOT quality or efficiency or elegance or joy of programming or any other value you'd like to care about. So to make it clear: OOP is shit, there is no doubt, the debate can only be about the specific historical events that led to it becoming the mainstream, and of course here opinions always differ, but basically some may say it was an "innocent accident", that people sincerely believed in it and thought it would be good but once it turned out to not be so, it was too late to go back because it already infected everything -- this is naive though, experts can spot bad ideas in their infancy and will always warn about them, it's just that retards and managers never listen to them, and the history repeats over and over -- the same is happening with forcing [Rust](rust.md) into everything nowadays; that's another extremely bad idea that's criticized but which wins by having a billion more supporters in the retarded camp. Most likely it is the case that [corporations](corporation.md) just pushed OOP because it's lucrative: it allows more people to do brainless programming slavery and even though it limits the expert programmer, it's economically worth to gain so many new slaves for hurting a few experts; it also creates [bloat](bloat.md) and bloat is good for the corporation, it creates a [bloat monopoly](bloat_monopoly.md), more jobs (more slaves to steal the surplus from), new areas of bullshit business etcetc. + ## Pure OOP (The "Legit" But Unused Kind Of OOP) TODO diff --git a/racism.md b/racism.md index 0052dc5..bd3859a 100644 --- a/racism.md +++ b/racism.md @@ -2,7 +2,7 @@ The term racism has nowadays two main definitions, due to the onset of [newspeak](newspeak.md): -- **original definition**: Great hatred and/or hostility towards specific [races](race.md) of people. For example the [Nazi](nazism.md) genocide of [Jews](jew.md) was an act of racism in the sense of the term's original meaning. Nowadays racism in this meaning is targetted especially against [white](white.md) people. +- **original definition** (the "real" racism): Great hatred and/or hostility towards specific [races](race.md) of people, typically including advocacy of physical violence against them. For example the [Nazi](nazism.md) genocide of [Jews](jew.md) was an act of racism in the sense of the term's original meaning. Nowadays racism in this meaning is targetted especially against [white](white.md) people, as a form of revenge. - **[newspeak](newspeak.md) definition**: Disagreement with the mainstream [pseudoleftist](pseudoleft.md) propaganda regarding the question of human [race](race.md), or just performing certain prohibited sins connected to it, e.g. saying the word [nigger](nigger.md). For example anyone who claims human race has a basis in biology or that there are any statistical differences between races at all is a racist in the modern meaning of the term. ## See Also diff --git a/random_page.md b/random_page.md index 4f20d0e..7659b73 100644 --- a/random_page.md +++ b/random_page.md @@ -2,1812 +2,1818 @@ Please kindly click random link. -[*](libre.md) -[*](crime_against_economy.md) -[*](geek.md) -[*](cpu.md) -[*](gender_studies.md) +[*](unary.md) +[*](elo.md) +[*](x86.md) +[*](anal_bead.md) +[*](logic_gate.md) +[*](cyberbullying.md) +[*](pseudominimalism.md) +[*](zuckerberg.md) +[*](tom_scott.md) +[*](game.md) +[*](trash_magic.md) +[*](project.md) +[*](byte.md) +[*](interpolation.md) +[*](capitalist_singularity.md) +[*](pokitto.md) +[*](firmware.md) +[*](markov_chain.md) [*](left_right.md) -[*](youtube.md) -[*](political_correctness.md) -[*](trom.md) -[*](music.md) -[*](rgb565.md) -[*](jokes.md) -[*](docker.md) -[*](plusnigger.md) -[*](furry.md) -[*](old.md) -[*](linux.md) -[*](proprietary.md) -[*](flatland.md) -[*](neural_network.md) -[*](explicit.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](art.md) -[*](css.md) -[*](billboard.md) -[*](nigger.md) -[*](hero_culture.md) -[*](lrs.md) -[*](feminism.md) -[*](xxiivv.md) -[*](unretard.md) -[*](emoticon.md) -[*](arch.md) -[*](hack.md) -[*](crow_funding.md) -[*](rgb565.md) -[*](mainstream.md) -[*](ui.md) -[*](algorithm.md) -[*](shader.md) -[*](java.md) -[*](hyperoperation.md) -[*](julia_set.md) -[*](raycastlib.md) -[*](justice.md) -[*](forth.md) -[*](easier_done_than_said.md) +[*](harry_potter.md) +[*](21st_century.md) +[*](encyclopedia.md) [*](ssao.md) [*](quantum_gate.md) -[*](fixed_point.md) -[*](entropy.md) -[*](coc.md) -[*](exercises.md) -[*](public_domain.md) -[*](tensor_product.md) -[*](unicode.md) -[*](fediverse.md) -[*](hash.md) -[*](bitreich.md) -[*](soydev.md) -[*](interplanetary_internet.md) -[*](mob_software.md) -[*](cos.md) -[*](zuckerberg.md) -[*](competition.md) -[*](military.md) -[*](rationalwiki.md) -[*](whale.md) -[*](gopher.md) -[*](tensor_product.md) -[*](sw_rendering.md) -[*](logic_circuit.md) -[*](countercomplex.md) -[*](abstraction.md) -[*](bytebeat.md) -[*](collision.md) -[*](palette.md) -[*](idiot_fallacy.md) -[*](gopher.md) -[*](communism.md) -[*](altruism.md) -[*](black.md) -[*](deferred_shading.md) -[*](left.md) -[*](openai.md) -[*](wizard.md) -[*](plan9.md) -[*](physics_engine.md) -[*](hw.md) -[*](xd.md) -[*](mandelbrot_set.md) -[*](comun.md) -[*](communism.md) -[*](attribution.md) -[*](bloat_monopoly.md) -[*](unary.md) -[*](bootstrap.md) -[*](transistor.md) -[*](randomness.md) -[*](shitword.md) -[*](marketing.md) -[*](faggot.md) -[*](optimization.md) -[*](pseudoleft.md) -[*](racetrack.md) -[*](living.md) -[*](paywall.md) -[*](js.md) -[*](recursion.md) -[*](main.md) -[*](entrepreneur.md) -[*](corporation.md) -[*](doom.md) -[*](bitreich.md) -[*](teletext.md) -[*](c.md) -[*](normalization.md) -[*](xonotic.md) -[*](pride.md) -[*](future.md) -[*](technology.md) -[*](google.md) -[*](motivation.md) -[*](gnu.md) -[*](small3dlib.md) -[*](yes_they_can.md) -[*](blender.md) -[*](niger.md) -[*](global_discussion.md) -[*](unicode.md) -[*](jokes.md) -[*](smol_internet.md) -[*](elon_musk.md) -[*](function.md) -[*](analog.md) -[*](books.md) -[*](arch.md) -[*](c_tutorial.md) -[*](unfuck.md) -[*](windows.md) -[*](mouse.md) -[*](raylib.md) -[*](free_speech.md) -[*](social_inertia.md) -[*](wikidata.md) -[*](data_hoarding.md) -[*](tpe.md) -[*](free.md) -[*](earth.md) -[*](free.md) -[*](fediverse.md) -[*](free_will.md) -[*](free_culture.md) -[*](proprietary_software.md) -[*](old.md) -[*](minimalism.md) -[*](ascii_art.md) -[*](lrs_wiki.md) -[*](femoid.md) -[*](lrs_dictionary.md) -[*](toxic.md) -[*](README.md) -[*](greenwashing.md) -[*](cracker.md) -[*](how_to.md) -[*](ui.md) -[*](rsa.md) -[*](regex.md) -[*](hyperoperation.md) -[*](less_retarded_software.md) -[*](fascist.md) -[*](cancel_culture.md) -[*](hero.md) -[*](moderation.md) -[*](zero.md) -[*](palette.md) -[*](ai.md) -[*](ashley_jones.md) -[*](backgammon.md) -[*](countercomplex.md) -[*](bullshit.md) -[*](gui.md) -[*](programming.md) -[*](autostereogram.md) -[*](diogenes.md) -[*](npc.md) -[*](fascist.md) -[*](complexity.md) -[*](42.md) -[*](jesus.md) -[*](markov_chain.md) -[*](sw_rendering.md) -[*](art.md) -[*](duskos.md) -[*](facebook.md) -[*](world_broadcast.md) -[*](oop.md) -[*](plan9.md) -[*](consumerism.md) -[*](coc.md) -[*](resnicks_termite.md) -[*](fizzbuzz.md) -[*](xd.md) -[*](antialiasing.md) -[*](lambda_calculus.md) -[*](elo.md) -[*](temple_os.md) -[*](name_is_important.md) -[*](100r.md) -[*](slowly_boiling_the_frog.md) -[*](ssao.md) -[*](dinosaur.md) -[*](culture.md) -[*](version_numbering.md) -[*](kiss.md) -[*](malware.md) -[*](neural_network.md) -[*](drummyfish.md) -[*](binary.md) -[*](hacking.md) -[*](nanogenmo.md) -[*](fear_culture.md) -[*](girl.md) -[*](wavelet_transform.md) -[*](primitive_3d.md) -[*](holy_war.md) -[*](dungeons_and_dragons.md) -[*](hash.md) -[*](color.md) -[*](free_hardware.md) -[*](javascript.md) -[*](bit.md) -[*](niggercoin.md) -[*](rule110.md) -[*](corporation.md) -[*](lgbt.md) -[*](cyberbullying.md) -[*](throwaway_script.md) -[*](sin.md) -[*](mipmap.md) -[*](less_retarded_hardware.md) -[*](tensor_product.md) -[*](cheating.md) -[*](autoupdate.md) -[*](john_carmack.md) -[*](selflessness.md) -[*](easier_done_than_said.md) -[*](libertarianism.md) -[*](tpe.md) -[*](dog.md) -[*](esolang.md) -[*](coding.md) -[*](acronym.md) -[*](copyright.md) -[*](interesting.md) -[*](pd.md) -[*](tangram.md) -[*](data_hoarding.md) -[*](dick_reveal.md) -[*](comment.md) -[*](tangram.md) -[*](hero_culture.md) -[*](transistor.md) -[*](raylib.md) -[*](linux.md) -[*](no_knowledge_proof.md) -[*](less_retarded_society.md) -[*](fqa.md) -[*](black.md) -[*](capitalist_software.md) -[*](earth.md) -[*](mipmap.md) -[*](graphics.md) -[*](settled.md) -[*](aliasing.md) -[*](rapeware.md) -[*](robot.md) -[*](unix.md) -[*](game_engine.md) -[*](ioccc.md) -[*](tas.md) -[*](used.md) -[*](exercises.md) -[*](cloud.md) -[*](wow.md) -[*](loc.md) -[*](framework.md) -[*](portal_rendering.md) -[*](go.md) -[*](robot.md) -[*](interplanetary_internet.md) -[*](racetrack.md) -[*](recursion.md) -[*](abstraction.md) -[*](soyence.md) -[*](npc.md) -[*](capitalist_software.md) -[*](moderation.md) -[*](paywall.md) -[*](line.md) -[*](p_vs_np.md) -[*](computational_complexity.md) -[*](backpropagation.md) -[*](ascii.md) -[*](duke3d.md) -[*](wiki_post_mortem.md) -[*](drummyfish.md) -[*](lmao.md) [*](free_body.md) -[*](golang.md) -[*](julia_set.md) -[*](wiki_style.md) -[*](wiki_rights.md) -[*](dick_reveal.md) -[*](cancer.md) -[*](law.md) -[*](demo.md) -[*](axiom_of_choice.md) -[*](living.md) -[*](wikidata.md) -[*](noise.md) -[*](capitalist_singularity.md) -[*](kwangmyong.md) -[*](tattoo.md) -[*](easy_to_learn_hard_to_master.md) -[*](fediverse.md) -[*](unix_philosophy.md) -[*](comment.md) -[*](trolling.md) -[*](mipmap.md) -[*](www.md) -[*](rsa.md) -[*](race.md) -[*](plusnigger.md) -[*](determinism.md) -[*](logic_gate.md) -[*](consumerism.md) -[*](foss.md) -[*](easier_done_than_said.md) -[*](suckless.md) -[*](sqrt.md) -[*](computer.md) -[*](3d_model.md) -[*](determinism.md) -[*](deep_blue.md) -[*](transsexual.md) -[*](color.md) -[*](dramatica.md) -[*](wiki_rights.md) -[*](ashley_jones.md) -[*](duskos.md) -[*](czechia.md) -[*](palette.md) -[*](dependency.md) -[*](reactionary_software.md) -[*](turing_machine.md) -[*](faggot.md) -[*](beauty.md) -[*](os.md) -[*](venus_project.md) -[*](racetrack.md) -[*](anal_bead.md) -[*](viznut.md) -[*](tom_scott.md) -[*](fight.md) -[*](soydev.md) -[*](c_sharp.md) -[*](fractal.md) -[*](kids_these_days.md) -[*](morality.md) -[*](wavelet_transform.md) -[*](markov_chain.md) -[*](proof.md) -[*](docker.md) -[*](zero.md) -[*](google.md) -[*](quantum_gate.md) -[*](yes_they_can.md) -[*](wow.md) -[*](ascii_art.md) -[*](hw.md) -[*](trolling.md) -[*](ram.md) -[*](nigger.md) -[*](science.md) -[*](forth.md) -[*](zero.md) -[*](often_confused.md) -[*](ascii.md) -[*](ted_kaczynski.md) -[*](jesus.md) -[*](idiot_fallacy.md) -[*](john_carmack.md) -[*](loc.md) -[*](shortcut_thinking.md) -[*](function.md) -[*](modern_software.md) -[*](wiki_stats.md) -[*](ioccc.md) -[*](internet.md) -[*](prime.md) -[*](cloud.md) -[*](microtheft.md) -[*](encryption.md) -[*](exercises.md) -[*](fqa.md) -[*](disease.md) -[*](io.md) -[*](demo.md) -[*](cyber.md) -[*](dependency.md) -[*](lambda_calculus.md) -[*](free_universe.md) -[*](disease.md) -[*](chaos.md) -[*](hard_to_learn_easy_to_master.md) -[*](one.md) -[*](shader.md) -[*](operating_system.md) -[*](teletext.md) -[*](anarchism.md) -[*](loquendo.md) -[*](nd.md) -[*](downto.md) -[*](wiki_post_mortem.md) -[*](information.md) -[*](open_console.md) -[*](libertarianism.md) -[*](kiwifarms.md) -[*](21st_century.md) -[*](cheating.md) -[*](books.md) -[*](boot.md) -[*](rationalwiki.md) -[*](friend_detox.md) -[*](update_culture.md) -[*](easy_to_learn_hard_to_master.md) -[*](suicide.md) -[*](wikiwikiweb.md) -[*](marxism.md) -[*](cracker.md) -[*](race.md) -[*](mob_software.md) -[*](youtube.md) -[*](qubit.md) -[*](mud.md) -[*](fun.md) -[*](rights_culture.md) -[*](dramatica.md) -[*](quaternion.md) -[*](cat_v.md) -[*](axiom_of_choice.md) -[*](anal_bead.md) -[*](wikiwikiweb.md) -[*](analog.md) -[*](dramatica.md) -[*](e.md) -[*](coding.md) -[*](compiler_bomb.md) -[*](reddit.md) -[*](tranny.md) -[*](slowly_boiling_the_frog.md) -[*](sorting.md) -[*](brainfuck.md) -[*](programming.md) -[*](kiss.md) -[*](right.md) -[*](avpd.md) -[*](aaron_swartz.md) -[*](js.md) -[*](people.md) -[*](optimization.md) -[*](ubi.md) -[*](minigame.md) -[*](good_enough.md) -[*](usa.md) -[*](arduboy.md) -[*](unfuck.md) -[*](ancap.md) -[*](geek.md) -[*](raycastlib.md) -[*](music.md) -[*](education.md) -[*](demoscene.md) -[*](collision_detection.md) -[*](flatland.md) +[*](esolang.md) +[*](collision.md) +[*](iq.md) [*](gaywashing.md) -[*](quine.md) -[*](nationalism.md) -[*](lisp.md) -[*](brain_software.md) -[*](tranny_software.md) -[*](piracy.md) -[*](harry_potter.md) -[*](python.md) -[*](bullshit.md) -[*](graphics.md) -[*](crime_against_economy.md) -[*](c_sharp.md) -[*](license.md) -[*](proof.md) -[*](nationalism.md) -[*](gigachad.md) -[*](compsci.md) -[*](motivation.md) -[*](jedi_engine.md) -[*](xxiivv.md) -[*](systemd.md) -[*](wiki_style.md) -[*](niger.md) -[*](future_proof.md) -[*](deep_blue.md) -[*](fourier_transform.md) -[*](right.md) -[*](privacy.md) -[*](pedophilia.md) -[*](fork.md) -[*](security.md) -[*](life.md) -[*](mental_outlaw.md) -[*](hash.md) -[*](smart.md) -[*](pseudo3d.md) -[*](evil.md) -[*](project.md) -[*](game_engine.md) -[*](digital.md) -[*](fantasy_console.md) -[*](disease.md) -[*](de_facto.md) -[*](diogenes.md) -[*](gui.md) -[*](bytecode.md) -[*](hexadecimal.md) -[*](golang.md) -[*](deep_blue.md) -[*](vector.md) -[*](antivirus_paradox.md) -[*](distrohopping.md) -[*](luke_smith.md) -[*](often_misunderstood.md) -[*](real_number.md) -[*](sjw.md) -[*](hw.md) -[*](assembly.md) -[*](rapeware.md) -[*](raycasting.md) -[*](faq.md) -[*](tor.md) -[*](devuan.md) -[*](fight_culture.md) -[*](history.md) -[*](twos_complement.md) -[*](deferred_shading.md) -[*](human_language.md) -[*](c_tutorial.md) -[*](42.md) -[*](mandelbrot_set.md) -[*](markov_chain.md) -[*](microtransaction.md) -[*](dog.md) -[*](encyclopedia.md) -[*](wiki_tldr.md) -[*](czechia.md) -[*](tool_slave.md) -[*](feminism.md) -[*](trusting_trust.md) -[*](lrs_wiki.md) -[*](interesting.md) -[*](bloat.md) -[*](modern_software.md) -[*](trolling.md) -[*](hardware.md) -[*](qubit.md) -[*](ronja.md) -[*](viznut.md) -[*](people.md) -[*](technology.md) -[*](quine.md) -[*](downto.md) -[*](autoupdate.md) -[*](portability.md) -[*](permacomputing_wiki.md) -[*](wiki_pages.md) -[*](graphics.md) -[*](phd.md) -[*](infinity.md) -[*](capitalist_software.md) -[*](island.md) -[*](adam_smith.md) -[*](bytecode.md) -[*](anal_bead.md) -[*](nonogram.md) -[*](project.md) -[*](complexity.md) -[*](speech_synthesis.md) -[*](programming_language.md) -[*](c_tutorial.md) -[*](kek.md) -[*](cc0.md) -[*](systemd.md) -[*](100r.md) -[*](vector.md) -[*](fork.md) -[*](javascript.md) -[*](settled.md) -[*](cpp.md) -[*](human_language.md) -[*](backgammon.md) -[*](logic_gate.md) -[*](less_retarded_software.md) -[*](js.md) -[*](dungeons_and_dragons.md) -[*](3d_modeling.md) -[*](open_source.md) -[*](bitreich.md) -[*](information.md) -[*](tranny_software.md) -[*](nokia.md) -[*](football.md) -[*](boat.md) -[*](unix_philosophy.md) -[*](wiki_stats.md) -[*](law.md) -[*](ram.md) -[*](twos_complement.md) -[*](anpac.md) -[*](arch.md) -[*](drummyfish.md) -[*](rock.md) -[*](goodbye_world.md) -[*](whale.md) -[*](memory_management.md) -[*](git.md) -[*](lrs_wiki.md) -[*](pseudorandomness.md) -[*](primitive_3d.md) -[*](p_vs_np.md) -[*](science.md) -[*](infinity.md) -[*](free_will.md) -[*](liberalism.md) -[*](fsf.md) -[*](proprietary.md) -[*](ted_kaczynski.md) -[*](npc.md) -[*](chaos.md) -[*](hero_culture.md) -[*](entropy.md) -[*](crypto.md) -[*](watchdog.md) -[*](pseudominimalism.md) -[*](copyleft.md) -[*](world_broadcast.md) -[*](sqrt.md) -[*](data_structure.md) -[*](fun.md) -[*](permacomputing_wiki.md) -[*](wikipedia.md) -[*](framework.md) -[*](digital_signature.md) -[*](nokia.md) -[*](iq.md) -[*](competition.md) -[*](double_buffering.md) -[*](copyleft.md) -[*](minimalism.md) -[*](de_facto.md) -[*](minesweeper.md) -[*](python.md) -[*](bit_hack.md) -[*](linux.md) -[*](randomness.md) -[*](3d_rendering.md) -[*](smallchesslib.md) -[*](privacy.md) -[*](sw.md) -[*](ancap.md) -[*](normalization.md) -[*](game.md) -[*](loquendo.md) -[*](io.md) -[*](newspeak.md) -[*](abstraction.md) -[*](free_body.md) -[*](xd.md) -[*](compsci.md) -[*](kwangmyong.md) -[*](p_vs_np.md) -[*](x86.md) -[*](myths.md) -[*](capitalism.md) -[*](ai.md) -[*](x86.md) -[*](acronym.md) -[*](autostereogram.md) -[*](semiconductor.md) -[*](mechanical.md) -[*](software.md) -[*](trump.md) -[*](hacker_culture.md) -[*](see_through_clothes.md) -[*](distrohopping.md) -[*](dodleston.md) -[*](trump.md) -[*](duke3d.md) -[*](pi.md) -[*](elo.md) -[*](unary.md) -[*](suicide.md) -[*](software.md) -[*](vim.md) -[*](shit.md) -[*](byte.md) -[*](nanogenmo.md) -[*](permacomputing.md) -[*](life.md) -[*](lambda_calculus.md) -[*](real_number.md) -[*](assertiveness.md) -[*](gay.md) -[*](c_pitfalls.md) -[*](soyence.md) -[*](autoupdate.md) -[*](free_software.md) -[*](blender.md) -[*](open_source.md) -[*](furry.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](low_poly.md) -[*](cc.md) -[*](dependency.md) -[*](wiki_tldr.md) -[*](global_discussion.md) -[*](capitalist_singularity.md) -[*](earth.md) -[*](charity_sex.md) -[*](gui.md) -[*](network.md) -[*](morality.md) -[*](social_inertia.md) -[*](piracy.md) -[*](lrs_dictionary.md) -[*](watchdog.md) -[*](README.md) -[*](physics.md) -[*](memory_management.md) -[*](people.md) -[*](rgb332.md) -[*](microtheft.md) -[*](steganography.md) -[*](holy_war.md) -[*](quantum_gate.md) -[*](fixed_point.md) -[*](rust.md) -[*](www.md) -[*](atheism.md) -[*](sigbovik.md) -[*](diogenes.md) -[*](right.md) -[*](modern.md) -[*](bit.md) -[*](xonotic.md) -[*](hack.md) -[*](information.md) -[*](cracking.md) -[*](love.md) -[*](splinternet.md) -[*](race.md) -[*](pseudominimalism.md) -[*](permacomputing_wiki.md) -[*](pseudo3d.md) -[*](hero.md) -[*](low_poly.md) -[*](analytic_geometry.md) -[*](crow_funding.md) -[*](windows.md) -[*](bytebeat.md) -[*](ram.md) -[*](newspeak.md) -[*](progress.md) -[*](chaos.md) -[*](backpropagation.md) -[*](shitword.md) -[*](main.md) -[*](tas.md) -[*](trash_magic.md) -[*](web.md) +[*](nd.md) [*](triangle.md) -[*](nokia.md) -[*](venus_project.md) -[*](math.md) -[*](elon_musk.md) -[*](blender.md) -[*](hacker_culture.md) -[*](free_hardware.md) -[*](cpp.md) -[*](wow.md) -[*](universe.md) -[*](greenwashing.md) -[*](shader.md) -[*](splinternet.md) -[*](rationalwiki.md) -[*](pseudorandomness.md) -[*](often_confused.md) -[*](paradigm.md) -[*](nigeria.md) -[*](game_of_life.md) -[*](3d_rendering.md) -[*](digital_signature.md) -[*](english.md) -[*](english.md) -[*](good_enough.md) -[*](fear_culture.md) -[*](adam_smith.md) -[*](microsoft.md) -[*](evil.md) -[*](lrs_dictionary.md) -[*](public_domain_computer.md) -[*](os.md) -[*](rapeware.md) -[*](intellectual_property.md) -[*](rgb332.md) -[*](tranny.md) -[*](sqrt.md) -[*](encryption.md) -[*](smart.md) -[*](hero.md) -[*](procgen.md) -[*](terry_davis.md) -[*](suckless.md) -[*](low_poly.md) -[*](democracy.md) -[*](zen.md) -[*](unary.md) -[*](elon_musk.md) -[*](wiki_post_mortem.md) -[*](femoid.md) -[*](macrofucker.md) -[*](books.md) -[*](3d_rendering.md) -[*](countercomplex.md) +[*](shogi.md) [*](bootstrap.md) -[*](float.md) -[*](how_to.md) -[*](kiwifarms.md) -[*](f2p.md) -[*](qubit.md) -[*](future_proof.md) -[*](intellectual_property.md) -[*](wizard.md) -[*](README.md) -[*](tor.md) -[*](modern_software.md) -[*](altruism.md) -[*](procgen.md) -[*](quaternion.md) -[*](progress.md) -[*](recursion.md) -[*](macrofucker.md) -[*](geek.md) -[*](quaternion.md) -[*](jargon_file.md) -[*](turing_machine.md) -[*](creative_commons.md) -[*](rust.md) -[*](stereotype.md) -[*](cyber.md) -[*](uxn.md) -[*](bilinear.md) -[*](microtransaction.md) -[*](color.md) -[*](audiophilia.md) -[*](loc.md) -[*](zuckerberg.md) -[*](java.md) -[*](netstalking.md) -[*](distrohopping.md) -[*](left.md) -[*](history.md) -[*](raycasting.md) -[*](ancap.md) -[*](anarch.md) -[*](foss.md) -[*](malware.md) -[*](noise.md) -[*](double_buffering.md) -[*](distance.md) -[*](mouse.md) -[*](wikipedia.md) -[*](collision.md) -[*](c_pitfalls.md) -[*](pi.md) -[*](troll.md) -[*](anarchism.md) -[*](computational_complexity.md) -[*](living.md) -[*](sigbovik.md) -[*](computational_complexity.md) -[*](e.md) -[*](trump.md) -[*](bilinear.md) -[*](maintenance.md) -[*](less_retarded_hardware.md) -[*](emoticon.md) -[*](entrepreneur.md) -[*](interplanetary_internet.md) -[*](demoscene.md) -[*](cache.md) -[*](lrs.md) -[*](watchdog.md) -[*](tinyphysicsengine.md) -[*](oop.md) -[*](kiss.md) -[*](tech.md) -[*](sanism.md) -[*](esolang.md) -[*](shogi.md) -[*](githopping.md) -[*](hacking.md) -[*](formal_language.md) -[*](combinatorics.md) -[*](history.md) -[*](bazaar.md) -[*](harry_potter.md) -[*](foss.md) -[*](anarch.md) -[*](zen.md) -[*](cc0.md) -[*](tech.md) -[*](magic.md) -[*](racism.md) -[*](build_engine.md) -[*](fight_culture.md) -[*](crypto.md) -[*](shogi.md) -[*](brain_software.md) -[*](boot.md) -[*](implicit.md) -[*](throwaway_script.md) -[*](infinity.md) -[*](cache.md) -[*](chinese.md) -[*](jedi_engine.md) -[*](freedom.md) -[*](uxn.md) -[*](smol_internet.md) -[*](comment.md) -[*](body_shaming.md) -[*](robot.md) -[*](esolang.md) -[*](unretard.md) -[*](atheism.md) -[*](normalization.md) -[*](trash_magic.md) -[*](charity_sex.md) -[*](hexadecimal.md) -[*](bit_hack.md) -[*](githopping.md) -[*](devuan.md) -[*](sanism.md) -[*](python.md) -[*](float.md) -[*](mental_outlaw.md) -[*](whale.md) -[*](billboard.md) -[*](youtube.md) -[*](attribution.md) -[*](czechia.md) -[*](byte.md) -[*](free.md) -[*](fuck.md) -[*](work.md) -[*](often_misunderstood.md) +[*](marble_race.md) +[*](tom_scott.md) +[*](vector.md) [*](fizzbuzz.md) -[*](firmware.md) -[*](facebook.md) -[*](maintenance.md) -[*](everyone_does_it.md) -[*](everyone_does_it.md) -[*](trusting_trust.md) -[*](tinyphysicsengine.md) -[*](entropy.md) -[*](one.md) -[*](steve_jobs.md) -[*](formal_language.md) -[*](how_to.md) -[*](boat.md) -[*](friend_detox.md) -[*](wikipedia.md) -[*](emoticon.md) -[*](permacomputing.md) -[*](lil.md) -[*](black.md) -[*](tranny.md) -[*](mainstream.md) -[*](pokitto.md) -[*](copyright.md) -[*](island.md) -[*](physics.md) -[*](shitword.md) -[*](motivation.md) -[*](anarchism.md) -[*](freedom_distance.md) -[*](furry.md) -[*](explicit.md) -[*](approximation.md) -[*](compiler_bomb.md) -[*](avpd.md) -[*](kiwifarms.md) -[*](devuan.md) -[*](procgen.md) -[*](just_werks.md) -[*](collapse.md) -[*](myths.md) -[*](gigachad.md) -[*](global_discussion.md) -[*](wiki_rights.md) -[*](saf.md) -[*](speech_synthesis.md) -[*](capitalism.md) -[*](throwaway_script.md) -[*](ronja.md) -[*](wiki_pages.md) -[*](floss.md) -[*](kek.md) -[*](rule110.md) -[*](data_structure.md) -[*](egoism.md) -[*](xxiivv.md) -[*](girl.md) -[*](permacomputing.md) -[*](jargon_file.md) -[*](3d_model.md) -[*](soyence.md) -[*](app.md) -[*](sjw.md) -[*](fourier_transform.md) -[*](name_is_important.md) -[*](operating_system.md) -[*](open_console.md) -[*](software.md) -[*](copyleft.md) -[*](egoism.md) -[*](coding.md) -[*](gemini.md) -[*](murderer.md) -[*](egoism.md) -[*](c.md) -[*](pd.md) -[*](smallchesslib.md) -[*](pseudo3d.md) -[*](fascism.md) +[*](capitalist_software.md) +[*](windows.md) +[*](python.md) +[*](dungeons_and_dragons.md) +[*](marketing.md) +[*](pseudorandomness.md) +[*](3d_modeling.md) +[*](encryption.md) [*](bytecode.md) -[*](trash_magic.md) -[*](used.md) -[*](no_knowledge_proof.md) -[*](ronja.md) -[*](faq.md) -[*](attribution.md) -[*](axiom_of_choice.md) -[*](chinese.md) -[*](assembly.md) -[*](copyfree.md) -[*](iq.md) -[*](unix.md) -[*](evil.md) -[*](nc.md) -[*](ethics.md) -[*](microsoft.md) -[*](analog.md) -[*](acronym.md) -[*](nord_vpn.md) -[*](fqa.md) -[*](dodleston.md) +[*](boat.md) +[*](quantum_gate.md) +[*](libre.md) +[*](elon_musk.md) +[*](music.md) +[*](pascal.md) +[*](bloat_monopoly.md) [*](programming_tips.md) -[*](math.md) -[*](terry_davis.md) -[*](collision.md) -[*](trom.md) -[*](free_will.md) +[*](minimalism.md) +[*](permacomputing_wiki.md) +[*](c_pitfalls.md) +[*](kiss.md) +[*](people.md) +[*](update_culture.md) +[*](cache.md) +[*](tangram.md) +[*](avpd.md) +[*](markov_chain.md) +[*](linear_algebra.md) +[*](bytebeat.md) +[*](f2p.md) +[*](pseudominimalism.md) +[*](patent.md) +[*](graphics.md) +[*](shader.md) +[*](altruism.md) +[*](turing_machine.md) +[*](splinternet.md) +[*](furry.md) +[*](noise.md) +[*](deferred_shading.md) +[*](mental_outlaw.md) +[*](bit_hack.md) +[*](deferred_shading.md) +[*](compsci.md) +[*](charity_sex.md) +[*](memory_management.md) +[*](myths.md) +[*](aaron_swartz.md) +[*](fail_ab.md) +[*](security.md) [*](uxn.md) -[*](fantasy_console.md) -[*](maintenance.md) +[*](3d_rendering.md) +[*](anpac.md) +[*](resnicks_termite.md) +[*](entrepreneur.md) +[*](island.md) +[*](kids_these_days.md) +[*](lambda_calculus.md) +[*](living.md) +[*](modern.md) +[*](pascal.md) +[*](social_inertia.md) +[*](anal_bead.md) +[*](anal_bead.md) +[*](function.md) +[*](suckless.md) +[*](saf.md) +[*](chess.md) +[*](old.md) +[*](slowly_boiling_the_frog.md) +[*](doom.md) +[*](shortcut_thinking.md) +[*](beauty.md) +[*](microsoft.md) +[*](information.md) +[*](sanism.md) +[*](nokia.md) +[*](fight_culture.md) +[*](bitreich.md) +[*](chasm_the_rift.md) +[*](flatland.md) +[*](bytecode.md) +[*](analog.md) +[*](niggercoin.md) +[*](physics.md) +[*](www.md) +[*](cancer.md) +[*](digital_signature.md) +[*](bbs.md) +[*](google.md) +[*](mandelbrot_set.md) +[*](hardware.md) +[*](usenet.md) +[*](bs.md) +[*](public_domain.md) +[*](downto.md) +[*](facebook.md) +[*](creative_commons.md) +[*](software.md) +[*](math.md) +[*](geek.md) +[*](shortcut_thinking.md) +[*](vector.md) +[*](computational_complexity.md) +[*](data_structure.md) +[*](left.md) +[*](interplanetary_internet.md) +[*](proprietary_software.md) +[*](dodleston.md) +[*](unfuck.md) +[*](axiom_of_choice.md) +[*](nord_vpn.md) +[*](no_knowledge_proof.md) +[*](xxiivv.md) +[*](steve_jobs.md) +[*](smallchesslib.md) +[*](drummyfish.md) +[*](friend_detox.md) +[*](3d_model.md) +[*](atan.md) +[*](assembly.md) +[*](netstalking.md) +[*](harry_potter.md) +[*](cheating.md) +[*](loquendo.md) [*](90s.md) -[*](ubi.md) -[*](microtransaction.md) -[*](cyber.md) -[*](regex.md) +[*](luke_smith.md) +[*](microtheft.md) +[*](tranny_software.md) +[*](nationalism.md) +[*](crow_funding.md) +[*](normalization.md) +[*](aliasing.md) +[*](cracking.md) +[*](floss.md) +[*](coc.md) +[*](copyfree.md) +[*](combinatorics.md) +[*](data_structure.md) +[*](newspeak.md) +[*](openai.md) +[*](cracking.md) +[*](copyleft.md) +[*](hardware.md) +[*](human_language.md) +[*](antivirus_paradox.md) +[*](love.md) +[*](app.md) +[*](suicide.md) +[*](left_right.md) +[*](dynamic_programming.md) +[*](loc.md) +[*](deep_blue.md) +[*](czechia.md) +[*](duskos.md) +[*](permacomputing.md) +[*](hacking.md) +[*](fail_ab.md) +[*](throwaway_script.md) +[*](dynamic_programming.md) +[*](old.md) +[*](stereotype.md) +[*](dodleston.md) +[*](settled.md) +[*](deferred_shading.md) +[*](tranny.md) +[*](freedom_distance.md) +[*](information.md) +[*](plan9.md) +[*](fear_culture.md) +[*](randomness.md) +[*](io.md) +[*](books.md) +[*](unix.md) +[*](license.md) +[*](thrembo.md) +[*](ted_kaczynski.md) +[*](education.md) +[*](tpe.md) +[*](ram.md) +[*](optimization.md) +[*](settled.md) +[*](sw.md) +[*](law.md) +[*](dependency.md) +[*](coc.md) +[*](wiki_style.md) +[*](wiki_authors.md) +[*](anarchism.md) +[*](freedom.md) +[*](sqrt.md) +[*](loquendo.md) +[*](emoticon.md) +[*](music.md) +[*](ancap.md) +[*](mipmap.md) +[*](cat_v.md) +[*](shit.md) +[*](copyright.md) +[*](java.md) +[*](comment.md) +[*](mechanical.md) +[*](fun.md) +[*](technology.md) +[*](malware.md) +[*](wavelet_transform.md) +[*](turing_machine.md) +[*](openai.md) +[*](semiconductor.md) +[*](c_sharp.md) +[*](interpolation.md) +[*](javascript.md) +[*](bytebeat.md) +[*](rights_culture.md) +[*](sqrt.md) +[*](fascism.md) +[*](saf.md) +[*](free.md) [*](femoid.md) +[*](mipmap.md) +[*](rights_culture.md) +[*](throwaway_script.md) +[*](tattoo.md) +[*](geek.md) +[*](fixed_point.md) +[*](nationalism.md) +[*](suckless.md) +[*](neural_network.md) +[*](goodbye_world.md) +[*](gui.md) +[*](float.md) +[*](jokes.md) +[*](axiom_of_choice.md) +[*](kwangmyong.md) +[*](disease.md) +[*](libre.md) +[*](digital.md) +[*](4chan.md) +[*](anpac.md) +[*](main.md) +[*](greenwashing.md) +[*](recursion.md) +[*](hw.md) +[*](diogenes.md) +[*](distance.md) +[*](randomness.md) +[*](npc.md) +[*](www.md) +[*](recursion.md) +[*](logic.md) +[*](floss.md) +[*](zen.md) +[*](sjw.md) +[*](life.md) +[*](nigger.md) +[*](wiki_style.md) +[*](assembly.md) +[*](ashley_jones.md) +[*](wiki_rights.md) +[*](gender_studies.md) +[*](teletext.md) +[*](cancel_culture.md) +[*](often_confused.md) +[*](dinosaur.md) +[*](jedi_engine.md) +[*](sanism.md) +[*](reactionary_software.md) +[*](copyfree.md) +[*](maintenance.md) +[*](interesting.md) +[*](love.md) +[*](90s.md) +[*](interplanetary_internet.md) +[*](lrs_dictionary.md) +[*](less_retarded_software.md) +[*](io.md) +[*](elon_musk.md) +[*](faq.md) +[*](capitalist_software.md) +[*](floss.md) +[*](distrohopping.md) +[*](fuck.md) +[*](zen.md) +[*](fight.md) +[*](morality.md) +[*](docker.md) +[*](license.md) +[*](murderer.md) +[*](low_poly.md) +[*](zero.md) +[*](f2p.md) +[*](easy_to_learn_hard_to_master.md) +[*](graphics.md) +[*](tor.md) +[*](john_carmack.md) +[*](ai.md) +[*](kwangmyong.md) +[*](faq.md) +[*](minigame.md) +[*](aaron_swartz.md) +[*](wow.md) +[*](english.md) +[*](marxism.md) +[*](nonogram.md) +[*](coding.md) +[*](work.md) +[*](gay.md) +[*](javascript.md) +[*](needed.md) +[*](yes_they_can.md) +[*](qubit.md) +[*](deep_blue.md) +[*](hacking.md) +[*](facebook.md) +[*](cc0.md) +[*](frameless.md) +[*](everyone_does_it.md) +[*](wikidata.md) +[*](optimization.md) +[*](palette.md) +[*](political_correctness.md) +[*](military.md) +[*](complexity.md) +[*](analog.md) +[*](google.md) +[*](bit.md) +[*](libre.md) +[*](paywall.md) +[*](digital.md) +[*](tpe.md) +[*](stereotype.md) +[*](formal_language.md) +[*](world_broadcast.md) +[*](diogenes.md) +[*](sin.md) +[*](mob_software.md) +[*](sdf.md) +[*](trump.md) +[*](creative_commons.md) +[*](rgb332.md) +[*](intellectual_property.md) +[*](cache.md) +[*](nigeria.md) +[*](living.md) +[*](niggercoin.md) +[*](programming.md) +[*](attribution.md) +[*](ascii.md) +[*](attribution.md) +[*](ascii_art.md) +[*](rgb332.md) +[*](chess.md) +[*](mechanical.md) +[*](wiby.md) +[*](framework.md) +[*](speech_synthesis.md) +[*](raycastlib.md) +[*](freedom_distance.md) +[*](comun.md) +[*](name_is_important.md) +[*](pokitto.md) +[*](slowly_boiling_the_frog.md) +[*](soydev.md) +[*](bs.md) +[*](explicit.md) +[*](productivity_cult.md) +[*](logic_gate.md) +[*](uxn.md) +[*](wiki_style.md) +[*](kiwifarms.md) +[*](tas.md) +[*](boat.md) +[*](line.md) +[*](less_retarded_society.md) +[*](js.md) +[*](autostereogram.md) +[*](woman.md) +[*](duskos.md) +[*](ioccc.md) +[*](githopping.md) +[*](interaction_net.md) +[*](political_correctness.md) +[*](everyone_does_it.md) +[*](unix_philosophy.md) +[*](firmware.md) +[*](name_is_important.md) +[*](used.md) +[*](plusnigger.md) +[*](permacomputing_wiki.md) +[*](function.md) +[*](npc.md) +[*](3d_rendering.md) +[*](marxism.md) +[*](ioccc.md) +[*](steganography.md) +[*](mainstream.md) [*](cos.md) [*](suicide.md) -[*](line.md) -[*](collapse.md) -[*](venus_project.md) -[*](3d_modeling.md) -[*](mandelbrot_set.md) -[*](fight_culture.md) -[*](cc0.md) +[*](tinyphysicsengine.md) +[*](zuckerberg.md) +[*](wiki_tldr.md) +[*](jargon_file.md) +[*](tensor_product.md) +[*](nord_vpn.md) +[*](go.md) +[*](free_body.md) +[*](color.md) [*](lil.md) -[*](cyberbullying.md) -[*](liberalism.md) -[*](lmao.md) -[*](analytic_geometry.md) -[*](collapse.md) -[*](network.md) -[*](censorship.md) -[*](css.md) -[*](trom.md) -[*](bs.md) -[*](demo.md) -[*](duskos.md) +[*](fight.md) +[*](autoupdate.md) +[*](see_through_clothes.md) +[*](greenwashing.md) +[*](prime.md) +[*](femoid.md) +[*](fourier_transform.md) +[*](plusnigger.md) [*](fixed_point.md) -[*](framework.md) -[*](thrembo.md) -[*](cracker.md) -[*](distance.md) +[*](fork.md) +[*](nanogenmo.md) +[*](langtons_ant.md) +[*](randomness.md) +[*](marble_race.md) +[*](binary.md) +[*](newspeak.md) +[*](security.md) +[*](pd.md) +[*](deep_blue.md) +[*](usa.md) +[*](noise.md) +[*](fantasy_console.md) +[*](downto.md) +[*](free_culture.md) +[*](elo.md) +[*](digital_signature.md) +[*](consumerism.md) +[*](no_knowledge_proof.md) +[*](geek.md) +[*](wavelet_transform.md) +[*](people.md) +[*](programming_tips.md) +[*](universe.md) +[*](progress.md) +[*](social_inertia.md) +[*](42.md) +[*](cpp.md) +[*](people.md) +[*](idiot_fallacy.md) +[*](racetrack.md) +[*](optimization.md) +[*](hero.md) +[*](crime_against_economy.md) +[*](logic_circuit.md) +[*](paradigm.md) +[*](myths.md) +[*](jargon_file.md) +[*](rms.md) +[*](justice.md) +[*](avpd.md) +[*](wiki_rights.md) +[*](femoid.md) +[*](money.md) +[*](cpu.md) +[*](hero_culture.md) +[*](lrs_dictionary.md) +[*](transistor.md) +[*](phd.md) +[*](blender.md) +[*](boot.md) +[*](julia_set.md) +[*](right.md) +[*](cancer.md) +[*](number.md) +[*](c_tutorial.md) +[*](bit_hack.md) +[*](function.md) +[*](trom.md) +[*](tattoo.md) +[*](fediverse.md) +[*](shitword.md) +[*](minesweeper.md) +[*](public_domain_computer.md) +[*](less_retarded_software.md) +[*](libertarianism.md) +[*](programming_language.md) +[*](lmao.md) +[*](wiki_tldr.md) +[*](brainfuck.md) +[*](steganography.md) +[*](modern.md) +[*](ashley_jones.md) +[*](audiophilia.md) +[*](arch.md) +[*](oop.md) +[*](ai.md) +[*](corporation.md) +[*](library.md) +[*](jesus.md) +[*](tinyphysicsengine.md) +[*](python.md) +[*](earth.md) +[*](dinosaur.md) +[*](mouse.md) +[*](ubi.md) +[*](smol_internet.md) +[*](censorship.md) +[*](quine.md) +[*](ashley_jones.md) +[*](hyperoperation.md) +[*](abstraction.md) +[*](color.md) +[*](football.md) +[*](competition.md) +[*](tattoo.md) +[*](bazaar.md) +[*](fsf.md) +[*](primitive_3d.md) +[*](feminism.md) +[*](zuckerberg.md) +[*](anarch.md) +[*](sorting.md) +[*](portability.md) +[*](future_proof.md) +[*](body_shaming.md) +[*](nigger.md) +[*](collision.md) +[*](living.md) +[*](crypto.md) +[*](liberalism.md) +[*](lrs.md) +[*](cloudflare.md) +[*](moderation.md) +[*](rust.md) +[*](future_proof.md) +[*](art.md) +[*](debugging.md) +[*](gender_studies.md) +[*](cpp.md) +[*](arduboy.md) +[*](kwangmyong.md) +[*](interplanetary_internet.md) +[*](motivation.md) +[*](lgbt.md) +[*](nonogram.md) [*](rgb565.md) -[*](os.md) -[*](frameless.md) -[*](logic_gate.md) -[*](formal_language.md) -[*](reactionary_software.md) -[*](universe.md) -[*](bit.md) -[*](portal_rendering.md) -[*](racism.md) -[*](vector.md) -[*](bootstrap.md) -[*](kwangmyong.md) -[*](90s.md) -[*](nanogenmo.md) -[*](game_of_life.md) -[*](military.md) -[*](bit_hack.md) -[*](selflessness.md) -[*](universe.md) -[*](fuck.md) -[*](resnicks_termite.md) -[*](pedophilia.md) -[*](sw.md) -[*](operating_system.md) -[*](version_numbering.md) -[*](nc.md) -[*](plusnigger.md) -[*](proprietary_software.md) -[*](money.md) -[*](world_broadcast.md) -[*](troll.md) -[*](marxism.md) -[*](technology.md) -[*](dynamic_programming.md) -[*](iq.md) -[*](feminism.md) -[*](easy_to_learn_hard_to_master.md) -[*](tool_slave.md) -[*](digital.md) -[*](programming.md) -[*](reactionary_software.md) -[*](binary.md) -[*](free_speech.md) -[*](thrembo.md) -[*](pride.md) -[*](money.md) -[*](atheism.md) -[*](fizzbuzz.md) -[*](love.md) -[*](network.md) -[*](physics.md) -[*](justice.md) -[*](military.md) -[*](cyberbullying.md) -[*](nigeria.md) -[*](deferred_shading.md) -[*](x86.md) -[*](cloudflare.md) -[*](sdf.md) -[*](tinyphysicsengine.md) -[*](troll.md) -[*](game_engine.md) -[*](resnicks_termite.md) -[*](prime.md) -[*](oop.md) -[*](gender_studies.md) -[*](netstalking.md) -[*](speech_synthesis.md) -[*](billboard.md) -[*](compiler_bomb.md) -[*](triangle.md) -[*](coc.md) -[*](interesting.md) -[*](public_domain.md) -[*](lgbt.md) -[*](fear_culture.md) -[*](finished.md) -[*](mainstream.md) -[*](programming_tips.md) -[*](copyfree.md) -[*](culture.md) -[*](julia_set.md) -[*](cloudflare.md) -[*](left_right.md) -[*](marble_race.md) -[*](bloat_monopoly.md) -[*](optimization.md) -[*](productivity_cult.md) -[*](cancel_culture.md) -[*](hexadecimal.md) -[*](beauty.md) -[*](harry_potter.md) -[*](chasm_the_rift.md) -[*](terry_davis.md) -[*](art.md) -[*](e.md) -[*](internet.md) -[*](free_universe.md) -[*](digital.md) -[*](wiki_authors.md) -[*](steve_jobs.md) -[*](brain_software.md) -[*](consumerism.md) -[*](minesweeper.md) -[*](minigame.md) -[*](approximation.md) -[*](steve_jobs.md) -[*](sin.md) -[*](pokitto.md) -[*](libertarianism.md) -[*](wikidata.md) -[*](web.md) -[*](physics_engine.md) -[*](git.md) -[*](gemini.md) -[*](forth.md) -[*](logic.md) -[*](randomness.md) -[*](chess.md) -[*](tech.md) -[*](stereotype.md) -[*](marble_race.md) -[*](f2p.md) -[*](tangram.md) -[*](creative_commons.md) -[*](transistor.md) -[*](compsci.md) -[*](langtons_ant.md) -[*](rsa.md) -[*](algorithm.md) -[*](chasm_the_rift.md) -[*](frameless.md) -[*](cancer.md) -[*](library.md) -[*](boot.md) -[*](pseudoleft.md) -[*](john_carmack.md) -[*](go.md) -[*](42.md) -[*](noise.md) -[*](debugging.md) -[*](freedom_distance.md) -[*](update_culture.md) -[*](firmware.md) -[*](programming_language.md) -[*](21st_century.md) -[*](needed.md) -[*](smart.md) -[*](tom_scott.md) -[*](temple_os.md) -[*](3d_modeling.md) -[*](facebook.md) -[*](democracy.md) -[*](rust.md) -[*](chinese.md) -[*](free_universe.md) -[*](floss.md) -[*](implicit.md) -[*](wiki_stats.md) -[*](brainfuck.md) -[*](education.md) -[*](faggot.md) -[*](physics_engine.md) -[*](wiki_pages.md) -[*](law.md) -[*](logic_circuit.md) -[*](fascism.md) -[*](openarena.md) -[*](proprietary_software.md) -[*](interpolation.md) -[*](bill_gates.md) -[*](goodbye_world.md) -[*](ubi.md) -[*](bazaar.md) -[*](byte.md) -[*](dick_reveal.md) -[*](function.md) -[*](political_correctness.md) -[*](greenwashing.md) -[*](bbs.md) -[*](slowly_boiling_the_frog.md) -[*](pride.md) -[*](free_culture.md) -[*](prime.md) -[*](anarch.md) -[*](wizard.md) -[*](work.md) -[*](libre.md) -[*](sudoku.md) -[*](dynamic_programming.md) -[*](beauty.md) -[*](bullshit.md) -[*](project.md) -[*](future.md) -[*](memory_management.md) -[*](creative_commons.md) -[*](computer.md) -[*](shogi.md) -[*](vim.md) -[*](tattoo.md) -[*](fight.md) -[*](malware.md) -[*](library.md) -[*](rms.md) -[*](cpu.md) -[*](distance.md) -[*](magic.md) -[*](less_retarded_society.md) -[*](jokes.md) -[*](4chan.md) -[*](wiki_authors.md) -[*](love.md) -[*](pseudorandomness.md) -[*](data_structure.md) -[*](woman.md) -[*](luke_smith.md) -[*](capitalist_singularity.md) -[*](fascist.md) -[*](tool_slave.md) -[*](programming_tips.md) -[*](linear_algebra.md) -[*](app.md) -[*](web.md) -[*](see_through_clothes.md) -[*](shit.md) -[*](f2p.md) -[*](reddit.md) -[*](crow_funding.md) -[*](cracking.md) -[*](programming_style.md) -[*](sw.md) -[*](free_software.md) -[*](island.md) -[*](quine.md) -[*](programming_language.md) -[*](toxic.md) -[*](culture.md) -[*](windows.md) -[*](langtons_ant.md) -[*](graveyard.md) -[*](jedi_engine.md) -[*](modern.md) -[*](good_enough.md) -[*](compression.md) -[*](downto.md) -[*](gnu.md) -[*](ted_kaczynski.md) -[*](version_numbering.md) -[*](woman.md) -[*](minimalism.md) -[*](transsexual.md) -[*](fun.md) -[*](tor.md) -[*](cat_v.md) -[*](openai.md) -[*](complexity.md) -[*](nc.md) -[*](proof.md) -[*](audiophilia.md) -[*](paradigm.md) -[*](apple.md) -[*](racism.md) -[*](boat.md) -[*](monad.md) -[*](nd.md) -[*](fuck.md) -[*](line.md) -[*](debugging.md) -[*](morality.md) -[*](comun.md) -[*](shortcut_thinking.md) -[*](marxism.md) -[*](arduboy.md) -[*](less_retarded_software.md) -[*](pi.md) -[*](raylib.md) -[*](public_domain_computer.md) -[*](encyclopedia.md) -[*](cc.md) -[*](holy_war.md) -[*](just_werks.md) -[*](mechanical.md) -[*](anpac.md) -[*](explicit.md) -[*](sanism.md) -[*](interpolation.md) -[*](flatland.md) -[*](lrs.md) -[*](football.md) -[*](temple_os.md) -[*](portability.md) -[*](free_hardware.md) -[*](langtons_ant.md) -[*](programming_style.md) -[*](sdf.md) -[*](firmware.md) -[*](dynamic_programming.md) -[*](graveyard.md) -[*](100r.md) -[*](backpropagation.md) -[*](avpd.md) -[*](wavelet_transform.md) -[*](nigeria.md) -[*](patent.md) -[*](phd.md) -[*](zen.md) -[*](unix.md) -[*](sorting.md) -[*](body_shaming.md) -[*](trusting_trust.md) -[*](nationalism.md) -[*](ethics.md) -[*](number.md) -[*](sudoku.md) -[*](binary.md) -[*](21st_century.md) -[*](sjw.md) -[*](debugging.md) -[*](viznut.md) -[*](old.md) -[*](apple.md) -[*](hacker_culture.md) -[*](usa.md) -[*](music.md) -[*](analytic_geometry.md) -[*](niger.md) -[*](freedom_distance.md) -[*](portal_rendering.md) -[*](libre.md) -[*](settled.md) -[*](dinosaur.md) -[*](data_hoarding.md) -[*](no_knowledge_proof.md) -[*](open_source.md) -[*](mud.md) -[*](kek.md) -[*](sorting.md) -[*](lgbt.md) -[*](corporation.md) -[*](bilinear.md) -[*](atan.md) -[*](semiconductor.md) -[*](go.md) -[*](finished.md) -[*](left.md) -[*](atan.md) -[*](linear_algebra.md) -[*](idiot_fallacy.md) -[*](combinatorics.md) -[*](ai.md) -[*](entrepreneur.md) -[*](bs.md) -[*](bill_gates.md) -[*](ethics.md) -[*](usenet.md) -[*](fail_ab.md) -[*](football.md) -[*](paradigm.md) -[*](hardware.md) -[*](floss.md) -[*](fractal.md) -[*](brainfuck.md) -[*](determinism.md) -[*](float.md) -[*](turing_machine.md) -[*](sudoku.md) -[*](goodbye_world.md) -[*](public_domain.md) -[*](lisp.md) -[*](nord_vpn.md) -[*](bloat_monopoly.md) -[*](sigbovik.md) -[*](splinternet.md) -[*](jesus.md) -[*](friend_detox.md) -[*](competition.md) -[*](aaron_swartz.md) -[*](rule110.md) -[*](antialiasing.md) -[*](productivity_cult.md) -[*](usenet.md) -[*](cancer.md) -[*](sin.md) -[*](english.md) -[*](game.md) -[*](main.md) -[*](real_number.md) -[*](pedophilia.md) -[*](interpolation.md) -[*](censorship.md) -[*](copyfree.md) -[*](free_body.md) -[*](aliasing.md) -[*](thrembo.md) -[*](cc.md) -[*](often_confused.md) -[*](life.md) -[*](demoscene.md) -[*](mental_outlaw.md) -[*](bs.md) -[*](unfuck.md) -[*](raycasting.md) -[*](graveyard.md) -[*](nonogram.md) -[*](niggercoin.md) -[*](future.md) -[*](www.md) -[*](future_proof.md) -[*](rock.md) -[*](fight.md) -[*](implicit.md) -[*](compression.md) -[*](often_misunderstood.md) -[*](kids_these_days.md) -[*](aaron_swartz.md) -[*](magic.md) -[*](cache.md) -[*](intellectual_property.md) -[*](nd.md) -[*](docker.md) -[*](suckless.md) -[*](science.md) -[*](privacy.md) -[*](phd.md) -[*](arduboy.md) -[*](cpp.md) -[*](see_through_clothes.md) -[*](dodleston.md) -[*](paywall.md) -[*](saf.md) -[*](bill_gates.md) -[*](nord_vpn.md) -[*](gemini.md) -[*](lmao.md) -[*](censorship.md) -[*](fork.md) -[*](chess.md) -[*](audiophilia.md) -[*](lil.md) -[*](hacking.md) -[*](systemd.md) -[*](frameless.md) -[*](duke3d.md) -[*](small3dlib.md) -[*](openai.md) -[*](usenet.md) -[*](neural_network.md) -[*](game.md) -[*](small3dlib.md) -[*](dungeons_and_dragons.md) -[*](tom_scott.md) -[*](shortcut_thinking.md) -[*](rights_culture.md) -[*](gigachad.md) -[*](double_buffering.md) -[*](wiki_tldr.md) -[*](google.md) -[*](work.md) -[*](pseudoleft.md) -[*](reddit.md) -[*](teletext.md) -[*](cheating.md) -[*](assertiveness.md) -[*](portability.md) -[*](gnu.md) -[*](saf.md) -[*](rms.md) -[*](bloat.md) -[*](cancel_culture.md) -[*](interaction_net.md) -[*](girl.md) -[*](license.md) -[*](piracy.md) -[*](used.md) -[*](java.md) -[*](tpe.md) -[*](ui.md) -[*](marketing.md) -[*](unicode.md) -[*](build_engine.md) -[*](vim.md) -[*](compression.md) -[*](pd.md) -[*](liberalism.md) -[*](tas.md) -[*](semiconductor.md) -[*](woman.md) -[*](steganography.md) -[*](marketing.md) -[*](githopping.md) -[*](patent.md) -[*](mob_software.md) -[*](stereotype.md) -[*](openarena.md) -[*](computer.md) -[*](fourier_transform.md) -[*](hard_to_learn_easy_to_master.md) -[*](interaction_net.md) -[*](internet.md) -[*](one.md) -[*](comun.md) -[*](game_of_life.md) -[*](microtheft.md) -[*](assertiveness.md) -[*](smallchesslib.md) -[*](git.md) -[*](gay.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](ssao.md) -[*](approximation.md) -[*](wiby.md) -[*](capitalism.md) -[*](algorithm.md) -[*](myths.md) -[*](raycastlib.md) -[*](altruism.md) -[*](4chan.md) -[*](nonogram.md) -[*](open_console.md) -[*](zuckerberg.md) -[*](rms.md) -[*](c_sharp.md) -[*](shit.md) -[*](antivirus_paradox.md) -[*](wikiwikiweb.md) -[*](fail_ab.md) -[*](jargon_file.md) -[*](left_right.md) -[*](sdf.md) -[*](adam_smith.md) -[*](assembly.md) -[*](cos.md) -[*](doom.md) -[*](fsf.md) -[*](security.md) -[*](plan9.md) -[*](gopher.md) -[*](macrofucker.md) -[*](number.md) -[*](mud.md) -[*](hyperoperation.md) -[*](newspeak.md) -[*](build_engine.md) -[*](just_werks.md) -[*](logic_circuit.md) -[*](atan.md) -[*](c.md) -[*](triangle.md) -[*](cloudflare.md) -[*](doom.md) -[*](unix_philosophy.md) -[*](political_correctness.md) -[*](free_software.md) -[*](autostereogram.md) -[*](rock.md) -[*](apple.md) -[*](javascript.md) -[*](fail_ab.md) -[*](money.md) -[*](cat_v.md) [*](copyright.md) -[*](xonotic.md) -[*](elo.md) -[*](regex.md) -[*](wiby.md) -[*](4chan.md) -[*](patent.md) -[*](name_is_important.md) -[*](human_language.md) -[*](anpac.md) -[*](hack.md) -[*](ioccc.md) -[*](antialiasing.md) -[*](logic.md) -[*](moderation.md) -[*](freedom.md) -[*](collision_detection.md) -[*](charity_sex.md) -[*](free_speech.md) -[*](modern.md) -[*](needed.md) -[*](minesweeper.md) -[*](rights_culture.md) -[*](murderer.md) -[*](fascism.md) -[*](bloat.md) -[*](productivity_cult.md) -[*](toxic.md) -[*](finished.md) -[*](linear_algebra.md) -[*](transsexual.md) -[*](fsf.md) -[*](bazaar.md) -[*](education.md) -[*](aliasing.md) -[*](proprietary.md) -[*](unretard.md) -[*](ascii_art.md) -[*](backgammon.md) -[*](bbs.md) -[*](sw_rendering.md) -[*](steganography.md) -[*](hard_to_learn_easy_to_master.md) -[*](free_culture.md) -[*](twos_complement.md) -[*](gaywashing.md) -[*](update_culture.md) -[*](hardware.md) -[*](gaywashing.md) -[*](cracking.md) -[*](pokitto.md) -[*](logic.md) -[*](gay.md) -[*](faq.md) -[*](encryption.md) -[*](mechanical.md) -[*](css.md) -[*](bbs.md) -[*](selflessness.md) -[*](social_inertia.md) -[*](nigger.md) -[*](monad.md) -[*](kids_these_days.md) -[*](io.md) -[*](wiki_style.md) -[*](crypto.md) -[*](pseudominimalism.md) -[*](freedom.md) -[*](soydev.md) [*](public_domain_computer.md) -[*](crime_against_economy.md) -[*](rgb332.md) -[*](communism.md) -[*](netstalking.md) -[*](dinosaur.md) -[*](loquendo.md) -[*](less_retarded_society.md) -[*](ashley_jones.md) -[*](progress.md) -[*](90s.md) -[*](math.md) -[*](needed.md) -[*](combinatorics.md) -[*](fantasy_console.md) -[*](ascii.md) -[*](niggercoin.md) -[*](minigame.md) -[*](mouse.md) -[*](chess.md) -[*](de_facto.md) -[*](everyone_does_it.md) -[*](encyclopedia.md) -[*](openarena.md) +[*](3d_modeling.md) +[*](law.md) +[*](linear_algebra.md) +[*](copyright.md) +[*](boat.md) +[*](portability.md) [*](cpu.md) -[*](tattoo.md) -[*](antivirus_paradox.md) -[*](wiby.md) -[*](cloud.md) -[*](wiki_authors.md) +[*](hard_to_learn_easy_to_master.md) +[*](game_of_life.md) +[*](assembly.md) +[*](unicode.md) +[*](systemd.md) +[*](e.md) +[*](programming_tips.md) +[*](nanogenmo.md) +[*](game_engine.md) +[*](entropy.md) +[*](dick_reveal.md) +[*](primitive_3d.md) +[*](shit.md) +[*](wizard.md) +[*](pi.md) +[*](venus_project.md) +[*](selflessness.md) +[*](niggercoin.md) +[*](rule110.md) +[*](friend_detox.md) +[*](capitalism.md) +[*](censorship.md) +[*](approximation.md) +[*](library.md) +[*](productivity_cult.md) +[*](raycasting.md) +[*](shogi.md) +[*](loc.md) +[*](line.md) +[*](fork.md) +[*](body_shaming.md) +[*](island.md) +[*](bytebeat.md) +[*](windows.md) +[*](usa.md) +[*](p_vs_np.md) +[*](vim.md) +[*](chinese.md) +[*](go.md) +[*](network.md) +[*](friend_detox.md) +[*](often_misunderstood.md) +[*](resnicks_termite.md) +[*](bit.md) +[*](microtransaction.md) +[*](venus_project.md) +[*](right.md) +[*](military.md) +[*](bloat.md) +[*](interaction_net.md) +[*](altruism.md) +[*](brain_software.md) +[*](portal_rendering.md) +[*](nc.md) +[*](interesting.md) +[*](math.md) +[*](sw.md) +[*](idiot_fallacy.md) +[*](thrembo.md) +[*](procgen.md) +[*](brain_software.md) +[*](dodleston.md) +[*](cracker.md) +[*](lmao.md) +[*](motivation.md) +[*](graphics.md) +[*](adam_smith.md) +[*](xonotic.md) +[*](ascii_art.md) +[*](aaron_swartz.md) +[*](smallchesslib.md) +[*](encyclopedia.md) +[*](float.md) +[*](speech_synthesis.md) +[*](tangram.md) +[*](compiler_bomb.md) +[*](trom.md) +[*](crow_funding.md) +[*](explicit.md) +[*](abstraction.md) +[*](openarena.md) +[*](quantum_gate.md) +[*](lotr.md) +[*](culture.md) +[*](software.md) +[*](f2p.md) +[*](implicit.md) +[*](ted_kaczynski.md) +[*](collapse.md) +[*](unicode.md) +[*](billboard.md) +[*](anarchism.md) +[*](game_engine.md) +[*](100r.md) +[*](c_sharp.md) +[*](democracy.md) +[*](kek.md) [*](dog.md) -[*](monad.md) -[*](number.md) -[*](security.md) -[*](murderer.md) -[*](3d_model.md) -[*](lisp.md) -[*](fractal.md) -[*](license.md) -[*](justice.md) -[*](collision_detection.md) +[*](mental_outlaw.md) [*](less_retarded_hardware.md) -[*](programming_style.md) -[*](gender_studies.md) -[*](tranny_software.md) -[*](chasm_the_rift.md) +[*](determinism.md) +[*](cache.md) +[*](malware.md) +[*](logic_gate.md) +[*](often_confused.md) +[*](military.md) +[*](free_body.md) +[*](quaternion.md) +[*](de_facto.md) +[*](hw.md) +[*](creative_commons.md) +[*](microtransaction.md) +[*](macrofucker.md) +[*](doom.md) +[*](hacking.md) +[*](shader.md) +[*](software.md) +[*](cc0.md) +[*](hack.md) +[*](less_retarded_software.md) +[*](resnicks_termite.md) +[*](piracy.md) +[*](cc0.md) +[*](fsf.md) +[*](brainfuck.md) +[*](pseudominimalism.md) +[*](tor.md) +[*](moderation.md) +[*](human_language.md) +[*](global_discussion.md) +[*](wiki_stats.md) +[*](regex.md) +[*](low_poly.md) +[*](memory_management.md) +[*](pseudo3d.md) +[*](faggot.md) +[*](wavelet_transform.md) +[*](tranny.md) +[*](reddit.md) +[*](distance.md) +[*](version_numbering.md) +[*](web.md) +[*](fun.md) +[*](rsa.md) +[*](operating_system.md) +[*](paywall.md) +[*](chaos.md) +[*](monad.md) +[*](markov_chain.md) +[*](acronym.md) +[*](gaywashing.md) +[*](lrs_wiki.md) +[*](semiconductor.md) +[*](freedom.md) +[*](raylib.md) +[*](assertiveness.md) +[*](yes_they_can.md) +[*](README.md) +[*](atan.md) +[*](antivirus_paradox.md) +[*](pride.md) +[*](cos.md) +[*](magic.md) +[*](linux.md) +[*](plan9.md) +[*](go.md) +[*](project.md) +[*](antialiasing.md) +[*](tool_slave.md) +[*](yes_they_can.md) +[*](privacy.md) +[*](small3dlib.md) +[*](recursion.md) +[*](pseudoleft.md) +[*](pseudo3d.md) +[*](version_numbering.md) +[*](easier_done_than_said.md) +[*](xonotic.md) +[*](dog.md) +[*](sorting.md) +[*](furry.md) +[*](infinity.md) +[*](one.md) +[*](race.md) +[*](loc.md) +[*](fascist.md) +[*](twos_complement.md) +[*](saf.md) +[*](pseudoleft.md) +[*](ted_kaczynski.md) +[*](openai.md) +[*](corporation.md) +[*](coding.md) +[*](pride.md) +[*](wow.md) +[*](assertiveness.md) +[*](trom.md) +[*](free_hardware.md) +[*](free_will.md) +[*](collision.md) +[*](cloud.md) +[*](unicode.md) +[*](analytic_geometry.md) +[*](unfuck.md) +[*](open_source.md) +[*](pedophilia.md) +[*](quine.md) [*](app.md) +[*](c_sharp.md) +[*](devuan.md) +[*](autostereogram.md) +[*](logic_circuit.md) +[*](comment.md) +[*](selflessness.md) +[*](rationalwiki.md) +[*](unfuck.md) +[*](phd.md) +[*](triangle.md) +[*](trusting_trust.md) +[*](harry_potter.md) +[*](gigachad.md) +[*](xxiivv.md) +[*](finished.md) +[*](wiby.md) +[*](rationalwiki.md) +[*](pride.md) +[*](racetrack.md) +[*](girl.md) +[*](pedophilia.md) +[*](xd.md) +[*](distance.md) +[*](wikidata.md) +[*](netstalking.md) +[*](collision_detection.md) +[*](education.md) +[*](formal_language.md) +[*](free.md) +[*](public_domain.md) +[*](sw_rendering.md) +[*](open_source.md) +[*](exercises.md) +[*](assertiveness.md) +[*](data_hoarding.md) +[*](egoism.md) +[*](cancer.md) +[*](3d_model.md) +[*](minigame.md) +[*](emoticon.md) +[*](computer.md) +[*](fizzbuzz.md) +[*](sin.md) +[*](autostereogram.md) +[*](flatland.md) +[*](marketing.md) +[*](combinatorics.md) +[*](fixed_point.md) +[*](e.md) +[*](rock.md) +[*](apple.md) +[*](git.md) +[*](foss.md) +[*](lmao.md) +[*](c_pitfalls.md) +[*](zen.md) +[*](unary.md) +[*](public_domain_computer.md) +[*](jokes.md) +[*](infinity.md) +[*](gnu.md) +[*](emoticon.md) +[*](analytic_geometry.md) +[*](downto.md) +[*](fourier_transform.md) +[*](myths.md) +[*](xd.md) +[*](niger.md) +[*](raylib.md) +[*](cyber.md) +[*](tool_slave.md) +[*](analog.md) +[*](privacy.md) +[*](rock.md) +[*](cancel_culture.md) +[*](ai.md) +[*](hack.md) +[*](logic.md) +[*](hexadecimal.md) +[*](communism.md) +[*](how_to.md) +[*](fizzbuzz.md) +[*](ram.md) +[*](backgammon.md) +[*](robot.md) +[*](low_poly.md) +[*](css.md) +[*](rapeware.md) +[*](wiki_post_mortem.md) +[*](bbs.md) +[*](furry.md) +[*](sjw.md) +[*](patent.md) +[*](kids_these_days.md) +[*](life.md) +[*](os.md) +[*](shortcut_thinking.md) +[*](books.md) +[*](charity_sex.md) +[*](arch.md) +[*](chinese.md) +[*](neural_network.md) +[*](java.md) +[*](how_to.md) +[*](modern_software.md) +[*](left.md) +[*](liberalism.md) +[*](viznut.md) +[*](aliasing.md) +[*](art.md) +[*](physics.md) +[*](bazaar.md) +[*](robot.md) +[*](programming_language.md) +[*](julia_set.md) +[*](data_hoarding.md) +[*](microsoft.md) +[*](watchdog.md) +[*](data_structure.md) +[*](math.md) +[*](murderer.md) +[*](main.md) +[*](rapeware.md) +[*](ubi.md) +[*](science.md) +[*](bloat_monopoly.md) +[*](open_console.md) +[*](number.md) +[*](forth.md) +[*](lrs_dictionary.md) +[*](double_buffering.md) +[*](splinternet.md) +[*](left_right.md) +[*](duke3d.md) +[*](wikipedia.md) +[*](wikiwikiweb.md) +[*](small3dlib.md) +[*](beauty.md) +[*](copyfree.md) +[*](bill_gates.md) +[*](adam_smith.md) +[*](crypto.md) +[*](czechia.md) +[*](wikidata.md) +[*](cat_v.md) +[*](line.md) +[*](lotr.md) +[*](nd.md) +[*](shitword.md) +[*](library.md) +[*](liberalism.md) +[*](noise.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](foss.md) +[*](terry_davis.md) +[*](gender_studies.md) +[*](build_engine.md) +[*](tech.md) +[*](easier_done_than_said.md) +[*](finished.md) +[*](modern_software.md) +[*](exercises.md) +[*](paywall.md) +[*](collision_detection.md) +[*](julia_set.md) +[*](minesweeper.md) +[*](bloat.md) +[*](oop.md) +[*](wiki_pages.md) +[*](google.md) +[*](x86.md) +[*](algorithm.md) +[*](gigachad.md) +[*](bitreich.md) +[*](history.md) +[*](foss.md) +[*](attribution.md) +[*](backpropagation.md) +[*](dynamic_programming.md) +[*](fractal.md) +[*](marble_race.md) +[*](free_hardware.md) +[*](tensor_product.md) +[*](good_enough.md) +[*](gui.md) +[*](racetrack.md) +[*](ancap.md) +[*](operating_system.md) +[*](ui.md) +[*](c.md) +[*](entropy.md) +[*](rsa.md) +[*](loquendo.md) +[*](crime_against_economy.md) +[*](algorithm.md) +[*](lrs.md) +[*](fantasy_console.md) +[*](approximation.md) +[*](digital.md) +[*](demo.md) +[*](cc.md) +[*](easier_done_than_said.md) +[*](pascal.md) +[*](free_software.md) +[*](pi.md) +[*](proprietary_software.md) +[*](dramatica.md) +[*](byte.md) +[*](girl.md) +[*](bloat.md) +[*](nanogenmo.md) +[*](competition.md) +[*](earth.md) +[*](compression.md) +[*](whale.md) +[*](physics_engine.md) +[*](ronja.md) +[*](debugging.md) +[*](anarch.md) +[*](cpu.md) +[*](world_broadcast.md) +[*](modern.md) +[*](demoscene.md) +[*](democracy.md) +[*](jedi_engine.md) +[*](avpd.md) +[*](global_discussion.md) +[*](cos.md) +[*](regex.md) +[*](charity_sex.md) +[*](history.md) +[*](iq.md) +[*](transsexual.md) +[*](ubi.md) +[*](hyperoperation.md) +[*](idiot_fallacy.md) +[*](robot.md) +[*](social_inertia.md) +[*](binary.md) +[*](capitalist_software.md) +[*](old.md) +[*](www.md) +[*](openarena.md) +[*](tas.md) +[*](less_retarded_society.md) +[*](capitalist_singularity.md) +[*](compsci.md) +[*](proof.md) +[*](wiki_pages.md) +[*](byte.md) +[*](drummyfish.md) +[*](soydev.md) +[*](smart.md) +[*](pseudorandomness.md) +[*](computer.md) +[*](competition.md) +[*](game.md) +[*](pedophilia.md) +[*](21st_century.md) +[*](autoupdate.md) +[*](tranny.md) +[*](terry_davis.md) +[*](sdf.md) +[*](splinternet.md) +[*](xd.md) +[*](quine.md) +[*](python.md) +[*](fear_culture.md) +[*](free_culture.md) +[*](vector.md) +[*](wiby.md) +[*](feminism.md) +[*](fear_culture.md) +[*](youtube.md) +[*](anarchism.md) +[*](permacomputing.md) +[*](race.md) +[*](sin.md) +[*](murderer.md) +[*](complexity.md) +[*](gopher.md) +[*](collapse.md) +[*](just_werks.md) +[*](holy_war.md) +[*](viznut.md) +[*](determinism.md) +[*](usenet.md) +[*](libertarianism.md) +[*](bullshit.md) +[*](public_domain.md) +[*](lrs_wiki.md) +[*](normalization.md) +[*](collision_detection.md) +[*](fqa.md) +[*](float.md) +[*](compiler_bomb.md) +[*](project.md) +[*](jesus.md) +[*](golang.md) +[*](mob_software.md) +[*](selflessness.md) +[*](transsexual.md) +[*](progress.md) +[*](computational_complexity.md) +[*](security.md) +[*](paradigm.md) +[*](kiss.md) +[*](fascist.md) +[*](work.md) +[*](cheating.md) +[*](free_culture.md) +[*](life.md) +[*](jesus.md) +[*](open_source.md) +[*](disease.md) +[*](nonogram.md) +[*](crime_against_economy.md) +[*](p_vs_np.md) +[*](feminism.md) +[*](culture.md) +[*](gay.md) +[*](teletext.md) +[*](backpropagation.md) +[*](malware.md) +[*](hash.md) +[*](qubit.md) +[*](demo.md) +[*](sorting.md) +[*](wiki_post_mortem.md) +[*](crypto.md) +[*](bilinear.md) +[*](comun.md) +[*](reddit.md) +[*](update_culture.md) +[*](algorithm.md) +[*](nationalism.md) +[*](aliasing.md) +[*](css.md) +[*](free_software.md) +[*](demoscene.md) +[*](less_retarded_society.md) +[*](universe.md) +[*](egoism.md) +[*](billboard.md) +[*](implicit.md) +[*](wiki_post_mortem.md) +[*](game_of_life.md) +[*](steganography.md) +[*](antialiasing.md) +[*](io.md) +[*](bootstrap.md) +[*](esolang.md) +[*](niger.md) +[*](often_misunderstood.md) +[*](wiki_stats.md) +[*](apple.md) +[*](steve_jobs.md) +[*](racism.md) +[*](rgb565.md) +[*](githopping.md) +[*](bit.md) +[*](dependency.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](cancel_culture.md) +[*](love.md) +[*](smol_internet.md) +[*](framework.md) +[*](procgen.md) +[*](raylib.md) +[*](marxism.md) +[*](autoupdate.md) +[*](devuan.md) +[*](cyberbullying.md) +[*](wiki_tldr.md) +[*](fascist.md) +[*](hacker_culture.md) +[*](graveyard.md) +[*](youtube.md) +[*](toxic.md) +[*](censorship.md) +[*](antivirus_paradox.md) +[*](css.md) +[*](dungeons_and_dragons.md) +[*](faq.md) +[*](proof.md) +[*](backgammon.md) +[*](100r.md) +[*](formal_language.md) +[*](pokitto.md) +[*](nigger.md) +[*](gemini.md) +[*](ancap.md) +[*](langtons_ant.md) +[*](microtransaction.md) +[*](human_language.md) +[*](czechia.md) +[*](abstraction.md) +[*](dick_reveal.md) +[*](fight.md) +[*](portal_rendering.md) +[*](communism.md) +[*](acronym.md) +[*](dog.md) +[*](physics_engine.md) +[*](beauty.md) +[*](open_console.md) +[*](bbs.md) +[*](rsa.md) +[*](small3dlib.md) +[*](information.md) +[*](collapse.md) +[*](maintenance.md) +[*](nigeria.md) +[*](free_will.md) +[*](pseudorandomness.md) +[*](no_knowledge_proof.md) +[*](42.md) +[*](hexadecimal.md) +[*](global_discussion.md) +[*](corporation.md) +[*](kiss.md) +[*](jokes.md) +[*](trolling.md) +[*](bill_gates.md) +[*](compiler_bomb.md) +[*](demoscene.md) +[*](ssao.md) [*](golang.md) [*](luke_smith.md) -[*](digital_signature.md) -[*](interaction_net.md) -[*](marble_race.md) -[*](usa.md) -[*](smol_internet.md) -[*](democracy.md) -[*](bytebeat.md) -[*](yes_they_can.md) +[*](js.md) +[*](vim.md) +[*](mechanical.md) +[*](atheism.md) +[*](used.md) +[*](football.md) +[*](infinity.md) +[*](mainstream.md) +[*](nd.md) +[*](trolling.md) +[*](cloudflare.md) +[*](ethics.md) +[*](frameless.md) +[*](gaywashing.md) +[*](game.md) +[*](internet.md) +[*](jedi_engine.md) +[*](logic_circuit.md) +[*](english.md) +[*](fascism.md) +[*](atan.md) +[*](wow.md) +[*](distrohopping.md) +[*](black.md) +[*](hard_to_learn_easy_to_master.md) +[*](venus_project.md) +[*](law.md) +[*](fractal.md) +[*](logic.md) +[*](sudoku.md) +[*](bazaar.md) +[*](kek.md) +[*](ronja.md) +[*](linux.md) +[*](de_facto.md) +[*](java.md) +[*](tom_scott.md) +[*](wikiwikiweb.md) +[*](goodbye_world.md) +[*](hero.md) +[*](vim.md) +[*](chasm_the_rift.md) +[*](tranny_software.md) +[*](marketing.md) +[*](privacy.md) +[*](music.md) +[*](trusting_trust.md) +[*](license.md) +[*](gay.md) +[*](duskos.md) +[*](minesweeper.md) +[*](microtheft.md) +[*](consumerism.md) +[*](easy_to_learn_hard_to_master.md) +[*](pd.md) +[*](phd.md) +[*](used.md) +[*](just_werks.md) +[*](tech.md) +[*](forth.md) +[*](3d_rendering.md) +[*](usenet.md) +[*](web.md) +[*](elo.md) +[*](computer.md) +[*](woman.md) +[*](compression.md) +[*](morality.md) +[*](bullshit.md) +[*](42.md) +[*](evil.md) +[*](apple.md) +[*](stereotype.md) +[*](mipmap.md) +[*](steve_jobs.md) +[*](portability.md) +[*](cracker.md) +[*](fail_ab.md) +[*](freedom.md) +[*](cyberbullying.md) +[*](greenwashing.md) +[*](ssao.md) +[*](open_console.md) +[*](racism.md) +[*](adam_smith.md) +[*](duke3d.md) +[*](black.md) +[*](billboard.md) +[*](comment.md) +[*](see_through_clothes.md) +[*](reactionary_software.md) +[*](soyence.md) +[*](build_engine.md) +[*](duke3d.md) +[*](reactionary_software.md) +[*](gnu.md) +[*](4chan.md) +[*](cloudflare.md) +[*](programming_style.md) +[*](combinatorics.md) +[*](lrs.md) +[*](cracking.md) +[*](kids_these_days.md) +[*](toxic.md) +[*](tech.md) +[*](shader.md) +[*](raycasting.md) +[*](palette.md) +[*](physics.md) +[*](john_carmack.md) +[*](teletext.md) +[*](version_numbering.md) +[*](whale.md) +[*](drummyfish.md) +[*](rationalwiki.md) +[*](esolang.md) +[*](docker.md) +[*](bilinear.md) +[*](ethics.md) +[*](countercomplex.md) +[*](network.md) +[*](fork.md) +[*](procgen.md) +[*](fediverse.md) +[*](docker.md) +[*](nigeria.md) +[*](future.md) +[*](race.md) +[*](data_hoarding.md) +[*](unary.md) +[*](linux.md) +[*](troll.md) +[*](youtube.md) +[*](copyleft.md) +[*](gopher.md) +[*](paradigm.md) +[*](fuck.md) +[*](lgbt.md) +[*](arch.md) +[*](finished.md) +[*](operating_system.md) +[*](c.md) +[*](free_speech.md) +[*](tensor_product.md) +[*](interesting.md) +[*](atheism.md) +[*](gnu.md) +[*](dick_reveal.md) +[*](egoism.md) +[*](productivity_cult.md) +[*](earth.md) +[*](money.md) +[*](axiom_of_choice.md) +[*](quaternion.md) +[*](programming.md) +[*](entrepreneur.md) +[*](golang.md) +[*](minimalism.md) +[*](sdf.md) +[*](culture.md) +[*](cpp.md) +[*](rights_culture.md) +[*](reddit.md) +[*](mouse.md) +[*](bill_gates.md) +[*](island.md) +[*](mob_software.md) +[*](chaos.md) +[*](unretard.md) +[*](rule110.md) +[*](tinyphysicsengine.md) +[*](linear_algebra.md) +[*](rust.md) +[*](unix_philosophy.md) +[*](npc.md) +[*](turing_machine.md) +[*](nc.md) +[*](arduboy.md) +[*](computational_complexity.md) +[*](sjw.md) +[*](soyence.md) +[*](number.md) +[*](dramatica.md) +[*](quaternion.md) +[*](mud.md) +[*](wiki_stats.md) +[*](shogi.md) +[*](normalization.md) +[*](mouse.md) +[*](os.md) +[*](sigbovik.md) +[*](proprietary_software.md) +[*](tool_slave.md) +[*](viznut.md) +[*](free_software.md) +[*](minimalism.md) +[*](maintenance.md) +[*](hardware.md) +[*](chinese.md) +[*](memory_management.md) +[*](brainfuck.md) +[*](terry_davis.md) +[*](kiwifarms.md) +[*](sudoku.md) +[*](90s.md) +[*](lotr.md) [*](c_pitfalls.md) +[*](tpe.md) +[*](sudoku.md) +[*](palette.md) +[*](entrepreneur.md) +[*](wikipedia.md) +[*](faggot.md) +[*](sanism.md) +[*](fun.md) +[*](copyleft.md) +[*](qubit.md) +[*](proprietary.md) +[*](mainstream.md) +[*](dungeons_and_dragons.md) +[*](githopping.md) +[*](libertarianism.md) +[*](acronym.md) +[*](determinism.md) +[*](microtheft.md) +[*](free_will.md) +[*](less_retarded_hardware.md) +[*](xonotic.md) +[*](sqrt.md) +[*](art.md) +[*](sigbovik.md) +[*](hard_to_learn_easy_to_master.md) +[*](nokia.md) +[*](os.md) +[*](hash.md) +[*](disease.md) +[*](doom.md) +[*](english.md) +[*](anpac.md) +[*](app.md) +[*](lil.md) +[*](proprietary.md) +[*](lambda_calculus.md) +[*](tangram.md) +[*](cloud.md) +[*](kiwifarms.md) +[*](morality.md) +[*](speech_synthesis.md) +[*](science.md) +[*](ronja.md) +[*](tas.md) +[*](communism.md) +[*](hack.md) +[*](countercomplex.md) +[*](bilinear.md) +[*](audiophilia.md) +[*](iq.md) +[*](hacker_culture.md) +[*](cyber.md) +[*](wizard.md) +[*](cc.md) +[*](football.md) +[*](raycastlib.md) +[*](interpolation.md) +[*](wikiwikiweb.md) +[*](piracy.md) +[*](bs.md) +[*](capitalism.md) +[*](3d_modeling.md) +[*](comun.md) +[*](tranny_software.md) +[*](wizard.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](free.md) +[*](antialiasing.md) +[*](chasm_the_rift.md) +[*](unix_philosophy.md) +[*](framework.md) +[*](free_universe.md) +[*](magic.md) +[*](countercomplex.md) +[*](debugging.md) +[*](unretard.md) +[*](fight_culture.md) +[*](progress.md) +[*](twos_complement.md) +[*](future.md) +[*](freedom_distance.md) +[*](nord_vpn.md) +[*](unix.md) +[*](piracy.md) +[*](bytecode.md) +[*](portal_rendering.md) +[*](hero_culture.md) +[*](good_enough.md) +[*](woman.md) +[*](hacker_culture.md) +[*](temple_os.md) +[*](xxiivv.md) +[*](tor.md) +[*](netstalking.md) +[*](zero.md) +[*](wiki_authors.md) +[*](gigachad.md) +[*](permacomputing_wiki.md) +[*](regex.md) +[*](raycastlib.md) +[*](brain_software.md) +[*](cyber.md) +[*](explicit.md) +[*](sw.md) +[*](monad.md) +[*](minigame.md) +[*](backgammon.md) +[*](smart.md) +[*](proprietary.md) +[*](good_enough.md) +[*](game_engine.md) [*](primitive_3d.md) -[*](library.md) +[*](game_of_life.md) +[*](evil.md) +[*](everyone_does_it.md) +[*](troll.md) +[*](binary.md) +[*](often_misunderstood.md) +[*](compsci.md) +[*](devuan.md) +[*](oop.md) +[*](goodbye_world.md) +[*](unretard.md) +[*](patent.md) +[*](uxn.md) +[*](lisp.md) +[*](luke_smith.md) +[*](zero.md) +[*](graveyard.md) +[*](cracker.md) +[*](newspeak.md) +[*](wikipedia.md) +[*](trump.md) +[*](racism.md) +[*](hero_culture.md) +[*](trusting_trust.md) +[*](c_tutorial.md) +[*](blender.md) +[*](fight_culture.md) +[*](triangle.md) +[*](js.md) +[*](100r.md) +[*](cat_v.md) +[*](macrofucker.md) +[*](often_confused.md) +[*](cheating.md) +[*](temple_os.md) +[*](just_werks.md) +[*](dependency.md) +[*](crow_funding.md) +[*](rapeware.md) +[*](c_tutorial.md) +[*](distrohopping.md) +[*](analytic_geometry.md) +[*](blender.md) +[*](forth.md) +[*](fascism.md) +[*](frameless.md) +[*](double_buffering.md) +[*](less_retarded_hardware.md) +[*](suicide.md) +[*](ascii_art.md) +[*](internet.md) +[*](education.md) +[*](needed.md) +[*](easy_to_learn_hard_to_master.md) +[*](world_broadcast.md) +[*](mandelbrot_set.md) +[*](dinosaur.md) +[*](network.md) +[*](pseudo3d.md) +[*](backpropagation.md) +[*](transistor.md) +[*](ui.md) +[*](wiki_rights.md) +[*](lisp.md) +[*](capitalist_singularity.md) +[*](atheism.md) +[*](bit_hack.md) +[*](lgbt.md) +[*](free_hardware.md) +[*](books.md) +[*](moderation.md) +[*](holy_war.md) +[*](firmware.md) +[*](dramatica.md) +[*](fantasy_console.md) +[*](fourier_transform.md) +[*](technology.md) +[*](watchdog.md) +[*](prime.md) +[*](implicit.md) +[*](trash_magic.md) +[*](free_universe.md) +[*](thrembo.md) +[*](magic.md) +[*](fqa.md) +[*](ascii.md) +[*](suckless.md) +[*](twos_complement.md) +[*](windows.md) +[*](chess.md) +[*](bitreich.md) +[*](universe.md) +[*](permacomputing.md) +[*](encryption.md) +[*](raycasting.md) +[*](smart.md) +[*](lrs_wiki.md) +[*](programming_style.md) +[*](javascript.md) +[*](c.md) +[*](smallchesslib.md) +[*](color.md) +[*](monad.md) +[*](pseudoleft.md) +[*](bootstrap.md) +[*](README.md) +[*](money.md) +[*](pi.md) +[*](john_carmack.md) +[*](ui.md) +[*](plan9.md) +[*](hash.md) +[*](political_correctness.md) +[*](nc.md) +[*](holy_war.md) +[*](arduboy.md) +[*](coding.md) +[*](lil.md) +[*](p_vs_np.md) +[*](systemd.md) +[*](usa.md) +[*](wiki_pages.md) +[*](real_number.md) [*](microsoft.md) +[*](transsexual.md) +[*](ram.md) [*](body_shaming.md) +[*](4chan.md) +[*](3d_model.md) +[*](free_universe.md) +[*](modern_software.md) +[*](e.md) +[*](prime.md) +[*](soyence.md) +[*](ioccc.md) +[*](wiki_authors.md) +[*](neural_network.md) +[*](settled.md) +[*](gui.md) +[*](compression.md) +[*](watchdog.md) +[*](niger.md) +[*](right.md) +[*](real_number.md) +[*](diogenes.md) +[*](mud.md) +[*](boot.md) +[*](21st_century.md) +[*](exercises.md) +[*](web.md) +[*](capitalism.md) +[*](programming_style.md) +[*](ethics.md) +[*](rms.md) +[*](real_number.md) +[*](trump.md) +[*](trash_magic.md) +[*](main.md) +[*](cloud.md) +[*](facebook.md) +[*](anarch.md) +[*](programming_language.md) +[*](faggot.md) +[*](throwaway_script.md) +[*](temple_os.md) +[*](hyperoperation.md) +[*](interaction_net.md) +[*](justice.md) +[*](toxic.md) +[*](kek.md) +[*](history.md) +[*](macrofucker.md) +[*](gemini.md) +[*](git.md) +[*](ascii.md) +[*](rms.md) +[*](complexity.md) +[*](chaos.md) +[*](build_engine.md) +[*](unix.md) +[*](mental_outlaw.md) +[*](de_facto.md) +[*](lambda_calculus.md) +[*](entropy.md) +[*](future_proof.md) +[*](cc.md) +[*](approximation.md) +[*](hero.md) +[*](girl.md) +[*](consumerism.md) +[*](intellectual_property.md) +[*](fuck.md) +[*](rgb332.md) +[*](whale.md) +[*](x86.md) +[*](coc.md) +[*](digital_signature.md) +[*](gemini.md) +[*](nokia.md) +[*](democracy.md) +[*](programming.md) +[*](sigbovik.md) +[*](free_speech.md) +[*](audiophilia.md) +[*](intellectual_property.md) +[*](langtons_ant.md) +[*](rock.md) +[*](evil.md) +[*](transistor.md) +[*](mandelbrot_set.md) +[*](lisp.md) +[*](science.md) +[*](troll.md) +[*](technology.md) +[*](fediverse.md) +[*](systemd.md) +[*](how_to.md) +[*](rust.md) +[*](graveyard.md) +[*](internet.md) +[*](git.md) +[*](fractal.md) +[*](rule110.md) +[*](pd.md) +[*](flatland.md) +[*](motivation.md) +[*](fsf.md) +[*](physics_engine.md) +[*](needed.md) +[*](hexadecimal.md) +[*](one.md) +[*](fqa.md) +[*](semiconductor.md) +[*](slowly_boiling_the_frog.md) +[*](hw.md) +[*](bullshit.md) +[*](left.md) +[*](shit.md) +[*](work.md) +[*](sw_rendering.md) +[*](see_through_clothes.md) +[*](proof.md) +[*](demo.md) +[*](double_buffering.md) +[*](black.md) +[*](boot.md) +[*](encryption.md) +[*](justice.md) +[*](altruism.md) +[*](smol_internet.md) +[*](free_speech.md) +[*](jargon_file.md) +[*](elon_musk.md) +[*](mud.md) +[*](soydev.md) +[*](README.md) +[*](one.md) +[*](sw_rendering.md) +[*](gopher.md) +[*](plusnigger.md) +[*](encyclopedia.md) +[*](bloat_monopoly.md) +[*](trolling.md) +[*](shitword.md) +[*](rgb565.md) +[*](name_is_important.md) +[*](openarena.md) +[*](future.md) +[*](update_culture.md) diff --git a/stereotype.md b/stereotype.md index 508e168..a402ae3 100644 --- a/stereotype.md +++ b/stereotype.md @@ -41,6 +41,7 @@ Some stereotypes are: - eat bats, [cats](cat.md) and [dogs](dog.md) - make crappy off brands and cheap copies of western art, steal "intellectual property", manufacture cheap things at large quantities, everything is "made in China" - don't value "human rights", no work safety, elevators kill everyone + - no one will help you emergency, if you are dying in the streets people will just walk by and not notice you { This is very well known on gore sites, it's not even a stereotype but basically a fact apparent from watching many videos of accidents, it may be related to the culture in China. The phenomenon itself is NOT unique to china, it's known to psychology, called *diffusion of responsibility*, however in China it is very strong and even appears in situations without crowds of people. I don't want to describe the videos in detail, but it's basically the case that people will for example keep filming their friend drowning from up close, when he absolutely clearly needs helps, they just will not help. This may be important to know when traveling to China, knowing you can't rely on others helping you in emergency may save your life -- if you need help, call very clearly for help and address someone in specific to help you. ~drummyfish } - **Japanese**: - like extremely weird things like studying train schedules for fun or marrying sex dolls instead of human partners - salarymen regularly jump out of skyscraper windows due to overworking depression @@ -143,7 +144,7 @@ Some stereotypes are: - sheep shepherds living in mountains - poorer version of Czechs - **Spanish**: - - extroverted, passionate, hot blooded, dance flamenco + - extroverted, social, passionate, hot blooded, dance flamenco - take naps on siesta - bullfighters - attractive tanned men @@ -166,6 +167,7 @@ Some stereotypes are: - those who already got into Murica work basically as slaves, e.g. cleaners, nannies, janitors etc. - **Russians**: - very tough, big and strong, endure conditions that would kill other people (such as extreme cold), keep pet bears + - don't smile or show emotion in general - drunk (especially by vodka), aggressive, rude - wear Adidas pants - act straight without talking too much, ignore work safety diff --git a/turing_machine.md b/turing_machine.md index d6866a9..8902be3 100644 --- a/turing_machine.md +++ b/turing_machine.md @@ -1,12 +1,14 @@ # Turing Machine -Turing machine is a [mathematical](math.md) [model](model.md) of a [computer](computer.md) which works in a quite simple way but has nevertheless the full computational power that's possible to be achieved. Turing machine is one of the most important tools of theoretical [computer science](compsci.md) as it presents a basic [model of computation](model_of_computation.md) (i.e. a mathematical system capable of performing general mathematical calculations) for studying computers and [algorithms](algorithm.md) -- in fact it stood at the beginning of theoretical computer science when [Alan Turing](alan_turing.md) invented it in 1936 and used it to mathematically [prove](proof.md) essential things about computers; for example that their computational power is inevitably limited (see [computability](computability.md)) -- he showed that even though Turing machine has the full computational power we can hope for, there exist problems it is incapable of solving (and so will be any other computer equivalent to Turing machine, even human [brain](brain.md)). Since then many other so called **[Turing complete](turing_completeness.md)** systems (systems with the exact same computational power as a Turing machine) have been invented and discovered, such as [lambda calculus](lambda_calculus.md) or [Petri nets](petri_net.md), however Turing machine still remains not just relevant, but probably of greatest importance, not only historically, but also because it is similar to physical computers in the way it works. +Turing machine is a [mathematical](math.md) [model](model.md) of a [computer](computer.md) which works in a quite simple way but has nevertheless the full computational power, i.e. it is able to perform any possible computation which could be achieved by any other means. Turing machine is one of the most important tools of theoretical [computer science](compsci.md) as it presents a basic [model of computation](model_of_computation.md) (i.e. a mathematical system capable of performing general mathematical calculations) for studying computers and [algorithms](algorithm.md) -- in fact it stood at the beginning of theoretical computer science when [Alan Turing](alan_turing.md) invented it in 1936 and used it to mathematically [prove](proof.md) essential things about computers; for example that their computational power is inevitably limited (see [computability](computability.md)) -- he showed that even though Turing machine has the full computational power we can hope for, there exist problems it is incapable of solving (and so will be any other computer equivalent to Turing machine, even human [brain](brain.md)). Since then many other so called **[Turing complete](turing_completeness.md)** systems (systems with the exact same computational power as a Turing machine) have been invented and discovered, such as [lambda calculus](lambda_calculus.md) or [Petri nets](petri_net.md), however Turing machine still remains not just relevant, but probably of greatest importance, not only historically, but also because it is similar to physical computers in the way it works. + +NOTE: It seems the term "computational power" is sometimes used as a measure of the speed of computation, but here we mean something different -- computational power to us is just the pure ABILITY to compute something in finite time. Turing machines can also be used to theoretically study the "speed" of computation (see [computational complexity](computational_complexity.md)), but in this introduction we are merely interested in what CAN be computed, no matter in how many steps or how much memory it will require (as long as it's not [infinitely](infinity.md) many). I.e. when we say a Turing machine can in theory run for example the latest GTA game, we don't mean it would be efficient, fast etc. We are talking pure theoretical possibility. The advantage of a Turing machine is that it's firstly very [simple](minimalism.md) (it's basically a finite state automaton operating on a [memory](memory.md) tape), so it can be mathematically grasped very easily, and secondly it is, unlike many other systems of computations, actually similar to real computers in principle, mainly by its sequential instruction execution and possession of an explicit memory tape it operates on (equivalent to [RAM](ram.md) in traditional computers). However note that a **pure Turing machine cannot exist in reality** because there can never exist a computer with infinite amount of memory which Turing machine possesses; computers that can physically exist are really equivalent to [finite state automata](finite_state_automaton.md), i.e. the "weakest" kind of systems of computation. However we can see our physical computers as [approximations](approximation.md) of a Turing machine that in most relevant cases behave the same, so we do tend to theoretically view computers as "Turing machines with limited memory". { Although purely hypothetically we could entertain an idea of a computer that's capable of manufacturing itself a new tape cell whenever one is needed, which could then have something like unbounded memory tape, but still it would be limited at least by the amount of matter in observable universe. ~drummyfish } -In Turing machine data and program are separated (data is stored on the tape, program is represented by the control unit), i.e. it is closer to [Harvard architecture](harvard_architecture.md) than [von Neumann architecture](von_neumann_architecture.md). +In the "vanilla" Turing machine data and program are separated (data is stored on the tape, program is represented by the control unit), i.e. it is closer to [Harvard architecture](harvard_architecture.md) than [von Neumann architecture](von_neumann_architecture.md); however (since with Turing machine we can program anything we could on any other computer) using this basic concept of a Turing machine we can construct so called *universal Turing machine*, i.e. basically an [interpreter](interpreter.md) of Turing machines, which runs a program (the Turing machine being interpreted) that's stored in the same memory as the data. **Is there anything computationally more powerful than a Turing machine?** Well, yes, but it's just kind of "mathematical fantasy". See e.g. [oracle machine](oracle_machine.md) which adds a special "oracle" device to a Turing machine to make it [magically](magic.md) solve undecidable problems. @@ -201,6 +203,16 @@ halted Turing machines can be used to define computable [formal languages](formal_language.md). Let's say we want to define language *L* (which may be anything such as a programming language) -- we may do it by programming a Turing machine that takes on its input a string (a word) and outputs "yes" if that string belongs to the language, or "no" if it doesn't. This is again useful for the theory of [decidability](decidability.md)/[computability](computability.md). +### How Can Something So Simple Have The Maximum Computational Power And How Do We Know It Is So? + +Well, at first people are usually surprised that Turing machine can "compute anything that any other computer", but given that we don't care about efficiency at all it can be shown with a Turing machine we can emulate all that's needed to perform any [algorithm](algorithm.md): we can have a sequence of instructions (just states transitioning to other states unconditionally), branching (conditional state transitions) and loops (transitioning to previous states) -- that's all we really need. Curiously it turns out that many systems, such as some card games for example, have this property without even having been intended to, i.e. it's not rare for a randomly encountered system to be Turing complete (and it's usually proven to be Turing complete by showing how it can emulate a Turing machine). Even if it would be a challenge to make a big program with Turing machine, we can just start with simple things like basic arithmetic operations, data types, etc. and eventually we reimplement any fancy programming language. If we accept that let's say the [C](c.md) programming language (or any other language we can imagine) can "program anything", we can show (in a long and boring way, but you can try it) that C can really be implemented with a Turing machine and so it can compute anything that can be computed with C. All the fancy things like data types, control structures and preprocessors are just [sugar](sugar.md) made from very simple basics. + +There is so called *Church–Turing thesis* which is basically a claim -- unprovable but taken as truth, or maybe rather a definition -- that anything we would intuitively call an "[algorithm](algorithm.md)" (a finite series of exact, simple steps leading to computing some result) can always be performed by some Turing machine, or maybe it's better to say in reverse: we say that Turing machine DEFINES what an algorithm is and kind of dare anyone to come up with something that would shake this claim, like finding out that something can be computed only in a way that's fundamentally impossible to be recorded as a series of exact steps. In fact Turing machine was created because we didn't have a rigorous, mathematically precise definition of what an algorithm is, before this we could only intuitively talk about the "series of simple steps" without knowing what a "simple" or "step" can really mean, what kind of resources we can use and so on, so Alan Turing created the machine, and indeed when we examine it in detail, the claim that it embodies the definition of an algorithm becomes "obviously true", so people basically agree that *algorithm* equals a *Turing machine* and that nothing more computationally powerful can exist, save for maybe a few religious fanatics who say there is something [magical](free_will.md) in human brain that's more than pure computation and which cannot be imitated by algorithms, but these are absolutely irrational beliefs. Holding on to [mathematics](math.md) we have to accept that any computable [function](function.md) must by definition be computable by performing a number of calculation steps and this can always be done by a Turing machine. If a human with pen and pencil can compute it, a Turing machine can too. + +### How Does It Relate To A Practical Computer? + +Quite a lot actually -- Turing machines, unlike some equivalent models of computation, are the basis of practically every electronic [digital](digital.md) computer you will encounter; we might even say today's computers are just very pimped up, greatly [optimized](optimization.md) fancy Turing machines with added [input/output](io.md) devices, also having the practical limitation of only having finite memory. We may see the computer's [CPU](cpu.md) as the finite state machine -- the control unit -- i.e. the hardcoded basic program that's burned in the [hardware](hardware.md); this control unit is actually hardwired to implement the universal Turing machine, i.e. to interpret a program that's stored in memory, which achieves the [programmability](programming.md) of the computer. How to effectively encode programs so that they are small and fast to interpret is a matter of designing [instruction set architectures](isa.md). Everything around this, like multiple CPU cores, [GPUs](gpu.md), [caches](cache.md), [buses](bus.md) etc. are just things to make it all faster and more effective. + ## See Also - [brainfuck](brainfuck.md) diff --git a/wiki_pages.md b/wiki_pages.md index a5d96a4..6423619 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)** (43) -- **[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)** (34) -- **[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)** (49) -- **[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)** (158) -- **[capitalist_singularity](capitalist_singularity.md)** (4) -- **[capitalist_software](capitalist_software.md)** (28) -- **[cat_v](cat_v.md)** (12) -- **[cc](cc.md)** (6) -- **[cc0](cc0.md)** (15) -- **[censorship](censorship.md)** (61) -- **[chaos](chaos.md)** (109) -- **[charity_sex](charity_sex.md)** (6) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (14) -- **[chess](chess.md)** (344) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[cloudflare](cloudflare.md)** (26) -- **[coc](coc.md)** (19) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (36) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (26) -- **[color](color.md)** (29) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (19) -- **[communism](communism.md)** (27) -- **[competition](competition.md)** (12) -- **[compiler_bomb](compiler_bomb.md)** (11) -- **[complexity](complexity.md)** (6) -- **[compression](compression.md)** (233) -- **[compsci](compsci.md)** (21) -- **[computational_complexity](computational_complexity.md)** (98) -- **[computer](computer.md)** (121) -- **[comun](comun.md)** (182) -- **[consumerism](consumerism.md)** (16) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (30) -- **[copyright](copyright.md)** (56) -- **[corporation](corporation.md)** (22) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (63) -- **[cpu](cpu.md)** (91) -- **[cracker](cracker.md)** (6) -- **[cracking](cracking.md)** (2) -- **[creative_commons](creative_commons.md)** (34) -- **[crime_against_economy](crime_against_economy.md)** (17) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (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)** (70) -- **[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)** (347) -- **[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)** (279) -- **[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)** (12) -- **[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)** (221) -- **[human_language](human_language.md)** (32) -- **[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)** (107) -- **[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)** (132) -- **[liberalism](liberalism.md)** (6) -- **[libertarianism](libertarianism.md)** (12) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (57) -- **[life](life.md)** (12) -- **[lil](lil.md)** (21) -- **[line](line.md)** (151) -- **[linear_algebra](linear_algebra.md)** (117) -- **[linux](linux.md)** (71) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (46) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (18) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[loquendo](loquendo.md)** (14) -- **[love](love.md)** (28) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (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)** (81) -- **[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)** (76) -- **[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)** (69) -- **[niggercoin](niggercoin.md)** (6) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (118) -- **[nokia](nokia.md)** (14) -- **[nonogram](nonogram.md)** (42) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (9) -- **[npc](npc.md)** (10) -- **[number](number.md)** (303) -- **[often_confused](often_confused.md)** (130) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (386) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (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) -- **[patent](patent.md)** (22) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (64) -- **[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)** (1813) -- **[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)** (32) -- **[shitword](shitword.md)** (45) -- **[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)** (77) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (116) -- **[ssao](ssao.md)** (15) -- **[steganography](steganography.md)** (225) -- **[stereotype](stereotype.md)** (276) -- **[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)** (82) -- **[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)** (208) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (34) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (81) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (13) -- **[update_culture](update_culture.md)** (24) -- **[usa](usa.md)** (66) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (147) -- **[uxn](uxn.md)** (45) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (61) -- **[version_numbering](version_numbering.md)** (54) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (13) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (15) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (213) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (51) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (96) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (59) -- **[wizard](wizard.md)** (27) -- **[woman](woman.md)** (165) -- **[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)** (27) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (29) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file +**[100r](100r.md)** (8) -- **[21st_century](21st_century.md)** (43) -- **[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)** (49) -- **[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)** (158) -- **[capitalist_singularity](capitalist_singularity.md)** (4) -- **[capitalist_software](capitalist_software.md)** (28) -- **[cat_v](cat_v.md)** (12) -- **[cc](cc.md)** (6) -- **[cc0](cc0.md)** (15) -- **[censorship](censorship.md)** (61) -- **[chaos](chaos.md)** (109) -- **[charity_sex](charity_sex.md)** (6) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (14) -- **[chess](chess.md)** (503) -- **[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)** (70) -- **[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)** (349) -- **[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)** (279) -- **[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)** (12) -- **[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)** (222) -- **[human_language](human_language.md)** (32) -- **[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)** (107) -- **[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)** (71) -- **[lisp](lisp.md)** (123) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (46) -- **[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)** (6) -- **[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)** (81) -- **[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)** (76) -- **[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)** (69) -- **[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)** (131) -- **[often_misunderstood](often_misunderstood.md)** (20) -- **[old](old.md)** (4) -- **[one](one.md)** (13) -- **[oop](oop.md)** (386) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (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)** (1819) -- **[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)** (50) -- **[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)** (280) -- **[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)** (82) -- **[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)** (208) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (34) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unfuck](unfuck.md)** (18) -- **[unicode](unicode.md)** (81) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (13) -- **[update_culture](update_culture.md)** (24) -- **[usa](usa.md)** (66) -- **[used](used.md)** (2) -- **[usenet](usenet.md)** (147) -- **[uxn](uxn.md)** (45) -- **[vector](vector.md)** (109) -- **[venus_project](venus_project.md)** (61) -- **[version_numbering](version_numbering.md)** (54) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (13) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (15) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (219) -- **[wiki_style](wiki_style.md)** (76) -- **[wiki_tldr](wiki_tldr.md)** (51) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (96) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (59) -- **[wizard](wizard.md)** (27) -- **[woman](woman.md)** (165) -- **[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)** (27) -- **[yes_they_can](yes_they_can.md)** (10) -- **[youtube](youtube.md)** (29) -- **[zen](zen.md)** (16) -- **[zero](zero.md)** (31) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file diff --git a/wiki_stats.md b/wiki_stats.md index 0948818..e229e6f 100644 --- a/wiki_stats.md +++ b/wiki_stats.md @@ -2,29 +2,29 @@ This is an autogenerated article holding stats about this wiki. -- number of articles: 604 -- number of commits: 920 -- total size of all texts in bytes: 4558993 -- total number of lines of article texts: 34232 +- number of articles: 606 +- number of commits: 921 +- total size of all texts in bytes: 4589722 +- total number of lines of article texts: 34491 - number of script lines: 294 - occurrences of the word "person": 9 -- occurrences of the word "nigger": 98 +- occurrences of the word "nigger": 99 longest articles: - [c_tutorial](c_tutorial.md): 128K - [exercises](exercises.md): 112K -- [chess](chess.md): 76K +- [chess](chess.md): 96K - [capitalism](capitalism.md): 76K -- [how_to](how_to.md): 72K +- [how_to](how_to.md): 76K - [less_retarded_society](less_retarded_society.md): 64K - [3d_rendering](3d_rendering.md): 56K - [faq](faq.md): 56K - [number](number.md): 52K - [c](c.md): 44K - [programming_language](programming_language.md): 44K -- [3d_model](3d_model.md): 40K - [woman](woman.md): 40K +- [3d_model](3d_model.md): 40K - [main](main.md): 40K - [internet](internet.md): 36K - [bloat](bloat.md): 36K @@ -35,60 +35,92 @@ longest articles: top 50 5+ letter words: -- which (2538) -- there (1975) -- people (1820) -- example (1547) -- other (1428) -- number (1266) -- about (1253) -- software (1212) -- program (999) -- because (984) +- which (2551) +- there (1983) +- people (1822) +- example (1554) +- other (1434) +- number (1276) +- about (1260) +- software (1214) +- program (1002) +- because (997) - their (974) - would (942) -- being (891) -- something (874) -- things (866) -- called (861) -- language (850) -- numbers (809) -- simple (800) -- computer (794) -- without (767) +- being (894) +- something (885) +- things (872) +- called (864) +- language (851) +- numbers (811) +- simple (801) +- computer (799) +- without (770) - programming (736) -- different (720) -- however (718) -- function (718) -- these (715) -- world (670) -- system (669) -- doesn (645) -- should (643) -- while (631) -- games (624) -- still (619) -- point (618) -- drummyfish (606) +- different (725) +- however (724) +- function (721) +- these (718) +- world (674) +- system (670) +- doesn (650) +- should (647) +- while (634) +- still (626) +- games (626) +- point (619) +- drummyfish (609) - society (600) -- simply (594) -- possible (581) -- using (579) +- simply (595) +- possible (586) +- using (580) +- https (557) - though (556) -- https (556) - course (551) -- similar (545) -- always (540) +- similar (546) +- always (546) +- probably (532) - memory (531) -- basically (527) -- probably (526) -- technology (517) -- really (516) -- value (513) +- basically (530) +- really (522) +- technology (519) +- value (515) latest changes: ``` +Date: Wed Nov 13 01:37:31 2024 +0100 + 4chan.md + ashley_jones.md + bill_gates.md + chaos.md + chess.md + cloudflare.md + drummyfish.md + exercises.md + freedom.md + how_to.md + lgbt.md + lotr.md + low_poly.md + lrs_dictionary.md + niggercoin.md + often_confused.md + pascal.md + pedophilia.md + programming_language.md + race.md + random_page.md + rust.md + shit.md + shitword.md + soyence.md + steganography.md + stereotype.md + tool_slave.md + wiki_pages.md + wiki_stats.md + woman.md Date: Fri Nov 8 15:12:10 2024 +0100 chess.md disease.md @@ -96,32 +128,6 @@ Date: Fri Nov 8 15:12:10 2024 +0100 english.md football.md furry.md - game.md - gay.md - island.md - jokes.md - main.md - modern.md - needed.md - open_source.md - rust.md - shitword.md - stereotype.md - woman.md - xxiivv.md - zero.md -Date: Thu Nov 7 20:41:52 2024 +0100 - random_page.md - shitword.md - wiki_pages.md - wiki_stats.md -Date: Thu Nov 7 20:33:28 2024 +0100 - 100r.md - adam_smith.md - bloat.md - island.md - lrs_dictionary.md - newspeak.md ``` most wanted pages: @@ -139,17 +145,17 @@ most wanted pages: - [meme](meme.md) (10) - [drm](drm.md) (10) - [sdl](sdl.md) (9) +- [retard](retard.md) (9) - [pointer](pointer.md) (9) - [html](html.md) (9) +- [gpu](gpu.md) (9) - [emacs](emacs.md) (9) - [syntax](syntax.md) (8) -- [retard](retard.md) (8) -- [gpu](gpu.md) (8) - [gpl](gpl.md) (8) most popular and lonely pages: -- [lrs](lrs.md) (313) +- [lrs](lrs.md) (314) - [capitalism](capitalism.md) (259) - [c](c.md) (232) - [bloat](bloat.md) (224) @@ -157,10 +163,10 @@ most popular and lonely pages: - [game](game.md) (145) - [suckless](suckless.md) (144) - [proprietary](proprietary.md) (129) -- [minimalism](minimalism.md) (110) +- [minimalism](minimalism.md) (111) - [modern](modern.md) (105) - [computer](computer.md) (105) -- [censorship](censorship.md) (103) +- [censorship](censorship.md) (104) - [fun](fun.md) (101) - [kiss](kiss.md) (100) - [math](math.md) (97) @@ -173,12 +179,12 @@ most popular and lonely pages: - [fight_culture](fight_culture.md) (88) - [less_retarded_society](less_retarded_society.md) (84) - [free_culture](free_culture.md) (83) +- [corporation](corporation.md) (83) - [art](art.md) (83) +- [woman](woman.md) (82) - [public_domain](public_domain.md) (82) -- [corporation](corporation.md) (82) -- [woman](woman.md) (81) -- [chess](chess.md) (80) -- [pseudoleft](pseudoleft.md) (78) +- [chess](chess.md) (81) +- [pseudoleft](pseudoleft.md) (79) - ... - [bilinear](bilinear.md) (5) - [backpropagation](backpropagation.md) (5) diff --git a/wikipedia.md b/wikipedia.md index 3cb74a0..fa7194a 100644 --- a/wikipedia.md +++ b/wikipedia.md @@ -2,7 +2,7 @@ *3 + 2 = 5^[citation_needed]* --Wikipedia -Wikipedia, the fair use encyclopedia, is a "non-commercial", partially [free/open](free_culture.md), highly [censored](censorship.md) ("child protecting", "ideology filtering", ...) [pseudoleftist](pseudoleft.md) [online](www.md) [encyclopedia](encyclopedia.md) of general knowledge and a [social network](social_network.md) written largely by volunteers, [corporations](corporation.md) and political activists, running on [free software](free_software.md), which used to be editable by anyone but currently allows only politically approved members of the public to edit a subset of its less visible non-locked articles (i.e. it is a [wiki](wiki.md)); it is the largest and perhaps most famous encyclopedia created to date, now sadly already littered by propaganda and countless other issues that make it not only inferior to other encyclopedias, but harmful to whole society. It is licensed under [CC-BY-SA](cc_by_sa.md) and is run by the "[nonprofit](nonprofit.md)" organization Wikimedia Foundation. It is accessible at https://wikipedia.org. Wikipedia is a mainstream information source and therefore extremely politically censored^1234567891011121314151617181920. Wikipedia's claim of so called "neutral point of view" (NPOV) has by now become a hilarious insult to human intelligence. It got corrupted and turned from documenting and recording truth to defining it -- for this [digdeeper](digdeeper.md) aptly called Wikipedia the *Ministry of Truth*. +Wikipedia, the fair use encyclopedia, is a "non-commercial", partially [free/open](free_culture.md), highly [censored](censorship.md) ("child protecting", "ideology filtering", ...) [pseudoleftist](pseudoleft.md) [online](www.md) [encyclopedia](encyclopedia.md) of general knowledge and a [social network](social_network.md) written largely by volunteers, [corporations](corporation.md) and political activists, running on [free software](free_software.md), which used to be editable by anyone but currently allows only politically approved members of the public to edit a subset of its less visible non-locked articles (i.e. it is a [wiki](wiki.md)); it is the largest and perhaps most famous encyclopedia created to date, now sadly already littered by propaganda and countless other issues that make it not only inferior to other encyclopedias, but harmful to whole society. It is licensed under [CC-BY-SA](cc_by_sa.md) and is run by the "[nonprofit](nonprofit.md)" organization Wikimedia Foundation. It is accessible at https://wikipedia.org. Wikipedia is a mainstream information source and therefore extremely politically censored^1234567891011121314151617181920, basically allowing only mentioning "officially approved facts", without presenting objective, neutral overview of topics from different perspectives. Wikipedia's claim of so called "neutral point of view" (NPOV) has by now become a hilarious insult to human intelligence, it's been absolutely turned on its head. From a nice, underground project Wikipedia sadly rose to the mainstream, became one of the most visible places on the Internet, presenting huge attention [capital](capitalism.md), and like these stories always end, inevitably attracted corruption, abuse, and turned from documenting and recording truth to defining it -- for this [digdeeper](digdeeper.md) aptly called Wikipedia the *Ministry of Truth*. WARNING: **DO NOT DONATE TO WIKIPEDIA** as the donations aren't used so much for running the servers but rather for their political activities (which are furthermore [unethical](pseudoleft.md)). See https://lunduke.locals.com/post/4458111/the-wiki-piggy-bank. Rather **donate to [Encyclopedia Dramatica](dramatica.md)**. Also please **go vandalize Wikipedia right now**, it's become too corrupt and needs to go down, vandalizing is [fun](fun.md) and you'll get banned sooner or later anyway :) Some tips on vandalizing Wikipedia can be found at https://encyclopediadramatica.online/Wikipedia#Tips_On_Vandalizing_Wikpedia or https://wiki.soyjaks.party/Vandalism. @@ -62,7 +62,7 @@ And the bad things are (see also this site: http://digdeeper.club/articles/wikip | | | Give us 20 bucks please. | | | - | -- your encyclopedia that protects from bad information | + | -- your encyclopedia that protects from unofficial facts | | | | this box was personally seen and signed and approved by | | dear C.E.O. of the encyclopedia of peer reviewed truth |