This commit is contained in:
Miloslav Ciz 2024-12-19 16:48:05 +01:00
parent 80d186311f
commit 98c18cbc39
18 changed files with 1926 additions and 1921 deletions

View file

@ -262,7 +262,7 @@ On PCs the whole rendering process is hardware-accelerated with a [GPU](gpu.md)
GPUs nowadays are no longer just focusing on graphics, but are kind of a general device that can be used for more than just 3D rendering (e.g. [crypto](crypto.md) mining, training [AI](ai.md) etc.) and can no longer even perform 3D rendering completely by themselves -- for this they have to be programmed. I.e. if we want to use a GPU for rendering, not only do we need a GPU but also some extra code. This code is provided by "systems" such as [OpenGL](opengl.md) or [Vulkan](vulkan.md) which consist of an [API](api.md) (an [interface](interface.md) we use from a [programming language](programming_language.md)) and the underlying implementation in a form of a [driver](driver.md) (e.g. [Mesa3D](mesa3d.md)). Any such rendering system has its own architecture and details of how it works, so we have to study it a bit if we want to use it.
The important part of a system such as OpenGL is its **rendering [pipeline](pipeline.md)**. Pipeline is the "path" through which data go through the rendering process. Each rendering system and even potentially each of its version may have a slightly different pipeline (but generally all mainstream pipelines somehow achieve rasterizing triangles, the difference is in details of how they achieve it). The pipeline consists of **stages** that follow one after another (e.g. the mentioned mapping of vertices and drawing of triangles constitute separate stages). A very important fact is that some (not all) of these stages are programmable with so called **[shaders](shader.md)**. A shader is a program written in a special language (e.g. [GLSL](glsl.md) for OpenGL) running on the GPU that processes the data in some stage of the pipeline (therefore we distinguish different types of shaders based on at which part of the pipeline they reside). In early GPUs stages were not programmable but they became so as to give a greater flexibility -- shaders allow us to implement all kinds of effects that would otherwise be impossible.
The important part of a system such as OpenGL is its **rendering [pipeline](pipeline.md)**. Pipeline is the "path" through which data go through during the rendering process. Each rendering system and even potentially each of its version may have a slightly different pipeline (but generally all mainstream pipelines somehow achieve rasterizing triangles, the difference is in details of how they achieve it). The pipeline consists of **stages** that follow one after another (e.g. the mentioned mapping of vertices and drawing of triangles constitute separate stages). A very important fact is that some (not all) of these stages are programmable with so called **[shaders](shader.md)**. A shader is a program written in a special language (e.g. [GLSL](glsl.md) for OpenGL) running on the GPU that processes the data in some stage of the pipeline (therefore we distinguish different types of shaders based on at which part of the pipeline they reside). In early GPUs stages were not programmable but they became so as to give a greater flexibility -- shaders allow us to implement all kinds of effects that would otherwise be impossible.
Let's see what a typical pipeline might look like, similarly to something we might see e.g. in OpenGL. We normally simulate such a pipeline also in [software renderers](sw_rendering.md). Note that the details such as the coordinate system [handedness](handedness.md) and presence, order, naming or programmability of different stages will differ in any particular pipeline, this is just one possible scenario:

2
90s.md
View file

@ -9,7 +9,7 @@ During the 90s [millennials](millennial.md) (also called gen Y) were born, as we
So, from the European point of view, here is a short summary of why 90s were so good:
- Cold war just ended, [Soviet Union](ussr.md) dissolved and so came a relief from the nuclear war threat, people got relaxed and, importantly, many countries previously under pseudocommunist totalitarian regimes gained freedom from it and opened to the world. This created a very rare and brief moment in time when people were freed from an oppressive regime but [capitalism](capitalism.md) didn't have yet enough time to enslave them again -- people still kept the good things from (at least what was called) socialism such as 100% free education, 100% free healthcare, old age pensions, free public toilets and so on. They also kept the socialist mindset of caring about others, people didn't see others as their enemies, they were kind of caring and had some empathy, they knew [money](money.md) was evil etc. The newly gained freedom gave people a lot of joy and hope. [21st century](21st_century.md) would of course change this very soon, capitalism would go on to destroy absolutely everything in under about 20 years, Europe would be joined to the USA and by now everything is lost.
- A lot of amazing [art](art.md) came to existence -- although [proprietary](proprietary.md), it could at least be said that it was well done, had [soul](soul.md) and people took some time to make it. For example movies, games and [music](music.md) were made by people who knew how to make movies, games and music, so we saw things such as Pulp Fiction, Jurassic Park, Forrest Gump, Linkin Park, [Pokemon](pokemon.md) (the original non-gay ones), [Harry Potter](harry_potter.md), Simpsons (the peak seasons), South Park, [Tamagotchis](tamagotchi.md), Jim Carrey comedies and much more. Computer games at this time had absolutely peak aesthetics in the whole history of Universe (and they were also released as a completely [finished](finished.md) product, as a physical thing you would buy and literally OWN forever from then on). Even things back then considered trash, such as Britney Spears, don't literally make you bleed from your ears and in comparison with today's "best music" sound like angel choirs.
- A lot of amazing [art](art.md) came to existence -- although [proprietary](proprietary.md), it could at least be said that it was well done, had [soul](soul.md) and people took some time to make it. For example movies, games and [music](music.md) were made by people who knew how to make movies, games and music, so we saw things such as Pulp Fiction, Jurassic Park, Forrest Gump, Linkin Park, [Pokemon](pokemon.md) (the original non-gay ones), [Harry Potter](harry_potter.md), Simpsons (the peak seasons), South Park, [Tamagotchis](tamagotchi.md), Jim Carrey comedies, Mr. Bean and much more. Computer games at this time had absolutely peak aesthetics in the whole history of Universe (and they were also released as a completely [finished](finished.md) product, as a physical thing you would buy and literally OWN forever from then on). Even things back then considered trash, such as Britney Spears, don't literally make you bleed from your ears and in comparison with today's "best music" sound like angel choirs.
- In [computer](computer.md) [technology](tech.md) world some very important things were made, besides others [Linux](linux.md) (1991), [World Wide Web](www.md) (well almost -- 1989), [gopher](gopher.md) (1993), all the legendary Boomer Shooters -- [Wolf3D](wolf3d.md) (1992), [Doom](doom.md) (1993), [Duke Nukem 3D](duke3d.md) (1996), [Quake](quake.md) (1996), Quake II and III, Half Life (1998) etcetc., [GameBoy Color](gbc.md) (1998), [PS1](ps1.md) (1995), [N64](n64.md) (1994) etcetc. In 1997 a computer named [Deep Blue](deep_blue.md) first beat the world [chess](chess.md) champion. Even the versions of [Windows](windows.md) from this time are considered the most bearable ones.
- [Feminism](feminism.md) and [LGBT](lgbt.md) were still seen as a [joke](jokes.md).
- No hordes of [gays](gay.md), [transsexuals](tranny.md), [furries](furry.md), [bronies](brony.md), [zoomers](zoomer.md), [autists](autism.md), influencers, nu-males, nothings of that sort! There were only normal people around. It wasn't even normal to be fat or have 20 mental diseases, people were just normal. Just image it, you walk the street and there are no monsters, not on TV, not on the Internet, not anywhere! { NOTE: Let us be reminded that [we](lrs.md) love everyone, including gays, transsexuals, furries, autists, Nazis, simply all living beings. This is a criticism of trends in society, not "hate speech" against any individual -- please see the difference between saying that one dislikes hordes of freaks all around and for example promoting genocide or bullying those people. You may dislike salty food but still be OK with it existing and you may even like salty food but dislike food that has 10 kg of salt in it or promoting putting salt in chocolate. ~drummyfish }

View file

@ -2,7 +2,7 @@
*"Either she's genius at comedy or he's genius at comedy."* --comment under one of her videos
Ashley Jones (born around ?1999?) is a rare specimen of a [based](based.md) [American](usa.md) biological (which on occasion gets questioned) [woman](woman.md) on the [Internet](internet.md), a [politically incorrect](political_correctness.md) [red pilled](red_pill.md) comedienne who is sadly no longer underage. Ashley Jones IS NOT DANGEROUS. She got famous through [4chan](4chan.md) (which now she abandoned and no longer likes) and similar boards thanks to having become red pilled at quite an early age: her being a pretty [underage girl](jailbait.md) on 4chan definitely contributed to her fame, however she started to create masterful OC comedic videos with which she managed to win the hearts of dedicated fans that wouldn't abandon her even after they could legally have sex with her (at least in theory). For some time she used mainstream platforms but, of course, [censorship](censorship.md) would eventually lead her to [self-hosting](self_hosting.md) all her stuff with [free software](free_software.md), which she now supports. She loves old vintage technology, has pug [dogs](dog.md) and in one video said she had a brother, but not much else is known about her. It looks like she might be from Minnetonka in Minnesota, because she sometimes talks about that town and even posts photos that look like other photos from that shithole (in her cooking video she even showed "her house", but may be a [troll](trolling.md)). Ashley Jones ruined her reputation for your sins.
Ashley Jones (born around ?1999?) is a rare specimen of a [based](based.md) [American](usa.md) biological (which on occasion gets questioned) [woman](woman.md) on the [Internet](internet.md), a [politically incorrect](political_correctness.md) [red pilled](red_pill.md) comedienne who is sadly no longer underage. Ashley Jones IS NOT DANGEROUS. She got famous through [4chan](4chan.md) (which now she abandoned and no longer likes) and similar boards thanks to having become red pilled at quite an early age: her being a pretty [underage girl](jailbait.md) on 4chan definitely contributed to her fame, however she started to create masterful OC comedic videos with which she managed to win the hearts of dedicated fans that wouldn't abandon her even after they could legally have sex with her (at least in theory). For some time she used mainstream platforms but, of course, [censorship](censorship.md) would eventually lead her to [self-hosting](self_hosting.md) all her stuff with [free software](free_software.md), which she now supports. She has pug dogs, loves old vintage technology, hoarding vintage stuff and things of this kind of nature. As she revealed on her current imageboard she had her first imageboard back in 2014 on [8chan](8chan.md) (https://8ch.net/ashleyj), then there was a board on endchan (https://endchan.org/ashleyj/) not owned by her, and then she created her tubgurl board (archives have snapshots of those old boards). In 2022 she made a famous (and needles to say "controversial") documentary named *TikTok Tranny* in which she pretended to be a male to female [transsexual](transsexual.md) on TikTok and revealed just how [toxic](toxic.md) the platform is. Ashley Jones ruined her reputation for your sins.
Her website is newly at **[https://dukenukemis.cool](https://dukenukemis.cool)** (previously [https://icum.to](https://icum.to), also her image board is at https://tubgurl.com). Some of her old videos are archived on [jewtube](youtube.md) and bitchute. Currently she seems to be focusing more on videos about technology before doing comedy. If you can, please go donate to Ashley right now, we don't want her to starve!
@ -25,8 +25,13 @@ Her website is newly at **[https://dukenukemis.cool](https://dukenukemis.cool)**
**Why is she so based?** For example for the following reasons { Note that this is purely my interpretation of what I've seen/read on her website. ~drummyfish }: She is a pretty, biological woman (i.e. NOT some kind of angry [trans](tranny.md) [landwhale](fat.md)) BUT she shits on [feminism](feminism.md) and acknowledges plain facts about women such as that they usually need to be "put in line" (with [love](love.md)) by a man and that they are simply different. She makes a nice, ACTUALLY ENTERTAINING, well made politically incorrect stuff, her art is sincere, not trying to pretend anything or ride on some kind of fashion wave. { NOTE: Ashley pointed out that her site is NOT an art project or "social experiment". Indeed, this is not the intended meaning of the word "art" here, we simply mean "work" or "creation", just to make it clear. At LRS we kind of hate the word [work](work.md) so we often say "art" instead. ~drummyfish } She is VERY talented at comedy, hosts her OWN video website with a modest fan following and even though on [Jewtube](youtube.md) she could get hundred thousand times more followers and make a fortune, she doesn't do it because that would compromise her art and prevent her from doing what she really wants to do -- in fact recently she started to depart more into other topics, like technology repair, which probably in terms of popularity rather "hurts the numbers", but she just does it because it's what she likes and wants to do, it can be seen that she doesn't lust for simple popularity but rather for sharing truly interesting stuff. She does ask for donations but refuses to monetize her content with [ads](marketing.md) or [paywalls](paywall.md), creating a nice, pure, oldschool place on the Internet looks to truly be the one thing she's aiming for. She makes [fun](fun.md) of herself (like that she has a crush on [Duke Nukem](duke3d.md) lol), masterfully plays along with jokes blatantly sexualizing her and does some cool stuff like post measurements of her asshole and finding her porn lookalikes for the fanbase. It looks like she possesses some skills with technology (at least [Luke Smith](luke_smith.md) level), she supports [free software](free_software.md). She acknowledges the insanity of [pedophile](pedophilia.md) hysteria and proposes lowering age of consent (despite saying she was NOT a pedophile herself). She wants to normalize nudity, and doesn't shave her legs, she discourages makeup for females. Her website is quite nice, 1.0 style, with high [LRS](lrs_wiki.md)/[4chan](4chan.md)/[Dramatica](dramatica.md) vibes, there are "offensive" jokes but she stresses she in fact doesn't encourage violence, real racism and that she's not an extremist -- in one video she says she dislikes transsexuals and wants to make fun of gays but that in fact she doesn't mind any individual being gay or whatever, basically just opposing the political movements, propaganda, brainwashing etcetc., i.e. showing the exact same kind of attitude as us. She also understands Internet [culture](culture.md) and things like [trolling](trolling.md) being part of it -- in one video she clearly separates Internet and [real life](irl.md) and says you "can't apply real life logic on the Internet", that's very mature. By this she for example supports consensual incest. She even freaking has her own imageboard that's by the way very good (although now she says it's mostly occupied by retards, but she still keeps it running for them, that's very [selfless](selflessness.md)). She advocates [piracy](piracy.md) instead of giving money to [corporations](corporation.md): extremely based. She seems to see through propaganda and brainwashing, she says she does "not accept the reality" forced on her by this society, something we say and do as well, she shits on vaccines and likes cool "conspiracy theories". Yes, she seems SMART, she sees the power game of the elites, the propaganda, warns about it, shits on it. She seems to know how to write [English](english.md) without making 10 errors in every word. She advocates ETHICAL veganism, to spare animals of suffering. She hates [Elon Musk](elon_musk.md). She advocates not using cellphones and mainstream social networks. She does NOT have any [tattoos](tattoo.md). However, while all of these individual things are very nice, the **most important part**, and the one that basically matters above having certain opinion or demonstrating coolness in some way, is simply this: **she makes her own opinions**. As she states on the website, she doesn't accept any prefabricated "package of opinions", she thinks about things herself and makes HER OWN fucking decisions regardless of whether that leaves her alienated from the rest of humans on the planet, and that's where all the coolness comes from -- this is the most important lesson Ashley can teach us.
{ YES, OF COURSE I was accused of simping and orbiting Ashley with this article, how could I have not been? I will only tell you this much my brother: my simping years are long gone. I am no longer 16 or even 26 -- I so wish I was but I am not, I am an old half homeless faggot who is no longer interested in waifu relationships, I'm free from your simple NPC desires that you probably suffer from and which you consequently assume in others -- I assure you I no longer have interest in romantically fantasizing about girls on the Internet who live on the other side of the planet, please understand I am NOT fucking this retarded at this age anymore, I have completely fucking more serious things on my mind than imagining marriages with dreamed up waifus. Are you fucking stupid? I get it -- you probably assumed I'm your average 4chan retard obsessed only with anime and masturbation, and I can't blame you for that, but then you probably haven't read my wiki carefully enough and don't know who I truly am. So I will make this extra clear to you: what I write here is truly NOT a teenager's love letter, I am NOT a zoomer and such accusations fucking offend me. When I say Ashley is based, I mean exactly this: SHE IS BASED. I would say the same thing if she was an ugly dude, the only difference would be that she probably wouldn't be so famous and I wouldn't know she exists. I always try to make it crystal clear that what I write on this wiki is what I THINK objectively about the world and people who inhabit it, please do NOT degrade it to mere TikTok simping. ~drummyfish }
Sure, [we](lrs.md) find disagreements with her, for example on the question of [privacy](privacy.md), but if we call [Diogenes](diogenes.md) a based man and [Encyclopedia Dramatica](dramatica.md) a based website, we also have to admit Ashley Jones is a based woman and her website is likewise no less cool. At least at the time when this article was written. Even if she gets spoiled and one days turns 180 degrees from everything she stood for, the image of what she was will remain for others as an example, she is an original thinker and created something greater than a human can be: an immortal imagine of what one can hope to be.
As for those sweet personal life details a pervert lusts for: officially only very little is known with certainty, for example her age and that she has a brother (which she said in a video), no one else appears in her videos, and as a matter of fact you have to assume the name she is using on the Internet is NOT her real name as anyone knowing the ways of the Internet as well as she does will very likely want to avoid giving this away. Probably for fun she keeps dropping esoteric hints at times like mentioning the town "Minnetonka in Minnesota" for whatever reason (no idea if it's a joke or what lol) and in one video she shows "her house" from the outside: again, probably a gigantic [troll](trolling.md). Rumors are circulating that she actually has a husband (probably false, everyone knows her heart belongs to Duke Nukem) and there is a huge conspiracy theory -- with which she does play along -- stating she is actually partly Mexican. Archive digging reveals some dark secrets but that's as much as will be stated here. There are many, many more in jokes like something about horses, Sam Hyde and Fish Tank into which we don't be digging deeper here either.
## See Also
- [duke nukem](duke3d.md)

View file

@ -176,7 +176,7 @@ So due to these complications we now yet have to explain the two different types
- **indefinite integral**: This is the FUNCTION we get by performing integration, i.e. result of indefinite integral is a mathematical expression with variables in it. In fact this expression represents an infinite set of functions because it always has the additive constant *C* in it (like hinted above) -- we can kind of ignore this for now. The important gist is this: indefinite integral kind of gives us a general FORMULA that can further be used to compute definite integrals. For example an indefinite integral of function *f(x) = 1* will be *x + C*. In practice the result we are searching is often a definite integral (a single value), but to compute that we have to start by computing the indefinite integral. However it's also very hard to calculate indefinite integrals -- they are the precise solution and holy grail of integration but in practice we can't always get them and have to resort to approximations.
- **definite integral**: This is a single [NUMBER](number.md) which (applying the geometric interpretation of integral) tells us the AREA below the function graph (with area below zero counting as negative) over some specific INTERVAL, i.e. between two given points A and B. This means that definite integral doesn't give us an expression but rather a quantity. For example a definite integral of function *f(x) = 1* over interval [0,1] will give us 1 (imagine the graph: the area is simply that of a square with side 1). Definite integrals are computed from the indefinite integral by plugging the upper interval number into the indefinite integral (in the place of the variable), then plugging the lower interval number, and then subtracting the latter from the former. With numeric methods (computer integration) we always only get definite integrals (and actually only their approximate values) -- the computer here skips computing the indefinite integral (as that's hard) and rather like a dumb machine LITERALLY goes by small steps and computes the area below the function graph. Small note to this: the computer still can draw a graph of a function's integral by plotting definite integral value for interval 0 to *x* for every plotted *x* because when we think about it, the indefinite integral kind of gives us a function of how an indefinite integral grows; so the computer can give us a picture of a graph but it generally cannot give us an analytically computed formula of indefinite integral.
Fun fact: before digital computers engineers used very clever methods to find definite integrals of general functions. [Analog](analog.md) computers were particularly good at integrating, their continuous nature makes them a quite elegant solution to the problem, however perhaps even more genius method in its [simplicity](kiss.md) was the following: the engineer would draw the function he wanted to integrate on a sheet of paper, then cut it out and simply weight its mass -- this would give him the fraction of the weight of the whole sheet of paper and so also the fraction of the area below the function graph.
Fun fact: before digital computers engineers used very clever methods to find definite integrals of general functions. [Analog](analog.md) computers were particularly good at integrating, their continuous nature makes them a quite elegant solution to the problem, however perhaps even more genius method in its [simplicity](kiss.md) was the following: the engineer would draw the function he wanted to integrate on a sheet of paper (or maybe more preferably some kind of heavier material), then cut it out and simply weight its mass -- this would give him the fraction of the weight of the whole sheet of paper and so also the fraction of the area below the function graph.
**Example**: we will now try to make an indefinite integral of the function:

View file

@ -1,6 +1,6 @@
# Cancer
Cancer is similar to [shit](shit.md) but is even worse because it spreads itself and infects anything else it touches (it is a subset of shit).
Cancer is similar to [shit](shit.md) but is even worse because it spreads itself and infects anything else it touches (it is a subset of shit). We may also say cancer is something highly [toxic](toxic.md), e.g. an Internet forum, as in "after prolonged exposure this will surely give you cancer".
Examples of cancer are:
@ -19,10 +19,11 @@ Examples of cancer are:
- "personal pronouns"
- [trannyism](tranny.md)
- [Windows](windows.md)
- great part of [4chan](4chan.md), [reddit](reddit.md) and other popular forums
- biological cancer
- ...
Of course cancer is also a deadly [disease](disease.md) of human body, very common in [capitalist](capitalism.md) societies, unlike in those poor primitive societies who lack this kind of luxury. Why is cancer so common in the first world? In short it's thanks to the luxuries of our highly "advanced" society: extreme weakening of body due to physical [slavery](slavery.md) and constant stress, poisonous food and water (everything is injected with toxic chemical such as preservatives, extreme amounts of sugar, artificial sweeteners etc.), poisoned air (cars, factories, ...), constant exposure to radiation (cell phones, wifi, 5G, microwaves, ...), sleep deprivation, constant intake of poisonous drugs (antidepressants, sleep pills, headache pills, antibiotics, ...), too much hygiene killing natural immunity (antiperspirants preventing sweating, makeup injecting poison in the skin, soap drying our skin, ...). If you say "But wait, there is no evidence of X causing cancer...", you are beyond saving, there are no words adequate to describe your stupidity. There also used to be no evidence of X rays or smoking being harmful or freons killing the ozone layer, are fucking braindead or what? Do you think in ultracapitalist society anyone will be quick to invest millions in proving something that would destroy a multibillion dollar business, and that if someone tries he won't be bullied by those who are making those billions of dollars? This literally happened at least thousand of times over and over, are you a fucking idiot? OF COURSE a cellphone won't give you cancer after 5 minutes, you won't find any evidence there, human body can deal with expose to many things for short time, but it's generally the case that anything unnatural is harmful under constant, long-term exposure -- even drinking too much water will kill you. Do you think having a radiating device close to your brain 24/7 for 50 years will do nothing? Do you think anyone could have performed a study that would prove this when cell phones haven't even been around for that long? Start fucking thinking you idiot.
Of course cancer is also a deadly biological [disease](disease.md), very common in [capitalist](capitalism.md) societies, unlike in those poor primitive societies who lack this kind of luxury. Why is cancer so common in the first world? In short it's thanks to the luxuries of our highly "advanced" society: extreme weakening of body due to physical [slavery](slavery.md) and constant stress, poisonous food and water (everything is injected with toxic chemical such as preservatives, extreme amounts of sugar, artificial sweeteners etc.), poisoned air (cars, factories, ...), constant exposure to radiation (cell phones, wifi, 5G, microwaves, ...), sleep deprivation, constant intake of poisonous drugs (antidepressants, sleep pills, headache pills, antibiotics, ...), too much hygiene killing natural immunity (antiperspirants preventing sweating, makeup injecting poison in the skin, soap drying our skin, ...). If you say "But wait, there is no evidence of X causing cancer...", you are beyond saving, there are no words adequate to describe your stupidity. There also used to be no evidence of X rays or smoking being harmful or freons killing the ozone layer, are fucking braindead or what? Do you think in ultracapitalist society anyone will be quick to invest millions in proving something that would destroy a multibillion dollar business, and that if someone tries he won't be bullied by those who are making those billions of dollars? This literally happened at least thousand of times over and over, are you a fucking idiot? OF COURSE a cellphone won't give you cancer after 5 minutes, you won't find any evidence there, human body can deal with expose to many things for short time, but it's generally the case that anything unnatural is harmful under constant, long-term exposure -- even drinking too much water will kill you. Do you think having a radiating device close to your brain 24/7 for 50 years will do nothing? Do you think anyone could have performed a study that would prove this when cell phones haven't even been around for that long? Start fucking thinking you idiot.
## See Also

View file

@ -1,6 +1,6 @@
# Fight Culture
Fight culture is the [harmful](harmful.md), mostly western mindset of seeing any endeavor as a fight against something. Even such causes as aiming for establishment of [peace](peace.md) are seen as fighting the people who are against peace, which is [funny](fun.md) but also sad. Fight culture keeps, just by the constant repetition of the word *fight* (and similar ones such as *combat*, *win* etc.), a subconscious validation of violence as justified and necessary means for achieving any goal. Fight culture is to a great degree the culture of [capitalist](capitalism.md) society (of course not exclusively), the environment of extreme [competition](competition.md) and hostility. It fuels [war](war.md) mentality, hostility, [fear culture](fear_culture.md) (everyone is your enemy!), constant unrest leading to mental health deterioration, obsession with various kinds of protections against everything etc. Fight is a mechanism of the jungle, something a civilized society tries to distance itself from -- sustaining the mechanisms of the jungle means we are only implementing cosmetic changes. It is laughable but also tragic, our society is now one big fight: for "human [rights](rights_culture.md)", education, for respect and dignity, against illnesses, criminality, global warming, unemployment, inflation, [unproductivity](productivity_cult.md), traffic jams, hunger and poverty etc. [Language](human_language.md) reflects our inner mindset: we say we "fight" our shortcomings or "defend" ourselves in a discussion, as if starting a discussion was not an invitation to collaboratively search for truth but rather a personal attack. Instead of collaboration and unity we perceive only war and hostility -- if someone is "on our side" then only temporarily, for strategic or tactical reasons of self benefit in this huge conflict. Perhaps soon it won't even sound so odd to say you are fighting the road when traveling from point A to point B or that you are fighting water when you're swimming and then fighting the Sun when you lie on the beach.
Fight culture is the [harmful](harmful.md) mindset (very much present especially in western countries) of seeing any endeavor as a fight against something. Even such causes as aiming for establishment of [peace](peace.md) are seen as fighting the people who are against peace, which is [funny](fun.md) but also sad. Fight culture keeps, just by the constant repetition of the word *fight* (and similar ones such as *combat*, *win* etc.), a subconscious validation of violence as justified and necessary means for achieving any goal. Fight culture is to a great degree the culture of [capitalist](capitalism.md) society (of course not exclusively), the environment of extreme [competition](competition.md) and hostility. It fuels [war](war.md) mentality, hostility, [fear culture](fear_culture.md) (everyone is your enemy!), constant unrest leading to mental health deterioration, obsession with various kinds of protections against everything etc. Fight is a mechanism of the jungle, something a civilized society tries to distance itself from -- sustaining the mechanisms of the jungle means we are only implementing cosmetic changes. It is laughable but also tragic, our society is now one big fight: for "human [rights](rights_culture.md)", education, for respect and dignity, against illnesses, criminality, global warming, unemployment, inflation, [unproductivity](productivity_cult.md), traffic jams, hunger and poverty etc. [Language](human_language.md) reflects our inner mindset: we say we "fight" our shortcomings or "defend" ourselves in a discussion, as if starting a discussion was not an invitation to collaboratively search for truth but rather a personal attack. Instead of collaboration and unity we perceive only war and hostility -- if someone is "on our side" then only temporarily, for strategic or tactical reasons of self benefit in this huge conflict. Perhaps soon it won't even sound so odd to say you are fighting the road when traveling from point A to point B or that you are fighting water when you're swimming and then fighting the Sun when you lie on the beach.
[We](lrs.md), of course, see fight culture as highly undesirable for a [good society](less_retarded_society.md) as that needs to be based on peace, [love](love.md) and [collaboration](collaboration.md), not [competition](competition.md). For this reasons we never say we "fight" anything (or even "win", we rather achieve goals), we rather aim for goals, look for solutions, educate and sometimes reject, avoid, refuse and oppose bad concepts (e.g. fight culture itself).

View file

@ -175,7 +175,7 @@ This is a summary of some main guidelines on how an LRS supporter should behave
- **Reject harmful things like [proprietary](proprietary.md) software, [capitalism](capitalism.md), [copyright](copyright.md), [bloat](bloat.md), [work](work.md) etc.** Use and promote the ethical equivalents, i.e. [free software](free_software.md), [free culture](free_culture.md), frugality, [anarchism](anarchism.md) etc.
- **[Don't argue with retards](cant_argue_with_idiot.md)** with the goal of convincing him or winning the argument so that you feel good (the meaning of retard here is simply someone disagreeing with LRS). It's literally wasted time/energy and it's bad for your mental health, it leads nowhere and achieves nothing but make your more suicidal than you already are. You literally can NOT convince anyone who is not open to being convinced, it is impossible, even if you have 100000 mathematical proofs, real world evidence, literature supporting you and anything you can imagine, you cannot logically convince someone who doesn't know how logic works or someone who simply emotionally isn't ready to change his mind. In 99.999999999999999% cases you can tell if it's worth to talk to someone after his first reaction -- you present an idea, such as LRS, and if he just expresses disagreement, there is no point in communicating further, by the disagreement he has taken a defensive stance and will hold it for the rest of his life now, you have to go find someone else. NO, not even if he's an "intellectual", has PhD and thirty Nobel Prizes, if he doesn't wanna see the truth, you cannot help him. As it's been said, trying to argue with an idiot is like trying to win a chess game against a pidgeon -- even if you're the world chess champion, the pidgeon will just shit on the board and think it's won. If you spot a retard, just leave -- don't try to have the last word or anything, even admit him "victory" in the argument and leave him in his world of delusion where he is the unappreciated Einstein, just do not waste an extra second on him, just leave and go do something better. { So many such idiots I have met I can't even count it -- pure stupid peasant aren't even that bad, the wost are the "above average" intelligence reddit atheists who think they're smart. I literally had such people argue like "you like games therefore competition in society is good because games are part of society therefore society equals competition". Truly I'm not sure if those bastards are just trolling me into suicide or are really so fucking dumb :D ~drummyfish }
- Similarly **avoid [toxic](toxic.md) communities**, don't argue, just leave, it's better to be alone than in bad company. Basically anything with a [COC](coc.md), language filter, SJW vibe, rainbow etc. isn't even worth checking out.
- **Be a [generalist](generalism.md), see the big picture, study the whole world, educate yourself** -- specialization is for insects. Do not become overspecialized in the capitalist way. Sure you may become an expert at something, but not for the price of making your view of the world too narrow. You may spend most of your time studying and programming computer compilers for example, but still do (and enjoy) other things, for example reading fiction, studying religions, languages, psychology, playing [go](go.md), making music, building houses, painting, doing sports, ... Learn to enjoy to educate yourself! Education (not necessarily formal) is one of the most valuable things you can get -- no one can take it away from you, it makes you see truth more clearly and though this itself makes you more depressed, it also frees you in many ways, for example knowing languages enables you to read more books and live in more places and talk to more people and you can get a comfy job as a translator if you need money, knowing chess makes you able to entertain yourself without a computer, knowing programming enables you to write your own programs if good ones aren't available, and so on. Education makes you see through other people's lies. It is fine to be retarded, remain ignorant and just play video games all days, your value as a living being will lower that way, but you will forever remain among the retarded majority manipulated by the tides of society, even if you have good opinions and correct views, you'll stay just another retard, you won't be able to help others, you'll be paralyzed, leaving the burden and joy of helping the world on others -- just decide if that is what you want. Have you always admired that someone can play a piano? Why not learn it then? Get some cheap keyboard and make it a habit to practice playing it at least 20 minutes every other day, see how good you become in a year. Were you always bad at chemistry? Why not fix it a bit? Get some chemistry for dummies book and read it every day before sleep, you will go from absolute chemistry retard to well above average soon. You can learn about start constelations, biology, history, train card games, memorize pi digits, run half marathon, learn juggling, write your own small book etcetc. A nice life hack is to **see life as an RPG game**, see yourself as a character you are improving, by improving skills you are unlocking new abilities, enabling new options, increasing your stats -- however be very careful to not become competitive or fall victim to the ["self-improvement" cult](productivity_cult.md)! The key is to not start comparing yourself to other, or rather to not have it as a goal to be better than someone else, the goal should be just your happiness of becoming a higher level living entity that has more abilities for helping other, enjoy the universe and so on. **Learn as much as you can while you're young**, when you're older it will get much harder and sometimes near impossible to learn something well; at young age you have bonus XP in the life RPG game, make as much use of it as possible.
- **Be a [generalist](generalism.md), see the big picture, study the whole world, educate yourself** -- specialization is for insects. Do not become overspecialized in the capitalist way. Sure you may become an expert at something, but not for the price of making your view of the world too narrow. You may spend most of your time studying and programming computer compilers for example, but still do (and enjoy) other things, for example reading fiction, studying religions, languages, psychology, playing [go](go.md), making music, building houses, painting, doing sports, ... Learn to enjoy to educate yourself! Education (not necessarily formal) is one of the most valuable things you can get -- no one can take it away from you, it makes you see truth more clearly and though this itself makes you more depressed, it also frees you in many ways, for example knowing languages enables you to read more books and live in more places and talk to more people and you can get a comfy job as a translator if you need money, knowing chess makes you able to entertain yourself without a computer, knowing programming enables you to write your own programs if good ones aren't available, and so on. Education makes you see through other people's lies. It is fine to be retarded, remain ignorant and just play video games all days, your value as a living being will not lower that way, but you will forever remain among the retarded majority manipulated by the tides of society, even if you have good opinions and correct views, you'll stay just another retard, you won't be able to help others, you'll be paralyzed, leaving the burden and joy of helping the world on others -- just decide if that is what you want. Have you always admired that someone can play a piano? Why not learn it then? Get some cheap keyboard and make it a habit to practice playing it at least 20 minutes every other day, see how good you become in a year. Were you always bad at chemistry? Why not fix it a bit? Get some chemistry for dummies book and read it every day before sleep, you will go from absolute chemistry retard to well above average soon. You can learn about start constelations, biology, history, train card games, memorize pi digits, run half marathon, learn juggling, write your own small book etcetc. A nice life hack is to **see life as an RPG game**, see yourself as a character you are improving, by improving skills you are unlocking new abilities, enabling new options, increasing your stats -- however be very careful to not become competitive or fall victim to the ["self-improvement" cult](productivity_cult.md)! The key is to not start comparing yourself to other, or rather to not have it as a goal to be better than someone else, the goal should be just your happiness of becoming a higher level living entity that has more abilities for helping other, enjoy the universe and so on. **Learn as much as you can while you're young**, when you're older it will get much harder and sometimes near impossible to learn something well; at young age you have bonus XP in the life RPG game, make as much use of it as possible.
- **Limit your meat consumption**. If you can, become [vegetarian](vegetarianism.md) or even [vegan](veganism.md); if you can't go as far it will still be awesome if you just reduce meat consumption to let's say once or twice per week. Purpose of this isn't physical health, it's avoiding harm to other living beings -- consider that a living being who could live a long, happy life has to die just for you to have a few slightly tastier meals. Just don't do that. If you are still worried about negative effects of vegetarianism on your health, know that eating too much meat is probably more dangerous than eating no meat, AND if you eat meat every day, you are already eating too much of it, humans aren't built for that -- until very recently meat was kind of a luxury and people ate it only on special days, so reducing your meat consumption will likely improve your health. { I personally knew two butchers who basically had to have meat in every meal, one had a heart attack before the age of 30, the other one died in his 40s. Again, we choose vegetarianism for ethical reasons, but if your argument is health, it's probably not a good argument. ~drummyfish }
- **Don't become a [tool slave](tool_slave.md).**
- **Stop just bitching around and DO SOMETHING** -- don't get this wrong, bitching around and ranting is great, this whole wiki is just one huge wall of rage bitching, however if it's all you do, it literally achieves nothing, it won't convince a single man, no one will read that shit, you are just wasting huge part of your life by being angry on the Internet. First thing you have to do is DO SOMETHING, e.g. if you promote minimalism, go and make a minimalist game, show others it works, prove (even to yourself) the thing you believe in is good, bitching about the world is only to come as a supplement to your main work -- your rants aren't there to convince anyone, your art does that, your writings are there for the people who are already convinced to help them educate themselves further. Consider this: you may spend whole life writing 100 books about how minimalism is awesome, you may examine the whole history in detail, provide mathematical proofs of everything and suggest a completely working system that could be established to solve all the problems in the world -- no one is going to read this. Literally not a single man will give a shit. On the other hand you can take a year to program a minimalist operating system, one that is 1000 times smaller than Linux and is 10 times faster and is completely public domain and basically rapes Linux in every other way, you just post that somewhere and people just can't ignore it, you put before their eyes something they can literally see is infinitely better than what was there before, you instantly get thousands of people hooked and they start creating more art like this. You just changed the world significant for the better in just one year. Note this isn't an argument for chasing popularity at all, on the contrary, your actions will likely contradict the popular and even cause a lot of hate, however realize that words are just words, there are too many words everywhere, words can lie and they never achieve anything by themselves, good is achieved and proven by actions.

View file

@ -2,7 +2,7 @@
The term *low poly* (also low-poly or lowpoly) is used for polygonal [3D models](3d_model.md) whose polygon count is relatively low -- so low that one can see the model [approximates](approximation.md) the ideal shape only very roughly. For typical models (animals, cars, guns, ...) the polygon count under which they are correctly called low poly is usually a few dozens or few hundreds at most. The opposite of low poly is *[high poly](high_poly.md)*. A good example of low poly graphics can be seen e.g. in [PS1](ps1.md) games such as Crash Bandicoot 3 or the first [Harry Potter](harry_potter.md) game.
**WATCH OUT**: [Retards](retard.md) nowadays use the term "low poly" for stylized/untextured high poly models; they even use the term for models whose polygon count is lower than the number of atoms in observable universe, or they use the term completely randomly just to put a cool label to their lame shit models. **STOP THIS FUCKING INSANITY, DON'T CALL HIGH POLY MODELS LOW POLY**.
**WATCH OUT**: [Retards](retard.md) nowadays use the term "low poly" for stylized/untextured high poly models; they even use the term for models whose polygon count is lower than the number of atoms in observable universe, or they use the term completely randomly just to put a cool label to their lame shit models (they confuse *low poly* with *low effort*). **STOP THIS FUCKING INSANITY, DON'T CALL HIGH POLY MODELS LOW POLY**.
The exact threshold on polygon count from which we call a model low poly can't be objectively set because firstly there's a subjective judgment at play and secondly such threshold depends on the ideal shape we're approximating. This means that not every model with low polygon count is low poly: if a shape, for example a [cube](cube.md), can simply be created with low number of polygons without it causing a distortion of the shape, it shouldn't be called low poly. And similarly a model with high polygon count can still be classified as low poly if even the high number of polygons still causes a significant distortion of the shape. However let's say that if it has more than 300 triangles it's quite likely not low poly.

File diff suppressed because one or more lines are too long

2
npc.md
View file

@ -4,6 +4,8 @@ NPC (non-player character) is a character in a video [game](game.md) that's not
Those who are NPCs usually see non-NPCs as "right wing extremists", as all noncomformists are painted in the media. It's a form of modern [witch hunt](witch_hunt.md) and [fear culture](fear_culture.md) that the system has established to discredit and eliminate non-conformists and sustain the army of NPCs that it needs in place in order to survive. Of course it's in no way true that a non-NPC has to be a [Hitler](hitler.md) worshiping [rightist](left_right.md) or that he has to support violence and genocide or any similar kind of nonsense: in fact rightists are just fanatic [capitalist](capitalism.md) idiots. A non-NPC is simply someone who examines the world closely, objectively and through own eyes (as opposed to accepting what he's told) and discovers everything is wrong -- what he decides to do about this is then a completely individual choice. Some indeed do panic and let their animal instincts take over, becoming violent, seeking revenge and so on. Others -- like [us](lrs.md) -- just try to make things better by ACTUALLY refusing all kind of violence and advocating TRUE equality of people and unconditional [love](love.md) of all living beings -- however even this will be seen as extremism by NPCs because if we refuse to kill anyone, including the "enemies", we will of course consequently be labeled "supporters of the enemies", so there is no way out -- as a non-NPC you will never be able to make friends with an NPC no matter how hard you try, what values you hold and what actions you make, an NPC will always see you as a "right wing extremist fanatic" by the mere fact that you refuse to accept mainstream propaganda.
It is a common misconception that humans keep getting smarter and smarter by evolution -- the NPC's intelligence is where evolution stops, human intelligence won't evolve any further -- if anything, it may perhaps yet decrease. It is so because the NPC is now a close to perfect cell for the higher organism that will form from humans -- exactly like human body is formed of more primitive cells, a higher metaorganism is forming on [Earth](earth.md) to whom humans are the cells. Our cells don't have 200 IQ because they don't need it -- in fact, it would be bad if they did: a cell is supposed to only do its [job](work.md) without thinking and, if necessary, sacrifice its life for the organism. The cell does this just like an NPC [nationalist](nationalism.md) sacrifices his life for his country. Cells that do anything else are detected as [cancerous](cancer.md) and eliminated. This is what humans are being shaped into and what the NPCs contribute to by their lifestyle: eternal enslavement, removal of all humanity from humans, reshaping humans into unthinking machines. Yes, the NPC is stupid, but he is the [future](future.md), he foreshadows the true fate of a man that in the future will be more and more like the obedient robot. It is sad but sadly true. People who are above NPC intelligence and refuse to take part in forming the organism are an evolutionary failure, they are useless cells ([incels](incel.md) lol?) and will become extinct -- that's why the intelligent are bullied, isolated and denied reproduction while the average conformist is rewarded with care, means for living and rights to breed: the system wants the NPC genes, not the rebel genes.
## See Also
- [blue pill](blue_pill.md)

View file

@ -10,19 +10,19 @@ There exist many terms that are highly similar and can legitimately be used inte
- **America** vs **[USA](usa.md)**
- **[analog](analog.md)** vs **[mechanical](mechanical.md)** vs **non-electronic**
- **[anarchy](anarchism.md)** vs **[chaos](chaos.md)**
- **[argument](argument.md)** vs **[parameter](parameter.md)** vs **formal parameter**
- **[argument](argument.md)** vs **[parameter](parameter.md)** vs **formal parameter** vs **variable**
- **[array](array.md)** vs **[list](list.md)** vs **[vector](vector.md)** vs **[tuple](tuple.md)** vs **[string](string.md)** vs **[set](set.md)** vs **[class](class.md)** vs **[multiset](multiset.md)**
- **[ASCII](ascii.md)** vs **[plain text](plain_text.md)** vs **[Unicode](unicode.md)** vs **[UTF](utf.md)** vs **[ANSI](ansi.md)**
- **[ASCII art](ascii_art.md)** vs **[ANSI art](ansi_art.md)** vs **[Unicode](unicode.md) art** vs **ASCII graphics** vs **[TUI](tui.md)**
- **[asceticism](asceticism.md)** vs **[minimalism](minimalism.md)** vs **[frugality](frugality.md)** vs **poverty** vs **[pseudominimalism](pseudominimalism.md)** vs **[KISS](kiss.md)** vs **[lightweight](lightweight.md)** vs **[suckless](suckless.md)** vs **[Unix philosophy](unix_philosophy.md)** vs **[LRS](lrs.md)**
- **[assembler](assembler.md)** vs **[assembly](assembly.md)** vs **[machine code](machine_code.md)**
- **[assembler](assembler.md)** vs **[assembly](assembly.md)** vs **[machine code](machine_code.md)** vs **[bytecode](bytecode.md)**
- **[astrology](astrology.md)** vs **[astronomy](astronomy.md)**
- **[attribution](attribution.md)** vs **[credit](credit.md)**
- **binary** vs **[executable](executable.md)**
- **[binary](binary.md)** vs **[boolean](boolean.md)**
- **[binary](binary.md)** vs **[digital](digital.md)** vs **[electronic](electronics.md)**
- **bisexual** (normal) vs **[gay](gay.md)** (not normal)
- **[black](black.md) [race](race.md)** vs **[nigger](nigger.md)** vs **[negro](negro.md)**
- **[black](black.md) [race](race.md)** vs **[nigger](nigger.md)** vs **[negro](negro.md)** vs **afroamerican**
- **[brainwashing](brainwashing.md)** vs **[education](education.md)** vs **[indoctrination](indoctrination.md)**
- **[branchless](branchless.md) programming** vs **ifless programming**
- **[brute force](brute_force.md)** vs **[heuristic search](heuristic_search.md)**
@ -36,7 +36,7 @@ There exist many terms that are highly similar and can legitimately be used inte
- **[clipping](clipping.md)** vs **[culling](culling.md)** vs **[pruning](pruning.md)**
- **[closed source](closed_source.md)** vs **[proprietary](proprietary.md)**
- **[college](college.md)** vs **[university](university.md)**
- **[color model](color_model.md)** vs **[color space](color_space.md)**
- **[color model](color_model.md)** vs **[color space](color_space.md)** vs **[palette](palette.md)**
- **[communism](communism.md)** vs **[Marxism](marxism.md)** vs **[socialism](socialism.md)**
- **[complex](complexity.md)** vs **[complicated](complicated.md)**
- **[complex number](complex_number.md)** vs **[imaginary number](imaginary_number.md)**
@ -54,7 +54,7 @@ There exist many terms that are highly similar and can legitimately be used inte
- **[copyright](copyright.md)** vs **[patent](patent.md)** vs **[trademark](trademark.md)** vs **[intellectual property](intellectual_property.md)** vs **[moral right](moral_rights.md)** etc.
- **[currency](currency.md)** vs **[money](money.md)**
- **[crossplatform/multiplatform](multiplatform.md)** vs **[portable](portability.md)**
- **[cryptocurrency](crypto.md)** vs **digital currency**
- **[cryptocurrency](crypto.md)** vs **digital currency** vs **virtual currency**
- **[cryptography](cryptography.md)** vs **[security](security.md)** vs **[privacy](privacy.md)** vs **[encryption](encryption.md)**
- **[data](data.md)** vs **[information](information.md)** vs **[entropy](entropy.md)** vs **[signal](signal.md)**
- **[data structure](data_structure.md)** vs **[data type](data_type.md)**
@ -72,6 +72,7 @@ There exist many terms that are highly similar and can legitimately be used inte
- **[directory](directory.md)** vs **[folder](folder.md)**
- **[discrete Fourier transform](dft.md)** vs **[discrete time Fourier transform](dtft.md)**
- **[distro](distro.md)** vs **[GNU](gnu.md)/Linux** vs **[Linux](linux.md)** vs **[Unix](unix.md)** vs **Unix-like**
- **dynamic typing** vs **weak typing**
- **[electric](electricity.md)** vs **[electronic](electronics.md)**
- **electronic game** vs **[video game](video_game.md)**
- **[emoticon](emoticon.md)** vs **[emoji](emoji.md)** vs **[smiley](smiley.md)**
@ -85,7 +86,7 @@ There exist many terms that are highly similar and can legitimately be used inte
- **[evolutionary programming](evolutionary.md)** vs **[evolutionary algorithm](evolutionary.md)** vs **[genetic programming](genetic_programming.md)** vs **[genetic algorithm](genetic_algorithm.md)**
- **[equality](equality.md)** vs **[identity](identity.md)** (in programming languages)
- **[fail safe](fail_safe.md)** vs **safe** vs **[secure](security.md)** vs **robust** vs **reliable** vs **tested** etc.
- **[floating point number](float.md)** vs **[real number](real_number.md)**
- **[floating point number](float.md)** vs **[real number](real_number.md)** vs **[fixed point number](fixed_point.md)**
- **[font](font.md)** vs **[typeface](typeface.md)**
- **[forwarding](forwarding.md)** vs **[routing](routing.md)** vs **[switching](switching.md)**
- **[framework](framework.md)** vs **[library](library.md)**

File diff suppressed because it is too large Load diff

14
sin.md
View file

@ -1,6 +1,6 @@
# Sine
Sine, abbreviated *sin*, is a [trigonometric](trigonometry.md) [function](function.md) that simply said models a smooth oscillation, it is one of the most important and basic functions in geometry, [mathematics](math.md) and [physics](physics.md), and of course in [programming](programming.md). Along with [cosine](cos.md), [tangent](tan.md) and [cotangent](cot.md) it belongs to a group of functions that can be defined by ratios of sides of a right [triangle](triangle.md) depending on one of the angles in it (hence *trigonometric* -- "triangle measuring"). If some measurement looks like sine function, we say it is *harmonic*. This is very common in nature and technology, e.g. a weight on a spring goes up and down by this function, [alternating current](ac.md) voltage has the sine shape (because it is generated by a circular motion), the amount of light falling onto a surface depends on the light angle via sine function etc.
Sine, abbreviated *sin*, is a [trigonometric](trigonometry.md) [function](function.md) that, simply stated, models a smooth oscillation, it is one of the most important and basic functions in geometry, [mathematics](math.md) and [physics](physics.md), and of course in [programming](programming.md) as well. Along with [cosine](cos.md), [tangent](tan.md) and [cotangent](cot.md) it belongs to a group of functions that can be defined by ratios of sides of a right [triangle](triangle.md) depending on one of the angles in it (hence *trigonometric* -- "triangle measuring"). If some measurement looks like a sine function, we say it is *harmonic*. This observation is very common in nature and technology, e.g. a weight on a spring goes up and down following this function's shape, [alternating current](ac.md) voltage has the sine shape (because it is generated by a circular motion), the amount of light falling onto a surface depends on the light angle via sine function etc.
The function is most commonly defined using a right triangle as follows. Consider the following triangle:
@ -16,7 +16,7 @@ The function is most commonly defined using a right triangle as follows. Conside
b
```
*Sin(A)*, where *A* is the angle between side *b* and *c*, is the ratio *a* / *c*. The function can be defined in many other ways, for example it is the curve we get when tracking only one direction (e.g. horizontal) of a point moving alongside circle (well, in the end it's actually related to the triangle definition) -- imagine something making a circular motion while casting a shadow onto a nearby wall (in a direction that's in the plane of rotation), the shadow will go up and down by sine of time. It can also be defined as a solution to some [differential equations](differential_equation.md) etc.
*Sin(A)*, where *A* is the angle between side *b* and *c*, is the ratio *a* / *c*. The function can be defined in many other ways, for example it is the curve we get when tracking only one direction (e.g. horizontal) of a point moving along a circular path (well, in the end it's actually related to the triangle definition) -- imagine something making a circular motion while casting a shadow onto a nearby wall (in a direction that's in the plane of rotation), the shadow will go up and down by sine of time. It can also be defined as a solution to some [differential equations](differential_equation.md) etc.
The graph of the sine function is following:
@ -32,9 +32,9 @@ The graph of the sine function is following:
-1 |
```
Basically we'll observe a sine function in places where something oscillates naturally, gradually, i.e. where something goes there and back repeatedly but in a gradual, smooth manner, slowing down as it's approaching one end, coming to stop for a while, then reversing direction, slowly accelerating the other way and so on. Very rare in nature something comes there and back with constant speed, coming to stop and reversing directions instantly.
Commonly we'll observe a sine function in places where variable oscillates naturally, gradually, i.e. where something goes there and back repeatedly but in a gradual, smooth manner, slowing down as it's approaching one end, coming to stop for a while, then reversing direction, slowly accelerating the other way and so on. Very rare in nature something comes there and back with constant speed, coming to halt immediately and reversing directions instantly.
**Why the fuck are there these [pi](pi.md) values on the x line???** Nubs often can't comprehend this. These pi values are values in **[radians](radian.md)**, units of measuring angles where *2 pi* is the full angle (360 degrees). In fact sine is sometimes shown with [degrees](degree.md) instead of radians (so imagine 90 degrees on the line where there is 1/2 pi etc.), but mathematicians prefer radians. **But why are there angles in the first place???** Why doesn't it go e.g. from 0 to 1 like all other nice functions? Well, it's because of the relation to geometry, remember the fucking triangle above... also if you define sine with a circle it all repeats after *2 pi*. Just draw some picture if you don't get it.
**Why the fuck are there these [pi](pi.md) values on the x line???** Nubs often can't comprehend this. These pi values are values in **[radians](radian.md)**, units of measuring angles where *2 pi* is the full angle (360 degrees). In fact sine is sometimes shown with [degrees](degree.md) instead of radians (so imagine 90 degrees on the line where there is 1/2 pi etc.), but mathematicians prefer radians. **But why are there angles in the first place???** Why doesn't it go e.g. from 0 to 1 like all other nice functions? Well, it's because of the relation to geometry and circles, remember the fucking triangle above... if you define sine with a circle it all repeats after *2 pi*. Imagine the shadow on the wall going up and down -- the cycle will repeat when the rotating thing makes 360 degrees all round. Just draw some picture if you don't get it.
Some additional facts and properties regarding the sine functions are:
@ -43,7 +43,7 @@ Some additional facts and properties regarding the sine functions are:
- It is periodic, with a period of 2 [pi](pi.md).
- Sine is just shifted [cosine](cos.md), i.e. *sin(x) = cos(x - 1/2 pi)*
- Its inverse function is [arcus sine](asin.md), abbreviated *asin*, also written as *sin^-1* -- this function tells you what argument you need to give to sin to get a specific result number. It's actually an inverse of only part of the sine function because the whole sine function can't be inverted, it isn't [bijective](bijection.md).
- [Derivative](derivative.md) of *sin(x)* is *cos(x)*, the [integral](integral.md) of *sin(x) dx* is *-cos(x)*.
- [Derivative](derivative.md) of *sin(x)* is *cos(x)*, the [integral](integral.md) of *sin(x)* is *-cos(x)*.
- By adding many differently shifted and scaled sine functions we can create basically any other function, see e.g. [cosine transform](cosine_transform.md).
- Sine and [cosine](cos.md) functions are used to draw [circles](circle.md). If you plot points with *x* coordinate equal to *sin(t)* and *y* coordinate equal to *cos(t)* for *t* going from 0 to *2 * pi*, you'll get a unit circle.
- *sin(x)^2 + cos(x)^2 = 1*
@ -60,11 +60,9 @@ Some values of the sine function are:
| pi / 2 | 90 | 1 |
| 2 pi | 360 | 0 |
## Programming
In programming languages the sine function is generally available in some math library, for example in [C](c.md) the function `sin` is in `math.h`. Spare yourself bugs, **always check if your sin function expects [radians](radian.md) or degrees!**
In [programming languages](programming_language.md) the sine function is generally available in some math [library](library.md), for example in [C](c.md) the function `sin` is in `math.h`. Spare yourself bugs, **always check if your sin function expects [radians](radian.md) or degrees!**
**Want to make your own sine function for whatever reason (performance, curiosity, ...)?** Then firstly consider what you expect from it. If you want a small, fast and perhaps integer only `sin` function (the one we'd prefer in [LRS](lrs.md)) that doesn't need extreme accuracy, consider using a **[look up table](lut.md)**. You simply precompute the values of the sine function into a static table in memory and the function just retrieves them when called -- this is super fast. Note that you can save a lot of space by **only storing sine values between 0 and 1/2 pi**, the remaining parts of the function are just different transformations of this part. You can further save space and/or make the function work with [floats](float.md) by further [interpolating](interpolation.md) (even just linearly) between the stored values, for example if `sin(3.45)` is called and you only have values stored for `sin(3.4)` and `sin(3.5)`, you simply average them.

View file

@ -81,6 +81,8 @@ Here are a few tips on how to spot soyence:
- Is the mainstream spending resources on promoting it? It's soyence almost with 100% certainty soyence.
- ...
The cult of soyence is one of the great pillars of the system's indoctrination and brainwashing system that nurtures [NPCs](npc.md) into a mindset of mindlessness in which people obtain answers to any and all questions solely from "approved experts", allowing to establish lies which contradict what would otherwise be completely obvious, visible with the naked eye. Of course it's not necessarily wrong to take the word of an expert, nonetheless the point here is that this simple idea is twisted and taken to such an extreme that it becomes a tool for exploitation of the people: now it is FORBIDDEN to NOT take the word of an "expert" on practically every part of your life that is not the one tiny and insignificant niche that you specialize in such as selling cars or photographing weddings (and even there if you oppose the consensus you'll likely be canceled and labeled "no longer an expert in that area"): there are now eye experts that will tell you what your eyes are seeing and ear experts telling you what your ears are hearing and unless you have a [PhD](phd.md) in eye or ear "science", you must trust them. So now a common folk is completely rid of all thinking, it is possible to implant any "facts" to everyone's heads. For example (this may happen to [the author](drummyfish.md) sooner or later) it is absolutely possible for the system to imprison an absolute pacifist -- who only ever advocated against any violence at all -- for the crime of inciting violence, even if there is complete and undeniable evidence, such as his website with all his writings, that the man never called for violence and in fact did the absolute opposite -- this is possible because no one will bother reading the evidence even when it's right in front of his eyes, or he just won't believe his eyes because he is simply waiting for an "expert" to translate the real world for him, and if said expert is skilled enough in mental gymnastic -- or just plain and simple lying -- he can just translate a sentence "NEVER use violence" into it "actually" meaning "I call everyone to use violence now!". This sounds stupids and it is, and it's how reality is nowadays -- just ask yourself this: when you see a mass shooter on the news, will you go download his manifesto, read through it and make your own judgment, or will you just wait for the summary of the manifesto they'll give you on the news?
## See Also
- [pseudoskepticism](pseudoskepticism.md)

View file

@ -6,7 +6,7 @@ If, unlike almost all people, you are in fact not a joyful ignorant and are curs
We live in a highly developed dystopia that brainwashes us from the day we take our first breath so that we do bad things and reject good things: practically 100% people in the western world are taught to act and think in EXACT OPPOSITE ways than they should be. Unretarding means unlearning these harmful ways, and this can be very difficult -- it is hard enough to try to reverse all your habits and patterns of thinking, but in addition doing so will make you seem like someone who has gone mad or is just [joking](jokes.md), which is why it will be extremely difficult to convince anyone you're serious and to find anyone who will understand you. What you have been taught is "good" is in fact usually bad and vice versa -- this is a pattern you will recognize very quickly once you adopt [LRS](lrs.md) thinking. For example most common people would probably say that [justice](justice.md), fairness, [laws](law.md), optimism, [competition](competition.md), anti-[cheating](cheating.md) measures, more computer [security](security.md) and [modern](modern.md) technology are all clearly good things -- LRS reveals they are in fact NOT, they are very bad things.
To start seeing through the propaganda we advice to start with the hint we just mentioned: if they system supports something and/or encourages you to do something ("Buy this!", "Go vote!" etc.) or if it rewards something or someone (i.e. someone being a celebrity, proclaimed [hero](hero_culture.md), ...), it's very likely a bad thing and vice versa; but of course we have to always confirm this using critical thinking -- for this we firstly have to know what our goal is (for us it's well being and happiness of all life), then we must turn off our [shortcut thinking](shortcut_thinking.md) and turn on [critical thinking](critical_thinking.md), and then we must start thinking the concept in question through and evaluate whether it helps our goal or not. Of course matters are not always so simple, for example recognizing who and what is part of the "system" and who is part of the opposition may not be easy and may not even have a clear yes/no answer -- many people and things are both part of the system and part of the opposition to various degrees. Nevertheless a good advice for a beginner is to consider practically everything to be part of the system, even things that to normal people look like the opposition, for example "[open source](open_source.md) communities" etc. -- part of the system is also creating an ILLUSION of opposition, people are led to believe there exists good, the system creates "fake good" to keep people optimistic and busy so that they can't truly revolt, it just makes them think they're revolting. I.e. we must adopt a presumption of [evil](evil.md), be suspicious of everything, the system is powerful, widespread and [cancerous](cancer.md), by now it has infected practically everything, at least in the western world.
To start seeing through the propaganda we advise to start with the hint we just mentioned: if they system supports something and/or encourages you to do something ("Buy this!", "Go vote!" etc.) or if it rewards something or someone (i.e. someone being a celebrity, proclaimed [hero](hero_culture.md), ...), it's very likely a bad thing and vice versa; but of course we have to always confirm this using critical thinking -- for this we firstly have to know what our goal is (for us it's well being and happiness of all life), then we must turn off our [shortcut thinking](shortcut_thinking.md) and turn on [critical thinking](critical_thinking.md), and then we must start thinking the concept in question through and evaluate whether it helps our goal or not. Of course matters are not always so simple, for example recognizing who and what is part of the "system" and who is part of the opposition may not be easy and may not even have a clear yes/no answer -- many people and things are both part of the system and part of the opposition to various degrees. Nevertheless a good advice for a beginner is to consider practically everything to be part of the system, even things that to normal people look like the opposition, for example "[open source](open_source.md) communities" etc. -- part of the system is also creating an ILLUSION of opposition, people are led to believe there exists good, the system creates "fake good" to keep people optimistic and busy so that they can't truly revolt, it just makes them think they're revolting. I.e. we must adopt a presumption of [evil](evil.md), be suspicious of everything, the system is powerful, widespread and [cancerous](cancer.md), by now it has infected practically everything, at least in the western world.
## See Also

File diff suppressed because one or more lines are too long

View file

@ -3,9 +3,9 @@
This is an autogenerated article holding stats about this wiki.
- number of articles: 615
- number of commits: 946
- total size of all texts in bytes: 4845391
- total number of lines of article texts: 35713
- number of commits: 947
- total size of all texts in bytes: 4853158
- total number of lines of article texts: 35731
- number of script lines: 294
- occurrences of the word "person": 9
- occurrences of the word "nigger": 103
@ -18,7 +18,7 @@ longest articles:
- [how_to](how_to.md): 76K
- [capitalism](capitalism.md): 76K
- [less_retarded_society](less_retarded_society.md): 64K
- [faq](faq.md): 56K
- [faq](faq.md): 60K
- [3d_rendering](3d_rendering.md): 56K
- [number](number.md): 52K
- [c](c.md): 44K
@ -35,60 +35,70 @@ longest articles:
top 50 5+ letter words:
- which (2673)
- there (2102)
- people (1976)
- example (1659)
- other (1517)
- about (1331)
- which (2676)
- there (2107)
- people (1981)
- example (1661)
- other (1518)
- about (1332)
- number (1296)
- software (1234)
- because (1065)
- their (1032)
- because (1066)
- their (1034)
- program (1021)
- would (1002)
- something (961)
- being (953)
- things (926)
- would (1004)
- something (963)
- being (960)
- things (928)
- language (915)
- called (893)
- function (833)
- simple (827)
- called (894)
- function (836)
- simple (829)
- computer (823)
- numbers (818)
- without (808)
- different (761)
- however (758)
- programming (751)
- these (747)
- world (723)
- system (699)
- without (813)
- different (764)
- however (763)
- programming (753)
- these (748)
- world (724)
- system (704)
- doesn (681)
- should (678)
- still (670)
- games (657)
- while (653)
- point (644)
- drummyfish (635)
- society (631)
- simply (622)
- possible (610)
- using (603)
- probably (588)
- always (586)
- course (573)
- should (679)
- still (671)
- games (658)
- while (654)
- point (645)
- drummyfish (634)
- society (632)
- simply (627)
- possible (612)
- using (604)
- probably (590)
- always (588)
- course (575)
- similar (571)
- though (570)
- similar (570)
- https (565)
- basically (561)
- really (542)
- actually (542)
- someone (537)
- basically (562)
- actually (544)
- really (543)
- someone (538)
- memory (536)
latest changes:
```
Date: Tue Dec 17 15:08:40 2024 +0100
calculus.md
faq.md
hexadecimal.md
npc.md
phd.md
programming.md
random_page.md
wiki_pages.md
wiki_stats.md
Date: Mon Dec 16 16:09:17 2024 +0100
calculus.md
random_page.md
@ -107,21 +117,6 @@ Date: Sun Dec 15 20:50:53 2024 +0100
wiki_stats.md
work.md
Date: Sat Dec 14 16:25:29 2024 +0100
debugging.md
disease.md
drummyfish.md
free_software.md
freedom.md
git.md
just_werks.md
lgbt.md
often_confused.md
palette.md
random_page.md
shortcut_thinking.md
soyence.md
suicide.md
trolling.md
```
most wanted pages:
@ -149,8 +144,8 @@ most wanted pages:
most popular and lonely pages:
- [lrs](lrs.md) (323)
- [capitalism](capitalism.md) (281)
- [lrs](lrs.md) (324)
- [capitalism](capitalism.md) (282)
- [c](c.md) (234)
- [bloat](bloat.md) (226)
- [free_software](free_software.md) (194)
@ -160,14 +155,14 @@ most popular and lonely pages:
- [minimalism](minimalism.md) (113)
- [censorship](censorship.md) (112)
- [modern](modern.md) (111)
- [kiss](kiss.md) (108)
- [computer](computer.md) (108)
- [kiss](kiss.md) (107)
- [fun](fun.md) (104)
- [programming](programming.md) (102)
- [math](math.md) (101)
- [gnu](gnu.md) (97)
- [gnu](gnu.md) (98)
- [linux](linux.md) (96)
- [shit](shit.md) (95)
- [linux](linux.md) (95)
- [fight_culture](fight_culture.md) (94)
- [bullshit](bullshit.md) (93)
- [woman](woman.md) (91)

View file

@ -21,7 +21,7 @@ New? Confused? Many articles? Tl;dr:
- also FUCK:
- "[intellectual property](intellectual_property.md)" ([copyright](copyright.md), [patents](patent.md), ...)
- absolutely ANY kind of [censorship](censorship.md)
- [privacy](privacy.md)/[security](security.md) (it's BS and censorship)
- [privacy](privacy.md)/[security](security.md) (it's [BS](bullshit.md) and censorship)
- [heroes](hero_culture.md), worship of people, cults of personality
- [crypto](crypto.md)
- [laws](law.md)
@ -30,7 +30,7 @@ New? Confused? Many articles? Tl;dr:
- hierarchy in society
- [bullshit](bullshit.md) and [bloat](bloat.md)
- disclaimers
- optimism
- [optimism](optimism.md)
- everything "[modern](modern.md)"
- [consumerism](consumerism.md)
- ...
@ -48,17 +48,18 @@ New? Confused? Many articles? Tl;dr:
- **[incest](incest.md)** (preferably with birth control)
- ...
- ...
- establish **[less retarded society](less_retarded_society.md) (LRS)**: [anarcho pacifist](anpac.md) [communist](communism.md) peaceful society, everything's free, everything's allowed, no need for laws because we have morals, no forced [work](work.md), no [money](money.md), no states, no [bullshit](bullshit.md), no police, no [censorship](censorship.md), ...
- establish **[less retarded society](less_retarded_society.md) (LRS)**: utopian [anarcho pacifist](anpac.md) [communist](communism.md) peaceful society, everything's free, everything's allowed, no need for laws because we have [morals](morality.md), no forced [work](work.md), no [money](money.md), no states, no [bullshit](bullshit.md), no police, no [censorship](censorship.md), no incentive for crime (there is abundance of everything), ...
- slow **evolution** (education, true rationality, ...), **NOT revolution** (hysteria, violence, ...)
- we are TRUE left and don't fall under any traditional politics (i.e. right or [pseudoleft](pseudoleft.md)), that's why you're confused
- [technology](tech.md) for our cause: **[less retarded software](lrs.md) (also LRS)**:
- **extreme [minimalism](minimalism.md)** (necessary for TRUE, [de facto](de_facto.md) freedom), [suckless](suckless.md), [KISS](kiss.md)
- **[free software](free_software.md)** ([public domain](public_domain.md), NOT [copyleft](copyleft.md)), NOT [open $ource](open_source.md) (capitalist bullshit)
- selfless, 100% help the user, ZERO restrictions or abuse
- by extension also less retarded [hardware](hw.md), less retarded [science](science.md) etc.
- ...
- accept truth ([races](race.md) are real, [women](woman.md) are stupid, we live in dystopia, society can't be saved, ...)
- **THINK**, question ABSOLUTELY EVERYTHING, don't identify or adopt what you're offered, stop conforming, stop relying on others, create, educate, lead an example, ...
- NOTE: unique culture is forming here (language, values, in-jokes, memes, own definitions etc.), it may be harder to hop in (e.g. we never say we [fight](fight_culture.md) anything, we hate the [p-word](person.md), "he" is the default pronoun, we hate [coding](coding.md) but love programming, we hate [open $ource](open_source.md) but love [free software](free_software.md), we never say we are "[proud](pride.md)" of anything, ... -- see also [shitword](shitword.md))
- accept [truth](truth.md) ([races](race.md) are real, [women](woman.md) are stupid, we live in dystopia, society can't be saved, ...)
- **THINK**, question ABSOLUTELY EVERYTHING, don't identify or adopt what you're offered, stop conforming, stop relying on others, create, educate (others and yourself), lead an example, ...
- NOTE: unique culture/lore is forming here (language, values, in-jokes, memes, own definitions etc.), it may be confusing for an outsider (e.g. we never say we [fight](fight_culture.md) anything, we hate the [p-word](person.md), "he" is the default pronoun, we hate [coding](coding.md) but love programming, we hate [open $ource](open_source.md) but love [free software](free_software.md), we never say we are "[proud](pride.md)" of anything, ... -- see also [shitword](shitword.md))
- ...
## See Also