This commit is contained in:
Miloslav Ciz 2024-09-03 15:31:10 +02:00
parent 89ddec4212
commit b7dd8b6448
7 changed files with 1827 additions and 1831 deletions

View file

@ -4,7 +4,7 @@ Brain [software](software.md), also brainware, is kind of a [fun](fun.md) idea o
Primitive tools helping the brain compute, such as pen and paper or printed out mathematical [tables](lut.md), may be allowed.
**Brain game** is brain software which is a [game](game.md), i.e. servers to entertain the user. This kind of brain software may be also very important, for example it can make being in prison more bearable and therefore makes an individual less afraid of prison.
**Brain game** is brain software which is a [game](game.md), i.e. serves to entertain the user. This kind of brain software may be also very important, for example it can make being in prison more bearable and therefore makes an individual less afraid of prison.
Example of brain software (and brain game) can be the [game](game.md) of [chess](chess.md). A chess master can easily play the game without a physical chess board, only in his head, and he can play games with someone else just by saying the moves out loud. He may even just play games with himself, which makes chess a deep, entertaining game that can be 100% contained in one's brain. Such game can never be taken away from the man, it can't be altered by [corporations](corporation.md), it can't become unplayable on new [hardware](hardware.md) etc., making it free to the greatest extent. Many other board games and pen and pencil games, such as [racetrack](racetrack.md) (pen and pencil racing game suitable for one or many players).

View file

@ -32,6 +32,7 @@ From the times of antiquity also come more funny stories, for instance about Hip
## See Also
- [cynicism](cynicism.md)
- [stoicism](stoicism.md)
- [Buddha](buddha.md)
- [Jesus](jesus.md)
- [Pythagoras](pythagoras.md)

2
gnu.md
View file

@ -12,7 +12,7 @@ The GNU/Linux operating system has several variants in a form of a few GNU appro
- **GNU programs are typically [bloated](bloat.md)** -- although compared to [Windows](windows.md) GNU programs are really light as a feather and though GNU programs are also in many cases (but not always) quite optimized, their source code, judged from strictly [suckless](suckless.md) perspective, is mostly huge, which many view as a big issue (it's a common theme, there are [jokes](joke.md) such as GNU actually meaning *Gigantic and Nasty but Unavoidable* and so on). This is likely because GNU chooses to [battle](fight_culture.md) proprietary programs, often by trying to beat them at their own game, so features are preferred over [minimalism](minimalism.md) to stay competitive.
- **GNU also doesn't mind proprietary non-functional data** (e.g. assets in video games). This goes against [free culture](free_culture.md) and many other free software groups, notably e.g. [Debian](debian.md). Justifications for this range from "data itself can't be harmful" (false), through "we just focus on software" to "we need GNU to be more popular" (i.e. compatible with proprietary games and so on). GNU is also generally **NOT supportive of [free culture](free_culture.md) and even uses copyright to prohibit modifications of their propaganda texts**: the [GFDL](gfdl.md) license they use for texts may contain sections that are prohibited from being modified and so are non-free by definition. They also try to "protect" their names, you can't use the name "GNU" without their permission and so on. This sucks big time and shows some of the movement's darker side.
- **GNU is leaning towards dystopian, [Wikipedia](wikipedia.md)-style thought control**. Now of course let us say GNU does a lot of good and is not (at least yet) nowhere near as evil as any [corporation](corporation.md) for example, however some big red flags appear for example in their *Free System Distribution Guidelines* (FSDG) by which they POLITICALLY [censor](censor.md) software -- let us repeat that political censorship is taking place here, not just filtering of non-free software. FSDG will for example exclude any software from GNU approved repositories which merely *recommends* proprietary software OR *allows* installing it. This here is an authority doing thinking and ethical judgments for the people. It's without question we disapprove of proprietary software too of course, but it should never be the case that authorities should filter works for users based on their interpretation of the work, that is extremely, extremely dangerous and a repeatedly proven recipe for disaster. The service which software repository offers to the user must only ever be a simple, almost automated check -- for example of whether a repository has a free license -- but it must NEVER do thinking for the user. And this is what GNU does.
- **GNU is leaning towards dystopian, [Wikipedia](wikipedia.md)-style thought control**. Now of course let us say GNU does a lot of good and is not (at least yet) nowhere near as evil as any [corporation](corporation.md) for example, however some big red flags appear for example in their *Free System Distribution Guidelines* (FSDG) by which they POLITICALLY [censor](censorship.md) software -- let us repeat that political censorship is taking place here, not just filtering of non-free software. FSDG will for example exclude any software from GNU approved repositories which merely *recommends* proprietary software OR *allows* installing it. This here is an authority doing thinking and ethical judgments for the people. It's without question we disapprove of proprietary software too of course, but it should never be the case that authorities should filter works for users based on their interpretation of the work, that is extremely, extremely dangerous and a repeatedly proven recipe for disaster. The service which software repository offers to the user must only ever be a simple, almost automated check -- for example of whether a repository has a free license -- but it must NEVER do thinking for the user. And this is what GNU does.
- **GNU greatly pushes [copyleft](copyleft.md)**, which we, as well as many others, oppose.
- **GNU embraces complexity, plays the corporate game and rejects the true way of freedom through [minimalism](minimalism.md)**. GNU basically just makes a mantra of "license with 4 freedoms on every software" and will mostly ignore everything else, they'll just do whatever it takes to stick with the mantra, i.e. GNU tries to achieve popularity, it tries to [fight](fight_culture.md) corporations, gets into activism, it will abuse copyright -- basically GNU wants to become a "superpower of freedom", it doesn't mind hierarchy, state, control, it wants to replace corporations in holding the power over technology, naively believing that it will be using the power for good. That's why they embrace complexity and harmful ways of [capitalist software](capitalist_software.md) (e.g. "GUI in everything", "fuck Unix", ...), that is why they simply copy proprietary software 1 to 1, just with a free license, it helps them be popular (people can drop in replace their proprietary software with GNU software), it also helps them get a [monopoly](bloat_monopoly.md) they don't mind (remember, they even ask people to transfer their copyright to them) as they DO want to become a centralized superpower. Where corporations push JavaScript on websites, GNU will just try to make sure the JavaScript has a free license, instead of rejecting the idea of JavaScript on websites. Where a corporation makes a "smart home", GNU will try to do the same, just with free software, instead of rejecting such a dumb idea in the first place. Anyone who ever saw anything from [history](history.md) knows it's not possible for a good superpower to exist -- no matter how pure it starts, with power WILL come corruption no matter what, any superpower will ALWAYS become evil. The TRUE way of freedom is simply abolishing all superpowers, embracing minimalism and giving power to the people instead of trying to fix maximalism and believe a monopoly will somehow be good. Just take a look at [Wikipedia](wikipedia.md) as a recent example of how these things end. This philosophy is what helps GNU be big in short term but it's also what will kill it in the long term.
- ...

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -3,12 +3,12 @@
This is an autogenerated article holding stats about this wiki.
- number of articles: 591
- number of commits: 873
- total size of all texts in bytes: 4272243
- total number of lines of article texts: 32609
- number of commits: 874
- total size of all texts in bytes: 4281555
- total number of lines of article texts: 32641
- number of script lines: 294
- occurrences of the word "person": 7
- occurrences of the word "nigger": 92
- occurrences of the word "nigger": 93
longest articles:
@ -35,60 +35,79 @@ longest articles:
top 50 5+ letter words:
- which (2415)
- which (2425)
- there (1851)
- people (1650)
- example (1438)
- other (1313)
- number (1230)
- about (1155)
- software (1143)
- program (973)
- people (1652)
- example (1447)
- other (1316)
- number (1236)
- about (1157)
- software (1149)
- program (975)
- because (900)
- their (887)
- would (884)
- called (826)
- their (889)
- would (885)
- called (827)
- language (822)
- something (807)
- being (807)
- something (806)
- things (804)
- numbers (796)
- simple (766)
- numbers (801)
- simple (767)
- computer (752)
- without (718)
- programming (711)
- function (701)
- these (682)
- different (673)
- however (665)
- system (644)
- world (622)
- doesn (618)
- should (611)
- without (723)
- programming (712)
- function (707)
- these (683)
- different (678)
- however (666)
- system (647)
- world (625)
- doesn (619)
- should (614)
- while (593)
- point (587)
- point (588)
- society (579)
- games (578)
- drummyfish (560)
- simply (556)
- using (549)
- drummyfish (562)
- simply (557)
- using (551)
- though (548)
- still (543)
- possible (537)
- memory (524)
- similar (519)
- still (546)
- possible (540)
- memory (525)
- similar (520)
- https (511)
- course (504)
- course (508)
- value (503)
- technology (497)
- always (490)
- basically (485)
- really (475)
- probably (469)
- always (495)
- basically (487)
- really (479)
- first (472)
latest changes:
```
Date: Mon Sep 2 20:43:40 2024 +0200
ai.md
approximation.md
assembly.md
chess.md
doom.md
gnu.md
idiot_fallacy.md
lmao.md
lrs_dictionary.md
main.md
racetrack.md
random_page.md
steganography.md
ubi.md
version_numbering.md
wiki_pages.md
wiki_stats.md
xonotic.md
Date: Sat Aug 31 14:44:45 2024 +0200
3d_model.md
3d_rendering.md
@ -108,30 +127,6 @@ Date: Sat Aug 31 14:44:45 2024 +0200
cpp.md
cpu.md
diogenes.md
distance.md
dynamic_programming.md
earth.md
encyclopedia.md
fail_ab.md
fixed_point.md
forth.md
fourier_transform.md
fractal.md
fun.md
function.md
hyperoperation.md
interaction_net.md
iq.md
island.md
jargon_file.md
jokes.md
julia_set.md
kiss.md
langtons_ant.md
linear_algebra.md
logic_gate.md
lrs_dictionary.md
main.md
```
most wanted pages:
@ -159,7 +154,7 @@ most wanted pages:
most popular and lonely pages:
- [lrs](lrs.md) (296)
- [lrs](lrs.md) (298)
- [capitalism](capitalism.md) (245)
- [c](c.md) (221)
- [bloat](bloat.md) (214)
@ -169,12 +164,12 @@ most popular and lonely pages:
- [proprietary](proprietary.md) (125)
- [minimalism](minimalism.md) (100)
- [computer](computer.md) (99)
- [kiss](kiss.md) (97)
- [kiss](kiss.md) (98)
- [modern](modern.md) (95)
- [linux](linux.md) (92)
- [gnu](gnu.md) (92)
- [fun](fun.md) (91)
- [programming](programming.md) (89)
- [fun](fun.md) (92)
- [programming](programming.md) (90)
- [censorship](censorship.md) (87)
- [math](math.md) (85)
- [free_culture](free_culture.md) (82)
@ -184,11 +179,11 @@ most popular and lonely pages:
- [bullshit](bullshit.md) (81)
- [shit](shit.md) (80)
- [art](art.md) (78)
- [corporation](corporation.md) (77)
- [public_domain](public_domain.md) (76)
- [corporation](corporation.md) (76)
- [programming_language](programming_language.md) (75)
- [foss](foss.md) (75)
- [internet](internet.md) (72)
- [chess](chess.md) (73)
- ...
- [atan](atan.md) (5)
- [anal_bead](anal_bead.md) (5)