This commit is contained in:
Miloslav Ciz 2024-12-31 16:58:28 +01:00
parent 94fd1c5b4a
commit e6f6091f16
13 changed files with 1877 additions and 1862 deletions

View file

@ -2,7 +2,7 @@
Abstraction is an important concept in [programming](programming.md), [mathematics](math.md) and other fields of [science](science.md), philosophy and [art](art.md), which in simple words can be described as "viewing an issue from a distance", thinking in higher-level concepts, i.e. paying less attention to fine detail so that one can see the bigger picture. In programming for example we distinguish [programming languages](programming_language.md) of high and low level of abstraction, depending on how close they are "to the [hardware](hardware.md)" (e.g. [assembly](assembly.md) being low level, [JavaScript](js.md) being high level); in [art](art.md) high abstraction means portraying and capturing things such as ideas, feelings and emotions with shapes that may seem "distant", not resembling anything concrete or familiar. We usually talk about different **levels of abstraction**, depending on the "distance" we take in vieweing the issue at hand -- this concept may very well be demonstrated on [sciences](science.md): particle [physics](physics.md) researches the world at the lowest level of abstraction, in extreme close-up, for example by examining individual atoms that make up our brains, while [biology](biology.md) resides at a higher level of abstraction, viewing the brain at the level of individual cells, and finally [psychology](psychology.md) shows a very high level of abstraction because it looks at the brain from great distance and just studies its behavior.
In mainstream [programming](programming.md) education it is generally taught to "abstract as much as possible" because that's aligned with the [capitalist](capitalism.md) way of technology -- high abstraction is easy to handle for incompetent programming monkeys, it helps preventing them from making damage by employing billions of safety mechanisms, it also perpetuates the cult of never stopping layering of the abstraction sandwich, creating [bloat](bloat.md), [hype](hype.md), bullshit jobs, it makes computers slower, constantly outdated and so drives software [consumerism](consumerism.md). As with everything in capitalism, new abstractions are products hyped on grounds of immediate benefit: creating more comfort, being something new and "[modern](modern.md)", increasing "[productivity](productivity_cult.md)", lowering "barriers of entry" so that ANYONE CAN NOW BE A PROGRAMMER without even knowing anything about computers (try to imagine this e.g. in the field of medicine) etc. -- of course, long term negative effects are completely ignored. **This is extremely wrong.** It is basically why technology has been on such a huge downfall in the latest decades. Opposing this, [LRS](lrs.md) advocates to employ only as little abstraction as needed, so as to support [minimalism](minimalism.md). **Too much abstraction is bad.** For example a widely used general purpose programming language should basically only have as much abstraction as to allow [portability](portability.md), it should definitely NOT succumb high abstraction such as [object obsessed programming](oop.md).
In mainstream [programming](programming.md) education it is generally taught to "abstract as much as possible" because that's aligned with the [capitalist](capitalism.md) way of technology -- high abstraction is easy to handle for incompetent programming monkeys, it helps preventing them from making damage by employing billions of safety mechanisms, it allows them to quickly learn to do poorly what should be done properly, it also perpetuates the cult of never stopping layering of the abstraction sandwich, creating [bloat](bloat.md), [hype](hype.md), bullshit jobs, it makes computers slower, constantly outdated and so drives software [consumerism](consumerism.md). As with everything in capitalism, new abstractions are products hyped on grounds of immediate benefit: creating more comfort, being something new and "[modern](modern.md)", increasing "[productivity](productivity_cult.md)", lowering "barriers of entry" so that ANYONE CAN NOW BE A PROGRAMMER without even knowing anything about computers (try to imagine this e.g. in the field of medicine) etc. -- of course, long term negative effects are completely ignored. Abstraction is useful but what's happening here is twisting its meaning: instead of **ignoring details** where it's acceptable and useful, abstraction is now used as an excuse meaning **ignorance of details**, i.e. whereas originally a programmer knew the details and would decide to ignore them where it's of benefit, nowadays the programmer doesn't know the details at all because he thinks he is allowed to by the existence of abstraction, and so he ignores them in any situation. **This is extremely wrong.** It is basically why technology has been on such a huge downfall in the latest decades and why so many incompetent people flooded the industry. Opposing this, [LRS](lrs.md) advocates to employ only as little abstraction as needed, so as to support [minimalism](minimalism.md). **Too much abstraction is bad.** For example a widely used general purpose programming language should basically only have as much abstraction as to allow [portability](portability.md), it should definitely NOT succumb high abstraction such as [object obsessed programming](oop.md).
In a more detailed view abstraction is not one-dimensional, we may abstract in different directions ("look at the issue from different angles"); for example [functional](functional.md), [logic](logic_paradigm.md) and [object](object.md) paradigms are different ways of programming languages abstracting from the low level, each one in different way. So the matter of abstracting is further complicated by trying to **choose the right abstraction** -- one kind of abstraction may work well for certain kinds of problems (i.e. solving these problems will become simple when applying this abstraction) but badly for other kinds of problems. The art of choosing right abstraction ([model](model.md)) is important e.g. in designing computer [simulations](simulation.md) -- if we want so simulate e.g. human society, do we simulate individual people in it or just societies as whole entities? Do we simulate wars as a simple dice roll or do we let individual soldiers fight their own battles? Do we represent roads as actual surfaces on top of which cars move according to laws of physics, or do we simplify to something like mathematical graph connecting cities with mere abstract lines, or something in between like a cellular automaton maybe? Do we consider beings living on a round planet, with possibilities like meteor impacts and space flights, or do we simply consider people living on a flat 2D sheet of paper? Similar though has come to designing [games](game.md) (another kind of simulation).

View file

@ -6,7 +6,7 @@
Calculus is a somewhat unpopular but immensely important area of advanced [mathematics](math.md) whose focus lies in study of **continuous change**: for example how quickly a [function](function.md) grows, how fast its growth "accelerates", in which direction a multidimensional function grows the fastest etc. This means in calculus we stop being preoccupied with actual immediate values and start focusing on their CHANGE: things like velocity, acceleration, slopes, gradients etc., in a highly generalized way. Calculus is one of the first disciplines one gets confronted with in higher math, i.e. when starting University, and for some reason it's a very feared subject among students to whom the name sounds like a curse, although the basics aren't more difficult than other areas of math (that's not to say it shouldn't be feared, just that other areas should be feared equally so). Although from high school textbooks it's easy to acquire the impression that all problems can be solved without calculus and that it will therefore be of little practical use, the opposite is in fact true: in [real world](irl.md) EVERYTHING is about change, proof of which is the fact that in [physics](physics.md) most important phenomena are described by **[differential equations](differential_equation.md)**, i.e. basically "calculus equations" -- it turns out that many things depend on rate of change of some variable rather than the variable's direct value: for example air friction depends on how fast we are moving (how quickly our position is changing), our ears hear thanks to CHANGE in air pressure, electric current gets generated by CHANGE of magnetic field etc. Calculus is very similar to (and sometimes is interchangeably used with) *mathematical analysis* (the difference is basically that analysis tries to [prove](prove.md) what calculus does, at least according to the "[Internet](internet.md)"). The word *calculus* is also sometimes used to signify any "system for making calculations", for example [lambda calculus](lambda_calculus.md).
Is this of any importance to a programmer? Fucking YES, you can't avoid it. Consider [physics engines](physics_engine.md), [machine learning](machine_learning.md), smooth [curves](curve.md) and surfaces in computer graphics, [interpolation](interpolation.md) and animation, scientific simulations, [electronics](electronics.md), [robotics](robotics.md), [signal](signal.md) processing and other kind of various shit all REQUIRE at least basics of calculus.
Is this of any importance to a programmer? Fucking YES, you can't avoid it. Consider [physics engines](physics_engine.md), [machine learning](machine_learning.md), smooth [curves](curve.md) and surfaces in computer graphics, [interpolation](interpolation.md) and animation, statistics, scientific simulations, [electronics](electronics.md), [robotics](robotics.md), [signal](signal.md) processing and other kind of various shit all REQUIRE at least basics of calculus.
In essence there are two main parts to calculus, two mathematical "operations" that work with functions and are opposite to each other:

View file

@ -10,7 +10,7 @@ Since an encyclopedia will typically focus on encompassing wide knowledge, as th
Great nerds read encyclopedias linearly from start to finish just like a normal book, which may help expand one's knowledge as well as ignite curiosity in new things and spot some cool interesting facts. { And yet bigger nerds write their own encyclopedias. ~drummyfish }
**Similar terms:** encyclopedias, which also used to be called **cyclopedias** in the past, are similar to **dictionaries** and these types of books often overlap (many encyclopedias call themselves dictionaries); the main difference is that a dictionary focuses on providing linguistic information and generally has shorter term definitions, while encyclopedias have longer articles (which however limits their total number, i.e. encyclopedias will usually prefer quality over quantity). Encyclopedias are also a subset of so called **reference works**, i.e. works that serve to provide [information](information.md) and reference to it (other kinds of reference works being e.g. world maps, tabulated values or [API](api.md) references). A **universal/general** encyclopedia is one that focuses on human knowledge at wide, as opposed to an encyclopedia that focuses on one specific field of knowledge. **Compendium** can be seen almost as a synonym to encyclopedia, with encyclopedias perhaps usually being more general and extensive. **Almanac** is also similar to encyclopedia, more focusing on tabular data. **Micropedia** is another term, sometimes used to denote a smaller encyclopedia (one edition of Britannica came with a micropedia as well as a larger macropedia).
**Similar terms:** encyclopedias, which also used to be called **cyclopedias** in the past, are similar to **dictionaries** and these types of books often overlap (many encyclopedias call themselves dictionaries); the main difference is that a dictionary focuses on providing linguistic information and generally has shorter term definitions, while encyclopedias have longer articles (which however limits their total number, i.e. encyclopedias will usually prefer quality over quantity). Encyclopedias are also a subset of so called **reference works**, i.e. works that serve to provide [information](information.md) and reference to it (other kinds of reference works being e.g. world maps, tabulated values or [API](api.md) references). A **universal/general** encyclopedia is one that focuses on human knowledge at wide, as opposed to an encyclopedia that focuses on one specific field of knowledge. **Compendium** can be seen almost as a synonym to encyclopedia, with encyclopedias perhaps usually being more general and extensive. **Almanac** is also similar to encyclopedia, more focusing on tabular data. **Micropedia** is another term, sometimes used to denote a smaller encyclopedia (one edition of Britannica came with a micropedia as well as a larger macropedia). There are also **catalogs** which often serve commercial purposes but in practice can be useful as well.
These are some **nice/interesting/benchmark articles** to look up in encyclopedias: [algorithm](algorithm.md), [anarchism](anarchism.md), Andromeda (galaxy), Antarctica, Atlantis, atom, [axiom of choice](axiom_of_choice.md), [Bible](bible.md), [big bang](big_bang.md), [black hole](black_hole.md), [brain](brain.md), [Buddhism](buddhism.md), [C](c.md) (programming language), [cannibalism](cannibalism.md), [capitalism](capitalism.md), castle, [cat](cat.md), [censorship](censorship.md), [central processing unit](cpu.md), [chess](chess.md), Chicxulub, China, [color](color.md), comet, [communism](communism.md), [computer](computer.md), [Creative Commons](creative_commons.md), [Deep Blue](deep_blue.md), [democracy](democracy.md), Democratic People's Republic of Korea, [depression](depression.md), [determinism](determinism.md), [dinosaur](dinosaur.md), dodo, [dog](dog.md), [Doom](doom.md) (game), [Earth](earth.md), [Einstein](einstein.md), [Elo](elo.md), [Encyclopedia](encyclopedia.md), [entropy](entropy.md), [ethics](ethics.md), [Euler's Number](e.md), [evolution](evolution.md), [font](font.md), [football](football.md), [fractal](fractal.md), [free software](free_software.md), [game](game.md), gigantopythecus, [go](go.md) (game), [god](god.md), [GNU](gnu.md) project, [hacker](hacking.md), Hanging Gardens of Babylon, [hardware](hardware.md), [Hitler](hitler.md), [Holocaust](holocaust.md), [homosexual](gay.md), [human](human.md), [infinity](infinity.md), [information](information.md), intelligence, [Internet](internet.md), [IQ](iq.md), Japan, [Jesus](jesus.md), [Jew](jew.md), [language](language.md), [Latin](latin.md), [life](life.md), [light](light.md), lightning, [Linux](linux.md), [logarithm](log.md), [logic](logic.md), [love](love.md), Mammoth, [mathematics](math.md), Mariana Trench, Mars, Milky Way, Moon, [morality](morality.md), Mount Everest, [music](music.md), [necrophilia](necropiilia.md), [number](number.md), [Open Source](open_source.md), negro, [nigger](nigger.md), pacifism, [pedophilia](pedophilia.md), [penis](penis.md), [pi](pi.md), Pluto, [prime number](prime.md), [quaternion](quaternion.md), Pompei, [Quran](quran.md), [race](race.md), Roman Empire, [sex](sex.md), [sine](sin.md), [schizophrenia](schizo.md), [software](sw.md), [Stallman](rms.md) (Richard), [star](star.md), Stonehenge, [suicide](suicide.md), Sun, Tibet, [technology](technology.md), Tetris, [time](time.md), Titanic, [transistor](transistor.md), Troy, Tyrannousaurus Rex, [UFO](ufo.md), [universe](universe.md), [Unix](unix.md), Uruk, [Usenet](usenet.md), Valonia Ventricosa (bubble algae), Vatican, Venus, video game, [Wikipedia](wikipedia.md), [woman](woman.md), [World War II](wwii.md), [World Wide Web](www.md), ...

View file

@ -2,4 +2,8 @@
*A frightened man gives up his freedom for the promise of safety.*
Fear culture, also culture/climate of fear, hysteria or fearmongering, is a [culture](culture.md) driven by pervasive, artificially sustained fear that's used to manipulated masses of people. It is among the most effective political tools of manipulation and so, unsurprisingly, enjoys wide popularity and application in dystopias, currently for example in the [USA](usa.md) and other "western countries" where fear culture gets perfected and taken to extremes with never stopping pressure coming mainly from the media (news, social networks, [ads](marketing.md), billboards, magazines, ...) -- see for example the "war on terror", anti-immigration, "[pedophile](pedophilia.md) hysteria", "computer [security](security.md) hysteria" and countless other [modern](modern.md) societal phenomena responsible for the epidemic of [depression](depression.md) and [suicides](suicide.md). Fear makes people give up their [freedom](freedom.md) voluntarily (e.g. consent with surveillance, approve of dictatorship, ...), blindly [consume](consumerism.md) what they're given (vaccines, spying devices, body implants, software [updates](update_culture.md), ...), spend money on bullshit, it makes them resort to desperate behavior such as killing other people (needed e.g. when a nation wants to lead a [war](war.md)), it makes them stop thinking and delegate decisions on others (so called "[leaders](hero_culture.md)") etc. Fear also creates great many [businesses](business.md) (guns, insurance, [antiviruses](antivirus_paradox.md), [VPN](vpn.md)s, home security, drugs, security services, prepping, police, military, news, ...) and is therefore supported by [capitalism](capitalism.md).
Is it then such a surprise that a westener in [21st century](21st_century.md) is constantly bombarded by scaremongering messages? This happens wherever he goes, on a daily basis, every minute of his life (thanks to so called "[modern](modern.md)" technology that ensures fast speed Internet connection even on a desert island, exactly for this reason) -- he has a device in his pocket that alerts him every few minutes about a new threat ("[SCIENCE](soyence.md) JUST FOUND THE FOOD YOU EAT CAUSES [CANCER](cancer.md)!", "NEW [HITLER](hitler.md) JUST WON THE ELECTIONS!", "YOUR NEIGHBOUR MAY BE A [PEDOPHILE](pedophilia.md) RAPING YOUR CHILD RIGHT NOW", ...), when he watches a movie there are news headlines constantly rolling on the bottom of the screen and ads constantly interrupting the movie to not let him relax for a second, there are news coming from speakers in every shop he goes to, there are billboards alongside roads urging him to vote for someone else his family gets murdered by immigrant terrorists, and so on.
TODO

View file

@ -38,7 +38,7 @@ As perhaps the most influential man in history whose image has been twisted, use
- *"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.)
(Americans are ultrastupid 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 canceled 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. Americans have no clue about anything, they made Jesus into something akin their personal divine [coach](productivity_cult.md) who helps them overcome addiction to booze. How immensely sad this is.)
It's said that [Gandhi](gandhi.md) once stated this much: "I like your Christ but I don't like your Christians. Your Christians are so unlike your Christ." { Thanks to Amlux for highlighting the quote in a video. ~drummyfish }

View file

@ -4,7 +4,7 @@
{ I hate disclaimers but I'm getting some suicide suggestions and death threats, so I'll leave a small note here: keep in mind LRS loves all living beings and never advocates for hurting anyone, i.e. [rape](rape.md) of anyone is absolutely not acceptable, as any other kind of violence against any living being -- this is what really matters in the end (as opposed to respecting arbitrary law-imposed age limits etc.). Any thought, desire, perception or sharing of any information must however never be considered wrong in itself, i.e. bullying someone merely for his sexual orientation or his thoughts is just as wrong as raping someone. LRS is one the most peaceful philosophies in history.
Most people I talk to about this article privately tell me they basically agree with everything I write here, but they say I "shouldn't be saying this aloud". Well, what kind of fucked up society is this when I can't tell a truth everyone knows? What kind of medieval thinking is this, do we really live in such a dystopian horror already? Fuck this shit and fuck your silence, I wanna puke from your conformance to evil.
Most people I talk to about this article privately tell me they basically agree with everything I write here, but they say I "shouldn't be saying this aloud" (see also *Emperor's New Clothes*). Well, what kind of fucked up society is this when I can't tell a truth everyone knows? What kind of medieval thinking is this, do we really live in such a dystopian horror already? Fuck this shit and fuck your silence, I wanna puke from your conformance to evil.
I have not once now encountered groups of people who tried to seriously push me to committing [suicide](suicide.md), simply for advocating not bullying people for a private desire, knowing very well I had suicidal tendencies and that I would never harm anyone, nor would I advocate any kind of harm of anyone -- not random strangers, but people who knew me for long. There is literally no difference from a witch hunt now. This is the kind of people you want to be? Just think about it for a second.

View file

@ -2,6 +2,8 @@
The true definition of progress is "advancement towards more [good](good.md)", though in the [mainstream](mainstream.md) the term has been twisted to stand for falsehoods such as "[more complicated technology](capitalist_technology.md)", "[bigger economy](capitalism.md)" and so on. [Idiots](retard.md) rarely think, they can't ask a series of two questions in a row such as "what will this lead to and is the result what we want?", they can [only understand](shortcut_thinking.md) extremely simple equalities such as "moar buttons in a program = more gooder", hence the language degeneration.
By further analysis we find that (TRUE) progress means increasing (TRUE) [freedom](freedom.md), i.e. enabling more options to freely choose from, while ideally -- and very importantly -- NOT removing the already available options, i.e. progress should for example ensure that people can wear clothes, but it must NOT come at the price of making it mandatory to wear clothes, otherwise we are not dealing with progress, only with change or transformation (and whether the change is good or bad is then a separate question). Today's dystopic society aiming to exploit people (as opposed to being concerned with their well being) indeed twisted the meaning of "progress" exactly to stand for "constant change", which is additionally either insignificant (in the better case) or for the worse (usually the case).
Primarily we must realize one thing: by definition the only true progress that matters and should be pursued is just that which gets us closer to our [ideal society](less_retarded_society.md), i.e. progress is only that which makes the life of every individual better as a whole and all other kinds of "progress", such as [technological](tech.md), [scientific](science.md), artistic, political and so on exist SOLELY to serve the main progress of well being of individuals. A thousand year leap in technological development is worth absolutely nothing if it doesn't serve the main goal, it's useless if we can send a car to space, harvest energy of a whole star or find the absolute meaning of life if that doesn't serve the main goal -- in fact such "progress" is [nowadays](21st_century.md) mostly made so that it works AGAINST the main goal, i.e. [corporations](corporation.md) develop more complicated technology to exploit people more and make them more miserable -- that is not true progress, it is its exact opposite.
Here is a comparison of what TRUE progress is and what it isn't:
@ -29,4 +31,4 @@ Here is a comparison of what TRUE progress is and what it isn't:
| Can you have sex with anyone you want? | no | yes | yes |
| How long will you likely live? | not beyond 50 | probably above 65 | yes |
| Can you communicate complex ideas to others? | no (apes) | yes, thanks to [language](human_language.md) | yes |
| What do you kill each other with? | sticks | nothing | yes |
| What do you kill each other with? | sticks | nothing | yes |

File diff suppressed because it is too large Load diff

View file

@ -55,6 +55,9 @@ Some stereotypes are:
- can't say "l", they replace it with "r", and they end every word with "u"
- **North Korea**:
- these stereotypes are highly secret to foreigners
- **South Korea**:
- best pro gamers in the world
- wannabe [americans](usa.md), funny chinks trying to look like businessmen
- **Australians**:
- tough men, living surrounded by extremely dangerous animals such as flying spiders, fight crocodiles every day
- hunt with boomerangs

View file

@ -2,7 +2,7 @@
*"An idiot admires complexity, a genius admires simplicity."* --Terry Davis
Terry A. Davis, aka the *divine intellect*, born 1969 in Wisconsin, was a genius+[schizophrenic](schizo.md) [programmer](programming.md) that singlehandedly created [TempleOS](temple_os.md) in his own [programming language](programming_language.md) called [HolyC](holyc.md), and greatly entertained and enlightened an audience of followers until his tragic untimely death. For his programming skills and quality videos he became a legend and a [meme](meme.md) in the tech circles, especially on [4chan](4chan.md) which additionally valued his [autistic](autism.md) and [politically incorrect](political_correctness.md) behavior.
Terry A. Davis, aka the *divine intellect* and *smartest programmer that ever lived*, born 1969 (lol 69) in Wisconsin, was a genius+[schizophrenic](schizo.md) [programmer](programming.md) that singlehandedly created [TempleOS](temple_os.md) in his own [programming language](programming_language.md) called [HolyC](holyc.md), and greatly entertained and enlightened an audience of followers until his tragic untimely death. For his programming skills and quality videos he became a legend and a [meme](meme.md) in the tech circles, especially on [4chan](4chan.md) which additionally valued his [autistic](autism.md) and [politically incorrect](political_correctness.md) behavior.
He was convinced he could talk to [God](god.md) and that God commanded him to make an operating system with certain parameters such as 640x480 resolution, also known as the God resolution. According to himself he was gifted a *divine intellect* and was, in his own words, the "best programmer that ever lived". Terry was making [YouTube](youtube.md) talking/programming videos in which God was an often discussed topic, alongside valuable programming advice and a bit of good old [racism](racism.md). He was also convinced that the government was after him and often delved into the conspiracies against him, famously proclaiming that **"CIA [niggers](nigger.md) glow in the dark"** ("glowing in dark" subsequently caught on as a phrase used for anything [suspicious](sus.md)). He was in mental hospital several times and later became homeless, but continued to post videos from his van. An entertaining fact is also that he fell in love with a famous female physics YouTuber Dianna Cowern which he stalked online. In 2018 he was killed by a train (officially a [suicide](suicide.md) but word has it CIA was involved) but he left behind tons of videos full of endless entertainment, and sometimes even genuine [wisdom](wisdom.md).

File diff suppressed because one or more lines are too long

View file

@ -3,9 +3,9 @@
This is an autogenerated article holding stats about this wiki.
- number of articles: 617
- number of commits: 953
- total size of all texts in bytes: 4903653
- total number of lines of article texts: 35864
- number of commits: 954
- total size of all texts in bytes: 4907874
- total number of lines of article texts: 35877
- number of script lines: 294
- occurrences of the word "person": 9
- occurrences of the word "nigger": 103
@ -25,7 +25,7 @@ longest articles:
- [c](c.md): 44K
- [programming_language](programming_language.md): 44K
- [3d_model](3d_model.md): 44K
- [internet](internet.md): 40K
- [internet](internet.md): 44K
- [main](main.md): 40K
- [iq](iq.md): 40K
- [bloat](bloat.md): 36K
@ -35,25 +35,25 @@ longest articles:
top 50 5+ letter words:
- which (2710)
- there (2135)
- people (2019)
- example (1673)
- which (2715)
- there (2136)
- people (2021)
- example (1674)
- other (1535)
- about (1349)
- number (1300)
- about (1351)
- number (1299)
- software (1234)
- because (1084)
- their (1045)
- because (1083)
- their (1046)
- program (1023)
- would (1019)
- something (987)
- would (1020)
- something (988)
- being (976)
- things (941)
- language (923)
- called (899)
- simple (839)
- function (836)
- called (900)
- simple (840)
- function (837)
- without (828)
- computer (828)
- numbers (819)
@ -62,33 +62,57 @@ top 50 5+ letter words:
- programming (756)
- these (750)
- world (728)
- system (714)
- should (687)
- system (715)
- should (688)
- doesn (684)
- still (677)
- games (663)
- while (656)
- still (678)
- games (664)
- while (655)
- point (651)
- society (639)
- drummyfish (636)
- simply (633)
- possible (622)
- possible (625)
- using (610)
- probably (604)
- always (600)
- course (580)
- course (582)
- similar (579)
- though (571)
- https (570)
- basically (562)
- basically (563)
- really (557)
- actually (552)
- someone (545)
- actually (554)
- someone (546)
- memory (539)
latest changes:
```
Date: Mon Dec 30 20:45:53 2024 +0100
backgammon.md
billboard.md
c_pitfalls.md
calculus.md
chess.md
easy_to_learn_hard_to_master.md
float.md
free.md
hard_to_learn_easy_to_master.md
history.md
internet.md
iq.md
lrs_dictionary.md
luke_smith.md
main.md
often_confused.md
optimism.md
political_correctness.md
project.md
random_page.md
reddit.md
wiki_pages.md
wiki_stats.md
Date: Sun Dec 29 21:34:26 2024 +0100
ai.md
binary.md
@ -104,24 +128,6 @@ Date: Sun Dec 29 21:34:26 2024 +0100
nigeria.md
optimism.md
phd.md
random_page.md
wiki_pages.md
wiki_stats.md
Date: Wed Dec 25 22:45:31 2024 +0100
homelessness.md
loquendo.md
lrs.md
minimalism.md
nigger.md
pedophilia.md
people.md
popularization.md
privacy.md
random_page.md
soyence.md
wiki_pages.md
wiki_stats.md
Date: Sat Dec 21 22:38:23 2024 +0100
```
most wanted pages:
@ -149,12 +155,12 @@ most wanted pages:
most popular and lonely pages:
- [lrs](lrs.md) (324)
- [lrs](lrs.md) (325)
- [capitalism](capitalism.md) (287)
- [c](c.md) (234)
- [bloat](bloat.md) (227)
- [free_software](free_software.md) (194)
- [game](game.md) (147)
- [game](game.md) (148)
- [suckless](suckless.md) (146)
- [proprietary](proprietary.md) (132)
- [minimalism](minimalism.md) (114)

View file

@ -1,6 +1,6 @@
# Zoomer
Zoomers (also *GenZ*, *zombie generation* or *technoslave*) are weird aliens that started to be born instead of real people from around late [1990s](90s.md), they come after [millenials](millenial.md), the last generation of true people to have appeared on [Earth](earth.md). Zoomers are very scary, like slenderman from creepypasta, basically robotic entities born from normal people, no longer having real emotion or normal taste, ability to see what looks good or bad or what's nice and what's degenerated, they are just born to hold a cellphone and [consume](consumerism.md) ads that appear on the display served by the [corporations](corporation.md). Usually they look like the mentioned slenderman: two to three meters tall -- due to having grown up in [21st century](21st_century.md) and only eating genetically modified chicken -- but extremely anorexic and wearing broccoli haircut, constantly looking down into the [smartphone](smartphone.md) which the zoomer's organism needs to survive; without smartphone a zoomer falls into coma and dies within 24 hours. Zoomers are absolute slaves to [technology](tech.md) (without knowing how it works), mental [illnesses](disease.md) (of which they must have at least 10) as well as sexual confusion -- zoomer has no idea what gender or even species he is, he thinks he is a [rabbit](furry.md) hermaphrodite or [transsexual](transsexual.md) fluid or afroamerican jewish spiderman or something, it would just be weird for him to be a normal man or [woman](woman.md). He also thinks only about [sex](sex.md) from the day he is born, he can't watch even a child fairytale without sexually analyzing every scene and painting [rule 34](rule34.md) scenarios in his head, he has addiction to masturbation, porn, [Internet](internet.md), [ads](marketing.md), food, [ricing](ricing.md), TikTok videos and basically just everything he comes to contact with. Zoomer chicks are practically just a walking ass with tiny head on top, they have trousers pulled up below armpits like Clint Eastwood, to showcase that gigantic ass (despite actually protesting sexualization of women).
Zoomers (also *GenZ*, *zombie generation* or *technoslave*) are weird aliens that started to be born instead of real people from around late [1990s](90s.md), they come after [millenials](millenial.md), the last generation of true people to have appeared on [Earth](earth.md). Zoomers are very scary, like slenderman from creepypasta, basically robotic entities born from normal people, no longer having real emotion or normal taste, ability to see what looks good or bad or what's nice and what's degenerated, they are just born to hold a cellphone and [consume](consumerism.md) ads that appear on the display served by the [corporations](corporation.md). One trouble with zoomers is also that no matter where they're born, they're [american](usa.md). Usually they look like the mentioned slenderman: two to three meters tall -- due to having grown up in [21st century](21st_century.md) and only eating genetically modified chicken -- but extremely anorexic and wearing broccoli haircut, constantly looking down into the [smartphone](smartphone.md) which the zoomer's organism needs to survive; without smartphone a zoomer falls into coma and dies within 24 hours. Zoomers are absolute slaves to [technology](tech.md) (without knowing how it works), mental [illnesses](disease.md) (of which they must have at least 10) as well as sexual confusion -- zoomer has no idea what gender or even species he is, he thinks he is a [rabbit](furry.md) hermaphrodite or [transsexual](transsexual.md) fluid or afroamerican jewish spiderman or something, it would just be weird for him to be a normal man or [woman](woman.md). He also thinks only about [sex](sex.md) from the day he is born, he can't watch even a child fairytale without sexually analyzing every scene and painting [rule 34](rule34.md) scenarios in his head, he has addiction to masturbation, porn, [Internet](internet.md), [ads](marketing.md), food, [ricing](ricing.md), TikTok videos and basically just everything he comes to contact with. Zoomer chicks are practically just a walking ass with tiny head on top, they have trousers pulled up below armpits like Clint Eastwood, to showcase that gigantic ass (despite actually protesting sexualization of women).
```
.,---._