Update
This commit is contained in:
parent
2bd9c6afed
commit
9da425a4c1
10 changed files with 1876 additions and 1870 deletions
4
books.md
4
books.md
|
@ -4,7 +4,6 @@ Here there will be a constantly WIP list of [books](book.md) that might be of in
|
|||
|
||||
{ Let's aim for quality rather than quantity here, don't put any book that has some connection to our cause here, but rather the ones you've read and which you judge as a quality book that enriched you in some way. ~drummyfish }
|
||||
|
||||
- **An Illustrated History of 151 Video Games** (2014): Though being a bit of a modern, normie book with some shit here and there (a bit shitty writing style TBH), overall it's actually a quite nice compendium on video games, very good for example for your inawoods offline library, to cover most of the gaming topic. It covers games from the earliest up until the end of the good gaming era, with a mini review of the most significant ones, including many screenshots and interesting trivia. There are also sprite sheets, game maps and articles about notable gaming systems. It evokes a bit of that 90's kid's nostalgia of reading about games in paper magazines. (As always, try to get older editions, newer ones will probably be more shitty.)
|
||||
- **Blackout** (2017, Elsberg): Fiction, telling a story of a large blackout in Europe that shows to really be caused by [bloated](bloat.md) tech. For [collapse](collapse.md) enjoyers this is an interesting read if only for the detailed description of the consequences a sudden loss of electric power.
|
||||
- **Day of the Triffids** (1951, Wyndham): Excellent sci-fi in which civilization comes to an end due to a disaster (won't spoil), very nice for collapse preps or just people enjoying a great story narrated in captivating way :-) The movie is a joke, don't even search for it. Also other books by Wyndham are awesome.
|
||||
- **[Einstein](einstein.md): His Life and Universe** (Isaacson, 2008): [Einstein](einstein.md)'s biography, quite a nice read about a pretty awesome man who's image has been so distorted by the mainstream shit.
|
||||
|
@ -15,10 +14,12 @@ Here there will be a constantly WIP list of [books](book.md) that might be of in
|
|||
- **Game Engine Black Book: Doom** (Sanglard, 2019): Gratis, very nice book dissecting all the details about the legendary [Doom](doom.md) engine and its internals -- how it worked, why was it so fast, what hacks went into it, written so that a reader of any programming skill (even none) will find something interesting. A must read for fans of oldschool game programming.
|
||||
- **Game Engine Black Book: Wolfenstein 3D** (Sanglard, 2019): Same as the Doom engine book from the same author, just about the older game Wolfenstein 3D, also amazing.
|
||||
- **Guinness Book of World Records, BEFORE 2000**: The older books were excellent, ideally get some from 80s or earlier, there are funny records like most rats killed by cat in one hour, most primitive languages and so on. Do NOT buy the new editions, these are uttermost absolute garbage equivalent to an expensive toilet paper.
|
||||
- **[Harry Potter](harry_potter.md)** (1997 to 2007): Quite comfy, relaxing fantasy read, despite having been written by a [woman](woman.md). WARNING: do NOT read anything published later such as various spinoffs and new censored editions, it's all lesbian poison now, read only the original books.
|
||||
- **Industrial Society and Its Future** (Kaczynski, 1995): A bit boring read by the famous [Unabomber](ted_kaczynski.md), criticizing rapid technology advancement, but an important read for those who are more into politics, if only for the memes :)
|
||||
- **ISO/IEC 9899:1999** (1999): Specification of the version of [C](c.md) programming language that [suckless](suckless.md)/[LRS](lrs.md) very often uses. It's nice to skim over it to get an idea how a language is actually specified. You'll also probably learn something new about C in the process.
|
||||
- **Just for Fun** (2001): Official biography of [Linus Torvalds](torvalds.md), the original creator of [Linux](linux.md). It recounts valuable historical moments with comments by Linus himself, revealing many interesting details and also a bit of Torvalds' personality (shows some of his evil side).
|
||||
- **Larousse Desk Reference Encyclopedia** (1995): Very nice single-volume [encyclopedia](encyclopedia.md) that's sorted by topic, with many nice illustrations, published back then when censorship wasn't so extreme, provides overview of all topics of human knowledge.
|
||||
- **[Lord of the Rings](lotr.md)** (1954, also The Hobbit book): Epic fantasy, mandatory read, period. Like with other popular works you must NOT read any newer renditions/editions/spinoffs, they are all cancerous poison, it's a serious danger to one's mental health. Only read the original books (watching the 2000s LotR movies is also allowed, but NOT the Hobbit etc.).
|
||||
- **Masters of Doom** (Kushner, 2003): Another nice book for [Doom](doom.md) fans, this time not really technical but rather just retelling the story of the game's development -- quite comfy, a lot if interesting trivia.
|
||||
- **[The Jargon File](jargon_file.md)** (1975...): [Hacker culture](hacking.md) dictionary, a lot of wisdom, inside jokes, and things related to oldschool hacking.
|
||||
- **Rebel Code** (Moody, 2001): A bit of a mainstream view at the whole "[open source](open_source.md)" history -- though it's a small brain business view which we have to keep in mind at all times, it's a nice introduction to the whole FOSS world for the newcomers, as the book covers most of the relevant projects and [people](people.md).
|
||||
|
@ -30,7 +31,6 @@ Here there will be a constantly WIP list of [books](book.md) that might be of in
|
|||
- **The Pig and the Box** (MCM, 2009): A short story for kids showing the dangers of [DRM](drm.md), released under [CC0](cc0.md)!
|
||||
- **The Tao of Programming** (James, 1987): Famous piece of [hacker culture](hacking.md) literature, wisdom of programming written in taoist style.
|
||||
- **Tricks of the Game Programming Gurus** (1994): Very nice, readable book, that implements a whole 90s shooter game in [C](c.md), without drowning the reader in tons of equations and smartass talk. It's written with the 90s mindset and in common language, contains many practical tricks for optimizing the code etc.
|
||||
|
||||
- ...
|
||||
|
||||
{ TODO (have to read first): Lisp From Nothing (implementing minimal self-hosted Lisp, CC0 code!). ~drummyfish }
|
|
@ -1,6 +1,6 @@
|
|||
# Distance
|
||||
|
||||
Distance is a [measure](metric.md) of how far away from each other two [points](point.md) are. Most commonly distance refers to physical separation in space, e.g. as in distance of planets from the Sun, but more generally distance may refer to any kind of parameter space and in any number of [dimensions](dimension.md), e.g. the distance of events in time measured in seconds (1D distance) or distance of two text strings as the amount of their dissimilarity ([Levenshtein distance](levenshtein_distance.md)). Distances are very important in [computer science](compsci.md) and [math](math.md) as they allow us to do such things as [clustering](clustering.md), path searching, physics simulations, various comparisons, [sorting](sort.md) etc.
|
||||
Distance is a [measure](metric.md) of how far away from each other two [points](point.md) are. Most commonly distance refers to physical separation in space, e.g. as in distance of planets from the Sun, but more generally distance may refer to any kind of parameter space and in any number of [dimensions](dimension.md), e.g. the distance of events in [time](time.md) measured in seconds (1D distance) or distance of two text strings as the amount of their dissimilarity ([Levenshtein distance](levenshtein_distance.md)). Distances are very important in [computer science](compsci.md) and [math](math.md) as they allow us to do such things as [clustering](clustering.md), path searching, physics simulations, various comparisons, [sorting](sort.md) etc.
|
||||
|
||||
Distance is similar/related to [length](length.md), the difference is that distance is computed between two points while length is the distance of one point from some implicit origin. I.e. distance is computed between two [vectors](vector.md) while length is computed from just one vector.
|
||||
|
||||
|
|
1
gay.md
1
gay.md
|
@ -32,6 +32,7 @@ Is homosexuality disgusting? Yes of course it's fucking disgusting.
|
|||
- [straight](straight.md)
|
||||
- [pedo](pedophilia.md)
|
||||
- [bisexual](bisexual.md)
|
||||
- [trisexual](trisexual.md)
|
||||
- [disease](disease.md)
|
||||
- [fashion](fashion.md)
|
||||
- [LGBT](lgbt.md)
|
||||
|
|
4
law.md
4
law.md
|
@ -2,4 +2,6 @@
|
|||
|
||||
TODO
|
||||
|
||||
**Western law disproved by [math](math.md)**: if law claims -- as it does at least in the first world -- that it's made so as to eliminate [false positives](false_positive.md), i.e. that a criminal has to be proven guilty beyond doubt to be convicted and that we will rather let a criminal run free than convict an innocent, then there is never a slightest reason for an innocent to defend himself when accused of a crime as there can exist no evidence that would prove him guilty. If there could exist evidence that would prove an innocent guilty, it couldn't be considered evidence exactly for this reason. Of course you will say nothing is perfect and despite best efforts false convictions will happen but then you are saying there exists evidence that falsely convicts an innocent unless he speaks -- if such evidence exists, then it cannot be considered evidence because it doesn't prove the crime beyond doubt, there is always the doubt of it being rendered false by what could be said. Therefore in this (our) system of law if anyone defends himself in the court, he automatically admits to the crime by doing so, because an innocent man has no reason to defend himself. Legal defense equals confession to crime. So legal defense, one of the very basic foundation stones of our law system, is [logically](logic.md) absolute bullshit, the system admits to lying by basing itself on a logically invalid mechanism and openly calls you a retard who won't notice this. In reality law is business of law firms that [battle](fight_culture.md) each other: whether you get convicted or not doesn't depend on whether you committed the crime in question but on how much you pay for a lawyer -- just as a more expensive [football](football.md) team will likely beat a cheaper team, a more expensive legal team will beat the cheaper one. [Capitalism](capitalism.md) is again working as expected.
|
||||
**Western law disproved by [math](math.md)**: if law claims -- as it does at least in the first world -- that it's made so as to eliminate [false positives](false_positive.md), i.e. that a criminal has to be proven guilty beyond doubt to be convicted and that we will rather let a criminal run free than convict an innocent, then there is never a slightest reason for an innocent to defend himself when accused of a crime as there can exist no evidence that would prove him guilty. If there could exist evidence that would prove an innocent guilty, it couldn't be considered evidence exactly for this reason. Of course you will say nothing is perfect and despite best efforts false convictions will happen but then you are saying there exists evidence that falsely convicts an innocent unless he speaks -- if such evidence exists, then it cannot be considered evidence because it doesn't prove the crime beyond doubt, there is always the doubt of it being rendered false by what could be said. Therefore in this (our) system of law if anyone defends himself in the court, he automatically admits to the crime by doing so, because an innocent man has no reason to defend himself. Legal defense equals confession to crime. So legal defense, one of the very basic foundation stones of our law system, is [logically](logic.md) absolute bullshit, the system admits to lying by basing itself on a logically invalid mechanism and openly calls you a retard who won't notice this. In reality law is business of law firms that [battle](fight_culture.md) each other: whether you get convicted or not doesn't depend on whether you committed the crime in question but on how much you pay for a lawyer -- just as a more expensive [football](football.md) team will likely beat a cheaper team, a more expensive legal team will beat the cheaper one. [Capitalism](capitalism.md) is again working as expected.
|
||||
|
||||
Whenever you hear someone say "I dislike doing this, but it's the law", you are seeing someone's [morals](morality.md) being broken and violated by law, someone forced to act against his best judgment of what is good. Whenever you hear someone do evil under the excuse "I have a legal right to do this" (such as someone practicing [censorship](censorship.md) on his own server) you are seeing the law helping and encouraging [evil](evil.md). The law says: "don't do what you think is good, do what is written here on this piece of paper which to you must be sacred like the word of God".
|
3
main.md
3
main.md
|
@ -131,8 +131,9 @@ Are you a [noob](noob.md) but see our ideas as appealing and would like to join
|
|||
- That before sufficiently advanced [computer graphics](graphics.md) was around, NASA still had space flight simulators? Instead of rendering [3D graphics](3d_rendering.md) they used a live feed from a small [camera](camera.md) placed in a miniature physical environment; the camera was moved by the people in the simulator. Such simulators still exist (although mostly just as a curiosity), e.g. for tanks and submarines -- they offer photorealistic graphics at very high [resolution](resolution.md) and FPS.
|
||||
- That the [dickheads](faggot.md) maintaining the debian `fortune` utility package started to [censor](censorship.md) "offensive" fortunes, moving them to a separate `fortunes-off` package that won't by default be installed, and which in the [future](future.md) will be removed completely? They also put some cringe disclaimers and apologies to man pages and so on.
|
||||
- That [Kinora](kinora.md), invented around 1895, allowed people to view short videos with a simple, small, purely mechanical device? It used the flip-book principle.
|
||||
- That [Christopher Knight](christopher_knight.md) (AKA The Maine Hermit) one day just spontaneously left society and lived 27 years in a forest without any human contact. He lived by stealing items he needed -- he performed around 1000 robberies. Very based.
|
||||
- That you fart more on a plane due to lower pressure.
|
||||
- That before refrigerators people used so called ice houses to store food in cold temperatures? Ice house was kind of a cellar into which ice was put during winter and where it would last throughout whole summer until the next winter.
|
||||
- That before refrigerators were invented people used so called ice houses to store food in cold temperatures? Ice house was kind of a cellar into which ice was put during winter and where it would last throughout whole summer until the next winter.
|
||||
- That [wifi](wifi.md) radiation causes [cancer](cancer.md)?
|
||||
- That David Hampson is a man who repeatedly commits the crime of standing in the middle of the road, lets himself be arrested and then refuses to speak a single word, then goes to jail and once released repeats this whole again? He is capable of talking, he just likes doing this. This is one of the most [based](based.md) things anyone has ever done.
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@ Here is a list of people notable in technology or in other ways related to [LRS]
|
|||
- **[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
|
||||
- **[Charles Moore](charles_moore.md)**: inventor of [Forth](forth.md), advocate of software [minimalism](minimalism.md), oldschool hacker
|
||||
- **[David Hampson](david_hampson.md)**: extremely based man who keeps going to prison just by standing in the middle of the road and then refuses to talk to anyone, including the judge, his own layer, psychiatrist and anyone else, even though he can speak perfectly well
|
||||
- **[Christopher Knight](christopher_knight.md)** AKA The Maine Hermit: based guy who left society and lived completely alone for 27 years, proving that human is not a social animal.
|
||||
- **[David Hampson](david_hampson.md)**: extremely [based](based.md) man who keeps going to prison just by standing in the middle of the road and then refuses to talk to anyone, including the judge, his own layer, psychiatrist and anyone else, even though he can speak perfectly well
|
||||
- **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.md)**: creator of [C](c.md) language and co-creator of [Unix](unix.md)
|
||||
- **[Diogenes](diogenes.md)**: based Greek philosopher who opposed all authorities in very cool ways
|
||||
|
|
3582
random_page.md
3582
random_page.md
File diff suppressed because it is too large
Load diff
|
@ -31,6 +31,7 @@ Here are some potentially entertaining ways of trolling (they'll be written from
|
|||
- `a:hover { display: none; }`
|
||||
- **Stream/game raids** became very popular with the onset of streaming and child abusing MMOs, maybe the most iconic was the Habbo Hotel "Pool's closed" raid. [4chan](4chan.md) is one of such raid enjoyers, however very specialized groups such as soyjak.party emerged who live off almost exclusively of organizing such raids. A stream raid mostly goes like this: some toxic tranny prostitute is making children masturbate on Twitch and figures out it will steal more attention (money) by forcing audience interaction in form of some gayme in which the audience can participate -- this is where the fun begins. There are shitty games that for example let people write rap songs that are then read by text to speech synthesizer or choose titles for albums or the marble racing game where users can set their avatar pictures etc. Of course here comes the party that just storms this with images of goatse or some [nigger](nigger.md) quotes, the streamer starts to rage because he is now showing an image of protruding hairy asshole to 10000 toddlers who just wanted to watch overwatch or roblox, while in a robotic voice in the background is quoting Hitler and calling for the final solution, which of course is not very good for the streamer's career :D In best scenarios the streamer gets banned. { See for example these video clip gems at https://soyjakwiki.net/Jackbox_Raiding#Clips :D ~drummyfish }
|
||||
- **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.
|
||||
- **Having fun with the surveillance**: Our [modern](modern.md), bleeding edge technology combined with ultra modern [capitalism](capitalism.md) achieved the amount of [surveillance](surveillance.md) that cavemen could only dream of -- today we can enjoy being watched 24/7 everywhere and feel the warmth of sharing our private correspondence with some kind stranger so that we don't feel so alone. We can thank these good people and censors by hiding nice surprises in our correspondence just for their pleasure. The downside here is that we won't see his reaction, but just knowing about it can warm one's heart. For example when I'm sending something to another continent I know all packages come through border control to achieve great degree of PROTECTION^TM, those people just have to go looking through the things you're sending and spend lengthy days asking themselves questions such as "Why would he be sending this kind of item? Could it be suspicious that a 20 year old man is sending a dildo to a 60 year old woman? We have to think about this deeper to find reasons behind this." I know these people must be bored checking the same kind of items every day over and over, so I make unique, creative challenges for them. For example I create something that looks like drugs: I make a suspicious looking box with removable bottom and in there I put plastic bags with sugar, but that's not all of course -- this will just raise the possibility of them having to CAREFULLY check all the items I am sending, and that's where I hide all the surprises. I print out images such as goatse and photos of suicided children (in high resolution) and create a small novel sized book out of it captioned: top secret [steganography](steganography.md) information, knowing someone will have to go through it all and analyze every single picture to see if there is some kind of hidden list of drug business partners or something; then I add some weird machine, a bunch of randomly assembled gears and microchips and puzzle toys, that will make some highly paid engineer busy for several months, it'll make him scratch his head and try to figure out what the device is for (spoiler: it does nothing) -- sometimes for the border control you have to list all the items contained in the boxes, capitalists just assume that every item in the universe can be classified by their shitty tax categories, so I just create these weird unclassifiable things and invent names for them like "quazi orthosplitter gene rotator" or something (using random word generator on the Internet). A cheaper version of this act of kindness can be performed by embedding "interesting" links into one's unencrypted emails that contain "interesting" keywords such as "BOMB", "ALLAH" etc. For example I may drop in some gay porn so that the surveillance worker can literally watch porn on his shift: this will make him very happy.
|
||||
- **Weird life goal troll**: This one requires extreme dedication and is a bit risky, but it might be one of the highest trolling peaks if performed successfully and well. So what's the troll here? We know that life goal cannot be objectively set, you can make your life goal whatever you want and no one can ever objectively refute it. So you can for example set your life goal to just walk forward -- you will dedicate everything to only walking forward as much as you can. You will stop going to work, you will only eat and drink if absolutely necessary, you'll just get up from the bed one day and start walking over the country in your pajamas -- if people ask you if you're alright you just say "yes, thank you". If you are starving, you just grab nearest food and eat it, if you need to sleep, you just lie down somewhere and sleep and then just walk again. Soon you'll probably be taken to mental asylum -- there you have to just prove you're completely normal, convince them you know what you're doing, that you're not feeling any anxiety or depression, that you hear no voices, you have only set walking as your life goal -- there is no objective way to refute this life goal. You will probably end up in asylum or jail anyway sooner or later, then just try to maximize walking, be nice and lie if you have to. If they lead you to the court, just turn around and start walking out of the building. If they put you in chains, just behave nicely and say you won't try to run away -- if they take the chains down, just start walking away. Whenever you get out of jail, just start walking again and so on. Now there is a risk that you may just waste your life without attracting any attention, but you may also become famous and then highlight the fact that current society is extremely retarded and is not ready for people who aren't conforming and just set their life goal arbitrarily.
|
||||
- Prank calls to businesses can be cool, a traditional troll is for example calling two restaurants and letting them talk to each other :D This can fuck up two businesses at the same time, so it's even good for society, and the women behind the phone will be happy because it brings a little fun to their otherwise boring and repetitive slavery.
|
||||
- ...
|
||||
|
|
File diff suppressed because one or more lines are too long
144
wiki_stats.md
144
wiki_stats.md
|
@ -3,12 +3,12 @@
|
|||
This is an autogenerated article holding stats about this wiki.
|
||||
|
||||
- number of articles: 608
|
||||
- number of commits: 934
|
||||
- total size of all texts in bytes: 4707638
|
||||
- total number of lines of article texts: 34948
|
||||
- number of commits: 935
|
||||
- total size of all texts in bytes: 4715058
|
||||
- total number of lines of article texts: 34969
|
||||
- number of script lines: 294
|
||||
- occurrences of the word "person": 9
|
||||
- occurrences of the word "nigger": 101
|
||||
- occurrences of the word "nigger": 102
|
||||
|
||||
longest articles:
|
||||
|
||||
|
@ -23,8 +23,8 @@ longest articles:
|
|||
- [number](number.md): 52K
|
||||
- [c](c.md): 44K
|
||||
- [programming_language](programming_language.md): 44K
|
||||
- [3d_model](3d_model.md): 44K
|
||||
- [woman](woman.md): 40K
|
||||
- [3d_model](3d_model.md): 40K
|
||||
- [main](main.md): 40K
|
||||
- [internet](internet.md): 36K
|
||||
- [bloat](bloat.md): 36K
|
||||
|
@ -35,60 +35,81 @@ longest articles:
|
|||
|
||||
top 50 5+ letter words:
|
||||
|
||||
- which (2605)
|
||||
- there (2033)
|
||||
- people (1911)
|
||||
- example (1596)
|
||||
- other (1477)
|
||||
- about (1308)
|
||||
- which (2611)
|
||||
- there (2037)
|
||||
- people (1919)
|
||||
- example (1598)
|
||||
- other (1479)
|
||||
- about (1309)
|
||||
- number (1282)
|
||||
- software (1223)
|
||||
- because (1031)
|
||||
- software (1226)
|
||||
- because (1035)
|
||||
- program (1021)
|
||||
- their (1007)
|
||||
- would (970)
|
||||
- being (934)
|
||||
- something (924)
|
||||
- their (1008)
|
||||
- would (971)
|
||||
- being (935)
|
||||
- something (925)
|
||||
- language (906)
|
||||
- things (905)
|
||||
- language (905)
|
||||
- called (882)
|
||||
- called (885)
|
||||
- computer (813)
|
||||
- simple (812)
|
||||
- numbers (812)
|
||||
- computer (811)
|
||||
- without (796)
|
||||
- programming (748)
|
||||
- however (745)
|
||||
- different (738)
|
||||
- these (726)
|
||||
- without (799)
|
||||
- programming (749)
|
||||
- however (748)
|
||||
- different (742)
|
||||
- these (728)
|
||||
- function (722)
|
||||
- world (711)
|
||||
- system (682)
|
||||
- doesn (671)
|
||||
- should (661)
|
||||
- still (649)
|
||||
- world (712)
|
||||
- system (685)
|
||||
- doesn (672)
|
||||
- should (662)
|
||||
- still (652)
|
||||
- games (647)
|
||||
- while (642)
|
||||
- point (629)
|
||||
- drummyfish (621)
|
||||
- society (615)
|
||||
- point (630)
|
||||
- drummyfish (622)
|
||||
- society (617)
|
||||
- simply (613)
|
||||
- possible (597)
|
||||
- using (590)
|
||||
- though (564)
|
||||
- always (563)
|
||||
- https (562)
|
||||
- probably (560)
|
||||
- course (560)
|
||||
- similar (553)
|
||||
- possible (601)
|
||||
- using (593)
|
||||
- though (566)
|
||||
- https (565)
|
||||
- always (564)
|
||||
- probably (562)
|
||||
- course (561)
|
||||
- similar (554)
|
||||
- basically (551)
|
||||
- memory (535)
|
||||
- really (531)
|
||||
- actually (529)
|
||||
- really (533)
|
||||
- actually (530)
|
||||
- technology (525)
|
||||
|
||||
latest changes:
|
||||
|
||||
```
|
||||
Date: Tue Dec 3 21:42:19 2024 +0100
|
||||
3d_model.md
|
||||
communism.md
|
||||
creative_commons.md
|
||||
disease.md
|
||||
free_culture.md
|
||||
free_software.md
|
||||
free_universe.md
|
||||
freedom.md
|
||||
how_to.md
|
||||
line.md
|
||||
loquendo.md
|
||||
lrs_wiki.md
|
||||
main.md
|
||||
nigger.md
|
||||
race.md
|
||||
random_page.md
|
||||
suicide.md
|
||||
wiki_pages.md
|
||||
wiki_stats.md
|
||||
woman.md
|
||||
Date: Mon Dec 2 20:38:04 2024 +0100
|
||||
censorship.md
|
||||
hitler.md
|
||||
|
@ -101,27 +122,6 @@ Date: Mon Dec 2 20:38:04 2024 +0100
|
|||
wiki_stats.md
|
||||
Date: Sat Nov 30 16:57:38 2024 +0100
|
||||
anarch.md
|
||||
bytebeat.md
|
||||
cheating.md
|
||||
chess.md
|
||||
disease.md
|
||||
game.md
|
||||
hitler.md
|
||||
island.md
|
||||
jesus.md
|
||||
loquendo.md
|
||||
lrs.md
|
||||
programming_language.md
|
||||
pseudorandomness.md
|
||||
random_page.md
|
||||
soyence.md
|
||||
unretard.md
|
||||
usa.md
|
||||
wiki_pages.md
|
||||
wiki_post_mortem.md
|
||||
wiki_stats.md
|
||||
woman.md
|
||||
Date: Tue Nov 26 14:13:37 2024 +0100
|
||||
```
|
||||
|
||||
most wanted pages:
|
||||
|
@ -150,21 +150,21 @@ most wanted pages:
|
|||
most popular and lonely pages:
|
||||
|
||||
- [lrs](lrs.md) (322)
|
||||
- [capitalism](capitalism.md) (272)
|
||||
- [capitalism](capitalism.md) (273)
|
||||
- [c](c.md) (233)
|
||||
- [bloat](bloat.md) (225)
|
||||
- [free_software](free_software.md) (192)
|
||||
- [free_software](free_software.md) (194)
|
||||
- [suckless](suckless.md) (145)
|
||||
- [game](game.md) (145)
|
||||
- [proprietary](proprietary.md) (131)
|
||||
- [minimalism](minimalism.md) (112)
|
||||
- [censorship](censorship.md) (108)
|
||||
- [censorship](censorship.md) (109)
|
||||
- [modern](modern.md) (107)
|
||||
- [computer](computer.md) (107)
|
||||
- [kiss](kiss.md) (103)
|
||||
- [fun](fun.md) (103)
|
||||
- [kiss](kiss.md) (102)
|
||||
- [math](math.md) (99)
|
||||
- [programming](programming.md) (98)
|
||||
- [math](math.md) (100)
|
||||
- [programming](programming.md) (99)
|
||||
- [gnu](gnu.md) (96)
|
||||
- [linux](linux.md) (95)
|
||||
- [shit](shit.md) (94)
|
||||
|
@ -173,8 +173,8 @@ most popular and lonely pages:
|
|||
- [woman](woman.md) (88)
|
||||
- [hacking](hacking.md) (88)
|
||||
- [corporation](corporation.md) (86)
|
||||
- [less_retarded_society](less_retarded_society.md) (84)
|
||||
- [free_culture](free_culture.md) (84)
|
||||
- [less_retarded_society](less_retarded_society.md) (85)
|
||||
- [free_culture](free_culture.md) (85)
|
||||
- [art](art.md) (84)
|
||||
- [public_domain](public_domain.md) (83)
|
||||
- [pseudoleft](pseudoleft.md) (82)
|
||||
|
|
Loading…
Reference in a new issue