This commit is contained in:
Miloslav Ciz 2024-11-17 20:09:42 +01:00
parent 8dc4c812eb
commit 598741f9d1
6 changed files with 1854 additions and 1824 deletions

View file

@ -158,7 +158,7 @@ Bear in mind the main purpose of this quiz is for you to test your understanding
51. A symmetric [relation](relation.md) is that for it hold that if A is in relation with B, then also B is in relation with A (for example "is married to"). Antisymmetric relation is that for which it holds that if A is in relation with B and A is distinct from B, then B is NOT in relation with A (for example "is parent of"). Give an example of relation that is both symmetric and antisymmetric.
52. Is [LGBT](lgbt.md) [good](good.md)?
53. Write a [C](c.md) function in 60 characters or fewer that takes a string (`char *`, consider zero terminated ASCII string) and replaces all semicolons in it with colons (`;` -> `:`). It can return nothing (`void`).
54. Order the following [people](people.md) by date of their birth from oldest: [Alan Turing](turing.md), Caesar, [Buddha](buddha.md) (Siddhartha Gautama), Johannes Gutenberg, Aristotle, [Charles Babbage](babbage.md), [Linus Torvalds](torvalds.md), [Jesus](jesus.md), [Adolf Hitler](hitler.md), Muhammad (prophet of Islam), [Albert Einstein](einstein.md), [Richard Stallman](rms.md), Napoleon, Leonardo da Vinci, [Karl Marx](marx.md).
54. Order the following [people](people.md) by date of their birth from oldest: [Alan Turing](turing.md), [Diogenes](diogenes.md) (Greek philosopher), Caesar, [Buddha](buddha.md) (Siddhartha Gautama), Johannes Gutenberg, Aristotle, [Charles Babbage](babbage.md), [Linus Torvalds](torvalds.md), [Jesus](jesus.md), [Adolf Hitler](hitler.md), Muhammad (prophet of Islam), [Albert Einstein](einstein.md), [Richard Stallman](rms.md), Napoleon, Leonardo da Vinci, [Karl Marx](marx.md).
55. Start with number 967; in each step you can either add all the digits (e.g. 456 -> 4 + 5 + 6 = 15), multiply all the digits (e.g. 45 -> 4 * 5 -> 20) or shuffle the digits in any way (e.g. 320 -> 23); your goal is to get to number 3. { This one is mine. ~drummyfish }
56. State at least 5 reasons for why [Rust](rust.md) sucks so much.
57. Find at least one function *f(x)* that's defined for all non-negative integers and for which it holds that *x + f(x) - f(x + 1) = 0*. (It's enough if you show a sequence of numbers with obvious continuation.)
@ -221,7 +221,8 @@ Bear in mind the main purpose of this quiz is for you to test your understanding
114. Write code in [Brainfuck](brainfuck.md) that copies the value in current cell to the cell on to the right, while KEEPING the value in current cell. Of course you may use another temporary cell to do this.
115. What's the first sentence of the lyrics of the [Free Software](free_software.md) Song by [Richard Stallman](rms.md)?
116. Consider we record moves in [chess](chess.md) with a simple notation as *<SQUARE_FROM><SQUARE_TO>*, for example *e3e5* or *g1f3* (i.e. we don't care about which chessman moves, if check or promotion happens etc., only start and end square are recorded). How many such moves exist if we only consider those that can ever legally happen (i.e. don't count moves such as *a2g1*, *b3b3* and so on)? Castling just means moving the king to his castled position.
117. Did you enjoy this quiz?
117. We keep hearing about "first world" and "third world", but what about "second world"? Why is that term not used?
118. Did you enjoy this quiz?
### Answers
@ -342,7 +343,8 @@ sin(x) / cos(x) - log2(2) = tg(x) - 1*, so we get *tg(x) >= 1*. So that will hol
114. For example `[->+>+<<]>>[-<<+>>]<<`: first we copy the current cell into TWO cells to the right -- one of them is used as a temporary cell; after this we use another loop to copy the value from the temporary cell back to the original location that we zeroes during the first copying.
115. "Join us now and share the software."
116. Should be 1792 { Unless I counted it wrong lol. ~drummyfish }. We can count this by just considering each square on the board and summing all possible queen and knight moves from that square (queen and knight together cover all possible moves). Queen can obviously end up on any square and from knight's walk we know we can place a knight anywhere as well. This can probably be computed even manually but writing a quick program does the job quicker.
117. yes
117. The term "second world" used to exist -- during the Cold War "first world" was used for the "western world", countries allied with US/NATO; the "second world" meant the "USSR world", and "third world" everyone else. After dissolution of Soviet Union the second world basically stopped existing, or rather merged with the first world, and since then the terms got more of an economical meaning rather than political.
118. yes
## Other

View file

@ -14,6 +14,7 @@ There are many terms that are very similar and can many times be used interchang
- **[array](array.md)** vs **[list](list.md)** vs **[vector](vector.md)** vs **[tuple](tuple.md)** vs **[string](string.md)** vs **[set](set.md)** vs **[class](class.md)** vs **[multiset](multiset.md)**
- **[ASCII](ascii.md)** vs **[plain text](plain_text.md)** vs **[Unicode](unicode.md)** vs **[UTF](utf.md)** vs **[ANSI](ansi.md)**
- **[ASCII art](ascii_art.md)** vs **[ANSI art](ansi_art.md)** vs **[Unicode](unicode.md) art**
- **[asceticism](asceticism.md)** vs **[minimalism](minimalism.md)** vs **[frugality](frugality.md)** vs **[pseudominimalism](pseudominimalism.md)** vs **[KISS](kiss.md)** vs **[suckless](suckless.md)** vs **[Unix philosophy](unix_philosophy.md)** vs **[LRS](lrs.md)**
- **[assembler](assembler.md)** vs **[assembly](assembly.md)** vs **[machine code](machine_code.md)**
- **[astrology](astrology.md)** vs **[astronomy](astronomy.md)**
- **[attribution](attribution.md)** vs **[credit](credit.md)**

File diff suppressed because it is too large Load diff

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: 607
- number of commits: 925
- total size of all texts in bytes: 4619921
- total number of lines of article texts: 34583
- number of commits: 926
- total size of all texts in bytes: 4620652
- total number of lines of article texts: 34587
- number of script lines: 294
- occurrences of the word "person": 9
- occurrences of the word "nigger": 100
@ -35,13 +35,13 @@ longest articles:
top 50 5+ letter words:
- which (2573)
- which (2574)
- there (1997)
- people (1848)
- example (1561)
- other (1447)
- example (1560)
- other (1446)
- number (1277)
- about (1272)
- about (1273)
- software (1214)
- program (1010)
- because (1010)
@ -51,11 +51,11 @@ top 50 5+ letter words:
- being (899)
- things (882)
- called (870)
- language (857)
- language (858)
- numbers (811)
- simple (808)
- computer (807)
- without (778)
- without (779)
- programming (743)
- different (731)
- however (730)
@ -76,7 +76,7 @@ top 50 5+ letter words:
- using (582)
- https (560)
- though (559)
- always (554)
- always (555)
- course (552)
- similar (546)
- basically (540)
@ -89,6 +89,18 @@ top 50 5+ letter words:
latest changes:
```
Date: Sun Nov 17 15:37:32 2024 +0100
faq.md
human_language.md
libertarianism.md
linux.md
markov_chain.md
nigger.md
random_page.md
triangle.md
wiki_stats.md
woman.md
zoomer.md
Date: Sat Nov 16 22:59:53 2024 +0100
compression.md
faq.md
@ -110,18 +122,6 @@ Date: Sat Nov 16 22:05:36 2024 +0100
random_page.md
wiki_pages.md
wiki_stats.md
wiki_tldr.md
woman.md
zoomer.md
Date: Fri Nov 15 17:05:37 2024 +0100
capitalism.md
crypto.md
egoism.md
how_to.md
jokes.md
lotr.md
main.md
nigger.md
```
most wanted pages:
@ -163,9 +163,9 @@ most popular and lonely pages:
- [modern](modern.md) (105)
- [fun](fun.md) (102)
- [kiss](kiss.md) (100)
- [math](math.md) (98)
- [math](math.md) (99)
- [programming](programming.md) (96)
- [gnu](gnu.md) (96)
- [programming](programming.md) (95)
- [linux](linux.md) (94)
- [shit](shit.md) (91)
- [fight_culture](fight_culture.md) (89)

View file

@ -2,6 +2,33 @@
Zoomers (also *GenZ* 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).
```
.,---._
;: ..;.
\,,,,, /
(|o o _)
\O /
||_
/ ''.
//^"|| \
// || |
|| // |
|| //| } todaay we are
_|| // ) } __ learn/""\ing t__o pro
[[_]][ ) / \ | | .-;, ,;-. gr| |am in
/// |/\ | | | /( . )\ja| |vascript
|| || "" V /'..' '..'\ \_/""
|| \\ \_/ _) (_ \___/
(| (| .-' '-.
|| || ( \(_/ )
|| || \ / \ /
|| || ) ( ) (
__|| ||_ __( | | )__
[___| [__| [_____) (_____]
```
*Zoomer and his girlfriend. It's not cubism, that's how zoomers look.*
Like you tune a [radio](radio.md) to specific stations, zoomer's brain is tuned on propaganda. He cannot live without consooming pixels from smartphone, so he has to eat Netflix, the poisoned adaptations of old works remade so that the characters are [LGBT](lgbt.md), black or otherwise crippled. He then accepts this as reality and says "acchuaelylly,,, the show isn't that bad". He then goes and starts making Netflix shows himself.
TODO