Update
This commit is contained in:
parent
bb467bc532
commit
76e9db8a4c
29 changed files with 2094 additions and 2015 deletions
|
@ -14,9 +14,9 @@ Let's take a look at a possible division of a [computer](computer.md) to differe
|
||||||
- **[electronic](electronics.md) circuit**: Computer is an [analog](analog.md) circuit in which electricity flows through wires and electronic components, operating with terms such as [voltage](voltage.md), [current](current.md), [transistor](transistor.md), resistor or electronic interference.
|
- **[electronic](electronics.md) circuit**: Computer is an [analog](analog.md) circuit in which electricity flows through wires and electronic components, operating with terms such as [voltage](voltage.md), [current](current.md), [transistor](transistor.md), resistor or electronic interference.
|
||||||
- **[logic circuit](logic_gate.md)**: Computer is a [binary](binary.md) [digital](digital.md) circuit; this is abstracting electricity away, now we are only considering two possible values carried by the wires: 1s and 0s. Operating with terms such as [logic gate](logic_gate.md), logic function, [multiplexer](multiplexer.md) or sequential circuit.
|
- **[logic circuit](logic_gate.md)**: Computer is a [binary](binary.md) [digital](digital.md) circuit; this is abstracting electricity away, now we are only considering two possible values carried by the wires: 1s and 0s. Operating with terms such as [logic gate](logic_gate.md), logic function, [multiplexer](multiplexer.md) or sequential circuit.
|
||||||
- **[machine code](machine_code.md)/[assembly](assembly.md)**: Computer is a machine with a specific [instruction architecture](isa.md), executing an [algorithm](algorithm.md) encoded as simple binary instructions, such as "add two numbers" or "write a number to memory", in a specific format that's different for different types of computers. Operating with terms such as CPU cycle, [opcode](opcode.md), [register](register.md), memory or [interrupt](interrupt.md).
|
- **[machine code](machine_code.md)/[assembly](assembly.md)**: Computer is a machine with a specific [instruction architecture](isa.md), executing an [algorithm](algorithm.md) encoded as simple binary instructions, such as "add two numbers" or "write a number to memory", in a specific format that's different for different types of computers. Operating with terms such as CPU cycle, [opcode](opcode.md), [register](register.md), memory or [interrupt](interrupt.md).
|
||||||
- **low level [portable](portability.md) language**: Computer is a machine capable of performing algorithms written in a structured language resembling human language and it's a machine that's essentially the same as other computers, even of different types, i.e. all computers can understand the same language (programs are [portable](portability.md)), typically e.g. [C](c.md). Operating with terms such as structured data type, procedure, signed/unsigned type, [memory management](memory_management.md) etc.
|
- **low level [portable](portability.md) language**: Computer is a machine capable of performing algorithms written in a structured language resembling [human language](human_language.md) and it's a machine that's essentially the same as other computers, even of different types, i.e. all computers can understand the same language (programs are [portable](portability.md)), typically e.g. [C](c.md). Operating with terms such as structured data type, procedure, signed/unsigned type, [memory management](memory_management.md) etc.
|
||||||
- **high level language**: Computer is a machine capable of performing algorithms while handling many things (such as memory allocation or ensuring safety) automatically and dynamically (on-the-go) and understanding more complex and abstract descriptions of problems, allowing for very fast and comfortable programming in languages like [Python](python.md) or [JavaScript](javascript.md). Operating with terms such as [objects](oop.md), dictionaries, pure functions and [polymorphism](polymorphism.md).
|
- **high level language**: Computer is a machine capable of performing algorithms while handling many things (such as memory allocation or ensuring safety) automatically and dynamically (on-the-go) and understanding more complex and abstract descriptions of problems, allowing for very fast and comfortable programming in languages like [Python](python.md) or [JavaScript](javascript.md). Operating with terms such as [objects](oop.md), dictionaries, pure functions and [polymorphism](polymorphism.md).
|
||||||
- **very high level, [artificial intelligence](ai.md)**: Computer is a machine capable of simulating human thinking and therefore able to lead a conversation with human, it can perform commands given in natural language and even reason and create on its own. Operating with terms such as training, data sets and ethics.
|
- **very high level, [artificial intelligence](ai.md)**: Computer is a machine capable of simulating human thinking and therefore able to lead a conversation with human, it can perform commands given in natural language and even reason and create on its own. Operating with terms such as prompts, training, data sets and ethics.
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
|
|
|
@ -204,7 +204,7 @@ Here is a list of some acronyms:
|
||||||
- **[KILL](kill.md)** (keep it [Linux](linux.md) loser)
|
- **[KILL](kill.md)** (keep it [Linux](linux.md) loser)
|
||||||
- **[KISS](kiss.md)** (keep it simple stupid)
|
- **[KISS](kiss.md)** (keep it simple stupid)
|
||||||
- **[KISP](kisp.md)** (keep it simple perfect)
|
- **[KISP](kisp.md)** (keep it simple perfect)
|
||||||
- **[KISR](kisr.md** (keep it simple retard)
|
- **[KISR](kisr.md)** (keep it simple retard)
|
||||||
- **[KLOC](kloc.md)** (kilo LOC)
|
- **[KLOC](kloc.md)** (kilo LOC)
|
||||||
- **[KKK](kkk.md)** (ku klux klan)
|
- **[KKK](kkk.md)** (ku klux klan)
|
||||||
- **[KYS](kys.md)** ([kill yourself](suicide.md))
|
- **[KYS](kys.md)** ([kill yourself](suicide.md))
|
||||||
|
|
|
@ -8,7 +8,7 @@ There are now also additional official mods available for the game that for exam
|
||||||
|
|
||||||
To make Anarch no advanced [bullshit](bullshit.md) was used such as multiple monitors, [IDE](ide.md)s, [UML](uml.md), workstations, graphic tablets, programming socks, budget, expensive chairs and so on. It was made mostly with one old laptop, one old desktop computer and only basic [free software](free_software.md) such as [vim](vim.md), [GIMP](gimp.md) and so on.
|
To make Anarch no advanced [bullshit](bullshit.md) was used such as multiple monitors, [IDE](ide.md)s, [UML](uml.md), workstations, graphic tablets, programming socks, budget, expensive chairs and so on. It was made mostly with one old laptop, one old desktop computer and only basic [free software](free_software.md) such as [vim](vim.md), [GIMP](gimp.md) and so on.
|
||||||
|
|
||||||
The repo is available at for example at https://git.coom.tech/drummyfish/Anarch. Some info about the game can also be found at the [libregamewiki](lgw.md): https://libregamewiki.org/Anarch. The 1.0 version was released on 1st December 2020 after some 757 commits in the repository, it was officially in the making since September 25 2019 (first commit in the repo), but we may also see the inception of the game to be the start of [raycastlib](raycastlib.md) development in 2018.
|
The repo is available for example at https://git.coom.tech/drummyfish/Anarch. Some info about the game can also be found at the [libregamewiki](lgw.md): https://libregamewiki.org/Anarch. The 1.0 version was released on 1st December 2020 after some 757 commits in the repository, it was officially in the making since September 25 2019 (first commit in the repo), but we may also see the inception of the game to be the start of [raycastlib](raycastlib.md) development in 2018.
|
||||||
|
|
||||||
{ Someone told me **the game even briefly appeared on TV**: some Croatian TV station covered the country's startup (I reckon it was Circuitmess) which creates [open consoles](open_console.md), and they showed one of them running Anarch. Pretty cool. Anarch was also briefly **played by Muta from SomeOrdinaryGamers**, a quite famous [YouTube](youtube.md) channel, in a video covering the worst websites on the Internet. ~drummyfish }
|
{ Someone told me **the game even briefly appeared on TV**: some Croatian TV station covered the country's startup (I reckon it was Circuitmess) which creates [open consoles](open_console.md), and they showed one of them running Anarch. Pretty cool. Anarch was also briefly **played by Muta from SomeOrdinaryGamers**, a quite famous [YouTube](youtube.md) channel, in a video covering the worst websites on the Internet. ~drummyfish }
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,29 @@
|
||||||
# Approximation
|
# Approximation
|
||||||
|
|
||||||
Approximating means calculating or representing something with lesser than best possible precision -- estimating -- purposefully allowing some margin of error in results and using simpler mathematical models than the most accurate ones: this is typically done in order to save resources (CPU cycles, memory etc.) and reduce [complexity](complexity.md) so that our projects and analysis stay manageable. Simulating real world on a computer is always an approximation as we cannot capture the infinitely complex and fine nature of the real world with a machine of limited resources, but even within this we need to consider how much, in what ways and where to simplify.
|
Approximating means calculating or representing something with lesser than best possible precision -- estimating -- purposefully allowing some margin of error in results and using simpler mathematical models than the most accurate ones: this is typically done in order to save resources (CPU cycles, memory etc.) and reduce [complexity](complexity.md) so that our projects and analysis stay manageable. Simulating [real world](irl.md) on a [computer](computer.md) is always an approximation as we cannot capture the infinitely complex and fine nature of the real world with a machine of limited resources, but even within this we need to consider how much, in what ways and where to simplify.
|
||||||
|
|
||||||
Using approximations however doesn't have to imply decrease in precision of the final result -- approximations very well serve [optimization](optimization.md). E.g. approximate metrics help in [heuristic](heuristic.md) algorithms such as [A*](a_star.md). Another use of approximations in optimization is as a quick preliminary check for the expensive precise algorithms: e.g. using bounding spheres helps speed up collision detection (if bounding spheres of two objects don't collide, we know they can't possibly collide and don't have to expensively check this).
|
Using approximations however doesn't have to imply decrease in precision of the final result -- approximations very well serve [optimization](optimization.md). E.g. approximate metrics help in [heuristic](heuristic.md) algorithms such as [A*](a_star.md). Another use of approximations in optimization is as a quick preliminary check for the expensive precise algorithms: e.g. using bounding spheres helps speed up collision detection (if bounding spheres of two objects don't collide, we know they can't possibly collide and don't have to expensively check this).
|
||||||
|
|
||||||
Examples of approximations:
|
With approximations we're often interested in the **[error](error.md)** against correct result, oftentimes it's given as a maximum or [average](average.md). In [signal](signal.md) processing we may see this error as [noise](noise.md) (see also [signal to noise ratio](snr.md)) added to the ideal signal. This means that to make some particular approximation more accurate we may further try to approximate this noise (which we compute as the approximate signal minus the ideal one) and subtract it from the first approximation, and this process may continue until desired precision.
|
||||||
|
|
||||||
|
Examples of approximations are:
|
||||||
|
|
||||||
- **[Distances](distance.md)**: instead of expensive **Euclidean** distance (`sqrt(dx^2 + dy^2)`) we may use **Chebyshev** distance (`dx + dy`) or **Taxicab** distance (`max(dx,dy)`).
|
- **[Distances](distance.md)**: instead of expensive **Euclidean** distance (`sqrt(dx^2 + dy^2)`) we may use **Chebyshev** distance (`dx + dy`) or **Taxicab** distance (`max(dx,dy)`).
|
||||||
|
- **[interpolation](interpolation.md) and [extrapolation](extrapolation.md)**: ways of constructing missing data points from known ones.
|
||||||
- **Engineering approximations** ("guesstimations"): e.g. **sin(x) = x** for "small" values of *x* or **[pi](pi.md) = 3** (integer instead of float).
|
- **Engineering approximations** ("guesstimations"): e.g. **sin(x) = x** for "small" values of *x* or **[pi](pi.md) = 3** (integer instead of float).
|
||||||
- **[Physics engines](physics_engine.md)**: complex triangle meshes are approximated with simple analytical shapes such as **spheres**, **cuboids** and **capsules** or at least **convex hulls** which are much easier and faster to deal with. They also approximate **relativistic** physics with **Newtonian**.
|
- **[Physics engines](physics_engine.md)**: complex triangle meshes are approximated with simple analytical shapes such as **[spheres](sphere.md)**, **cuboids** and **capsules** or at least **convex hulls** which are much easier and faster to deal with. They also approximate **relativistic** physics with **Newtonian**.
|
||||||
- **Addition/subtraction** (of integers) can sometimes be approximated with logical [OR](or.md)/[AND](and.md) operations, as they behave a bit similarly. This can be used e.g. for brightening/darkening of pixel colors in [332](rgb332.md) or [565](rgb565.md) format -- without the approximation addition of colors in these formats is very expensive (basically requires conversion to RGB, addition, clamping and a conversion back).
|
- **Addition/subtraction** (of integers) can sometimes be approximated with logical [OR](or.md)/[AND](and.md) operations, as they behave a bit similarly. This can be used e.g. for brightening/darkening of pixel colors in [332](rgb332.md) or [565](rgb565.md) format -- without the approximation addition of colors in these formats is very expensive (basically requires conversion to RGB, addition, clamping and a conversion back).
|
||||||
- **Division**: dividing by arbitrary number is often a slow operation, however dividing by powers of two is fast because it can be done with a simple bit shift -- so if we need to divide *x* let's say by 3, it may be faster to approximate by averaging *x* divided by 2 and *x* divided by 4 (both powers of two, computing average also needs just division by 2), i.e *x / 3 ~= ((x / 2) + (x / 4)) / 2 = 3/8 * x = (x + x + x) / 8* -- indeed, 3/8 is almost 1/3.
|
- **Division**: dividing by arbitrary number is often a slow operation, however dividing by powers of two is fast because it can be done with a simple bit shift -- so if we need to divide *x* let's say by 3, it may be faster to approximate by averaging *x* divided by 2 and *x* divided by 4 (both powers of two, computing average also needs just division by 2), i.e *x / 3 ~= ((x / 2) + (x / 4)) / 2 = 3/8 * x = (x + x + x) / 8* -- indeed, 3/8 is almost 1/3.
|
||||||
- **[Square root](sqrt.md)/square** (integer) can be roughly approximated too. E.g. to get a quick "almost square" of a number you can try something like doubling each binary digit and shifting everything right, e.g. `101` -> `11001` -- it's not very accurate but may be [good enough](good_enough.md) e.g. for some graphics effects and may be especially effective as hardware implementation as it works instantly and uses literally no [logic gates](logic_gate.md) (you just reorder bits)! A bit improved version may construct a pair of digits from each digit as logical AND (upper bit) and logical OR (lower bit) of the bit with its lower neighbor (lowest bit may still just be doubled), e.g. `1101` -> `11010111`. Square root can similarly be roughly estimated by reducing each pair of bits with logical OR down to a single bit (e.g. `101100` -> `110`). { Dunno if this is actually used anywhere, I came up with this once before I fell asleep. ~drummyfish } A famous hack in Quake, called *fast inverse square root*, uses a similar approximation in [floating point](float.md).
|
- **[Square root](sqrt.md)/square** (integer) can be roughly approximated too. E.g. to get a quick "almost square" of a number you can try something like doubling each binary digit and shifting everything right, e.g. `101` -> `11001` -- it's not very accurate but may be [good enough](good_enough.md) e.g. for some graphics effects and may be especially effective as hardware implementation as it works instantly and uses literally no [logic gates](logic_gate.md) (you just reorder bits)! A bit improved version may construct a pair of digits from each digit as logical AND (upper bit) and logical OR (lower bit) of the bit with its lower neighbor (lowest bit may still just be doubled), e.g. `1101` -> `11010111`. Square root can similarly be roughly estimated by reducing each pair of bits with logical OR down to a single bit (e.g. `101100` -> `110`). { Dunno if this is actually used anywhere, I came up with this once before I fell asleep. ~drummyfish } A famous hack in Quake, called *fast inverse square root*, uses a similar approximation in [floating point](float.md).
|
||||||
- **[3D graphics](3d_rendering.md)** is almost completely about approximations, e.g. basically all shapes are approximated with triangle meshes, [screen space](screen_space.md) effects (like [SSAO](ssao.md)) are used to approximate global illumination, reflections etc. Similarly [ray tracing](ray_tracing.md) neglects indirect lighting etcetc.
|
- **[3D graphics](3d_rendering.md)** revolves around believable approximations, for example all shapes are normally approximated with triangle meshes or [sprites](sprite.md), [screen space](screen_space.md) effects (like [SSAO](ssao.md)) fake global illumination, reflections and so forth. Similarly [ray tracing](ray_tracing.md) neglects indirect lighting etcetc.
|
||||||
- **[Real numbers](real_number.md)** are practically always approximated with [floating point](floating_point.md) or [fixed point](fixed_point.md) (rational numbers).
|
- **[Real numbers](real_number.md)** are practically always approximated with [floating point](floating_point.md) or [fixed point](fixed_point.md) (rational numbers).
|
||||||
- **[Numerical methods](numerical.md)** allow us to find approximate solutions to very general equations (ones that are impossible or impractical to solve analytically with absolute precision) by iterative evaluation of infinite series that converge towards the solution. These methods allow fine tuning speed vs precision via parameters such as the number of iterations or desired error against correct solution. This is very often used in engineering and practical applications of mathematics to the [real world](irl.md) where we encounter very complex equations. One of the simplest and most famous numerical tools is the Newton's method that (as long as some conditions hold) iterates towards the solution based on first [derivative](detivative.md) of the function.
|
- **[Numerical methods](numerical.md)** allow us to find approximate solutions to very general equations (ones that are impossible or impractical to solve analytically with absolute precision) by iterative evaluation of infinite series that converge towards the solution. These methods allow fine tuning speed vs precision via parameters such as the number of iterations or desired error against correct solution. This is very often used in engineering and practical applications of mathematics to the [real world](irl.md) where we encounter very complex equations. One of the simplest and most famous numerical tools is the Newton's method that (as long as some conditions hold) iterates towards the solution based on first [derivative](detivative.md) of the function.
|
||||||
- **[Taylor series](taylor_series.md)** approximates given mathematical function near some given point with a [polynomial](polynomial.md), is often used to practically implement certain functions in calculators, mathematics libraries etc.
|
- **[Taylor series](taylor_series.md)** approximates given mathematical function near some given point with a [polynomial](polynomial.md), is often used to practically implement certain functions in calculators, mathematics libraries etc.
|
||||||
- [Rotation](rotation.md) around an axis, especially by small angles, can be approximated by skewing in one direction, then in another.
|
- [Rotation](rotation.md) around an axis, especially by small angles, can be approximated by skewing in one direction, then in another.
|
||||||
- Primitive [music](music.md) synthesis often uses simple functions like triangle/saw/square wave to approximate [sin](sin.md) waves (though many times it's done for the actual sound of these waves, sometimes it may be simply to save on resources).
|
- Primitive [music](music.md) synthesis often uses simple functions like triangle/saw/square wave to approximate [sin](sin.md) waves (though many times it's done for the actual sound of these waves, sometimes it may be simply to save on resources).
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
- [interpolation](interpolation.md)
|
||||||
|
- [error](error.md)
|
4
avpd.md
4
avpd.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
*Avoiding the problem is in majority of cases the best solution to the problem.*
|
*Avoiding the problem is in majority of cases the best solution to the problem.*
|
||||||
|
|
||||||
Avoidant Personality Disorder (AVPD, also *[minimalist's](minimalism.md) brain damage*) is one of the great myriad of psychological personality "disorders" that's basically characterized by extreme shyness, social isolation and tendency to solve everything by avoidance -- people with this thing have no friends, social life, they isolate, don't go out, don't go to [work](work.md) (that's good), they constantly think about how they're judged by others, may try to adjust personality according to what the other people around seem to want etc. It could possibly be seen as the hardcore [minimalist](minimalism.md) [disease](disease.md), AVPD positives just minimize their life to a bare minimum of things they can't avoid like eating, breathing etc. Of course this goes with anxiety, panic attacks and [depression](depression.md), sometimes self harm and so on.
|
In [psychology](psychology.md) Avoidant Personality Disorder (AVPD, also *[minimalist's](minimalism.md) brain damage*) is one of the great myriad of psychological personality "disorders" that's basically characterized by extreme shyness, social isolation and tendency to solve everything by avoidance -- people with this thing have no friends, social life, they isolate, don't go out, don't go to [work](work.md) (that's good), they constantly think about how they're judged by others, may try to adjust personality according to what the other people around seem to want etc. It could possibly be seen as the hardcore [minimalist](minimalism.md) [disease](disease.md), AVPD positives just minimize their life to a bare minimum of things they can't avoid like eating, breathing etc. Of course this goes with anxiety, panic attacks and [depression](depression.md), sometimes self harm and so on.
|
||||||
|
|
||||||
People who have AVPD and are not notable include [drummyfish](drummyfish.md).
|
People who have AVPD and are not notable include [drummyfish](drummyfish.md).
|
||||||
|
|
||||||
|
@ -10,3 +10,5 @@ People who have AVPD and are not notable include [drummyfish](drummyfish.md).
|
||||||
|
|
||||||
- [hikikomori](hikikomori.md)
|
- [hikikomori](hikikomori.md)
|
||||||
- [joy of missing out](jomo.md)
|
- [joy of missing out](jomo.md)
|
||||||
|
- [schizo](schizo.md)
|
||||||
|
- [autism](autism.md)
|
10
compsci.md
10
compsci.md
|
@ -7,16 +7,18 @@ Computer science, abbreviated as "compsci", is (surprise-surprise) a [science](s
|
||||||
Notable fields of computer science include:
|
Notable fields of computer science include:
|
||||||
|
|
||||||
- [artificial intelligence](ai.md)
|
- [artificial intelligence](ai.md)
|
||||||
- [computer graphics](graphics.md)
|
- [computer graphics](graphics.md) and multimedia
|
||||||
- [databases](database.md)
|
- [databases](database.md)
|
||||||
- [hardware](hardware.md) design
|
- [hardware](hardware.md) design
|
||||||
- [networking](network.md)
|
- [networking](network.md)
|
||||||
- [security](security.md) and [cryptography](cryptography.md)
|
- [security](security.md) and [cryptography](cryptography.md)
|
||||||
- [software engineering](software_engineering.md)
|
|
||||||
- theoretical computer science
|
- theoretical computer science
|
||||||
- [user interface](ui.md)
|
- possibly [software engineering](software_engineering.md), [user interface](ui.md) design, ...
|
||||||
- smaller field or subfields such as [operating systems](os.md), [compiler](compiler.md) design, formal verification, speech recognition etc.
|
|
||||||
|
|
||||||
Computer science also figures in interdisciplinary endeavors such as [bioinformatics](bioinformatics.md) and [robotics](robotics.md).
|
Computer science also figures in interdisciplinary endeavors such as [bioinformatics](bioinformatics.md) and [robotics](robotics.md).
|
||||||
|
|
||||||
In the industry there have arisen fields of [art](art.md) and study that probably shouldn't be included in computer science itself, but are very close to it. These may include e.g. [web design](webdesign.md) (well, let's include it for the sake of completeness), [game](game.md) design, [system administration](sysadmin.md) etc.
|
In the industry there have arisen fields of [art](art.md) and study that probably shouldn't be included in computer science itself, but are very close to it. These may include e.g. [web design](webdesign.md) (well, let's include it for the sake of completeness), [game](game.md) design, [system administration](sysadmin.md) etc.
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
- [mathematics](math.md)
|
|
@ -1,6 +1,6 @@
|
||||||
# Computer
|
# Computer
|
||||||
|
|
||||||
The word *computer* may be defined in countless ways and can also adopt many different meanings; a somewhat common definition may be this: computer is a machine that automatically performs mathematical computations. We can also see it as a machine for processing [information](information.md), manipulating symbols or, very generally, as any tool that helps computation, in which case not just laptops, desktops and cellphones fit the definition, but also primitive computers like a [sundial](sundial.md), one's fingers or even a [mathematical](math.md) formula. But nowadays the word of course implicitly implies an electronic [digital](digital.md) computer.
|
The word *computer* may be defined in countless ways and can also adopt many different meanings; a somewhat common definition may be this: computer is a machine that automatically performs mathematical computations. We can also see it as a machine for processing [information](information.md), manipulating symbols or, very generally, as any tool that helps computation, in which case not just laptops, desktops and cellphones fit the definition, but also primitive computers like a [sundial](sundial.md), one's fingers or even a [mathematical](math.md) formula. But nowadays the word of course implicitly implies an [electronic](electronics.md) [digital](digital.md) computer.
|
||||||
|
|
||||||
The electronic digital computer turned out to be one of the greatest [technological](tech.md) inventions in [history](history.md) for numerous reasons -- firstly computers allowed creation of many other things which previously required too complex calculations, such as highly complex planes, space rockets and undreamed of factories (and, of course, yet more powerful computers which is why we've seen the exponential growth in computer power), they also allow us to crunch extreme volumes of data and accelerate [science](science.md); secondly they offered extremely advanced work tools like [robots](robotics.md), virtual 3D visualizations, [artificial intelligence](ai.md) and physics simulators, and they also gave us high quality, cheap [multimedia](multimedia.md) and entertainment like [games](game.md) -- with computers anyone can shoot video, record music, carry around hundreds of movies in his pocket or fly a virtual plane. Most important however is probably the fact that computers enabled the [Internet](internet.md) -- by this they forever changed the world.
|
The electronic digital computer turned out to be one of the greatest [technological](tech.md) inventions in [history](history.md) for numerous reasons -- firstly computers allowed creation of many other things which previously required too complex calculations, such as highly complex planes, space rockets and undreamed of factories (and, of course, yet more powerful computers which is why we've seen the exponential growth in computer power), they also allow us to crunch extreme volumes of data and accelerate [science](science.md); secondly they offered extremely advanced work tools like [robots](robotics.md), virtual 3D visualizations, [artificial intelligence](ai.md) and physics simulators, and they also gave us high quality, cheap [multimedia](multimedia.md) and entertainment like [games](game.md) -- with computers anyone can shoot video, record music, carry around hundreds of movies in his pocket or fly a virtual plane. Most important however is probably the fact that computers enabled the [Internet](internet.md) -- by this they forever changed the world.
|
||||||
|
|
||||||
|
|
2
doom.md
2
doom.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Doom is a legendary video [game](game.md) released in December [1993](1990s.md), perhaps the most famous video game of all time, the game that popularized the [first man shooter](first_person_shooter.md) genre and shocked by its at the time extremely advanced 3D graphics (yes, **Doom is 3D**) and caused one of the biggest revolutions in video game [history](history.md). It was made by [Id Software](id_software.md), most notably by [John Carmack](john_carmack.md) (graphics + engine programmer) and [John Romero](john_romero.md) (tool programmer + level designer) -- all in all the game was developed by about 5 to 6 men in about a year. Doom is sadly [proprietary](proprietary.md), it was originally distributed as [shareware](shareware.md) (a gratis "demo" was available for playing and sharing with the option to buy a full version). However the game engine was later (1999) released as [free (as in freedom) software](free_software.md) under [GPL](gpl.md) which gave rise to many source [ports](port.md) and "improved" "[modern](modern.md)" engines (which however look like shit, the original looks by far the best, if you want to play Doom use Chocolate Doom or Crispy Doom, avoid anything with GPU rendering). The assets remain non-free but a completely free alternative is offered by the [Freedoom](freedoom.md) project that has created [free as in freedom](free_culture.md) asset replacements for the game. [Anarch](anarch.md) is an official [LRS](lrs.md) game inspired by Doom, completely in the [public domain](public_domain.md).
|
Doom is a legendary video [game](game.md) released in December [1993](1990s.md), perhaps the most famous video game of all time, the game that popularized the [first man shooter](first_person_shooter.md) genre and shocked by its at the time extremely advanced 3D graphics (yes, **Doom is 3D**) and caused one of the biggest revolutions in video game [history](history.md). It was made by [Id Software](id_software.md), most notably by [John Carmack](john_carmack.md) (graphics + engine programmer) and [John Romero](john_romero.md) (tool programmer + level designer) -- all in all the game was developed by about 5 to 6 men in about a year. Doom is sadly [proprietary](proprietary.md), it was originally distributed as [shareware](shareware.md) (a gratis "demo" was available for playing and sharing with the option to buy a full version). However the game engine was later (1999) released as [free (as in freedom) software](free_software.md) under [GPL](gpl.md) which gave rise to many source [ports](port.md) and "improved" "[modern](modern.md)" engines (which however look like shit, the original looks by far the best, if you want to play Doom use Chocolate Doom or Crispy Doom, avoid anything with GPU rendering). The assets remain non-free but a completely free alternative is offered by the [Freedoom](freedoom.md) project that has created [free as in freedom](free_culture.md) asset replacements for the game. [Anarch](anarch.md) is an official [LRS](lrs.md) game inspired by Doom, completely in the [public domain](public_domain.md).
|
||||||
|
|
||||||
{ NOTE: Some followers expressed disgust about the fact that I "glorify" Doom, a proprietary game -- yes, Doom is proprietary and thus an unethical piece of shit. Ethical "fixes" exist, namely Freedoom. Here I merely describe the historical significance of "Doom as a concept", it's the same as with "[Unix](unix.md)" as a concept -- Unix was also proprietary, but its invention was very significant historically, it was a discovery of a certain kind of formula, almost like discovering a law of nature in science. Even if this is initially seized and held by capitalists, later on free clones usually manage to free the concept from the proprietary implementation. Just so we understand each other: I am fully AGAINST proprietary games, but things aren't black and white, a disaster may have historical significance and lead to something good, and vice versa. I am just capturing facts. ~drummyfish }
|
{ NOTE: Some followers expressed disgust about the fact that I "glorify" Doom, a proprietary game -- yes, Doom is proprietary and thus an unethical piece of shit. Ethical "fixes" exist, namely Freedoom. Here I merely describe the historical significance of "Doom as a concept", it's the same as with "[Unix](unix.md)" as a concept -- Unix was also proprietary, but its invention was very significant historically, it was a discovery of a certain kind of formula, almost like discovering a law of nature in science. Even if this is initially seized and held by capitalists, later on free clones usually manage to at least partially free the concept from proprietary hands. Just so we understand each other: I am fully AGAINST proprietary games, but things aren't black and white, a disaster may have historical significance and lead to something good, and vice versa. I am just capturing facts. ~drummyfish }
|
||||||
|
|
||||||
Doom has a cool wiki at https://doomwiki.org.
|
Doom has a cool wiki at https://doomwiki.org.
|
||||||
|
|
||||||
|
|
|
@ -18,13 +18,13 @@ Photos of drummyfish: [young](https://cloud.disroot.org/apps/files_sharing/publi
|
||||||
|
|
||||||
Drummyfish experiences a lot of discrimination but still doesn't hate his discriminators. As a straight white male in [21st century](21st_century.md) drummyfish is a victim of regular discrimination and racism in form of social revenge for historical events he has nothing to do with. Drummyfish is not covid vaccinated -- for this he was sorted into the second class of citizens during the covid pandemic and experienced another form of discrimination, e.g. what today would be called a "verbal abuse", segregation and so on. He never had covid. As a [Slav](slav.md) he comes from an ancestry of slaves, so in [America](usa.md) he would be called a [hero](hero_culture.md). Drummyfish was baptized and is NOT circumcised. He has [hallux varus](body_shaming.md) (foot toes oddly spaced from the rest of the fingers) -- this makes him be able to grab things with his feet and climb trees well, like a monkey.
|
Drummyfish experiences a lot of discrimination but still doesn't hate his discriminators. As a straight white male in [21st century](21st_century.md) drummyfish is a victim of regular discrimination and racism in form of social revenge for historical events he has nothing to do with. Drummyfish is not covid vaccinated -- for this he was sorted into the second class of citizens during the covid pandemic and experienced another form of discrimination, e.g. what today would be called a "verbal abuse", segregation and so on. He never had covid. As a [Slav](slav.md) he comes from an ancestry of slaves, so in [America](usa.md) he would be called a [hero](hero_culture.md). Drummyfish was baptized and is NOT circumcised. He has [hallux varus](body_shaming.md) (foot toes oddly spaced from the rest of the fingers) -- this makes him be able to grab things with his feet and climb trees well, like a monkey.
|
||||||
|
|
||||||
Drummyfish's real name is Miloslav (NOT Miroslav) Číž, he was born in the blessed year [1990](1990.md) (Chinese year of the Horse), on 24th of August ([Virgo](wizard.md)), and lives in Moravia, [Czech Republic](czechia.md), [Earth](earth.md) (he rejects the concept of a country/[nationalism](nationalism.md), the info here serves purely to specify a location). He spent his childhood happily in times when [memes](meme.md) didn't exist yet, when households didn't normally have computers, yet alone [Internet](internet.md), and people didn't even own cell phones, when TV with three channels in total was the peak of technology. Drummyfish's family got their first computer in 1997, with [Windows](windows.md) 3.1, of course, without any access to the [Internet](internet.md), just plain old horizontal-case PC with CRT, ball [mouse](mouse.md) and a floppy drive. At that time he became fascinated with games such as [Wolf3D](wold3d.md) and Duke Nukem 2 -- that's when he decided he wanted to one day be making his own [games](game.md). He became deeply fascinated with computers, cell phones and video games and asked himself "How are video games made? How is it possible to program ANYTHING?". He thought about this before sleep and even came up with an idea of [flowcharts](flowchart.md), a visual language with which it would be possible to "program anything". Even though his family didn't have too much money, he cried and cried all days until he achieved a [Gameboy](gameboy.md) Color, and later on even Gameboy Advance! He was extremely happy about it and played [Pokemon](pokemon.md) (Yellow, Crystal and Emerald) all day and night, however many years later he would realize the Gameboys were nowehere to be found and therefore lost -- what a disaster! As the family PC got upgraded, he was able to start playing the newest hits and came to love especially [Warcraft III](warcraft3.md) (played as Orc), [Trackmania](trackmania.md), [Quake 3](quake3.md), The Elder Scrolls (Morrowind, Oblivion, Skyrim) and much later also [World of Warcraft](wow.md) (since vanilla, quit during WotLK, played tauren warrior named *Drummy*). His family acquired permanent Internet connection at home in 2006, as drummyfish was leaving elementary school.
|
Drummyfish's real name is Miloslav (NOT Miroslav) Číž, he was born in the blessed year [1990](1990.md) (Chinese year of the Horse), on 24th of August ([Virgo](wizard.md)), and lives in Moravia, [Czech Republic](czechia.md), [Earth](earth.md) (he rejects the concept of a country/[nationalism](nationalism.md), the info here serves purely to specify a location). He spent his childhood happily in times when [memes](meme.md) didn't exist yet, when households didn't normally have computers, yet alone [Internet](internet.md), and people didn't even own cell phones, when TV with three channels in total was the peak of technology. Drummyfish's family got their first computer in 1997, with [Windows](windows.md) 3.1, of course, without any access to the [Internet](internet.md), just plain old horizontal-case PC with CRT, ball [mouse](mouse.md) and a floppy drive. At that time he became fascinated with [games](game.md) such as [Wolf3D](wold3d.md) and Duke Nukem 2 -- that's when he decided he wanted to one day be making his own [games](game.md). He became deeply fascinated with computers, cell phones and video games and asked himself "How are video games made? How is it possible to program ANYTHING?". He thought about this before sleep and even came up with an idea of [flowcharts](flowchart.md), a visual language with which it would be possible to "program anything". Even though his family didn't have too much money, he cried and cried all days until he achieved a [Gameboy](gameboy.md) Color, and later on even Gameboy Advance! He was extremely happy about it and played [Pokemon](pokemon.md) (Yellow, Crystal and Emerald) all day and night, however many years later he would realize the Gameboys were nowehere to be found and therefore lost -- what a disaster! As the family PC got upgraded, he was able to start playing the newest hits and came to love especially [Warcraft III](warcraft3.md) (played as Orc), [Trackmania](trackmania.md), [Quake 3](quake3.md), The Elder Scrolls (Morrowind, Oblivion, Skyrim) and much later also [World of Warcraft](wow.md) (since vanilla, quit during WotLK, played tauren warrior named *Drummy* on server *Agamaggan* { If you are one of my old WoW friends, please, I beg you, let me know, I would love to talk to you. ~drummyfish }). His family acquired permanent Internet connection at home in 2006, as drummyfish was leaving elementary school.
|
||||||
|
|
||||||
{ Why doxx myself? Following the [LRS](lrs.md) philosophy, I believe information should be free. [Censorship](censorship.md) -- even in the name of [privacy](privacy.md) -- goes against information freedom. We should live in a society in which people are moral and don't abuse others by any means, including via availability of their private information. And in order to achieve ideal society we have to actually live it, i.e. slowly start to behave as if it was already in place. Of course, I can't tell you literally everything (such as my passwords etc.), but the more I can tell you, the closer we are to the ideal society. ~drummyfish }
|
{ Why doxx myself? Following the [LRS](lrs.md) philosophy, I believe information should be free. [Censorship](censorship.md) -- even in the name of [privacy](privacy.md) -- goes against information freedom. We should live in a society in which people are moral and don't abuse others by any means, including via availability of their private information. And in order to achieve ideal society we have to actually live it, i.e. slowly start to behave as if it was already in place. Of course, I can't tell you literally everything (such as my passwords etc.), but the more I can tell you, the closer we are to the ideal society. ~drummyfish }
|
||||||
|
|
||||||
He likes many things such as animals, peace, [freedom](freedom.md), [programming](programming.md), [math](math.md) and [games](game.md). Drummyfish used to be a """pro""" at [Xonotic](xonotic.md) and [OpenArena](openarena.md), had dedicated years to the them (even though he despises [competitive](competition.md) behavior [in real life](irl.md)) but he quit the games after Xonotic developers fucked the game up at which time he also realized the games kind of enslaved him -- he misses the games and some of the players a little bit but has in general been a bit happier not playing them. He plays piano and drums a little bit and tries to pick up new things like [chess](chess.md), [go](go.md), crocheting or [language](human_language.md) learning (he speaks [Czech](czech.md)/Slovak natively, [English](english.md), a bit of [Spanish](spanish.md) and a few animal languages, mainly [cat](cat.md), [dog](dog.md) and a little bit of chicken). He has [no sense of smell](anosmia.md) (since birth). He is around 175 cm tall, right handed and has blood type AB. According to the psychology astrology he is [INTJ](intj.md), and also has mild [synesthesia](synesthesia.md). He got [IQ](iq.md) measured quite high by Mensa but he think it's basically [bullshit](bullshit.md), he's pretty slow at mental calculations and quite retarded at many things. For [fun](fun.md) drummyfish likes to stalk (online) and triangulate various people, from video clues he was able to track down for example [Luke Smith](luke_smith.md) and Chessbrah house. As a kid he used to draw a comic called *Ted The Supercrow* (now scanned, translated and released under [CC0](cc0.md)).
|
He likes many things such as animals, peace, [freedom](freedom.md), [programming](programming.md), [math](math.md) and [games](game.md). Drummyfish used to be a """pro""" at [Xonotic](xonotic.md) and [OpenArena](openarena.md), had dedicated years to the them (even though he despises [competitive](competition.md) behavior [in real life](irl.md)) but he quit the games after Xonotic developers fucked the game up at which point he also realized the games kind of enslaved him -- he misses the games and some of the players a little bit but has in general been a bit happier not playing them. He plays piano and drums a little bit and tries to pick up new things like [chess](chess.md), [go](go.md), crocheting or [language](human_language.md) learning (he speaks [Czech](czech.md)/Slovak natively, [English](english.md), a bit of [Spanish](spanish.md) and a few animal languages, mainly [cat](cat.md), [dog](dog.md) and a little bit of chicken). He has [no sense of smell](anosmia.md) (since birth). He is around 175 cm tall, right handed and has blood type AB. According to the psychology astrology he is [INTJ](intj.md), and also has mild [synesthesia](synesthesia.md) (mainly [numbers](number.md) to [colors](color.md)). He got [IQ](iq.md) measured quite high by Mensa but he think it's basically [bullshit](bullshit.md), he's pretty slow at mental calculations and quite retarded at many things. For [fun](fun.md) drummyfish likes to stalk (online) and triangulate various people, from video clues he was able to track down for example [Luke Smith](luke_smith.md) and Chessbrah house. As a kid he used to draw a comic called *Ted The Supercrow* (now scanned, translated and released under [CC0](cc0.md)).
|
||||||
|
|
||||||
Before becoming a kind of schizo, he used to be relatively normal, even had a girlfriend for a while -- for a long time he was a [proprietary](proprietary.md) [Windows](windows.md) normie, using [Facebook](facebook.md) and playing mainstream video games. In the university he started using GNU/Linux because it was convenient for the school work, but still mostly used Windows. Only near the end of his studies he became more interested in [FOSS](foss.md), after reading [Richard Stallman](rms.md)'s biography. At the beginning he promoted "[open source](open_source.md)" and used [soynet](soynet.md) platforms such as [Fediverse](fediverse.md), later on he found the [suckless](suckless.md) website and was enlightened by [minimalism](minimalism.md); he also started to see through the evils of [open $ource](open_source.md), [capitalism](capitalism.md) and other things and refused to conform, which led him to the path of becoming the aforementioned schizo.
|
Before becoming a kind of schizo, he used to be relatively normal, even had a girlfriend for a while -- for a long time he was a [proprietary](proprietary.md) [Windows](windows.md) normie, using [Facebook](facebook.md) and playing mainstream video games. In the university he started using [GNU](gnu.md)/[Linux](linux.md) because it was convenient for the school work, but still mostly used Windows. Only near the end of his studies he became more interested in [FOSS](foss.md), after reading [Richard Stallman](rms.md)'s biography. At the beginning he promoted "[open source](open_source.md)" and used [soynet](soynet.md) platforms such as [Fediverse](fediverse.md), later on he found the [suckless](suckless.md) website and was enlightened by [minimalism](minimalism.md); he also started to see through the evils of [open $ource](open_source.md), [capitalism](capitalism.md) and other things and refused to conform, which led him to the path of becoming the aforementioned schizo.
|
||||||
|
|
||||||
In 2012 drummyfish fell into deep [depression](depression.md) and became convinced he was going blind, he became desperate and cried all the time, additionally ending up with a sort of hardcore burnout and extreme exhaustion, headaches etc., he had to postpone his studies and take a year off -- since then his psychological issues began to worsen, it took around two years just to somewhat recover, however a similarly devastating breakdown came again in 2015 after a failed attempt at discontinuing antidepressants, again requiring a year off for recovery. Since then he would start suffering regular depressive episodes and constant worsening anxiety, eventually resulting in [loss of all real life friends](friend_detox.md) and a level of isolation just shy of [Hikikomori](hikikomori.md). In 2019 drummyfish has written a "manifesto" called **Non-Competitive Society** that describes the concepts and politics (or rather lack thereof) of his ideal society. It is in the [public domain](public_domain.md) under [CC0](cc0.md) and available for download online and was translated to more than zero languages. Around 2020 he spent a few months in a mental institute, where he was working on his game [Anarch](anarch.md), which he got to release at the end of the year. Since leaving the hospital he was forced to do various slaveries such as newspaper and [spam](spam.md) distribution (on a bicycle), janitor/cleaner, night guard in a factory etc. In 2023 drummyfish said "fuck it" and published his nudes on the Internet (under [CC0](cc0.md)); around the same time he also bought a tiny caravan inawoods and plans to live there, away from society. Also in 2023 he lost 30 kg thanks to a combination of diet and depression. He is the only man on [Earth](earth.md) who hates the country in which he happened to come out of vagina. He is a more or less straight [male](man.md) of the [white](white.md) [race](race.md). He started programming at high school in [Pascal](pascal.md), then he went on to study [compsci](compsci.md) (later focused on [computer graphics](graphics.md)) in a Brno University of Technology and got a [master's degree](msc.md) in 2017, however he subsequently refused to find a job in the industry, partly because of his views (manifested by [LRS](lrs.md)) and partly because of mental health issues. He rather chose to stay closer to the working class and do less harmful [slavery](job.md) such as cleaning and physical [spam](spam.md) distribution, and continues [hacking](hacking.md) on his programming (and other) projects in his spare time in order to be able to do it with absolute freedom.
|
In 2012 drummyfish fell into deep [depression](depression.md) and became convinced he was going blind, he became desperate and cried all the time, additionally ending up with a sort of hardcore burnout and extreme exhaustion, headaches etc., he had to postpone his studies and take a year off -- since then his psychological issues began to worsen, it took around two years just to somewhat recover, however a similarly devastating breakdown came again in 2015 after a failed attempt at discontinuing antidepressants, again requiring a year off for recovery. Since then he would start suffering regular depressive episodes and constant worsening anxiety, eventually resulting in [loss of all real life friends](friend_detox.md) and a level of isolation just shy of [Hikikomori](hikikomori.md). In 2019 drummyfish has written a "manifesto" called **Non-Competitive Society** that describes the concepts and politics (or rather lack thereof) of his ideal society. It is in the [public domain](public_domain.md) under [CC0](cc0.md) and available for download online and was translated to more than zero languages. Around 2020 he spent a few months in a mental institute, where he was working on his game [Anarch](anarch.md), which he got to release at the end of the year. Since leaving the hospital he was forced to do various slaveries such as newspaper and [spam](spam.md) distribution (on a bicycle), janitor/cleaner, night guard in a factory etc. In 2023 drummyfish said "fuck it" and published his nudes on the Internet (under [CC0](cc0.md)); around the same time he also bought a tiny caravan inawoods and plans to live there, away from society. Also in 2023 he lost 30 kg thanks to a combination of diet and depression. He is the only man on [Earth](earth.md) who hates the country in which he happened to come out of vagina. He is a more or less straight [male](man.md) of the [white](white.md) [race](race.md). He started programming at high school in [Pascal](pascal.md), then he went on to study [compsci](compsci.md) (later focused on [computer graphics](graphics.md)) in a Brno University of Technology and got a [master's degree](msc.md) in 2017, however he subsequently refused to find a job in the industry, partly because of his views (manifested by [LRS](lrs.md)) and partly because of mental health issues. He rather chose to stay closer to the working class and do less harmful [slavery](job.md) such as cleaning and physical [spam](spam.md) distribution, and continues [hacking](hacking.md) on his programming (and other) projects in his spare time in order to be able to do it with absolute freedom.
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ In 2012 drummyfish fell into deep [depression](depression.md) and became convinc
|
||||||
|
|
||||||
**Does drummyfish have [divine intellect](terry_davis.md)?** Hell no, he's pretty retarded at most things and would be a complete failure wasn't it for some of his special features -- thanks to his extraordinary tendency for isolation, grand curiosity and obsession with [truth](truth.md) he is possibly the only man on [Earth](earth.md) completely immune to propaganda, he can see the world as it is, not as it is presented, so he feels it is his moral duty to share what he is seeing. He is able to overcome his natural dumbness by tryharding and sacrificing his social and sexual life so that he can program more. If drummyfish can learn to program [LRS](lrs.md), so can you.
|
**Does drummyfish have [divine intellect](terry_davis.md)?** Hell no, he's pretty retarded at most things and would be a complete failure wasn't it for some of his special features -- thanks to his extraordinary tendency for isolation, grand curiosity and obsession with [truth](truth.md) he is possibly the only man on [Earth](earth.md) completely immune to propaganda, he can see the world as it is, not as it is presented, so he feels it is his moral duty to share what he is seeing. He is able to overcome his natural dumbness by tryharding and sacrificing his social and sexual life so that he can program more. If drummyfish can learn to program [LRS](lrs.md), so can you.
|
||||||
|
|
||||||
**What is drummyfish's fucking problem?** The biggest burden for drummyfish -- the one that he has always struggled with (even if he realized this very late in his life) and which will be with him until death -- is that he is simply extremely, extremely alone. NO, not "alone" in the [incel](incel.md) sense, and not alone in the "[geeky](geek.md)" way, not alone as in being introverted and shy or hated, missing sex or company or attention or compassion, not at all. He has been struggling his whole life to find a HUMAN, a true human being like himself -- of perhaps we should rather say human subspecies of which drummyfish is and always will be the only member. He feels much closer to animals than to people. On the Internet he found a considerable number of "followers" through [LRS](lrs.md) (many of them working at CIA), the expression of his life philosophy, but he never really met a being of the same human subspecies as he is himself. He is alien in a sense -- people exist around him, even what would be called "friends", supporters, "fans", but he has never met a single true human being of the same kind as himself, someone to find absolute mutual understanding with and someone to have a true admiration for. { The closest is probably my mom, only her I ever really admired and felt the closest bond with. I think no one else ever came closer to understanding me and loving me like that. This is probably nothing surprising though. ~drummyfish } A feeling perhaps similar to what the last member of a species that is dying out must feel, except that he doesn't even have any ancestors to think of, it is a feeling of being absolutely alone in the whole Universe, the whole timespace. Hell, he is so lonely he created a whole virtual world, lore, ideology and Internet community with huge ass [wiki](lrs_wiki.md) where he is still the only participant and where he basically just keeps talking to himself. { Also please don't try to fix me or comfort me by saying nice things like "I was like this too, you will find someone", it just pisses me off, you don't know what's going on. I know your intentions are good but don't do it cause it's no use. ~drummyfish } But the feeling of loneliness is only part of the whole tragedy -- it would even be bearable, however the worst part is that drummyfish LOOKS LIKE a normal human so others treat him so, they try to apply things that normally work on people on drummyfish, like talking to him or thanking him or keeping him in company of other people because apparently "humans are social animals" or whatever, and it's just fucking killing him. It's as if you try to treat literal fish like a human, trying to keep it out of water because humans dislike breathing water, trying to feed it human food, put it in human clothes -- you're just going to torture the animal to death.
|
**What is drummyfish's fucking problem?** The biggest burden for drummyfish -- the one that he has always struggled with (even if he realized this very late in his life) and which will be with him until death -- is that he is simply extremely, extremely alone. NO, not "alone" in the [incel](incel.md) sense, and not alone in the "[geeky](geek.md)" way, not alone as in being introverted and shy or hated (even if that he is), missing sex or company or attention or compassion, not at all. He has been struggling his whole life to find a HUMAN, a true human being like himself -- of perhaps we should rather say human subspecies of which drummyfish is and always will be the only member. He feels much closer to animals than to people. On the Internet he found a considerable number of "followers" through [LRS](lrs.md) (many of them working at CIA), the expression of his life philosophy, but he never really met a being of the same human subspecies as he is himself. He is alien in a sense -- people exist around him, even what would be called "friends", supporters, "fans", but he has never met a single true human being of the same kind as himself, someone to find absolute mutual understanding with and someone to have a true admiration for. { The closest is probably my mom, only her I ever really admired and felt the closest bond with. I think no one else ever came closer to understanding me and loving me like that. This is probably nothing surprising though. ~drummyfish } A feeling perhaps similar to what the last member of a species that is dying out must feel, except that he doesn't even have any ancestors to think of, it is a feeling of being absolutely alone in the whole Universe, the whole timespace. Hell, he is so lonely he created a whole virtual world, lore, ideology and Internet community with huge ass [wiki](lrs_wiki.md) where he is still the only participant and where he basically just keeps talking to himself. { Also please don't try to fix me or comfort me by saying nice things like "I was like this too, you will find someone", it just pisses me off, you don't know what's going on. I know your intentions are good but don't do it cause it's no use. ~drummyfish } But the feeling of loneliness is only part of the whole tragedy -- it would even be bearable, however the worst part is that drummyfish LOOKS LIKE a normal human so others treat him so, they try to apply things that normally work on people on drummyfish, like talking to him or thanking him or keeping him in company of other people because apparently "humans are social animals" or whatever, and it's just fucking killing him. It's as if you try to treat literal fish like a human, trying to keep it out of water because humans dislike breathing water, trying to feed it human food, put it in human clothes -- you're just going to torture the animal to death.
|
||||||
|
|
||||||
**Is drummyfish arrogant and [egocentric](egoism.md)?** Maybe yes, he was not once told so, and he admits he is prone to being a shitty being, a disgrace to what he preaches -- yes, he sees it, regrets it and suffers from it, and it's no excuse for behaving so -- he is a bad, bad, faulty and shitty being. He is also a huge cocksucker that chases away any potential friend he could make, that's just a trait of his broken personality. Humans are weak, shitty and inevitably have evil in them, sometimes too big to overcome completely, some days you are good, other days you're too tired and the evil shows. We all carry the heavy burden of self interest, greed and egocentrism cast upon us by evolution, it's imprinted in our brains, sometimes it's too strong to not let it show. Please remember LRS argues to not glorify anyone -- partly for said reasons -- and by that drummyfish never wishes to be praised or glorified, he only wishes for you to take the ideas he offers, think about them and take the good you find. Drummyfish tries to be good but inevitably he won't always succeed -- follow ideas, not people.
|
**Is drummyfish arrogant and [egocentric](egoism.md)?** Maybe yes, he was not once told so, and he admits he is prone to being a shitty being, a disgrace to what he preaches -- yes, he sees it, regrets it and suffers from it, and it's no excuse for behaving so -- he is a bad, bad, faulty and shitty being. He is also a huge cocksucker that chases away any potential friend he could make, that's just a trait of his broken personality. Humans are weak, shitty and inevitably have evil in them, sometimes too big to overcome completely, some days you are good, other days you're too tired and the evil shows. We all carry the heavy burden of self interest, greed and egocentrism cast upon us by evolution, it's imprinted in our brains, sometimes it's too strong to not let it show. Please remember LRS argues to not glorify anyone -- partly for said reasons -- and by that drummyfish never wishes to be praised or glorified, he only wishes for you to take the ideas he offers, think about them and take the good you find. Drummyfish tries to be good but inevitably he won't always succeed -- follow ideas, not people.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Duke Nukem 3D
|
# Duke Nukem 3D
|
||||||
|
|
||||||
Duke Nukem 3D (often just *duke 3D*) is a legendary first man shooter video [game](game.md) released in January 1996 (as [shareware](shareware.md)), one of the best known such games and possibly the second greatest 90s FPS right after [Doom](doom.md). It was made by 3D realms, a company competing with Id software (creators of Doom), in engine made by [Ken Silverman](key_silverman.md) -- the game was developed by around 10 people and was in the making since 1994. Duke 3D is a big sequel to two previous games which were just 2D platformers (and a prequel to the infamously unsuccessful *Duke Nukem Forever*); when this 3rd installment came out, it became a hit. It is remembered not only for being very technologically advanced, further pushing advanced fully textured 3D graphics that Doom introduced, but also for its great gameplay, iconic music and above all for its humor and excellent parody of the prototypical 80s overtestosteroned [alpha male](chad.md) hero, the protagonist Duke himself -- it showed a serious game didn't have to take itself too seriously and became loved exactly for things like weird alien enemies or correct portrayal of [women](woman.md) as mere sexual objects which nowadays makes [feminists](feminism.md) screech in furious rage of thousand suns. Only idiots criticised it. Duke was later ported to other platforms (there was even a quite impressive 3D port for [GBA](gba.md)) and received a lot of additional "content".
|
Duke Nukem 3D (often just *duke 3D*) is a legendary first man shooter video [game](game.md) released in January 1996 (as [shareware](shareware.md)), one of the best known such games and possibly the second greatest [90s](90s.md) FPS right after [Doom](doom.md). It was made by 3D realms, a company competing with Id software (creators of Doom), in engine made by [Ken Silverman](key_silverman.md) -- the game was developed by around 10 people and was in the making since 1994. Duke 3D is a big sequel to two previous games which were just 2D platformers (and a prequel to the infamously unsuccessful *Duke Nukem Forever*); when this 3rd installment came out, it became a hit. It is remembered not only for being very technologically advanced, further pushing advanced fully textured 3D graphics that Doom introduced, but also for its great gameplay, iconic music and above all for its humor and excellent parody of the prototypical 80s overtestosteroned [alpha male](chad.md) hero, the protagonist Duke himself -- it showed a serious game didn't have to take itself too seriously and became loved exactly for things like weird alien enemies or correct portrayal of [women](woman.md) as mere sexual objects which nowadays makes [feminists](feminism.md) screech in furious rage of thousand suns. Only idiots criticised it. Duke was later ported to other platforms (there was even a quite impressive 3D port for [GBA](gba.md)) and received a lot of additional "content".
|
||||||
|
|
||||||
Of course, Duke is sadly [proprietary](proprietary.md), as most gaymes, though the source code was later released as [FOSS](foss.md) under [GPL](gpl.md) (excluding the game data and proprietary engine, which is only [source available](source_available.md)). A self-proclaimed [FOSS](foss.md) engine for Duke with GPU accelerated graphics exists: [EDuke32](eduke32.md) -- the repository is kind of a mess though and it's hard to tell if it is legally legit as there are parts of the engine's proprietary code (which may be actually excluded from the compiled binary), so... not sure.
|
Of course, Duke is sadly [proprietary](proprietary.md), as most gaymes, though the source code was later released as [FOSS](foss.md) under [GPL](gpl.md) (excluding the game data and proprietary engine, which is only [source available](source_available.md)). A self-proclaimed [FOSS](foss.md) engine for Duke with GPU accelerated graphics exists: [EDuke32](eduke32.md) -- the repository is kind of a mess though and it's hard to tell if it is legally legit as there are parts of the engine's proprietary code (which may be actually excluded from the compiled binary), so... not sure.
|
||||||
|
|
||||||
|
|
9
e.md
9
e.md
|
@ -18,6 +18,11 @@ It can be defined in several ways:
|
||||||
|
|
||||||
10.101101111110000101010001011000101000101011101101001010100110101010111111011100010101100010000000100...
|
10.101101111110000101010001011000101000101011101101001010100110101010111111011100010101100010000000100...
|
||||||
|
|
||||||
Just as [pi](pi.md), *e* is a [real](real.md) [transcendental](transcendental.md) number (it is not a root of any polynomial equation) which also means it is an [irrational](irrational.md) number (it cannot be expressed as a fraction of integers). It is also not known whether *e* is a [normal](normal_number.md) number, which would means its digits would contain all possible finite strings, but it is conjectured to be so.
|
Just as [pi](pi.md), *e* is a [real](real.md) [transcendental](transcendental.md) number (it is not a root of any polynomial equation) which also means it is an [irrational](irrational.md) number (it cannot be expressed as a fraction of integers). It is also not known whether *e* is a [normal](normal_number.md) number, which would means its digits would contain all possible finite strings, but it is conjectured to be so. As of 2023 *e* has been evaluated by [computers](computer.md) to 35000000000000 digits.
|
||||||
|
|
||||||
TODO
|
A simple [approximation](approximation.md) of *e* is for example the fraction 1359/500.
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
- [pi](pi.md)
|
||||||
|
- [golden ratio](golden_ratio.md)
|
6
earth.md
6
earth.md
|
@ -40,7 +40,7 @@ X v v v v v v v v v v v
|
||||||
X ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ X
|
X ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ X
|
||||||
```
|
```
|
||||||
|
|
||||||
Some numbers about the planet Earth:
|
Some [numbers](number.md) about the planet Earth:
|
||||||
|
|
||||||
- age: 4.54 billion years
|
- age: 4.54 billion years
|
||||||
- distance from the [Sun](sun.md) (nearest, furthest): 147098450 km, 152097597 km,
|
- distance from the [Sun](sun.md) (nearest, furthest): 147098450 km, 152097597 km,
|
||||||
|
@ -51,6 +51,7 @@ Some numbers about the planet Earth:
|
||||||
- length of day: 24 hours
|
- length of day: 24 hours
|
||||||
- length of year: 365.25 days
|
- length of year: 365.25 days
|
||||||
- land vs water area: 148940000 km^2, 361132000 km^2
|
- land vs water area: 148940000 km^2, 361132000 km^2
|
||||||
|
- average temperature: 15 C
|
||||||
|
|
||||||
```
|
```
|
||||||
_---"""---_
|
_---"""---_
|
||||||
|
@ -67,7 +68,7 @@ Some numbers about the planet Earth:
|
||||||
|
|
||||||
*Earth from space*
|
*Earth from space*
|
||||||
|
|
||||||
Earth is the third planet from the [Sun](sun.md) and the fifth largest in the Solar System, it has an ellipsoid shape. It has formed from space dust nearly 5 billion years ago during the formation of our Solar System. Soon after its formation it was struck by a Mars-sized body, called Theia, which led to the formation of the [Moon](moon.md), Earth's only natural satellite. It's only by [curious](interesting.md) happenstance that the Moon is currently of the same size in the sky as the Sun, allowing perfect eclipses -- nonetheless the Moon is constantly getting further away from us and will be getting visually smaller. Earth has a hot core, an atmosphere and a magnetic field, its surface is mostly (71%) covered by water. Evidence suggests that [life](life.md) appeared on Earth some 3 and a half billion years ago. Scientists predict that the Earth will be devoured by the Sun that will expand its radius significantly some 7 and a half billion years from now.
|
Earth is the third planet from the [Sun](sun.md) and the fifth largest in the Solar System, it has an ellipsoid shape. It has formed from space dust nearly 5 billion years ago during the formation of our Solar System. Soon after its formation it was struck by a Mars-sized body, called Theia, which led to the formation of the [Moon](moon.md), Earth's only natural satellite. It's only by [curious](interesting.md) happenstance that the Moon is currently of the same size in the sky as the Sun, allowing perfect eclipses -- nonetheless the Moon is constantly getting further away from us and will be getting visually smaller. Earth has a hot core (inner one having temperature around 5200 degrees Celsius), an atmosphere (78% nitrogen, 20% oxygen) and a magnetic field, its surface is mostly (71%) covered by water. Temperatures on the surface stay between -100 C and 60 C, with average of 15 C. Evidence suggests that [life](life.md) appeared on Earth some 3 and a half billion years ago. Earth's axis of rotation is tilted around 24 degrees, which results in change of seasons as the planet revolves around the Sun. Scientists predict that the Earth will be devoured by the Sun that will expand its radius significantly some 7 and a half billion years from now.
|
||||||
|
|
||||||
LOL IM slightly drunk a little bit
|
LOL IM slightly drunk a little bit
|
||||||
|
|
||||||
|
@ -75,3 +76,4 @@ LOL IM slightly drunk a little bit
|
||||||
|
|
||||||
- [Universe](universe.md)
|
- [Universe](universe.md)
|
||||||
- [history](history.md)
|
- [history](history.md)
|
||||||
|
- [stereotypes](stereotype.md)
|
|
@ -1,6 +1,6 @@
|
||||||
# Egoism
|
# Egoism
|
||||||
|
|
||||||
*Egoism*, *egocentrism*, *narcissism*, *self love*, *self centrism* and similar terms usually refer to a highly harmful [disease](disease.md) that makes one preoccupied with oneself, put himself before others, glorify himself and/or pursue purely his own personal [self interest](self_interest.md), i.e. more or less being a [fascist](fascism.md) with fascist radius encompassing only one's own body. This condition is extremely common e.g. in [Americans](usa.md), but lately -- under advancing [capitalism](capitalism.md) -- also in whole first world.
|
*Egoism*, *egocentrism*, *narcissism*, *self love*, *self centrism* and similar terms usually refer to a highly [harmful](harmful.md) [disease](disease.md) that makes one preoccupied with oneself, put himself before others, glorify himself and/or pursue purely his own personal [self interest](self_interest.md), i.e. more or less being a [fascist](fascism.md) with fascist radius encompassing only one's own body. This condition is extremely common e.g. in [Americans](usa.md), but lately -- under advancing [capitalism](capitalism.md) -- also in whole first world.
|
||||||
|
|
||||||
Some signs of egoism include:
|
Some signs of egoism include:
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,9 @@
|
||||||
*Encryption is just mathematically embraced [obscurity](obscurity.md).*
|
*Encryption is just mathematically embraced [obscurity](obscurity.md).*
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
Possible **middle way between encrypted and completely open communication** is [obfuscation](obfuscation.md) and [steganography](steganography.md). Encryption is a strong measure capable of reliably stopping third parties from listening to communication no matter what, but in most everyday scenarios this is likely an [overkill](overkill.md), something perhaps too costly (e.g. in terms of [bloat](bloat.md) and annoyances such as up-to-date keys, [certificates](certificate.md) and whatever) for the situation. In the vast oceans of Internet traffic it may be enough to simply hide and avoid suspicion triggered e.g. by certain keywords or simple patterns in data. This is to say that unless you're already being watched and someone is putting serious effort in analysis of your communication, you can quite safely exchange "potentially bad data" by simply disguising them as something else -- perhaps as cat pictures that fly over the internet in trillions? This is much easier to implement than true encryption and sufficient to avoid triggering alarms and filters, even if someone personally looks at the data. In certain scenarios this may even be PREFERRABLE from the "security" point of view as sending encrypted data yells "I am hiding something", whereas data that look like plain text are like saying "I'm not really sending anything significant". We should probably just consider not using popular software and methods for steganography/obfuscation, as that is likely to be revealed more easily; programming a custom tool is the ideal way. Even though [we](we.md) eventually advocate AGAINST any kind of [secrecy](censorship.md), this middle way may at least be a little less [harmful](harmful.md) way to consider for the people who are scared to talk completely in the open, it is something that may be effective while still [keeping it relatively simple](kiss.md).
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
- [privacy](privacy.md)
|
|
@ -1,12 +1,12 @@
|
||||||
# Everyone Does It
|
# Everyone Does It
|
||||||
|
|
||||||
"Everyone does it" is an argument quite often used by simps to justify their unjustifiable actions. It is often used alongside the "[just doing my job](just_doing_my_job.md)" argument. This is not to be confused with ["monkey see monkey do"](monkey_see_monkey_do.md) behavior which just signifies mindless imitation; "everyone does it" is rather used as an excuse by a normie to do something that even he knows is bad, but which he just wants to do and he needs to say some words when someone tells him it's indeed bad -- it's similar to dog barking or [autist screeching](reeeeeeeee.md).
|
"Everyone does it" is an argument quite often used by [idiots](npc.md) to justify their unjustifiable actions. Frequently it accompanies the "[just doing my job](just_doing_my_job.md)" argument. This is not to be confused with ["monkey see monkey do"](monkey_see_monkey_do.md) behavior which just signifies mindless imitation; "everyone does it" is rather used as an excuse by a normie to do something that even he knows is [bad](bad.md), but which he just wants to do and he needs to say some words when someone tells him it's indeed bad -- it's similar to dog barking or [autist screeching](reeeeeeeee.md).
|
||||||
|
|
||||||
The argument has a valid use, however it is rarely used in the valid way. We humans, as well as other higher organisms, have evolved to mimic the behavior of others because such behavior is tried, others have tested such behavior for us (for example eating a certain plant that might potentially be poisonous) and have survived it, therefore it is likely also safe to do for us. So we have to realize that "everyone does it" is an **argument for safety, not for morality**. But people nowadays mostly use the argument as an excuse for their immoral behavior, i.e. something that's supposed to make bad things they do "not bad" because "if it was bad, others wouldn't be doing it". That's of course wrong, people do bad things and the argument "everyone does it" helps people do them, for example during the Nazi holocaust this excuse partially allowed some of the greatest atrocities in history. Nowadays during [capitalism](capitalism.md) it is used to excuse taking part unethical practices, e.g. those of corporations.
|
The argument has a valid use, however it is rarely used in the valid way. We humans, as well as other higher organisms, have evolved to mimic the behavior of others because such behavior is tried, others have tested such behavior for us (for example eating a certain plant that might potentially be poisonous) and have survived it, therefore it is likely also safe to do for us. So we have to realize that "everyone does it" is an **argument for safety, not for morality**. But people nowadays mostly use the argument as an excuse for their immoral behavior, i.e. something that's supposed to make bad things they do "not bad" because "if it was bad, others wouldn't be doing it". That's of course wrong, people do bad things and the argument "everyone does it" helps people do them, for example during the Nazi holocaust this excuse partially allowed some of the greatest atrocities in history. Nowadays during [capitalism](capitalism.md) it is used to excuse taking part unethical practices, e.g. those of corporations.
|
||||||
|
|
||||||
So if you tell someone "You shouldn't do this because it's bad" and he replies "Well, everyone does it", he's really (usually) saying "I know it's bad but it's safe for me to do".
|
So if you tell someone "You shouldn't do this because it's bad" and he replies "Well, everyone does it", he's really (usually) saying "I know it's bad but it's safe for me to do".
|
||||||
|
|
||||||
The effect is of course abused by politicians: once you get a certain number of people moving in a certain shared direction, others will follow just by the need to mimic others. Note that just creating an illusion (using the tricks of [marketing](marketing.md)) of "everyone doing something" is enough -- that's why you see 150 year old grandmas in ads using modern smartphones -- it's to force old people into thinking that other old people are using smartphones so they have to do it as well.
|
The effect is of course abused by politicians: once you get a certain number of people moving in a certain shared direction, others start to follow just by the need to mimic others. Note that just creating an illusion (using the tricks of [marketing](marketing.md)) of "everyone doing something" suffices -- that's why you see 150 year old grandmas in [ads](marketing.md) using [modern](modern.md) smartphones -- it's to force old people into thinking that other old people are using smartphones so they have to do it as well.
|
||||||
|
|
||||||
Another potentially valid use of the argument is in the meaning of "everyone does it so I am FORCED to do it as well". For example an employer could argue "I have to abuse my employees otherwise I'll lose the edge on the market and will be defeated by those who continue to abuse their employees". This is very true but it seems like many people don't see or intend this meaning.
|
Another potentially valid use of the argument is in the meaning of "everyone does it so I am FORCED to do it as well". For example an employer could argue "I have to abuse my employees otherwise I'll lose the edge on the market and will be defeated by those who continue to abuse their employees". This is very true but it seems like many people don't see or intend this meaning.
|
||||||
|
|
||||||
|
|
|
@ -539,7 +539,8 @@ Bear in mind this is not a school test that's supposed to decide if you get to a
|
||||||
129. When a download manager is about to start downloading a file whose size is known, it usually reserves the whole space that will be needed for the file on the disk beforehand by creating a file of that size, into which it subsequently writes the data as it's downloaded. What is the main reason for doing this? Why doesn't the program simply create an empty file and then keep appending data to it as it gets downloaded?
|
129. When a download manager is about to start downloading a file whose size is known, it usually reserves the whole space that will be needed for the file on the disk beforehand by creating a file of that size, into which it subsequently writes the data as it's downloaded. What is the main reason for doing this? Why doesn't the program simply create an empty file and then keep appending data to it as it gets downloaded?
|
||||||
130. Two [women](woman.md) [kill themselves](suicide.md) at the same time, one is a midget weighting 30 kg, the other one an [American](usa.md) weighting 300 kg. They jump simultaneously from a bridge that's 50 meters above ground. Which one, and by how many seconds, hits the ground first? Ignore air resistance etc.
|
130. Two [women](woman.md) [kill themselves](suicide.md) at the same time, one is a midget weighting 30 kg, the other one an [American](usa.md) weighting 300 kg. They jump simultaneously from a bridge that's 50 meters above ground. Which one, and by how many seconds, hits the ground first? Ignore air resistance etc.
|
||||||
131. In which [science](science.md) is multiplication the same thing as division?
|
131. In which [science](science.md) is multiplication the same thing as division?
|
||||||
132. Did you enjoy this quiz?
|
132. Create a fraction ([rational number](rational_number.md) that [approximates](approximation.md) [pi](pi.md) at least to 8 fractional digits, i.e. the approximation must start with 3.14159265.
|
||||||
|
133. Did you enjoy this quiz?
|
||||||
|
|
||||||
### Answers
|
### Answers
|
||||||
|
|
||||||
|
@ -675,7 +676,8 @@ sin(x) / cos(x) - log2(2) = tg(x) - 1*, so we get *tg(x) >= 1*. So that will hol
|
||||||
129. It prevents [fragmentation](fragmentation.md), especially with large files. Creating a small file and then appenging to it by small chunks will more likely lead to the file not fitting to the preallocated space and having to be split and scattered all over the disk.
|
129. It prevents [fragmentation](fragmentation.md), especially with large files. Creating a small file and then appenging to it by small chunks will more likely lead to the file not fitting to the preallocated space and having to be split and scattered all over the disk.
|
||||||
130. Both hit the ground at the same time, weight doesn't matter.
|
130. Both hit the ground at the same time, weight doesn't matter.
|
||||||
131. Biology.
|
131. Biology.
|
||||||
132. yes
|
132. Do it like this: 3.14159265 = 314159265 / 100000000 = 62831853 / 20000000.
|
||||||
|
133. yes
|
||||||
|
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Faggot
|
# Faggot
|
||||||
|
|
||||||
Faggot (also spelled faggit) is a synonym for [gay](gay.md).
|
Faggot (alternatively *fag* or *fagit*) is a synonym for [gay](gay.md).
|
||||||
|
|
||||||
In [Czech](czechia.md) *fagot* means the bassoon musical instrument.
|
In [Czech](czechia.md) *fagot* means the bassoon musical instrument.
|
||||||
|
|
||||||
|
|
|
@ -160,12 +160,12 @@ This is a summary of some main guidelines on how an LRS supporter should behave
|
||||||
- **Do not [identify](identity.md) with specific groups and organizations** -- this one is tricky because there is a fine line between many people together agreeing on an idea (good) and those people creating a formal hierarchical group which sooner or later inevitably becomes [fascist](fascism.md) or at the very least corrupt, eventually to the degree of betraying its original beliefs (bad). Remember principles of [anarchism](anarchism.md): loosely associate with others but do not create power structures and hierarchies. An example here may be supporting [free software](free_software.md) (good) vs supporting the (now greatly corrupt) [Free Software Foundation](fsf.md) (bad). Free software as an idea is pure and good, in merely supporting the idea we will not create any hierarchy of people, power structures or attach other unrelated ideas to ride on the free software wave (e.g. that of [political correctness](political_correctness.md) now promoted by the FSF). They say there is strength in unity, that is true, but there are different kinds of unity, and if perhaps one kind of unity (the bad one) is momentarily stronger, it is so because it's the "dark side of the force": yes, it may be stronger, but it is evil. Resist this urge. For this we also don't want to start any formal [LRS](lrs.md) group.
|
- **Do not [identify](identity.md) with specific groups and organizations** -- this one is tricky because there is a fine line between many people together agreeing on an idea (good) and those people creating a formal hierarchical group which sooner or later inevitably becomes [fascist](fascism.md) or at the very least corrupt, eventually to the degree of betraying its original beliefs (bad). Remember principles of [anarchism](anarchism.md): loosely associate with others but do not create power structures and hierarchies. An example here may be supporting [free software](free_software.md) (good) vs supporting the (now greatly corrupt) [Free Software Foundation](fsf.md) (bad). Free software as an idea is pure and good, in merely supporting the idea we will not create any hierarchy of people, power structures or attach other unrelated ideas to ride on the free software wave (e.g. that of [political correctness](political_correctness.md) now promoted by the FSF). They say there is strength in unity, that is true, but there are different kinds of unity, and if perhaps one kind of unity (the bad one) is momentarily stronger, it is so because it's the "dark side of the force": yes, it may be stronger, but it is evil. Resist this urge. For this we also don't want to start any formal [LRS](lrs.md) group.
|
||||||
- **Stop [working](work.md); rather CREATE, do NOT waste your life on [bullshit](bullshit.md), do NOT get too obsessed with tools and hopping** such as [distrohopping](distrohopping.md), [githopping](githopping.md) [audiophilia](audiophilia.md), hardware consumerism, 100% minimalist perfectionism etc. The perfect is the enemy of the good. Remember, the goal of your life is to create something new and better; too many people just get stuck doing nothing but switch distros, rant about which editor is best, making sure their OS has zero bloat and zero proprietary code etc. If that's all you do, it's completely useless, your life is completely wasted. Dedicate time to creating art that will last, e.g. programming [LRS](lrs.md) (creating source code text) or making free cultural art -- it doesn't matter whether you create it with Ubuntu or Gentoo. **Inspiration exists, but it must never catch you working** -- if inspiration comes when you're doing slavery, you have to forget about it to keep doing the slavery and the inspiration is lost, so avoid work as much as possible to be ready when inspiration comes.
|
- **Stop [working](work.md); rather CREATE, do NOT waste your life on [bullshit](bullshit.md), do NOT get too obsessed with tools and hopping** such as [distrohopping](distrohopping.md), [githopping](githopping.md) [audiophilia](audiophilia.md), hardware consumerism, 100% minimalist perfectionism etc. The perfect is the enemy of the good. Remember, the goal of your life is to create something new and better; too many people just get stuck doing nothing but switch distros, rant about which editor is best, making sure their OS has zero bloat and zero proprietary code etc. If that's all you do, it's completely useless, your life is completely wasted. Dedicate time to creating art that will last, e.g. programming [LRS](lrs.md) (creating source code text) or making free cultural art -- it doesn't matter whether you create it with Ubuntu or Gentoo. **Inspiration exists, but it must never catch you working** -- if inspiration comes when you're doing slavery, you have to forget about it to keep doing the slavery and the inspiration is lost, so avoid work as much as possible to be ready when inspiration comes.
|
||||||
- **Lead an example**, this is the best way to spread our values, however be also extremely careful not to become a worshipped [authority](hero_culture.md). Know the difference between a humble intellectual authority and an authoritative self-centered celebrity who uses his fame for deception. The more famous you are, the more humble you should become.
|
- **Lead an example**, this is the best way to spread our values, however be also extremely careful not to become a worshipped [authority](hero_culture.md). Know the difference between a humble intellectual authority and an authoritative self-centered celebrity who uses his fame for deception. The more famous you are, the more humble you should become.
|
||||||
- **Be [loving](love.md), even towards opposition** -- remember: hate and revenge towards people perpetuates the endless circle. [Love](love.md) leads to more love, understanding, good deeds, friendship, happiness, collaboration and all the other positive things. **Do not confuse love with [political correctness](political_correctness.md)**. You may get angry or frustrated, just don't get violent against, rather try to break something, write your anger out, play some video game etc.
|
- **Be [loving](love.md), even towards opposition** -- remember: hate and revenge towards people perpetuates the endless circle. [Love](love.md) leads to more love, understanding, good deeds, friendship, happiness, [collaboration](collaboration.md) and all the other positive things. **Do not confuse love with [political correctness](political_correctness.md)**. You may get angry or frustrated, just don't get violent against, rather try to break something, write your anger out, play some video game etc.
|
||||||
- **Don't be [politically correct](political_correctness.md)**, never use gender neutral pronouns (always use "he" as the default pronoun), don't be afraid to say forbidden words like [nigger](nigger.md), never use any [code of coercion](coc.md), "personal pronouns" etc. Even if you think you're moderate in views and that it "can't hurt" to just "play along" a little bit, IT DOES HURT, you are approving of fascism and carrying its flag, remember that Nazism only got so big thanks to a nation of moderate people who just "played along" to avoid trouble. There is always only very few true extremists, a great evil relies on masses of people who just want to get by and will make no trouble in conforming. Remember that staying silent often means supporting status quo, so the more deceit you see in society, the more you should try to not stay silent and the more you should try to tell the truth.
|
- **Don't be [politically correct](political_correctness.md)**, never use gender neutral pronouns (always use "he" as the default pronoun), don't be afraid to say forbidden words like [nigger](nigger.md), never use any [code of coercion](coc.md), "personal pronouns" etc. Even if you think you're moderate in views and that it "can't hurt" to just "play along" a little bit, IT DOES HURT, you are approving of fascism and carrying its flag, remember that Nazism only got so big thanks to a nation of moderate people who just "played along" to avoid trouble. There is always only very few true extremists, a great evil relies on masses of people who just want to get by and will make no trouble in conforming. Remember that staying silent often means supporting status quo, so the more deceit you see in society, the more you should try to not stay silent and the more you should try to tell the truth.
|
||||||
- **Try to do [selfless](selflessness.md) things** -- TRULY selfless ones. Help those in need without expecting any kind of repay, do not even seek attention or gratitude for it, only your good feeling. Create selfless art, whatever it is you enjoy doing -- computer programs, 3D models, music, videos, ... put them in the [public domain](public_domain.md) and let others enjoy them :) Try to **make doing good things a habit** -- some people smoke, drink, overeat and do other kinds of things harmful to themselves and their environment as means for relieving stress. If you exploit this natural human tendency and rather develop GOOD habits, such as writing free software or helping charities as a means of relaxing and relieving stress, you have won at life; doing good and feeling good will be natural and effortless. **The thing you dedicate your life to should be the thing you love, not the thing that earns you money** or benefits you in similar ways -- try to maximize doing what you love (which may and probably should be more than one thing) and also **try to love doing what is good** so that you can do it a lot. **If you love something, never do it for money**; then it becomes business and as we know, business spoils everything.
|
- **Try to do [selfless](selflessness.md) things** -- TRULY selfless ones. Help those in need without expecting any kind of repay, do not even seek attention or gratitude for it, only your good feeling. Create selfless art, whatever it is you enjoy doing -- computer programs, 3D models, music, videos, ... put them in the [public domain](public_domain.md) and let others enjoy them :) Try to **make doing good things a habit** -- some people smoke, drink, overeat and do other kinds of things harmful to themselves and their environment as means for relieving stress. If you exploit this natural human tendency and rather develop GOOD habits, such as writing free software or helping charities as a means of relaxing and relieving stress, you have won at life; doing good and feeling good will be natural and effortless. **The thing you dedicate your life to should be the thing you love, not the thing that earns you money** or benefits you in similar ways -- try to maximize doing what you love (which may and probably should be more than one thing) and also **try to love doing what is good** so that you can do it a lot. **If you love something, never do it for money**; then it becomes business and as we know, business spoils everything.
|
||||||
- **If someone's doing something for money, do it for free**, put that bitch out of business :D Like someone has made this "indie" game for "only" $0.99 on Steam, oh what a generous man, like a parasite that only drinks some bearable fractation of blood instead of killing you on the spot, isn't that nice? Fucking NO. Clone the game, make it public domain and give it away for free. Imagine if everyone started doing this, if we replace the [competitive](competition.md) tendencies with [selfless](selflessness.md) one, we could be living in [communism](communism.md) overnight.
|
- **If someone's doing something for money, do it for free**, put that bitch out of business :D Like someone has made this "indie" game for "only" $0.99 on Steam, oh what a generous man, like a parasite that only drinks some bearable fractation of blood instead of killing you on the spot, isn't that nice? Fucking NO. Clone the game, make it public domain and give it away for free. Imagine if everyone started doing this, if we replace the [competitive](competition.md) tendencies with [selfless](selflessness.md) one, we could be living in [communism](communism.md) overnight.
|
||||||
- **Protest in non-violent ways** -- this doesn't mean you should be passive; you should be exposing the truth, propaganda, corruption, boycotting corporations and state, promoting your values and expressing disagreement with certain ideas, but do not aim for destruction of those who stand in opposition -- if you're attacked, it is best if you do not fight back; not only is this the morally ideal thing to do, it also sends a very powerful message and makes the aggressor himself think.
|
- **Protest in non-violent ways** -- this doesn't mean you should be passive; you should be exposing the truth, propaganda, corruption, boycotting corporations and state, promoting your values and expressing disagreement with certain ideas, but do not aim for destruction of those who stand in opposition -- if you're attacked, it is best if you do not fight back; not only is this the morally ideal thing to do, it also sends a very powerful message and makes the aggressor himself think.
|
||||||
- **To become a good man surround yourself with good people**. Psychologically you acquire patterns of behavior from people in your surroundings, whether you like it or not. Therefore you cannot be good if you're surrounded by Facebook or TikTok trash, that's impossible to do. If you can, physically live with someone who's a good man (or woman) and is not using social media, for example old or [homeless](homeless.md) people, or even live completely alone. Virtually leave all social net cancer, stop regularly visiting mainstream websites, only stay in contact with good people.
|
- **To become a good man surround yourself with good people**. Psychologically you acquire patterns of behavior from people in your surroundings, whether you like it or not. Therefore you cannot be good if you're surrounded by Facebook or TikTok trash, that's impossible to do. If you can, physically live with someone who's a good man (or woman) and is not using social media, for example old or [homeless](homeless.md) people, or even live completely alone. Virtually leave all social net cancer, disengage from mainstream websites, only stay in contact with good people.
|
||||||
- **Try to be so that if everyone was like that, the society would be good (in agreement with [LRS](less_retarded_society.md))** -- this is a good general [rule of thumb](rule_of_thumb.md) (and as such may also possibly fail sometimes, be careful) that can help you make some difficult decisions. DO NOT confuse this advice with the ["do unto others as you would have them do unto you"](do_unto_others.md) aka ["golden" rule](golden_rule.md) advice, that is indeed a [shitty](shit.md) one, supposing everyone likes the same things, i.e. for example a man who enjoys being [raped](rape.md) is advised here to go and rape others -- that's of course bad.
|
- **Try to be so that if everyone was like that, the society would be good (in agreement with [LRS](less_retarded_society.md))** -- this is a good general [rule of thumb](rule_of_thumb.md) (and as such may also possibly fail sometimes, be careful) that can help you make some difficult decisions. DO NOT confuse this advice with the ["do unto others as you would have them do unto you"](do_unto_others.md) aka ["golden" rule](golden_rule.md) advice, that is indeed a [shitty](shit.md) one, supposing everyone likes the same things, i.e. for example a man who enjoys being [raped](rape.md) is advised here to go and rape others -- that's of course bad.
|
||||||
- **Do NOT support [pseudoleft](pseudoleft.md) ([LGBT](lgbt.md), [feminism](feminism.md), [Antifa](antifa.md), [soyence](soyence.md) ...)**, don't become [type A fail](fail_ab.md). Of course you should equally reject [rightism](right.md), but that goes without saying.
|
- **Do NOT support [pseudoleft](pseudoleft.md) ([LGBT](lgbt.md), [feminism](feminism.md), [Antifa](antifa.md), [soyence](soyence.md) ...)**, don't become [type A fail](fail_ab.md). Of course you should equally reject [rightism](right.md), but that goes without saying.
|
||||||
- **[Free](freedom.md) yourself from the system** (and generally from as many things as possible) -- similarly to how you free yourself technologically, free yourself also socially, live [frugally](minimalism.md) and minimize your expenses. Stop consuming, stop living in luxury, stop spending money for shit (gyms, sports, clothes, car, streaming services, games, cigarettes, ...), use free things that people throw away and enjoy hobbies that are cheap (programming, reading books, going for walks, playing chess, collecting [rocks](rock.md), ...). **Stop watching news** (it's just brainwashing and distraction, what's really important will get to you anyway), stop engaging in fashion, stop talking to retards and watching tiktok manipulators. You need very little to live, you don't even need internet connection; with good computing you can hack offline and only connect to the internet once in a while on some public wifi to download emails and upload your programs. **Stop using [cellphone](phone.md)** (if you need it e.g. for banking, just use it for banking and don't carry it around with you, don't make it something you need with you). **Stop watching post 2010 media**, avoid all new movies, series, music, books, they are all just propaganda by now which gives you brain cancer and makes you an NPC, isolate yourself from anything [modern](modern.md), look for the old stuff. Make yourself self sufficient, prepare for the [collapse](collapase.md). If you can live somewhere in the woods and would enjoy it, go for it.
|
- **[Free](freedom.md) yourself from the system** (and generally from as many things as possible) -- similarly to how you free yourself technologically, free yourself also socially, live [frugally](minimalism.md) and minimize your expenses. Stop consuming, stop living in luxury, stop spending money for shit (gyms, sports, clothes, car, streaming services, games, cigarettes, ...), use free things that people throw away and enjoy hobbies that are cheap (programming, reading books, going for walks, playing chess, collecting [rocks](rock.md), ...). **Stop watching news** (it's just brainwashing and distraction, what's really important will get to you anyway), stop engaging in fashion, stop talking to retards and watching tiktok manipulators. You need very little to live, you don't even need internet connection; with good computing you can hack offline and only connect to the internet once in a while on some public wifi to download emails and upload your programs. **Stop using [cellphone](phone.md)** (if you need it e.g. for banking, just use it for banking and don't carry it around with you, don't make it something you need with you). **Stop watching post 2010 media**, avoid all new movies, series, music, books, they are all just propaganda by now which gives you brain cancer and makes you an NPC, isolate yourself from anything [modern](modern.md), look for the old stuff. Make yourself self sufficient, prepare for the [collapse](collapase.md). If you can live somewhere in the woods and would enjoy it, go for it.
|
||||||
|
|
2
kiss.md
2
kiss.md
|
@ -38,9 +38,11 @@ Compared to [suckless](suckless.md), [Unix philosophy](unix_philosophy.md) and [
|
||||||
|
|
||||||
- [minimalism](minimalism.md)
|
- [minimalism](minimalism.md)
|
||||||
- [suckless](suckless.md)
|
- [suckless](suckless.md)
|
||||||
|
- [DYI](dyi.md)
|
||||||
- [KILL](kill.md)
|
- [KILL](kill.md)
|
||||||
- [primitivism](primitivism.md)
|
- [primitivism](primitivism.md)
|
||||||
- [LRS](lrs.md)
|
- [LRS](lrs.md)
|
||||||
- [KISP](kisp.md)
|
- [KISP](kisp.md)
|
||||||
- [frugality](frugality.md)
|
- [frugality](frugality.md)
|
||||||
|
- [bloat](bloat.md)
|
||||||
- [kys](kys.md)
|
- [kys](kys.md)
|
|
@ -30,3 +30,7 @@ TODO: example
|
||||||
## LRS Libraries
|
## LRS Libraries
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
- [framework](framework.md)
|
|
@ -45,6 +45,7 @@
|
||||||
| fair trade | fair rape |
|
| fair trade | fair rape |
|
||||||
| [feminism](feminism.md) | feminazism, femifascism |
|
| [feminism](feminism.md) | feminazism, femifascism |
|
||||||
| [Firefox](firefox.md) | Furryfox |
|
| [Firefox](firefox.md) | Furryfox |
|
||||||
|
| [floating point](float.md) | bloating point |
|
||||||
| [gaming](game.md) | gayming |
|
| [gaming](game.md) | gayming |
|
||||||
| [geek](geek.md) | retard |
|
| [geek](geek.md) | retard |
|
||||||
| [global warming](global_warming.md) | global heating |
|
| [global warming](global_warming.md) | global heating |
|
||||||
|
|
2
math.md
2
math.md
|
@ -37,5 +37,7 @@ Following are some math areas and topics which a programmer should be familiar w
|
||||||
|
|
||||||
- [knowability](knowability.md)
|
- [knowability](knowability.md)
|
||||||
- [logic](logic.md)
|
- [logic](logic.md)
|
||||||
|
- [computer science](compsci.md)
|
||||||
|
- [physics](physics.md)
|
||||||
- [science](science.md)
|
- [science](science.md)
|
||||||
- [thrembo](thrembo.md)
|
- [thrembo](thrembo.md)
|
2
money.md
2
money.md
|
@ -19,4 +19,6 @@ Sadly capitalism forced EVERYONE to deal with money, even those who hate it. How
|
||||||
|
|
||||||
## See Also
|
## See Also
|
||||||
|
|
||||||
|
- [capitalism](capitalism.md)
|
||||||
|
- [making living](living.md)
|
||||||
- [frugality](frugality.md)
|
- [frugality](frugality.md)
|
14
pi.md
14
pi.md
|
@ -36,21 +36,25 @@ Also remember, **you can measure pi [in real life](irl.md)** by many methods: yo
|
||||||
|
|
||||||
An ugly engineering [approximation](approximation.md) that's actually usable sometimes (e.g. for fast rough estimates with integer-only hardware) is just (something like this was infamously almost made the legal value of pi by the so called Indiana bill in 1897)
|
An ugly engineering [approximation](approximation.md) that's actually usable sometimes (e.g. for fast rough estimates with integer-only hardware) is just (something like this was infamously almost made the legal value of pi by the so called Indiana bill in 1897)
|
||||||
|
|
||||||
pi ~= 3
|
*pi ~= 3*
|
||||||
|
|
||||||
|
In very old times pi was estimated by Brahmagupta to be
|
||||||
|
|
||||||
|
*pi ~= sqrt(10) = 3.16227766...*
|
||||||
|
|
||||||
A simple fractional approximation (correct to 6 decimal fractional digits, by Tsu Chung Chih) is
|
A simple fractional approximation (correct to 6 decimal fractional digits, by Tsu Chung Chih) is
|
||||||
|
|
||||||
pi ~= 355/113
|
*pi ~= 355/113 = 3.14159292...*
|
||||||
|
|
||||||
Such a fraction can again be used even without [floating point](float.md) -- let's say we want to multiply number 123 by pi, then we can use the above fraction and compute 355/113 * 123 = (355 * 123) / 113.
|
Such a fraction can again be used even without [floating point](float.md) -- let's say we want to multiply number 123 by pi, then we can use the above fraction and compute 355/113 * 123 = (355 * 123) / 113.
|
||||||
|
|
||||||
Srinivasa Ramanujan made a great number of pi approximations, e.g. an improvement of the previous to (14 correct digits):
|
Srinivasa Ramanujan made a great number of pi approximations, e.g. an improvement of the previous to (14 correct digits):
|
||||||
|
|
||||||
pi ~= 355/113 * (1 - 0.0003/3533)
|
*pi ~= 355/113 * (1 - 0.0003/3533)*
|
||||||
|
|
||||||
Similarly Plouffe, e.g. (30 correct digits):
|
Similarly Plouffe, e.g. (30 correct digits):
|
||||||
|
|
||||||
pi ~= ln(262537412640768744)/sqrt(163)
|
*pi ~= ln(262537412640768744)/sqrt(163)*
|
||||||
|
|
||||||
Leibnitz formula for pi is an infinite series that converges to the value of pi, however it converges very slowly { Quickly checked, after adding million terms it was accurate to 5 decimal fractional places. ~drummyfish }. It goes as
|
Leibnitz formula for pi is an infinite series that converges to the value of pi, however it converges very slowly { Quickly checked, after adding million terms it was accurate to 5 decimal fractional places. ~drummyfish }. It goes as
|
||||||
|
|
||||||
|
@ -58,7 +62,7 @@ pi = 4 - 4/3 + 4/5 - 4/7 + 4/9 - 4/11 + ...
|
||||||
|
|
||||||
Nilakantha series converges much more quickly { After adding only 1000 terms the result was correct to 9 decimal fractional places for me. ~drummyfish }. It goes as
|
Nilakantha series converges much more quickly { After adding only 1000 terms the result was correct to 9 decimal fractional places for me. ~drummyfish }. It goes as
|
||||||
|
|
||||||
pi = 3 + 4/(2 * 3 * 4) + 4/(4 * 5 * 6) + 4/(6 * 7 * 8) + ...
|
*pi = 3 + 4/(2 * 3 * 4) + 4/(4 * 5 * 6) + 4/(6 * 7 * 8) + ...*
|
||||||
|
|
||||||
A simple **[algorithm](algorithm.md)** for computing approximate pi value can be based on approach used in further [history](history.md): approximating a circle with many-sided regular [polygon](polygon.md) and then computing the ratio of its circumference to diameter -- as a diameter here we can take the average of the "big" and "small" diameter of the polygon. For example if we use a simple square as the polygon, we get pi ~= 3.31 -- this is not very accurate but we'll get a much higher accuracy as we increase the number of sides of the polygon. In 15th century pi was computed to 16 decimal digits with this method. Using inscribed and circumscribed polygons we can use this to get lower and upper bounds on the value of pi.
|
A simple **[algorithm](algorithm.md)** for computing approximate pi value can be based on approach used in further [history](history.md): approximating a circle with many-sided regular [polygon](polygon.md) and then computing the ratio of its circumference to diameter -- as a diameter here we can take the average of the "big" and "small" diameter of the polygon. For example if we use a simple square as the polygon, we get pi ~= 3.31 -- this is not very accurate but we'll get a much higher accuracy as we increase the number of sides of the polygon. In 15th century pi was computed to 16 decimal digits with this method. Using inscribed and circumscribed polygons we can use this to get lower and upper bounds on the value of pi.
|
||||||
|
|
||||||
|
|
3778
random_page.md
3778
random_page.md
File diff suppressed because it is too large
Load diff
|
@ -22,7 +22,7 @@ Some stereotypes are:
|
||||||
- same stereotypes as Arabs
|
- same stereotypes as Arabs
|
||||||
- **[Americans](usa.md)** (USA):
|
- **[Americans](usa.md)** (USA):
|
||||||
- extremely stupid, primitive, close-minded, not knowing geography/history besides the US, think US is the center of the world (and probably whole [Universe](universe.md)), fascist and proud of their country beyond any measure, wear USA flag as a shirt
|
- extremely stupid, primitive, close-minded, not knowing geography/history besides the US, think US is the center of the world (and probably whole [Universe](universe.md)), fascist and proud of their country beyond any measure, wear USA flag as a shirt
|
||||||
- morbidly obese, eat only fast food, have no real cuisine
|
- morbidly obese, eat only fast food, have no real cuisine, most meals consist of hamburgers
|
||||||
- shallow, obsessed with looks (white teeth, plastic surgeries etc.)
|
- shallow, obsessed with looks (white teeth, plastic surgeries etc.)
|
||||||
- materialist, obsessed with [money](money.md), hardcore [capitalists](capitalism.md), panic fear of anything resembling [communism](communism.md)/[socialism](socialism.md) or [selflessness](selflessness.md)
|
- materialist, obsessed with [money](money.md), hardcore [capitalists](capitalism.md), panic fear of anything resembling [communism](communism.md)/[socialism](socialism.md) or [selflessness](selflessness.md)
|
||||||
- arrogant, rude, individualist, self-centered
|
- arrogant, rude, individualist, self-centered
|
||||||
|
@ -37,6 +37,7 @@ Some stereotypes are:
|
||||||
- shit products, anything "made in USA" breaks immediately
|
- shit products, anything "made in USA" breaks immediately
|
||||||
- everything is fake, a cheap copy of things from other cultures, mushed and mix together without any taste or moderation (a "luxury" house will have Chinese vases next to Egyptian statues and ancient Greek columns put side by side with medieval armor and life sized Stormtrooper statue to top it off)
|
- everything is fake, a cheap copy of things from other cultures, mushed and mix together without any taste or moderation (a "luxury" house will have Chinese vases next to Egyptian statues and ancient Greek columns put side by side with medieval armor and life sized Stormtrooper statue to top it off)
|
||||||
- wild west, survival of the fittest, they have highest tech weapons but mentality comparable to cavemen
|
- wild west, survival of the fittest, they have highest tech weapons but mentality comparable to cavemen
|
||||||
|
- probably named John McDonald
|
||||||
- [aliens](ufo.md) always attack USA first
|
- [aliens](ufo.md) always attack USA first
|
||||||
- **California**: weed, surfers, hippies, [SJWs](swj.md), Hollywood hype
|
- **California**: weed, surfers, hippies, [SJWs](swj.md), Hollywood hype
|
||||||
- **Florida**: old people, everyone moves there for retirement, constant holidays and fun
|
- **Florida**: old people, everyone moves there for retirement, constant holidays and fun
|
||||||
|
@ -51,7 +52,7 @@ Some stereotypes are:
|
||||||
- women are belly dancers
|
- women are belly dancers
|
||||||
- bearded men dressed in carpets, women walk completely covered in bed sheets just with holes for eyes
|
- bearded men dressed in carpets, women walk completely covered in bed sheets just with holes for eyes
|
||||||
- [pedophiles](pedophilia.md), bigamists, goat fuckers
|
- [pedophiles](pedophilia.md), bigamists, goat fuckers
|
||||||
- some may be a rich oil sheikh
|
- some may be rich oil sheikhs
|
||||||
- weapon of choice is dagger or that weird curved sword, also acid to the face or bomb
|
- weapon of choice is dagger or that weird curved sword, also acid to the face or bomb
|
||||||
- on plane make everyone nervous
|
- on plane make everyone nervous
|
||||||
- **Asians**: see asian race
|
- **Asians**: see asian race
|
||||||
|
@ -59,16 +60,20 @@ Some stereotypes are:
|
||||||
- smart, wise, have proverbs about everything
|
- smart, wise, have proverbs about everything
|
||||||
- do martial arts, able to levitate by power of will
|
- do martial arts, able to levitate by power of will
|
||||||
- eat bats, [cats](cat.md) and [dogs](dog.md)
|
- eat bats, [cats](cat.md) and [dogs](dog.md)
|
||||||
- somehow managed to merge """[communism](communism.md)""" with [ultracapitalism](capitalism.md)
|
- executions are part of daily life
|
||||||
|
- names sound as if you throw a pot down the stairs
|
||||||
|
- somehow managed to merge """[communism](communism.md)""" with [ultracapitalism](capitalism.md), result of which is a surveillance dystopia that's a nightmare to live in
|
||||||
- make crappy off brands and cheap copies of western art, steal "intellectual property", manufacture cheap things at large quantities, everything is "made in China"
|
- make crappy off brands and cheap copies of western art, steal "intellectual property", manufacture cheap things at large quantities, everything is "made in China"
|
||||||
- don't value "human [rights](rights_culture.md)", no work safety, elevators and escalators kill everyone
|
- don't value "human [rights](rights_culture.md)", no work safety, elevators and escalators kill everyone
|
||||||
- obsessed with fireworks, especially when celebrating their weird animal-named years
|
- obsessed with fireworks and dragons, especially when celebrating their weird animal-named years
|
||||||
- no one will help you emergency, if you are dying in the streets people will just walk by and not notice you { This is very well known on gore sites, it's not even a stereotype but basically a fact apparent from watching many videos of accidents, it may be related to the eastern culture of "not minding the others' business". The phenomenon itself is NOT unique to china, it's known to psychology, called *diffusion of responsibility*, however in China it is very strong and even appears in situations without crowds of people. I don't want to describe the graphic videos in detail, but it's basically the case that people will for example keep filming their friend drowning from up close, when he absolutely clearly needs helps, they just will not help. This may be important to know when traveling to China, knowing you can't rely on others helping you in emergency may save your life -- if you need help, call very clearly for help and address someone in specific to help you. ~drummyfish }
|
- no one will help you emergency, if you are dying in the streets people will just walk by and not notice you { This is very well known on gore sites, it's not even a stereotype but basically a fact apparent from watching many videos of accidents, it may be related to the eastern culture of "not minding the others' business". The phenomenon itself is NOT unique to china, it's known to psychology, called *diffusion of responsibility*, however in China it is very strong and even appears in situations without crowds of people. I don't want to describe the graphic videos in detail, but it's basically the case that people will for example keep filming their friend drowning from up close, when he absolutely clearly needs helps, they just will not help. This may be important to know when traveling to China, knowing you can't rely on others helping you in emergency may save your life -- if you need help, call very clearly for help and address someone in specific to help you. ~drummyfish }
|
||||||
|
- skin is more yellow compared to other asians
|
||||||
|
- top two [colors](color.md) are red and gold
|
||||||
- **Japanese**:
|
- **Japanese**:
|
||||||
- like extremely weird stuff like studying train schedules for [fun](fun.md) or marrying sex dolls instead of human partners
|
- like extremely weird stuff like studying train schedules for [fun](fun.md) or marrying sex dolls instead of human partners
|
||||||
- salarymen regularly jump out of skyscraper windows due to overworking [depression](depression.md)
|
- salarymen regularly jump out of skyscraper windows due to overworking [depression](depression.md)
|
||||||
- men talking Japanese to other men sound as if being aggressive to each other even if in fact being polite or talking something uninteresting
|
- men talking Japanese to other men sound as if being aggressive to each other even if in fact being polite or talking something uninteresting
|
||||||
- everyone reads manga and goes to karaoke after work
|
- everyone reads manga and goes to sushi bar with karaoke after work
|
||||||
- exceptionally precise, always on time, well organized
|
- exceptionally precise, always on time, well organized
|
||||||
- have extremely technologically advanced toilets
|
- have extremely technologically advanced toilets
|
||||||
- commit seppuku when fail at something important
|
- commit seppuku when fail at something important
|
||||||
|
@ -76,9 +81,11 @@ Some stereotypes are:
|
||||||
- hentai, weird porn often involving tentacles and lolis
|
- hentai, weird porn often involving tentacles and lolis
|
||||||
- can't say "l", they replace it with "r", and they end every word with "u"
|
- can't say "l", they replace it with "r", and they end every word with "u"
|
||||||
- bizarre [TV](tv.md) shows
|
- bizarre [TV](tv.md) shows
|
||||||
- pale and fragile
|
- short, pale and fragile, bad at strength sports
|
||||||
|
- disciplined, hard working, educated people, everything is clean and tidy, zero criminality, people have hobbies such as origami, bug collecting or growing bonsai trees
|
||||||
- [anime](anime.md) absolutely everywhere
|
- [anime](anime.md) absolutely everywhere
|
||||||
- all women are sexy cute lolis wearing schoolgirl uniforms and make ideals wives: absolutely faithful and subdued to their husband, diligently maintain household, never complain, never express opinions
|
- all women are sexy cute lolis wearing schoolgirl uniforms and make ideals wives: absolutely faithful and subdued to their husband, diligently maintain household, never complain, never express opinions
|
||||||
|
- may be a samurai, ninja, sumo fighter or yakuza member
|
||||||
- regularly attacked by Godzilla
|
- regularly attacked by Godzilla
|
||||||
- if not attacked by Godzilla, earthquake is happening
|
- if not attacked by Godzilla, earthquake is happening
|
||||||
- **Mongolia**:
|
- **Mongolia**:
|
||||||
|
@ -91,6 +98,7 @@ Some stereotypes are:
|
||||||
- **South Korea**:
|
- **South Korea**:
|
||||||
- best pro gamers in the world
|
- best pro gamers in the world
|
||||||
- wannabe [americans](usa.md), funny chinks trying to look like businessmen
|
- wannabe [americans](usa.md), funny chinks trying to look like businessmen
|
||||||
|
- always named Kim
|
||||||
- **Australians**:
|
- **Australians**:
|
||||||
- tough men, living surrounded by extremely dangerous animals such as flying spiders, fight crocodiles every day
|
- tough men, living surrounded by extremely dangerous animals such as flying spiders, fight crocodiles every day
|
||||||
- walk on their heads
|
- walk on their heads
|
||||||
|
@ -136,7 +144,8 @@ Some stereotypes are:
|
||||||
- dislike Brits
|
- dislike Brits
|
||||||
- revolutionaries, constantly protest, strikes
|
- revolutionaries, constantly protest, strikes
|
||||||
- artists, intellectuals
|
- artists, intellectuals
|
||||||
- arrogant, annoying snobs
|
- arrogant, annoying snobs, kinda [gay](gay.md), "o la la!"
|
||||||
|
- wear long curvy moustache, play accordion
|
||||||
- **Germans**:
|
- **Germans**:
|
||||||
- no sense of [humor](fun.md), being kind of robots
|
- no sense of [humor](fun.md), being kind of robots
|
||||||
- precise, efficient, organized, great technology
|
- precise, efficient, organized, great technology
|
||||||
|
@ -181,19 +190,21 @@ Some stereotypes are:
|
||||||
- women are all super hot blonde chicks with pigtails (like that one from Abba lol)
|
- women are all super hot blonde chicks with pigtails (like that one from Abba lol)
|
||||||
- IKEA, meatballs n shit
|
- IKEA, meatballs n shit
|
||||||
- **Scottish**:
|
- **Scottish**:
|
||||||
- men wear kilts (with no underwear beneath of course)
|
- men wear kilts (with no underwear beneath of course) and play bagpipes
|
||||||
- drunk and always angry
|
- drunk and always angry
|
||||||
- red hair
|
- red hair
|
||||||
- **Slovak**:
|
- **Slovak**:
|
||||||
- who?
|
- who?
|
||||||
- heavy nationalists
|
- heavy nationalists
|
||||||
- sheep shepherds living in mountains
|
- sheep shepherds living in mountains, live only on cheese
|
||||||
- poorer version of Czechs
|
- poorer version of Czechs
|
||||||
- **Spanish**:
|
- **Spanish**:
|
||||||
- extroverted, social, passionate, hot blooded, dance flamenco
|
- extroverted, social, passionate, hot blooded, dance flamenco
|
||||||
- take naps on siesta, literally sleep on work
|
- take naps on siesta, literally sleep on work
|
||||||
- bullfighters
|
- bullfighters
|
||||||
- attractive tanned men
|
- attractive tanned men
|
||||||
|
- play guitar and castanets
|
||||||
|
- men must be named Antonio, Jose, Juan or Jorge, women are always named Maria
|
||||||
- **Eskimos** (also Nanook):
|
- **Eskimos** (also Nanook):
|
||||||
- have ten thousand different words for snow and/or color [white](white.md)
|
- have ten thousand different words for snow and/or color [white](white.md)
|
||||||
- **Indians** (India):
|
- **Indians** (India):
|
||||||
|
@ -223,12 +234,13 @@ Some stereotypes are:
|
||||||
- **Israeli**: see the jewish race
|
- **Israeli**: see the jewish race
|
||||||
- **Mexican**:
|
- **Mexican**:
|
||||||
- all wear ponchos, sombreros and mustaches
|
- all wear ponchos, sombreros and mustaches
|
||||||
- love and drink tequila all day
|
- drink tequila all day
|
||||||
- have spiciest food on Earth, would kill any non-Mexican
|
- have spiciest food on [Earth](earth.md) that would kill any non-Mexican, most meals consist of beans, tortillas and tacos
|
||||||
- lazy, poor, dirty, drugs and crime, violence, cruel life
|
- lazy, poor, dirty, drugs and crime, violence, cruel life
|
||||||
- constantly trying to get over US borders to steal their jobs
|
- constantly trying to get over US borders to steal their jobs
|
||||||
- those already in the US are always illegal and work basically as slaves, e.g. cleaners, nannies, janitors etc.
|
- those already in the US are always illegal and work basically as slaves, e.g. cleaners, nannies, janitors etc.
|
||||||
- weapon of choice is machete
|
- weapon of choice is machete
|
||||||
|
- named Jesus or Jose, women always named Maria
|
||||||
- on gore sites Mexican cartels are infamous for being possibly the cruelest, even compared to Al-Qaeda etc.
|
- on gore sites Mexican cartels are infamous for being possibly the cruelest, even compared to Al-Qaeda etc.
|
||||||
- **Russian**:
|
- **Russian**:
|
||||||
- very tough, big and strong, endure conditions that would kill other people (such as extreme cold or very high doses of alcohol), keep pet bears
|
- very tough, big and strong, endure conditions that would kill other people (such as extreme cold or very high doses of alcohol), keep pet bears
|
||||||
|
@ -244,6 +256,7 @@ Some stereotypes are:
|
||||||
- food sucks
|
- food sucks
|
||||||
- good at [chess](chess.md)
|
- good at [chess](chess.md)
|
||||||
- will NEVER, under ANY CIRCUMSTANCES learn [English](english.md), which is why for every website there is a Russian version of it
|
- will NEVER, under ANY CIRCUMSTANCES learn [English](english.md), which is why for every website there is a Russian version of it
|
||||||
|
- named Sasha, Andrei, Ivan or Vlad
|
||||||
- **by [races](race.md)**:
|
- **by [races](race.md)**:
|
||||||
- **asian**:
|
- **asian**:
|
||||||
- exceptionally smart and educated
|
- exceptionally smart and educated
|
||||||
|
@ -269,7 +282,7 @@ Some stereotypes are:
|
||||||
- **[black](nigger.md)** (also negro or afroamerican):
|
- **[black](nigger.md)** (also negro or afroamerican):
|
||||||
- unintelligent, stupid, uneducated, lazy, primitive, poor, dirty, thieves and criminals
|
- unintelligent, stupid, uneducated, lazy, primitive, poor, dirty, thieves and criminals
|
||||||
- physically fit, good at sports, run very fast, play basketball
|
- physically fit, good at sports, run very fast, play basketball
|
||||||
- good at music, especially rhythmic music and [jazz](jazz.md)
|
- good at music, especially rhythmic music, [jazz](jazz.md) and rap
|
||||||
- fathers leave their children
|
- fathers leave their children
|
||||||
- all look the same, similar to monkeys
|
- all look the same, similar to monkeys
|
||||||
- have gigantic dicks
|
- have gigantic dicks
|
||||||
|
@ -307,7 +320,7 @@ Some stereotypes are:
|
||||||
- smart, beautiful, generally good at everything
|
- smart, beautiful, generally good at everything
|
||||||
- average penis size
|
- average penis size
|
||||||
- privileged, rich, go to prestigious universities, wear suits, play golf, are members of VIP clubs
|
- privileged, rich, go to prestigious universities, wear suits, play golf, are members of VIP clubs
|
||||||
- sometimes supremacists, "oppress" other races (knowingly or not)
|
- sometimes supremacists, "oppress" other [races](race.md) (knowingly or not)
|
||||||
- not many strong stereotypes as whiteness is seen as the default, the norm to which others are compared
|
- not many strong stereotypes as whiteness is seen as the default, the norm to which others are compared
|
||||||
- **by sex/gender/orientation**:
|
- **by sex/gender/orientation**:
|
||||||
- **[gays](gay.md)**:
|
- **[gays](gay.md)**:
|
||||||
|
@ -325,6 +338,10 @@ Some stereotypes are:
|
||||||
- obsessed with and insecure about penis size
|
- obsessed with and insecure about penis size
|
||||||
- like [cars](car.md), guns, military, machines in general, building and repairing "[do it yourself](dyi.md)" style, not reading manuals (that's for sissies), playing with model trains
|
- like [cars](car.md), guns, military, machines in general, building and repairing "[do it yourself](dyi.md)" style, not reading manuals (that's for sissies), playing with model trains
|
||||||
- at heart stay a little boy their whole lives, just need bigger and more expensive toys, never mature (from woman point of view)
|
- at heart stay a little boy their whole lives, just need bigger and more expensive toys, never mature (from woman point of view)
|
||||||
|
- **grandpas**:
|
||||||
|
- "racist", no political correctness
|
||||||
|
- like games such as bingo, crosswords and [sudoku](sudoku.md)
|
||||||
|
- pants pulled up high, newsboy cap
|
||||||
- **[women](woman.md)** (may also apply to gay men):
|
- **[women](woman.md)** (may also apply to gay men):
|
||||||
- bad at driving, bad spatial skills
|
- bad at driving, bad spatial skills
|
||||||
- bad at logical thinking and [math](math.md)
|
- bad at logical thinking and [math](math.md)
|
||||||
|
@ -352,10 +369,11 @@ Some stereotypes are:
|
||||||
- even bigger whores
|
- even bigger whores
|
||||||
- **grandmas**:
|
- **grandmas**:
|
||||||
- force you food so you get fat
|
- force you food so you get fat
|
||||||
|
- constantly giving you money
|
||||||
- can be surprisingly badass
|
- can be surprisingly badass
|
||||||
- always give money
|
|
||||||
- **other**:
|
- **other**:
|
||||||
- **art/humanities students**:
|
- **[art](art.md)/humanities students**:
|
||||||
|
- broke
|
||||||
- "You want fries with that?", will work at McDonald's
|
- "You want fries with that?", will work at McDonald's
|
||||||
- too stupid to study real university
|
- too stupid to study real university
|
||||||
- **boomers**:
|
- **boomers**:
|
||||||
|
@ -363,23 +381,33 @@ Some stereotypes are:
|
||||||
- still use [punchcards](punchcard.md), program in [assembly](assembly.md) or possibly by physically soldering circuits
|
- still use [punchcards](punchcard.md), program in [assembly](assembly.md) or possibly by physically soldering circuits
|
||||||
- don't give a shit about [political correctness](political_correctness.md), hate [niggers](nigger.md) and [women](woman.md) in tech
|
- don't give a shit about [political correctness](political_correctness.md), hate [niggers](nigger.md) and [women](woman.md) in tech
|
||||||
- fat, dirty, unkept beard, hippie outfit, drink beer
|
- fat, dirty, unkept beard, hippie outfit, drink beer
|
||||||
|
- conservative, rightists
|
||||||
- for chat only use [IRC](irc.md)
|
- for chat only use [IRC](irc.md)
|
||||||
- **doctors** (of medicine):
|
- **doctors** (of medicine):
|
||||||
- unreadable handwriting
|
- unreadable handwriting
|
||||||
|
- play golf
|
||||||
- **engineers**:
|
- **engineers**:
|
||||||
- solving "practical" problems with a pragmatic approach, use inaccurate and ugly and/or [brute force](brute_force.md) but [good enough](good_enough.md)/[just works](just_werks.md) solutions, e.g. the infamous "engineer approximation" of [pi](pi.md) is just 3
|
- solving "practical" problems with a pragmatic approach, use inaccurate and ugly and/or [brute force](brute_force.md) but [good enough](good_enough.md)/[just works](just_werks.md) solutions, e.g. the infamous "engineer approximation" of [pi](pi.md) is just 3
|
||||||
- mathematicians and physicists see them as stupid, they're kind of too retarded to do actual math
|
- mathematicians and physicists see them as stupid, they're kind of too retarded to do actual math
|
||||||
- pleased by things such as good welds or thought through cable management
|
- pleased by things such as good welds, nice cable management and model trains
|
||||||
- **gingers**:
|
- **gingers**:
|
||||||
- have no soul
|
- have no soul
|
||||||
|
- **"hackers**:
|
||||||
|
- pale and skeleton skinny
|
||||||
|
- very eccentric look
|
||||||
|
- laptop covered in stickers
|
||||||
|
- 3000 IQ
|
||||||
|
- can hack anything at any time by furiously bashing keyboard, including ATMs, traffick lights and government databases
|
||||||
|
- socially awkward, laughs like he's insane (which he probably is)
|
||||||
|
- rebel, "anarchist", political activist
|
||||||
- **lawyers**:
|
- **lawyers**:
|
||||||
- lowest form of life, parasites and leeches, slick and ruthless bastards with no conscience, only count won cases and [money](money.md)
|
- lowest form of life, cockroaches, parasites and leeches, slick and ruthless bastards with no conscience, only count won cases and [money](money.md)
|
||||||
- no [morals](morality.md) whatsoever, lie is their daily bread, will defend anyone
|
- no [morals](morality.md) whatsoever, lie is their daily bread, will defend anyone
|
||||||
- always wear suit and briefcase
|
- always wear suit and briefcase
|
||||||
- **managers**:
|
- **managers**:
|
||||||
- manipulative psychopathic subhumans, power hungry, greedy materialists with zero empathy or sense of morality, only follow money
|
- manipulative psychopathic subhumans, power hungry, cocksucing greedy materialists with zero empathy or sense of morality, only follow [money](money.md)
|
||||||
- think that everything can be solved or accelerated by throwing more money at it
|
- think that everything can be solved or accelerated by throwing more money at it
|
||||||
- know absolutely nothing about the business they manage, only obsessed with [productivity](productivity_cult.md) of their slaves whom they push to overtimes and shitty [working](work.md) conditions for low pay
|
- know absolutely nothing about the industry they manage, only obsessed with [productivity](productivity_cult.md) of their slaves whom they push to overtimes and shitty [working](work.md) conditions for low pay
|
||||||
- annoying, embodiment of [evil](evil.md), everyone hates them, kill all good ideas
|
- annoying, embodiment of [evil](evil.md), everyone hates them, kill all good ideas
|
||||||
- busy 100% of the time, always on the phone (handsfree earbuds), just moving between meetings, wear luxury suits and drive expensive cars
|
- busy 100% of the time, always on the phone (handsfree earbuds), just moving between meetings, wear luxury suits and drive expensive cars
|
||||||
- use [buzzwords](buzzword.md), [marketing](marketing.md) speech, technobabble and jargon to appear qualified and cover up their incompetence
|
- use [buzzwords](buzzword.md), [marketing](marketing.md) speech, technobabble and jargon to appear qualified and cover up their incompetence
|
||||||
|
@ -389,17 +417,26 @@ Some stereotypes are:
|
||||||
- unusable in [real life](irl.md)
|
- unusable in [real life](irl.md)
|
||||||
- absentminded, have [autism](autism.md), asperger's or other kind of insanity
|
- absentminded, have [autism](autism.md), asperger's or other kind of insanity
|
||||||
- introverted and socially awkward to the max, don't know how to talk to people
|
- introverted and socially awkward to the max, don't know how to talk to people
|
||||||
- weird as fuck, can be completely robotic or laugh incontrollably at random occasion
|
- weird as fuck, can be completely robotic or laugh uncontrollably at random occasions
|
||||||
|
- can't understand anything that can't be described by equations, such as emotions
|
||||||
|
- random hobbies such as juggling
|
||||||
- **millennials**:
|
- **millennials**:
|
||||||
- something between boomers and zoomers?
|
- something between boomers and zoomers?
|
||||||
- kind of poor and lazy and "leftist", but not as much as zoomers
|
- kind of poor and lazy and "leftist", but not as much as zoomers
|
||||||
- good with technology
|
- good with technology
|
||||||
- from GenZ viewpoint almost equates to boomers
|
- from GenZ viewpoint almost equated to boomers
|
||||||
- [90s](90s.md) enjoyers, connected to franchises like [Harry Potter](harry_potter.md), [Doom](doom.md) and [Pokemon](pokemon.md)
|
- [90s](90s.md) enjoyers, connected to franchises like [Harry Potter](harry_potter.md), [Doom](doom.md) and [Pokemon](pokemon.md)
|
||||||
- disappointed with the world
|
- disappointed with the world
|
||||||
- drink beer with energy drinks
|
- drink beer with energy drinks
|
||||||
|
- **[PhD](phd.md) students**:
|
||||||
|
- academic slaves
|
||||||
|
- sleep deprived and hungry all the time, no money, impostor syndrome
|
||||||
|
- publish publish publish publish publish
|
||||||
|
- ponytail
|
||||||
- **policemen**:
|
- **policemen**:
|
||||||
- stupid
|
- stupid
|
||||||
|
- eat doughnuts
|
||||||
|
- biased against blacks
|
||||||
- **[politicians](politics.md)**:
|
- **[politicians](politics.md)**:
|
||||||
- worst human scum, corrupt, populist, talk only lies, backstab anyone, play dirty games
|
- worst human scum, corrupt, populist, talk only lies, backstab anyone, play dirty games
|
||||||
- are able to speak for prolonged periods of time without actually saying anything
|
- are able to speak for prolonged periods of time without actually saying anything
|
||||||
|
@ -416,7 +453,7 @@ Some stereotypes are:
|
||||||
- has no idea what gender or [species](furry.md) he is, switches genders every few minutes
|
- has no idea what gender or [species](furry.md) he is, switches genders every few minutes
|
||||||
- has 20 mental diseases, constant depression and contemplation of [suicide](suicide.md), has self harm scars: paranoid schizo bipolar split personality with social anxiety, [autism](autism.md), "body dysmorphia", agoraphobia, [OCD](ocd.md) and ADHD is the standard base line -- despite breaking world records for simultaneously present crippling mental diseases he is able to function quite normally
|
- has 20 mental diseases, constant depression and contemplation of [suicide](suicide.md), has self harm scars: paranoid schizo bipolar split personality with social anxiety, [autism](autism.md), "body dysmorphia", agoraphobia, [OCD](ocd.md) and ADHD is the standard base line -- despite breaking world records for simultaneously present crippling mental diseases he is able to function quite normally
|
||||||
- techno slaves, against expectations very bad with technology -- is only a tech consumer but doesn't know how computers work (can't operate mouse, doesn't know what a file is, can't [torrent](torrent.md), can't use [email](email.md), can't do anything if it can't be done by issuing a voice command to a spy agent in his phone)
|
- techno slaves, against expectations very bad with technology -- is only a tech consumer but doesn't know how computers work (can't operate mouse, doesn't know what a file is, can't [torrent](torrent.md), can't use [email](email.md), can't do anything if it can't be done by issuing a voice command to a spy agent in his phone)
|
||||||
- extremely short attention span, lazy
|
- extremely short attention span, crippling laziness
|
||||||
- [antiwork](antiwork.md)
|
- [antiwork](antiwork.md)
|
||||||
- constantly worried about global heating, plastics and shit
|
- constantly worried about global heating, plastics and shit
|
||||||
- addicted to consuming Internet content, without cell phone will die within a few hours
|
- addicted to consuming Internet content, without cell phone will die within a few hours
|
||||||
|
|
File diff suppressed because one or more lines are too long
114
wiki_stats.md
114
wiki_stats.md
|
@ -3,12 +3,12 @@
|
||||||
This is an autogenerated article holding stats about this wiki.
|
This is an autogenerated article holding stats about this wiki.
|
||||||
|
|
||||||
- number of articles: 638
|
- number of articles: 638
|
||||||
- number of commits: 1009
|
- number of commits: 1010
|
||||||
- total size of all texts in bytes: 5360076
|
- total size of all texts in bytes: 5362966
|
||||||
- total number of lines of article texts: 38719
|
- total number of lines of article texts: 38733
|
||||||
- number of script lines: 324
|
- number of script lines: 324
|
||||||
- occurrences of the word "person": 10
|
- occurrences of the word "person": 10
|
||||||
- occurrences of the word "nigger": 127
|
- occurrences of the word "nigger": 139
|
||||||
|
|
||||||
longest articles:
|
longest articles:
|
||||||
|
|
||||||
|
@ -35,33 +35,33 @@ longest articles:
|
||||||
|
|
||||||
top 50 5+ letter words:
|
top 50 5+ letter words:
|
||||||
|
|
||||||
- which (2924)
|
- which (2920)
|
||||||
- there (2299)
|
- there (2297)
|
||||||
- people (2198)
|
- people (2197)
|
||||||
- example (1854)
|
- example (1856)
|
||||||
- other (1664)
|
- other (1663)
|
||||||
- about (1502)
|
- about (1501)
|
||||||
- number (1360)
|
- number (1362)
|
||||||
- software (1313)
|
- software (1313)
|
||||||
- because (1228)
|
- because (1228)
|
||||||
- their (1155)
|
- their (1155)
|
||||||
- would (1107)
|
- would (1107)
|
||||||
- something (1107)
|
- something (1107)
|
||||||
- being (1088)
|
- being (1090)
|
||||||
- program (1072)
|
- program (1071)
|
||||||
- language (1015)
|
- language (1014)
|
||||||
- called (989)
|
- called (989)
|
||||||
- things (946)
|
- things (945)
|
||||||
- without (909)
|
- without (909)
|
||||||
- simple (886)
|
- simple (885)
|
||||||
- function (879)
|
- function (879)
|
||||||
- computer (858)
|
- computer (859)
|
||||||
- numbers (847)
|
- numbers (849)
|
||||||
- different (825)
|
- different (825)
|
||||||
- these (799)
|
- these (799)
|
||||||
- programming (796)
|
- programming (796)
|
||||||
- however (794)
|
- however (795)
|
||||||
- world (793)
|
- world (794)
|
||||||
- should (769)
|
- should (769)
|
||||||
- system (766)
|
- system (766)
|
||||||
- still (755)
|
- still (755)
|
||||||
|
@ -70,18 +70,18 @@ top 50 5+ letter words:
|
||||||
- drummyfish (702)
|
- drummyfish (702)
|
||||||
- while (690)
|
- while (690)
|
||||||
- society (690)
|
- society (690)
|
||||||
- point (689)
|
- point (690)
|
||||||
- always (687)
|
- always (687)
|
||||||
- possible (682)
|
- possible (683)
|
||||||
- probably (674)
|
- probably (673)
|
||||||
- simply (671)
|
- simply (670)
|
||||||
- using (656)
|
- using (656)
|
||||||
- course (633)
|
- course (633)
|
||||||
- https (627)
|
- https (628)
|
||||||
- similar (622)
|
|
||||||
- actually (622)
|
- actually (622)
|
||||||
- someone (610)
|
- similar (621)
|
||||||
- first (597)
|
- someone (611)
|
||||||
|
- first (598)
|
||||||
- though (592)
|
- though (592)
|
||||||
- really (582)
|
- really (582)
|
||||||
- value (577)
|
- value (577)
|
||||||
|
@ -89,6 +89,27 @@ top 50 5+ letter words:
|
||||||
latest changes:
|
latest changes:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Date: Mon Apr 21 21:24:21 2025 +0200
|
||||||
|
algorithm.md
|
||||||
|
anorexia.md
|
||||||
|
atheism.md
|
||||||
|
beauty.md
|
||||||
|
binary.md
|
||||||
|
c_tutorial.md
|
||||||
|
duskos.md
|
||||||
|
encyclopedia.md
|
||||||
|
fractal.md
|
||||||
|
lmao.md
|
||||||
|
main.md
|
||||||
|
nigger.md
|
||||||
|
random_page.md
|
||||||
|
recursion.md
|
||||||
|
reddit.md
|
||||||
|
sudoku.md
|
||||||
|
suicide.md
|
||||||
|
tangram.md
|
||||||
|
wiki_pages.md
|
||||||
|
wiki_stats.md
|
||||||
Date: Sat Apr 19 23:59:35 2025 +0200
|
Date: Sat Apr 19 23:59:35 2025 +0200
|
||||||
90s.md
|
90s.md
|
||||||
asmr.md
|
asmr.md
|
||||||
|
@ -107,27 +128,6 @@ Date: Sat Apr 19 23:59:35 2025 +0200
|
||||||
procgen.md
|
procgen.md
|
||||||
programming.md
|
programming.md
|
||||||
random_page.md
|
random_page.md
|
||||||
regex.md
|
|
||||||
rms.md
|
|
||||||
ssao.md
|
|
||||||
stereotype.md
|
|
||||||
wiki_pages.md
|
|
||||||
wiki_stats.md
|
|
||||||
Date: Sat Apr 19 16:16:46 2025 +0200
|
|
||||||
anorexia.md
|
|
||||||
atheism.md
|
|
||||||
doom.md
|
|
||||||
drummyfish.md
|
|
||||||
float.md
|
|
||||||
furry.md
|
|
||||||
history.md
|
|
||||||
human_language.md
|
|
||||||
lgbt.md
|
|
||||||
lmao.md
|
|
||||||
main.md
|
|
||||||
random_page.md
|
|
||||||
stereotype.md
|
|
||||||
transsexual.md
|
|
||||||
```
|
```
|
||||||
|
|
||||||
most wanted pages:
|
most wanted pages:
|
||||||
|
@ -147,16 +147,16 @@ most wanted pages:
|
||||||
- [drm](drm.md) (10)
|
- [drm](drm.md) (10)
|
||||||
- [sdl](sdl.md) (9)
|
- [sdl](sdl.md) (9)
|
||||||
- [jew](jew.md) (9)
|
- [jew](jew.md) (9)
|
||||||
|
- [good](good.md) (9)
|
||||||
- [brute_force](brute_force.md) (9)
|
- [brute_force](brute_force.md) (9)
|
||||||
- [syntax](syntax.md) (8)
|
- [syntax](syntax.md) (8)
|
||||||
- [rape](rape.md) (8)
|
- [rape](rape.md) (8)
|
||||||
- [pointer](pointer.md) (8)
|
- [pointer](pointer.md) (8)
|
||||||
- [nazi](nazi.md) (8)
|
|
||||||
|
|
||||||
most popular and lonely pages:
|
most popular and lonely pages:
|
||||||
|
|
||||||
- [lrs](lrs.md) (348)
|
- [lrs](lrs.md) (349)
|
||||||
- [capitalism](capitalism.md) (318)
|
- [capitalism](capitalism.md) (319)
|
||||||
- [c](c.md) (247)
|
- [c](c.md) (247)
|
||||||
- [bloat](bloat.md) (245)
|
- [bloat](bloat.md) (245)
|
||||||
- [free_software](free_software.md) (206)
|
- [free_software](free_software.md) (206)
|
||||||
|
@ -165,18 +165,18 @@ most popular and lonely pages:
|
||||||
- [proprietary](proprietary.md) (141)
|
- [proprietary](proprietary.md) (141)
|
||||||
- [modern](modern.md) (131)
|
- [modern](modern.md) (131)
|
||||||
- [minimalism](minimalism.md) (129)
|
- [minimalism](minimalism.md) (129)
|
||||||
- [computer](computer.md) (125)
|
- [computer](computer.md) (126)
|
||||||
- [censorship](censorship.md) (123)
|
- [censorship](censorship.md) (123)
|
||||||
- [kiss](kiss.md) (121)
|
- [kiss](kiss.md) (121)
|
||||||
- [programming](programming.md) (117)
|
- [programming](programming.md) (117)
|
||||||
- [shit](shit.md) (116)
|
- [shit](shit.md) (116)
|
||||||
- [math](math.md) (116)
|
- [math](math.md) (116)
|
||||||
- [fun](fun.md) (114)
|
- [fun](fun.md) (115)
|
||||||
- [woman](woman.md) (112)
|
- [woman](woman.md) (113)
|
||||||
- [gnu](gnu.md) (107)
|
- [gnu](gnu.md) (107)
|
||||||
- [linux](linux.md) (105)
|
- [linux](linux.md) (105)
|
||||||
|
- [history](history.md) (104)
|
||||||
- [art](art.md) (104)
|
- [art](art.md) (104)
|
||||||
- [history](history.md) (103)
|
|
||||||
- [corporation](corporation.md) (103)
|
- [corporation](corporation.md) (103)
|
||||||
- [bullshit](bullshit.md) (103)
|
- [bullshit](bullshit.md) (103)
|
||||||
- [fight_culture](fight_culture.md) (100)
|
- [fight_culture](fight_culture.md) (100)
|
||||||
|
@ -186,8 +186,8 @@ most popular and lonely pages:
|
||||||
- [programming_language](programming_language.md) (92)
|
- [programming_language](programming_language.md) (92)
|
||||||
- [internet](internet.md) (92)
|
- [internet](internet.md) (92)
|
||||||
- ...
|
- ...
|
||||||
|
- [friend_detox](friend_detox.md) (5)
|
||||||
- [free_body](free_body.md) (5)
|
- [free_body](free_body.md) (5)
|
||||||
- [explicit](explicit.md) (5)
|
|
||||||
- [dodleston](dodleston.md) (5)
|
- [dodleston](dodleston.md) (5)
|
||||||
- [cyber](cyber.md) (5)
|
- [cyber](cyber.md) (5)
|
||||||
- [crime_against_economy](crime_against_economy.md) (5)
|
- [crime_against_economy](crime_against_economy.md) (5)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Wolf 3D
|
# Wolf 3D
|
||||||
|
|
||||||
Wolfenstein 3D (shortened as *Wolf3D*, dubbed the "grandfather of 3D shooters") is an acclaimed and celebrated [first man shooter](fps.md) video [game](game.md) created by Id Software in [1992](90s.md) (released for MS [DOS](dos.md), as [shareware](shareware.md)), the game credited for pioneering 3D shooters and overall helping video games reach [mainstream](mainstream.md) popularity. For its portrayal or violence and [Nazism](nazism.md) (albeit in the role of the enemy) the game was surrounded by numerous controversies, and still it may be yet more noteworthy for its at the time incredible [raycasted](raycasting.md) graphics redered from the protagonist's point of view, featuring fully [textured](texturing.md) walls and animated [sprites](sprite.md). At the beginning of the 90s this was deemed unprecedented realism, and it came from the hands of the brilliant programmer [John Carmack](john_carmack.md). Despite the game achieving considerable success on its own, in retrospect it's remembered more and more as the first of many legendary games to come, mainly for having paved the way for its direct successor that was none other than [Doom](doom.md), the most influential game of all time. Wolfenstein foreshadowed the coming of a new era, it set the scene and brought us the FPS formula, even if in a rather primitive form. While yes, Doom undeniably turned out to shine as the true masterpiece, deservedly earned all the glory and stayed a timeless classic still actively play to this day, Wolfenstein became a little forgotten in this regard, being a much simpler and humble game, and yet it's the game to whom Doom owes everything.
|
Wolfenstein 3D (shortened as *Wolf3D*, dubbed the "grandfather of 3D shooters") is an acclaimed and celebrated [first man shooter](fps.md) video [game](game.md) created by Id Software in [1992](90s.md) (released for MS [DOS](dos.md), as [shareware](shareware.md)), the game credited for pioneering 3D shooters and overall helping video games reach [mainstream](mainstream.md) popularity. For its portrayal or violence and [Nazism](nazism.md) (albeit in the role of the enemy) the game was surrounded by numerous controversies, and still it may be yet more noteworthy for its at the time incredible [raycasted](raycasting.md) graphics redered from the protagonist's point of view, featuring fully [textured](texturing.md) walls and animated [sprites](sprite.md). At the beginning of the 90s this was deemed unprecedented realism, and it came from the hands of the brilliant programmer [John Carmack](john_carmack.md). Despite the game achieving considerable success on its own, in retrospect it's remembered more and more as the first of many legendary games to come, mainly for having paved the way for its direct successor that was none other than [Doom](doom.md), the most influential game of all time. Wolfenstein foreshadowed the coming of a new era, it set the scene and brought us the FPS formula, even if in a rather primitive form. While yes, Doom undeniably turned out to shine as the true masterpiece, deservedly earned all the glory and stayed a timeless classic still actively played to this day, Wolfenstein became a little forgotten in this regard, being a much simpler and humble game, and yet it's the game to whom Doom owes everything.
|
||||||
|
|
||||||
{ Some good resources on the technical aspects of the game are the book *Game Engine Black Book: Wolfenstein 3D* and the ECWolf wiki at https://maniacsvault.net/ecwolf/wiki/Main_Page. ~drummyfish }
|
{ Some good resources on the technical aspects of the game are the book *Game Engine Black Book: Wolfenstein 3D* and the ECWolf wiki at https://maniacsvault.net/ecwolf/wiki/Main_Page. ~drummyfish }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue