diff --git a/coc.md b/coc.md index 5e025cc..5fecd2d 100644 --- a/coc.md +++ b/coc.md @@ -2,9 +2,11 @@ *COC is like a tiny little guillotine of the "[open $ource](open_source.md) revolution".* -Code of conduct (COC), also *code of coercion* or *code of [censorship](censorship.md)*, is a [shitty](shit.md) invention of [SJW](sjw.md) [fascists](fascism.md) that's put up in projects (e.g. software) and which declares how developers of a specific project must behave socially (typically NOT just within the context of the development but also outside of it), generally pushing toxic woke concepts such as forced inclusivity, exclusivity of people with unapproved political opinions or use of [politically correct](political_correctness.md) language ([newspeak](newspeak.md)). Sometimes a toxic COC hides under a different name such as *social contract* or *mission statement*, though not necessarily. COC is typically placed in the project repository as a `CODE_OF_CONDUCT` file. In practice COCs are used to establish dictatorship and allow things such as kicking people out of development because of their political opinions expressed anywhere, inside or outside the project, and to push political opinions through software projects. COCs are an indication of [tranny software](tranny_software.md). See also http://techrights.org/2019/04/23/code-of-coercion/. +Code of conduct (COC), also *code of coercion* or *code of [censorship](censorship.md)*, is a [shitty](shit.md) invention of [SJW](sjw.md) [fascists](fascism.md) that's put up in projects (e.g. software) and which declares how developers of a specific project must behave socially (typically NOT just within the context of the development but also outside of it), generally pushing toxic woke concepts such as forced inclusivity, exclusivity of people with unapproved political opinions or use of [politically correct](political_correctness.md) language ([newspeak](newspeak.md)). Sometimes a toxic COC hides under a different name such as *social contract*, *code of "ethics"* or *mission statement*, though not necessarily. COC is typically placed in the project repository as a `CODE_OF_CONDUCT` file. In practice COCs are used to establish dictatorship and allow things such as kicking people out of development because of their political opinions expressed anywhere, inside or outside the project, and to push political opinions through software projects. COCs are an indication of [tranny software](tranny_software.md). See also http://techrights.org/2019/04/23/code-of-coercion/. -**COCs are extremely controversial and opposed by many**, for example [Alexandre Oliva](alexandre_oliva.md), one of the top people at [Free Software Foundation](fsf.md), the maintainer of [Linux libre](linux_libre.md) who was a serious candidate of the FSF president, himself identifying as "neurodivergent" and being rather [politically correct](political_correctness.md), has expressed extreme criticism ([here](http://www.fsfla.org/ikiwiki/blogs/lxo/2023-09-28-objections-to-binutils-CoC.en.html)) of forcing a COC into GNU Binutils. He criticized not only forceful push of the decision to put a COC (they basically just announced it without asking if people agree with it), but also stated very true observations such as that "[the power of] enforcement and exclusion tends to attract people with authoritarian leanings" and that he himself feels "vulnerable and unsafe" -- again, someone who basically plays by the pseudoleftist rules. Expanding on the guillotine comparison, Oliva knows that the French revolution (and all other revolutions) devoured many of its children, and though he probably feels part of this revolution, he still criticized the guillotine. +**COCs are extremely controversial and opposed by many**, for example [Alexandre Oliva](alexandre_oliva.md), one of the top people at [Free Software Foundation](fsf.md), the maintainer of [Linux libre](linux_libre.md) who was a serious candidate of the FSF president, himself identifying as "neurodivergent" and being rather [politically correct](political_correctness.md), has expressed extreme criticism ([here](http://www.fsfla.org/ikiwiki/blogs/lxo/2023-09-28-objections-to-binutils-CoC.en.html)) of forcing a COC into GNU Binutils. He criticized not only forceful push of the decision to put a COC (they basically just announced it without asking if people agree with it), but also stated very true observations such as that "[the power of] enforcement and exclusion tends to attract people with authoritarian leanings" and that he himself feels "vulnerable and unsafe" -- again, someone who basically plays by the pseudoleftist rules. Expanding on the guillotine comparison, Oliva knows that the French revolution (and all other revolutions) devoured many of its children, and though he probably feels part of this revolution, he still criticized the guillotine. + +**Code of conduct is a purely political statement**, its purpose is solely to make a statement that the project embraces certain harmful political views, it has no legal value because it states things such as "it is forbidden to harass others", which is something that is already illegal, it doesn't need to be stated. It is as if it stated "it is forbidden to kill black people" -- of course it is forbidden, it is illegal to kill anyone, the statement is here probably means something like "you are not welcome if you show hostility towards black people". { Also here's some site: https://nocodeofconduct.com/, tho it's not shitting on it hard enough. ~drummyfish } diff --git a/exercises.md b/exercises.md index d140d0c..feb4d99 100644 --- a/exercises.md +++ b/exercises.md @@ -176,7 +176,8 @@ Bear in mind the main purpose of this quiz is for you to test your understanding 73. A nudist is lying completely horizontally on a beach with his dick pointed up towards the sky when a hot 16 year old jailbait walks by and he gets an erection, the sun is shining under the angle 20 degrees (measured from horizon), his dick is now pointed up completely vertically and casts a shadow that reaches up to his feet, i.e. the shadow (completely horizontal) has a length of 60 cm. How long is his dick (with erection)? 74. If your computer resides in a private network that's connected to the Internet through a router that performs network address translation ([NAT](nat.md), common with many ISPs), why you typically cannot host a server that would be publicly accessible from the outside [Internet](internet.md)? I.e. explain how NAT works and say what's preventing outside computers from reaching your server behind it. How can you make your server work even behind NAT? 75. We know that in C (C99) we can kind of use arrays and pointers "interchangeably", we are taught they are really the same. However show at least one example of when the difference matters, i.e. considering e.g. `int *a;` vs `int a[N];` write some expressions with `a` in it where the distinction will be significant. -76. Did you enjoy this quiz? +76. Write sed substitution command (the one that starts with `s/`) that will convert Markdown links (format: `[link text](destination)`) to HTML links (format: `link text`). You probably need [regular expression](regex.md) capture groups for this. +77. Did you enjoy this quiz? ### Answers @@ -255,7 +256,8 @@ Bear in mind the main purpose of this quiz is for you to test your understanding 73. From the right triangle: *dick_legth / shadow_length = tan(20 degrees) => dick_legth = tan(20 degrees) * shadow_length ~= 21.83 cm*. 74. Behind NAT you're in a private network, computers inside it have no public addresses (their IP addresses are in the private range and potentially same as addresses of computers in other private networks), only the router has a public IP address that's unique within the Internet, i.e. from Internet's point of view there is only one device connected -- your router. Computers behind this router are invisible, so no one can connect to the server that's behind it. The possibility of you having a two way communication from within this private network with the outside Internet is enabled by the router who communicates for you when you ask for it, i.e. when you (from inside the private network) initiate the connection -- the router then creates the connection for you and talks to the outside world for you (translating your private address to its public address, hence *network address translation*). But no one can initiate communication from the outside, the router wouldn't know to whom he wants to speak. This can be solved e.g. by port forwarding (setting some default computer to which communication from outside will be redirected) or tunneling (keeping a constant connection with some outside proxy server that's listening to requests and resending them). 75. For example `sizeof(a)`: if `a` is a pointer, size of pointer will be returned whereas in case of array the size of the whole array will be returned. Similarly e.g. `&a`: if `a` is a pointer, we'll get a pointer to pointer (generally a different address) whereas in case of array `a` and `&a` gives the same address -- that of the array's first element (though the type will be different). -76. yes +76. Something like `s/\[\([^]]*\)\](\([^)]*\))/\1<\/a>/g`. +77. yes ## Other diff --git a/fsf.md b/fsf.md index 9d00e04..d175c77 100644 --- a/fsf.md +++ b/fsf.md @@ -2,6 +2,8 @@ FSF stands for Free Software Foundation, a non-profit organization established by [Richard Stallman](rms.md) with the goal of promoting and supporting [free as in freedom software](free_software.md), software that respects its users' freedom. +**FSF is [woke](woke.md), STOP SUPPORTING IT**. In 2022 it adopted [code of censorship](coc.md) (https://www.fsf.org/about/voting-member-code-of-ethics) by which it now embraces [pseudoleftist](pseudoleft.md) fascism, it made the decision to let a populist political idea completely unrelated to free software itself ride on the popularity of free software, forcing any supporter of the FSF to embrace a harmful idea that's not related to software freedom at all. It was a calculated decision, exactly the same which [corporations](corporation.md) make nowadays (showing this kind of corruption already made it to FSF) -- embrace a harmful but currently prevailing political views so as to keep majority of supporters who hold those views, as not embracing those views would mean losing those supporters. By this however their will lose a minority of supporters, those who for example value [free speech](free_speech.md) -- [us](lrs.md). For this you must now stop supporting FSF -- yes, even if it means FSF will collapse and corporations will have yet a better position against computer users, this is not your fault, it is the fault of the faggot who made an unrelated political idea a requirement for supporting a completely different idea. In important things we must never make any compromise. Do not give your money to FSF, rather give it to homeless, or start your own free software organization -- one that won't have asterisks and strings attached. + ## History TODO diff --git a/hexadecimal.md b/hexadecimal.md index 7eede5a..35bbb8c 100644 --- a/hexadecimal.md +++ b/hexadecimal.md @@ -2,4 +2,6 @@ TODO -Some hexadecimal values that are also [English](english.md) words at the same time and which you may include in your programs for [fun](fun.md) include: `ace`, `add`, `babe`, `bad`, `be`, `bee`, `beef`, `cab`, `cafe`, `dad`, `dead`, `deaf`, `decade`, `facade`, `face`, `fee`, `feed`. You may also utilize digits here (recall the famous number `80085` that looks like `BOOBS`); `0` = `O`, `1` = `I`, `2` = `Z`, `5` = `S`, `6` = `G`, `8` = `B` (already available though). \ No newline at end of file +Some **funny hexadecimal values** that are also [English](english.md) words at the same time and which you may include in your programs for the lulz include: `abba`, `ace`, `add`, `babe`, `bad`, `be`, `bee`, `beef`, `cab`, `cafe`, `dad`, `dead`, `deaf`, `decade`, `facade`, `face`, `fee`, `feed`. You may also utilize digits here (see also [leet](leet.md), recall the famous number `80085` that looks like `BOOBS`); `0` = `O`, `1` = `I`/`l`, `2` = `Z`, `4` = `A` (already available though), `5` = `S`, `6` = `G`, `8` = `B` (also already available). Then you get many more words, for example `0b5e55ed`, `0be5e`, `0ff1c1a1`, `101`, `105e`, `1061ca1`, `16100`, `1ad1e5`, `1dea1`, `1e6a1`, `2e1da`, `5a661e5`, `5c1f1`, `50c10b101061ca1`, `60061e`, `600d`, `600fed`, `601d`, `601f`, `60d`, `6a55`, `a1d5`, `a55`, `a5c11`, `a5oc1a1`, `ac1d`, `acce551b1e`, `ad01f`, `b00b1e5`, `b00b5`, `b055`, `b0d1e5`, `b100d`, `b101061ca1`, `b10b`, `b1a5ed`, `b1ade`, `b1e55ed`, `ba115`, `ba5ed`, `bad6e`, `bada55`, `c001`, `c0de`, `c10aca`, `c1a551f1ed`, `ca6ed`, `cab1e`, `caca0`, `d06`, `d15ab1ed`, `d15ea5e`, `d1a106`, `d1ab10`, `ed1b1e`, `f001`, `f00d`, `f1a6`, `f1dd1e`, `f1ea5`, `fa151f1ab1e`, `fa6`, `faece5`, `f06` etc. + + diff --git a/jesus.md b/jesus.md index 6eac130..18ba2a1 100644 --- a/jesus.md +++ b/jesus.md @@ -1,6 +1,8 @@ # Jesus -Jesus Christ (original name *Yeshua*, meaning *Yahweh saves*, also Jesus of Nazareth, about 4 BC to 33 AD) was a [jewish](jew.md) preacher that's said to have been the messiah, son of [God](god.md), whose life along with alleged miracles he performed is described by the [Bible](bible.md) (specifically its New Testament) and who is the center figure and founder of [Christianity](christianity.md), the world's largest religion; as such he is arguably the most famous of all men in [history](history.md) (probably followed by [Hitler](hitler.md), kind of his opposite). Just one fact proving this claim is that we count our years more or less from his birth. He gained many followers as he lived in times when the coming of messiah was greatly expected. He preached love of God and other people and a kind of newly established universalism: that God has changed his laws a little and would accept all "well behaved" people into his heavenly kingdom (that is not just [jews](jew.md), the chosen people, as was previously the case, established by the God of Old Testament). For having stirred up a social disturbance, a kind of revolution, and for calling himself the messiah he was later crucified, as he himself allegedly predicted -- according to the Bible he sacrificed himself by this act to redeem the sins of all people, was resurrected after death and came up to the heaven to dwell by the God's side. Without subscribing to any mass religion or even having to believe in [God](god.md), our [LRS](lrs.md) is highly aligned with much of the teaching of Jesus Christ, especially that of [non violence](non_violence.md), [love](love.md) of all people (even one's "enemies"), modesty, frugality and so forth. +*"Love your enemy, bless those who curse you, do good to those who hate you."* --Jesus + +Jesus Christ (original name *Yeshua*, meaning *Yahweh saves*, also Jesus of Nazareth, about 4 BC to 33 AD) was a [jewish](jew.md) preacher that's said to have been the messiah, son of [God](god.md), whose life along with alleged miracles he performed is described by the [Bible](bible.md) (specifically its New Testament) and who is the center figure and founder of [Christianity](christianity.md), the world's largest religion; as such he is arguably the most famous of all men in [history](history.md) (probably followed by [Hitler](hitler.md), kind of his opposite). Just one fact proving this claim is that we count our years more or less from his birth. He gained many followers as he lived in times when the coming of messiah was greatly expected. Historical facts about him are most likely extremely distorted by now, but traditionally it's said he preached love of God and other people and established a kind of universalism in religion: according to Bible he said that God has changed his laws and would accept all "well behaved" people into his heavenly kingdom -- that is not just [jews](jew.md), the chosen people, as was previously the case, established by the God of Old Testament. For having stirred up a social disturbance, a kind of revolution, and for calling himself the messiah he was later crucified, as he himself allegedly predicted -- according to the Bible he sacrificed himself by this act to redeem the sins of all people, was resurrected after death and came up to the heaven to dwell by the God's side. Along the lines of Martin Buber's quote -- "I don't believe in Jesus, but I believe with him" -- also we appreciate his teaching alone, that is without necessarily subscribing to any mass religion or even having to believe in [God](god.md) (but also without taking away the freedom to do so), our [LRS](lrs.md) is highly aligned with much of the teaching of Jesus, especially that of [non violence](non_violence.md), [love](love.md) of all people (even one's "enemies"), modesty, frugality and so forth. ``` ..--.. @@ -17,37 +19,41 @@ Jesus Christ (original name *Yeshua*, meaning *Yahweh saves*, also Jesus of Naza *"Artist"'s depiction of our Lord and Savior.* -{ Jesus Video by Andreas Eschbach is an amazing fiction book about literally what the title says, one of the best books I've ever read. The movie is shit, read the book. Also the 2006 book *Jesus Dynasty* about historical Jesus is excellent. ~drummyfish } +{ Jesus Video by Andreas Eschbach is an amazing fiction book about literally what the title says, one of the best books I've ever read. The movie is shit, read the book. Also the 2006 book *Jesus Dynasty* about historical Jesus is excellent -- the view of historical Jesus here is mostly taken from this book. ~drummyfish } As perhaps the most influential man in history whose image has been twisted, used and abused over the centuries, we have to nowadays distinguish two separate characters: - **Jesus of the Bible**: Jesus as described by the Bible, a book full of centuries worth of distortion, copying mistakes, inaccuracies, censorship and purposeful religious propaganda, further on also distorted just by the long time and cultural forces (e.g. his depictions in art). This kind of Jesus is to a great degree a fictional character, though based on a real man; he is the son of God (some even seeing him as actually the God himself somehow), a man without sin, born from a virgin, who performed countless miracles like healing the blind and even resurrecting dead, who spoke the word of God, was resurrected after death and is now overlooking us from the heaven. -- **historical Jesus**: The true man, as seen by [history](history.md), that actually lived and was almost definitely just a mere mortal like any of us, even if others and perhaps even himself may have believed otherwise. Most historians agree Jesus lived (with some minority disagreeing), though of course they reject he would possess any supernatural powers -- these, they say, are things spawned as a legend, a propaganda of mass religion etc. Historical Jesus was different from Biblical Jesus in many ways, many things he says in the Bible were added later on, many of his sayings and actions may have been censored etc. +- **historical Jesus**: The true man, as seen by [history](history.md), that actually lived and was almost definitely just a mere mortal like any of us, preaching ideas that are probably quite different from today's traditional Christianity. Most historians agree that Jesus lived (with some minority disagreeing), though of course they reject that he would possess any supernatural powers -- these, they say, are things spawned as a legend, a propaganda of mass religion, added later on etc. Historical Jesus was different from Biblical Jesus in many ways, many things he says in the Bible were only added later, many of his sayings and actions may have been censored etc. **Jesus was [anarchist, pacifist](anpac.md), [communist](communism.md) and explicitly rejected [capitalism](capitalism.md) and all violence** (even in self defense and against those who would "deserve" it), though stupid American capital and military worshippers [tattoo](tattoo.md) shit such as "What would Jesus do?" on their asses, they somehow seem to masterfully apply selective blindness and completely ignore his quotes such as: - *"A camel will go through the eye of a needle before a rich man enters the kingdom of God."* --Jesus - *"If someone wants to sue you and take your shirt, give him your coat also."* --Jesus +- *"I say to you love your enemies, bless those who curse you, do good to who hates you and pray for those who abuse you and persecute you."* --Jesus +- *"Whoever has two coats must share with those who have none, and whoever has food is to do the same."* --Jesus, clearly a communist - *"If someone throws stone at you, throw back at him as well but with bread."* --Jesus - *"I tell you: do not resist an evil man. If anyone slaps you on the cheek, turn to him the other cheek also."* --Jesus - *"Thou shalt not kill."* being directly in ten commandments lol (maybe they don't understand because the language is archaic, one may always find an excuse) +- *"If your brother does bad to you, correct him. If he changes, forgive him. Even if he does bad to you seven times a day, forgive him seven times."* --Jesus - ... (Americans are stupid idiots who say they love Jesus but rather love to reference Old Testament for their pragmatics life decisions, however the law of Old Testament was explicitly cancelled by Jesus and [updated](update_culture.md) to a new one, based on love and nonviolence rather than violence, punishment and revenge -- this is the whole point of why Jesus came to [Earth](earth.md) in the first place. Old testament is basically the Jewish part of the Bible, obsolete for Christians -- some Christians even completely reject Old testament, e.g. Cathars. It's why the book is called *New Testament*, it means "The New Law". But as it's been said, Americans are stupid.) **fun facts about Jesus**: -- **He had siblings** (or at least half-siblings), according to both the Bible and historians: brothers James (who after Jesus's death further helped promote his teaching), Joses, Simon, Jude and some sisters. +- **He had siblings** (or at least half-siblings), according to both the Bible and historians: brothers James (who after Jesus's death took over his "movement" which is a fact suppressed by mainstream Christianity), Joses, Simon, Jude and some sisters. - **He was most likely crucified naked**, as was common practice to dishonor the crucified people. Covering his nudity in most depictions may be because of the effort to make it less obvious he was a [jew](jew.md), i.e. that his penis was circumcised. -- **He is acknowledged by other religions such as the [Islam](islam.md)**, though in these he usually plays some minor role of just some mortal preacher. +- **He is acknowledged by other religions such as the [Islam](islam.md)**, though in these he usually plays some minor role of just some mortal preacher. This picture of him is actually more aligned with historical Jesus, it is consistent with the sources (e.g. the lost *Q source*) talking about the original early Christianity that didn't see Jesus as son of God at all. - We do not sport any anti-white [political correctness](political_correctness.md), however **the traditional depictions of his looks are likely wrong**, he most likely looked much different from the bearded, long-hair white man depictions we see in paintings -- these were likely affected by the Greek ideals of what gods look like. Jesus was a jew, probably of darker skin like all people from the area he lived in, possibly without long hair as some of his followers mention in the Bible that it is inappropriate for a man to have long hair. - There are some non-canonical gospels (not accepted to Bible) that talk some funny shit about Jesus, e.g. the Infancy Gospel of Thomas talks about how Jesus **as a child killed other children in revenge with his supernatural powers**. - **His father** is sometimes theorized, by historians, to have been a roman soldier Tiberius Julius Abdes Pantera to whom point some of the clues and whose grave has been found in Germany. - Bible gives his **genealogy back to Adam**: Luke (however with some disagreement with Matthew) recounts all ancestors of Jesus back to God (who created Adam) -- Jesus is 77th in row here. - His **profession** probably wasn't a "carpenter" in the sense of "working mainly with wood", he was more likely a mason/stonecutter/builder -- the translation in Bible is firstly inaccurate and using wood as a material wasn't that common back then. He was likely a very poor laborer whose life conditions may have been even worse than that of some slaves living in bigger cities. -- **He was a [Jew](jew.md)**, he was circumcised, read Jewish scriptures, believed in Jewish God and prophecies, kept to Jewish rituals and traditions -- it's an obvious but often overlooked fact that's been further obscured by the church and Christian culture. There was no other religion than various branches of Judaism back then, Jesus didn't come with the idea of starting a brand new religion, he rather saw himself as a Jewish messiah foretold by the Jewish texts, walking what he believed to be the true way of the religion that was all around back then and which he was part of. Today's Christianity is probably something Jesus wouldn't even embrace -- parallels to this kind of evolution of religions may very well be seen in the world of non-religious ideologies as well, for example see the hostility and differences between [free software](free_software.md) and [open $ource](open_source.md) that emerged just in recent decades: the [founder](rms.md) of free software himself highly disapproves of open source, open source already breaks many of the essential premises and rules of original free software movement, despite it all being very recent and having everything recorded, even in live memories of people -- now imagine this evolution stretched to 2000 years, with no reliable records of the original events, with politics and corruption mixed in and so on. +- **He was a [Jew](jew.md)**, he was circumcised, read Jewish scriptures, believed in Jewish God and prophecies, kept to Jewish rituals and traditions -- it's an obvious but often overlooked fact that's been further obscured by the orthodox church and Christian culture established by Paul the Apostle after the death of Jesus -- it was rather Paul who made Christianity what it is today (based purely on his own visions of him), not Jesus (Jesus himself probably didn't even say he was the son of God). There was no other religion than various branches of Judaism in Jesus's culture, Jesus didn't come with the idea of starting a brand new religion, he rather saw himself as a Jewish messiah foretold by the Jewish texts, walking what he believed to be the true way of the religion that was all around back then and which he was part of -- he most likely DID preach universalism, i.e. accepting even non-Jews, but he still separated Jewish and non-Jewish people. Today's Christianity is probably something Jesus wouldn't even embrace -- parallels to this kind of evolution of religions may very well be seen in the world of non-religious ideologies as well, for example see the hostility and differences between [free software](free_software.md) and [open $ource](open_source.md) that emerged just in recent decades: the [founder](rms.md) of free software himself highly disapproves of open source, open source already breaks many of the essential premises and rules of original free software movement, despite it all being very recent and having everything recorded, even in live memories of people -- now imagine this evolution stretched to 2000 years, with no reliable records of the original events, with politics and corruption mixed in and so on. - **Jesus is supposed to return** and judge the people: this is known as the Second Coming and is hinted on in the Bible, though the details on the date or even the nature of the event are unclear and interpreted differently. Before the second coming **a number of antichrists, or false prophets, are to appear**. - There are highly **controversial theories that he had kids** with Mary Magdalene and that his bloodline survives until today (Dan Brown has famously written some books about it). +- **The gospels of Bible were written anonymously, long after Jesus was dead**. People often think the gospels were written by the apostles in "real time" as they were following Jesus -- that's not the case, we don't know who wrote them, and the earliest (Mark) was written about 70 AD. It is also proven many important things, such as the resurrection of Jesus, were missing in some of them and were added later on. - ... **Is Jesus God?** Or was he just his son? Or is God and Jesus the same? What about the "holy spirit"? This seems to not actually be easy to answer, different people will tell you different things, some point to passages in Bible where they believe he literally says he is the God, others say the translation is not precise or even that it doesn't matter (anyone can really say he's a God) etcetc. The whole thing around holy trinity and so on is not easy to resolve objectively (some Muslims have even been entertained by this fact that Christians can't even get to agree on who their god is), but basically most Christians pray to Jesus, call him "our Lord and Savior" and generally treat him as if he was the same as God, so we can really see him that way. @@ -72,11 +78,13 @@ As he arrived to Jerusalem, he was very famous and seen as a messiah by many, an Another important moment is **the last supper**, the final meal of Jesus which he shared with his apostles, that took place on 3rd April. After this one of the apostles, Judas, betrayed Jesus (which Jesus foretold) in Mount of Olives by leading the temple police to Jesus; Judas did this for the reward of 30 silver coins, later he regretted it and committed [suicide](suicide.md). -The Jews have taken Jesus to Pontius Pilate, Roman governor, to be put on trial for the various offenses he committed. According to Bible Pilate didn't find Jesus guilty but as the Jews pressured, he gave them a choice: he said he would either release Jesus or Barabbas, a murderer. The Jews chose Barabbas to be released, condemning Jesus to be crucified. Before this Jesus was also sent to Herod Antipas, the ruler of Galilee. Bible paints a picture in which he isn't found guilty in the trials but the pressure of Jewish people leads to his execution -- this was again challenged by historians as an attempt at blaming the Jews for the death of Jesus and for showing Romans in favorable light, to strictly separate Christianity from Judaism; this seems to be inconsistent with historical facts such as that Pontius Pilate was known for his cruelty and letting people be executed whenever he could. +The Jews have taken Jesus to Pontius Pilate, Roman governor, to be put on trial for the various offenses he committed. According to Bible Pilate didn't find Jesus guilty but as the Jews pressured, he gave them a choice: he said he would either release Jesus or Barabbas, a murderer. The Jews chose Barabbas to be released, condemning Jesus to be crucified. Before this Jesus was also sent to Herod Antipas, the ruler of Galilee. Bible paints a picture in which he isn't found guilty in the trials but the pressure of Jewish people leads to his execution -- this was again challenged by historians as an attempt at blaming the Jews for the death of Jesus and for showing Romans in favorable light, to strictly separate Christianity from Judaism; this seems to be inconsistent with historical facts such as that Pontius Pilate was known for his cruelty and letting people be executed whenever he could, and with Jesus actually having many supporters among Jews. -The **crucifixion** of Jesus is also seen as a true historical event now, which took place most likely in 30 or 33 AD, on April 4th, according to some^([not important who]) it happened from 9 AM to 3 PM (when he died). Before death he was tortured, whipped and was put on a crown of thorns (to mock that he was supposed to be the "king of Jews"). He was led to a hill in Golgotha, just outside Jerusalem, to where he had to carry his own cross, onto which he was then nailed and left to die, alongside two other criminals. According to some gospels he said various things on the cross, for example "father, forgive them for they don't know what they do", "father, why have you forsaken me?" and finally "it is finished". +The **crucifixion** of Jesus is also seen as a true historical event now, which took place most likely in 30 or 33 AD, on April 4th, according to some^([not important who]) it happened from 9 AM to 3 PM (when he died). Before death he was tortured, whipped and was put on a crown of thorns (to mock that he was supposed to be the "king of Jews"). He was led to a hill in Golgotha, just outside Jerusalem, to where he had to carry his own cross, onto which he was then nailed and left to die, alongside two other criminals. According to some gospels he said various things on the cross, for example "father, forgive them for they don't know what they do", "father, why have you forsaken me?" and finally "it is finished". Historically speaking he probably didn't believe to be the son of God and didn't think he would be resurrected (a myth created later on), he just thought he was a prophet, he may have believed he would be saved from death by God in last moment, hence the words about God "forsaking him". -His body was then buried in a tomb (which by historians is seen as unusual) of one of his followers. According to Bible, 3 days later he was **resurrected** (his tomb was found empty) and left the tomb, he went and visited some of his followers, and then, 40 days after the resurrection, ascended up to the heaven. Historically this is of course denied and there is a lot of mess around the resurrection, for example the gospels themselves disagree greatly on who and when discovered the empty tomb, and the original version of oldest one (Mark) doesn't even say ANYTHING about resurrection at all! It literally ends with the tomb being discovered empty, which doesn't imply anything about resurrection, i.e. the oldest source apparently doesn't bother to mention probably the greatest and most important part of the today's version of the story of Jesus; it is proven that a new ending with the resurrection was added to Mark later on, so it's all probably just made up propaganda. Besides this there are also "alternative" theories that Jesus for example didn't actually die on the cross, that he was just in coma and woke up in the tomb but these also seem to have very little support. +His body was then buried in a tomb (which by historians is seen as unusual) of one of his followers -- this burial was probably just quick and temporary because celebration of Passover were near. According to Bible, 3 days later he was **resurrected** (his tomb was found empty) and left the tomb, he went and visited some of his followers, and then, 40 days after the resurrection, ascended up to the heaven. Historically this is of course denied and there is a lot of mess around the resurrection, for example the gospels themselves disagree greatly on who and when discovered the empty tomb, and the original version of oldest one (Mark) doesn't even say ANYTHING about resurrection at all! It literally ends with the tomb being discovered empty, which doesn't imply anything about resurrection -- it might just have been that someone took the body from the temporary tomb and buried it properly. I.e. the oldest source apparently doesn't bother to mention probably the greatest and most important part of the today's version of the story of Jesus; it is proven that a new ending with the resurrection was added to Mark later on, so it's all probably just made up propaganda. Besides this there are also "alternative" theories that Jesus for example didn't actually die on the cross, that he was just in coma and woke up in the tomb but these also seem to have very little support. + +After his death his brother James probably took over leading the movement, but this branch of original "jewish Christianity" was to be suppressed by the interpretation of Paul the apostle who actually never met Jesus, but who got a "vision" of him and created the kind of universal religion we know today, he came up with the idea that Jesus was son of God, that whole Torah (Old Testament) is obsolete etcetc. ## See Also diff --git a/kiss.md b/kiss.md index 7a688e2..24f9ecb 100644 --- a/kiss.md +++ b/kiss.md @@ -21,6 +21,7 @@ Apparently the term *KISS* originated in the US Army plane engineering: the plan - Using [markdown](markdown.md) for creating documents, as opposed to using office programs such as [Libreoffice](libreoffice.md). - Using a trivial [shell](shell.md) script for compiling your programs rather than a complex build system such as [CMake](cmake.md). - Using [ASCII art](ascii_art.md) instead of bitmap images. +- [Beatboxing](beatbox.md) to produce a back track for rap songs, as opposed to using (or even paying for) some kind of music software. - In the world of [coffee](coffee.md) so called *Turkish coffee* without any milk and sugar is probably the most KISS option, you just put coffee ground in a mug and pour hot water on it. Compare this to Espresso with milk and sugar which needs a quite complex and expensive machine. { Yeah, I drink the most KISS coffee, though sometimes I also use French press -- that one is still quite simple. ~drummyfish } - ... diff --git a/name_is_important.md b/name_is_important.md index 15dbd0f..c46f65d 100644 --- a/name_is_important.md +++ b/name_is_important.md @@ -1,8 +1,8 @@ # Name Is Important -Name of a philosophy, project, movement, group, [ideology](ideology.md) etc. plays a more significant role than a common man believes. A naive view is that name is just an arbitrary identifier whose value lies at most being "catchy" and "easily remembered" (see also [marketing](marketing.md)), a common man will rather believe promise of politician than the name of his party which he will disregard just as a "bunch of unimportant words"; however name is much more than a mere string of letters, it is the single most stable defining feature of an entity; everything else, all the books and knowledge associated with it may be distorted by history, but the name will always stay the same and will hold a scrutiny over all actions of the entity, it will always be a permanent reminder to every follower of what he is trying to achieve. But what if the name of the movement changes? Then it will be by definition a new, different movement, and everyone will have to decide if he wants to abandon the old movement to join the new. The name very often points towards the one true goal. +Name of a philosophy, project, movement, group, [ideology](ideology.md) etc. plays a more significant role than a common man believes. A naive view is that name is just an arbitrary identifier whose value lies at most being "catchy" and "easily remembered" (see also [marketing](marketing.md)), a common man will rather believe promise of politician than the name of his party which he will disregard just as a "bunch of unimportant words"; however name is much more than a mere string of letters, it is the single most stable defining feature of an entity; everything else, all the books and knowledge associated with it may be distorted by [history](history.md), but the name will always stay the same and will hold a scrutiny over all actions of the entity, it will always be a permanent reminder to every follower of what he is trying to achieve. But what if the name of the movement changes? Then it will be by definition a new, different movement, and everyone will have to decide if he wants to abandon the old movement to join the new. The name very often points towards the one true goal. -HOWEVER, here also comes a word of **warning**: firstly language itself (i.e. meanings of all words that exist in it) changes, and also although the power of the name is great, it is not infinite, the discussed stress of the importance of name should just remind us that the force of the name is greater than one might expect, but may will still be broken if stronger forces are at play -- there have been many cases of **name abuse** in history, notably e.g. by [Nazism](nazi.md) whose name stands for "national socialism" but whose actions were completely antisocialist, or so called ["Anarcho" capitalism](ancap.md) which abuses the name *[anarchism](anarchism.md)* despite being completely antianarchist. The moral of the story here is that we should put a great effort in choosing a name, but we shouldn't think we'll be safe as long as we do -- we will probably never be safe from the fuzziness of language and its potential to be abused, but we should try to do our best. +HOWEVER, it may also not be completely true -- few things in Universe hold absolutely. Hear this **warning**: firstly [human language](human_language.md) itself (i.e. meanings of all words that exist in it) changes, the process is slow but in several hundred years this effect becomes significant. Secondly although the power of name is great, it is not infinite, the discussed stress of the importance of name should just remind us that the force of the name is greater than one might expect, but may still be broken if stronger forces are at play -- there have been many cases of **name abuse** in history, notably e.g. by [Nazism](nazi.md) whose name stands for "national socialism" but whose actions were completely antisocialist, or so called ["Anarcho" capitalism](ancap.md) which abuses the name *[anarchism](anarchism.md)* despite being completely antianarchist. The moral of the story here is that we should put a great effort in choosing a name, but we shouldn't think we'll be safe as long as we do -- we will probably never be safe from the fuzziness of language and its potential to be abused, but we should try to do our best. We have to keep in mind two things: diff --git a/programming_tips.md b/programming_tips.md index b95ef2c..7c894b3 100644 --- a/programming_tips.md +++ b/programming_tips.md @@ -13,4 +13,5 @@ This is a place for sharing some practical programming tips. - During development turn off optimization flags for faster compiling and turn on verbosity and various checks, e.g. `-Werror -Wall -Wextra -Wpedantic` for [C](c.md). - By [Unix philosophy](unix_philosophy.md) **don't be afraid to throw away your code and start over and better** -- next time you'll most likely write the same program a lot better and if you're a Unix programmer, your programs are small, possible to be reimplemented quicky. This has even been generalized into a wisdom that says "plan to throw away one", i.e. when approaching a new issue, you quite frequently start writing a program you know you will throw away when it's finished, just to start over and better; the first program just serves to help you understand the true essence of the problem and foresee the real problems you will face. - **Go out!** This is related to the other point -- you shouldn't just sit at the computer when programming, get up and go for a walk, do something else, take a shower, go swim, do something in the garden, repair some stuff or something like that. Fresh air and sunlight helps the brain, it makes you feel better and it's been shown that walking helps activate some important brain centers, many people [actually](ackchyually.md) say they have to walk when thinking hard { Can confirm. ~drummyfish } Changing your environment and getting out of the current focus on the letter on the screen can kick off some real great idea, seeing seemingly unrelated things in nature can spark some inspiration. If you're stuck, take a day off, just sleeping and approaching the problem fresh does miracles. This really does help. It may help to **carry around a blog for taking notes** so that you don't have to stress about forgetting the ideas -- prefer paper blog, leave all electronics at home. -- TODO: moar +- Insert funny [hexadecimal](hexadecimal.md) constant in your program such as `0xED1B1EFAECE5`. +- TODO: moar \ No newline at end of file diff --git a/random_page.md b/random_page.md index 4566ab3..65da05b 100644 --- a/random_page.md +++ b/random_page.md @@ -2,1737 +2,1737 @@ Please kindly click random link. -[*](compression.md) -[*](just_werks.md) -[*](quantum_gate.md) -[*](cc0.md) -[*](esolang.md) -[*](microtransaction.md) -[*](egoism.md) -[*](freedom.md) -[*](earth.md) -[*](bill_gates.md) -[*](gemini.md) -[*](shader.md) -[*](ted_kaczynski.md) -[*](forth.md) -[*](demo.md) -[*](ai.md) -[*](web.md) -[*](arduboy.md) -[*](wiki_post_mortem.md) -[*](ram.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](how_to.md) -[*](graphics.md) -[*](real_number.md) -[*](drummyfish.md) -[*](c_tutorial.md) -[*](lmao.md) -[*](brainfuck.md) -[*](aaron_swartz.md) -[*](universe.md) -[*](kek.md) -[*](throwaway_script.md) -[*](bytecode.md) -[*](boat.md) -[*](less_retarded_software.md) -[*](hw.md) -[*](lrs.md) -[*](sw.md) -[*](lil.md) -[*](twos_complement.md) -[*](autoupdate.md) -[*](art.md) -[*](framework.md) -[*](color.md) -[*](goodbye_world.md) -[*](vim.md) -[*](avpd.md) -[*](fascism.md) -[*](libre.md) -[*](byte.md) -[*](pride.md) -[*](steganography.md) -[*](noise.md) -[*](science.md) [*](mouse.md) -[*](raycastlib.md) -[*](newspeak.md) -[*](ram.md) -[*](coc.md) -[*](game_engine.md) -[*](blender.md) -[*](downto.md) -[*](pseudominimalism.md) -[*](dependency.md) -[*](name_is_important.md) -[*](life.md) -[*](lrs.md) [*](lrs_dictionary.md) -[*](hyperoperation.md) -[*](fail_ab.md) -[*](uxn.md) -[*](pedophilia.md) -[*](ascii.md) -[*](woman.md) -[*](pd.md) -[*](democracy.md) -[*](update_culture.md) -[*](books.md) -[*](axiom_of_choice.md) -[*](universe.md) -[*](c_pitfalls.md) -[*](racism.md) -[*](gopher.md) -[*](update_culture.md) -[*](ancap.md) -[*](tpe.md) -[*](cracker.md) -[*](lgbt.md) -[*](football.md) -[*](interplanetary_internet.md) -[*](logic_gate.md) -[*](plusnigger.md) -[*](kiwifarms.md) -[*](football.md) -[*](coding.md) -[*](dinosaur.md) -[*](modern_software.md) -[*](ai.md) -[*](rsa.md) -[*](x86.md) -[*](anal_bead.md) -[*](game_engine.md) -[*](elo.md) -[*](dog.md) -[*](shit.md) -[*](programming_style.md) -[*](bbs.md) -[*](logic.md) -[*](sw.md) -[*](anal_bead.md) -[*](body_shaming.md) -[*](paradigm.md) -[*](formal_language.md) -[*](rationalwiki.md) -[*](demo.md) -[*](saf.md) -[*](social_inertia.md) -[*](mud.md) -[*](computer.md) -[*](compiler_bomb.md) -[*](myths.md) -[*](temple_os.md) -[*](openai.md) -[*](sdf.md) -[*](abstraction.md) -[*](wow.md) -[*](quine.md) -[*](racetrack.md) -[*](kiwifarms.md) -[*](wavelet_transform.md) -[*](raycastlib.md) -[*](raycasting.md) -[*](data_hoarding.md) -[*](digital.md) -[*](game_engine.md) -[*](art.md) -[*](data_hoarding.md) -[*](shogi.md) -[*](collision.md) -[*](suicide.md) -[*](interpolation.md) -[*](terry_davis.md) -[*](low_poly.md) -[*](fsf.md) -[*](atheism.md) -[*](approximation.md) -[*](yes_they_can.md) -[*](tech.md) -[*](competition.md) -[*](nigger.md) -[*](freedom.md) -[*](rock.md) -[*](c_sharp.md) -[*](communism.md) -[*](linux.md) -[*](dog.md) -[*](implicit.md) -[*](cyber.md) -[*](used.md) -[*](explicit.md) -[*](hw.md) -[*](countercomplex.md) -[*](firmware.md) -[*](hacker_culture.md) -[*](venus_project.md) -[*](arch.md) -[*](rgb565.md) -[*](music.md) -[*](hacking.md) -[*](antialiasing.md) -[*](tranny_software.md) -[*](proprietary_software.md) -[*](gui.md) -[*](furry.md) -[*](xd.md) -[*](markov_chain.md) -[*](kwangmyong.md) -[*](mipmap.md) -[*](digital.md) -[*](collision_detection.md) -[*](ssao.md) -[*](copyleft.md) -[*](hexadecimal.md) -[*](tom_scott.md) -[*](rms.md) -[*](people.md) -[*](splinternet.md) -[*](loc.md) -[*](motivation.md) -[*](ui.md) -[*](life.md) -[*](interaction_net.md) -[*](nd.md) -[*](comment.md) -[*](trom.md) -[*](goodbye_world.md) -[*](semiconductor.md) -[*](ui.md) -[*](fear_culture.md) -[*](sdf.md) -[*](libertarianism.md) -[*](chess.md) -[*](programming_language.md) -[*](openarena.md) -[*](backpropagation.md) -[*](duke3d.md) -[*](capitalist_singularity.md) -[*](zero.md) -[*](turing_machine.md) -[*](fizzbuzz.md) -[*](build_engine.md) -[*](world_broadcast.md) -[*](fizzbuzz.md) -[*](race.md) -[*](randomness.md) -[*](p_vs_np.md) -[*](recursion.md) -[*](css.md) -[*](sorting.md) -[*](systemd.md) -[*](wikidata.md) -[*](microtransaction.md) -[*](bs.md) -[*](low_poly.md) -[*](physics.md) +[*](float.md) [*](deep_blue.md) -[*](brainfuck.md) -[*](pseudorandomness.md) -[*](free_software.md) -[*](pedophilia.md) -[*](www.md) -[*](rapeware.md) -[*](combinatorics.md) -[*](free_will.md) -[*](git.md) -[*](pseudorandomness.md) -[*](microsoft.md) -[*](modern.md) -[*](faq.md) -[*](wikipedia.md) -[*](trump.md) -[*](githopping.md) -[*](gay.md) -[*](rust.md) -[*](gaywashing.md) -[*](mechanical.md) -[*](femoid.md) -[*](arch.md) -[*](military.md) -[*](wizard.md) -[*](avpd.md) -[*](firmware.md) -[*](bloat_monopoly.md) -[*](jokes.md) -[*](app.md) -[*](global_discussion.md) -[*](minesweeper.md) -[*](zen.md) -[*](universe.md) -[*](steve_jobs.md) -[*](cpp.md) -[*](goodbye_world.md) -[*](foss.md) -[*](computational_complexity.md) -[*](social_inertia.md) -[*](cracking.md) -[*](chinese.md) -[*](social_inertia.md) -[*](creative_commons.md) -[*](proprietary.md) -[*](people.md) -[*](math.md) -[*](rationalwiki.md) -[*](bs.md) -[*](usa.md) -[*](morality.md) -[*](regex.md) -[*](dungeons_and_dragons.md) -[*](zuckerberg.md) -[*](watchdog.md) -[*](feminism.md) -[*](just_werks.md) -[*](42.md) -[*](geek.md) -[*](comment.md) -[*](minesweeper.md) -[*](gay.md) -[*](raylib.md) -[*](rights_culture.md) -[*](free.md) -[*](raycastlib.md) -[*](binary.md) -[*](lambda_calculus.md) -[*](trump.md) -[*](emoticon.md) -[*](raylib.md) -[*](wiki_authors.md) -[*](pseudo3d.md) -[*](needed.md) -[*](fediverse.md) -[*](holy_war.md) -[*](countercomplex.md) -[*](devuan.md) -[*](yes_they_can.md) -[*](turing_machine.md) -[*](boat.md) -[*](crypto.md) -[*](lrs_dictionary.md) -[*](ascii.md) -[*](holy_war.md) -[*](tensor_product.md) -[*](julia_set.md) -[*](atan.md) -[*](gemini.md) -[*](uxn.md) -[*](saf.md) -[*](evil.md) -[*](faggot.md) -[*](suicide.md) -[*](gnu.md) -[*](cpu.md) -[*](4chan.md) -[*](demoscene.md) -[*](dick_reveal.md) -[*](tangram.md) -[*](security.md) -[*](reddit.md) -[*](cat_v.md) -[*](greenwashing.md) -[*](anal_bead.md) -[*](randomness.md) -[*](library.md) -[*](bit.md) -[*](mainstream.md) -[*](double_buffering.md) -[*](interesting.md) -[*](analytic_geometry.md) -[*](assembly.md) -[*](cheating.md) -[*](wiki_pages.md) -[*](czechia.md) -[*](pi.md) -[*](update_culture.md) -[*](pseudo3d.md) -[*](proprietary_software.md) -[*](fascism.md) -[*](entropy.md) -[*](duskos.md) -[*](ram.md) -[*](de_facto.md) -[*](100r.md) -[*](deep_blue.md) -[*](nord_vpn.md) -[*](bullshit.md) -[*](xonotic.md) -[*](open_source.md) -[*](needed.md) -[*](capitalist_singularity.md) -[*](crow_funding.md) -[*](cc0.md) -[*](marble_race.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](linux.md) -[*](frameless.md) -[*](wow.md) -[*](consumerism.md) -[*](old.md) -[*](complexity.md) -[*](bitreich.md) -[*](dynamic_programming.md) -[*](tor.md) -[*](de_facto.md) -[*](ioccc.md) -[*](cc0.md) -[*](nc.md) -[*](pride.md) -[*](justice.md) -[*](acronym.md) -[*](right.md) -[*](deferred_shading.md) -[*](progress.md) -[*](jesus.md) -[*](real_number.md) -[*](sqrt.md) -[*](productivity_cult.md) -[*](mainstream.md) -[*](software.md) -[*](minimalism.md) -[*](history.md) -[*](body_shaming.md) -[*](stereotype.md) -[*](newspeak.md) -[*](shogi.md) -[*](tinyphysicsengine.md) -[*](zen.md) -[*](human_language.md) -[*](linux.md) -[*](bloat.md) -[*](dick_reveal.md) -[*](copyfree.md) -[*](microtheft.md) -[*](doom.md) -[*](physics_engine.md) -[*](modern_software.md) -[*](intellectual_property.md) -[*](rock.md) -[*](emoticon.md) -[*](ancap.md) -[*](splinternet.md) -[*](triangle.md) -[*](quantum_gate.md) -[*](crow_funding.md) -[*](holy_war.md) -[*](qubit.md) -[*](trash_magic.md) -[*](malware.md) -[*](left.md) -[*](crypto.md) -[*](free_culture.md) -[*](less_retarded_hardware.md) -[*](hard_to_learn_easy_to_master.md) -[*](apple.md) -[*](girl.md) -[*](facebook.md) -[*](living.md) -[*](music.md) -[*](culture.md) -[*](c_pitfalls.md) -[*](marxism.md) -[*](autoupdate.md) -[*](pd.md) -[*](turing_machine.md) -[*](microsoft.md) -[*](unix_philosophy.md) -[*](racetrack.md) -[*](physics_engine.md) -[*](python.md) -[*](leading_the_pig_to_the_slaughterhouse.md) -[*](phd.md) -[*](hash.md) -[*](computational_complexity.md) -[*](programming_tips.md) -[*](pedophilia.md) -[*](ascii_art.md) -[*](niggercoin.md) -[*](jedi_engine.md) -[*](race.md) -[*](cc.md) -[*](interplanetary_internet.md) -[*](wiki_stats.md) -[*](ethics.md) -[*](devuan.md) -[*](kwangmyong.md) -[*](paradigm.md) -[*](nigger.md) -[*](left_right.md) -[*](education.md) -[*](kiwifarms.md) -[*](modern.md) -[*](frameless.md) -[*](marketing.md) -[*](wiki_post_mortem.md) -[*](bazaar.md) -[*](wiki_rights.md) -[*](encyclopedia.md) -[*](bytecode.md) -[*](comun.md) -[*](avpd.md) -[*](neural_network.md) -[*](entropy.md) -[*](assertiveness.md) -[*](collision_detection.md) -[*](english.md) -[*](fractal.md) -[*](soydev.md) -[*](rule110.md) -[*](robot.md) -[*](fascist.md) -[*](procgen.md) -[*](systemd.md) -[*](public_domain_computer.md) -[*](race.md) -[*](world_broadcast.md) -[*](left.md) -[*](english.md) -[*](triangle.md) -[*](thrembo.md) -[*](plusnigger.md) -[*](censorship.md) -[*](girl.md) -[*](portal_rendering.md) -[*](blender.md) -[*](coding.md) -[*](free_body.md) -[*](firmware.md) -[*](permacomputing.md) -[*](fantasy_console.md) -[*](www.md) -[*](xd.md) -[*](flatland.md) -[*](beauty.md) -[*](debugging.md) -[*](football.md) -[*](algorithm.md) -[*](one.md) -[*](one.md) -[*](privacy.md) -[*](antivirus_paradox.md) -[*](wiki_post_mortem.md) -[*](software.md) -[*](prime.md) -[*](distance.md) -[*](proof.md) -[*](hero.md) -[*](libertarianism.md) -[*](security.md) -[*](dodleston.md) -[*](bitreich.md) -[*](normalization.md) -[*](bit.md) -[*](prime.md) -[*](gopher.md) -[*](flatland.md) -[*](love.md) -[*](niggercoin.md) -[*](temple_os.md) -[*](boot.md) -[*](windows.md) -[*](collision_detection.md) -[*](information.md) -[*](game.md) -[*](interplanetary_internet.md) -[*](sqrt.md) -[*](hard_to_learn_easy_to_master.md) -[*](resnicks_termite.md) -[*](kiss.md) -[*](programming_language.md) -[*](small3dlib.md) -[*](3d_rendering.md) -[*](dodleston.md) -[*](cache.md) -[*](quaternion.md) -[*](fun.md) -[*](transistor.md) -[*](assertiveness.md) -[*](memory_management.md) -[*](information.md) -[*](piracy.md) -[*](no_knowledge_proof.md) -[*](zero.md) -[*](usa.md) -[*](old.md) -[*](fqa.md) -[*](trolling.md) -[*](anarchism.md) -[*](wiki_style.md) -[*](crow_funding.md) -[*](logic.md) -[*](hw.md) -[*](smol_internet.md) -[*](watchdog.md) -[*](free_body.md) -[*](ubi.md) -[*](jedi_engine.md) -[*](ronja.md) -[*](logic.md) -[*](encryption.md) -[*](cyber.md) -[*](bitreich.md) -[*](marble_race.md) -[*](free_hardware.md) -[*](racetrack.md) -[*](malware.md) -[*](mental_outlaw.md) -[*](ted_kaczynski.md) -[*](sigbovik.md) -[*](software.md) -[*](analog.md) -[*](dick_reveal.md) -[*](3d_modeling.md) -[*](open_source.md) -[*](semiconductor.md) -[*](resnicks_termite.md) -[*](permacomputing_wiki.md) -[*](iq.md) -[*](atheism.md) -[*](wikiwikiweb.md) -[*](culture.md) -[*](often_misunderstood.md) -[*](moderation.md) -[*](oop.md) -[*](free_speech.md) -[*](trolling.md) -[*](girl.md) -[*](normalization.md) -[*](computational_complexity.md) -[*](antivirus_paradox.md) -[*](formal_language.md) -[*](usenet.md) -[*](wiki_style.md) -[*](magic.md) -[*](fediverse.md) -[*](neural_network.md) -[*](langtons_ant.md) -[*](nationalism.md) -[*](sqrt.md) -[*](interpolation.md) -[*](nigger.md) -[*](earth.md) -[*](faq.md) -[*](public_domain.md) -[*](unary.md) -[*](future_proof.md) -[*](portability.md) -[*](brain_software.md) -[*](license.md) -[*](dynamic_programming.md) -[*](determinism.md) -[*](thrembo.md) -[*](czechia.md) -[*](backgammon.md) -[*](name_is_important.md) -[*](easy_to_learn_hard_to_master.md) -[*](proprietary_software.md) -[*](wiby.md) -[*](trusting_trust.md) -[*](whale.md) -[*](attribution.md) -[*](modern.md) -[*](p_vs_np.md) -[*](iq.md) -[*](wiki_rights.md) -[*](io.md) -[*](dog.md) -[*](often_misunderstood.md) -[*](docker.md) -[*](plan9.md) -[*](fourier_transform.md) -[*](lgbt.md) -[*](programming_tips.md) -[*](mainstream.md) -[*](chinese.md) -[*](good_enough.md) -[*](interaction_net.md) -[*](collapse.md) -[*](cos.md) -[*](hardware.md) -[*](mouse.md) -[*](dependency.md) -[*](esolang.md) -[*](rgb332.md) -[*](java.md) -[*](ubi.md) -[*](color.md) -[*](attribution.md) -[*](motivation.md) -[*](fqa.md) -[*](palette.md) -[*](wikidata.md) -[*](nanogenmo.md) -[*](bullshit.md) -[*](bytebeat.md) -[*](cos.md) -[*](deep_blue.md) -[*](lrs.md) -[*](javascript.md) -[*](ascii_art.md) -[*](gender_studies.md) -[*](shader.md) -[*](money.md) -[*](fourier_transform.md) -[*](altruism.md) -[*](political_correctness.md) -[*](recursion.md) -[*](zero.md) -[*](nanogenmo.md) -[*](name_is_important.md) -[*](steve_jobs.md) -[*](dynamic_programming.md) -[*](fizzbuzz.md) -[*](copyright.md) -[*](no_knowledge_proof.md) -[*](elo.md) -[*](mipmap.md) -[*](crime_against_economy.md) -[*](graveyard.md) -[*](rgb332.md) -[*](python.md) -[*](watchdog.md) -[*](dungeons_and_dragons.md) -[*](analytic_geometry.md) -[*](linear_algebra.md) -[*](100r.md) -[*](nd.md) -[*](kiss.md) -[*](foss.md) -[*](cloud.md) -[*](elon_musk.md) -[*](hexadecimal.md) -[*](bit_hack.md) -[*](free_software.md) -[*](liberalism.md) -[*](lil.md) -[*](wiki_stats.md) -[*](monad.md) -[*](good_enough.md) -[*](x86.md) -[*](wikipedia.md) -[*](feminism.md) -[*](soyence.md) -[*](soydev.md) -[*](normalization.md) -[*](e.md) -[*](trom.md) -[*](everyone_does_it.md) -[*](x86.md) -[*](line.md) -[*](unary.md) -[*](finished.md) -[*](bloat.md) -[*](js.md) -[*](black.md) -[*](exercises.md) -[*](3d_model.md) -[*](tom_scott.md) -[*](wiki_pages.md) -[*](music.md) -[*](soydev.md) -[*](bilinear.md) -[*](science.md) -[*](nationalism.md) -[*](privacy.md) -[*](patent.md) -[*](rapeware.md) -[*](moderation.md) -[*](racism.md) -[*](pokitto.md) -[*](free_speech.md) -[*](app.md) -[*](fantasy_console.md) -[*](qubit.md) -[*](smart.md) -[*](acronym.md) -[*](hero.md) -[*](history.md) -[*](woman.md) -[*](interpolation.md) -[*](build_engine.md) -[*](digital.md) -[*](wikidata.md) -[*](entrepreneur.md) -[*](bs.md) -[*](wiki_pages.md) -[*](logic_circuit.md) -[*](bytebeat.md) -[*](docker.md) [*](often_confused.md) -[*](compression.md) -[*](float.md) -[*](autostereogram.md) -[*](primitive_3d.md) -[*](e.md) -[*](antialiasing.md) -[*](marketing.md) -[*](apple.md) -[*](john_carmack.md) -[*](speech_synthesis.md) -[*](complexity.md) -[*](slowly_boiling_the_frog.md) -[*](mouse.md) -[*](c.md) -[*](selflessness.md) -[*](fight_culture.md) -[*](license.md) -[*](unix_philosophy.md) -[*](npc.md) -[*](yes_they_can.md) -[*](living.md) -[*](niger.md) -[*](sin.md) -[*](compiler_bomb.md) -[*](bytecode.md) -[*](infinity.md) -[*](freedom.md) -[*](distrohopping.md) -[*](entrepreneur.md) -[*](ronja.md) -[*](copyleft.md) -[*](hero_culture.md) -[*](global_discussion.md) -[*](corporation.md) -[*](privacy.md) -[*](githopping.md) -[*](gemini.md) -[*](mechanical.md) -[*](prime.md) -[*](formal_language.md) -[*](fascist.md) -[*](evil.md) -[*](disease.md) -[*](used.md) -[*](java.md) -[*](100r.md) -[*](antialiasing.md) -[*](apple.md) -[*](chaos.md) -[*](bootstrap.md) -[*](vector.md) -[*](marble_race.md) -[*](web.md) -[*](rapeware.md) -[*](monad.md) -[*](forth.md) -[*](steganography.md) -[*](tattoo.md) -[*](rms.md) -[*](audiophilia.md) -[*](hardware.md) -[*](xxiivv.md) -[*](bootstrap.md) -[*](cyber.md) -[*](bit_hack.md) -[*](quaternion.md) -[*](flatland.md) -[*](cache.md) -[*](kek.md) -[*](throwaway_script.md) -[*](unix_philosophy.md) -[*](mob_software.md) -[*](tas.md) -[*](vim.md) -[*](free_hardware.md) -[*](open_console.md) -[*](cc.md) -[*](dodleston.md) -[*](trusting_trust.md) -[*](copyfree.md) -[*](hacker_culture.md) -[*](exercises.md) -[*](unix.md) -[*](disease.md) -[*](computer.md) -[*](tensor_product.md) -[*](splinternet.md) -[*](wizard.md) -[*](binary.md) -[*](lrs_wiki.md) -[*](deferred_shading.md) -[*](data_structure.md) -[*](css.md) -[*](maintenance.md) -[*](internet.md) -[*](elon_musk.md) -[*](explicit.md) -[*](small3dlib.md) -[*](main.md) -[*](communism.md) -[*](technology.md) -[*](acronym.md) -[*](rights_culture.md) -[*](bill_gates.md) -[*](graveyard.md) -[*](facebook.md) -[*](terry_davis.md) -[*](real_number.md) -[*](forth.md) -[*](bill_gates.md) -[*](czechia.md) -[*](free_software.md) -[*](usa.md) -[*](anpac.md) -[*](malware.md) -[*](anarch.md) -[*](hexadecimal.md) -[*](public_domain_computer.md) -[*](gigachad.md) -[*](emoticon.md) -[*](pi.md) -[*](shit.md) -[*](free_universe.md) -[*](crypto.md) -[*](mechanical.md) -[*](openai.md) -[*](bilinear.md) -[*](audiophilia.md) -[*](iq.md) -[*](free_body.md) -[*](shortcut_thinking.md) -[*](demo.md) -[*](wikiwikiweb.md) -[*](body_shaming.md) -[*](wiki_stats.md) -[*](piracy.md) -[*](tpe.md) -[*](work.md) -[*](harry_potter.md) -[*](cpp.md) -[*](minimalism.md) -[*](bit.md) -[*](float.md) -[*](sw_rendering.md) -[*](consumerism.md) -[*](stereotype.md) -[*](terry_davis.md) -[*](permacomputing_wiki.md) -[*](jesus.md) -[*](devuan.md) -[*](capitalism.md) -[*](collapse.md) -[*](suckless.md) -[*](wiki_style.md) -[*](gay.md) -[*](debugging.md) -[*](collision.md) -[*](bazaar.md) -[*](nokia.md) -[*](morality.md) -[*](fight_culture.md) -[*](ai.md) -[*](english.md) -[*](binary.md) -[*](graveyard.md) -[*](cpu.md) -[*](consumerism.md) -[*](algorithm.md) -[*](soyence.md) -[*](altruism.md) [*](hack.md) -[*](lrs_dictionary.md) -[*](approximation.md) -[*](cracker.md) -[*](niggercoin.md) -[*](sdf.md) -[*](semiconductor.md) -[*](game.md) -[*](jargon_file.md) -[*](line.md) -[*](proof.md) -[*](smol_internet.md) -[*](tech.md) -[*](steve_jobs.md) -[*](evil.md) -[*](go.md) -[*](git.md) -[*](4chan.md) -[*](21st_century.md) -[*](furry.md) -[*](hacking.md) -[*](fail_ab.md) -[*](free_culture.md) -[*](javascript.md) -[*](public_domain.md) -[*](google.md) -[*](black.md) -[*](optimization.md) -[*](qubit.md) -[*](deferred_shading.md) -[*](love.md) -[*](recursion.md) -[*](geek.md) -[*](fuck.md) -[*](lambda_calculus.md) -[*](productivity_cult.md) -[*](golang.md) -[*](education.md) -[*](free_hardware.md) -[*](attribution.md) -[*](john_carmack.md) -[*](intellectual_property.md) -[*](ui.md) -[*](fractal.md) -[*](implicit.md) -[*](wiki_authors.md) -[*](duskos.md) -[*](pseudominimalism.md) -[*](books.md) -[*](reddit.md) -[*](hero_culture.md) -[*](cracking.md) -[*](living.md) -[*](c_tutorial.md) -[*](needed.md) -[*](fediverse.md) -[*](see_through_clothes.md) -[*](john_carmack.md) -[*](compression.md) -[*](cat_v.md) -[*](analog.md) -[*](backpropagation.md) -[*](anarchism.md) -[*](liberalism.md) -[*](easy_to_learn_hard_to_master.md) -[*](cache.md) -[*](everyone_does_it.md) -[*](cc.md) -[*](just_werks.md) -[*](f2p.md) -[*](used.md) -[*](tranny_software.md) -[*](lrs_wiki.md) -[*](openarena.md) -[*](kiss.md) -[*](gigachad.md) -[*](permacomputing.md) -[*](linear_algebra.md) -[*](pokitto.md) -[*](mud.md) -[*](interaction_net.md) -[*](regex.md) -[*](gopher.md) -[*](distrohopping.md) -[*](duke3d.md) -[*](cloud.md) -[*](encyclopedia.md) -[*](less_retarded_software.md) -[*](venus_project.md) -[*](aaron_swartz.md) -[*](axiom_of_choice.md) -[*](data_structure.md) -[*](gui.md) -[*](microsoft.md) -[*](trusting_trust.md) -[*](racism.md) -[*](furry.md) -[*](microtransaction.md) -[*](regex.md) -[*](shader.md) -[*](throwaway_script.md) -[*](maintenance.md) -[*](drummyfish.md) -[*](niger.md) -[*](interesting.md) -[*](magic.md) -[*](hero_culture.md) -[*](exercises.md) -[*](low_poly.md) -[*](jokes.md) -[*](combinatorics.md) -[*](drummyfish.md) -[*](3d_rendering.md) -[*](slowly_boiling_the_frog.md) -[*](blender.md) -[*](operating_system.md) -[*](algorithm.md) -[*](brainfuck.md) -[*](autostereogram.md) -[*](sanism.md) -[*](troll.md) -[*](democracy.md) -[*](version_numbering.md) -[*](thrembo.md) -[*](chess.md) -[*](see_through_clothes.md) -[*](billboard.md) -[*](number.md) -[*](elo.md) -[*](framework.md) -[*](ubi.md) -[*](sw_rendering.md) -[*](sigbovik.md) -[*](sorting.md) -[*](usenet.md) -[*](web.md) -[*](toxic.md) -[*](reddit.md) -[*](axiom_of_choice.md) -[*](old.md) -[*](anarchism.md) -[*](esolang.md) -[*](no_knowledge_proof.md) -[*](pi.md) -[*](selflessness.md) -[*](faggot.md) -[*](nord_vpn.md) -[*](smart.md) -[*](tom_scott.md) -[*](primitive_3d.md) -[*](fork.md) -[*](collapse.md) -[*](piracy.md) -[*](free_culture.md) -[*](foss.md) -[*](minigame.md) -[*](chess.md) -[*](open_source.md) -[*](diogenes.md) -[*](communism.md) -[*](beauty.md) -[*](tpe.md) -[*](wiki_authors.md) -[*](compsci.md) -[*](world_broadcast.md) -[*](faq.md) -[*](reactionary_software.md) -[*](analog.md) -[*](main.md) -[*](phd.md) -[*](ancap.md) -[*](loc.md) -[*](countercomplex.md) -[*](motivation.md) -[*](distance.md) -[*](robot.md) -[*](free_will.md) -[*](wizard.md) -[*](gender_studies.md) -[*](often_misunderstood.md) -[*](interesting.md) -[*](ronja.md) -[*](optimization.md) -[*](nc.md) -[*](gaywashing.md) -[*](hyperoperation.md) -[*](minimalism.md) -[*](facebook.md) -[*](finished.md) -[*](tor.md) -[*](3d_model.md) -[*](gigachad.md) -[*](money.md) -[*](rights_culture.md) -[*](fixed_point.md) -[*](portal_rendering.md) -[*](windows.md) -[*](optimization.md) -[*](island.md) -[*](political_correctness.md) -[*](ethics.md) -[*](capitalism.md) -[*](copyfree.md) -[*](nanogenmo.md) -[*](programming.md) -[*](settled.md) -[*](downto.md) -[*](lmao.md) -[*](game_of_life.md) -[*](bilinear.md) -[*](lgbt.md) -[*](rsa.md) -[*](productivity_cult.md) -[*](aliasing.md) -[*](beauty.md) -[*](entropy.md) -[*](pseudoleft.md) -[*](shortcut_thinking.md) -[*](os.md) -[*](work.md) -[*](quaternion.md) -[*](smallchesslib.md) -[*](fear_culture.md) -[*](maintenance.md) -[*](arduboy.md) -[*](infinity.md) -[*](free_universe.md) -[*](io.md) -[*](fight_culture.md) -[*](military.md) -[*](easier_done_than_said.md) -[*](app.md) -[*](comun.md) -[*](function.md) -[*](oop.md) -[*](3d_rendering.md) -[*](vim.md) -[*](internet.md) -[*](fractal.md) -[*](logic_circuit.md) -[*](fight.md) -[*](lambda_calculus.md) -[*](bazaar.md) -[*](42.md) -[*](marxism.md) -[*](capitalist_software.md) -[*](c.md) -[*](transistor.md) -[*](bullshit.md) -[*](pseudo3d.md) -[*](earth.md) -[*](c.md) -[*](encryption.md) -[*](capitalist_software.md) -[*](niger.md) -[*](trump.md) -[*](rgb332.md) -[*](ssao.md) -[*](mud.md) -[*](unix.md) -[*](primitive_3d.md) -[*](life.md) -[*](kek.md) -[*](assembly.md) -[*](people.md) -[*](toxic.md) -[*](paywall.md) -[*](fight.md) -[*](duke3d.md) -[*](java.md) -[*](backgammon.md) -[*](wikipedia.md) -[*](boot.md) -[*](color.md) [*](dependency.md) -[*](plan9.md) -[*](go.md) -[*](memory_management.md) -[*](good_enough.md) -[*](fun.md) -[*](sorting.md) -[*](oop.md) -[*](resnicks_termite.md) -[*](tor.md) -[*](left_right.md) -[*](smallchesslib.md) -[*](diogenes.md) -[*](slowly_boiling_the_frog.md) -[*](game.md) -[*](suckless.md) -[*](nord_vpn.md) -[*](physics_engine.md) -[*](npc.md) +[*](books.md) +[*](drummyfish.md) +[*](see_through_clothes.md) +[*](living.md) +[*](interesting.md) +[*](githopping.md) +[*](kwangmyong.md) +[*](digital_signature.md) +[*](rationalwiki.md) +[*](crime_against_economy.md) [*](digital_signature.md) -[*](aliasing.md) -[*](plusnigger.md) -[*](debugging.md) -[*](function.md) -[*](permacomputing_wiki.md) -[*](permacomputing.md) -[*](4chan.md) -[*](gender_studies.md) -[*](google.md) -[*](fantasy_console.md) -[*](linear_algebra.md) -[*](robot.md) -[*](human_language.md) -[*](wiby.md) -[*](coc.md) -[*](floss.md) -[*](soyence.md) -[*](public_domain.md) -[*](number.md) -[*](rms.md) -[*](raycasting.md) -[*](free.md) -[*](ethics.md) -[*](plan9.md) -[*](mandelbrot_set.md) -[*](zen.md) -[*](backgammon.md) -[*](education.md) -[*](political_correctness.md) -[*](venus_project.md) -[*](cheating.md) -[*](pd.md) -[*](README.md) -[*](xonotic.md) -[*](bootstrap.md) -[*](cracking.md) -[*](dungeons_and_dragons.md) -[*](programming.md) -[*](marketing.md) -[*](demoscene.md) -[*](how_to.md) -[*](boot.md) -[*](censorship.md) -[*](zuckerberg.md) -[*](rust.md) -[*](computer.md) -[*](loc.md) -[*](p_vs_np.md) -[*](antivirus_paradox.md) -[*](murderer.md) -[*](3d_modeling.md) -[*](mental_outlaw.md) -[*](anarch.md) -[*](mob_software.md) -[*](license.md) -[*](physics.md) -[*](coc.md) -[*](chaos.md) -[*](minigame.md) -[*](black.md) -[*](c_tutorial.md) -[*](newspeak.md) -[*](diogenes.md) -[*](programming_style.md) -[*](sudoku.md) -[*](openai.md) -[*](fourier_transform.md) -[*](game_of_life.md) -[*](money.md) -[*](sin.md) -[*](cheating.md) -[*](charity_sex.md) -[*](anarch.md) -[*](atan.md) -[*](number.md) -[*](hash.md) -[*](rule110.md) -[*](less_retarded_software.md) -[*](21st_century.md) -[*](brain_software.md) -[*](netstalking.md) -[*](wavelet_transform.md) -[*](tangram.md) -[*](portability.md) -[*](pseudoleft.md) -[*](anpac.md) -[*](downto.md) -[*](distrohopping.md) [*](data_structure.md) -[*](cancer.md) -[*](libre.md) -[*](morality.md) -[*](neural_network.md) -[*](markov_chain.md) -[*](io.md) -[*](assembly.md) -[*](xd.md) -[*](mandelbrot_set.md) -[*](pokitto.md) -[*](billboard.md) -[*](proof.md) -[*](tangram.md) -[*](justice.md) -[*](human_language.md) -[*](jesus.md) -[*](duskos.md) -[*](settled.md) -[*](lil.md) -[*](lrs_wiki.md) -[*](minigame.md) -[*](copyleft.md) -[*](hacking.md) -[*](luke_smith.md) -[*](kids_these_days.md) -[*](smart.md) -[*](teletext.md) -[*](ted_kaczynski.md) -[*](boat.md) -[*](hacker_culture.md) -[*](langtons_ant.md) -[*](capitalist_singularity.md) -[*](culture.md) -[*](tech.md) -[*](google.md) -[*](myths.md) -[*](progress.md) -[*](censorship.md) -[*](youtube.md) -[*](sigbovik.md) -[*](future_proof.md) -[*](combinatorics.md) -[*](gnu.md) -[*](elon_musk.md) -[*](autoupdate.md) -[*](feminism.md) -[*](comment.md) -[*](hard_to_learn_easy_to_master.md) -[*](netstalking.md) -[*](js.md) -[*](42.md) -[*](easy_to_learn_hard_to_master.md) -[*](doom.md) -[*](doom.md) -[*](sw.md) -[*](21st_century.md) -[*](ioccc.md) -[*](viznut.md) -[*](egoism.md) -[*](palette.md) -[*](crime_against_economy.md) -[*](future_proof.md) -[*](portal_rendering.md) -[*](tranny_software.md) -[*](ascii_art.md) -[*](langtons_ant.md) -[*](sanism.md) -[*](twos_complement.md) -[*](cancer.md) -[*](sjw.md) -[*](jokes.md) -[*](technology.md) -[*](right.md) -[*](library.md) -[*](demoscene.md) -[*](noise.md) -[*](competition.md) -[*](julia_set.md) -[*](youtube.md) -[*](collision.md) -[*](troll.md) -[*](noise.md) -[*](comun.md) -[*](pride.md) -[*](procgen.md) -[*](nd.md) -[*](speech_synthesis.md) -[*](less_retarded_society.md) -[*](tinyphysicsengine.md) -[*](nokia.md) -[*](proprietary.md) -[*](mandelbrot_set.md) -[*](finished.md) -[*](unicode.md) -[*](line.md) -[*](rgb565.md) -[*](openarena.md) -[*](settled.md) -[*](corporation.md) -[*](css.md) -[*](less_retarded_society.md) -[*](abstraction.md) -[*](democracy.md) -[*](cpp.md) -[*](selflessness.md) -[*](raycasting.md) -[*](rsa.md) -[*](fork.md) -[*](fail_ab.md) -[*](dinosaur.md) -[*](compsci.md) -[*](distance.md) -[*](uxn.md) -[*](fsf.md) -[*](hack.md) -[*](jedi_engine.md) -[*](f2p.md) [*](marxism.md) -[*](trash_magic.md) -[*](3d_model.md) -[*](smol_internet.md) -[*](vector.md) -[*](capitalist_software.md) -[*](bbs.md) -[*](determinism.md) -[*](memory_management.md) -[*](justice.md) -[*](githopping.md) -[*](creative_commons.md) -[*](intellectual_property.md) -[*](tas.md) -[*](c_sharp.md) -[*](cpu.md) -[*](tinyphysicsengine.md) -[*](systemd.md) -[*](usenet.md) -[*](free.md) -[*](pseudorandomness.md) -[*](coding.md) -[*](raylib.md) -[*](README.md) -[*](randomness.md) -[*](viznut.md) -[*](cracker.md) -[*](f2p.md) -[*](git.md) -[*](build_engine.md) -[*](femoid.md) -[*](approximation.md) -[*](chinese.md) -[*](sudoku.md) -[*](competition.md) -[*](palette.md) -[*](trolling.md) -[*](often_confused.md) -[*](double_buffering.md) -[*](data_hoarding.md) -[*](copyright.md) -[*](sudoku.md) -[*](compsci.md) -[*](npc.md) -[*](often_confused.md) -[*](trash_magic.md) -[*](portability.md) -[*](bloat_monopoly.md) -[*](tas.md) -[*](fun.md) -[*](encyclopedia.md) -[*](youtube.md) -[*](operating_system.md) -[*](version_numbering.md) -[*](unicode.md) -[*](logic_gate.md) -[*](myths.md) -[*](monad.md) -[*](capitalism.md) -[*](sw_rendering.md) -[*](hardware.md) -[*](island.md) -[*](gnu.md) -[*](paradigm.md) -[*](programming_style.md) -[*](hack.md) -[*](kids_these_days.md) -[*](operating_system.md) -[*](geek.md) -[*](troll.md) -[*](public_domain_computer.md) -[*](everyone_does_it.md) -[*](xxiivv.md) -[*](progress.md) -[*](libre.md) -[*](femoid.md) -[*](island.md) -[*](atan.md) -[*](right.md) [*](unretard.md) -[*](tensor_product.md) -[*](security.md) -[*](greenwashing.md) -[*](pseudoleft.md) -[*](fuck.md) -[*](sin.md) -[*](love.md) -[*](nationalism.md) -[*](implicit.md) -[*](rock.md) -[*](jargon_file.md) -[*](bit_hack.md) -[*](free_speech.md) -[*](moderation.md) -[*](xxiivv.md) -[*](rule110.md) -[*](temple_os.md) -[*](kwangmyong.md) -[*](open_console.md) -[*](harry_potter.md) -[*](stereotype.md) -[*](wiki_rights.md) -[*](framework.md) -[*](README.md) -[*](wavelet_transform.md) -[*](fork.md) -[*](unary.md) -[*](egoism.md) -[*](easier_done_than_said.md) -[*](shit.md) -[*](modern_software.md) -[*](information.md) -[*](assertiveness.md) -[*](smallchesslib.md) -[*](anpac.md) -[*](reactionary_software.md) -[*](version_numbering.md) -[*](teletext.md) -[*](unicode.md) -[*](open_console.md) -[*](chasm_the_rift.md) -[*](cloud.md) -[*](hero.md) -[*](bloat.md) -[*](science.md) -[*](nc.md) -[*](less_retarded_hardware.md) -[*](books.md) -[*](twos_complement.md) -[*](go.md) -[*](kids_these_days.md) -[*](encryption.md) -[*](fsf.md) -[*](bbs.md) -[*](math.md) -[*](mipmap.md) -[*](charity_sex.md) -[*](float.md) -[*](charity_sex.md) -[*](shortcut_thinking.md) -[*](jargon_file.md) -[*](creative_commons.md) -[*](function.md) -[*](javascript.md) -[*](brain_software.md) -[*](paywall.md) -[*](triangle.md) -[*](determinism.md) -[*](quantum_gate.md) -[*](chaos.md) -[*](floss.md) -[*](microtheft.md) -[*](physics.md) -[*](xonotic.md) -[*](procgen.md) -[*](internet.md) -[*](hyperoperation.md) -[*](one.md) -[*](infinity.md) -[*](sanism.md) -[*](mob_software.md) -[*](magic.md) -[*](toxic.md) -[*](wow.md) -[*](double_buffering.md) -[*](3d_modeling.md) -[*](windows.md) -[*](chasm_the_rift.md) -[*](fixed_point.md) [*](see_through_clothes.md) -[*](crime_against_economy.md) -[*](cat_v.md) -[*](markov_chain.md) -[*](history.md) -[*](python.md) -[*](gaywashing.md) -[*](tattoo.md) -[*](dinosaur.md) -[*](work.md) -[*](rgb565.md) -[*](logic_gate.md) -[*](greenwashing.md) -[*](easier_done_than_said.md) -[*](math.md) -[*](backpropagation.md) -[*](global_discussion.md) -[*](ascii.md) -[*](whale.md) -[*](atheism.md) -[*](technology.md) -[*](pseudominimalism.md) -[*](bloat_monopoly.md) -[*](chasm_the_rift.md) -[*](reactionary_software.md) -[*](wikiwikiweb.md) -[*](altruism.md) -[*](zuckerberg.md) +[*](nc.md) +[*](sigbovik.md) +[*](formal_language.md) +[*](exercises.md) +[*](rms.md) +[*](portal_rendering.md) +[*](microsoft.md) +[*](css.md) +[*](reddit.md) +[*](used.md) +[*](quantum_gate.md) +[*](p_vs_np.md) +[*](unix.md) +[*](freedom.md) +[*](tas.md) +[*](double_buffering.md) +[*](lrs_wiki.md) +[*](cos.md) +[*](how_to.md) +[*](go.md) +[*](bytecode.md) +[*](fqa.md) +[*](portability.md) +[*](finished.md) +[*](music.md) +[*](saf.md) +[*](tas.md) [*](aliasing.md) -[*](small3dlib.md) +[*](soydev.md) +[*](elon_musk.md) +[*](social_inertia.md) +[*](vector.md) +[*](implicit.md) +[*](qubit.md) +[*](hash.md) +[*](tas.md) +[*](racetrack.md) +[*](anarch.md) +[*](julia_set.md) +[*](brain_software.md) +[*](assembly.md) +[*](web.md) +[*](quine.md) +[*](anpac.md) +[*](gaywashing.md) +[*](open_source.md) +[*](woman.md) +[*](firmware.md) +[*](collision.md) +[*](paywall.md) +[*](yes_they_can.md) +[*](wiby.md) +[*](cat_v.md) +[*](global_discussion.md) +[*](libre.md) +[*](nigger.md) +[*](logic.md) +[*](fascism.md) +[*](interaction_net.md) +[*](interesting.md) +[*](lrs_dictionary.md) +[*](comment.md) +[*](git.md) +[*](stereotype.md) +[*](interplanetary_internet.md) +[*](music.md) +[*](downto.md) +[*](capitalist_singularity.md) +[*](cache.md) +[*](ssao.md) +[*](gay.md) +[*](langtons_ant.md) +[*](disease.md) +[*](reactionary_software.md) +[*](twos_complement.md) +[*](openai.md) +[*](wow.md) +[*](c_tutorial.md) +[*](graphics.md) +[*](less_retarded_society.md) +[*](dependency.md) +[*](pseudominimalism.md) +[*](audiophilia.md) +[*](collision.md) +[*](systemd.md) +[*](wiki_style.md) +[*](algorithm.md) +[*](countercomplex.md) +[*](emoticon.md) +[*](football.md) +[*](dog.md) +[*](web.md) +[*](graphics.md) +[*](lambda_calculus.md) +[*](used.md) +[*](e.md) +[*](capitalist_software.md) +[*](sorting.md) +[*](modern.md) +[*](chinese.md) +[*](arch.md) +[*](censorship.md) +[*](www.md) +[*](logic_circuit.md) +[*](proprietary.md) +[*](rapeware.md) +[*](wiki_stats.md) +[*](wiki_rights.md) +[*](systemd.md) +[*](comment.md) +[*](public_domain.md) +[*](coc.md) +[*](wiki_authors.md) +[*](coc.md) +[*](3d_rendering.md) +[*](githopping.md) +[*](everyone_does_it.md) +[*](bitreich.md) +[*](free_software.md) +[*](bit_hack.md) +[*](css.md) +[*](3d_model.md) +[*](tranny_software.md) +[*](optimization.md) +[*](entrepreneur.md) +[*](python.md) +[*](security.md) +[*](hardware.md) +[*](langtons_ant.md) +[*](free.md) +[*](aaron_swartz.md) +[*](needed.md) +[*](cheating.md) +[*](zen.md) +[*](sin.md) +[*](troll.md) +[*](logic_circuit.md) +[*](x86.md) +[*](wiki_rights.md) +[*](software.md) +[*](free_hardware.md) +[*](jedi_engine.md) +[*](gender_studies.md) +[*](everyone_does_it.md) +[*](lrs_dictionary.md) +[*](phd.md) +[*](explicit.md) +[*](libertarianism.md) +[*](quantum_gate.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](bloat_monopoly.md) +[*](whale.md) +[*](less_retarded_hardware.md) +[*](game_of_life.md) +[*](mandelbrot_set.md) +[*](game.md) +[*](gopher.md) +[*](copyright.md) +[*](build_engine.md) +[*](proprietary_software.md) +[*](books.md) +[*](jargon_file.md) +[*](xd.md) +[*](privacy.md) +[*](linear_algebra.md) +[*](smallchesslib.md) +[*](docker.md) +[*](watchdog.md) +[*](open_console.md) +[*](quaternion.md) +[*](crime_against_economy.md) +[*](collapse.md) +[*](graveyard.md) +[*](less_retarded_hardware.md) +[*](duke3d.md) +[*](markov_chain.md) +[*](rights_culture.md) +[*](oop.md) +[*](trump.md) +[*](saf.md) [*](shogi.md) +[*](oop.md) +[*](arch.md) +[*](duskos.md) +[*](wiki_stats.md) +[*](copyfree.md) +[*](needed.md) +[*](devuan.md) +[*](approximation.md) +[*](evil.md) +[*](mandelbrot_set.md) +[*](zero.md) +[*](debugging.md) +[*](cracking.md) +[*](furry.md) +[*](technology.md) +[*](ascii_art.md) +[*](pedophilia.md) +[*](kek.md) +[*](mud.md) +[*](plan9.md) +[*](english.md) +[*](sw.md) +[*](plan9.md) +[*](body_shaming.md) +[*](fixed_point.md) +[*](jesus.md) +[*](less_retarded_software.md) +[*](real_number.md) +[*](often_confused.md) +[*](settled.md) +[*](boot.md) +[*](neural_network.md) +[*](fixed_point.md) +[*](memory_management.md) +[*](dick_reveal.md) +[*](compiler_bomb.md) +[*](comun.md) +[*](programming_tips.md) +[*](teletext.md) +[*](nd.md) +[*](pi.md) +[*](data_hoarding.md) +[*](dynamic_programming.md) +[*](antialiasing.md) +[*](often_confused.md) +[*](smart.md) +[*](audiophilia.md) +[*](coding.md) +[*](bit.md) +[*](antivirus_paradox.md) +[*](lrs.md) +[*](iq.md) +[*](boot.md) +[*](blender.md) +[*](rust.md) +[*](dodleston.md) +[*](coc.md) +[*](distance.md) +[*](copyleft.md) +[*](hw.md) +[*](beauty.md) +[*](cache.md) +[*](loc.md) +[*](watchdog.md) +[*](morality.md) +[*](README.md) +[*](love.md) +[*](music.md) +[*](interplanetary_internet.md) +[*](throwaway_script.md) +[*](combinatorics.md) +[*](monad.md) +[*](lrs.md) +[*](comun.md) +[*](myths.md) +[*](devuan.md) +[*](lmao.md) +[*](c.md) +[*](nokia.md) +[*](mechanical.md) +[*](island.md) +[*](work.md) +[*](progress.md) +[*](firmware.md) +[*](wikiwikiweb.md) +[*](chaos.md) +[*](tor.md) +[*](hardware.md) +[*](rule110.md) +[*](c_pitfalls.md) +[*](kids_these_days.md) +[*](rule110.md) +[*](trolling.md) +[*](free_hardware.md) +[*](disease.md) +[*](harry_potter.md) +[*](gaywashing.md) +[*](vector.md) +[*](ubi.md) +[*](kek.md) +[*](easier_done_than_said.md) +[*](hash.md) +[*](sorting.md) +[*](social_inertia.md) +[*](just_werks.md) +[*](countercomplex.md) +[*](faggot.md) +[*](pokitto.md) +[*](gay.md) +[*](brainfuck.md) +[*](xxiivv.md) +[*](procgen.md) +[*](sanism.md) +[*](crypto.md) +[*](wikipedia.md) +[*](money.md) +[*](watchdog.md) +[*](hexadecimal.md) +[*](trolling.md) +[*](less_retarded_society.md) +[*](math.md) +[*](raylib.md) +[*](beauty.md) +[*](deferred_shading.md) +[*](raycasting.md) +[*](fourier_transform.md) [*](left_right.md) [*](fight.md) -[*](unretard.md) -[*](hash.md) -[*](luke_smith.md) -[*](floss.md) -[*](patent.md) -[*](unretard.md) -[*](cancer.md) -[*](saf.md) -[*](libertarianism.md) -[*](byte.md) -[*](programming.md) -[*](fqa.md) -[*](harry_potter.md) -[*](sjw.md) -[*](unix.md) -[*](library.md) -[*](fixed_point.md) -[*](e.md) -[*](transistor.md) -[*](free_universe.md) -[*](entrepreneur.md) -[*](game_of_life.md) -[*](www.md) -[*](autostereogram.md) -[*](bytebeat.md) -[*](tattoo.md) -[*](ioccc.md) -[*](minesweeper.md) -[*](arduboy.md) -[*](steganography.md) -[*](gui.md) -[*](faggot.md) -[*](compiler_bomb.md) -[*](digital_signature.md) -[*](de_facto.md) -[*](vector.md) -[*](microtheft.md) -[*](proprietary.md) -[*](corporation.md) -[*](complexity.md) -[*](suckless.md) -[*](programming_tips.md) -[*](netstalking.md) -[*](wiby.md) -[*](phd.md) -[*](golang.md) -[*](digital_signature.md) -[*](copyright.md) -[*](graphics.md) -[*](rationalwiki.md) -[*](rust.md) -[*](frameless.md) -[*](os.md) -[*](cos.md) -[*](explicit.md) -[*](free_will.md) -[*](art.md) -[*](byte.md) -[*](teletext.md) -[*](woman.md) -[*](how_to.md) -[*](murderer.md) -[*](billboard.md) -[*](lmao.md) -[*](fear_culture.md) -[*](golang.md) -[*](julia_set.md) -[*](sjw.md) -[*](docker.md) -[*](paywall.md) -[*](whale.md) -[*](arch.md) +[*](javascript.md) +[*](shit.md) +[*](assembly.md) [*](suicide.md) -[*](fuck.md) -[*](fascism.md) -[*](less_retarded_society.md) -[*](speech_synthesis.md) -[*](disease.md) -[*](graphics.md) -[*](programming_language.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](paradigm.md) +[*](unretard.md) +[*](trash_magic.md) +[*](unary.md) +[*](lgbt.md) +[*](moderation.md) [*](logic_circuit.md) -[*](aaron_swartz.md) -[*](audiophilia.md) -[*](viznut.md) -[*](js.md) -[*](murderer.md) -[*](quine.md) -[*](analytic_geometry.md) -[*](c_sharp.md) -[*](os.md) -[*](less_retarded_hardware.md) +[*](lmao.md) +[*](soyence.md) +[*](ancap.md) [*](liberalism.md) -[*](fascist.md) -[*](luke_smith.md) -[*](c_pitfalls.md) -[*](mental_outlaw.md) -[*](nokia.md) -[*](military.md) -[*](quine.md) -[*](main.md) -[*](left.md) -[*](patent.md) +[*](windows.md) +[*](shader.md) +[*](rsa.md) +[*](hardware.md) +[*](history.md) +[*](temple_os.md) +[*](boat.md) +[*](nanogenmo.md) +[*](graveyard.md) +[*](free.md) +[*](fail_ab.md) +[*](ancap.md) +[*](human_language.md) +[*](noise.md) +[*](sjw.md) +[*](entrepreneur.md) +[*](devuan.md) [*](abstraction.md) -[*](ssao.md) +[*](copyright.md) +[*](jesus.md) +[*](distrohopping.md) +[*](social_inertia.md) +[*](update_culture.md) +[*](demo.md) +[*](racetrack.md) +[*](memory_management.md) +[*](computer.md) +[*](hack.md) +[*](ted_kaczynski.md) +[*](ioccc.md) +[*](gaywashing.md) +[*](dog.md) +[*](netstalking.md) +[*](kiss.md) +[*](dynamic_programming.md) +[*](attribution.md) +[*](sdf.md) +[*](version_numbering.md) +[*](hero_culture.md) +[*](elon_musk.md) +[*](boat.md) +[*](tech.md) +[*](license.md) +[*](game_engine.md) +[*](f2p.md) +[*](gui.md) +[*](terry_davis.md) +[*](fascist.md) +[*](version_numbering.md) +[*](3d_model.md) +[*](trusting_trust.md) +[*](mechanical.md) +[*](copyfree.md) +[*](left.md) +[*](usa.md) +[*](toxic.md) +[*](debugging.md) +[*](bootstrap.md) +[*](uxn.md) +[*](determinism.md) +[*](mob_software.md) +[*](girl.md) +[*](smallchesslib.md) +[*](regex.md) +[*](privacy.md) +[*](crypto.md) +[*](ioccc.md) +[*](netstalking.md) +[*](one.md) +[*](rapeware.md) +[*](speech_synthesis.md) +[*](freedom.md) +[*](niger.md) +[*](js.md) +[*](diogenes.md) +[*](xxiivv.md) +[*](graveyard.md) +[*](robot.md) +[*](computational_complexity.md) +[*](toxic.md) +[*](randomness.md) +[*](microtheft.md) +[*](just_werks.md) +[*](triangle.md) +[*](pokitto.md) +[*](gemini.md) +[*](tech.md) +[*](antialiasing.md) +[*](abstraction.md) +[*](README.md) +[*](function.md) +[*](microtheft.md) +[*](bootstrap.md) +[*](girl.md) +[*](how_to.md) +[*](sanism.md) +[*](patent.md) +[*](soyence.md) +[*](harry_potter.md) +[*](f2p.md) +[*](gopher.md) +[*](collision_detection.md) +[*](english.md) +[*](military.md) +[*](interesting.md) +[*](js.md) +[*](game_of_life.md) +[*](cc0.md) +[*](no_knowledge_proof.md) +[*](free_culture.md) +[*](recursion.md) +[*](information.md) +[*](digital.md) +[*](terry_davis.md) +[*](atheism.md) +[*](hexadecimal.md) +[*](information.md) +[*](openai.md) +[*](free_culture.md) +[*](pd.md) +[*](triangle.md) +[*](p_vs_np.md) +[*](golang.md) +[*](rgb565.md) +[*](woman.md) +[*](czechia.md) +[*](c.md) +[*](axiom_of_choice.md) +[*](sw_rendering.md) +[*](shader.md) +[*](go.md) +[*](openarena.md) +[*](smart.md) +[*](gay.md) +[*](quine.md) +[*](woman.md) +[*](democracy.md) +[*](byte.md) +[*](fail_ab.md) +[*](cheating.md) +[*](slowly_boiling_the_frog.md) +[*](foss.md) +[*](sorting.md) +[*](data_hoarding.md) +[*](yes_they_can.md) +[*](global_discussion.md) +[*](reactionary_software.md) +[*](ascii.md) +[*](magic.md) +[*](xd.md) +[*](nc.md) +[*](number.md) +[*](holy_war.md) +[*](pride.md) +[*](jokes.md) +[*](number.md) +[*](3d_modeling.md) +[*](proof.md) +[*](sdf.md) +[*](bytebeat.md) +[*](old.md) +[*](turing_machine.md) +[*](education.md) +[*](chaos.md) +[*](duke3d.md) +[*](rust.md) +[*](duskos.md) +[*](sqrt.md) +[*](python.md) +[*](autostereogram.md) +[*](fediverse.md) +[*](floss.md) +[*](nationalism.md) +[*](www.md) +[*](avpd.md) +[*](public_domain_computer.md) +[*](communism.md) +[*](maintenance.md) +[*](programming.md) +[*](21st_century.md) +[*](wiby.md) +[*](zuckerberg.md) +[*](future_proof.md) +[*](xonotic.md) +[*](fun.md) +[*](duskos.md) +[*](de_facto.md) +[*](interaction_net.md) +[*](determinism.md) +[*](x86.md) +[*](fight.md) +[*](feminism.md) +[*](suckless.md) +[*](fight_culture.md) +[*](brainfuck.md) +[*](microtransaction.md) +[*](mud.md) +[*](capitalism.md) +[*](furry.md) +[*](paradigm.md) +[*](throwaway_script.md) +[*](normalization.md) +[*](femoid.md) +[*](nc.md) +[*](wow.md) +[*](floss.md) +[*](hacker_culture.md) +[*](hero.md) +[*](fuck.md) +[*](openarena.md) +[*](twos_complement.md) +[*](wiki_style.md) +[*](luke_smith.md) +[*](hero_culture.md) +[*](teletext.md) +[*](bytecode.md) +[*](technology.md) +[*](ram.md) +[*](sw_rendering.md) +[*](chasm_the_rift.md) +[*](fizzbuzz.md) +[*](software.md) +[*](pd.md) +[*](intellectual_property.md) +[*](gemini.md) +[*](steganography.md) +[*](usa.md) +[*](suicide.md) +[*](fight.md) +[*](cc.md) +[*](low_poly.md) +[*](sin.md) +[*](sudoku.md) +[*](chess.md) +[*](golang.md) +[*](anal_bead.md) +[*](capitalism.md) +[*](chess.md) +[*](web.md) +[*](earth.md) +[*](lambda_calculus.md) +[*](steve_jobs.md) +[*](wiki_post_mortem.md) +[*](less_retarded_software.md) +[*](anpac.md) +[*](compiler_bomb.md) +[*](pseudorandomness.md) +[*](iq.md) +[*](unicode.md) +[*](race.md) +[*](logic_gate.md) +[*](small3dlib.md) +[*](proprietary.md) +[*](splinternet.md) +[*](javascript.md) +[*](wikiwikiweb.md) +[*](public_domain.md) +[*](dinosaur.md) +[*](how_to.md) +[*](bit_hack.md) +[*](tangram.md) +[*](cat_v.md) +[*](cpp.md) +[*](competition.md) +[*](bloat_monopoly.md) +[*](3d_modeling.md) +[*](football.md) +[*](needed.md) +[*](license.md) +[*](framework.md) +[*](complexity.md) +[*](avpd.md) +[*](c_pitfalls.md) +[*](dick_reveal.md) +[*](100r.md) +[*](free_body.md) +[*](foss.md) +[*](progress.md) +[*](ai.md) +[*](black.md) +[*](consumerism.md) +[*](cracking.md) +[*](marble_race.md) +[*](fascism.md) +[*](line.md) +[*](piracy.md) +[*](double_buffering.md) +[*](ethics.md) +[*](smol_internet.md) +[*](nationalism.md) +[*](bs.md) +[*](bs.md) +[*](morality.md) +[*](left.md) +[*](markov_chain.md) +[*](bbs.md) +[*](acronym.md) +[*](culture.md) +[*](openarena.md) +[*](flatland.md) +[*](frameless.md) +[*](tech.md) +[*](marketing.md) +[*](john_carmack.md) +[*](kiss.md) +[*](recursion.md) +[*](logic.md) +[*](hero.md) +[*](firmware.md) +[*](computer.md) +[*](randomness.md) +[*](graphics.md) +[*](semiconductor.md) +[*](smol_internet.md) +[*](minigame.md) +[*](software.md) +[*](fizzbuzz.md) +[*](3d_modeling.md) +[*](selflessness.md) +[*](suckless.md) +[*](shit.md) +[*](viznut.md) +[*](sqrt.md) +[*](wikidata.md) +[*](free_universe.md) +[*](suicide.md) +[*](right.md) +[*](universe.md) +[*](world_broadcast.md) +[*](audiophilia.md) +[*](distance.md) +[*](fight_culture.md) +[*](paradigm.md) +[*](stereotype.md) +[*](game_engine.md) +[*](demoscene.md) +[*](money.md) +[*](holy_war.md) +[*](autostereogram.md) +[*](gemini.md) +[*](forth.md) +[*](neural_network.md) +[*](game.md) +[*](programming_style.md) +[*](tinyphysicsengine.md) +[*](egoism.md) +[*](nokia.md) +[*](free_body.md) +[*](wizard.md) +[*](public_domain_computer.md) +[*](bloat.md) +[*](brainfuck.md) +[*](atan.md) +[*](gender_studies.md) +[*](microsoft.md) +[*](kiss.md) +[*](explicit.md) +[*](jesus.md) +[*](czechia.md) +[*](plusnigger.md) +[*](ascii.md) +[*](proprietary.md) +[*](left_right.md) +[*](faq.md) +[*](internet.md) +[*](encyclopedia.md) +[*](fork.md) +[*](free_speech.md) +[*](viznut.md) +[*](copyleft.md) +[*](universe.md) +[*](sudoku.md) +[*](ronja.md) +[*](portal_rendering.md) +[*](less_retarded_hardware.md) +[*](permacomputing_wiki.md) +[*](boat.md) +[*](consumerism.md) +[*](modern_software.md) +[*](used.md) +[*](digital_signature.md) +[*](free_will.md) +[*](hexadecimal.md) +[*](competition.md) +[*](dodleston.md) +[*](cancer.md) +[*](libre.md) +[*](wow.md) +[*](deferred_shading.md) +[*](mental_outlaw.md) +[*](pseudominimalism.md) +[*](complexity.md) +[*](antivirus_paradox.md) +[*](golang.md) +[*](monad.md) +[*](prime.md) +[*](tangram.md) +[*](color.md) +[*](emoticon.md) +[*](phd.md) +[*](soyence.md) +[*](digital.md) +[*](algorithm.md) +[*](trolling.md) +[*](sigbovik.md) +[*](marketing.md) +[*](motivation.md) +[*](chasm_the_rift.md) +[*](trusting_trust.md) +[*](3d_model.md) +[*](wiby.md) +[*](blender.md) +[*](primitive_3d.md) +[*](zen.md) +[*](version_numbering.md) +[*](compression.md) +[*](steganography.md) +[*](wizard.md) +[*](cloud.md) +[*](science.md) +[*](linux.md) +[*](racism.md) +[*](evil.md) +[*](c_sharp.md) +[*](racetrack.md) +[*](fantasy_console.md) +[*](marble_race.md) +[*](recursion.md) +[*](ubi.md) +[*](hyperoperation.md) +[*](free_software.md) +[*](charity_sex.md) +[*](fork.md) +[*](axiom_of_choice.md) +[*](art.md) +[*](cat_v.md) +[*](shader.md) +[*](ascii_art.md) +[*](microtheft.md) +[*](faggot.md) +[*](distrohopping.md) +[*](global_discussion.md) +[*](license.md) +[*](rsa.md) +[*](privacy.md) +[*](free_hardware.md) +[*](books.md) +[*](windows.md) +[*](wikipedia.md) +[*](jedi_engine.md) +[*](palette.md) +[*](brain_software.md) +[*](fourier_transform.md) +[*](monad.md) +[*](unretard.md) +[*](tor.md) +[*](mainstream.md) +[*](gigachad.md) +[*](wikidata.md) +[*](cc0.md) +[*](hw.md) +[*](modern.md) +[*](low_poly.md) +[*](mipmap.md) +[*](internet.md) +[*](slowly_boiling_the_frog.md) +[*](resnicks_termite.md) +[*](proof.md) +[*](c_sharp.md) +[*](primitive_3d.md) +[*](raylib.md) +[*](wiki_authors.md) +[*](attribution.md) +[*](hyperoperation.md) +[*](newspeak.md) +[*](magic.md) +[*](permacomputing.md) +[*](semiconductor.md) +[*](cracking.md) +[*](cos.md) +[*](encryption.md) +[*](doom.md) +[*](rgb565.md) +[*](bazaar.md) +[*](wiki_authors.md) +[*](free_speech.md) +[*](technology.md) +[*](dungeons_and_dragons.md) +[*](float.md) +[*](open_console.md) +[*](free_body.md) +[*](resnicks_termite.md) +[*](phd.md) +[*](debugging.md) +[*](hero.md) +[*](moderation.md) +[*](future_proof.md) +[*](mouse.md) +[*](mental_outlaw.md) +[*](duke3d.md) +[*](hyperoperation.md) +[*](doom.md) +[*](one.md) +[*](low_poly.md) +[*](number.md) +[*](fqa.md) +[*](billboard.md) +[*](zuckerberg.md) +[*](bilinear.md) +[*](faq.md) +[*](transistor.md) +[*](physics_engine.md) +[*](viznut.md) +[*](data_structure.md) +[*](physics_engine.md) +[*](real_number.md) +[*](compsci.md) +[*](capitalism.md) +[*](linear_algebra.md) +[*](lrs.md) +[*](main.md) +[*](julia_set.md) +[*](lgbt.md) +[*](human_language.md) +[*](c_pitfalls.md) +[*](proprietary_software.md) +[*](sjw.md) +[*](xxiivv.md) +[*](piracy.md) +[*](game.md) +[*](42.md) +[*](myths.md) +[*](line.md) +[*](noise.md) +[*](selflessness.md) +[*](elo.md) +[*](trash_magic.md) +[*](copyleft.md) +[*](deep_blue.md) +[*](girl.md) +[*](speech_synthesis.md) +[*](billboard.md) +[*](unary.md) +[*](analog.md) +[*](determinism.md) +[*](pride.md) +[*](x86.md) +[*](game_of_life.md) +[*](bs.md) +[*](ui.md) +[*](optimization.md) +[*](raycasting.md) +[*](earth.md) +[*](people.md) +[*](old.md) +[*](downto.md) +[*](apple.md) +[*](physics.md) +[*](palette.md) +[*](less_retarded_software.md) +[*](boot.md) +[*](operating_system.md) +[*](anarch.md) +[*](bilinear.md) +[*](binary.md) +[*](backgammon.md) +[*](formal_language.md) +[*](distrohopping.md) +[*](bullshit.md) +[*](rgb332.md) +[*](palette.md) +[*](plan9.md) +[*](permacomputing.md) +[*](autoupdate.md) +[*](portability.md) +[*](atheism.md) +[*](island.md) +[*](femoid.md) +[*](maintenance.md) +[*](io.md) +[*](programming_language.md) +[*](modern.md) +[*](science.md) +[*](bootstrap.md) +[*](stereotype.md) +[*](raycasting.md) +[*](deferred_shading.md) +[*](charity_sex.md) +[*](oop.md) +[*](easier_done_than_said.md) +[*](justice.md) +[*](data_structure.md) +[*](os.md) +[*](sw.md) +[*](plusnigger.md) +[*](ronja.md) +[*](resnicks_termite.md) +[*](temple_os.md) +[*](life.md) +[*](free_software.md) +[*](bitreich.md) +[*](world_broadcast.md) +[*](security.md) +[*](right.md) +[*](elo.md) +[*](gopher.md) +[*](culture.md) +[*](npc.md) +[*](speech_synthesis.md) +[*](suckless.md) +[*](football.md) +[*](raycastlib.md) +[*](john_carmack.md) +[*](ui.md) +[*](computational_complexity.md) +[*](cpu.md) +[*](tinyphysicsengine.md) +[*](cloud.md) +[*](unix_philosophy.md) +[*](google.md) +[*](geek.md) +[*](computational_complexity.md) +[*](backpropagation.md) +[*](lil.md) +[*](anarchism.md) +[*](operating_system.md) +[*](dependency.md) +[*](jokes.md) +[*](build_engine.md) +[*](esolang.md) +[*](libre.md) +[*](rule110.md) +[*](gender_studies.md) +[*](foss.md) +[*](f2p.md) +[*](military.md) +[*](bilinear.md) +[*](assembly.md) +[*](steve_jobs.md) +[*](dungeons_and_dragons.md) +[*](no_knowledge_proof.md) +[*](bill_gates.md) +[*](complexity.md) +[*](anpac.md) +[*](freedom.md) +[*](e.md) +[*](rms.md) +[*](mob_software.md) +[*](gigachad.md) +[*](crime_against_economy.md) +[*](one.md) +[*](trump.md) +[*](dick_reveal.md) +[*](maintenance.md) +[*](unix_philosophy.md) +[*](zen.md) +[*](de_facto.md) +[*](venus_project.md) +[*](trump.md) +[*](free_culture.md) +[*](google.md) +[*](history.md) +[*](programming_style.md) +[*](microtransaction.md) +[*](patent.md) +[*](kiwifarms.md) +[*](mipmap.md) +[*](langtons_ant.md) +[*](people.md) +[*](goodbye_world.md) +[*](rationalwiki.md) +[*](niger.md) +[*](robot.md) +[*](marble_race.md) +[*](fsf.md) +[*](dinosaur.md) +[*](float.md) +[*](slowly_boiling_the_frog.md) +[*](pseudominimalism.md) +[*](myths.md) +[*](raycastlib.md) +[*](physics_engine.md) +[*](logic_gate.md) +[*](capitalist_singularity.md) +[*](earth.md) +[*](permacomputing_wiki.md) +[*](algorithm.md) +[*](greenwashing.md) +[*](xd.md) +[*](chinese.md) +[*](love.md) +[*](corporation.md) +[*](minigame.md) +[*](bytebeat.md) +[*](demoscene.md) +[*](sudoku.md) +[*](pi.md) +[*](rgb565.md) +[*](wikiwikiweb.md) +[*](normalization.md) +[*](rsa.md) +[*](venus_project.md) +[*](toxic.md) +[*](42.md) +[*](sw.md) +[*](robot.md) +[*](git.md) +[*](p_vs_np.md) +[*](pseudoleft.md) +[*](gui.md) +[*](tpe.md) +[*](capitalist_singularity.md) +[*](abstraction.md) +[*](app.md) +[*](gigachad.md) +[*](cc0.md) +[*](lrs_wiki.md) +[*](billboard.md) +[*](english.md) +[*](bill_gates.md) +[*](4chan.md) +[*](cloud.md) +[*](blender.md) +[*](vector.md) +[*](anarchism.md) +[*](markov_chain.md) +[*](elon_musk.md) +[*](kwangmyong.md) +[*](ethics.md) +[*](splinternet.md) +[*](facebook.md) +[*](update_culture.md) +[*](memory_management.md) +[*](lrs_wiki.md) +[*](productivity_cult.md) +[*](name_is_important.md) +[*](teletext.md) +[*](entrepreneur.md) +[*](sw_rendering.md) +[*](fear_culture.md) +[*](capitalist_software.md) +[*](pseudo3d.md) +[*](rock.md) +[*](math.md) +[*](bbs.md) +[*](left_right.md) +[*](interpolation.md) +[*](good_enough.md) +[*](body_shaming.md) +[*](justice.md) +[*](pi.md) +[*](binary.md) +[*](cyber.md) +[*](anarch.md) +[*](assertiveness.md) +[*](fork.md) +[*](nord_vpn.md) +[*](world_broadcast.md) +[*](living.md) +[*](app.md) +[*](cc.md) +[*](rock.md) +[*](arch.md) +[*](quaternion.md) +[*](ui.md) +[*](libertarianism.md) +[*](zero.md) +[*](raycastlib.md) +[*](body_shaming.md) +[*](3d_rendering.md) +[*](nigger.md) +[*](lmao.md) +[*](paywall.md) +[*](consumerism.md) +[*](ai.md) +[*](tranny_software.md) +[*](nord_vpn.md) +[*](compsci.md) +[*](dungeons_and_dragons.md) +[*](programming_tips.md) +[*](money.md) +[*](steganography.md) +[*](often_misunderstood.md) +[*](loc.md) +[*](black.md) +[*](frameless.md) +[*](bit.md) +[*](esolang.md) +[*](jargon_file.md) +[*](public_domain_computer.md) +[*](hw.md) +[*](mob_software.md) +[*](microsoft.md) +[*](hard_to_learn_easy_to_master.md) +[*](niggercoin.md) +[*](ethics.md) +[*](avpd.md) +[*](computer.md) +[*](charity_sex.md) +[*](egoism.md) +[*](chasm_the_rift.md) +[*](downto.md) +[*](acronym.md) +[*](bytecode.md) +[*](wavelet_transform.md) +[*](leading_the_pig_to_the_slaughterhouse.md) +[*](bbs.md) +[*](nd.md) +[*](exercises.md) +[*](hacking.md) +[*](physics.md) +[*](information.md) +[*](wiki_pages.md) +[*](coding.md) +[*](communism.md) +[*](wikipedia.md) +[*](tattoo.md) +[*](encyclopedia.md) +[*](fixed_point.md) +[*](racism.md) +[*](universe.md) +[*](vim.md) +[*](3d_rendering.md) +[*](wiki_post_mortem.md) +[*](bullshit.md) +[*](tom_scott.md) +[*](esolang.md) +[*](build_engine.md) +[*](beauty.md) +[*](smol_internet.md) +[*](rationalwiki.md) +[*](saf.md) +[*](modern_software.md) +[*](interplanetary_internet.md) +[*](fizzbuzz.md) +[*](ram.md) +[*](bit_hack.md) +[*](nokia.md) +[*](tinyphysicsengine.md) +[*](prime.md) +[*](wiki_pages.md) +[*](cpp.md) +[*](reddit.md) +[*](ted_kaczynski.md) +[*](os.md) +[*](unicode.md) +[*](tangram.md) +[*](hash.md) +[*](free_universe.md) +[*](aliasing.md) +[*](smart.md) +[*](google.md) +[*](terry_davis.md) +[*](anal_bead.md) +[*](axiom_of_choice.md) +[*](magic.md) +[*](raylib.md) +[*](rgb332.md) +[*](censorship.md) +[*](art.md) +[*](political_correctness.md) +[*](demo.md) +[*](usenet.md) +[*](programming_language.md) +[*](niger.md) +[*](README.md) +[*](fsf.md) +[*](internet.md) +[*](tensor_product.md) +[*](cracker.md) +[*](shortcut_thinking.md) +[*](rights_culture.md) +[*](programming_tips.md) +[*](chess.md) +[*](formal_language.md) +[*](game_engine.md) +[*](copyfree.md) +[*](egoism.md) +[*](communism.md) +[*](hero_culture.md) +[*](gui.md) +[*](sdf.md) +[*](mainstream.md) +[*](combinatorics.md) +[*](kwangmyong.md) +[*](mandelbrot_set.md) +[*](js.md) +[*](femoid.md) +[*](hacking.md) +[*](thrembo.md) +[*](docker.md) +[*](ai.md) +[*](cpp.md) +[*](old.md) +[*](wiki_pages.md) +[*](primitive_3d.md) +[*](21st_century.md) +[*](programming.md) +[*](procgen.md) +[*](mouse.md) +[*](steve_jobs.md) +[*](name_is_important.md) +[*](niggercoin.md) +[*](tpe.md) +[*](unary.md) +[*](reactionary_software.md) +[*](java.md) +[*](plusnigger.md) +[*](disease.md) +[*](morality.md) +[*](competition.md) +[*](wavelet_transform.md) +[*](distance.md) +[*](npc.md) +[*](good_enough.md) +[*](motivation.md) +[*](fear_culture.md) +[*](emoticon.md) +[*](collision_detection.md) +[*](data_hoarding.md) +[*](mechanical.md) +[*](analog.md) +[*](minimalism.md) +[*](io.md) +[*](soydev.md) +[*](history.md) +[*](luke_smith.md) +[*](mainstream.md) +[*](chaos.md) +[*](main.md) +[*](procgen.md) +[*](good_enough.md) +[*](transistor.md) +[*](antialiasing.md) +[*](physics.md) [*](trom.md) +[*](analytic_geometry.md) +[*](neural_network.md) +[*](thrembo.md) +[*](unix.md) +[*](no_knowledge_proof.md) +[*](qubit.md) +[*](ioccc.md) +[*](bytebeat.md) +[*](entropy.md) +[*](race.md) +[*](troll.md) +[*](settled.md) +[*](4chan.md) +[*](real_number.md) +[*](altruism.md) +[*](free_universe.md) +[*](100r.md) +[*](unix_philosophy.md) +[*](byte.md) +[*](de_facto.md) +[*](altruism.md) +[*](quaternion.md) +[*](motivation.md) +[*](soydev.md) +[*](goodbye_world.md) +[*](wiki_style.md) +[*](political_correctness.md) +[*](function.md) +[*](kids_these_days.md) +[*](intellectual_property.md) +[*](cheating.md) +[*](education.md) +[*](john_carmack.md) +[*](autoupdate.md) +[*](linux.md) +[*](encryption.md) +[*](democracy.md) +[*](collision.md) +[*](niggercoin.md) +[*](backpropagation.md) +[*](binary.md) +[*](newspeak.md) +[*](fascist.md) +[*](kiwifarms.md) +[*](cracker.md) +[*](drummyfish.md) +[*](www.md) +[*](framework.md) +[*](open_console.md) +[*](usa.md) +[*](sanism.md) +[*](regex.md) +[*](thrembo.md) +[*](fractal.md) +[*](iq.md) +[*](minimalism.md) +[*](zero.md) +[*](library.md) +[*](vim.md) +[*](pseudo3d.md) +[*](autoupdate.md) +[*](permacomputing_wiki.md) +[*](implicit.md) +[*](bloat.md) +[*](rock.md) +[*](c_sharp.md) +[*](doom.md) +[*](rms.md) +[*](brain_software.md) +[*](atheism.md) +[*](xonotic.md) +[*](reddit.md) +[*](unicode.md) +[*](lil.md) +[*](exercises.md) +[*](selflessness.md) +[*](javascript.md) +[*](systemd.md) +[*](wavelet_transform.md) +[*](proof.md) +[*](uxn.md) +[*](easy_to_learn_hard_to_master.md) +[*](pedophilia.md) +[*](rights_culture.md) +[*](faggot.md) +[*](atan.md) +[*](military.md) +[*](black.md) +[*](arduboy.md) +[*](netstalking.md) +[*](island.md) +[*](trash_magic.md) +[*](throwaway_script.md) +[*](entropy.md) +[*](compression.md) +[*](optimization.md) +[*](free_will.md) +[*](see_through_clothes.md) +[*](fuck.md) +[*](culture.md) +[*](fascist.md) +[*](100r.md) +[*](explicit.md) +[*](kids_these_days.md) +[*](drummyfish.md) +[*](bloat_monopoly.md) +[*](rust.md) +[*](trom.md) +[*](update_culture.md) +[*](comment.md) +[*](color.md) +[*](programming.md) +[*](jokes.md) +[*](randomness.md) +[*](race.md) +[*](tor.md) +[*](shortcut_thinking.md) +[*](democracy.md) +[*](tranny_software.md) +[*](hacking.md) +[*](ascii_art.md) +[*](color.md) +[*](easy_to_learn_hard_to_master.md) +[*](free.md) +[*](flatland.md) +[*](logic_gate.md) +[*](noise.md) +[*](quine.md) +[*](fantasy_console.md) +[*](often_misunderstood.md) +[*](fantasy_console.md) +[*](tensor_product.md) +[*](mipmap.md) +[*](rapeware.md) +[*](floss.md) +[*](loc.md) +[*](gnu.md) +[*](dog.md) +[*](pseudorandomness.md) +[*](math.md) +[*](hard_to_learn_easy_to_master.md) +[*](life.md) +[*](operating_system.md) +[*](quantum_gate.md) +[*](dynamic_programming.md) +[*](copyright.md) +[*](mental_outlaw.md) +[*](fediverse.md) +[*](encyclopedia.md) +[*](sjw.md) +[*](pokitto.md) +[*](forth.md) +[*](fediverse.md) +[*](political_correctness.md) +[*](anal_bead.md) +[*](collapse.md) +[*](jedi_engine.md) +[*](tom_scott.md) +[*](microtransaction.md) +[*](bitreich.md) +[*](flatland.md) +[*](capitalist_software.md) +[*](future_proof.md) +[*](coding.md) +[*](demoscene.md) +[*](framework.md) +[*](bazaar.md) +[*](lil.md) +[*](backgammon.md) +[*](minesweeper.md) +[*](often_misunderstood.md) +[*](everyone_does_it.md) +[*](usenet.md) +[*](cpu.md) +[*](encryption.md) +[*](uxn.md) +[*](free_will.md) +[*](productivity_cult.md) +[*](linux.md) +[*](geek.md) +[*](double_buffering.md) +[*](harry_potter.md) +[*](wiki_rights.md) +[*](malware.md) +[*](nd.md) +[*](nanogenmo.md) +[*](hacker_culture.md) +[*](gnu.md) +[*](twos_complement.md) +[*](wizard.md) +[*](implicit.md) +[*](name_is_important.md) +[*](tpe.md) +[*](czechia.md) +[*](life.md) +[*](just_werks.md) +[*](java.md) +[*](newspeak.md) +[*](fuck.md) +[*](minimalism.md) +[*](holy_war.md) +[*](liberalism.md) +[*](compression.md) +[*](42.md) +[*](public_domain.md) +[*](open_source.md) +[*](diogenes.md) +[*](marketing.md) +[*](facebook.md) +[*](semiconductor.md) +[*](greenwashing.md) +[*](interaction_net.md) +[*](lambda_calculus.md) +[*](acronym.md) +[*](vim.md) +[*](smallchesslib.md) +[*](pseudorandomness.md) +[*](ronja.md) +[*](ssao.md) +[*](progress.md) +[*](normalization.md) +[*](python.md) +[*](malware.md) +[*](mud.md) +[*](java.md) +[*](git.md) +[*](c.md) +[*](main.md) +[*](forth.md) +[*](fun.md) +[*](infinity.md) +[*](os.md) +[*](malware.md) +[*](bloat.md) +[*](wikidata.md) +[*](portal_rendering.md) +[*](gnu.md) +[*](aliasing.md) +[*](piracy.md) +[*](facebook.md) +[*](bullshit.md) +[*](linear_algebra.md) +[*](lgbt.md) +[*](shogi.md) +[*](marxism.md) +[*](approximation.md) +[*](arduboy.md) +[*](cpu.md) +[*](css.md) +[*](whale.md) +[*](programming_style.md) +[*](moderation.md) +[*](io.md) +[*](githopping.md) +[*](windows.md) +[*](easier_done_than_said.md) +[*](intellectual_property.md) +[*](tattoo.md) +[*](cos.md) +[*](attribution.md) +[*](transistor.md) +[*](interpolation.md) +[*](racism.md) +[*](apple.md) +[*](logic.md) +[*](work.md) +[*](justice.md) +[*](geek.md) +[*](creative_commons.md) +[*](youtube.md) +[*](bill_gates.md) +[*](pd.md) +[*](feminism.md) +[*](trom.md) +[*](usenet.md) +[*](c_tutorial.md) +[*](crow_funding.md) +[*](backpropagation.md) +[*](xonotic.md) +[*](murderer.md) +[*](ssao.md) +[*](science.md) +[*](less_retarded_society.md) +[*](greenwashing.md) +[*](wiki_post_mortem.md) +[*](evil.md) +[*](nanogenmo.md) +[*](apple.md) +[*](aaron_swartz.md) +[*](altruism.md) +[*](turing_machine.md) +[*](compsci.md) +[*](entropy.md) +[*](liberalism.md) +[*](tensor_product.md) +[*](approximation.md) +[*](cyber.md) +[*](minesweeper.md) +[*](corporation.md) +[*](fun.md) +[*](e.md) +[*](comun.md) +[*](pseudo3d.md) +[*](bazaar.md) +[*](julia_set.md) +[*](tom_scott.md) +[*](work.md) +[*](ram.md) +[*](splinternet.md) +[*](pedophilia.md) +[*](library.md) +[*](settled.md) +[*](love.md) +[*](youtube.md) +[*](libertarianism.md) +[*](interpolation.md) +[*](human_language.md) +[*](programming_language.md) +[*](unix.md) +[*](infinity.md) +[*](assertiveness.md) +[*](nigger.md) +[*](feminism.md) +[*](prime.md) +[*](proprietary_software.md) +[*](crypto.md) +[*](demo.md) +[*](easy_to_learn_hard_to_master.md) +[*](creative_commons.md) +[*](nationalism.md) +[*](trusting_trust.md) +[*](deep_blue.md) +[*](shortcut_thinking.md) +[*](art.md) +[*](temple_os.md) +[*](ancap.md) +[*](fsf.md) +[*](compiler_bomb.md) +[*](minigame.md) +[*](hack.md) +[*](goodbye_world.md) +[*](pseudoleft.md) +[*](collapse.md) +[*](aaron_swartz.md) +[*](21st_century.md) +[*](murderer.md) +[*](chinese.md) +[*](faq.md) +[*](fractal.md) +[*](education.md) +[*](analytic_geometry.md) +[*](free_speech.md) +[*](cyber.md) +[*](minesweeper.md) +[*](cancer.md) +[*](anarchism.md) +[*](censorship.md) +[*](yes_they_can.md) +[*](assertiveness.md) +[*](shogi.md) +[*](sin.md) +[*](paywall.md) +[*](fractal.md) +[*](fail_ab.md) +[*](troll.md) +[*](pseudoleft.md) +[*](sigbovik.md) +[*](4chan.md) +[*](frameless.md) +[*](function.md) +[*](fourier_transform.md) +[*](autostereogram.md) +[*](wiki_stats.md) +[*](digital.md) +[*](pride.md) +[*](fqa.md) +[*](hard_to_learn_easy_to_master.md) +[*](infinity.md) +[*](people.md) +[*](crow_funding.md) +[*](living.md) +[*](fascism.md) +[*](ted_kaczynski.md) +[*](hacker_culture.md) +[*](rgb332.md) +[*](go.md) +[*](countercomplex.md) +[*](sqrt.md) +[*](triangle.md) +[*](npc.md) +[*](corporation.md) +[*](patent.md) +[*](bit.md) +[*](ascii.md) +[*](library.md) +[*](youtube.md) +[*](openai.md) +[*](small3dlib.md) +[*](app.md) +[*](ubi.md) +[*](diogenes.md) +[*](left.md) +[*](venus_project.md) +[*](open_source.md) +[*](cc.md) +[*](analytic_geometry.md) +[*](small3dlib.md) +[*](kiwifarms.md) +[*](marxism.md) +[*](whale.md) +[*](fear_culture.md) +[*](collision_detection.md) +[*](jargon_file.md) +[*](furry.md) +[*](qubit.md) +[*](zuckerberg.md) +[*](nord_vpn.md) +[*](productivity_cult.md) +[*](portability.md) +[*](cache.md) +[*](docker.md) +[*](cancer.md) +[*](crow_funding.md) +[*](line.md) +[*](right.md) +[*](c_tutorial.md) +[*](turing_machine.md) +[*](combinatorics.md) +[*](elo.md) +[*](byte.md) +[*](dodleston.md) +[*](finished.md) +[*](antivirus_paradox.md) +[*](shit.md) +[*](atan.md) +[*](regex.md) +[*](analog.md) +[*](kek.md) +[*](modern_software.md) +[*](permacomputing.md) +[*](security.md) +[*](finished.md) +[*](luke_smith.md) +[*](fight_culture.md) +[*](murderer.md) +[*](dinosaur.md) +[*](cracker.md) +[*](tattoo.md) +[*](arduboy.md) +[*](backgammon.md) +[*](creative_commons.md) diff --git a/wiki_pages.md b/wiki_pages.md index 4097107..bac2214 100644 --- a/wiki_pages.md +++ b/wiki_pages.md @@ -2,4 +2,4 @@ This is an autogenerated page listing all pages. -**[100r](100r.md)** (3) -- **[21st_century](21st_century.md)** (4) -- **[3d_model](3d_model.md)** (243) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (285) -- **[42](42.md)** (13) -- **[4chan](4chan.md)** (25) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (388) -- **[ai](ai.md)** (12) -- **[algorithm](algorithm.md)** (219) -- **[aliasing](aliasing.md)** (60) -- **[altruism](altruism.md)** (6) -- **[anal_bead](anal_bead.md)** (2) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (93) -- **[anarchism](anarchism.md)** (15) -- **[ancap](ancap.md)** (29) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (157) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (4) -- **[apple](apple.md)** (6) -- **[approximation](approximation.md)** (18) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (12) -- **[ascii](ascii.md)** (151) -- **[ascii_art](ascii_art.md)** (205) -- **[assembly](assembly.md)** (255) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (22) -- **[atheism](atheism.md)** (14) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (2) -- **[autostereogram](autostereogram.md)** (119) -- **[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)** (28) -- **[beauty](beauty.md)** (22) -- **[bilinear](bilinear.md)** (117) -- **[bill_gates](bill_gates.md)** (27) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (138) -- **[bit](bit.md)** (4) -- **[bit_hack](bit_hack.md)** (172) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (195) -- **[bloat_monopoly](bloat_monopoly.md)** (11) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (32) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (41) -- **[brain_software](brain_software.md)** (10) -- **[brainfuck](brainfuck.md)** (122) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (48) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (144) -- **[bytecode](bytecode.md)** (280) -- **[c](c.md)** (309) -- **[c_pitfalls](c_pitfalls.md)** (156) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (2151) -- **[cache](cache.md)** (27) -- **[cancer](cancer.md)** (24) -- **[capitalism](capitalism.md)** (134) -- **[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)** (12) -- **[censorship](censorship.md)** (43) -- **[chaos](chaos.md)** (108) -- **[charity_sex](charity_sex.md)** (2) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (8) -- **[chess](chess.md)** (303) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[coc](coc.md)** (15) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (32) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (20) -- **[color](color.md)** (25) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (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)** (95) -- **[consumerism](consumerism.md)** (12) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (29) -- **[copyright](copyright.md)** (47) -- **[corporation](corporation.md)** (18) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (4) -- **[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)** (15) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (66) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[czechia](czechia.md)** (14) -- **[data_hoarding](data_hoarding.md)** (2) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (8) -- **[debugging](debugging.md)** (119) -- **[deep_blue](deep_blue.md)** (15) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (15) -- **[demoscene](demoscene.md)** (23) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (12) -- **[digital](digital.md)** (14) -- **[digital_signature](digital_signature.md)** (8) -- **[dinosaur](dinosaur.md)** (4) -- **[diogenes](diogenes.md)** (34) -- **[disease](disease.md)** (37) -- **[distance](distance.md)** (124) -- **[distrohopping](distrohopping.md)** (10) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (31) -- **[doom](doom.md)** (50) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[drummyfish](drummyfish.md)** (35) -- **[duke3d](duke3d.md)** (20) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (10) -- **[duskos](duskos.md)** (28) -- **[dynamic_programming](dynamic_programming.md)** (44) -- **[e](e.md)** (22) -- **[earth](earth.md)** (66) -- **[easier_done_than_said](easier_done_than_said.md)** (4) -- **[easy_to_learn_hard_to_master](easy_to_learn_hard_to_master.md)** (17) -- **[education](education.md)** (4) -- **[egoism](egoism.md)** (15) -- **[elo](elo.md)** (147) -- **[elon_musk](elon_musk.md)** (8) -- **[emoticon](emoticon.md)** (135) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (73) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (82) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (15) -- **[evil](evil.md)** (6) -- **[exercises](exercises.md)** (262) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (2) -- **[fail_ab](fail_ab.md)** (38) -- **[fantasy_console](fantasy_console.md)** (41) -- **[faq](faq.md)** (243) -- **[fascism](fascism.md)** (23) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (47) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (8) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (151) -- **[fizzbuzz](fizzbuzz.md)** (158) -- **[flatland](flatland.md)** (22) -- **[float](float.md)** (64) -- **[floss](floss.md)** (2) -- **[football](football.md)** (49) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (24) -- **[forth](forth.md)** (128) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (209) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (69) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (36) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (60) -- **[free_speech](free_speech.md)** (16) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (14) -- **[fsf](fsf.md)** (17) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (30) -- **[function](function.md)** (137) -- **[furry](furry.md)** (15) -- **[future_proof](future_proof.md)** (44) -- **[game](game.md)** (160) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (18) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (6) -- **[gemini](gemini.md)** (10) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (70) -- **[githopping](githopping.md)** (4) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (55) -- **[go](go.md)** (96) -- **[golang](golang.md)** (18) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (68) -- **[graphics](graphics.md)** (40) -- **[graveyard](graveyard.md)** (24) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (28) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (75) -- **[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)** (12) -- **[hexadecimal](hexadecimal.md)** (4) -- **[history](history.md)** (98) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (206) -- **[human_language](human_language.md)** (28) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (235) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (16) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (134) -- **[interesting](interesting.md)** (23) -- **[internet](internet.md)** (105) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (45) -- **[io](io.md)** (16) -- **[ioccc](ioccc.md)** (37) -- **[iq](iq.md)** (113) -- **[island](island.md)** (38) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (86) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (89) -- **[john_carmack](john_carmack.md)** (20) -- **[jokes](jokes.md)** (81) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (22) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (6) -- **[kids_these_days](kids_these_days.md)** (2) -- **[kiss](kiss.md)** (37) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (158) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (15) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (53) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (136) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (22) -- **[liberalism](liberalism.md)** (6) -- **[libertarianism](libertarianism.md)** (12) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (56) -- **[life](life.md)** (6) -- **[lil](lil.md)** (20) -- **[line](line.md)** (151) -- **[linear_algebra](linear_algebra.md)** (116) -- **[linux](linux.md)** (63) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (43) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (11) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[love](love.md)** (26) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (156) -- **[lrs_dictionary](lrs_dictionary.md)** (97) -- **[lrs_wiki](lrs_wiki.md)** (36) -- **[luke_smith](luke_smith.md)** (17) -- **[magic](magic.md)** (2) -- **[main](main.md)** (125) -- **[mainstream](mainstream.md)** (4) -- **[maintenance](maintenance.md)** (8) -- **[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)** (7) -- **[math](math.md)** (40) -- **[mechanical](mechanical.md)** (201) -- **[memory_management](memory_management.md)** (77) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (6) -- **[minesweeper](minesweeper.md)** (25) -- **[minigame](minigame.md)** (63) -- **[minimalism](minimalism.md)** (55) -- **[mipmap](mipmap.md)** (40) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (37) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (14) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (43) -- **[myths](myths.md)** (11) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (10) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (69) -- **[netstalking](netstalking.md)** (9) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (8) -- **[niger](niger.md)** (11) -- **[nigger](nigger.md)** (27) -- **[niggercoin](niggercoin.md)** (6) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (112) -- **[nokia](nokia.md)** (8) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (8) -- **[npc](npc.md)** (2) -- **[number](number.md)** (292) -- **[often_confused](often_confused.md)** (111) -- **[often_misunderstood](often_misunderstood.md)** (15) -- **[old](old.md)** (2) -- **[one](one.md)** (13) -- **[oop](oop.md)** (62) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (39) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (70) -- **[optimization](optimization.md)** (99) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (23) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (34) -- **[people](people.md)** (62) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (8) -- **[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)** (70) -- **[portability](portability.md)** (166) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (2) -- **[prime](prime.md)** (136) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (24) -- **[procgen](procgen.md)** (352) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (33) -- **[programming_language](programming_language.md)** (171) -- **[programming_style](programming_style.md)** (73) -- **[programming_tips](programming_tips.md)** (16) -- **[progress](progress.md)** (30) -- **[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)** (4) -- **[public_domain](public_domain.md)** (86) -- **[public_domain_computer](public_domain_computer.md)** (55) -- **[python](python.md)** (26) -- **[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)** (9) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1738) -- **[randomness](randomness.md)** (161) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (8) -- **[raycasting](raycasting.md)** (291) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (22) -- **[reactionary_software](reactionary_software.md)** (27) -- **[real_number](real_number.md)** (48) -- **[recursion](recursion.md)** (64) -- **[reddit](reddit.md)** (22) -- **[regex](regex.md)** (210) -- **[resnicks_termite](resnicks_termite.md)** (206) -- **[rgb332](rgb332.md)** (91) -- **[rgb565](rgb565.md)** (4) -- **[right](right.md)** (6) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (51) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (44) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (129) -- **[rule110](rule110.md)** (107) -- **[rust](rust.md)** (24) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (22) -- **[sdf](sdf.md)** (29) -- **[security](security.md)** (15) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (17) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (15) -- **[shit](shit.md)** (29) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (12) -- **[sigbovik](sigbovik.md)** (11) -- **[sin](sin.md)** (181) -- **[sjw](sjw.md)** (25) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (8) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (234) -- **[soydev](soydev.md)** (37) -- **[soyence](soyence.md)** (45) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (74) -- **[ssao](ssao.md)** (10) -- **[steganography](steganography.md)** (225) -- **[stereotype](stereotype.md)** (153) -- **[steve_jobs](steve_jobs.md)** (8) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (207) -- **[suicide](suicide.md)** (8) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (63) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (70) -- **[tas](tas.md)** (20) -- **[tattoo](tattoo.md)** (2) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (6) -- **[ted_kaczynski](ted_kaczynski.md)** (26) -- **[teletext](teletext.md)** (13) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (11) -- **[thrembo](thrembo.md)** (15) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny_software](tranny_software.md)** (27) -- **[transistor](transistor.md)** (30) -- **[trash_magic](trash_magic.md)** (21) -- **[triangle](triangle.md)** (81) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (23) -- **[trom](trom.md)** (32) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (207) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (30) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unicode](unicode.md)** (6) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (11) -- **[update_culture](update_culture.md)** (21) -- **[usa](usa.md)** (57) -- **[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)** (50) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (8) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (14) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (213) -- **[wiki_style](wiki_style.md)** (71) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (94) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (8) -- **[wizard](wizard.md)** (9) -- **[woman](woman.md)** (113) -- **[work](work.md)** (28) -- **[world_broadcast](world_broadcast.md)** (12) -- **[wow](wow.md)** (8) -- **[www](www.md)** (107) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (101) -- **[xxiivv](xxiivv.md)** (22) -- **[yes_they_can](yes_they_can.md)** (8) -- **[youtube](youtube.md)** (22) -- **[zen](zen.md)** (15) -- **[zero](zero.md)** (30) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file +**[100r](100r.md)** (3) -- **[21st_century](21st_century.md)** (4) -- **[3d_model](3d_model.md)** (243) -- **[3d_modeling](3d_modeling.md)** (2) -- **[3d_rendering](3d_rendering.md)** (285) -- **[42](42.md)** (13) -- **[4chan](4chan.md)** (25) -- **[README](README.md)** (9) -- **[aaron_swartz](aaron_swartz.md)** (4) -- **[abstraction](abstraction.md)** (20) -- **[acronym](acronym.md)** (388) -- **[ai](ai.md)** (12) -- **[algorithm](algorithm.md)** (219) -- **[aliasing](aliasing.md)** (60) -- **[altruism](altruism.md)** (6) -- **[anal_bead](anal_bead.md)** (2) -- **[analog](analog.md)** (2) -- **[analytic_geometry](analytic_geometry.md)** (72) -- **[anarch](anarch.md)** (93) -- **[anarchism](anarchism.md)** (15) -- **[ancap](ancap.md)** (29) -- **[anpac](anpac.md)** (6) -- **[antialiasing](antialiasing.md)** (157) -- **[antivirus_paradox](antivirus_paradox.md)** (8) -- **[app](app.md)** (4) -- **[apple](apple.md)** (6) -- **[approximation](approximation.md)** (18) -- **[arch](arch.md)** (6) -- **[arduboy](arduboy.md)** (39) -- **[art](art.md)** (12) -- **[ascii](ascii.md)** (151) -- **[ascii_art](ascii_art.md)** (206) -- **[assembly](assembly.md)** (255) -- **[assertiveness](assertiveness.md)** (2) -- **[atan](atan.md)** (22) -- **[atheism](atheism.md)** (14) -- **[attribution](attribution.md)** (16) -- **[audiophilia](audiophilia.md)** (2) -- **[autostereogram](autostereogram.md)** (119) -- **[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)** (28) -- **[beauty](beauty.md)** (22) -- **[bilinear](bilinear.md)** (117) -- **[bill_gates](bill_gates.md)** (27) -- **[billboard](billboard.md)** (59) -- **[binary](binary.md)** (138) -- **[bit](bit.md)** (4) -- **[bit_hack](bit_hack.md)** (172) -- **[bitreich](bitreich.md)** (28) -- **[black](black.md)** (2) -- **[blender](blender.md)** (10) -- **[bloat](bloat.md)** (195) -- **[bloat_monopoly](bloat_monopoly.md)** (11) -- **[boat](boat.md)** (34) -- **[body_shaming](body_shaming.md)** (2) -- **[books](books.md)** (32) -- **[boot](boot.md)** (2) -- **[bootstrap](bootstrap.md)** (41) -- **[brain_software](brain_software.md)** (10) -- **[brainfuck](brainfuck.md)** (122) -- **[bs](bs.md)** (2) -- **[build_engine](build_engine.md)** (2) -- **[bullshit](bullshit.md)** (48) -- **[byte](byte.md)** (19) -- **[bytebeat](bytebeat.md)** (144) -- **[bytecode](bytecode.md)** (280) -- **[c](c.md)** (309) -- **[c_pitfalls](c_pitfalls.md)** (156) -- **[c_sharp](c_sharp.md)** (2) -- **[c_tutorial](c_tutorial.md)** (2151) -- **[cache](cache.md)** (27) -- **[cancer](cancer.md)** (24) -- **[capitalism](capitalism.md)** (134) -- **[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)** (12) -- **[censorship](censorship.md)** (43) -- **[chaos](chaos.md)** (108) -- **[charity_sex](charity_sex.md)** (2) -- **[chasm_the_rift](chasm_the_rift.md)** (16) -- **[cheating](cheating.md)** (8) -- **[chess](chess.md)** (303) -- **[chinese](chinese.md)** (13) -- **[cloud](cloud.md)** (8) -- **[coc](coc.md)** (15) -- **[coding](coding.md)** (6) -- **[collapse](collapse.md)** (32) -- **[collision](collision.md)** (8) -- **[collision_detection](collision_detection.md)** (20) -- **[color](color.md)** (25) -- **[combinatorics](combinatorics.md)** (53) -- **[comment](comment.md)** (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)** (95) -- **[consumerism](consumerism.md)** (12) -- **[copyfree](copyfree.md)** (12) -- **[copyleft](copyleft.md)** (29) -- **[copyright](copyright.md)** (47) -- **[corporation](corporation.md)** (18) -- **[cos](cos.md)** (2) -- **[countercomplex](countercomplex.md)** (4) -- **[cpp](cpp.md)** (4) -- **[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)** (15) -- **[crow_funding](crow_funding.md)** (4) -- **[crypto](crypto.md)** (34) -- **[css](css.md)** (66) -- **[culture](culture.md)** (24) -- **[cyber](cyber.md)** (2) -- **[czechia](czechia.md)** (14) -- **[data_hoarding](data_hoarding.md)** (2) -- **[data_structure](data_structure.md)** (38) -- **[de_facto](de_facto.md)** (8) -- **[debugging](debugging.md)** (119) -- **[deep_blue](deep_blue.md)** (15) -- **[deferred_shading](deferred_shading.md)** (11) -- **[demo](demo.md)** (7) -- **[democracy](democracy.md)** (15) -- **[demoscene](demoscene.md)** (23) -- **[dependency](dependency.md)** (50) -- **[determinism](determinism.md)** (24) -- **[devuan](devuan.md)** (8) -- **[dick_reveal](dick_reveal.md)** (12) -- **[digital](digital.md)** (14) -- **[digital_signature](digital_signature.md)** (8) -- **[dinosaur](dinosaur.md)** (4) -- **[diogenes](diogenes.md)** (34) -- **[disease](disease.md)** (38) -- **[distance](distance.md)** (124) -- **[distrohopping](distrohopping.md)** (10) -- **[docker](docker.md)** (2) -- **[dodleston](dodleston.md)** (6) -- **[dog](dog.md)** (31) -- **[doom](doom.md)** (50) -- **[double_buffering](double_buffering.md)** (26) -- **[downto](downto.md)** (18) -- **[drummyfish](drummyfish.md)** (35) -- **[duke3d](duke3d.md)** (20) -- **[dungeons_and_dragons](dungeons_and_dragons.md)** (10) -- **[duskos](duskos.md)** (28) -- **[dynamic_programming](dynamic_programming.md)** (44) -- **[e](e.md)** (22) -- **[earth](earth.md)** (66) -- **[easier_done_than_said](easier_done_than_said.md)** (4) -- **[easy_to_learn_hard_to_master](easy_to_learn_hard_to_master.md)** (17) -- **[education](education.md)** (4) -- **[egoism](egoism.md)** (15) -- **[elo](elo.md)** (147) -- **[elon_musk](elon_musk.md)** (8) -- **[emoticon](emoticon.md)** (135) -- **[encryption](encryption.md)** (4) -- **[encyclopedia](encyclopedia.md)** (73) -- **[english](english.md)** (18) -- **[entrepreneur](entrepreneur.md)** (2) -- **[entropy](entropy.md)** (51) -- **[esolang](esolang.md)** (82) -- **[ethics](ethics.md)** (4) -- **[everyone_does_it](everyone_does_it.md)** (15) -- **[evil](evil.md)** (6) -- **[exercises](exercises.md)** (262) -- **[explicit](explicit.md)** (2) -- **[f2p](f2p.md)** (2) -- **[facebook](facebook.md)** (4) -- **[faggot](faggot.md)** (2) -- **[fail_ab](fail_ab.md)** (38) -- **[fantasy_console](fantasy_console.md)** (41) -- **[faq](faq.md)** (243) -- **[fascism](fascism.md)** (23) -- **[fascist](fascist.md)** (2) -- **[fear_culture](fear_culture.md)** (4) -- **[fediverse](fediverse.md)** (12) -- **[feminism](feminism.md)** (47) -- **[femoid](femoid.md)** (2) -- **[fight](fight.md)** (2) -- **[fight_culture](fight_culture.md)** (8) -- **[finished](finished.md)** (16) -- **[firmware](firmware.md)** (3) -- **[fixed_point](fixed_point.md)** (151) -- **[fizzbuzz](fizzbuzz.md)** (158) -- **[flatland](flatland.md)** (22) -- **[float](float.md)** (64) -- **[floss](floss.md)** (2) -- **[football](football.md)** (49) -- **[fork](fork.md)** (27) -- **[formal_language](formal_language.md)** (24) -- **[forth](forth.md)** (128) -- **[foss](foss.md)** (2) -- **[fourier_transform](fourier_transform.md)** (209) -- **[fqa](fqa.md)** (2) -- **[fractal](fractal.md)** (69) -- **[frameless](frameless.md)** (10) -- **[framework](framework.md)** (2) -- **[free](free.md)** (2) -- **[free_body](free_body.md)** (13) -- **[free_culture](free_culture.md)** (36) -- **[free_hardware](free_hardware.md)** (56) -- **[free_software](free_software.md)** (60) -- **[free_speech](free_speech.md)** (16) -- **[free_universe](free_universe.md)** (11) -- **[free_will](free_will.md)** (12) -- **[freedom](freedom.md)** (14) -- **[fsf](fsf.md)** (17) -- **[fuck](fuck.md)** (2) -- **[fun](fun.md)** (30) -- **[function](function.md)** (137) -- **[furry](furry.md)** (15) -- **[future_proof](future_proof.md)** (44) -- **[game](game.md)** (160) -- **[game_engine](game_engine.md)** (49) -- **[game_of_life](game_of_life.md)** (224) -- **[gay](gay.md)** (18) -- **[gaywashing](gaywashing.md)** (2) -- **[geek](geek.md)** (6) -- **[gemini](gemini.md)** (10) -- **[gender_studies](gender_studies.md)** (9) -- **[gigachad](gigachad.md)** (2) -- **[girl](girl.md)** (2) -- **[git](git.md)** (70) -- **[githopping](githopping.md)** (4) -- **[global_discussion](global_discussion.md)** (11) -- **[gnu](gnu.md)** (55) -- **[go](go.md)** (96) -- **[golang](golang.md)** (18) -- **[good_enough](good_enough.md)** (6) -- **[goodbye_world](goodbye_world.md)** (8) -- **[google](google.md)** (14) -- **[gopher](gopher.md)** (68) -- **[graphics](graphics.md)** (40) -- **[graveyard](graveyard.md)** (24) -- **[greenwashing](greenwashing.md)** (4) -- **[gui](gui.md)** (28) -- **[hack](hack.md)** (2) -- **[hacker_culture](hacker_culture.md)** (2) -- **[hacking](hacking.md)** (75) -- **[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)** (12) -- **[hexadecimal](hexadecimal.md)** (4) -- **[history](history.md)** (98) -- **[holy_war](holy_war.md)** (25) -- **[how_to](how_to.md)** (206) -- **[human_language](human_language.md)** (28) -- **[hw](hw.md)** (2) -- **[hyperoperation](hyperoperation.md)** (235) -- **[implicit](implicit.md)** (2) -- **[infinity](infinity.md)** (26) -- **[information](information.md)** (16) -- **[intellectual_property](intellectual_property.md)** (14) -- **[interaction_net](interaction_net.md)** (134) -- **[interesting](interesting.md)** (23) -- **[internet](internet.md)** (105) -- **[interplanetary_internet](interplanetary_internet.md)** (14) -- **[interpolation](interpolation.md)** (45) -- **[io](io.md)** (16) -- **[ioccc](ioccc.md)** (37) -- **[iq](iq.md)** (113) -- **[island](island.md)** (38) -- **[jargon_file](jargon_file.md)** (12) -- **[java](java.md)** (10) -- **[javascript](javascript.md)** (86) -- **[jedi_engine](jedi_engine.md)** (2) -- **[jesus](jesus.md)** (89) -- **[john_carmack](john_carmack.md)** (20) -- **[jokes](jokes.md)** (81) -- **[js](js.md)** (4) -- **[julia_set](julia_set.md)** (99) -- **[just_werks](just_werks.md)** (22) -- **[justice](justice.md)** (2) -- **[kek](kek.md)** (6) -- **[kids_these_days](kids_these_days.md)** (2) -- **[kiss](kiss.md)** (37) -- **[kiwifarms](kiwifarms.md)** (2) -- **[kwangmyong](kwangmyong.md)** (11) -- **[lambda_calculus](lambda_calculus.md)** (57) -- **[langtons_ant](langtons_ant.md)** (158) -- **[leading_the_pig_to_the_slaughterhouse](leading_the_pig_to_the_slaughterhouse.md)** (15) -- **[left](left.md)** (2) -- **[left_right](left_right.md)** (53) -- **[less_retarded_hardware](less_retarded_hardware.md)** (2) -- **[less_retarded_society](less_retarded_society.md)** (136) -- **[less_retarded_software](less_retarded_software.md)** (2) -- **[lgbt](lgbt.md)** (22) -- **[liberalism](liberalism.md)** (6) -- **[libertarianism](libertarianism.md)** (12) -- **[library](library.md)** (29) -- **[libre](libre.md)** (2) -- **[license](license.md)** (56) -- **[life](life.md)** (6) -- **[lil](lil.md)** (20) -- **[line](line.md)** (151) -- **[linear_algebra](linear_algebra.md)** (116) -- **[linux](linux.md)** (63) -- **[living](living.md)** (33) -- **[lmao](lmao.md)** (43) -- **[loc](loc.md)** (11) -- **[logic](logic.md)** (11) -- **[logic_circuit](logic_circuit.md)** (166) -- **[logic_gate](logic_gate.md)** (65) -- **[love](love.md)** (26) -- **[low_poly](low_poly.md)** (17) -- **[lrs](lrs.md)** (156) -- **[lrs_dictionary](lrs_dictionary.md)** (97) -- **[lrs_wiki](lrs_wiki.md)** (36) -- **[luke_smith](luke_smith.md)** (17) -- **[magic](magic.md)** (2) -- **[main](main.md)** (125) -- **[mainstream](mainstream.md)** (4) -- **[maintenance](maintenance.md)** (8) -- **[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)** (7) -- **[math](math.md)** (40) -- **[mechanical](mechanical.md)** (201) -- **[memory_management](memory_management.md)** (77) -- **[mental_outlaw](mental_outlaw.md)** (4) -- **[microsoft](microsoft.md)** (8) -- **[microtheft](microtheft.md)** (2) -- **[microtransaction](microtransaction.md)** (4) -- **[military](military.md)** (6) -- **[minesweeper](minesweeper.md)** (25) -- **[minigame](minigame.md)** (63) -- **[minimalism](minimalism.md)** (55) -- **[mipmap](mipmap.md)** (40) -- **[mob_software](mob_software.md)** (4) -- **[moderation](moderation.md)** (2) -- **[modern](modern.md)** (37) -- **[modern_software](modern_software.md)** (2) -- **[monad](monad.md)** (48) -- **[money](money.md)** (14) -- **[morality](morality.md)** (10) -- **[motivation](motivation.md)** (4) -- **[mouse](mouse.md)** (6) -- **[mud](mud.md)** (5) -- **[murderer](murderer.md)** (2) -- **[music](music.md)** (43) -- **[myths](myths.md)** (12) -- **[name_is_important](name_is_important.md)** (21) -- **[nanogenmo](nanogenmo.md)** (11) -- **[nationalism](nationalism.md)** (10) -- **[nc](nc.md)** (22) -- **[nd](nd.md)** (6) -- **[needed](needed.md)** (69) -- **[netstalking](netstalking.md)** (9) -- **[neural_network](neural_network.md)** (26) -- **[newspeak](newspeak.md)** (8) -- **[niger](niger.md)** (11) -- **[nigger](nigger.md)** (27) -- **[niggercoin](niggercoin.md)** (6) -- **[no_knowledge_proof](no_knowledge_proof.md)** (16) -- **[noise](noise.md)** (112) -- **[nokia](nokia.md)** (8) -- **[nord_vpn](nord_vpn.md)** (4) -- **[normalization](normalization.md)** (8) -- **[npc](npc.md)** (2) -- **[number](number.md)** (292) -- **[often_confused](often_confused.md)** (111) -- **[often_misunderstood](often_misunderstood.md)** (15) -- **[old](old.md)** (2) -- **[one](one.md)** (13) -- **[oop](oop.md)** (62) -- **[open_console](open_console.md)** (66) -- **[open_source](open_source.md)** (39) -- **[openai](openai.md)** (2) -- **[openarena](openarena.md)** (26) -- **[operating_system](operating_system.md)** (70) -- **[optimization](optimization.md)** (99) -- **[os](os.md)** (2) -- **[p_vs_np](p_vs_np.md)** (19) -- **[palette](palette.md)** (62) -- **[paradigm](paradigm.md)** (27) -- **[patent](patent.md)** (23) -- **[paywall](paywall.md)** (2) -- **[pd](pd.md)** (2) -- **[pedophilia](pedophilia.md)** (34) -- **[people](people.md)** (62) -- **[permacomputing](permacomputing.md)** (2) -- **[permacomputing_wiki](permacomputing_wiki.md)** (14) -- **[phd](phd.md)** (8) -- **[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)** (70) -- **[portability](portability.md)** (166) -- **[portal_rendering](portal_rendering.md)** (24) -- **[pride](pride.md)** (2) -- **[prime](prime.md)** (136) -- **[primitive_3d](primitive_3d.md)** (2) -- **[privacy](privacy.md)** (24) -- **[procgen](procgen.md)** (352) -- **[productivity_cult](productivity_cult.md)** (27) -- **[programming](programming.md)** (33) -- **[programming_language](programming_language.md)** (171) -- **[programming_style](programming_style.md)** (73) -- **[programming_tips](programming_tips.md)** (16) -- **[progress](progress.md)** (30) -- **[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)** (4) -- **[public_domain](public_domain.md)** (86) -- **[public_domain_computer](public_domain_computer.md)** (55) -- **[python](python.md)** (26) -- **[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)** (9) -- **[ram](ram.md)** (31) -- **[random_page](random_page.md)** (1738) -- **[randomness](randomness.md)** (161) -- **[rapeware](rapeware.md)** (2) -- **[rationalwiki](rationalwiki.md)** (8) -- **[raycasting](raycasting.md)** (291) -- **[raycastlib](raycastlib.md)** (30) -- **[raylib](raylib.md)** (22) -- **[reactionary_software](reactionary_software.md)** (27) -- **[real_number](real_number.md)** (48) -- **[recursion](recursion.md)** (64) -- **[reddit](reddit.md)** (22) -- **[regex](regex.md)** (210) -- **[resnicks_termite](resnicks_termite.md)** (206) -- **[rgb332](rgb332.md)** (91) -- **[rgb565](rgb565.md)** (4) -- **[right](right.md)** (6) -- **[rights_culture](rights_culture.md)** (2) -- **[rms](rms.md)** (51) -- **[robot](robot.md)** (4) -- **[rock](rock.md)** (44) -- **[ronja](ronja.md)** (10) -- **[rsa](rsa.md)** (129) -- **[rule110](rule110.md)** (107) -- **[rust](rust.md)** (24) -- **[saf](saf.md)** (65) -- **[sanism](sanism.md)** (4) -- **[science](science.md)** (22) -- **[sdf](sdf.md)** (29) -- **[security](security.md)** (15) -- **[see_through_clothes](see_through_clothes.md)** (2) -- **[selflessness](selflessness.md)** (17) -- **[semiconductor](semiconductor.md)** (13) -- **[settled](settled.md)** (8) -- **[shader](shader.md)** (15) -- **[shit](shit.md)** (29) -- **[shogi](shogi.md)** (79) -- **[shortcut_thinking](shortcut_thinking.md)** (12) -- **[sigbovik](sigbovik.md)** (11) -- **[sin](sin.md)** (181) -- **[sjw](sjw.md)** (25) -- **[slowly_boiling_the_frog](slowly_boiling_the_frog.md)** (16) -- **[small3dlib](small3dlib.md)** (52) -- **[smallchesslib](smallchesslib.md)** (34) -- **[smart](smart.md)** (8) -- **[smol_internet](smol_internet.md)** (19) -- **[social_inertia](social_inertia.md)** (2) -- **[software](software.md)** (2) -- **[sorting](sorting.md)** (234) -- **[soydev](soydev.md)** (37) -- **[soyence](soyence.md)** (45) -- **[speech_synthesis](speech_synthesis.md)** (85) -- **[splinternet](splinternet.md)** (2) -- **[sqrt](sqrt.md)** (74) -- **[ssao](ssao.md)** (10) -- **[steganography](steganography.md)** (225) -- **[stereotype](stereotype.md)** (153) -- **[steve_jobs](steve_jobs.md)** (8) -- **[suckless](suckless.md)** (50) -- **[sudoku](sudoku.md)** (207) -- **[suicide](suicide.md)** (8) -- **[sw](sw.md)** (10) -- **[sw_rendering](sw_rendering.md)** (63) -- **[systemd](systemd.md)** (6) -- **[tangram](tangram.md)** (70) -- **[tas](tas.md)** (20) -- **[tattoo](tattoo.md)** (2) -- **[tech](tech.md)** (2) -- **[technology](technology.md)** (6) -- **[ted_kaczynski](ted_kaczynski.md)** (26) -- **[teletext](teletext.md)** (13) -- **[temple_os](temple_os.md)** (33) -- **[tensor_product](tensor_product.md)** (4) -- **[terry_davis](terry_davis.md)** (11) -- **[thrembo](thrembo.md)** (15) -- **[throwaway_script](throwaway_script.md)** (7) -- **[tinyphysicsengine](tinyphysicsengine.md)** (6) -- **[tom_scott](tom_scott.md)** (4) -- **[tor](tor.md)** (15) -- **[toxic](toxic.md)** (2) -- **[tpe](tpe.md)** (2) -- **[tranny_software](tranny_software.md)** (27) -- **[transistor](transistor.md)** (30) -- **[trash_magic](trash_magic.md)** (21) -- **[triangle](triangle.md)** (81) -- **[troll](troll.md)** (4) -- **[trolling](trolling.md)** (23) -- **[trom](trom.md)** (32) -- **[trump](trump.md)** (6) -- **[trusting_trust](trusting_trust.md)** (6) -- **[turing_machine](turing_machine.md)** (207) -- **[twos_complement](twos_complement.md)** (34) -- **[ubi](ubi.md)** (30) -- **[ui](ui.md)** (8) -- **[unary](unary.md)** (8) -- **[unicode](unicode.md)** (6) -- **[universe](universe.md)** (4) -- **[unix](unix.md)** (28) -- **[unix_philosophy](unix_philosophy.md)** (55) -- **[unretard](unretard.md)** (11) -- **[update_culture](update_culture.md)** (21) -- **[usa](usa.md)** (57) -- **[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)** (50) -- **[vim](vim.md)** (80) -- **[viznut](viznut.md)** (10) -- **[watchdog](watchdog.md)** (10) -- **[wavelet_transform](wavelet_transform.md)** (35) -- **[web](web.md)** (4) -- **[whale](whale.md)** (8) -- **[wiby](wiby.md)** (14) -- **[wiki_authors](wiki_authors.md)** (10) -- **[wiki_pages](wiki_pages.md)** (4) -- **[wiki_post_mortem](wiki_post_mortem.md)** (14) -- **[wiki_rights](wiki_rights.md)** (10) -- **[wiki_stats](wiki_stats.md)** (213) -- **[wiki_style](wiki_style.md)** (71) -- **[wikidata](wikidata.md)** (55) -- **[wikipedia](wikipedia.md)** (95) -- **[wikiwikiweb](wikiwikiweb.md)** (32) -- **[windows](windows.md)** (8) -- **[wizard](wizard.md)** (9) -- **[woman](woman.md)** (113) -- **[work](work.md)** (32) -- **[world_broadcast](world_broadcast.md)** (12) -- **[wow](wow.md)** (8) -- **[www](www.md)** (107) -- **[x86](x86.md)** (4) -- **[xd](xd.md)** (0) -- **[xonotic](xonotic.md)** (101) -- **[xxiivv](xxiivv.md)** (22) -- **[yes_they_can](yes_they_can.md)** (8) -- **[youtube](youtube.md)** (22) -- **[zen](zen.md)** (15) -- **[zero](zero.md)** (30) -- **[zuckerberg](zuckerberg.md)** (2) \ No newline at end of file diff --git a/wiki_stats.md b/wiki_stats.md index 8cab3d3..e500ea0 100644 --- a/wiki_stats.md +++ b/wiki_stats.md @@ -3,9 +3,9 @@ This is an autogenerated article holding stats about this wiki. - number of articles: 579 -- number of commits: 797 -- total size of all texts in bytes: 3768868 -- total number of lines of article texts: 28941 +- number of commits: 798 +- total size of all texts in bytes: 3771245 +- total number of lines of article texts: 28949 - number of script lines: 262 - occurences of the word "person": 8 - occurences of the word "nigger": 74 @@ -35,37 +35,37 @@ longest articles: top 50 5+ letter words: -- which (2155) -- there (1636) -- people (1424) -- other (1180) -- example (1161) +- which (2158) +- there (1637) +- people (1425) +- other (1181) +- example (1164) - software (1062) - number (1034) -- about (979) +- about (980) - program (858) - their (808) -- because (768) -- would (756) +- because (769) +- would (757) - called (746) - language (734) - computer (729) - being (710) - simple (696) -- things (691) +- things (693) - numbers (688) -- something (663) +- something (665) - without (655) - programming (645) - function (643) -- these (607) +- these (608) - however (604) - different (603) - world (571) - system (555) - should (544) - games (539) -- doesn (536) +- doesn (537) - point (531) - society (530) - though (504) @@ -83,12 +83,23 @@ top 50 5+ letter words: - really (424) - computers (418) - extremely (412) -- always (410) +- always (411) - first (409) latest changes: ``` +Date: Sat May 11 20:41:35 2024 +0200 + ascii_art.md + disease.md + exercises.md + myths.md + random_page.md + trom.md + wiki_pages.md + wiki_stats.md + wikipedia.md + work.md Date: Wed May 8 22:32:14 2024 +0200 21st_century.md acronym.md @@ -111,17 +122,6 @@ Date: Tue May 7 21:18:26 2024 +0200 communism.md debugging.md exercises.md - gopher.md - hero_culture.md - military.md - race.md - random_page.md - wiki_pages.md - wiki_stats.md - wiki_style.md - woman.md -Date: Mon May 6 21:37:53 2024 +0200 - chess.md ``` most wanted pages: