Compare commits
2 commits
e94761138d
...
be162bcdc9
Author | SHA1 | Date | |
---|---|---|---|
be162bcdc9 | |||
6e90f09a3c |
13 changed files with 1789 additions and 1770 deletions
|
@ -58,7 +58,7 @@ The following is a list of just SOME attributes of capitalism -- note that not a
|
|||
- **[fear culture](fear_culture.md)**: To keep people consuming and constantly engaged a tension has to be kept, comfortable people are undesirable in capitalism. So there is constantly a propaganda of some threat, be it viruses, terrorism, pedophiles on the internet, computer viruses, killing bees etc.
|
||||
- **[consumerism](consumerism.md)**: To keep businesses running people need to consume everything, even things that shouldn't be consumed and that could last for very long such as computers and cars. This leads to creation of hasted low quality products (even art such as TV series) that are meant to be used and thrown away, repairing is no longer considered.
|
||||
- **commerce infects absolutely everything**: In advanced capitalism there is no such thing as a commerce free zone, everything is privatized eventually and serves selfish interests. There is **nowhere to hide**, capitalism has to work towards eliminating escape places as abused people will want to naturally retreat from a place of abuse somewhere safe. Nowadays even such areas as health care, welfare or [education](education.md) of children is permeated by money, ads and corporate propaganda. Even [nonprofits](nonprofit.md) have to make money. Educational videos in schools are preceded with [ads](marketing.md) (as they are played on [YouTube](youtube.md)), propagandists even legally go to school and brainwash little children (they call it "education in financial literacy" and teach children that they should e.g. create bank accounts in the propagandist's specific bank).
|
||||
- **destruction of life environment**: This is nowadays already pretty clear, [global heating](global_warming.md) is attributed mainly to capitalism and is seen as maybe the most likely doom that's probably already unavoidable. Lack of long term planning and any concern for anything but money, along with consumerism and extreme waste (of energy, physical waste such as plastic, toxic chemicals etc.) lead to building bullshit factories and performing unnecessary activity for economic reasons (e.g. transporting materials over the globe for assembly, then transporting it back), leading to extreme pollution of air (visible air smog already makes it hard to breathe in many cities), water (it is no longer safe to drink rain water as it used to be) and food (microplastic particles are already basically EVERYWHERE, eating them can't be avoided). Forests that are necessary for cleaning air, host many precious life forms and are overall a key part of ecosystem are being destroyed rapidly, entire species are disappearing very quickly. And that's just a quick sum up.
|
||||
- **destruction of life environment**: This is nowadays already pretty clear, [global heating](global_warming.md) is attributed mainly to capitalism and is seen as maybe the most likely doom that's probably already unavoidable. Lack of long term planning and any concern for anything but money, along with consumerism and extreme waste (of energy, physical waste such as plastic, toxic chemicals etc.) lead to building bullshit factories and performing unnecessary activity for economic reasons (e.g. transporting materials over the globe for assembly, then transporting it back), leading to extreme pollution of air (visible air smog already makes it hard to breathe in many cities), water (it is no longer safe to drink rain water as it used to be) and food (microplastic particles are already basically EVERYWHERE, eating them can't be avoided). Forests that are necessary for cleaning air, host many precious life forms and are overall a key part of ecosystem are being destroyed rapidly, entire species are disappearing very quickly. To save the environment it's absolutely key to stop [consumerism](consumerism.md), something in direct conflict with capitalism -- how do you want people to stop having the urges to overly consume if every single minute of their lives they are bombarded with ads pressuring them to consume? And that's just a quick sum up.
|
||||
- **rule of idiots**: Under capitalism the incompetent become successful as success isn't a matter of competence at art but rather willingness to win for any cost, matter of persevering despite being untalented, succumbing to unethical behavior, investing into "promoting" oneself through marketing, social media etc. The truly skilled and intelligent often see the system is bullshit, the skilled are skilled before they want to do their art rather than engage in fights, so they get depressed and disgusted and leave to live in the underground, they live only for their art, opening the way for the unskilled, stupid and at best average thirsty for success. That's why there are so many "professional" wedding photographers who know absolutely nothing about photography, so many elementary school drop outs who become celebrities on TikTok and YouTube who go on to advise the masses on who to vote for in the elections, so many shitty movies, music and games, so many "programmers" and "security experts" who can't do elementary school math etc.
|
||||
- **loss of ethical and moral behavior**: Ethical behavior is a disadvantage in a competitive environment of the market, it is a limitation. Those trying to behave ethically (e.g. fair prices or good treatment of employees) will simply lose to the unethically behaving ones and be eliminated from the market. Eventually there only remain unethically behaving entities, which is exactly what we are seeing nowadays -- there basically doesn't exist a single ethically behaving corporation in the world (which has however already been normalized and is no longer seen as an issue). { Where I live there is an old proverb that says "self praise stinks", it's an old wisdom that correctly states people who aren't humble are always evil idiots. Capitalism stands on massive marketing and basically goes all in on this evil, marketing school are nothing but teaching self praise. ~drummyfish }
|
||||
- **anti-people design**: By definition in capitalism technology is not to serve people, it is to serve companies to make profit and abuse people, so technology spies on its users, refuses to work ([DRM](drm.md), ...) shows [ads](ad.md), forces children into purchases (predatory [games](game.md)), breaks on purpose so as to enforce a paid repair etc.
|
||||
|
|
|
@ -188,7 +188,9 @@ Bear in mind the main purpose of this quiz is for you to test your understanding
|
|||
85. Is political correctness and censorship ever justified?
|
||||
86. Firstly convert the expression *x + (1 + 2) / (3 - 4)* to [postfix notation](postfix.md) (also reverse Polish notation). State some major advantages of postfix notation against infix notation. Now please state disadvantage of postfix notation, especially that which would be significant if we e.g. use it for expression such as *myFunc(x,y,myFunc2(z))*.
|
||||
87. What does the [demultiplexer](demultiplexer.md) logic circuit do? Give an example of when it's used. How is it related to [multiplexer](multiplexer.md)?
|
||||
88. Did you enjoy this quiz?
|
||||
88. [Optical fiber](optical_fiber.md) cabels mustn't be bent too much -- one reason for this is that the fibers inside might crack, but another reason is related to the physics of how the light travels inside. What is this effect of optics called and why does it limit the bend radius?
|
||||
89. We know that an [ellipse](ellipse.md) is a set of points in 2D plane that have constant sum of [distances](distance.md) to some two given points that are called *focal points*. What if we instead consider a taxicab distance (computed as distance alongside X axis plus distance alongside Y axis)? Consider the constant sum of distances to always be set higher than the taxicab distance of the two focal points. What shape will we get? Just describe the shape and intuitively show why it looks like that.
|
||||
90. Did you enjoy this quiz?
|
||||
|
||||
### Answers
|
||||
|
||||
|
@ -279,7 +281,9 @@ Bear in mind the main purpose of this quiz is for you to test your understanding
|
|||
85. no
|
||||
86. *x 1 2 + 3 4 - / +*; Advantages are for example not needing brackets at all and simple parsing and evaluation, for example we don't have to care about operator precedence. Disadvantages may be e.g. lower readability; we also have to know each operator's arity because from postfix notation it can't be deduced -- with infix notation expression *myFunc(x,y,myFunc2(z))* it is clear that *myFunc* takes 3 arguments and *myFunc2* takes 1, but if we convert it to postfix notation, we get *x y z myFunc2 myFunc3*, from which it isn't clear how many arguments each function takes.
|
||||
87. It's a circuit that on its input takes data and output address -- a number from 0 to *N - 1* -- and that sends the data to one of *N* output ports (identified by the given address). It can be imagined like a switch that redirects an input stream to one of *N* output channels. Its use may be for example to redirect input data, for example audio, to one of several output devices, for example speakers, headphones and audio recorders. Multiplexer is a circuit that does the opposite (i.e. chooses input from *N* channels that is then sent to a single output channel).
|
||||
88. yes
|
||||
88. Total internal refraction -- light travelling in the fibers bounces off of the walls of the fiber, but in order to bounce (be reflected) when it hits the boundary it must hit it under an angle that's smaller than so called critical angle which is calculated from the indices of refraction of the fiber and the material outside of it. If the cable was bent too much, light could hit the boundary under and angle close to perpendicular and by this it would escape to the outside medium.
|
||||
89. Kind of octagon but with unevenly long sides; a rectangle with bevelled corners, i.e. two horizontal sides, two vertical sides, two 45 degree walls and two 135 degree walls. We can imagine taxicab distance from given point like sort of a diamond, it creates 4 quadrants around the point, in each the distance increases linearly in diagonal direction -- regions of constant distance here form 45 degree angled squares. Boundaries between these quadrants form a cross of infinite size. Taking two different points these two crosses will overlap and form 9 regions (draw it): top-left, top-middle, top-right, middle-left etc. Examining each of the regions we will find that it either keeps the increasing direction the same (if both overlaid directions are the same) or that some principal direction cancels out and leave the sum increasing only in one principal direction -- basically we find that in each of those regions the sum increases linearly in one of 8 directions separated by 45 degrees (except for the middle region where the sum is constant). It's also clear the heightmap has to stay continuous as both of the summed functions are continuous. From all this we can deduce the shape basically.
|
||||
90. yes
|
||||
|
||||
## Other
|
||||
|
||||
|
|
2
faq.md
2
faq.md
|
@ -204,6 +204,8 @@ We use it to **remove** law from our project, it's kind of like using a weapon t
|
|||
|
||||
A simple analogy is this: a law is so fucked up nowadays that it forces us to point a gun at anyone by default when we create something. It's as if they literally put a gun in our hand and force point it at someone. We decide to drop that weapon, not merely promise to not shoot.
|
||||
|
||||
However using legal tools will always be a question of considering the pros and cons -- at the time of writing this using CC0 is very easy and achieves great freedom with almost no negative effects, so we choose to do it. But if in the future situation changes so that achieving legal public domain would have more negative effects, then we might choose to ignore the law -- if for example in the future it is ruled that to release something into legal public domain one has to fill out many sheets of paper and pay some fees, we would probably reconsider accepting this as that burdens creators, discriminates against the poor, supports financial bullying and gives money to the overlords, so in such case we'd probably choose to rather ignore law and just use informal waivers. In the dystopia we are simply always looking for the least bad solution.
|
||||
|
||||
### What software does this wiki use?
|
||||
|
||||
[Git](git.md), the articles are written in [markdown](md.md) and converted to [HTML](html.md) with a simple script.
|
||||
|
|
2
furry.md
2
furry.md
|
@ -8,7 +8,7 @@ Also the furry community -- it's extremely [toxic](toxic.md), firstly as any big
|
|||
|
||||
Furry [porn](porn.md) is called **[yiff](yiff.md)**.
|
||||
|
||||
In the past we might have been wondering whether by 2020 we'd already have cured cancer, whether we'd have cities on Mars and flying cars. Well no, but you can sexually identify as a fox now.
|
||||
In the 1990s we were wondering whether by 2020 we'd already have cured cancer, solved world hunger, if we'd have cloned the mammoth, whether we'd have cities on Mars and flying cars. Well no, but you can sexually identify as a fox now.
|
||||
|
||||
## See Also
|
||||
|
||||
|
|
2
game.md
2
game.md
|
@ -1,6 +1,6 @@
|
|||
# Game
|
||||
|
||||
Most generally game is a form of play which is restricted by certain rules, the goal of which is typically [fun](fun.md), providing challenge and/or [competition](competition.md) (and sometimes more, e.g. [education](education.md), training etc.). A game may have various combinations of mathematical/mental elements (e.g. competitive mental calculations, mathematically defined rules, ...), physical elements (based in [real life](irl.md) physics, e.g. [football](football.md), [marble racing](marble_racing.md), ...) and even other types of elements (e.g. social, psychological, ...); nowadays very popular games are [computer](computer.md) games, a type of video games (also gaymes or vidya, e.g. [Anarch](anarch.md), [minesweeper](minesweeper.md), [Doom](doom.md), ...), which are played with the help of a computer. An entity (human, computer, animal, ...) playing a game is called a player and his ability to play it well is called [skill](skill.md); however some games may involve pure [randomness](randomness.md) and chance which may limit or even eliminate the need of skill (e.g. [rock paper scissors](rock_paper_scissors.md)). *Game* is also a [mathematical](math.md) term in [game theory](game_theory.md) which studies games and competition rigorously.
|
||||
Most generally game is a form of play which is restricted by certain rules, the goal of which is typically [fun](fun.md), providing challenge and/or [competition](competition.md) (and sometimes more, e.g. [education](education.md), training etc.). A game may have various combinations of mathematical/mental elements (e.g. competitive mental calculations, mathematically defined rules, ...), physical elements (based in [real life](irl.md) physics, e.g. [football](football.md), [marble racing](marble_racing.md), ...) and even other types of elements (e.g. social, psychological, ...); nowadays very popular games are [computer](computer.md) games, a type of video games (also gaymes, video gaems or vidya, e.g. [Anarch](anarch.md), [minesweeper](minesweeper.md), [Doom](doom.md), ...), which are played with the help of a computer. An entity (human, computer, animal, ...) playing a game is called a player and his ability to play it well is called [skill](skill.md); however some games may involve pure [randomness](randomness.md) and chance which may limit or even eliminate the need of skill (e.g. [rock paper scissors](rock_paper_scissors.md)). *Game* is also a [mathematical](math.md) term in [game theory](game_theory.md) which studies games and competition rigorously.
|
||||
|
||||
A fun take at the very concept of a game is [Nomic](nomic.md), a game in which changing the game rules is part of the game. It leads to all kinds of mindfucks.
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@ WORK IN PROGRESS
|
|||
| [Asperger](autism.md) | assburger |
|
||||
| [assertiveness](assertiveness.md) | assholism |
|
||||
| average citizen | normie, normalfag, bloatoddler, NPC, ... |
|
||||
| [Bill Gates](bill_gates.md) | Bill Gayte$ |
|
||||
| [Blender](blender.md) | Blunder |
|
||||
| Brave browser | Slave browser |
|
||||
| [censorship](censorship.md) | censorshit |
|
||||
|
@ -86,7 +87,7 @@ WORK IN PROGRESS
|
|||
| [wayland](wayland.md) | whyland |
|
||||
| [webassembly](webassembly.md) | weebassembly |
|
||||
| Wikipedian | wikipedo |
|
||||
| [Windows](windows.md) | Winshit, Winbloat, Backdoors? :D |
|
||||
| [Windows](windows.md) | Winshit, Windoze, Winbloat, Backdoors? :D |
|
||||
| [woman](woman.md) | femoid |
|
||||
| [work](work.md) | slavery |
|
||||
| [world wide web](www.md) | world wide wait |
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
LRS wiki, also Less Retarded Wiki, is a [public domain](public_domain.md) ([CC0](cc0.md)) [encyclopedia](encyclopedia.md) focused on truly good, [minimalist](minimalism.md) [technology](tech.md), mainly [computer](computer.md) [software](sw.md) -- so called [less retarded software](lrs.md) (LRS) which should serve the people at large -- while also exploring related topics such as the relationship between technology and society, promoting so called [less retarded society](less_retarded_society.md). The basic motivation behind LRS and its wiki is unconditional [love](love.md) of all life, and the goal of LRS is to move towards creating a truly useful, [selfless](selflessness.md) technology that maximally helps all living beings as much as possible. As such the wiki rejects for example [capitalist software](capitalist_software.md) (and [capitalism](capitalism.md) itself), [bloated](bloat.md) software, [intellectual property](intellectual_property.md) laws ([copyright](copyright.md), [patents](patent.md), ...) [censorship](censorship.md), [pseudoleftism](pseudoleft.md) ([political correctness](political_correctness.md), [cancel culture](cancel_culture.md), [COC](coc.md)s ...) etc. It embraces [free as in freedom](free_software.md), simple technology, i.e. [Unix philosophy](unix_philosophy.md), [suckless](suckless.md) software, [anarcho pacifism](anpac.md), [racial realism](racial_realism.md), [free speech](free_speech.md), [veganism](veganism.md) etc. As a work promoting pure good in a [time](21st_century.md) of universal rule of [evil](evil.md) it is greatly controversial, often met with hostility.
|
||||
|
||||
The wiki is not funded by anyone, it doesn't have to be funded because it's not a capitalist project, it is also not affiliated with anyone, its author has no career for which he would have to fear, he has no friends or family, no material desires, no fear of jail or death, so he can write truth without being limited by anything.
|
||||
|
||||
LRS wiki was started by [drummyfish](drummyfish.md) on November 3 2021 as a way of recording and sharing his views, experience and knowledge about technology, as well as for creating a completely public domain educational resource and account of current society for future generations. It was forked from so called "based wiki" at a point when all the content on it had been made by drummyfish, so at this point LRS wiki is 100% drummyfish's own work; over time it became kind of a snapshot of drummyfish's brain and so the wiki doesn't allow contributions (but allows and encourages [forks](fork.md)).
|
||||
|
||||
Some distinguishing features of LRS wiki that make it much better than other wikis include:
|
||||
|
|
|
@ -10,7 +10,7 @@ I have not once now encountered groups of people who tried to seriously push me
|
|||
|
||||
love & peace ~drummyfish }
|
||||
|
||||
Pedophilia (also paedophilia or paedosexuality) is a sexual orientation towards children. A pedophile is often called a *pedo* or *minor-attracted person* (map). Opposition of pedophilia is called **[pedophobia](pedophobia.md)** or [pedohysteria](pedohysteria.md) and is a form of age [discrimination](discrimination.md) and witch hunt.
|
||||
Pedophilia (also paedophilia or paedosexuality) is a sexual orientation towards children. A pedophile is often called a *pedo* or *minor-attracted person* (map); there are also terms such as hebephilia and ephebophilia that mean attraction to a bit older "non-adults". Opposition of pedophilia is called **[pedophobia](pedophobia.md)** or [pedohysteria](pedohysteria.md) and is a form of age [discrimination](discrimination.md) and witch hunt.
|
||||
|
||||
*NOTE for pedophobes:* please attend [this anonymous self-help program](unretard.md).
|
||||
|
||||
|
@ -22,6 +22,8 @@ In 15th century an unofficial version of the Bible, the Wycliffe's translation,
|
|||
|
||||
**Can a child consent?** Rather ask if you have good enough reason to prevent it from what it wants to do and what is natural for its healthy development. Can a child consent for going out of house? What if someone abducts it there? What if a car runs it over? Better lock it at home until it's 18 and it's no longer on you if it dies, right? Doesn't matter it will grow up to be a pale unsocialized monster with depression who never saw sunlight, only if it's physically safe and you are legally safe. People nowadays have more trouble with sex than ever before, they don't know what gender they are, they have trouble dating, stay virgins, don't have kids, commit suicides. This wasn't the case in times when this supposed "law protection" didn't exist, how can that be? It's because this "protection" is actually a curse, it makes big deal out of sex and prevents natural development at everyone's pace. It labels people monsters for being attracted to the wrong age group, it labels them marked for life for having been touched by someone from a different age group, it label art a work of Satan if it shows a natural human body. It prohibits the depiction of young face because someone might find it pretty. This you think is a good society? Think again then.
|
||||
|
||||
{ For example one issue (that I might have heard from someone as a first hand experience): teenagers are often sexually interested in other teenagers rather than adults, but they cannot find teenager porn on the Internet. This not only discriminates them, but forces them to seek adult porn and adult partners, and any such kind of forcing may be quite harmful, especially at the age of crucial sexual development (note that sexual interaction with an adult is not the harmful thing, harmful is forcing someone to do something else than he desires and needs). ~drummyfish }
|
||||
|
||||
Is there evidence that children can enjoy sex? Sure, tons of it, but this evidence is literally illegal, it's called "child porn", even if it's not porn and if it's not treated as porn at all (e.g. if you just want to use it for research), you will ruin your life sometimes just by saying those words out loud. Let's repeat this: viewing, possession and sharing of this kind of evidence is illegal, and not only that, it is extremely culturally demonized, i.e. it's not the kind of "I stole a bubble gum" illegal, it's the kind of heresy, witchcraft, lynching kind of illegal, you may not officially get a death sentence but it is suggested that if angry mod kills you, the court will leave that be because it was understandable, so you can very easily get a de facto mafia style death sentence. Doesn't this perhaps remind you of some kind of medieval age?
|
||||
|
||||
{ I've had people point out to me that pedophobia hurts not only adults but also the minors and children; they told me they had strong sexual desires before the age of 18 they couldn't satisfy because of the age discrimination: even on many social networks they are forced to lie about their age just to be able to join and socialize with others. I myself remember I had the desires LONG before reaching adulthood and would be very glad to satisfy them back then. Sure, abuse can happen, but that's the case for any interaction between children and adults and strong and weak in general -- should we just ban children play parks because that's where many child abductions happen? ~drummyfish }
|
||||
|
@ -32,4 +34,6 @@ The fact that they made people believe it is a disorder if your penis can't magi
|
|||
|
||||
The pedophile witch hunt exists because it is a great political tool. It is an arbitrarily invented (well, maybe not invented but purposefully escalated) victimless crime. By the principles of [fear culture](fear_culture.md), it allows to push things such as hard surveillance and censorship, similarly to e.g. "war on terror". You're a government or a corporation and want to spy on people chatting? Just make a law requiring mandatory [spyware](spyware.md) in all chat and justify it by "pedophiles" (this is what [EU](eu.md) did). You're against the surveillance law? You must be a pedophile! The witch hunt also allows to immediately cancel anyone uncomfortable. There's a guy who the government doesn't like? Maybe a political competition. Simple, just plant some files on his computer, make up a little story and he's gone.
|
||||
|
||||
Defending pedophilia in itself is enough to be cancelled, perhaps even imprisoned or killed by the angry mob, however it is the morally right thing to always say the truth -- especially that which is being censored. Therefore we mustn't remain silent about this issue.
|
||||
Defending pedophilia in itself is enough to be cancelled, perhaps even imprisoned or killed by the angry mob, however it is the morally right thing to always say the truth -- especially that which is being censored. Therefore we mustn't remain silent about this issue.
|
||||
|
||||
2024 UPDATE: It seems like LGBT terrorists are realizing that absolute majority of people are attracted to pre-18 people and it seems they are starting a kind of reshape of their opinions to accept the "minority attracted"/hebephiles, though this is in extremely early stages now. This is no enlightened thinking on their part, it's a purely strategic political move of by now a purely political movement which simply foresees forming of a strong minority they don't want to stand against, so they are plotting to embrace them and separate them from the rest of pedophiles whom they will continue to bully. Do not fall for the trick.
|
|
@ -14,6 +14,7 @@ Here is a list of people notable in technology or in other ways related to [LRS]
|
|||
- **[Alan Turing](turing.md)**: 20th century mathematician, father of [computer science](compsci.md), [gay](gay.md)
|
||||
- **[Alexandre Oliva](alexandre_oliva.md)**: [free software](free_software.md) advocate, founding member of [FSFLA](fsfla.md), maintainer of [Linux-libre](linux_libre.md)
|
||||
- **[Bill Gates](bill_gates.md)**: founder and CEO of [Micro$oft](microsoft.md), huge faggot
|
||||
- **[Bobby Tables](bobby_tables.md)**: full name `Robert'); DROP TABLE Students;--`, appeared in [xkcd](xkcd.md) 327, see also [SQL](sql.md) [injection](injection.md)
|
||||
- **[Buddha](buddha.md)** (Siddhartha Gautama): started [buddhism](buddhism.md), a religion seeking enlightenment attained by searching for the ultimate truth and so freeing oneself from all desire
|
||||
- **David Mondou-Labbe** ("""Devine Lu Linvega"""): some weird narcissist soyboy making minimalist stuff, [100r](100r.md) member, cryptocapitalist, [pseudoleftist](pseudoleft.md) fascist, heavily utilizing [NC](nc.md) licenses
|
||||
- **[Dennis Ritchie](dennis_ritchie)**: creator of [C](c.md) language and co-creator of [Unix](unix.md)
|
||||
|
|
3400
random_page.md
3400
random_page.md
File diff suppressed because it is too large
Load diff
|
@ -21,4 +21,9 @@ Here are some potentially entertaining ways of trolling (they'll be written from
|
|||
- **Creative [Wikipedia](wikipedia.md) vandalism**: for example funny redirects or categorizations (put [Bill Gates](bill_gates.md) to "famous homosexuals" category or something), also consider vandalizing other wikis that usually don't have as much protection.
|
||||
- `a:hover { display: none; }`
|
||||
- Classic trollz revolve around creating [drama](drama.md) on forums -- this is kind of an [art](art.md) as you have to keep the right balance of seriousness and stupidity; too much of the former and you're not trolling anyone, too much of the latter and you're just spotted as obvious troll. It's definitely not about logging on a starting to drop the [N-words](nigger.md) and insulting everyone, that's just an instant ban that ends the fun; you rather want to start slow, get many people seriously involved in the discussion, be polite and then slightly steer the talk towards something controversial (nice if you pretend to be part of some "oppressed minority"). Then you just make it look like you're just an uneducated simple minded individual who kind of happens to lean towards an opinion the others truly hate, but you have to keep their hope that they can convince you to change your opinion, so still try to be polite, just so you keep arguing with them and wasting more and more of their time until they start losing their shit and the thread explodes into [hitler](hitler.md) arguments etc., then just watch and enjoy.
|
||||
- ...
|
||||
- ...
|
||||
|
||||
## See Also
|
||||
|
||||
- [fun](fun.md)
|
||||
- [shitpost](shitpost.md)
|
File diff suppressed because one or more lines are too long
120
wiki_stats.md
120
wiki_stats.md
|
@ -3,17 +3,17 @@
|
|||
This is an autogenerated article holding stats about this wiki.
|
||||
|
||||
- number of articles: 580
|
||||
- number of commits: 804
|
||||
- total size of all texts in bytes: 3800411
|
||||
- total number of lines of article texts: 29185
|
||||
- number of commits: 806
|
||||
- total size of all texts in bytes: 3806911
|
||||
- total number of lines of article texts: 29204
|
||||
- number of script lines: 262
|
||||
- occurences of the word "person": 8
|
||||
- occurences of the word "person": 7
|
||||
- occurences of the word "nigger": 86
|
||||
|
||||
longest articles:
|
||||
|
||||
- [c_tutorial](c_tutorial.md): 124K
|
||||
- [exercises](exercises.md): 84K
|
||||
- [exercises](exercises.md): 88K
|
||||
- [capitalism](capitalism.md): 68K
|
||||
- [how_to](how_to.md): 68K
|
||||
- [less_retarded_society](less_retarded_society.md): 56K
|
||||
|
@ -35,93 +35,93 @@ longest articles:
|
|||
|
||||
top 50 5+ letter words:
|
||||
|
||||
- which (2176)
|
||||
- there (1641)
|
||||
- people (1444)
|
||||
- example (1185)
|
||||
- other (1183)
|
||||
- which (2180)
|
||||
- there (1642)
|
||||
- people (1450)
|
||||
- example (1190)
|
||||
- other (1184)
|
||||
- software (1073)
|
||||
- number (1037)
|
||||
- number (1038)
|
||||
- about (988)
|
||||
- program (867)
|
||||
- their (810)
|
||||
- because (776)
|
||||
- would (765)
|
||||
- called (749)
|
||||
- their (813)
|
||||
- because (777)
|
||||
- would (767)
|
||||
- called (752)
|
||||
- language (736)
|
||||
- computer (732)
|
||||
- being (715)
|
||||
- being (716)
|
||||
- things (698)
|
||||
- simple (697)
|
||||
- numbers (688)
|
||||
- something (674)
|
||||
- without (659)
|
||||
- something (675)
|
||||
- without (660)
|
||||
- programming (646)
|
||||
- function (645)
|
||||
- different (611)
|
||||
- these (610)
|
||||
- however (605)
|
||||
- world (574)
|
||||
- system (555)
|
||||
- these (612)
|
||||
- different (612)
|
||||
- however (606)
|
||||
- world (575)
|
||||
- system (559)
|
||||
- should (545)
|
||||
- doesn (542)
|
||||
- doesn (543)
|
||||
- games (540)
|
||||
- society (533)
|
||||
- point (532)
|
||||
- though (505)
|
||||
- society (534)
|
||||
- point (534)
|
||||
- though (506)
|
||||
- while (503)
|
||||
- memory (497)
|
||||
- drummyfish (497)
|
||||
- using (493)
|
||||
- still (482)
|
||||
- technology (478)
|
||||
- course (475)
|
||||
- similar (474)
|
||||
- course (474)
|
||||
- possible (460)
|
||||
- simply (458)
|
||||
- simply (459)
|
||||
- https (451)
|
||||
- really (424)
|
||||
- computers (418)
|
||||
- extremely (414)
|
||||
- actually (413)
|
||||
- always (412)
|
||||
- extremely (415)
|
||||
- actually (414)
|
||||
- always (413)
|
||||
|
||||
latest changes:
|
||||
|
||||
```
|
||||
Date: Mon May 20 21:37:56 2024 +0200
|
||||
capitalism.md
|
||||
exercises.md
|
||||
furry.md
|
||||
game.md
|
||||
lrs_dictionary.md
|
||||
lrs_wiki.md
|
||||
pedophilia.md
|
||||
people.md
|
||||
random_page.md
|
||||
wiki_pages.md
|
||||
wiki_stats.md
|
||||
Date: Sun May 19 22:21:45 2024 +0200
|
||||
coc.md
|
||||
crime_against_economy.md
|
||||
exercises.md
|
||||
linux.md
|
||||
lrs_dictionary.md
|
||||
number.md
|
||||
race.md
|
||||
random_page.md
|
||||
trolling.md
|
||||
usa.md
|
||||
wiki_pages.md
|
||||
wiki_stats.md
|
||||
wikipedia.md
|
||||
woman.md
|
||||
Date: Fri May 17 23:26:53 2024 +0200
|
||||
bill_gates.md
|
||||
exercises.md
|
||||
fascism.md
|
||||
how_to.md
|
||||
linux.md
|
||||
lrs_dictionary.md
|
||||
main.md
|
||||
privacy.md
|
||||
random_page.md
|
||||
unretard.md
|
||||
wiki_pages.md
|
||||
wiki_stats.md
|
||||
work.md
|
||||
www.md
|
||||
Date: Thu May 16 19:56:40 2024 +0200
|
||||
copyright.md
|
||||
democracy.md
|
||||
exercises.md
|
||||
fascism.md
|
||||
lrs.md
|
||||
main.md
|
||||
random_page.md
|
||||
wiki_pages.md
|
||||
wiki_stats.md
|
||||
Date: Wed May 15 22:03:25 2024 +0200
|
||||
bill_gates.md
|
||||
exercises.md
|
||||
jokes.md
|
||||
main.md
|
||||
modern.md
|
||||
nigger.md
|
||||
random_page.md
|
||||
```
|
||||
|
||||
most wanted pages:
|
||||
|
@ -162,8 +162,8 @@ most popular and lonely pages:
|
|||
- [modern](modern.md) (89)
|
||||
- [minimalism](minimalism.md) (88)
|
||||
- [linux](linux.md) (88)
|
||||
- [gnu](gnu.md) (81)
|
||||
- [programming](programming.md) (80)
|
||||
- [gnu](gnu.md) (80)
|
||||
- [free_culture](free_culture.md) (80)
|
||||
- [fun](fun.md) (77)
|
||||
- [math](math.md) (76)
|
||||
|
|
Loading…
Reference in a new issue