This commit is contained in:
Miloslav Ciz 2023-11-27 21:22:14 +01:00
parent f1310357c8
commit ff9aa35fbc
10 changed files with 33 additions and 12 deletions

View file

@ -7,7 +7,7 @@ Please do NOT post lame "big-bang-theory"/[9gag](9gag.md) jokes like *sudo make
{ Many of the jokes are original, some are shamelessly pulled from other sites and reworded. I don't believe [copyright](copyright.md) can apply if the expression of a joke is different, ideas can't be copyrighted. Also the exact origins of jokes are difficult to track so it's probably a kind of folklore. ~drummyfish }
- [C++](cpp.md)
- What's the worst kind of [lag](lag.md)? Gulag.
- What's the worst kind of [lag](lag.md)? [Gulag](google.md).
- Ingame chat: "What's the country in the middle of north Africa?" [{BANNED}](niger.md)
- What sound does an angry [C](c.md) programmer make? ARGCCCC ARGVVVVVVVV
- I have a mentally ill friend who tried to design the worst [operating system](os.md) on purpose. It boots for at least 10 minutes, then it changes the user's desktop background to random ads and it randomly crashes to make the user angry. He recently told me he is getting sued by [Microsoft](microsoft.md) for violating their look and feel.
@ -25,7 +25,8 @@ Please do NOT post lame "big-bang-theory"/[9gag](9gag.md) jokes like *sudo make
- At the beginning there was [machine code](machine_code.md). Then they added [assembly](assembly.md) on top of it to make it more comfortable. To make programs portable they created an [operating system](os.md) and a layer of [syscalls](syscall.md). Except it didn't work because other people made other operating systems with different syscalls. So to try to make it portable again they created a high-level language [compiler](compiler.md) on top of it. To make it yet more comfortable they created yet a higher level language and made a [transpiler](transpiler.md) to the lower level language. To make building more platform independent and comfortable they created [makefiles](makefile.md) on top of it. However, more jobs were needed so they created [CMake](cmake.md) on top of makefiles, just in case. It seems like CMake nowadays seems too low level so a new layer will be needed above all the meta-meta-meta build systems. I wonder how high of a tower we can make, maybe they're just trying to get a Guinness world record for the greatest bullshit sandwich in history.
- How to install a package on [Debian](debian.md)? I don't know, but on my [Arch](arch.md) it's done with `pacman`.
- Difference between a beginner and pro programmer? Pro programmer fails in a much more sophisticated manner.
- What's a [computer](computer.md)? A device that can make a hundred million mistakes per second.
- What is a [computer](computer.md)? A device that can make a hundred million mistakes per second.
- After all it may not take so long to establish our [utopia](less_retarded_society.md). By the time [Windows](windows.md) has updated we will have already done it ten times over. { Thanks to a friend for this one :) ~drummyfish }
- Cool statistics: 9 out of 10 people enjoy a gang [rape](rape.md).
- `int randomInt(void) { int x; return x; }`
- Boss: "We're going to need to store additional information about gender of all 1600 people in our database." Me: "OK that's only 200 extra bytes.". Diversity department: "You're fired."