From d99d18ec2647109a7b6c5dbe034ecd189b3a9377 Mon Sep 17 00:00:00 2001 From: nathansmith Date: Sat, 10 May 2025 06:27:01 -0600 Subject: Tidy format --- distro_guides/arch.html | 376 ++++---- distro_guides/fedora.html | 297 +++---- distro_guides/xfce.html | 233 +++-- error/404.html | 47 +- index.html | 463 +++++----- linux_room.html | 1134 ++++++++++++------------ music_room.html | 1007 ++++++++++----------- nathans_philosophy.html | 2122 ++++++++++++++++++++------------------------- reading_corner.html | 371 ++++---- template.html | 45 +- ttr.html | 580 +++++++------ tv_corner.html | 943 +++++++++----------- 12 files changed, 3473 insertions(+), 4145 deletions(-) diff --git a/distro_guides/arch.html b/distro_guides/arch.html index 2cd0e9f..81ab3ba 100644 --- a/distro_guides/arch.html +++ b/distro_guides/arch.html @@ -1,216 +1,184 @@ - - Arch guide - - + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + - - Back to
-    home page
- Back to linux room - -
- - - - - - - - -
-

Arch linux

-

- Arch is just a better distro, but using arch doesnt - instantly make you a better linux user. Saying "I am a - arch user btw" is still fun and annoys people so I keep - saying it reguardless.

- Warning: This is a ever changing page due to the - fact I havent been daily driving arch for long as - of writing this and is uncompletish. -

-
- -
- - - - - - - - - - - - - - - - - -
-

Installing arch

-

- A lot of arch users will get pissed as fuck at me - but its ok to use arch install. I personally - prefer manually installing arch and wouldnt want to do - it any other way so I dont use it, btw (:

- The offical arch installation guide and - other resources on the arch wiki is a great way to - install arch though I also like to - use distro tubes arch installation - guide alongside the resources. Some arch users may - be pissed I dare tell people to go watch a youtube - video. I am sure most arch installation guides on - youtube suck but DT's video is killer. Plus its not a - replacement for the wiki, its just to help follow it a - bit easier and act as a good jumping off point. -

Some things I gotta add is for me DT's video - I linked doesnt work 100 percent. When setting up grub - it cant find the efi directory. You gotta use a switch - to show that command that fails the efi directory. I - forgor the switch and I am too lazy to look it up but - you can find it if the --help flag. Also - to dual boot with nasty nasty MS Windows(R) you gotta - install ntfs-3g for it to be able to read MS Windows(R) - ntfs(R) Microsoft(R) partitions. You also gotta - set GRUB_DISABLE_OS_PROBER=false - in /etc/default/grub and mount the MS - Windows(R) directory in the efi directory for OS proper - to work sometimes. -

-
-

After installing

-
    -
  • Make sure you install a good ass DE or WM. No - better DE - than good old trusty xfce. Your also going to want - lightdm with that. Thunar is a quite useable file - manager though you can betterize it with gvfs or - another opinional packages for cool fancy shit. Or for - even more cool fancy things get something like - - spaceFM. Just fuck around tbh.
  • -
  • If your - sound fucking aint working right install - sof-firmware.
  • -
  • I use yay because - it makes life in arch easier even though its - stupid ass bloat.
  • -
-
-

Nvidia drivers

-

- A lot can change depending on many things and - everything I say has only been tested on my machine so - read some fucking resources here: -

- Guide for my system mostly and maybe yours: -
    -
  • - Install some packages:
    - sudo pacman -Syu
    sudo pacman -S - nvidia nvidia-utils nvidia-settings
    -
  • - -
  • - Rebuild the initramfs:
    - sudo mkinitcpio -P -
  • - -
  • - Follow a guide found here to - setup lightdm for nvidia. -
  • - -
  • - Open up the xfce startup app thingy and - add nvidia-settings - --load-config-only as a startup app so - your nvidia settings load on login. -
  • - -
  • - After reboot you can check the drivers with: -
      -
    • - My prefered way:
      - - sudo pacman -S mesa-utils
      - glxinfo | grep -E "OpenGL - vendor|OpenGL renderer" -
      -
    • - -
    • Another - way: nvidia-smi
    • -
    -
  • - -
  • - For multi monitor refresh rate issues add these - to your /etc/environment
    - - CLUTTER_DEFAULT_FPS=<refresh rate of - your sync monitor>
    - __GL_SYNC_DISPLAY_DEVICE=<monitor to - sync to> -
    -
    Then open your nvidia settings, go to - OpenGL Settings and turn off "Allow Flipping". -
  • -
-

-
-

Tricks

-
    -
  • To clean out shit that builds up in pacman - run sudo pacman -Sc and sudo pacman - -Qdtq | sudo pacman -Rs - -
    - -Sc also works in yay.
  • -
-
-
+ +
+ + +
+ + + + + + + +
+

Arch linux

+

Arch is just a better distro, but using arch doesnt instantly + make you a better linux user. Saying "I am a arch user btw" is still + fun and annoys people so I keep saying it reguardless.
+
+ Warning: This is a ever changing page due to the fact I havent + been daily driving arch for long as of writing this and is + uncompletish.

+
+ +
+ + + + + + + + + + + + + +
+

Installing arch

+

A lot of arch users will get pissed as fuck at me but its ok + to use arch install. I personally prefer manually installing + arch and wouldnt want to do it any other way so I dont use it, btw + (:
+
+ The offical arch installation guide and other + resources on the arch wiki is a great way to install arch though I + also like to use distro + tubes arch installation guide alongside the resources. Some arch + users may be pissed I dare tell people to go watch a youtube video. + I am sure most arch installation guides on youtube suck but DT's + video is killer. Plus its not a replacement for the wiki, its just + to help follow it a bit easier and act as a good jumping off + point.
+
+ Some things I gotta add is for me DT's video I linked doesnt work + 100 percent. When setting up grub it cant find the efi directory. + You gotta use a switch to show that command that fails the efi + directory. I forgor the switch and I am too lazy to look it up but + you can find it if the --help flag. Also to dual boot + with nasty nasty MS Windows(R) you gotta install ntfs-3g for it to + be able to read MS Windows(R) ntfs(R) Microsoft(R) partitions. You + also gotta set GRUB_DISABLE_OS_PROBER=false in + /etc/default/grub and mount the MS Windows(R) directory + in the efi directory for OS proper to work sometimes.

+
+

After installing

+
    +
  • Make sure you install a good ass DE or WM. No better DE than + good old trusty xfce. Your also going to want lightdm with that. + Thunar is a quite useable file manager though you can betterize it + with gvfs or another opinional packages for cool fancy shit. Or + for even more cool fancy things get something like spaceFM. Just + fuck around tbh. +
  • +
  • If your sound fucking aint working right install + sof-firmware.
  • +
  • I use + yay because it makes life in arch easier even though its + stupid ass bloat. +
  • +
+
+

Nvidia drivers

+

A lot can change depending on many things and everything I say + has only been tested on my machine so read some fucking resources + here:

+ Guide for my system mostly and maybe yours: +
    +
  • Install some packages:
    + sudo pacman -Syu
    + sudo pacman -S nvidia nvidia-utils nvidia-settings
  • +
  • Rebuild the initramfs:
    + sudo mkinitcpio -P
  • +
  • Follow a guide found here to setup lightdm for + nvidia. +
  • +
  • Open up the xfce startup app thingy and add + nvidia-settings --load-config-only as a startup app + so your nvidia settings load on login.
  • +
  • After reboot you can check the drivers with: +
      +
    • My prefered way:
      + sudo pacman -S mesa-utils
      + glxinfo | grep -E "OpenGL vendor|OpenGL renderer"
    • +
    • Another way: nvidia-smi
    • +
    +
  • +
  • For multi monitor refresh rate issues add these to your + /etc/environment
    + CLUTTER_DEFAULT_FPS=<refresh rate of your sync + monitor>
    + __GL_SYNC_DISPLAY_DEVICE=<monitor to sync to>

    + Then open your nvidia settings, go to OpenGL Settings and turn off + "Allow Flipping".
  • +
+
+

Tricks

+
    +
  • To clean out shit that builds up in pacman run sudo + pacman -Sc and sudo pacman -Qdtq | sudo pacman -Rs + -
    + -Sc also works in yay.
  • +
+
+
diff --git a/distro_guides/fedora.html b/distro_guides/fedora.html index 7b652a2..72b47c7 100644 --- a/distro_guides/fedora.html +++ b/distro_guides/fedora.html @@ -1,167 +1,154 @@ - - Fedora guide - - + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + - - Back to home page -
- Back to linux room - -
- - - - - - - - -
-

Fedora xfce

-

- Fedora been my go to for quite a while though I sometimes switch desktops lmao. - I have tried the gnome version but it doesn't really fit me so most - of the time I have used the kde spin though recently kde just haven't - been feeling the same. It has been feeling buggy and have been fighting - with nvidia drivers. After running xfce on my second computer for a while - I grew to really like it and started using it on my main and it have been - running much better then kde. -

- Fedora xfce can be downloaded here. -

-
- -
- - - - - - - - - - - - - -
-

Setting up fedora

-

- Fedora has a little extra setup you wouldn't see in something like linux mint though - it isn't that bad. -

-

Packages

-

- You can speed up dnf by adding these to /etc/dnf/dnf.conf
- - max_parallel_downloads=20
- fastestmirror=True -
-

- The default repos have lots of stuff but you might want an app that isn't in it like steam. - I know the gnome version has a enable 3rd party repos button that does everything I listed here - but I am on the xfce version and also had to do this on the kde verison. -

-
    -
  • - Setup rpm fusion to get more packages in dnf with the - resources here -
  • -
  • - Install flatpak if not already there using "sudo dnf install flatpak" then add - flathub - to get some cool apps! -
  • -
- -

Multimedia

-

- By default fedora doesn't have many codecs and you need to install them yourself. - Without them many media files will not work and lots of youtube videos will not be able to play. - The fedora docs use to show how to install them but they removed it from their page - and instead shows a new version which installs some stuff but not everything. - I do both of them to make sure I get all the codecs I need. -

-
    -
  • Update your system with sudo dnf upgrade
  • -
  • Install the new packages with sudo dnf group install multimedia
  • -
  • - Install the old ones with these three commands in a row: -
      -
    • sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base} - gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel
    • -
    • sudo dnf install lame\* --exclude=lame-devel
    • -
    • sudo dnf swap ffmpeg-free ffmpeg --allowerasing
    • -
    -
  • -
-
-

Nvidia drivers

-

- Nvidia isn't the best on linux and I like AMD much more though I am stuck with nvidia for now. - For xfce there are some extra settings to enable it but it works great once that is done. - You will need rpm fusion first before you can install the drivers. -

-
    -
  • - Follow the fedora docs on nvidia - here -
  • -
  • - Also look at the rpmfusion docs on nvidia - here -
  • -
  • - Follow the archwiki on nvidia in lightdm - here. -
  • -
  • - For multi monitor refresh rate issues add these to your /etc/environment
    - - CLUTTER_DEFAULT_FPS=<refresh rate of your sync monitor>
    - __GL_SYNC_DISPLAY_DEVICE=<monitor to sync to> -
    -
    - Then open your nvidia settings, go to OpenGL Settings and turn off "Allow Flipping". -
  • -
-
-

Useful things in fedora

- Fedora doesn't have "update-grub" so instead you have to use these:
- - sudo grub2-mkconfig -o /etc/grub2.cfg
- sudo grub2-mkconfig -o /etc/grub2-efi.cfg -
-
-
+ +
+ + +
+ + + + + + + +
+

Fedora xfce

+

Fedora been my go to for quite a while though I sometimes switch + desktops lmao. I have tried the gnome version but it doesn't really + fit me so most of the time I have used the kde spin though recently + kde just haven't been feeling the same. It has been feeling buggy + and have been fighting with nvidia drivers. After running xfce on my + second computer for a while I grew to really like it and started + using it on my main and it have been running much better then + kde.
+
+ Fedora xfce can be downloaded here.

+
+ +
+ + + + + + + + + + +
+

Setting up fedora

+

Fedora has a little extra setup you wouldn't see in something + like linux mint though it isn't that bad.

+

Packages

+

You can speed up dnf by adding these to /etc/dnf/dnf.conf
+ max_parallel_downloads=20
+ fastestmirror=True

+
+ The default repos have lots of stuff but you might want an app that + isn't in it like steam. I know the gnome version has a enable 3rd + party repos button that does everything I listed here but I am on + the xfce version and also had to do this on the kde verison.

+
    +
  • Setup rpm fusion to get more packages in dnf with the + resources here +
  • +
  • Install flatpak if not already there using "sudo dnf install + flatpak" then add flathub to get some cool apps! +
  • +
+

Multimedia

+

By default fedora doesn't have many codecs and you need to + install them yourself. Without them many media files will not work + and lots of youtube videos will not be able to play. The fedora docs + use to show how to install them but they removed it from their page + and instead shows a new version which installs some stuff but not + everything. I do both of them to make sure I get all the codecs I + need.

+
    +
  • Update your system with sudo dnf upgrade
  • +
  • Install the new packages with sudo dnf group install + multimedia
  • +
  • Install the old ones with these three commands in a row: +
      +
    • sudo dnf install + gstreamer1-plugins-{bad-\*,good-\*,base} + gstreamer1-plugin-openh264 gstreamer1-libav + --exclude=gstreamer1-plugins-bad-free-devel
    • +
    • sudo dnf install lame\* + --exclude=lame-devel
    • +
    • sudo dnf swap ffmpeg-free ffmpeg + --allowerasing
    • +
    +
  • +
+
+

Nvidia drivers

+

Nvidia isn't the best on linux and I like AMD much more though I + am stuck with nvidia for now. For xfce there are some extra settings + to enable it but it works great once that is done. You will need rpm + fusion first before you can install the drivers.

+
    +
  • Follow the fedora docs on nvidia here +
  • +
  • Also look at the rpmfusion docs on nvidia here +
  • +
  • Follow the archwiki on nvidia in lightdm here. +
  • +
  • For multi monitor refresh rate issues add these to your + /etc/environment
    + CLUTTER_DEFAULT_FPS=<refresh rate of your sync + monitor>
    + __GL_SYNC_DISPLAY_DEVICE=<monitor to sync to>

    + Then open your nvidia settings, go to OpenGL Settings and turn off + "Allow Flipping".
  • +
+
+

Useful things in fedora

Fedora doesn't + have "update-grub" so instead you have to use these:
+ sudo grub2-mkconfig -o /etc/grub2.cfg
+ sudo grub2-mkconfig -o /etc/grub2-efi.cfg
+
+
diff --git a/distro_guides/xfce.html b/distro_guides/xfce.html index 252fdca..02f43ab 100644 --- a/distro_guides/xfce.html +++ b/distro_guides/xfce.html @@ -1,149 +1,120 @@ - - Xfce guide + Xfce guide + + } + - - Back to
-    home page
- Back to linux room - -
- - - - -
-

Xfce DE

-

- Indeed the best DE out there. -

-
- - - - - - - - - -
-

- By default xfce is a very plain desktop and looks kind - of old and shitty (like this website), but it can look - and feel great with some work! -

-
    -
  • Install nicer icons like papirus, can never go - wrong with papirus icons. then set them as your icon - theme
  • -
  • - Install a better theme. Some good ones are: - -
  • -
  • - Install kvantum and kvantum-qt5 to change qt - themes. Add this to /etc/environment - for kvantum to work:
    - - QT_STYLE_OVERRIDE=kvantum - -
  • -
  • - Whisker menu for those who want a more modern menu: -
      -
    • Install whisker menu for a way better - menu
    • -
    • Go into the panel settings to remove the - old one and change it to whisker menu.
    • -
    -
  • -
  • - Enable clipman as one of the startup apps for a kde - like clipboard. -
  • -
  • - Make some nicer keybinds: -
      -
    • - Bind xfce4-popup-whiskermenu - to something like alt+f1 than use xcape to - bind it to super to get around the xfce - super key bug. Add xcape -e - 'Super_L=Alt_L|F1' as a startup - application or whatever dummy keybind you - binded to whiskermenu. Sadly xfce cant bind - anything to super key without breaking - other shortcuts that use super so we have - to use xcape in a painful hacky way. -
    • -
    • Bind "super+v" - to xfce4-clipman-history to make - it feel more like the kde clipboard
    • -
    -
  • -
  • - Make new windows show up at the mouse by going into - the "Window ManagerTweaks" "Placement" tab, turning - the minimum size all the way up and chaning the - place windows position to under the mouse pointer. -
  • -
  • - Go into "Window Manager" and set a cooler window - style and more sane shortcuts for virtual desktops. -
  • -
  • - Go into "Window Manager Tweaks" and fuck around - with the compositor settings for cool clear things. -
  • -
-
-

Rofi in xfce

The default xfce appfinder been - causing me issues lately so I decided to switch to rofi. -

To make rofi work with my workflow I like to add - some binds for it: -
    -
  • Bind rofi -show drun -icon-theme - "Papirus-Dark" -show-icons to super+d
  • -
  • Bind rofi -show run to super+r
  • -
  • Bind rofi -show window -icon-theme - "Papirus-Dark" -show-icons to super+w
  • -
- There is much more I could use rofi for but this is all I - need. -
-
+ +
+ + +
+ + + + +
+

Xfce DE

+

Indeed the best DE out there.

+
+ + + + + + + +
+

By default xfce is a very plain desktop and looks kind of old and + shitty (like this website), but it can look and feel great with some + work!

+
    +
  • Install nicer icons like papirus, can never go wrong with + papirus icons. then set them as your icon theme
  • +
  • Install a better theme. Some good ones are: + +
  • +
  • Install kvantum and kvantum-qt5 to change qt themes. Add this + to /etc/environment for kvantum to work:
    + QT_STYLE_OVERRIDE=kvantum
  • +
  • Whisker menu for those who want a more modern menu: +
      +
    • Install whisker menu for a way better menu
    • +
    • Go into the panel settings to remove the old one and + change it to whisker menu.
    • +
    +
  • +
  • Enable clipman as one of the startup apps for a kde like + clipboard.
  • +
  • Make some nicer keybinds: +
      +
    • Bind xfce4-popup-whiskermenu to something + like alt+f1 than use xcape to bind it to super to get around + the xfce super key bug. Add xcape -e + 'Super_L=Alt_L|F1' as a startup application or whatever + dummy keybind you binded to whiskermenu. Sadly xfce cant bind + anything to super key without breaking other shortcuts that + use super so we have to use xcape in a painful hacky way.
    • +
    • Bind "super+v" to xfce4-clipman-history to + make it feel more like the kde clipboard
    • +
    +
  • +
  • Make new windows show up at the mouse by going into the + "Window ManagerTweaks" "Placement" tab, turning the minimum size + all the way up and chaning the place windows position to under the + mouse pointer.
  • +
  • Go into "Window Manager" and set a cooler window style and + more sane shortcuts for virtual desktops.
  • +
  • Go into "Window Manager Tweaks" and fuck around with the + compositor settings for cool clear things.
  • +
+
+

Rofi in xfce

The default xfce appfinder been causing me + issues lately so I decided to switch to rofi.
+
+ To make rofi work with my workflow I like to add some binds for it: +
    +
  • Bind rofi -show drun -icon-theme "Papirus-Dark" + -show-icons to super+d
  • +
  • Bind rofi -show run to super+r
  • +
  • Bind rofi -show window -icon-theme "Papirus-Dark" + -show-icons to super+w
  • +
There is much more I could use rofi for but this is all I need. +
+
diff --git a/error/404.html b/error/404.html index 164819b..211cd5b 100644 --- a/error/404.html +++ b/error/404.html @@ -1,44 +1,39 @@ - - 404 Page Not Found - - + } + - - Back to home page - -
- - - - -
-

Woopsy!

-

- You tried looking for something that doesnt exist. This is a strange 404 page indeed. -

- Sips british tea -
-
+ + +
+ + + + +
+

Woopsy!

+

You tried looking for something that doesnt exist. This is a + strange 404 page indeed.

+ +
+
diff --git a/index.html b/index.html index 27250ae..9415d4d 100644 --- a/index.html +++ b/index.html @@ -1,279 +1,222 @@ - - Nathan's Shitty Web - - + Nathan's Shitty Web + + + + } + - -
- Nathan's Shit Web - Under construction - - - - - - -
- durp durp durp - -

Contact

- -
- - -
- - - - - -
-

About me

-

- Many people don't know their reason for existing, - others think they know but will one day have to learn - the hard way they were wrong. My reason for existing is - to explore the world around me and continue the nonstop - journy of learning and finding new things. I try to - avoid anything that disrupts the journy, requires - closing off my mind and handing it over to - someone... If you have a problem with that you can - go fuck yourself!
- Lain
Some - of my interests and hobbies: -

-
    -
  • Guitar and bass
  • -
  • Linux
  • -
  • Programming
  • -
  • Electronics modding and DIY
  • -
  • Real leftism and politics (real leftism is very - different than what society wants you to think)
  • -
  • Lite amounts of philosophy and psychology
  • -
-
- - +
+ Nathan's Shit Web Under construction +
+ + + + +
+ durp durp durp +

Contact

+ +
+ + + + +
+

About me

+

Many people don't know their reason for existing, others think + they know but will one day have to learn the hard way they were + wrong. My reason for existing is to explore the world around me and + continue the nonstop journy of learning and finding new things. I + try to avoid anything that disrupts the journy, requires closing off + my mind and handing it over to someone... If you have a problem + with that you can go fuck yourself!
+ Lain
+ Some of my interests and hobbies:

+
    +
  • Guitar and bass
  • +
  • Linux
  • +
  • Programming
  • +
  • Electronics modding and DIY
  • +
  • Real leftism and politics (real leftism is very different than + what society wants you to think)
  • +
  • Lite amounts of philosophy and psychology
  • +
+
+ + + + + + +
+

--> Sign the guest + book

+

--> Read the blog

+

--> Visit the linux room

+

--> Visit the music room

+
+

--> Visit the tv corner

+

--> Visit the reading + corner

+

--> Learn Nathan's + philosophy

+

--> Tips, tricks, & reviews

+
+
+ + +
+

Webrings

+ + no ai webring + previous + random + next + + + - - - - - + + -
-

--> Sign the guest - book

-

--> Read the blog

-

--> Visit the linux - room

-

--> Visit the music - room

-
-

--> Visit the tv - corner

-

--> Visit the reading - corner

-

--> Learn Nathan's - philosophy

-

--> Tips, tricks, & - reviews

-
- I have
-                    concepts of a plan - + + + + + +
+ Music web ring
+ prev + rand + next +
+
+ + + + + + + +
+ + left + + Mouthwash + + + right +
+
- - +
+ - - - + + + -
-

Webrings

- - - - no ai webring - previous - random - next - - a gray Windows 95 style dialog box titled 'The
-                          No AI Webring' with a little icon showing a computer
-                          chip in a rubbish bin. beside it are three clickable
-                          buttons, labeled Previous, Random... and Next - - - - - - - -
- - - - - -
- - Music web ring
- prev - rand - next -
-
- - - - - - - -
- - left - - - Mouthwash - - - right -
-
- - - - - - - - -
- <-- - - Member of the *nixRing
- - - -
- -->
-
-

My buttons

nsw shit -

- Use one and link back to me please :3
They arent - standard size because fuck you (: -

-

My dog

Small
-                    dog More small
-                    dog Another small
-                    dog -
+ + <-- + Member of the *nixRing
+
+ + --> +
- - keep the
-        web free - - wiby - - - digdeeper - - - Online spyware
-            watchdog - - - isntreal - - - speevtheteev - - - foggybear42 - - - t-hates-you - - - aurorawho - - - Moosyu - - -
- - yuentp - - - Powered by BLAHAJ - - Lain - -
- - Made with gnu emacs - - - ublock now - - crush capitalism! - This is an Anti-NFT Site - Linux powered - -
bi pride - need moar coffee XD - I love my boyfriend - +
+ + +

My buttons

nsw + shit +

Use one and link back to me please :3
+ They arent standard size because fuck you (:

+

My dog

Small dog + More small dog Another small dog + + + + wiby digdeeper + isntreal + speevtheteev foggybear42 t-hates-you aurorawho Moosyu
+ yuentp Powered by BLAHAJ Lain
+ Made with gnu emacs ublock now crush capitalism! This is an Anti-NFT Site Linux powered
+ bi pride + + +
diff --git a/linux_room.html b/linux_room.html index 9477044..2f30667 100644 --- a/linux_room.html +++ b/linux_room.html @@ -1,568 +1,594 @@ - - The linux room + The linux room + + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + border=1 + } + - - Back to home page - -
- Tux the penguin flying - - - - -
-

Setup/software list

- -
- - - - - -
-

Why linux

-

- I have always liked being able to customize, mod, and poke inside different things. - Computers are machines for us to play around with and use how we see fit yet the only thing - the big tech companies want to do it lock everything up and it disgusts me. - Fuck google, fuck microsoft, fuck apple, and fuck all the other evil tech companies!!! - Its time for the open source revolution and seize them all and open source the entire world!!! - Without linux or any other unix life would be much much worse. Linux is my safe place - from all the shit in the world. -

- Window kills kittens -
- - - - - -
-

Distros

-

- I will distro hop a bit though for the most part I like to stay with the - same distro and just change DE's or WM's. For the longest time I just - switched to a different fedora spin every so often. Now I use arch because - I got tired of fedora and couldnt find a distro I liked so I switched - to arch to make it feel the way I want. -

- -

Guides

- - -

Cool distros

-

- Not including the guides -

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

GUI apps

-

- A lot of linux users dont like GUI apps. I think they are great - when they are done right. -

-
-

Claws mail

-

- I have used thunderbird in the past though like I said before - mozilla is evil as fuck. - Through the power of actually following the unix philosophy and not being full of javascript bullshit - claws is about the safest email client out there. Gone are the days of just clicking a email being - enough to fuck you over. Anyways you likely noticed that claws just displays everything in plain - text. I like using the dillo plugin for a nicer view, and guess what? Still no shitty javascript - that can get you fucked! -

-
-

Emacs

-

- Don't use emacs. Its stupido. -

- That is and will always be true but lately as of writing this I been bit by - the emacs bug. Using emacs is so bad and so wrong but feels so good to use. I defeated rsi - by doing hand exercises for nearly a year and a half as of writing this. I had to learn - the hard way being a guitarist and emacs user while taking CS classes and writing code - all the time wasnt a good idea. Now I play bass to but it balances out because I switched - over to IT and became too lazy to write code most of the time. I lost my lite weight hand - exercise tools and instead of buying new ones I just started using the heavy ones for hours - at a time until I had the grip strength to crush a human skull. Now my rsi is cured - as long as I keep up the exercises. -

- I dont use doom emacs, spaceacs.. or any of that bullshit. Just good old gnu emacs with a - simple config and a hand full of plugins. -
- Some of my favorite are: -

-
    -
  • Ivy: it makes emacs feel a bit nicer without completely changing it by much.
  • -
  • Company with eglot: a easy way to add good auto-complete and lsp support. It doesnt - bloat the system up too much and it adds much faster and better auto-complete then - what any standard ide has and it doesnt get in the way.
  • -
  • nyan-mode: this plugin will change your life. Emacs isnt even usable without it. This - plugin is the biggest reason I use emacs. Take that vim users!
  • -
-

- Fun fact: I use emacs to work on this site. -

-
-

SpaceFM

-

- For the longest time I just used thunar because its decent and default in xfce though I decided - to give spaceFM a try as of writing this. I might got annoyed of it in a week and ditch it or - end up really liking it. These kinds of things tend to go either way for me. I will either - fucking hate it or wonder how I ever lived without it.
- Update: After using it for a little bit I really dig it and never want to go back. -

- -

Encrypted partitions/the few things udevil doesnt support yet in spaceFM

-

- SpaceFM doesnt support encrypted partitions by default but lucky for us its very customizable. - To get encrypted disks working I use udisks2 and udiskie. -

-
    -
  • Install udisks2 and udiskie.
  • -
  • Go to xfce session and startup than add the command udiskie -s as a autostarted app. - The -s option makes udiskie show a tray icon and hide it when there arent any disks. -t will show - the tray all the time and by default udiskie will not show a tray.
  • -
  • In spaceFM go to Devices->Settings->Device Handlers and add a new handler: - udiskie device handler in spacefm - Whitelist: crypto_LUKS
    - Mount: udiskie-mount %v
    - Unmount: udiskie-umount $(lsblk -n -o MOUNTPOINT %v) -
- -

sftp

-

- Spacefm uses sshfs for sftp support. Once you install it you will be ready to rock. Though - for my use case I need symlink support. sshfs needs to have the option -o follow_symlinks - To support symlinks. To add the option go to Devices->Settings->Protocol Handlers->ssh and change the - mount option to:
- - #!/bin/bash -

- [[ -n "$fm_url_user" ]] && fm_url_user="${fm_url_user}@"
- [[ -z "$fm_url_port" ]] && fm_url_port=22
- echo ">>> sshfs -o follow_symlinks -p $fm_url_port $fm_url_user$fm_url_host:$fm_url_path %a"
- echo
- # Run sshfs through nohup to prevent disconnect on terminal close
- sshtmp="$(mktemp --tmpdir spacefm-ssh-output-XXXXXXXX.tmp)" || exit 1
- nohup sshfs -o follow_symlinks -p $fm_url_port $fm_url_user$fm_url_host:$fm_url_path %a &> "$sshtmp"
- err=$?
- [[ -e "$sshtmp" ]] && cat "$sshtmp" ; rm -f "$sshtmp"
- [[ $err -eq 0 ]] # set error status
-

- # Alternate Method - if enabled, disable nohup line above and
- # uncheck Run In Terminal
- # # Run sshfs in a terminal without SpaceFM task. sshfs disconnects when the
- # # terminal is closed
- # spacefm -s run-task cmd --terminal "echo 'Connecting to $fm_url'; echo; sshfs -p $fm_url_port $fm_url_user$fm_url_host:$fm_url_path %a; if [ $? -ne 0 ]; then echo; echo '[ Finished ] Press Enter to close'; else echo; echo 'Press Enter to close (closing this window may unmount sshfs)'; fi; read" & sleep 1
-
-

-
-

mpv

-

- I switched to mpv because vlc was acting weird with audio sometimes when watching anime and nothing - in this world is worse then something getting in the way of anime time! Just like lite-xl and neovim - mpv uses lua for its config files and is really simple by default. It also can play youtube videos - or other online streams just by giving it a url. -

-
-

Liferea

-

- Feed readers are one of those things I use on and off. A lot like mail clients feed readers - tend to be very bloated. Liferea is my favorite but - it has always had issues with nvidia drivers until I found out a trick.

- If liferea has issues add this to your /etc/environment and reboot
- WEBKIT_DISABLE_DMABUF_RENDERER=1 - -

- Some cool tricks: -

-
    -
  • - Get - this plugin to find feeds easier. -
  • -
  • - You can turn youtube channels into rss feeds with - https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}
    - This can be done for all your subscriptions with - - this script -
  • -
  • - You can drag and drop youtube urls from your feed reader into mpv so you can keep up with - your subscriptions without even touching youtube's website. -
  • -
-
-

ePDFViewer

-

- I wanted a pdf viewer that was light weight and simple. Being a xfce user I wanted - something that isnt tied to another DE and doesnt uses a hell ton of dependencies. -

-
- - - - - - - - - - - - - - - - - - - - - -
-

Web browsers

-

- Modern browsers are some of the worse things to every happen. - These are some of the better options out there. -

- For some resources on browsers check out - spyware watch dog and dig deeper. -

- For addons stay away from the mozilla or google bullshit and instead use something like - the gnuzilla thingy. You can also find addons on - mybrowseraddon than manually install them or - something along those lines. -

- For a dark mode addon stay away from darkreader. Dont know if its - spyware or not but when the browser starts up it makes a bunch of requests which is something a dark - mode plugin shouldnt do. Instead use something like dark-mode. -

-
-

Icecat

-

- I use to use firefox but switched to librewolf because - mozilla is evil as fuck. - If you don't know librewolf it its the ungoogled-chromium of firefox. Than I switched from librewolf to icecat. -

- The builtin plugins are decent. Librejs and its other contend blocking plugins are way more annoying - than something like umatrix but I am giving them a fair chance knowing that umatrix might not have - much of a future even if its still quite functional still. I still like to install ublock even with - everything that comes builtin.
- So I got annoyed of librejs and other builtin plugins in icecat. Now I just disable them because umatrix - and ublock can do way more, except jshelter: It is a api spoofer which is different from the others which - are contend blockers. Its useful for when you have to use javascript heavy websites but still want to - prevent alot of information from being leaked. I set ublock to disable javascript by default and I set - jshelter to strict mode by default. -

- Fun little trick: If video playback/youtube frame breaks on a website just throw it into mpv to stream - it from there. Sometimes to find the media you can hit ctrl+i to pull up page info and use the media - section or in some cases you might have to dig around in the inspector. -

- -

Installing

-

- You can find some newer builds here. - The offical version can be found - here. -

- -

Hardening

-

- The magic of icecat is it makes zero requests to mozilla but its not too hardened - so you might wanta use a user.js. Check out pyllyukko user.js. -

-
-

Palemoon and Basilisk

-

- Palemoon is a old firefox fork - that uses a different rendering engine so it can keep up with - newer webstandards while stilling keeping the old interface and support older plugins. - Basilisk use to be - developed by moonchild and was designed to be kind of like palemoon but based off - a bit newer version of firefox. The basilisk team broke off and is now seprate from - moonchild but still keeps in close contact with them. -

- What version you choose is really up to you and what interface you like more. Both of - them are going to struggle to use javascript heavy websites but its ok its I prefer - disabling javascript whenever possible and using umatrix to only let in what the - site needs to function. -

- -

Hardening

-

- Even though they are about as good as browsers get these days the developers are still - stupidos so you should - follow this guide. Its also best you disable webrtc (only basilisk even supports webrtc - out of the two) and webgl along with other hardening - because even though they are based off older versions of firefox they still support the modern - features that make it easier for sites to fucking fingerprint you. Basilisk is the only one that - supports webrtc out of the two. -

- To help hardened get yourself - a palemoon user.js. It helps you stand out less by hiding the fact you are using a weird old ass - browser. Btw, for whatever fucking reason this user.js seems to brick github issue pages so just keep - that in mind. Though if anything this just is another reason why real git sites like gitea and codeberg - are better. -

- You can timezone spoof by setting TZ=UTC before launching: -
- - sudo -s
- rm -rf /usr/bin/palemoon
- echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" > /usr/bin/palemoon
- chmod +x /usr/bin/palemoon -
-
- Basilisk users can come up with their own hack instead of having their hands held and gently walked through -

-
-

Ungoogled chromium

-

- Ungoogled chromium is what the name says, chromium without the google. I still prefer to - avoid anything chromim but if you really want to use a chromium based browser without - all the spyware shit you arent going to get any better than this. It hella beats brave - brave is fucking terrible. There is a addon that lets you install addons from - the chrome store and update them without having to sign into google but I still think - the best option is just to manually install the addons to completely avoid google. -

- Ungoogled chromium isnt hardened at all by default. Its designed to be a drop in replacement - for chrome that is user friendly and doesnt break anything. We dont do that here, for heaven - fucking shake at least harden it a little and to do that you can use - these flags. -

- With manifest v2 on the way out the future of chromium based browsers is fucked. Mozilla is - also doing shitty things so we are just in general fucked. -

-
-

librewolf

-

- Librewolf is about the easiest way to get a decent hardened browser setup. It still makes some requests to mozilla - which kind of sucks. -

-
- - - - - - - - - - - - - - - - -
-

Command line

-

- Yes, the terminal is a GUI program. But I put it here because fuck you. -

- For a cool command line I use nerd fonts. My favorite is the hack nerd font which can be installed with: -
- - wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip
- unzip Hack.zip -d Hack
- sudo cp -r Hack /usr/share/fonts/
-
-
- More nerd fonts can be found here. -

-
-

Alacritty

-

- I only started using it very recently because I been using kitty for a long time. - I switched to alacritty because ssh in kitty is fucked up and I found out that - alacritty now has a option for toml files for the config. The yml files was - one of the biggest things keeping me away from alacritty. -

-
-

zsh

-

- zsh is pretty cool though I been playing with fish a bit and been thinking of switching to that. - zsh has lots of cool things like vi keys (even though I use emacs) and is somewhat compatable with bash to. -

-
-

vim

-

- For a long time I used neovim. I started using neovim becaues I wanted vim to act more - like a ide and have fancy shit. For most things I ended up using lite-xl emacs more - because well... emacs just make my autism happy. Neovim ended up just being used for editing - configs, quickly - throwing together scripts, crazy vim wizard edits... so I decided to just ditch neovim - (you can find my old config - here) - and instead go with a simple vimrc with only a few plugins. -

- How dare someone use both emacs and vim! Shut your fucking piehole stupido! -

-
- - - - - - - - - + + +
+ Tux the penguin flying +
-

Extras

-

- These are programs I at one point used, dont use much... that I wanted to add. -

-
-

lite-xl

-

- I started using lite-xl because I wanted a simple little easy to config graphical text editor. lite-xl is - just that. I no longer have a need for it as I get into emacs again as of writing this but still a great - little editor. -

- On different screen sizes lite-xl may look bad and to fix it you need to set the LITE_SCALE - environment variable. -

-
+ + + +
+

Setup/software list

+ +
+ + + + +
+

Why linux

+

I have always liked being able to customize, mod, and poke inside + different things. Computers are machines for us to play around with + and use how we see fit yet the only thing the big tech companies + want to do it lock everything up and it disgusts me. Fuck google, + fuck microsoft, fuck apple, and fuck all the other evil tech + companies!!! Its time for the open source revolution and seize them + all and open source the entire world!!! Without linux or any other + unix life would be much much worse. Linux is my safe place from all + the shit in the world.

Window kills kittens +
+ + + + +
+

Distros

+

I will distro hop a bit though for the most part I like to stay + with the same distro and just change DE's or WM's. For the longest + time I just switched to a different fedora spin every so often. Now + I use arch because I got tired of fedora and couldnt find a distro I + liked so I switched to arch to make it feel the way I want.

+

Guides

+ +

Cool distros

+

Not including the guides

+ +
+ + + + + + + + + + + + + + + + + + - - + This can be done for all your subscriptions with this script + +
  • You can drag and drop youtube urls from your feed reader into + mpv so you can keep up with your subscriptions without even + touching youtube's website.
  • + + + + + + +
    +

    GUI apps

    +

    A lot of linux users dont like GUI apps. I think they are great + when they are done right.

    +
    +

    Claws mail

    +

    I have used thunderbird in the past though like I said before + mozilla is evil as fuck. Through the power of actually + following the unix philosophy and not being full of javascript + bullshit claws is about the safest email client out there. Gone are + the days of just clicking a email being enough to fuck you over. + Anyways you likely noticed that claws just displays everything in + plain text. I like using the dillo plugin for a nicer view, and + guess what? Still no shitty javascript that can get you fucked!

    +
    +

    Emacs

    +

    Don't use emacs. Its stupido.
    +
    + That is and will always be true but lately as of writing this I been + bit by the emacs bug. Using emacs is so bad and so wrong but feels + so good to use. I defeated rsi by doing hand exercises for nearly a + year and a half as of writing this. I had to learn the hard way + being a guitarist and emacs user while taking CS classes and writing + code all the time wasnt a good idea. Now I play bass to but it + balances out because I switched over to IT and became too lazy to + write code most of the time. I lost my lite weight hand exercise + tools and instead of buying new ones I just started using the heavy + ones for hours at a time until I had the grip strength to crush a + human skull. Now my rsi is cured as long as I keep up the + exercises.
    +
    + I dont use doom emacs, spaceacs.. or any of that bullshit. Just good + old gnu emacs with a simple config and a hand full of plugins.
    + Some of my favorite are:

    +
      +
    • Ivy: it makes emacs feel a bit nicer without completely + changing it by much.
    • +
    • Company with eglot: a easy way to add good auto-complete and + lsp support. It doesnt bloat the system up too much and it adds + much faster and better auto-complete then what any standard ide + has and it doesnt get in the way.
    • +
    • nyan-mode: this plugin will change your life. Emacs isnt even + usable without it. This plugin is the biggest reason I use emacs. + Take that vim users!
    • +
    +

    Fun fact: I use emacs to work on this site.

    +
    +

    SpaceFM

    +

    For the longest time I just used thunar because its decent and + default in xfce though I decided to give spaceFM a try as of writing + this. I might got annoyed of it in a week and ditch it or end up + really liking it. These kinds of things tend to go either way for + me. I will either fucking hate it or wonder how I ever lived without + it.
    + Update: After using it for a little bit I really dig it and never + want to go back.

    +

    Encrypted partitions/the few things udevil doesnt support yet in + spaceFM

    +

    SpaceFM doesnt support encrypted partitions by default but lucky + for us its very customizable. To get encrypted disks working I use + udisks2 and udiskie.

    +
      +
    • Install udisks2 and udiskie.
    • +
    • Go to xfce session and startup than add the command + udiskie -s as a autostarted app. The -s option makes + udiskie show a tray icon and hide it when there arent any disks. + -t will show the tray all the time and by default udiskie will not + show a tray.
    • +
    • In spaceFM go to Devices->Settings->Device Handlers and + add a new handler: + Whitelist: + crypto_LUKS
      + Mount: udiskie-mount %v
      + Unmount: udiskie-umount $(lsblk -n -o MOUNTPOINT + %v)
    • +
    +

    sftp

    +

    Spacefm uses sshfs for sftp support. Once you install it you will + be ready to rock. Though for my use case I need symlink support. + sshfs needs to have the option -o follow_symlinks To + support symlinks. To add the option go to + Devices->Settings->Protocol Handlers->ssh and change the + mount option to:
    + #!/bin/bash
    +
    + [[ -n "$fm_url_user" ]] && fm_url_user="${fm_url_user}@"
    + [[ -z "$fm_url_port" ]] && fm_url_port=22
    + echo ">>> sshfs -o follow_symlinks -p $fm_url_port + $fm_url_user$fm_url_host:$fm_url_path %a"
    + echo
    + # Run sshfs through nohup to prevent disconnect on terminal + close
    + sshtmp="$(mktemp --tmpdir spacefm-ssh-output-XXXXXXXX.tmp)" || exit + 1
    + nohup sshfs -o follow_symlinks -p $fm_url_port + $fm_url_user$fm_url_host:$fm_url_path %a &> "$sshtmp"
    + err=$?
    + [[ -e "$sshtmp" ]] && cat "$sshtmp" ; rm -f "$sshtmp"
    + [[ $err -eq 0 ]] # set error status
    +
    +
    + # Alternate Method - if enabled, disable nohup line above and
    + # uncheck Run In Terminal
    + # # Run sshfs in a terminal without SpaceFM task. sshfs disconnects + when the
    + # # terminal is closed
    + # spacefm -s run-task cmd --terminal "echo 'Connecting to $fm_url'; + echo; sshfs -p $fm_url_port $fm_url_user$fm_url_host:$fm_url_path + %a; if [ $? -ne 0 ]; then echo; echo '[ Finished ] Press Enter to + close'; else echo; echo 'Press Enter to close (closing this window + may unmount sshfs)'; fi; read" & sleep 1

    +
    +

    mpv

    +

    I switched to mpv because vlc was acting weird with audio + sometimes when watching anime and nothing in this world is worse + then something getting in the way of anime time! Just like lite-xl + and neovim mpv uses lua for its config files and is really simple by + default. It also can play youtube videos or other online streams + just by giving it a url.

    +
    +

    Liferea

    +

    Feed readers are one of those things I use on and off. A lot like + mail clients feed readers tend to be very bloated. Liferea is my + favorite but it has always had issues with nvidia drivers until I + found out a trick.
    +
    + If liferea has issues add this to your /etc/environment and + reboot
    + WEBKIT_DISABLE_DMABUF_RENDERER=1
    +
    + Some cool tricks:

    +
      +
    • Get this plugin to find feeds easier. +
    • +
    • You can turn youtube channels into rss feeds with + https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}
      -
    -

    vlc

    -

    - Yes, mpv is better. Yes, vlc sometimes has issues. But vlc is still better than the default media player - on most systems and has its fair share of useful features. Even with mpv I still like to have vlc - installed just in case mpv breaks when I dont have internet and I like its file converting features. The - mobile version of vlc kicks ass. -

    -
    +

    ePDFViewer

    +

    I wanted a pdf viewer that was light weight and simple. Being a + xfce user I wanted something that isnt tied to another DE and doesnt + uses a hell ton of dependencies.

    +
    + + + + + + + + + + + + + + + + +
    +

    Web browsers

    +

    Modern browsers are some of the worse things to every happen. + These are some of the better options out there.
    +
    + For some resources on browsers check out spyware + watch dog and dig + deeper.
    +
    + For addons stay away from the mozilla or google bullshit and instead + use something like the gnuzilla thingy. You can also find addons on + mybrowseraddon than manually install them or something + along those lines.
    +
    + For a dark mode addon stay away from darkreader. Dont know if + its spyware or not but when the browser starts up it makes a bunch + of requests which is something a dark mode plugin shouldnt do. + Instead use something like dark-mode.

    +
    +

    Icecat

    +

    I use to use firefox but switched to librewolf because mozilla is evil as fuck. If you don't know librewolf it + its the ungoogled-chromium of firefox. Than I switched from + librewolf to icecat.
    +
    + The builtin plugins are decent. Librejs and its other contend + blocking plugins are way more annoying than something like umatrix + but I am giving them a fair chance knowing that umatrix might not + have much of a future even if its still quite functional still. I + still like to install ublock even with everything that comes + builtin.
    + So I got annoyed of librejs and other builtin plugins in icecat. Now + I just disable them because umatrix and ublock can do way more, + except jshelter: It is a api spoofer which is different from the + others which are contend blockers. Its useful for when you have to + use javascript heavy websites but still want to prevent alot of + information from being leaked. I set ublock to disable javascript by + default and I set jshelter to strict mode by default.
    +
    + Fun little trick: If video playback/youtube frame breaks on a + website just throw it into mpv to stream it from there. Sometimes to + find the media you can hit ctrl+i to pull up page info and use the + media section or in some cases you might have to dig around in the + inspector.

    +

    Installing

    +

    You can find some newer builds here. The offical + version can be found here.

    +

    Hardening

    +

    The magic of icecat is it makes zero requests to mozilla but its + not too hardened so you might wanta use a user.js. Check out + pyllyukko user.js.

    +
    +

    Palemoon and Basilisk

    +

    Palemoon + is a old firefox fork that uses a different rendering engine so it + can keep up with newer webstandards while stilling keeping the old + interface and support older plugins. Basilisk use + to be developed by moonchild and was designed to be kind of like + palemoon but based off a bit newer version of firefox. The basilisk + team broke off and is now seprate from moonchild but still keeps in + close contact with them.
    +
    + What version you choose is really up to you and what interface you + like more. Both of them are going to struggle to use javascript + heavy websites but its ok its I prefer disabling javascript whenever + possible and using umatrix to only let in what the site needs to + function.

    +

    Hardening

    +

    Even though they are about as good as browsers get these days the + developers are still stupidos so you should follow this guide. Its also best you disable webrtc + (only basilisk even supports webrtc out of the two) and webgl along + with other hardening because even though they are based off older + versions of firefox they still support the modern features that make + it easier for sites to fucking fingerprint you. Basilisk is the only + one that supports webrtc out of the two.
    +
    + To help hardened get yourself a palemoon user.js. It helps you stand out less by + hiding the fact you are using a weird old ass browser. Btw, for + whatever fucking reason this user.js seems to brick github issue + pages so just keep that in mind. Though if anything this just is + another reason why real git sites like gitea and codeberg are + better.
    +
    + You can timezone spoof by setting TZ=UTC before + launching:
    + sudo -s
    + rm -rf /usr/bin/palemoon
    + echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" > + /usr/bin/palemoon
    + chmod +x /usr/bin/palemoon

    + Basilisk users can come up with their own hack instead of having + their hands held and gently walked through

    +
    +

    Ungoogled chromium

    +

    Ungoogled chromium is what the name says, chromium without the + google. I still prefer to avoid anything chromim but if you really + want to use a chromium based browser without all the spyware shit + you arent going to get any better than this. It hella beats brave + brave is fucking terrible. There is a addon that lets you + install addons from the chrome store and update them without having + to sign into google but I still think the best option is just to + manually install the addons to completely avoid google.
    +
    + Ungoogled chromium isnt hardened at all by default. Its designed to + be a drop in replacement for chrome that is user friendly and doesnt + break anything. We dont do that here, for heaven fucking shake at + least harden it a little and to do that you can use these flags.
    +
    + With manifest v2 on the way out the future of chromium based + browsers is fucked. Mozilla is also doing shitty things so we are + just in general fucked.

    +
    +

    librewolf

    +

    Librewolf is about the easiest way to get a decent hardened + browser setup. It still makes some requests to mozilla which kind of + sucks.

    +
    + + + - - -
    +

    Command line

    +

    Yes, the terminal is a GUI program. But I put it here because + fuck you.
    +
    + For a cool command line I use nerd fonts. My favorite is the hack + nerd font which can be installed with:
    + wget + https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip
    -

    -

    Evolution

    -

    - Evolution is one of the better mail clients out there. If for whatever reason you need to use gmail or some - other locked down shitty service evolution has you covered. By default it uses the gnome style window decorators - but unlike most gnome apps it lets you use your desktop/WM decorators instead. Its not as bad as most - mail clients (looking at you thunderbird) and it lets you at least hide most of that shit out of the way. -

    -
    -
    + unzip Hack.zip -d Hack
    + sudo cp -r Hack /usr/share/fonts/

    + More nerd fonts can be found here.

    + + + + +

    Alacritty

    +

    I only started using it very recently because I been using kitty + for a long time. I switched to alacritty because ssh in kitty is + fucked up and I found out that alacritty now has a option for toml + files for the config. The yml files was one of the biggest things + keeping me away from alacritty.

    + + + + +

    zsh

    +

    zsh is pretty cool though I been playing with fish a bit and been + thinking of switching to that. zsh has lots of cool things like vi + keys (even though I use emacs) and is somewhat compatable with bash + to.

    + + + + +

    vim

    +

    For a long time I used neovim. I started using neovim becaues I + wanted vim to act more like a ide and have fancy shit. For most + things I ended up using lite-xl emacs more because well... + emacs just make my autism happy. Neovim ended up just being used for + editing configs, quickly throwing together scripts, crazy vim wizard + edits... so I decided to just ditch neovim (you can find my old + config here) and instead go with a simple vimrc with + only a few plugins.
    +
    + How dare someone use both emacs and vim! Shut your + fucking piehole stupido!

    + + + + + + + + + + + + + + + + +
    +

    Extras

    +

    These are programs I at one point used, dont use much... that I + wanted to add.

    +
    +

    lite-xl

    +

    I started using lite-xl because I wanted a simple little easy to + config graphical text editor. lite-xl is just that. I no longer have + a need for it as I get into emacs again as of writing this but still + a great little editor.
    +
    + On different screen sizes lite-xl may look bad and to fix it you + need to set the LITE_SCALE environment variable.

    +
    +

    vlc

    +

    Yes, mpv is better. Yes, vlc sometimes has issues. But vlc is + still better than the default media player on most systems and has + its fair share of useful features. Even with mpv I still like to + have vlc installed just in case mpv breaks when I dont have internet + and I like its file converting features. The mobile version of vlc + kicks ass.

    +
    +

    Evolution

    +

    Evolution is one of the better mail clients out there. If for + whatever reason you need to use gmail or some other locked down + shitty service evolution has you covered. By default it uses the + gnome style window decorators but unlike most gnome apps it lets you + use your desktop/WM decorators instead. Its not as bad as most mail + clients (looking at you thunderbird) and it lets you at least + hide most of that shit out of the way.

    +
    + diff --git a/music_room.html b/music_room.html index 99d39aa..6db919b 100644 --- a/music_room.html +++ b/music_room.html @@ -1,568 +1,459 @@ - - Music room - - - + } + + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + + - - Back to home page - -
    - - - - -
    -

    Why music?

    -

    - What's so important about moving air? Why do we feel so much from so little? The reason is - the way the brain uses its senses to wonderstand the world around it. Brains use large - amounts of inner connected components that serve very abstract uses. By routing information - to different parts using a high amount of innerconnectedness it can process information - in a exponential amount of ways. By sending carefully choosen information to send to the senses - you can take advanged of the way it processes information to show whats really going on under - the hood and to cause it to route data in ways it normally wouldn't. Music guides the geist - through this chaotic complex world and shines light on many parts of the mind and universe. -

    - "If you want to find the secrets of the universe, think in terms of energy, frequency and vibration." - - Nikola Tesla -

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -

    Favorite artists

    -

    - This list isn't in any real order. I like most of them too much to rank them. -
    - This is an incomplete and ever growing list. -

    - -
    -

    Psychedelic

    - -

    The Doors

    -

    - If you don't know who they are than you disapoint me. About the closest I have to an all time favorite. - When I was first learning guitar a family friend - showed me The Doors and showed me how to play a doors rift on guitar. At first it look me to get - deeper in their music but they have always been with me no matter where I go in life. A lot of - artists haven't continued to bring me joy as my taste changes in the same way as The Doors. If - you asked me my favorite doors song I would say all of them. -

    - If you dig The Doors please check out Ray Manzarek's solo work. His solo album The Golden Scarab - is my pick for one of the most criminally underrated albums of all time. -

    - -

    Robin Trower

    -

    - Many people call him a Jimi Hendrix copy but he they are wrong. While there are crossovers he - does have his own style that is different From Jimi. His old albums, new albums... are all - master pieces. He only continues to age like wine and is still making new music to this day - without selling out or sounding dated. -

    - -

    Jimi Hendrix

    -

    - This list isn't complete without him. Jimi is like Santa, Jesus, Abraham Lincoln... its a requirement - you know who he is. Just take a look at every artist after he got big. Jimi's greatness leaked into - all music. His influence can't be stopped by any granfalloon borders. His influence quickly leaked - into even countries that were cultural isolated from the west. Check out Super Djata Band to - see what I mean. -

    - Most places say he died from overdose but that is a lie! He was murdered by his - manager who was upset that Jimi wanted to take a break from fame and focus on himself - instead. -

    - -

    Babe Rainbow

    -

    - A fun little viby modern psychedelic band. Also one of the few modern - bands that have well put together albums not just great singles but shitty albums. - There music is fun to listen to and a good choice to bring you out of a bad mood. -

    - -

    Levitation Room

    -

    - Another great modern psychedelic band. I got to see them live once. The way their guitarist - plays finger style really caught my eye. I often have their songs stuck in my head even if I - haven't heard any of their stuff for months and I don't even realize its them until I - listen to them again. -

    - -

    Sugar Candy Mountain

    -

    - Its one of those great bands I forgot that exists but when I run into their music again it - always brings me great joy. -

    - -

    King Gizard and the Lizard Wizard

    -

    - A very unforgotable name indeed. You may not like some of their music but they fill - quite a bit of area so don't give up on them so fast. A lot of their songs feel a - bit gimmicky for my taste but still a great band. -

    - -

    The Black Angels

    -

    - Good skateboarding music. Heavy and dark. Very nice indeed. -

    - -

    Strawberry Alarm Clock

    -

    - Its just pure 60's psychedelic extract. They got viby stuff what more can I say. -

    - -

    Frank Zappa

    -

    - Go check out Frank Zappa. Thats a threat. -

    - -

    The Beatles

    -

    - The Beatles exist -

    -
    -

    Progessive

    - -

    Gentle Giant

    -

    - A band very few know of yet it has a cult following. They are a must for any prog rock fans. - They mix in so many sounds and really push the limits of rock in a way even other prog bands - never did. I may even dare call them my favorite prog rock band. -

    - -

    Camel

    -

    - Another prog band nearly no one knows about. Go listen to their album Moonmadness right now. - Thats a requirement! -

    - -

    The Moody Blues

    -

    - Its commonly believed that they started prog rock. They are known for their big sound and - use of classical music theory. I already called Gentle Giant my favorite prog rock band - so I am going to call The Moody Blues my favorite prog pop band. Many people don't know - that prog pop actually exists and prog pop is what The Moody Blues is. Go listen to - The Moody Blues right now! Some of their albums are a bit slow going but thats because - they are carefully created works of art. Their most well known album Days of Future Passed - is said to be one of the greatest concept albums of all time. -

    - -

    King Crimson

    -

    - They are very commercially successful for prog standards. How could you not like a band - with a name like that! -

    - -

    Van der Graaf Generator

    -

    - They sound almost early Genesis. They have a strange natual darkness that always stands - out to me. -

    - -

    Hatfield & The North

    -

    - I really dig their album The Rotters club. That album has a special place in my heart - and is easily one of my favorite albums of all time!!! Wanta hear the crazy story - behind it? There isn't one, I just really dig it. -

    - -

    Emerson, Lake & Palmer

    -

    - The band was started by a few law firm owners. You believed me didn't you? They actually - just have a boring name. Their music isn't boring so go check them out! Also a lot of people - hate this band for no reason. -

    - -

    Caravan

    -

    - Most of these bands are British but this one is the most British. Your welcome. -

    - -

    Magma

    -

    - They write concept albumns about a race of aliens called the Kobaïan. The lanauge they sing - in is the lanauge the Kobaïan speak so not very many people actually know what they are singing - about. Yes, the aliens are real. -

    - -

    Yes

    -

    - One of the first prog bands I got into. Don't let their commerical success scare you away. - They are indeed very wonderful. -

    - - Lain - -

    Can

    -

    - The greatest Krautrock band of all time. tbh its one of those bands I really need to listen to more. -

    - -

    Amon Duul II

    -

    - Another great Krautrock band. They have a bit heavier sound than Can. -

    - -

    Pink Floyd

    -

    - Pink Floyd is not a prog rock band. -

    -
    -

    Funk

    - -

    Parliament Funkadelic

    -

    - The funkest band in the list. More funk than you can handle! p-funk is some pretty strong stuff. Its lethal. Its - actually two bands but its members kept going back and forth and they forgot were each band started and ended. -

    - -

    Sly and the Family Stone

    -

    - A vey influential funk band ineed. They were mixed race and gender, and they were an important - part of the civil rights movement. Also their single Thank You is the first song ever released with - slap bass which was played by Larry Graham. -

    - -

    Graham Central Station

    -

    - Larry Graham created it so that means its 100 percent funk. Larry Graham is the enbodiment of funk - so anything he touches gets turned into pure 100 percent organic funk. -

    - -

    Cymande

    -

    - This one is quite different than any of the funk bands on this list and really is its own thing. - Their name is a calypso word for dove which is a symbol of peace and love. You can hear the peace and love - in their music and it flows into the ear and through rest of body. This is a band that truly transforms - their geist into energy and vibrations for rest of the world to hear. -

    - -

    Lafayette Afro Rock Band

    -

    - Another band that is so funky its lethal! They were not that well known during their time recording - but have gained much more of a following now. Do check them out if you think you can handle so much - funk! -

    - -

    Average White Band

    -

    - Its hard to believe a bunch of white dudes can get so funky but they did and its real funky! -

    - -

    Jaco Pastorius

    -

    - Jaco Pastorius is one of the greatest bassists of all time. He played for Weather Report and - released some really funky solo work. -

    - -

    Billy Cobham

    -

    - Billy Cobham is one hell of a drummer. He played for Miles Davis and Mahavishnu Orchestra. - You need to listen to his solo work now (thats a threat). He also had influence - on many prog artists including King Crimson. -

    - -

    Shuggie Otis

    -

    - His dad had a band and personally knew many very well known artists so Shuggie grow up around - them and learned guitar at a very young age. He played in his dads band as a little kid and they - would make him dress like a old man so they could sneak him into bars to play with - the band. As he got older he got countless offers from some really big artists to play in their band - but he gave them all up and instead produced his own albums and remained a small artist so he could - make the music he wanted to make. -

    - -

    Janko Nilovic

    -

    - Holy fuck I forgor this dude existed for a while but dam his music is funky! -

    - -

    Eddie Hazel

    -

    - The first lead guitarist for Funkadelic. His Hendrix like playing is very badass. He is - known for his guitar playing on Maggot Brain though he also has a great solo album which became - rare not long after its release and is often not talked about much to this day. -

    - -

    Gil Scott-Heron

    -

    - As of writting this He is an artist I discovered more recently. I dig it so far. He writes songs - that are political which is quite based. -

    - -

    Mandrill

    -

    - Not really my favorite funk band but still funky. And funky is good. -

    -
    -

    Japanese stuff

    -

    - They get their own section even though not all this artists play the same style because 1: - this list is going to get messy, 2: they are better than the other artists, 3: some of - these artists I discovered like yesterday or an hour ago as of writing this so I don't - know what to say. -

    - -

    Kikagaku Moyo

    -

    - The best psychedelic band of all time. THE BEST. You will be ruined for all other - psychedelic music once you hear them. Sadly they broke up. -

    - -

    The Pillows

    -

    - Best known for making the soundtrack for FLCL. Go watch FLCL (thats a threat). Their - music is killer and I dig it. -

    - -

    Ginger Root

    -

    - Ginger Root is the bomb. I got to see them live and let me tell you it was easily one of - the best artists I have ever seen live. So much energy!!! -

    - -

    Pacific album

    -

    - This album was made by multiple artists. Its one of the best albums I have ever listen - to. Good music for when skateboarding around town buzzed on kratom on a clear warm - day without a single worry in sight. -

    - -

    Unsorted short but ever growing list of Japanese artists

    -
      -
    • T-SQUARE
    • -
    • Masayoshi Takanaka
    • -
    • Naniwa Express
    • -
    • Casiopea
    • -
    • Haruomi Hosono
    • -
    • Shigeru Suzuki
    • -
    • Tatsuro Yamashita
    • -
    -
    -

    Jazz

    -

    - Jazz is about the best music. A lot of this is more on the fusion side btw (: -

    - -

    Allan Holdsworth

    -

    - My pick for greatest guitarist of all time. This dude learned guitar himself and jesus - mother fucking christ he can play. Not only can he play fast but we can still play with - at least as much geist as Jeff beck, play the most harsh finger breaking far apart scales, - all while leaving Joe Satriani and Steve Vai in the dust. Guitar was his side hobby. - His main thing we brewing. Dam this fucker got a hell ton of autism. -

    - -

    Mahavishnu Orchestra

    -

    - People will think your crazy if you tell them to check out this band, people will think - your crazy if you rock out to this. But its the bomb. It showed me a side of music - I haven't gone into before than. I was listening to Led Zeppelin and that shit before - I discovered the depths of fusion and prog waiting for me. The best parts of life - is when you discover something new and fall deep into the depths of a rabbit hole. - Thats when the world opens up and you start to think differently and open your mind. - Thats why its good to try new things. I wouldn't be who I am today without that push - from Mahavishnu Orchestra. They are a different breed of jazz fusion than the stuff - most fusion fans are use to. Its much harsher and almost meaner. they dis into parts - of the geist other artists stay far away from. -

    - -

    Miles Davis

    -

    - You jazz peeps already know Miles Davis. If your a song writer of any style that haven't - checked out Miles yet give him a try. His music is a good example of how to use space in - music to open things up and close them down. Compare his works and you will see what I mean. - While I haven't dug into his stuff much I really dig his album Bitches Brew. Its very different - than the smooth easy on the ear stuff people often think of when it comes to Miles Davis. Its - closer to Mahavishnu Orchestra. -

    -
    -

    Rock/Alt/Punk

    - -

    Talking Heads

    -

    - You need to listen to the Talking Heads. Now, its a requirement. Its a funky silly litte band. - The front man David Byre is rocking with autism so its a given its going to be a good band. There is no - band that sounds anything like them. They have no right to be as funky as they are! -

    - -

    Ween

    -

    - A wonderful little silly band. Best known for their album The Mollusk which influenced the creation - of SpongeBob Squarepants. If it influenced SpongeBob so it gotta be good! They have other - great music though that album really stands out to me. This silly little SpongeBob album is somehow - one of the greatest pieces of music of all time! It can easily compare to the prog and fusion stuff - on this list. The mood changes quickly but in a very musical way that paints an entire landscape of - many different colors. -

    - -

    Morphine

    -

    - A really wonderful little treo. Their front band Mark Sandman plays a bass with only 2 strings tuned - in 5ths and he plays it with a slide, their saxophonist Dana Colley can play two saxophons at once, - and their drummer is just a total vibe. -

    - -

    Joy Division

    -

    - This band reminds me of my CS teacher who had a bow tie and worked at a standing table with borderline - too many monitors plugged into a little mac book. Every morning when I walked in normal music was never - playing, it was often a mix of alt rock and EDM that was quite fitting for a programming class. He gave - everyone rubber ducks so we can have an inanimate object to use to ask for help. He always called himself - a lizard person and was a Doctor Who fan. I assume this is a universal experience and everyone had a CS - teacher like this. He must have been a standard issue factory made CS teacher because if a mad man with a - bow tie who jams out to Joy Division isnt your average CS teacher I dont know what is a average CS - teacher. -

    - -

    The Clash

    -

    - One of the first bands I really got into. I listened to them a lot when I was first learning guitar. They - got a good sense of humor to. -

    - -

    Ramones

    -

    - When I was little one of my sisters friends had a dad who was a fan of the Ramones. He gave me a data disk - full of pirated music which included a lot of stuff by the Ramones. I instandly became a Ramones fan. I - dont listen to them much lately but they will always have a place in my heart. -

    - -

    Dr.Feelgood

    -

    - This is a mean ass band. Their music was a rebellian against the prog rock and glam rock music that was - becoming big at the time. Pub rock bands like Dr.Feelgood went fuck it all and instead played mean raw - drunken rock n' roll. This is the kind of music I listen to when skateboarding or when I need to get - shit done. -

    - -

    ACDC (Bon Scott era)

    -

    - I know what your thinking its that band with songs that always sound the same and has sore throat sounding - vocals. Well they were not always like that. In their early days they had a better vocalist: Bon Scott. - And they fucked around with different sounds a lot more. -

    - These are the Bon Scott era albums: -

    -
      -
    • High Voltage
    • -
    • TNT
    • -
    • Dirty Deeds Done Dirt Cheap
    • -
    • Let There Be Rock
    • -
    • Powerage
    • -
    • Highway to Hell
    • -
    -

    - Powerage and Let There Be Rock are my favorites out of all of them. Powerage was my first CD I ever got and I keep - going back to it all the time. Its their best album by far. RIP (rock in pleace) Bon Scott. -

    - -

    ZZ Top

    -

    - I dont listen to them much anymore but they had a big influence on my guitar playing. One of my favorite albums by - them is Tejas. Its a very underrated album. I dig the darker more ambient tone of Tejas. Also go listen to their - first album. Its completely killer! -

    -
    -

    Other

    - -

    Jeff Beck

    -

    - While many think Jimi Hendrix is the greatest guitarist of all time many more enlighted people - pick Jeff Beck. Not that Jimi is bad or anything but holy fuck Jeff Beck can really play guitar. - He puts soooo much geist into his music and makes the guitar sing in a way no one else can. I still - have my own pick for greatest guitarist though. -

    - -

    Tipsy

    -

    - I was in a music store with some friends and one of their records was playing in the store. - Later, I wished I bought it so I went back and they no longer had the record. They don't have - very much released and seem to be dead. They don't seem to have much of a following and they - website is down. You can find it - here - on the wayback machine. -

    - -

    Messer Chups/Messer Fur Frau Muller

    -

    - A russia band I discovered recently as of writing this. I dig them so far but I haven't checked - out much of their stuff. -

    - -

    Silver Apples

    -

    - They are a electric band that uses DIY synths made from miltary surplus radio gear along with other shit. - Not really something I would care to jam to much but still a good band. -

    -
    - - Lain - Lain - Lain - Lain - Lain -
    + + +
    + + + + +
    +

    Why music?

    +

    What's so important about moving air? Why do we feel so much from + so little? The reason is the way the brain uses its senses to + wonderstand the world around it. Brains use large amounts of inner + connected components that serve very abstract uses. By routing + information to different parts using a high amount of + innerconnectedness it can process information in a exponential + amount of ways. By sending carefully choosen information to send to + the senses you can take advanged of the way it processes information + to show whats really going on under the hood and to cause it to + route data in ways it normally wouldn't. Music guides the geist + through this chaotic complex world and shines light on many parts of + the mind and universe.
    +
    + "If you want to find the secrets of the universe, think in terms of + energy, frequency and vibration." - Nikola Tesla

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Favorite artists

    +

    This list isn't in any real order. I like most of them too much + to rank them.
    + This is an incomplete and ever growing list.

    + +
    +

    Psychedelic

    +

    The Doors

    +

    If you don't know who they are than you disapoint me. About the + closest I have to an all time favorite. When I was first learning + guitar a family friend showed me The Doors and showed me how to play + a doors rift on guitar. At first it look me to get deeper in their + music but they have always been with me no matter where I go in + life. A lot of artists haven't continued to bring me joy as my taste + changes in the same way as The Doors. If you asked me my favorite + doors song I would say all of them.
    +
    + If you dig The Doors please check out Ray Manzarek's solo work. His + solo album The Golden Scarab is my pick for one of the most + criminally underrated albums of all time.

    +

    Robin Trower

    +

    Many people call him a Jimi Hendrix copy but he they are wrong. + While there are crossovers he does have his own style that is + different From Jimi. His old albums, new albums... are all master + pieces. He only continues to age like wine and is still making new + music to this day without selling out or sounding dated.

    +

    Jimi Hendrix

    +

    This list isn't complete without him. Jimi is like Santa, Jesus, + Abraham Lincoln... its a requirement you know who he is. Just take a + look at every artist after he got big. Jimi's greatness leaked into + all music. His influence can't be stopped by any granfalloon + borders. His influence quickly leaked into even countries that were + cultural isolated from the west. Check out Super Djata Band to see + what I mean.
    +
    + Most places say he died from overdose but that is a lie! He was + murdered by his manager who was upset that Jimi wanted to take a + break from fame and focus on himself instead.

    +

    Babe Rainbow

    +

    A fun little viby modern psychedelic band. Also one of the few + modern bands that have well put together albums not just great + singles but shitty albums. There music is fun to listen to and a + good choice to bring you out of a bad mood.

    +

    Levitation Room

    +

    Another great modern psychedelic band. I got to see them live + once. The way their guitarist plays finger style really caught my + eye. I often have their songs stuck in my head even if I haven't + heard any of their stuff for months and I don't even realize its + them until I listen to them again.

    +

    Sugar Candy Mountain

    +

    Its one of those great bands I forgot that exists but when I run + into their music again it always brings me great joy.

    +

    King Gizard and the Lizard Wizard

    +

    A very unforgotable name indeed. You may not like some of their + music but they fill quite a bit of area so don't give up on them so + fast. A lot of their songs feel a bit gimmicky for my taste but + still a great band.

    +

    The Black Angels

    +

    Good skateboarding music. Heavy and dark. Very nice indeed.

    +

    Strawberry Alarm Clock

    +

    Its just pure 60's psychedelic extract. They got viby stuff what + more can I say.

    +

    Frank Zappa

    +

    Go check out Frank Zappa. Thats a threat.

    +

    The Beatles

    +

    The Beatles exist

    +
    +

    Progessive

    +

    Gentle Giant

    +

    A band very few know of yet it has a cult following. They are a + must for any prog rock fans. They mix in so many sounds and really + push the limits of rock in a way even other prog bands never did. I + may even dare call them my favorite prog rock band.

    +

    Camel

    +

    Another prog band nearly no one knows about. Go listen to their + album Moonmadness right now. Thats a requirement!

    +

    The Moody Blues

    +

    Its commonly believed that they started prog rock. They are known + for their big sound and use of classical music theory. I already + called Gentle Giant my favorite prog rock band so I am going to call + The Moody Blues my favorite prog pop band. Many people don't know + that prog pop actually exists and prog pop is what The Moody Blues + is. Go listen to The Moody Blues right now! Some of their albums are + a bit slow going but thats because they are carefully created works + of art. Their most well known album Days of Future Passed is said to + be one of the greatest concept albums of all time.

    +

    King Crimson

    +

    They are very commercially successful for prog standards. How + could you not like a band with a name like that!

    +

    Van der Graaf Generator

    +

    They sound almost early Genesis. They have a strange natual + darkness that always stands out to me.

    +

    Hatfield & The North

    +

    I really dig their album The Rotters club. That album has a + special place in my heart and is easily one of my favorite albums of + all time!!! Wanta hear the crazy story behind it? There isn't one, I + just really dig it.

    +

    Emerson, Lake & Palmer

    +

    The band was started by a few law firm owners. You believed me + didn't you? They actually just have a boring name. Their music isn't + boring so go check them out! Also a lot of people hate this band for + no reason.

    +

    Caravan

    +

    Most of these bands are British but this one is the most British. + Your welcome.

    +

    Magma

    +

    They write concept albumns about a race of aliens called the + Kobaïan. The lanauge they sing in is the lanauge the Kobaïan speak + so not very many people actually know what they are singing about. + Yes, the aliens are real.

    +

    Yes

    +

    One of the first prog bands I got into. Don't let their + commerical success scare you away. They are indeed very + wonderful.

    Lain +

    Can

    +

    The greatest Krautrock band of all time. tbh its one of those + bands I really need to listen to more.

    +

    Amon Duul II

    +

    Another great Krautrock band. They have a bit heavier sound than + Can.

    +

    Pink Floyd

    +

    Pink Floyd is not a prog rock band.

    +
    +

    Funk

    +

    Parliament Funkadelic

    +

    The funkest band in the list. More funk than you can handle! + p-funk is some pretty strong stuff. Its lethal. Its actually two + bands but its members kept going back and forth and they forgot were + each band started and ended.

    +

    Sly and the Family Stone

    +

    A vey influential funk band ineed. They were mixed race and + gender, and they were an important part of the civil rights + movement. Also their single Thank You is the first song ever + released with slap bass which was played by Larry Graham.

    +

    Graham Central Station

    +

    Larry Graham created it so that means its 100 percent funk. Larry + Graham is the enbodiment of funk so anything he touches gets turned + into pure 100 percent organic funk.

    +

    Cymande

    +

    This one is quite different than any of the funk bands on this + list and really is its own thing. Their name is a calypso word for + dove which is a symbol of peace and love. You can hear the peace and + love in their music and it flows into the ear and through rest of + body. This is a band that truly transforms their geist into energy + and vibrations for rest of the world to hear.

    +

    Lafayette Afro Rock Band

    +

    Another band that is so funky its lethal! They were not that well + known during their time recording but have gained much more of a + following now. Do check them out if you think you can handle so much + funk!

    +

    Average White Band

    +

    Its hard to believe a bunch of white dudes can get so funky but + they did and its real funky!

    +

    Jaco Pastorius

    +

    Jaco Pastorius is one of the greatest bassists of all time. He + played for Weather Report and released some really funky solo + work.

    +

    Billy Cobham

    +

    Billy Cobham is one hell of a drummer. He played for Miles Davis + and Mahavishnu Orchestra. You need to listen to his solo work now + (thats a threat). He also had influence on many prog artists + including King Crimson.

    +

    Shuggie Otis

    +

    His dad had a band and personally knew many very well known + artists so Shuggie grow up around them and learned guitar at a very + young age. He played in his dads band as a little kid and they would + make him dress like a old man so they could sneak him into bars to + play with the band. As he got older he got countless offers from + some really big artists to play in their band but he gave them all + up and instead produced his own albums and remained a small artist + so he could make the music he wanted to make.

    +

    Janko Nilovic

    +

    Holy fuck I forgor this dude existed for a while but dam his + music is funky!

    +

    Eddie Hazel

    +

    The first lead guitarist for Funkadelic. His Hendrix like playing + is very badass. He is known for his guitar playing on Maggot Brain + though he also has a great solo album which became rare not long + after its release and is often not talked about much to this + day.

    +

    Gil Scott-Heron

    +

    As of writting this He is an artist I discovered more recently. I + dig it so far. He writes songs that are political which is quite + based.

    +

    Mandrill

    +

    Not really my favorite funk band but still funky. And funky is + good.

    +
    +

    Japanese stuff

    +

    They get their own section even though not all this artists play + the same style because 1: this list is going to get messy, 2: they + are better than the other artists, 3: some of these artists I + discovered like yesterday or an hour ago as of writing this so I + don't know what to say.

    +

    Kikagaku Moyo

    +

    The best psychedelic band of all time. THE BEST. You will + be ruined for all other psychedelic music once you hear them. Sadly + they broke up.

    +

    The Pillows

    +

    Best known for making the soundtrack for FLCL. Go watch FLCL + (thats a threat). Their music is killer and I dig it.

    +

    Ginger Root

    +

    Ginger Root is the bomb. I got to see them live and let me tell + you it was easily one of the best artists I have ever seen live. So + much energy!!!

    +

    Pacific album

    +

    This album was made by multiple artists. Its one of the best + albums I have ever listen to. Good music for when skateboarding + around town buzzed on kratom on a clear warm day without a single + worry in sight.

    +

    Unsorted short but ever growing list of Japanese artists

    +
      +
    • T-SQUARE
    • +
    • Masayoshi Takanaka
    • +
    • Naniwa Express
    • +
    • Casiopea
    • +
    • Haruomi Hosono
    • +
    • Shigeru Suzuki
    • +
    • Tatsuro Yamashita
    • +
    +
    +

    Jazz

    +

    Jazz is about the best music. A lot of this is more on the fusion + side btw (:

    +

    Allan Holdsworth

    +

    My pick for greatest guitarist of all time. This dude learned + guitar himself and jesus mother fucking christ he can play. Not only + can he play fast but we can still play with at least as much geist + as Jeff beck, play the most harsh finger breaking far apart scales, + all while leaving Joe Satriani and Steve Vai in the dust. Guitar + was his side hobby. His main thing we brewing. Dam this fucker + got a hell ton of autism.

    +

    Mahavishnu Orchestra

    +

    People will think your crazy if you tell them to check out this + band, people will think your crazy if you rock out to this. But its + the bomb. It showed me a side of music I haven't gone into before + than. I was listening to Led Zeppelin and that shit before I + discovered the depths of fusion and prog waiting for me. The best + parts of life is when you discover something new and fall deep into + the depths of a rabbit hole. Thats when the world opens up and you + start to think differently and open your mind. Thats why its good to + try new things. I wouldn't be who I am today without that push from + Mahavishnu Orchestra. They are a different breed of jazz fusion than + the stuff most fusion fans are use to. Its much harsher and almost + meaner. they dis into parts of the geist other artists stay far away + from.

    +

    Miles Davis

    +

    You jazz peeps already know Miles Davis. If your a song writer of + any style that haven't checked out Miles yet give him a try. His + music is a good example of how to use space in music to open things + up and close them down. Compare his works and you will see what I + mean. While I haven't dug into his stuff much I really dig his album + Bitches Brew. Its very different than the smooth easy on the ear + stuff people often think of when it comes to Miles Davis. Its closer + to Mahavishnu Orchestra.

    +
    +

    Rock/Alt/Punk

    +

    Talking Heads

    +

    You need to listen to the Talking Heads. Now, its a + requirement. Its a funky silly litte band. The front man David Byre + is rocking with autism so its a given its going to be a good band. + There is no band that sounds anything like them. They have no right + to be as funky as they are!

    +

    Ween

    +

    A wonderful little silly band. Best known for their album The + Mollusk which influenced the creation of SpongeBob Squarepants. + If it influenced SpongeBob so it gotta be good! They have + other great music though that album really stands out to me. This + silly little SpongeBob album is somehow one of the greatest pieces + of music of all time! It can easily compare to the prog and fusion + stuff on this list. The mood changes quickly but in a very musical + way that paints an entire landscape of many different colors.

    +

    Morphine

    +

    A really wonderful little treo. Their front band Mark Sandman + plays a bass with only 2 strings tuned in 5ths and he plays it with + a slide, their saxophonist Dana Colley can play two saxophons at + once, and their drummer is just a total vibe.

    +

    Joy Division

    +

    This band reminds me of my CS teacher who had a bow tie and + worked at a standing table with borderline too many monitors plugged + into a little mac book. Every morning when I walked in normal music + was never playing, it was often a mix of alt rock and EDM that was + quite fitting for a programming class. He gave everyone rubber ducks + so we can have an inanimate object to use to ask for help. He always + called himself a lizard person and was a Doctor Who fan. I assume + this is a universal experience and everyone had a CS teacher like + this. He must have been a standard issue factory made CS teacher + because if a mad man with a bow tie who jams out to Joy Division + isnt your average CS teacher I dont know what is a average CS + teacher.

    +

    The Clash

    +

    One of the first bands I really got into. I listened to them a + lot when I was first learning guitar. They got a good sense of humor + to.

    +

    Ramones

    +

    When I was little one of my sisters friends had a dad who was a + fan of the Ramones. He gave me a data disk full of pirated music + which included a lot of stuff by the Ramones. I instandly became a + Ramones fan. I dont listen to them much lately but they will always + have a place in my heart.

    +

    Dr.Feelgood

    +

    This is a mean ass band. Their music was a rebellian against the + prog rock and glam rock music that was becoming big at the time. Pub + rock bands like Dr.Feelgood went fuck it all and instead played mean + raw drunken rock n' roll. This is the kind of music I listen to when + skateboarding or when I need to get shit done.

    +

    ACDC (Bon Scott era)

    +

    I know what your thinking its that band with songs that always + sound the same and has sore throat sounding vocals. Well they + were not always like that. In their early days they had a better + vocalist: Bon Scott. And they fucked around with different sounds a + lot more.
    +
    + These are the Bon Scott era albums:

    +
      +
    • High Voltage
    • +
    • TNT
    • +
    • Dirty Deeds Done Dirt Cheap
    • +
    • Let There Be Rock
    • +
    • Powerage
    • +
    • Highway to Hell
    • +
    +

    Powerage and Let There Be Rock are my favorites out of all of + them. Powerage was my first CD I ever got and I keep going back to + it all the time. Its their best album by far. RIP (rock in pleace) + Bon Scott.

    +

    ZZ Top

    +

    I dont listen to them much anymore but they had a big influence + on my guitar playing. One of my favorite albums by them is Tejas. + Its a very underrated album. I dig the darker more ambient tone of + Tejas. Also go listen to their first album. Its completely + killer!

    +
    +

    Other

    +

    Jeff Beck

    +

    While many think Jimi Hendrix is the greatest guitarist of all + time many more enlighted people pick Jeff Beck. Not that Jimi is bad + or anything but holy fuck Jeff Beck can really play guitar. He puts + soooo much geist into his music and makes the guitar sing in a way + no one else can. I still have my own pick for greatest guitarist + though.

    +

    Tipsy

    +

    I was in a music store with some friends and one of their records + was playing in the store. Later, I wished I bought it so I went back + and they no longer had the record. They don't have very much + released and seem to be dead. They don't seem to have much of a + following and they website is down. You can find it here on the wayback machine.

    +

    Messer Chups/Messer Fur Frau Muller

    +

    A russia band I discovered recently as of writing this. I dig + them so far but I haven't checked out much of their stuff.

    +

    Silver Apples

    +

    They are a electric band that uses DIY synths made from miltary + surplus radio gear along with other shit. Not really something I + would care to jam to much but still a good band.

    +
    Lain Lain + Lain Lain +
    diff --git a/nathans_philosophy.html b/nathans_philosophy.html index b7b9113..d0b53a7 100644 --- a/nathans_philosophy.html +++ b/nathans_philosophy.html @@ -1,1215 +1,943 @@ - - Nathan's philosophy + Nathan's philosophy + + } + - - Back to home
-    page - -
    - - - - - - - - -
    -

    Nathan's philosophy

    - -

    about

    -

    - When I first made this site I made the philosophy - commune which went over some of my political views and - the philosophy. Its messy and incoherent. It was more - of a peek into whatever I was thinking at the time as - if I cracked open my head and give you a look - inside. It was raw and abstract but not anything anyone - besides myself would read and understand. You can find - the - archive here. -

    Now that I am redoing this I want to make it - more coherent, honest, and almost spiritual in a kind - of way if you can call it that. You can skip to - whatever parts you want but I recommand you don't - because its going to read alot more like a story and - will slowly develop ideas throughout. -

    -
    -

    Content:

    - - - I have
-                    concepts of a plan -
    - - - - - -
    -

    The Geist

    -

    - Throughout this website you will see me use the word - geist alot. Geist is a German word that can translate - into three different words in English: ghost, spirit, - and mind. I always use it in place of spirit for - its more flexible nature and the more abstract yet - almost mathical and mechanical ways it can be used. -

    - -

    Case against the mythical

    -

    - I don't believe in religion, god, spirits, baby fucking - jesus, magic.. or any of that bullshit. In every way - imaginable I am indeed an atheist. Everything can be - demythized. Before you go saying "I am not religous, I - am spiritual" and go running to your mommy girlfriend - that someone on the internet hurt your feelings and you - need your unwashed cock sucked to feel better about - yourself I have much more to say: Once you truly begain - to demythize something the things you discover are much - more beautiful, artist, and meaningful than any myth or - superstitions can ever be.

    Take evolution - for example: there is much beauty, meaning, and a - chaotic sort of inner peace that can be found knowing - the way every species comes and goes into and out of - existance and how new species come to be from a sort of - process that can be slow and careful at times and fast - and rough at others. A complex process that requires - thinking about really small and really large numbers on - a scale are brains are not designed to - understand. Don't know about you but that gives me a - sort of sad joy to think about and makes me think very - big deep thoughts. Much more beautiful than something - as bluntly dumb as god. -

    - -

    How the brain works

    -

    - The brain looks like just a mooshy wet pink - blob. I want you to really think about that - sentence. Imagine holding your own brain in your - hands. What does it look like? what does it feel like? - smell? sounds it makes when you play with it? even - imagine the taste if your willing to go that - far. Congrats, you just used something I call signal - pathing. Your brain has many abstract components - that are associated with different - functions. They dont serve different functions - and arent built for namable functions. Just - assoicated with. By pathing signals through - different components each one designed for processing - data in a special type of way your brain can in the - most effective way with its given resources process - many types of information thrown at it in many - ways. For example the same lanauge can have a spoken - version, written version, sign lanuage version, - braille.. the brain can signal path information can - whatever snese its using to read that lanauge and send - it to many other parts for processing. Things like the - minds eye, internal monologue... are all just artifacts - of signal pathing. Also you used signal pathing to read - all of this and will continue to use it all the time - for rest of your life the same your brain have always - used it. -

    - -

    You are multiple

    -

    - you are the result of multiple consciousnesses - all inside the same head. The left and right side of - your brain when seprated with sugery go out of sync and - each one starts acting independently. Thats only as far - as they can split down. If each half itself could be - split in half like that we couldn't be able to test - it. For all you know you could have a 100 conscious - brain pieces up there. Consciousness is just the - ablitity for the brain to refence itself. Kind of like - how your currently using your brain to read something - about now the brain works. Consciousness alone isn't - the end all. -

    - - Lain -
    - - - - - -
    -

    Darwinism

    -

    - As of writing this I am part way through a book on the - subject. Galápagos by Kurt Vonnegut. It uses a - fictional story as a pivot point to go about - understanding how evolution actually works. Go check - out it out. Well anyways I am writing this to explain - what evolution actually looks like and the issues with - Social Darwinism. Evolution in nature is the process of - making species more well adapted through nature - selection. Its a nearly mathical process and it does - not care what we think is the best. The only thing - driving the process is making species well tuned to - their environment. For example evolution might make a - species less physical strong in return for liter weight - and less required food to survive if thats what would - make it better fitted for its environment. It does - things like this all the time take flightless birds for - example. Humans see losing flight as a downgrade but - evolution no longer saw a need for those birds to fly - and instead designed the birds for other uses like - swiming, faster running speeds... -

    - -

    Case against Social Darwinism

    -

    - Social Darwinism is a construct of societies - understanding of the world. Its a reflection of the - bias of those who have been given control, those who - write the history books, those who use their - artificially sense of confidents and undeserved power - to keep their name alive after death. The few who are - worth remembering aren't bought into the light until - they been dead long enough for their revolutionary - ideas not to fuck up the status quo set by the current - narcissists in power. Nikola Tesla didn't get into the - spot light until his ideas lost the revolutionary edge - and conflicts with the people in control of the - electric companies, Martin Luther King Jr was under - attack by the US government his entire life but once - the more progessive side of his message got forgotten - the same people attacking him named a day after him and - made one of his more tame speeches his legacy while the - rest have been forgotten to time. Thats not even - including the countless things forgotten to - history. The small wars, the forgotten scientists and - artists... Nothing is in a vacuum, all these things - enteract with each other in a large choatic system - which adds up to greater change and the movement of - history. If you want to see Darwinism applied to human - society and history read up on some old good Karl Marx - and his dialectical materialism. -

    - -

    Hybrids and the origin of humans

    -

    - Check out macroevolution. It goes into - details about hybrids and how humans are monkey pig - hybrids. -

    -
    - - - - - -
    -

    The Universe

    -

    - The Universe is a chaotic system of really small - interactions and really large interactions on a mass - scale all running into each other in a nearly - murderious manner. Everything can be understood through - the lens of dialectics. Everything is the interaction - of engery. The things we know and understand is just - the result of interactions of engery. Even matter can - be viewed through this lens. I don't believe in the big - bang. Instead I have my own theory. -

    - -

    The creation of the universe

    -

    - The Universe didn't come from nothing. Everything have - always existed. In fact outside the universe only - everything exits and there is no nothing, no voids, no - where safe from particles colliding at speeds that - makes light speed look like a childs bikes. Outside the - universe everything interacts with everything forever - in all directions. Its like tv static that goes on - forever. Just like tv static since its random if you - just so happen to pause during the right time and zoom - in you might find a picture of something. It might even - just so happen to be a picture of you! The universe is - one of those. A time and place in a random existance - that just by the chance of randomness is something - coherent. Like finding ShakeSpeare in The Library of - Babel. The engery interacted in a way to create what we - call the big bang. Instead of creating things it just - opened up an area safe from the chaos. A place where - the interions are limited in a way. Constraints that - makes limited yet complex and coherent structures of - engery possible. These structures is what matter - is. Things light speed is a example of one of these - constraints. Its nothing uncommon. Its just a matter of - time until something like this happens. -

    - -

    God

    Human brain compared to galaxies -

    - The universe may not be anything like a human brain or - any type of brain found on earth but it is still a - natural information processing machine. It doesn't will - things to happen like a religous god. Instead its a - high being bound to the same forces and constrains as - us. It only has the power which are given to it also - like us. It only ever sees what it can and sense what - it can. -

    - -

    Humanities reason for existing

    -

    - I am a big Kurt Vonnegut and his book Cat's Cradle made - me start to think that humans do have a reason for - existing but its not pleasent! I kind of went insane - reading it so just hold on for dear life as I pull - nonsense out of my head. In the book there is something - called ice-nine. You can read about it - on this wikipedia article if your too - lazy to read Cat's Cradle. Spoiler: ice-nine gets - into the ocean and destroys the whole planet. It - made me think: I wonder if the universe brain is in - pain in its own sort of way and are reason for existing - is to create a type of ice-nine that destroys the - universe. I have a sort of surreal depression that - makes existing a pain. Its transends any sort of - normal pain or sadness. Its deeper than just the - survival parts of the brain to warn us if something is - wrong. Its a short circuit that causes sorts of thought - loops and blunt conscious that causes a sort of pain - that is slow and drawn out but adds up to something no - bullet or knife could cause. I often deeply relate to - the universe brain and hope it doesn't have to feel the - same sort of thing. The universe can't end itself and - no human will destroy willfully: humans are going to - end the universe by mistake just like when ice-nine got - into the ocean. Humans may be fucked up pig monkey men - and freaks of nature but we are good at one thing: - destroying things by mistake. Evolution designed us for - that. Part of natural selection is testing each species - and Adam and Eve is a medifor for that test. It proved - we are well designed to destroy things by mistake so it - picked us. -

    -
    - - - - - -
    -

    Absurdism: a healthy cure to - nihilism

    - -

    Nihilism

    -

    - Nihilism is a philosophy many know of but few can truly - understand. Its the moment you realize nothing you do - will ever matter. When everything everyone knows and - holds so close to them is so clearly a pointless game - yet they think your crazy to point it out when they are - the ones devoting so much to a big lie. Until you - can bluntly look at your school, work, family, friends, - partner, pets, political party and ask yourself "why do - I do any of this?" and realize it really wouldnt matter - much if that all came to an end you still arent a - nihilist. As a nihilist you no longer see happiness - and sadness, love and hate, life and death: you know - the universe is just a bunch of atoms and particles and - any other concept we have is blunt bullshit in its - finest form.

    - Those who dont understand nihilism may see this as - sad when to a nihilist it is a source of - blissfulness and numbness. The real pain is - caused by the conflict between the bliss of - nihilism and the painful ways of non-nihilists, - people who put importantness in meaningless - things. Those who make it as difficult as possible - to make yourself comfortable because they make up - reasons you cant be comfortable and enforce through - the force of pure size in numbers. - A true nihilist would never start a war because - they see no point in it, non-nihilists would abosutely - start a war even over the most pointless bullshit. The - flaw of the nihilist is they sure arent going to stop - the war either. Let the people fucking die we often - say. Luck they are I would say. Finally getting the - type of peace and bliss that comes with death that no - non-nihilist would never let happen during life. -

    - -

    The absurdist cure

    -

    - It is said when faced with nihilism there are three - options: -

    -
      -
    1. Suicide, life doesnt matter anyways so why - not?
    2. -
    3. Intelligencical suicide: giving yourself up to a - religion, cult, or some other philosophy. Giving - into the anti-nihilist lies and living a life of - false meaning.
    4. -
    5. Fully enbracing the absurd. You may not been freed - from our shitty society but you been - intelligencically freed. Now that you know no god - rules over and nothing is holy your now only bound - to practical limits instead of social ones. No more - greater meaning in the position of rulers and - authority, now you just gotta be careful not to get - caught lol. No more tabboos to enforce social - standards with no moral grounds.
    6. -
    -

    - The third option is the absurdist option. As a - absurdist your still a nihilist but now instead of - not trying to stop wars because nothing matters you can - fight against wars for that very same reason. Do - everything a nihilist cant but always with the same - reasons as a nihilist. As a absurdist you arent finding - meaning or giving things meaning, your in a constant - nonstop rebellion against meaning! When people think - your crazy for calling society pointless you still walk - away just like a nihilist but only now you also flip - them off as you walk away. Every pointless action you - do and the life you live knowing everything is - pointless is a middle finger to the universe, a sign to - the world it may fucking suck but your still alive. - Its a insult to someone not there to hear it. The - world may have no meaning but reguardless you are going - to kick it in the ass.

    Society is - designed by anti-nihilists to keep people under the - control of the rulers. Thats why everywhere is focused - on option two. Thats why when people who see everything - as pointless go into therapy they are always pushed - toward option two. The very thing that defines religion - and spiritual believes in our society is so heavily - bias towards option two most people cant even begin to - image the concept of people coming together in a type - of absurd worship of option three. When meaning is - no more worship without meaning is now possible, - religion without god or faith, morals without anything - to uphold them. It is in many ways like RumFoord's - Church of God the Utterly Indifferent. -

    -
    - - - - - - - - - - - - - -
    -

    Absurdist Wissenschaftic Socialism (my home - brew political ideology)

    -

    - Absurdist Wissenschaftic Socialism or bsyn for short - (bsyn looks cooler than aws) at its core is a ideology - that believes in bringing about communism in absurdly - unconventional means of revolution. -

    -
    -

    Bsyn english class

    - -

    Communism

    -

    - Stateless, classless, and moneyless society. The final - stage of humanity. A near pipe dream. A ideal perfect - society that serves everyone. Its international and has - no borders or grandfalloon limits. Anything that - doesnt strictly fit that is not communism. -

    - -

    Socialism

    -

    - The process of getting ever closer to communism. The - journy to communism. Anything that takes part in the - process of getting closer to communism is socialism in - some way even if it doesnt like look - socialism. Anything that makes zero progress towards or - prevents the process of getting closer to communism is - not socialism even if it looks like socialism. Even - just trying to make communism real is often enough. -

    - -

    Absurdism

    -

    - Read up here. To fucking lazy - to sum things up for you. -

    - -

    Wissenschaft

    -

    - A german word that doesnt translate to english - well. Its a more broad version of science. Its - simply the quest for knowledge. It even includes things - like art and philosophy. -

    -
    -

    Bsyn principles

    -

    - Bsyn never claims or strictly believes that communism - is even possible. Instead it will work towards the goal - of communism even with no end in sight. There is - always progress to be made. Think of it as - communism is the goal and socialism is the process of - completing the goal. In bsyn a comrade doesnt have to - be someone with the same ideology, instead a bsyn - comrade is anyone also contributing to the goal even if - its not as directly and even if they arent aware of - it. If the future is more communist than the present - than in a undirect way everything is socialist and if - the future is less or the same amount communist as the - present in a way nothing is socialist, because of that - its important in bsyn to look at undirect effects while - at the same time not overbroadening everything to the - point words no longer have any use. -

    - An Absurdist Wissenschaft Socialist - or bynist isnt a thing. Bsyn is not an - identity. Read up - on identity. Instead call yourself a - follower of bsyn or something along those lines. In - bsyn you can use just about anything to describe - yourself just be mindful if what you choose might hurt - the goal. -

    - In bsyn studying the works of - Karl Marx and his dialectical methods are quite handy - and a valuable resource. Though not every marxist - movement is socialist due to the fact they put zero - effort in pushing towards communism even if they - claim to. -

    - Bsyn - has a focus on using technology to bring about - communism, using machines do to all the boring mind - numbing work while people get to spend more time on - things like art and science. One of the first and most - important steps in modern communist revolution is - making less busy work and opening up space for people - to learn and use skills and interests that they find - genuine rewarding. Bsyn is aware that some people tend - to master one skill while others are jacks of all - trades. -

    - In evolution a species cant evolve backwards even if it - can in the long term have more benefits. A species cant - risk putting itself in a position like - that. Reguardless, a species can still take even the - most unconventional routes imaginable as long as they - are always steps forward in the direction the species - needs to go to survive. Bsyn is a lot like that, it - will never push away from communism but it will take - the strangest routes there. Unlike evolution, the - direction bsyn pushes toward is a lot more "idealize" - than the direction evolution tends to push. -

    - In bsyn there are two sayings: By any means - necessary and there is nothing more permanent - than a temporacy solution. They are like the - yin and yang of bsyn. -

    -
    - - - - - -
    -

    Social Issues

    -

    - By raise of hand who skipped ahead to this part of - the page? Feel called out don't you (: Views on - social issues aren't just some isolated optinions, they - are a part of someones ideology and a result of how - their morals enteract with the world around - them. Everyone has an ideology even if they don't - realize it. For example christian views are very - closely tied to christian ideology and effects - everything they do and think. "God created the - universe, gave us the 10 commandments, sent jesus down, - will send you to hell if you dont go to church..." - Thats quite view shaping and mind effecting wouldnt you - say so? If a christian tells you they support lgbtq+, - women... rights they are either a fool or a lying - fucker. Dont believe them for even a second because - they will fuck you over and everyone else to. Religion - is like this in general because it was created by - social darwinist narcissists who use their lies to - control. "you will go to hell if you dont follow the - commandments of an all powerful being that you cant - ever talk to and you must trust the words of people - above you to know what he wants" sounds like lies - created to control doesnt it? Real social change only - comes when religion and power structures are brought - into question. If it was up to the rulers and religous - leaders of the world we would still be in the dark - ages. -

    - -

    Abortion

    -

    - New people are created when people fuck in the magic - way. Take this from someone who engages in same sex - activities: dicks going into pussies isnt the only - way to have sex. The other ways dont create - babies. It gets even better, even if you do wanta fuck - the magic way smart people created plastic thingies to - stop the people making seeds from going into the human - egg. The same smart people also made pills and lots of - other wonderful things to stop the pain of creating - humans and the suffering they will face when they are - pulled into this terrible world kicking and screaming. -

    It gets worse: when people are stupid, poor, - and in times of terrible hardship they only ever - increase the rate they fuck the magic way and - without seed stoppers. World War 4 could happen and the - birth rate would only go up. This creates more humans - who are forced to live in this shitty world. But even - when people are too stupid to fuck the other ways or - use seed stoppers we still have one last line of - defense: abortion. This beautiful treatment - removes the unborn flesh of a human from its mother - before its anywhere close to consciousness, before it - have had a taste for the pain of the world.

    - Christians view women as private property, people - making machines, personal maids, human sex toys... - even though they have the same human brain and are - nearly just as dumb as men christians think the idea - that a women owns her own body is too much. They want - women to be raped by stupid men, they want to control - everyones sex life and make sure they only ever fuck - the magic way and without seed stoppers. They want more - people forced to live and christians even made sure - everything fun is a sin, outlawed drugs that give - people an escape from the things christians do, made - sillycide way more difficult than it needs to - be, took over the entire planet... all because their - ideology calls for everyone on earth to live a - christan life of suffering. - Abortion is a beautiful thing fight for it to - stay! -

    - -

    Womens rights

    -

    - Even though I am gender-void (I made that up, if you - have a problem with that go fuck yourself) I am - assigned male at birth and still often use a male mask - for close minded people so they will not open their pie - hole about it. This makes me feel stupid and uninformed - about womens rights, and that is because I am stupid - and uninformed about womens rights. But what I do know - is that even though all social issues are equally - important womens rights are at a very high level of - importantness and should be the first thing on the mind - of any true leftist.

    "Social progress can - be measured by the social position of the female sex." - - Karl Marx

    I encourage all men to learn how - to just be friends with the women in their lives. A - message to the men reading this: the women in your life - will teach you things and help you develop as a person - in ways other men never will. Women make for the best - comrades. As soon as you make every interaction with - women about weird horny stuff, discrediting them for - something... everything goes to waste. If your a incel - and blame women for everything sorry to break it to you - but it was other men that fucked you over not women. If - your willing to put those feelings aside the - friendships you will gain with women as time goes on - will be much more rewarding than just fucking alot and - when the time finally comes for you sex will be a lot - less awkward and more personal and borderline - spiritual. And the insight that removing sex bounaries - in friendship brings might just contribute to realizing - your bisexual like it did for me. For men fighting - against women will only ever keep them closed minded - and brain washed. -

    - -

    Race

    -

    - Race is a clear example of how social darwinists use - social constructs to control. The narcissists in power - brain wash people to hate and fear other groups of - people so they can put up borders, keep out artist and - intellectual works, keep their people - stupid... everyone has the same big, faultly, lying - brain so whats the point in sorting everyone - into granfalloon groups? Its to make - sure everyone is too busy fighting each other to - realize they should have been fighting the people in - power the whole time. They lie to us about what - critical race theory is because they dont want you to - know crt a dialectical and enlighted way of viewing - race though I would argue crt is also very narrow - and only serves as a prove of concept of how - dialectical materialism can be applied to social - issues. Just learn dialectics and class consciousness - instead. Neoliberalism is a ideology of dumbing things - so it made everyone think racism happens on a person to - person interaction scale when really racism happens - on a systematic level. -

    - -

    Disabilities and mental illness

    -

    - This society is so fucking terrible that it even has to - pick on people with disabilities. Wanta see a doctor - about your fucking back? well too bad get a fucking - job! Wanta fucking job? "Sorry we just so happened to - hire a able body even you know way more about the field - and your disability will not get in the way at all what - so ever". To make things worse thinking differently in - are closed minded is treated like having a fucked up - back. I was diagnosed with a thinking differently - disability called autism. It doesnt fucking matter that - spoken language works just fine for communication - because everyone decided to instead use nonsensefull - looks on their face half the time. I am going to tell - you right here there isnt any logic behind how you - fuckers communicate with looks on your faces. Its a - bunch of bullshit and all of you are oddly on the same - page about it and you will go as far as to call someone - disabled for not being on the same page about it even - though you are too fucking stupid to come up with a - logical system for the face looks, document it... you - also think not putting up with ear bleeding noises is a - disability. Dont you fucking dare pretend to feel bad - for us when you are perfectly willing to fully support - a society that systematicly makes us disabled. Are - brains work just fine as they are you are just - so nonsensable and hold neurotypical views so high up - that you are perfectly happy supporting the bullshit no - matter how many of us commit sillycide because - of the way you treat us. Its a text book example - of social darwinism indeed. -

    - -

    lgbtq+

    -

    - Message to the anti-lgbtq+: Many of you think being - anti-lgbtq+ makes you cool and edgy so lets take this - one step at a time. Are society is held up by social - constructs that controls who can have sex with who, - what clothes you can wear, what kind of name you can - have, what pronouns you can go by... lgbtq+ are harmed - by these social constructs and want to live their life - freely. By telling them they cant do those things and - making rules to stop them you arent cool and edgy, your - as punk as the fucking pope! Call yourself an - anarchist? If you cant handle the idea of sexual and - gender anarchy than I dont think your ready to actually - take down the system because when it comes to that - stuff you will quite happily keep the system up. -

    All moral arguments against lgbtq+ depends - on the existance of some god that for whatever reason - declared that stuff sinful. If your non-religous and - anti-lgbtq+ your a fool and more brain washed by - religion than you think, if your religous and - anti-lgbtq+ than your not only a narcissist simping - asshole but a intellectual and moral slave to your own - religion, if your pro-lgbtq+ and religous your quite - comfortable supporting neoliberalism and believing the - hate has nothing to do with a systematic ideology - deployed by the church and it just so happens to - be.

    Lgbtq+ can be thought of in terms - of marxist historical materialism. It may be rough - right now but thats part of the process of - evolution. No one quite agrees on even the smallest of - details but thats the beauty of it all. Right now - lgbtq+ is still based in some amount of social - constructs and still a slave to some amount of bullshit - are society created but it will evolve, it will bring - us even more freedom... for that to happen you gotta - accept the movement even in its rough state and help it - grow into something greater. The narcissists - controlling the system will feed you talking points to - stop you from helping the movement remove power from - the them. Dont fall for their bullshit they are just - scared that the more free we become the less we will - support narcissist bullshit.

    There is no - scientific reason sex same relationship has to be - taboo, there is no scientific reason someone cant - choose their own pronouns, there is no scientific - reason someone cant consent to sugery to remove - their fuck organs (no matter how harmful and - pointless some random study claims stopping them is - against their freedom and saving people from themsevles - is a narcissist journy of mental masturbation: not a - heroic act), there is no scientific reason there needs - to be seprate mens and women bathrooms, there is no - scientific reason someone cant choose what labels they - use to describe themselves due to the fact all - language is human made and completely socially - constructed start to end. Any and all arguments - like "someone is what they are born as" and "men cant - play in womens sports" is complete bullshit and not - based in nature because nature couldnt fucking case - less if those things happen. Nature doesnt fucking care - if a person born with a penis wears a skirt and pisses - in the womens bathroom, a man playing in - womens sports is not going to cause anyone to get - struck by lightning. All of you anti-lgbtq+ are so - fucking dumb you think that a concept a bunch of people - came up with is just as natural as the fucking trees. -

    If not getting in the way of peoples lifes - and their personal choices isnt enough for your - neoliberal brains here is a fact for you: the - percent of people that detransition isnt the same as - the percent who changed their minds. Thats right, - are society is so fucking hell bent on making it a - living hell to be transgender that they detransition - due to the pressure even if they personally would love - to continue transiting if they could. The regret rate - is much lower than the rate of that and even than the - statics alone still doesnt tell the whole story. If you - can only learn 2 things from me let it be that 1: - statics lie, and 2: fucking with peoples personal lifes - never helps anyone. -

    -
    - - - - - -
    -

    Economics and - socialism

    -

    - This is going to get fucking messy. Well anyways, I am - going to tell you what real socialist economics is. - The USS shit is a fucking terrible example of - socialist economics. Dont give me that socialism - only works in theory bullshit because here is the - truth about socialism: socialism is not when the - government does stuff, its not when everyone is paid - the same no matter how much they work, its not when - everything is ruled by a dictatorship... all socialism - really is in truth is the concept of common ownership - of things like the means of production (aka large - factories, farms...). We do not want to seize your - PS5 or your steam deck. We dont want your fucking - house, car, cat, grandma... No, we dont give a fuck - about your grandmas small sock making business. On the - grand scale of things grandmas homemade socks are - nearly a hobby even if pays for her trips for See's - Candy. Grandmas socks wont make any difference on the - economical level socialists tend to think in and anyone - that calls themself a socialist and attacks your - grandmas sock business is a fool and a asshole. For an - idea of what a decent use of socialism looks like take - a look at project cybersyn. -

    - -

    The evils of capitalism for dummies

    -

    - Imagine everyone has a bag of rice. Some people have - very little and others quite a bit more. In rice school - everyone is told to plant a bit of their rice and save - a bit for eating. For those who barely even have enough - to eat this sounds like crazy talk while for others - they grew up on a family farm that have been doing - quite well for ages. One day someone name Tod from a - good family rice farm finally goes out to start his own - farm. Tod's family gives him a nice big bag of fresh - rice to use to start his own farm and he heads out to - find a good place for a rice field. While he is - traveling he quietly complains how heavy the bag is and - even think a few things "it would really hurt to be hit - with a bag this size". He finally finds a nice place - for a new rice field but someone already got few only - seconds before he did. Tod notices they have a much - smaller liter bag than him so he walks up to them and - bang! He fucking hits them right in the head with his - bag. He even dumps their whole bag into his. This gives - him a new idea: he starts hiding in a bush and - attacking anyone that comes to that spot and each time - his bag gets bigger and heavier. Soon its too heavy to - even lift so now he finally decides to plant some. -

    Now Tod is faced with some issues: - protecting the rice he cant carry with him, balancing - mananging a farm and attacking people... so he decides - to go to some poor children and very kindly offer them - some rice. He quickly wins over their trust and tells - them he can get them more rice if they work for - them. He has all of them setup the farm and start - planting while he goes out to fucking hit more people - and steal their rice. Whenever he comes back he - carefully one at a one pulls one of the children aside - to tell them he will give them a raise if they report - any stealing and if they steal they get knocked out by - the bag. A few get reported and knocked out until - everyone started truly fearing Tod.

    The - ones who were known for always reporting got a few - raises and started staying by Tods side all the time. - Tod put them in charge of watching over things while - they he was gone and even sent them out a few times to - knock people out for him. They always looked down on - everyone else and thought they got the good end of the - deal. One day one of them decided to use their high pay - to start their own farm and even knocked out some - smaller targets aka kind of a downed scaled version of - what Tod was doing. When Tod found out this was - happening he had that person knock out by the heavest - rice bag right infront of everyone else on the - farm. This was the first time when of the higher ups - even got knocked out and it completely changed - everything. Now it was clear no one was safe. -

    As everyone learned who Tod was they would - start running and as soon as they learned he was in - good enough shape to outrun them even carring a large - bag they would give up and drop their bag in fear of - getting hit. Sometimes he would find those same people - days later starving and they would finally give in and - agree to be work on his farm. Once he had enough - workers to create an army he sent them to take out an - entire family farm and make it his own. After that he - didnt even have to take over family farms. They would - agree to pay tax in return for not getting taken over - by his army. Tod even paid the rice schools to only - teach the things he wanted them to teach.

    - The end, I dont fucking do happy endings! I ask - of you to reflect on this story and think about are - society. Think about all the evil companies buying out - smaller companies. Think about prices going up faster - than wages. Think about all the ways these big - coprations fuck us over. The ultra rich dont get to - where they are simply planting their money in - investments and working hard to grow their - companies. Thats only part of the story. They handle - their money like a fucking weapon and use it the same - way Tod used his heavy bag of rice. -

    - -

    Socialism in practice

    -

    - If reading the story of Tod is making you think of - other ways rice can be handled like community rice - farms where everyones fair share of work will keep - things going but they can still make their own on the - side, rice market system and groups of people setup to - stop people like Tod from grow... and you compare these - ideas and thing how they could be created than you have - the mind of a socialist. If you look up to Tod as a - great business man, think "well, that is just the way - things are", twist things up to think Tod is somehow - helping people by giving them jobs and feeding them - even though he quiet clearly just caused pain the whole - time... than get the fuck off my website you social - darwinist! Thats right, socialism has never had any - set in stone policy or economic models. Thats - because socialism is for thinkers and problem solvers, - people who never look at something and say "things are - what they are", people who can pull in inspriration - from even the most disconnected sources and create - something new from it, people who know things can be - done better and dont see the shitty ways things are - done as something to put up with... any sort of - coherent policy or economic model would ruin the entire - point, it would be like making a free form jazz artist - play a hit song perfect note by note or tell Bob Ross - what he can and cant paint. That is why Karl Marx came - up with a framework to change for your use instead of - any set in stone plan of action. What is why people - like Stalin call themselves a socialist yet are quite - far seprated from the rest. Just look at how much - fucking infighting on the internet we have just for an - idea of how far seprated we can really be from each - other even with so many common goals. -

    - -

    My travels

    -

    - I was raised conservative and left it behind when I - discovered they didnt really stand for freedom and - truth, I went libertarian until I discovered they also - didnt stand for freedom and truth, I went anarchist - until I read a tiny bit Karl Marx and got caught up - with all the labels on the internet and didnt know what - to call myself; Finally, I was reborn a socialist when - I rediscovered my will to learn and come up with new - ideas that been with me my entire life but almost went - away with all the effort school, mainstream interenet, - and society went through to try to distroy it. Read - books and think deeply about everything, dapple around - in everything but never stick. Surf your car radio and - think "is what the radio voices telling me just a - distraction?". Conservative radio has the weirdest - fucking ads. No, I do not need to see a doctor about my - balls, I am not looking for a service to turn my 5 - million dollars worth of retirement funds I dont have - into gold and silver to keep it safe from the lizard - people, I do not need to sign up my dog for an anti - ak-47 course I like my indistractable terrorist guns - thank you very much. Conservative radio: what a bunch - of mind numbing nonsense.

    Speaking of mind - numbing nonsense fuck the polical compass, fuck the X - number values tests, fuck all the nonsense labels for - ideologies no one is part of that haunts the polical - forms and chatrooms of the internet. No, I dont give a - flying fucking about marxist leninist maoist - trotskyist MAGA neonazi fascist antifasc - neo-dronestrike-obamaist anarcho-bidenism. They - turned it into fucking pokemon. Instead of making - polical compass memes shut up and read a fucking - book! It doesnt need to be boring Karl Marx book. - Read Breakfast of Champions, right now, before I - fucking kill you! -

    - -

    Decentralizated non-privatized and the wonder of worker - unions

    -

    - You know what we need? More non-profits, not - the mozilla shit. Some dam good - ones. All the democrats checks arent working, they - arent going to mail you life long healthcare in the - mail, mail you your retirement money you lost in a - conservative gold and silver scam, mail your coworker - the overtime pay management cut so they can buy a - $40,000 vacuum cleaner no one needed... sorry children - santy aint coming this x-mas! This year we gotta be are - own x-mas elfs. By that I mean you, I am not a human - (more on that later) no matter how often you fuckers - pull me into your problems. Wish I could help but - sorry, the void calls for me. Profits are stupid, - infact there is a direct connection between low profits - and how good a company is. Sorry to break it to you but - non-profits, low-profit companies... get more shit - done, pay and treat their workers better... than for - profit companies in the same field. Anytime a for - profit company has more to offer its not going to last - long, once they are set in place they will up prices - and lower worker pay, once Tod wins over the trust of - the poor children he treats then like shit and turns - them against each other. Again with Tod, just avoiding - the for profits alone isnt going to fix much, just like - Tod they will take out everything and make things worse - to the point you are forced to either eat Tods rice or - rice from a family farm paying taxes to him or face - starving to death. The only fix is to beat Tod - himself with a bag full of his own rice. To do that - is going to need lots of people to agree to work - together. Aka a worker union.

    Striking isnt - the only thing a union can do either. Now days with - fancy computer stuff strikes are nearly useless. Take - a look - at the chile trucker strike for an - example of that. Though also with fancy computer stuff - you can be oh so very much more evil with running a - worker union. Get your IT nerds, webdev nerds... to - join the union you can use the companies very own - website to leak secret information, make the entire - company network go crazy, black mail a boss with office - sex footage found on the CCTV... Tech nerds, office - workers, middle management, cleaning and HAV people... - often dont like to work together and alot of them dont - even feel like a worker union could help them and when - most worker unions are bought out, too small, and not - creative enough or bald enough they actually do cant - help a handful of the time. Thats why you human - skill people and thinking skill people gotta team - up! I am not a human so its a given I dont have - the human skills so without a human skill person I cant - do much and so far no human skill person who isnt - scared of me in sight. -

    -
    - - - - - -
    -

    Nonhumanism

    -

    - I am not a human. Yes, you are a human - (most likely). But not me. Dont go screaming to be with - the "but your dna" or "you were born from humans" - bullshit. You are a wolf and I am a coyote. Quite - similar but also just different enough to be a - different species. The line between different species - isnt as far as you might think and is something - scientists often debate.

    Some nonhuman - things about me include: -

    - -
      -
    • Brain and thought pattern differences that - medically show up as autism but differ greatly from - the DSM-V and others diagnosed with autism I have - met.
    • -
    • Different effects from marijuana and kratom then - what the humans get.
    • -
    • Differences in how my nervous system works.
    • -
    • As a little child I grew at a freakishly fast rate - and stopped growing much younger than any other - human.
    • -
    • I was able to grow a full beard nearly freakishly - young.
    • -
    • I require closer to 10 or more hours of sleep to be - fully rested instead of 8.
    • -
    • I am a bit colorblind and sensitive to light
    • -
    • Differences in how often I eat and weight - gain/loss. I naturally eat alot at once than go a - while without eating and I dont gain or lose weight - more than 2.3kg and I stay around 68kg even though - I am around 183cm tall. The weight loss and gain - can happen in a very short amount of time.
    • -
    • Light makes me sleep like a baby and makes it - harder to wake up. It takes me longer to fall - asleep in the dark but its easier to wake up in the - dark
    • -
    • Differences in how my brain handles habit forming, - dopamine, and addiction.
    • -
    • Differences in body propartions
    • -
    - -

    Living in human society as a nonhuman

    -

    - Living in human society as a nonhuman fucking - sucks. Imagine being a cat living in dog - society. Everything is built with dogs in mind, jobs - shifts are all planned around dog hours, the - restaurants serve dog food in dog propartions, the - stores sell only dog products, the toys are dog toys, - the parks are designed for dogs, the vets specialize in - dogs, everyone talks with barks instead of meows... If - your a cat in that society you really gotta look out - for yourself because no one else can understand you - even if they pretend to. Everyone will give you advice - that does not work. -

    - -

    Employment and nonhumanism

    -

    - Nightshifts: the greatest blessing and curse. I am - still getting through school and lack any employment - history as of writing this. Most of the options for - that are customer service jobs. When people can barely - understand you when you talk, you can only do one task - at a time, lack any people skills, need time to work on - your interests... that aint going to work. And to make - it worse employers discriminate against me. If you - arent working customer service employers still want - people skills. They want their toilet cleaners and - floor sweepers to have people skills. They want them to - spend half their shift sitting through pointless - meetings. Thats the magic of nightshifts! Only freaks - and weirdos apply for nightshift and they have a high - turn over rate. All the people who call for pointless - meetings are asleep and you only ever have to talk to a - hand full of people. Do you know what I do with the - time saved not going to pointless meetings? I do - homework, read, take naps, and work on this site! I - love the outdoors and I get cold too easily to go out - there at night (I dont mind the dark) so I often wish I - could work days but with the no bullshit vibe of the - night. I hope to one day go self employmented to avoid - all the human bullshit. -

    - -

    Revolution and nonhumanism

    -

    - When I sit on my ass and think about all the shit going - on I often think about the song The Revolution - Will Not be Televised by Gil Scott-Heron. Then - I remember that even though I grew up in what many - call a very inclusive generation all you mother - fuckers treated me like shit! Thats because the - modern stage of inclusiveness does not extend to - neurodivergents completely and does not extend to - nonhumans at all. Think of it this way, the - american civil war got rid of legal slavery but was - quite limited, the civil right movement did a bit - more... same with how the lgbtq+ movement has - evoluted over the years. The problem is nonhumanism - is limited to just me and maybe a few others I dont - have the resources to track down (if you are one - feel free to send me a email or something) and even - than we wouldnt have any common ground except being - nonhuman.

    I know revolution is not - perfect and I am willing to engage in pushing the - evolution so we at least get sometype of change but - I will let you know its up to you to make - change. I am in full support of modern - progressive movements even if I know they are - lacking something. Even than I dont have the power - to engage in revolution the sameway you can due to - the fact I am a nonhuman. I am not welcome in - social structures and only servce as a fly on the - wall, no one understands me when I talk, I have no - power what so ever to push a message across. As a - human you have special powers I couldnt even dream - of having. You can engage in those social - structures, get your fair share of message pushing - power. Even as small as it might seem to you as - someone without those powers I will let you know - its greater than you believe. Its a superpower! -

    Message to my generation: even - though you treated me like shit I beg of you - to engage in progessive revolution in all the ways - I cant. Dont be one of those gen-z trump supporters - and dont stop at voting blue either. The revolution - will not be televised on social media! -

    - - Lain -
    -
    + + +
    + + + + + + + +
    +

    Nathan's philosophy

    +

    about

    +

    When I first made this site I made the philosophy commune which + went over some of my political views and the philosophy. Its messy + and incoherent. It was more of a peek into whatever I was thinking + at the time as if I cracked open my head and give you a look inside. + It was raw and abstract but not anything anyone besides myself would + read and understand. You can find the archive here.
    +
    + Now that I am redoing this I want to make it more coherent, honest, + and almost spiritual in a kind of way if you can call it that. You + can skip to whatever parts you want but I recommand you don't + because its going to read alot more like a story and will slowly + develop ideas throughout.

    +
    +

    Content:

    + + +
    + + + + +
    +

    The Geist

    +

    Throughout this website you will see me use the word geist alot. + Geist is a German word that can translate into three different words + in English: ghost, spirit, and mind. I always use it in place of + spirit for its more flexible nature and the more abstract yet + almost mathical and mechanical ways it can be used.

    +

    Case against the mythical

    +

    I don't believe in religion, god, spirits, baby fucking jesus, + magic.. or any of that bullshit. In every way imaginable I am indeed + an atheist. Everything can be demythized. Before you go saying "I am + not religous, I am spiritual" and go running to your mommy + girlfriend that someone on the internet hurt your feelings and you + need your unwashed cock sucked to feel better about yourself I have + much more to say: Once you truly begain to demythize something the + things you discover are much more beautiful, artist, and meaningful + than any myth or superstitions can ever be.
    +
    + Take evolution for example: there is much beauty, meaning, and a + chaotic sort of inner peace that can be found knowing the way every + species comes and goes into and out of existance and how new species + come to be from a sort of process that can be slow and careful at + times and fast and rough at others. A complex process that requires + thinking about really small and really large numbers on a scale are + brains are not designed to understand. Don't know about you but that + gives me a sort of sad joy to think about and makes me think very + big deep thoughts. Much more beautiful than something as bluntly + dumb as god.

    +

    How the brain works

    +

    The brain looks like just a mooshy wet pink blob. I want + you to really think about that sentence. Imagine holding your own + brain in your hands. What does it look like? what does it feel like? + smell? sounds it makes when you play with it? even imagine the taste + if your willing to go that far. Congrats, you just used something I + call signal pathing. Your brain has many abstract components + that are associated with different functions. They dont serve + different functions and arent built for namable functions. + Just assoicated with. By pathing signals through different + components each one designed for processing data in a special type + of way your brain can in the most effective way with its given + resources process many types of information thrown at it in many + ways. For example the same lanauge can have a spoken version, + written version, sign lanuage version, braille.. the brain can + signal path information can whatever snese its using to read that + lanauge and send it to many other parts for processing. Things like + the minds eye, internal monologue... are all just artifacts of + signal pathing. Also you used signal pathing to read all of this and + will continue to use it all the time for rest of your life the same + your brain have always used it.

    +

    You are multiple

    +

    you are the result of multiple consciousnesses all inside + the same head. The left and right side of your brain when seprated + with sugery go out of sync and each one starts acting independently. + Thats only as far as they can split down. If each half itself could + be split in half like that we couldn't be able to test it. For all + you know you could have a 100 conscious brain pieces up there. + Consciousness is just the ablitity for the brain to refence itself. + Kind of like how your currently using your brain to read something + about now the brain works. Consciousness alone isn't the end + all.

    Lain +
    + + + + +
    +

    Darwinism

    +

    As of writing this I am part way through a book on the subject. + Galápagos by Kurt Vonnegut. It uses a fictional story as a pivot + point to go about understanding how evolution actually works. Go + check out it out. Well anyways I am writing this to explain what + evolution actually looks like and the issues with Social Darwinism. + Evolution in nature is the process of making species more well + adapted through nature selection. Its a nearly mathical process and + it does not care what we think is the best. The only thing + driving the process is making species well tuned to their + environment. For example evolution might make a species less + physical strong in return for liter weight and less required food to + survive if thats what would make it better fitted for its + environment. It does things like this all the time take flightless + birds for example. Humans see losing flight as a downgrade but + evolution no longer saw a need for those birds to fly and instead + designed the birds for other uses like swiming, faster running + speeds...

    +

    Case against Social Darwinism

    +

    Social Darwinism is a construct of societies understanding of the + world. Its a reflection of the bias of those who have been given + control, those who write the history books, those who use their + artificially sense of confidents and undeserved power to keep their + name alive after death. The few who are worth remembering aren't + bought into the light until they been dead long enough for their + revolutionary ideas not to fuck up the status quo set by the current + narcissists in power. Nikola Tesla didn't get into the spot light + until his ideas lost the revolutionary edge and conflicts with the + people in control of the electric companies, Martin Luther King Jr + was under attack by the US government his entire life but once the + more progessive side of his message got forgotten the same people + attacking him named a day after him and made one of his more tame + speeches his legacy while the rest have been forgotten to time. + Thats not even including the countless things forgotten to history. + The small wars, the forgotten scientists and artists... Nothing is + in a vacuum, all these things enteract with each other in a large + choatic system which adds up to greater change and the movement of + history. If you want to see Darwinism applied to human society and + history read up on some old good Karl Marx and his dialectical + materialism.

    +

    Hybrids and the origin of humans

    +

    Check out macroevolution. It goes into details about hybrids and + how humans are monkey pig hybrids.

    +
    + + + + +
    +

    The Universe

    +

    The Universe is a chaotic system of really small interactions and + really large interactions on a mass scale all running into each + other in a nearly murderious manner. Everything can be understood + through the lens of dialectics. Everything is the interaction of + engery. The things we know and understand is just the result of + interactions of engery. Even matter can be viewed through this lens. + I don't believe in the big bang. Instead I have my own theory.

    +

    The creation of the universe

    +

    The Universe didn't come from nothing. Everything have always + existed. In fact outside the universe only everything exits and + there is no nothing, no voids, no where safe from particles + colliding at speeds that makes light speed look like a childs bikes. + Outside the universe everything interacts with everything forever in + all directions. Its like tv static that goes on forever. Just like + tv static since its random if you just so happen to pause during the + right time and zoom in you might find a picture of something. It + might even just so happen to be a picture of you! The universe is + one of those. A time and place in a random existance that just by + the chance of randomness is something coherent. Like finding + ShakeSpeare in The Library of Babel. The engery interacted in a way + to create what we call the big bang. Instead of creating things it + just opened up an area safe from the chaos. A place where the + interions are limited in a way. Constraints that makes limited yet + complex and coherent structures of engery possible. These structures + is what matter is. Things light speed is a example of one of these + constraints. Its nothing uncommon. Its just a matter of time until + something like this happens.

    +

    God

    + +

    The universe may not be anything like a human brain or any type + of brain found on earth but it is still a natural information + processing machine. It doesn't will things to happen like a religous + god. Instead its a high being bound to the same forces and + constrains as us. It only has the power which are given to it also + like us. It only ever sees what it can and sense what it can.

    +

    Humanities reason for existing

    +

    I am a big Kurt Vonnegut and his book Cat's Cradle made me start + to think that humans do have a reason for existing but its not + pleasent! I kind of went insane reading it so just hold on for dear + life as I pull nonsense out of my head. In the book there is + something called ice-nine. You can read about it on this + wikipedia article if your too lazy to read Cat's Cradle. + Spoiler: ice-nine gets into the ocean and destroys the whole + planet. It made me think: I wonder if the universe brain is in + pain in its own sort of way and are reason for existing is to create + a type of ice-nine that destroys the universe. I have a sort of + surreal depression that makes existing a pain. Its transends any + sort of normal pain or sadness. Its deeper than just the survival + parts of the brain to warn us if something is wrong. Its a short + circuit that causes sorts of thought loops and blunt conscious that + causes a sort of pain that is slow and drawn out but adds up to + something no bullet or knife could cause. I often deeply relate to + the universe brain and hope it doesn't have to feel the same sort of + thing. The universe can't end itself and no human will destroy + willfully: humans are going to end the universe by mistake just like + when ice-nine got into the ocean. Humans may be fucked up pig monkey + men and freaks of nature but we are good at one thing: destroying + things by mistake. Evolution designed us for that. Part of natural + selection is testing each species and Adam and Eve is a medifor for + that test. It proved we are well designed to destroy things by + mistake so it picked us.

    +
    + + + + +
    +

    Absurdism: a healthy cure to nihilism

    +

    Nihilism

    +

    Nihilism is a philosophy many know of but few can truly + understand. Its the moment you realize nothing you do will ever + matter. When everything everyone knows and holds so close to them is + so clearly a pointless game yet they think your crazy to point it + out when they are the ones devoting so much to a big lie. Until + you can bluntly look at your school, work, family, friends, partner, + pets, political party and ask yourself "why do I do any of this?" + and realize it really wouldnt matter much if that all came to an end + you still arent a nihilist. As a nihilist you no longer see + happiness and sadness, love and hate, life and death: you know the + universe is just a bunch of atoms and particles and any other + concept we have is blunt bullshit in its finest form.
    +
    + Those who dont understand nihilism may see this as sad when to a + nihilist it is a source of blissfulness and numbness. The real + pain is caused by the conflict between the bliss of nihilism and the + painful ways of non-nihilists, people who put importantness in + meaningless things. Those who make it as difficult as possible to + make yourself comfortable because they make up reasons you cant be + comfortable and enforce through the force of pure size in numbers. + A true nihilist would never start a war because they see no + point in it, non-nihilists would abosutely start a war even over the + most pointless bullshit. The flaw of the nihilist is they sure arent + going to stop the war either. Let the people fucking die we often + say. Luck they are I would say. Finally getting the type of peace + and bliss that comes with death that no non-nihilist would never let + happen during life.

    +

    The absurdist cure

    +

    It is said when faced with nihilism there are three options:

    +
      +
    1. Suicide, life doesnt matter anyways so why not?
    2. +
    3. Intelligencical suicide: giving yourself up to a religion, + cult, or some other philosophy. Giving into the anti-nihilist lies + and living a life of false meaning.
    4. +
    5. Fully enbracing the absurd. You may not been freed from our + shitty society but you been intelligencically freed. Now that you + know no god rules over and nothing is holy your now only bound to + practical limits instead of social ones. No more greater meaning + in the position of rulers and authority, now you just gotta be + careful not to get caught lol. No more tabboos to enforce social + standards with no moral grounds.
    6. +
    +

    The third option is the absurdist option. As a absurdist your + still a nihilist but now instead of not trying to stop wars + because nothing matters you can fight against wars for that very + same reason. Do everything a nihilist cant but always with the same + reasons as a nihilist. As a absurdist you arent finding meaning or + giving things meaning, your in a constant nonstop rebellion against + meaning! When people think your crazy for calling society pointless + you still walk away just like a nihilist but only now you also flip + them off as you walk away. Every pointless action you do and the + life you live knowing everything is pointless is a middle finger to + the universe, a sign to the world it may fucking suck but your still + alive. Its a insult to someone not there to hear it. The world + may have no meaning but reguardless you are going to kick it in the + ass.
    +
    + Society is designed by anti-nihilists to keep people under the + control of the rulers. Thats why everywhere is focused on option + two. Thats why when people who see everything as pointless go into + therapy they are always pushed toward option two. The very thing + that defines religion and spiritual believes in our society is so + heavily bias towards option two most people cant even begin to image + the concept of people coming together in a type of absurd worship of + option three. When meaning is no more worship without meaning is + now possible, religion without god or faith, morals without anything + to uphold them. It is in many ways like RumFoord's Church of God + the Utterly Indifferent.

    +
    + + + + + + + + + + +
    +

    Absurdist Wissenschaftic Socialism (my home brew + political ideology)

    +

    Absurdist Wissenschaftic Socialism or bsyn for short (bsyn looks + cooler than aws) at its core is a ideology that believes in bringing + about communism in absurdly unconventional means of revolution.

    +
    +

    Bsyn english class

    +

    Communism

    +

    Stateless, classless, and moneyless society. The final stage of + humanity. A near pipe dream. A ideal perfect society that serves + everyone. Its international and has no borders or grandfalloon + limits. Anything that doesnt strictly fit that is not + communism.

    +

    Socialism

    +

    The process of getting ever closer to communism. The journy to + communism. Anything that takes part in the process of getting closer + to communism is socialism in some way even if it doesnt like look + socialism. Anything that makes zero progress towards or prevents the + process of getting closer to communism is not socialism even if it + looks like socialism. Even just trying to make communism real is + often enough.

    +

    Absurdism

    +

    Read up here. To fucking lazy to sum + things up for you.

    +

    Wissenschaft

    +

    A german word that doesnt translate to english well. Its a more + broad version of science. Its simply the quest for knowledge. + It even includes things like art and philosophy.

    +
    +

    Bsyn principles

    +

    Bsyn never claims or strictly believes that communism is even + possible. Instead it will work towards the goal of communism even + with no end in sight. There is always progress to be made. + Think of it as communism is the goal and socialism is the process of + completing the goal. In bsyn a comrade doesnt have to be someone + with the same ideology, instead a bsyn comrade is anyone also + contributing to the goal even if its not as directly and even if + they arent aware of it. If the future is more communist than the + present than in a undirect way everything is socialist and if the + future is less or the same amount communist as the present in a way + nothing is socialist, because of that its important in bsyn to look + at undirect effects while at the same time not overbroadening + everything to the point words no longer have any use.
    +
    + An Absurdist Wissenschaft Socialist or bynist isnt a + thing. Bsyn is not an identity. Read up on identity. Instead call yourself a follower of bsyn or + something along those lines. In bsyn you can use just about anything + to describe yourself just be mindful if what you choose might hurt + the goal.
    +
    + In bsyn studying the works of Karl Marx and his dialectical methods + are quite handy and a valuable resource. Though not every marxist + movement is socialist due to the fact they put zero effort in + pushing towards communism even if they claim to.
    +
    + Bsyn has a focus on using technology to bring about communism, using + machines do to all the boring mind numbing work while people get to + spend more time on things like art and science. One of the first and + most important steps in modern communist revolution is making less + busy work and opening up space for people to learn and use skills + and interests that they find genuine rewarding. Bsyn is aware that + some people tend to master one skill while others are jacks of all + trades.
    +
    + In evolution a species cant evolve backwards even if it can in the + long term have more benefits. A species cant risk putting itself in + a position like that. Reguardless, a species can still take even the + most unconventional routes imaginable as long as they are always + steps forward in the direction the species needs to go to survive. + Bsyn is a lot like that, it will never push away from communism but + it will take the strangest routes there. Unlike evolution, the + direction bsyn pushes toward is a lot more "idealize" than the + direction evolution tends to push.
    +
    + In bsyn there are two sayings: By any means necessary and + there is nothing more permanent than a temporacy solution. + They are like the yin and yang of bsyn.

    +
    + + + + +
    +

    Social Issues

    +

    By raise of hand who skipped ahead to this part of the + page? Feel called out don't you (: Views on social issues aren't + just some isolated optinions, they are a part of someones ideology + and a result of how their morals enteract with the world around + them. Everyone has an ideology even if they don't realize it. For + example christian views are very closely tied to christian ideology + and effects everything they do and think. "God created the universe, + gave us the 10 commandments, sent jesus down, will send you to hell + if you dont go to church..." Thats quite view shaping and mind + effecting wouldnt you say so? If a christian tells you they support + lgbtq+, women... rights they are either a fool or a lying fucker. + Dont believe them for even a second because they will fuck you over + and everyone else to. Religion is like this in general because it + was created by social darwinist narcissists who use their lies to + control. "you will go to hell if you dont follow the commandments of + an all powerful being that you cant ever talk to and you must trust + the words of people above you to know what he wants" sounds like + lies created to control doesnt it? Real social change only comes + when religion and power structures are brought into question. If it + was up to the rulers and religous leaders of the world we would + still be in the dark ages.

    +

    Abortion

    +

    New people are created when people fuck in the magic way. Take + this from someone who engages in same sex activities: dicks going + into pussies isnt the only way to have sex. The other ways dont + create babies. It gets even better, even if you do wanta fuck the + magic way smart people created plastic thingies to stop the people + making seeds from going into the human egg. The same smart people + also made pills and lots of other wonderful things to stop the pain + of creating humans and the suffering they will face when they are + pulled into this terrible world kicking and screaming.
    +
    + It gets worse: when people are stupid, poor, and in times of + terrible hardship they only ever increase the rate they fuck + the magic way and without seed stoppers. World War 4 could happen + and the birth rate would only go up. This creates more humans who + are forced to live in this shitty world. But even when people are + too stupid to fuck the other ways or use seed stoppers we still have + one last line of defense: abortion. This beautiful treatment + removes the unborn flesh of a human from its mother before its + anywhere close to consciousness, before it have had a taste for the + pain of the world.
    +
    + Christians view women as private property, people making machines, + personal maids, human sex toys... even though they have the same + human brain and are nearly just as dumb as men christians think the + idea that a women owns her own body is too much. They want women to + be raped by stupid men, they want to control everyones sex life and + make sure they only ever fuck the magic way and without seed + stoppers. They want more people forced to live and christians even + made sure everything fun is a sin, outlawed drugs that give people + an escape from the things christians do, made sillycide way + more difficult than it needs to be, took over the entire planet... + all because their ideology calls for everyone on earth to + live a christan life of suffering. Abortion is a beautiful thing + fight for it to stay!

    +

    Womens rights

    +

    Even though I am gender-void (I made that up, if you have a + problem with that go fuck yourself) I am assigned male at birth and + still often use a male mask for close minded people so they will not + open their pie hole about it. This makes me feel stupid and + uninformed about womens rights, and that is because I am stupid and + uninformed about womens rights. But what I do know is that even + though all social issues are equally important womens rights are at + a very high level of importantness and should be the first thing on + the mind of any true leftist.
    +
    + "Social progress can be measured by the social position of the + female sex." - Karl Marx
    +
    + I encourage all men to learn how to just be friends with the women + in their lives. A message to the men reading this: the women in your + life will teach you things and help you develop as a person in ways + other men never will. Women make for the best comrades. As soon as + you make every interaction with women about weird horny stuff, + discrediting them for something... everything goes to waste. If your + a incel and blame women for everything sorry to break it to you but + it was other men that fucked you over not women. If your willing to + put those feelings aside the friendships you will gain with women as + time goes on will be much more rewarding than just fucking alot and + when the time finally comes for you sex will be a lot less awkward + and more personal and borderline spiritual. And the insight that + removing sex bounaries in friendship brings might just contribute to + realizing your bisexual like it did for me. For men fighting against + women will only ever keep them closed minded and brain washed.

    +

    Race

    +

    Race is a clear example of how social darwinists use social + constructs to control. The narcissists in power brain wash people to + hate and fear other groups of people so they can put up borders, + keep out artist and intellectual works, keep their people stupid... + everyone has the same big, faultly, lying brain so whats the point + in sorting everyone into granfalloon groups? Its to make sure everyone is too + busy fighting each other to realize they should have been fighting + the people in power the whole time. They lie to us about what + critical race theory is because they dont want you to know crt a + dialectical and enlighted way of viewing race though I would + argue crt is also very narrow and only serves as a prove of concept + of how dialectical materialism can be applied to social issues. Just + learn dialectics and class consciousness instead. Neoliberalism is a + ideology of dumbing things so it made everyone think racism happens + on a person to person interaction scale when really racism + happens on a systematic level.

    +

    Disabilities and mental illness

    +

    This society is so fucking terrible that it even has to pick on + people with disabilities. Wanta see a doctor about your fucking + back? well too bad get a fucking job! Wanta fucking job? "Sorry we + just so happened to hire a able body even you know way more about + the field and your disability will not get in the way at all what so + ever". To make things worse thinking differently in are closed + minded is treated like having a fucked up back. I was diagnosed with + a thinking differently disability called autism. It doesnt fucking + matter that spoken language works just fine for communication + because everyone decided to instead use nonsensefull looks on their + face half the time. I am going to tell you right here there isnt + any logic behind how you fuckers communicate with looks on your + faces. Its a bunch of bullshit and all of you are oddly on the + same page about it and you will go as far as to call someone + disabled for not being on the same page about it even though you are + too fucking stupid to come up with a logical system for the face + looks, document it... you also think not putting up with ear + bleeding noises is a disability. Dont you fucking dare pretend to + feel bad for us when you are perfectly willing to fully support a + society that systematicly makes us disabled. Are brains work just + fine as they are you are just so nonsensable and hold + neurotypical views so high up that you are perfectly happy + supporting the bullshit no matter how many of us commit + sillycide because of the way you treat us. Its a text + book example of social darwinism indeed.

    +

    lgbtq+

    +

    Message to the anti-lgbtq+: Many of you think being anti-lgbtq+ + makes you cool and edgy so lets take this one step at a time. Are + society is held up by social constructs that controls who can have + sex with who, what clothes you can wear, what kind of name you can + have, what pronouns you can go by... lgbtq+ are harmed by these + social constructs and want to live their life freely. By telling + them they cant do those things and making rules to stop them you + arent cool and edgy, your as punk as the fucking pope! Call yourself + an anarchist? If you cant handle the idea of sexual and gender + anarchy than I dont think your ready to actually take down the + system because when it comes to that stuff you will quite happily + keep the system up.
    +
    + All moral arguments against lgbtq+ depends on the existance of some + god that for whatever reason declared that stuff sinful. If your + non-religous and anti-lgbtq+ your a fool and more brain washed by + religion than you think, if your religous and anti-lgbtq+ than your + not only a narcissist simping asshole but a intellectual and moral + slave to your own religion, if your pro-lgbtq+ and religous your + quite comfortable supporting neoliberalism and believing the hate + has nothing to do with a systematic ideology deployed by the church + and it just so happens to be.
    +
    + Lgbtq+ can be thought of in terms of marxist historical materialism. + It may be rough right now but thats part of the process of + evolution. No one quite agrees on even the smallest of details but + thats the beauty of it all. Right now lgbtq+ is still based in some + amount of social constructs and still a slave to some amount of + bullshit are society created but it will evolve, it will bring us + even more freedom... for that to happen you gotta accept the + movement even in its rough state and help it grow into something + greater. The narcissists controlling the system will feed you + talking points to stop you from helping the movement remove power + from the them. Dont fall for their bullshit they are just scared + that the more free we become the less we will support narcissist + bullshit.
    +
    + There is no scientific reason sex same relationship has to be taboo, + there is no scientific reason someone cant choose their own + pronouns, there is no scientific reason someone cant consent to + sugery to remove their fuck organs (no matter how harmful and + pointless some random study claims stopping them is against their + freedom and saving people from themsevles is a narcissist journy of + mental masturbation: not a heroic act), there is no scientific + reason there needs to be seprate mens and women bathrooms, there is + no scientific reason someone cant choose what labels they use to + describe themselves due to the fact all language is human made + and completely socially constructed start to end. Any and all + arguments like "someone is what they are born as" and "men cant play + in womens sports" is complete bullshit and not based in nature + because nature couldnt fucking case less if those things happen. + Nature doesnt fucking care if a person born with a penis wears a + skirt and pisses in the womens bathroom, a man playing in + womens sports is not going to cause anyone to get struck by + lightning. All of you anti-lgbtq+ are so fucking dumb you think + that a concept a bunch of people came up with is just as natural as + the fucking trees.
    +
    + If not getting in the way of peoples lifes and their personal + choices isnt enough for your neoliberal brains here is a fact for + you: the percent of people that detransition isnt the same as the + percent who changed their minds. Thats right, are society is so + fucking hell bent on making it a living hell to be transgender that + they detransition due to the pressure even if they personally would + love to continue transiting if they could. The regret rate is much + lower than the rate of that and even than the statics alone still + doesnt tell the whole story. If you can only learn 2 things from me + let it be that 1: statics lie, and 2: fucking with peoples personal + lifes never helps anyone.

    +
    + + + + +
    +

    Economics and socialism

    +

    This is going to get fucking messy. Well anyways, I am going to + tell you what real socialist economics is. The USS shit is a + fucking terrible example of socialist economics. Dont give me + that socialism only works in theory bullshit because here is + the truth about socialism: socialism is not when the government does + stuff, its not when everyone is paid the same no matter how much + they work, its not when everything is ruled by a dictatorship... all + socialism really is in truth is the concept of common ownership of + things like the means of production (aka large factories, farms...). + We do not want to seize your PS5 or your steam deck. We dont want + your fucking house, car, cat, grandma... No, we dont give a fuck + about your grandmas small sock making business. On the grand scale + of things grandmas homemade socks are nearly a hobby even if pays + for her trips for See's Candy. Grandmas socks wont make any + difference on the economical level socialists tend to think in and + anyone that calls themself a socialist and attacks your grandmas + sock business is a fool and a asshole. For an idea of what a decent + use of socialism looks like take a look at project cybersyn.

    +

    The evils of capitalism for dummies

    +

    Imagine everyone has a bag of rice. Some people have very little + and others quite a bit more. In rice school everyone is told to + plant a bit of their rice and save a bit for eating. For those who + barely even have enough to eat this sounds like crazy talk while for + others they grew up on a family farm that have been doing quite well + for ages. One day someone name Tod from a good family rice farm + finally goes out to start his own farm. Tod's family gives him a + nice big bag of fresh rice to use to start his own farm and he heads + out to find a good place for a rice field. While he is traveling he + quietly complains how heavy the bag is and even think a few things + "it would really hurt to be hit with a bag this size". He finally + finds a nice place for a new rice field but someone already got few + only seconds before he did. Tod notices they have a much smaller + liter bag than him so he walks up to them and bang! He fucking hits + them right in the head with his bag. He even dumps their whole bag + into his. This gives him a new idea: he starts hiding in a bush and + attacking anyone that comes to that spot and each time his bag gets + bigger and heavier. Soon its too heavy to even lift so now he + finally decides to plant some.
    +
    + Now Tod is faced with some issues: protecting the rice he cant carry + with him, balancing mananging a farm and attacking people... so he + decides to go to some poor children and very kindly offer them some + rice. He quickly wins over their trust and tells them he can get + them more rice if they work for them. He has all of them setup the + farm and start planting while he goes out to fucking hit more people + and steal their rice. Whenever he comes back he carefully one at a + one pulls one of the children aside to tell them he will give them a + raise if they report any stealing and if they steal they get knocked + out by the bag. A few get reported and knocked out until everyone + started truly fearing Tod.
    +
    + The ones who were known for always reporting got a few raises and + started staying by Tods side all the time. Tod put them in charge of + watching over things while they he was gone and even sent them out a + few times to knock people out for him. They always looked down on + everyone else and thought they got the good end of the deal. One day + one of them decided to use their high pay to start their own farm + and even knocked out some smaller targets aka kind of a downed + scaled version of what Tod was doing. When Tod found out this was + happening he had that person knock out by the heavest rice bag right + infront of everyone else on the farm. This was the first time when + of the higher ups even got knocked out and it completely changed + everything. Now it was clear no one was safe.
    +
    + As everyone learned who Tod was they would start running and as soon + as they learned he was in good enough shape to outrun them even + carring a large bag they would give up and drop their bag in fear of + getting hit. Sometimes he would find those same people days later + starving and they would finally give in and agree to be work on his + farm. Once he had enough workers to create an army he sent them to + take out an entire family farm and make it his own. After that he + didnt even have to take over family farms. They would agree to pay + tax in return for not getting taken over by his army. Tod even paid + the rice schools to only teach the things he wanted them to + teach.
    +
    + The end, I dont fucking do happy endings! I ask of you to + reflect on this story and think about are society. Think about all + the evil companies buying out smaller companies. Think about prices + going up faster than wages. Think about all the ways these big + coprations fuck us over. The ultra rich dont get to where they are + simply planting their money in investments and working hard to grow + their companies. Thats only part of the story. They handle their + money like a fucking weapon and use it the same way Tod used his + heavy bag of rice.

    +

    Socialism in practice

    +

    If reading the story of Tod is making you think of other ways + rice can be handled like community rice farms where everyones fair + share of work will keep things going but they can still make their + own on the side, rice market system and groups of people setup to + stop people like Tod from grow... and you compare these ideas and + thing how they could be created than you have the mind of a + socialist. If you look up to Tod as a great business man, think + "well, that is just the way things are", twist things up to think + Tod is somehow helping people by giving them jobs and feeding them + even though he quiet clearly just caused pain the whole time... than + get the fuck off my website you social darwinist! Thats right, + socialism has never had any set in stone policy or economic + models. Thats because socialism is for thinkers and problem + solvers, people who never look at something and say "things are what + they are", people who can pull in inspriration from even the most + disconnected sources and create something new from it, people who + know things can be done better and dont see the shitty ways things + are done as something to put up with... any sort of coherent policy + or economic model would ruin the entire point, it would be like + making a free form jazz artist play a hit song perfect note by note + or tell Bob Ross what he can and cant paint. That is why Karl Marx + came up with a framework to change for your use instead of any set + in stone plan of action. What is why people like Stalin call + themselves a socialist yet are quite far seprated from the rest. + Just look at how much fucking infighting on the internet we have + just for an idea of how far seprated we can really be from each + other even with so many common goals.

    +

    My travels

    +

    I was raised conservative and left it behind when I discovered + they didnt really stand for freedom and truth, I went libertarian + until I discovered they also didnt stand for freedom and truth, I + went anarchist until I read a tiny bit Karl Marx and got caught up + with all the labels on the internet and didnt know what to call + myself; Finally, I was reborn a socialist when I rediscovered my + will to learn and come up with new ideas that been with me my entire + life but almost went away with all the effort school, mainstream + interenet, and society went through to try to distroy it. Read books + and think deeply about everything, dapple around in everything but + never stick. Surf your car radio and think "is what the radio voices + telling me just a distraction?". Conservative radio has the weirdest + fucking ads. No, I do not need to see a doctor about my balls, I am + not looking for a service to turn my 5 million dollars worth of + retirement funds I dont have into gold and silver to keep it safe + from the lizard people, I do not need to sign up my dog for an anti + ak-47 course I like my indistractable terrorist guns thank you very + much. Conservative radio: what a bunch of mind numbing nonsense.
    +
    + Speaking of mind numbing nonsense fuck the polical compass, fuck the + X number values tests, fuck all the nonsense labels for ideologies + no one is part of that haunts the polical forms and chatrooms of the + internet. No, I dont give a flying fucking about marxist leninist + maoist trotskyist MAGA neonazi fascist antifasc + neo-dronestrike-obamaist anarcho-bidenism. They turned it into + fucking pokemon. Instead of making polical compass memes shut up + and read a fucking book! It doesnt need to be boring Karl Marx + book. Read Breakfast of Champions, right now, before I fucking kill + you!

    +

    Decentralizated non-privatized and the wonder of worker + unions

    +

    You know what we need? More non-profits, not the mozilla shit. Some dam good ones. All the democrats + checks arent working, they arent going to mail you life long + healthcare in the mail, mail you your retirement money you lost in a + conservative gold and silver scam, mail your coworker the overtime + pay management cut so they can buy a $40,000 vacuum cleaner no one + needed... sorry children santy aint coming this x-mas! This year we + gotta be are own x-mas elfs. By that I mean you, I am not a human + (more on that later) no matter how often you fuckers pull me into + your problems. Wish I could help but sorry, the void calls for me. + Profits are stupid, infact there is a direct connection between low + profits and how good a company is. Sorry to break it to you but + non-profits, low-profit companies... get more shit done, pay and + treat their workers better... than for profit companies in the same + field. Anytime a for profit company has more to offer its not going + to last long, once they are set in place they will up prices and + lower worker pay, once Tod wins over the trust of the poor children + he treats then like shit and turns them against each other. Again + with Tod, just avoiding the for profits alone isnt going to fix + much, just like Tod they will take out everything and make things + worse to the point you are forced to either eat Tods rice or rice + from a family farm paying taxes to him or face starving to death. + The only fix is to beat Tod himself with a bag full of his own + rice. To do that is going to need lots of people to agree to + work together. Aka a worker union.
    +
    + Striking isnt the only thing a union can do either. Now days with + fancy computer stuff strikes are nearly useless. Take a look at + the chile trucker strike for an example of that. + Though also with fancy computer stuff you can be oh so very much + more evil with running a worker union. Get your IT nerds, webdev + nerds... to join the union you can use the companies very own + website to leak secret information, make the entire company network + go crazy, black mail a boss with office sex footage found on the + CCTV... Tech nerds, office workers, middle management, cleaning and + HAV people... often dont like to work together and alot of them dont + even feel like a worker union could help them and when most worker + unions are bought out, too small, and not creative enough or bald + enough they actually do cant help a handful of the time. Thats + why you human skill people and thinking skill people gotta team + up! I am not a human so its a given I dont have the human skills + so without a human skill person I cant do much and so far no human + skill person who isnt scared of me in sight.

    +
    + + + + +
    +

    Nonhumanism

    +

    I am not a human. Yes, you are a human (most + likely). But not me. Dont go screaming to be with the "but your dna" + or "you were born from humans" bullshit. You are a wolf and I am a + coyote. Quite similar but also just different enough to be a + different species. The line between different species isnt as far as + you might think and is something scientists often debate.
    +
    + Some nonhuman things about me include:

    +
      +
    • Brain and thought pattern differences that medically show up + as autism but differ greatly from the DSM-V and others diagnosed + with autism I have met.
    • +
    • Different effects from marijuana and kratom then what the + humans get.
    • +
    • Differences in how my nervous system works.
    • +
    • As a little child I grew at a freakishly fast rate and stopped + growing much younger than any other human.
    • +
    • I was able to grow a full beard nearly freakishly young.
    • +
    • I require closer to 10 or more hours of sleep to be fully + rested instead of 8.
    • +
    • I am a bit colorblind and sensitive to light
    • +
    • Differences in how often I eat and weight gain/loss. I + naturally eat alot at once than go a while without eating and I + dont gain or lose weight more than 2.3kg and I stay around 68kg + even though I am around 183cm tall. The weight loss and gain can + happen in a very short amount of time.
    • +
    • Light makes me sleep like a baby and makes it harder to wake + up. It takes me longer to fall asleep in the dark but its easier + to wake up in the dark
    • +
    • Differences in how my brain handles habit forming, dopamine, + and addiction.
    • +
    • Differences in body propartions
    • +
    +

    Living in human society as a nonhuman

    +

    Living in human society as a nonhuman fucking sucks. + Imagine being a cat living in dog society. Everything is built with + dogs in mind, jobs shifts are all planned around dog hours, the + restaurants serve dog food in dog propartions, the stores sell only + dog products, the toys are dog toys, the parks are designed for + dogs, the vets specialize in dogs, everyone talks with barks instead + of meows... If your a cat in that society you really gotta look out + for yourself because no one else can understand you even if they + pretend to. Everyone will give you advice that does not work.

    +

    Employment and nonhumanism

    +

    Nightshifts: the greatest blessing and curse. I am still getting + through school and lack any employment history as of writing this. + Most of the options for that are customer service jobs. When people + can barely understand you when you talk, you can only do one task at + a time, lack any people skills, need time to work on your + interests... that aint going to work. And to make it worse employers + discriminate against me. If you arent working customer service + employers still want people skills. They want their toilet cleaners + and floor sweepers to have people skills. They want them to spend + half their shift sitting through pointless meetings. Thats the magic + of nightshifts! Only freaks and weirdos apply for nightshift and + they have a high turn over rate. All the people who call for + pointless meetings are asleep and you only ever have to talk to a + hand full of people. Do you know what I do with the time saved not + going to pointless meetings? I do homework, read, take naps, and + work on this site! I love the outdoors and I get cold too easily to + go out there at night (I dont mind the dark) so I often wish I could + work days but with the no bullshit vibe of the night. I hope to one + day go self employmented to avoid all the human bullshit.

    +

    Revolution and nonhumanism

    +

    When I sit on my ass and think about all the shit going on I + often think about the song The Revolution Will Not be + Televised by Gil Scott-Heron. Then I remember that even though I + grew up in what many call a very inclusive generation all you mother + fuckers treated me like shit! Thats because the modern stage of + inclusiveness does not extend to neurodivergents completely and + does not extend to nonhumans at all. Think of it this way, the + american civil war got rid of legal slavery but was quite limited, + the civil right movement did a bit more... same with how the lgbtq+ + movement has evoluted over the years. The problem is nonhumanism is + limited to just me and maybe a few others I dont have the resources + to track down (if you are one feel free to send me a email or + something) and even than we wouldnt have any common ground except + being nonhuman.
    +
    + I know revolution is not perfect and I am willing to engage in + pushing the evolution so we at least get sometype of change but I + will let you know its up to you to make change. I am in full + support of modern progressive movements even if I know they are + lacking something. Even than I dont have the power to engage in + revolution the sameway you can due to the fact I am a nonhuman. I am + not welcome in social structures and only servce as a fly on the + wall, no one understands me when I talk, I have no power what so + ever to push a message across. As a human you have special powers I + couldnt even dream of having. You can engage in those social + structures, get your fair share of message pushing power. Even as + small as it might seem to you as someone without those powers I will + let you know its greater than you believe. Its a superpower!
    +
    + Message to my generation: even though you treated me like + shit I beg of you to engage in progessive revolution in all the ways + I cant. Dont be one of those gen-z trump supporters and dont stop at + voting blue either. The revolution will not be televised on + social media!

    Lain +
    +
    - diff --git a/reading_corner.html b/reading_corner.html index 2d20a25..25d1d86 100644 --- a/reading_corner.html +++ b/reading_corner.html @@ -1,209 +1,182 @@ - - Reading corner - - - + } + + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + + - - Back to home page - -
    - - - - - - - - -
    -

    Why do a boring old person thing like read?

    -

    - I use to dislike reading because I thought reading was for boring old people. - It turned out I was correct, reading is for boring old people. Than I became - a boring old person, so now I read. -

    - -

    How to find a good book

    -

    - The more questons that answer with yes the more likely it is that the book is - worth a read: -

    -
      -
    • Do christians dislike the book?
    • -
    • Did a school board in florida or texas try to ban it?
    • -
    • Is the author mentally insane?
    • -
    • Did a German dude write it?
    • -
    • Do book reviewers struggle to wrap their tiny brains around it?
    • -
    -
    -

    Content:

    - -
    - - - - - -
    -

    Reading list

    - -

    Currenly reading: 1985

    -

    - Been on my list for a while. I always wondered "how the fuck have I not read - 1984 yet?". Well now I am reading it. -

    - -

    Ever growing list of things I need to read

    -
      -
    • - Danzig Trilogy: -
        -
      • The Tin Drum
      • -
      • Cat and Mouse
      • -
      • Dog Years
      • -
      -
    • -
    • The People's Republic of Walmart
    • -
    • Cybernetic Revolutionaries
    • -
    • Jailbird
    • -
    • God Bless You, Mr. Rosewater
    • -
    • Brave New World
    • -
    • Fahrenheit 451
    • -
    • The Hitchhiker's Guide to the Galaxy
    • -
    • The Flounder
    • -
    -
    - - - - - -
    -

    A few reviews I guess

    -

    - Warning, most of these are Kurt Vonnegut books. I really need to try more authors rofl. -

    - -

    The Last of the Really Great Whangdoodles

    -

    - A underrated masterpiece. A must read. This book is mind opening in so many ways - and will improve your life. Read it to your dog, your cat, your braindead - grandparents... Afterwards give the Whangdoodles in Whangdoodle land a visit - and tell them I said hihi. Its one of those childrens books that is strangely - enjoyable for all ages. -

    - -

    Cat's Cradle

    -

    - Dont waste your time reading the fucking bible. Read Cat's Cradle instead. - Its a book with countless layers that all play into each other. Every detail - is important and meaningful even if its enteracting with the story on a - abstract level that doesnt show up at first. Cat's Cradle is the golden - example of how to write a story. It has a way of almost feeling like its - putting you in the middle of a historical event instead of simply telling - a fictional story. It has a tastefully dialectical natural that makes - every detail in the story work more like parts in a well tuned machine. - Cat's Cradle might even be your vin-dit into Bokononism. -

    - -

    The Sirens of Titan

    -

    - Kurt Vonnegut books arent known for making very good movies but reguardless - I need this one to be turned into a movie right now! It has a surreal - almost dream like vibe like the army on the rusting metal surface of mars, - the beautiful landscape of titan, and a flavor of sci-fi that seems fitting - for the time it was written but strangely modern all at the same time. How - the fuck can a book have so much blunt foreshadowing yet leave you completely - unprepared for whats about to happen?! You must read this book. I will stage - an entire war if you dont, I will make you get into a rocket and fly to titan - if you dont. You have to read this book!!! -

    - -

    Galapagos

    -

    - Jesus be dammed, booked reviewers are harsh af on this masterpiece. Its - always shit like "I cant understand the small clever details and it doesnt - hold my hand and tell me everything in simple tv news approved words there - for its a bad book". This book does a good job putting down Social Darwmism - and explaining how evolution actually works. The way every detail connects - is just wonderful and the way it so very carefully frames every moment passing - by and choices what to bring into focus at any given moment. It has a way of - spending most of the book on just a few days worth of events yet going into - detail about the next one million years of humans. Its a work of absurb chaos - carefully looked at under a microscope. -

    - -

    The Children's Crusade

    -

    - An anti-war book from the 60s? Already sounds based! Anyways if you read this - book you will become unstuck in time. Time doesnt move, we dont control time... - Everything is already planed out and we are just looking at one moment at a time. - Once you read this book you will instead see time for what it really is. -

    - -

    Goodbye Blue Monday

    -

    - This book starts out with a hand drawn picture of the authors asshole just - to prove a point. It continues to include hand drawn pictures of the most - random things throughout the book. What does the book say? I dont know - because I never read it... fooled you! You believed me for a second didnt - you? dumb ass! Well anyways, the book is about some dude who reads a sci-fi - book and thinks its real. You know the same thing happened to me when I watched - Star Wars for the first, second, and 10th time! Anyways, even though this book - is a fucking mess everyone should be required to read it. In some twisted way - you might learn a thing or two. -

    - -

    Ready Player One

    -

    - Its kind of a fucking mess of a book. Nothing about the story line itself is that - creative by any means and the character design is kind of flat, but just the - amount of details packed into it is insane. I dig the world building and just the - grand scale of it all. The movie puts it to shame. Unlike the movie the egg hunt - is actually difficult. -

    - -

    Animal Farm

    -

    - Its a clever little book indeed. Had me laughing the entire time. Anyways, - its not designed to be used entirely - as a anti-socialist book. Think it through: so in the book the animal - revolution is a socialist revolution, the humans are the capital owning class, - the leaders who took control after the revolution was a pigs, years after the - revolution the pigs started walking and dressing like humans and they even - became friends with the humans. Aka revolution needs to put democracy first - or risk going back to square one. If you read Animal Farm and think "the - animals should have just happily put every ounce of their geist into - working for the humans instead of rebelling" I have to ask: do you know - what stockholm syndrome is? You better call the doctor because you seem - to have it for the capital owning class. Thinking in simple black - and white terms is a clear sign of mind control. -

    -
    -
    + + +
    + + + + + + + +
    +

    Why do a boring old person thing like read?

    +

    I use to dislike reading because I thought reading was for boring + old people. It turned out I was correct, reading is for boring old + people. Than I became a boring old person, so now I read.

    +

    How to find a good book

    +

    The more questons that answer with yes the more likely it is that + the book is worth a read:

    +
      +
    • Do christians dislike the book?
    • +
    • Did a school board in florida or texas try to ban it?
    • +
    • Is the author mentally insane?
    • +
    • Did a German dude write it?
    • +
    • Do book reviewers struggle to wrap their tiny brains around + it?
    • +
    +
    +

    Content:

    + +
    + + + + +
    +

    Reading list

    +

    Currenly reading: 1985

    +

    Been on my list for a while. I always wondered "how the fuck have + I not read 1984 yet?". Well now I am reading it.

    +

    Ever growing list of things I need to read

    +
      +
    • Danzig Trilogy: +
        +
      • The Tin Drum
      • +
      • Cat and Mouse
      • +
      • Dog Years
      • +
      +
    • +
    • The People's Republic of Walmart
    • +
    • Cybernetic Revolutionaries
    • +
    • Jailbird
    • +
    • God Bless You, Mr. Rosewater
    • +
    • Brave New World
    • +
    • Fahrenheit 451
    • +
    • The Hitchhiker's Guide to the Galaxy
    • +
    • The Flounder
    • +
    +
    + + + + +
    +

    A few reviews I guess

    +

    Warning, most of these are Kurt Vonnegut books. I really + need to try more authors rofl.

    +

    The Last of the Really Great Whangdoodles

    +

    A underrated masterpiece. A must read. This book is mind opening + in so many ways and will improve your life. Read it to your dog, + your cat, your braindead grandparents... Afterwards give the + Whangdoodles in Whangdoodle land a visit and tell them I said hihi. + Its one of those childrens books that is strangely enjoyable for all + ages.

    +

    Cat's Cradle

    +

    Dont waste your time reading the fucking bible. Read Cat's Cradle + instead. Its a book with countless layers that all play into each + other. Every detail is important and meaningful even if its + enteracting with the story on a abstract level that doesnt show up + at first. Cat's Cradle is the golden example of how to write a + story. It has a way of almost feeling like its putting you in the + middle of a historical event instead of simply telling a fictional + story. It has a tastefully dialectical natural that makes every + detail in the story work more like parts in a well tuned machine. + Cat's Cradle might even be your vin-dit into Bokononism.

    +

    The Sirens of Titan

    +

    Kurt Vonnegut books arent known for making very good movies but + reguardless I need this one to be turned into a movie right + now! It has a surreal almost dream like vibe like the army on + the rusting metal surface of mars, the beautiful landscape of titan, + and a flavor of sci-fi that seems fitting for the time it was + written but strangely modern all at the same time. How the fuck can + a book have so much blunt foreshadowing yet leave you completely + unprepared for whats about to happen?! You must read this book. I + will stage an entire war if you dont, I will make you get into a + rocket and fly to titan if you dont. You have to read this + book!!!

    +

    Galapagos

    +

    Jesus be dammed, booked reviewers are harsh af on this + masterpiece. Its always shit like "I cant understand the small + clever details and it doesnt hold my hand and tell me everything in + simple tv news approved words there for its a bad book". This book + does a good job putting down Social Darwmism and explaining how + evolution actually works. The way every detail connects is just + wonderful and the way it so very carefully frames every moment + passing by and choices what to bring into focus at any given moment. + It has a way of spending most of the book on just a few days worth + of events yet going into detail about the next one million years of + humans. Its a work of absurb chaos carefully looked at under a + microscope.

    +

    The Children's Crusade

    +

    An anti-war book from the 60s? Already sounds based! Anyways if + you read this book you will become unstuck in time. Time doesnt + move, we dont control time... Everything is already planed out and + we are just looking at one moment at a time. Once you read this book + you will instead see time for what it really is.

    +

    Goodbye Blue Monday

    +

    This book starts out with a hand drawn picture of the authors + asshole just to prove a point. It continues to include hand drawn + pictures of the most random things throughout the book. What does + the book say? I dont know because I never read it... fooled you! You + believed me for a second didnt you? dumb ass! Well anyways, the book + is about some dude who reads a sci-fi book and thinks its real. You + know the same thing happened to me when I watched Star Wars for the + first, second, and 10th time! Anyways, even though this book is a + fucking mess everyone should be required to read it. In some twisted + way you might learn a thing or two.

    +

    Ready Player One

    +

    Its kind of a fucking mess of a book. Nothing about the story + line itself is that creative by any means and the character design + is kind of flat, but just the amount of details packed into it is + insane. I dig the world building and just the grand scale of it all. + The movie puts it to shame. Unlike the movie the egg hunt is + actually difficult.

    +

    Animal Farm

    +

    Its a clever little book indeed. Had me laughing the entire time. + Anyways, its not designed to be used entirely as a anti-socialist + book. Think it through: so in the book the animal revolution is + a socialist revolution, the humans are the capital owning class, the + leaders who took control after the revolution was a pigs, years + after the revolution the pigs started walking and dressing like + humans and they even became friends with the humans. Aka revolution + needs to put democracy first or risk going back to square one. If + you read Animal Farm and think "the animals should have just happily + put every ounce of their geist into working for the humans instead + of rebelling" I have to ask: do you know what stockholm syndrome is? + You better call the doctor because you seem to have it for the + capital owning class. Thinking in simple black and white terms + is a clear sign of mind control.

    +
    +
    diff --git a/template.html b/template.html index 9f1893f..cb95c38 100644 --- a/template.html +++ b/template.html @@ -1,31 +1,34 @@ - - - - + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + - - Back to home
-    page - -
    - - - - -
    -
    -
    + + +
    + + + + +
    +
    diff --git a/ttr.html b/ttr.html index 485537c..9432a43 100644 --- a/ttr.html +++ b/ttr.html @@ -1,299 +1,305 @@ - - Tips, tricks, and reviews - - + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + - - Back to home page - -
    - - - - - - - - -
    -

    Tips, tricks, and reviews

    - -

    - I am not sponsored by any of the products here because 1: that bullshit - isnt allowed on my site, 2: a little stupid http site no one looks at aint going - to find any sponsors. All products I bring up is just shit I use all the fucking - time and I find useful and approve of. Sponsored products is capitalist shit! -

    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -

    Getting rid of google drive, onedrive...

    -

    - This is where most people tell you to use a good cloud storage service like - disroot but I have a even - better alterative. One that is onetime payment, gives you a fuck ton of - storage, fast upload and download speeds, works on all your devices, never - looks at your files, and it doesnt even need internet! Its called the external - harddrive. USB drives - work to but they are little cheaply made pieces of shit that are easy to - lose, have a laughable amount of storage for many uses, corrupt easily... - You lite weight freaks may be pissing out over the fact external harddrives - are bigger than your finger tip but thats a good thing because that means - you will not as easily fucking lose that mother fucker! Dont know about you - but I lose USB drives all the fucking time! -

    - Some cool tricks with a external harddrive is: making a encrypted partition - so if when you lose it somewhere some edgy teen isnt going to make - the next few months of your life fucking hell, making seprate partitions - for files that will stay in linux and files you might have to access on - some random ass machine running windows so file permissions dont get fucked - over, and making scripts to make backing up and restoring files easier. -

    - Wanta sync bookmarks, browser settings, addons... across browsers on different - devices? Dont use the stupid google account or - - mozilla bullshit that sells your information and gives it to the - NSA. All you gotta do is copy your .mozilla, .librewolf, or where ever - the fuck your browser is storing everything onto your harddrive than - you can paste it onto whatever device you want. Making a script to - speed things up a bit isnt too hard either. -

    - For those who dont know how to find things I personally use - one of these bad boys. -

    -
    -

    Password manager

    -

    - Do you use the same password for everything? Thats fucking stupid. Do you click yes - when your asked if you want the password saved? Those builtin password managers - tend to get hacked and people arent good about backing them up so they fucking lose - everything easily. The best password manager is a spreadsheet! But wouldnt - that be a easy way for your information to get leaked you say? Thats why - spreadsheet programs have encryption options. Now you only have to remember - one password but can still have strong passwords for everything, your welcome. - Dont use stupid ass closed source shit like microsoft office. Instead get yourself - libreoffice. Openoffice is old af so I wouldnt trust it for password locked - spreadsheets. Do you dual boot and wanta share it on multiple OS's? Use a shared - file partition. Wanta back it up to the cloud? Use a external harddrive like I - already said but if you do throw it on a cloud service they arent going to get - into that mother fucker if you used a different password than the one for - the cloud service. -

    -
    -

    Watching youtube

    -

    - Hate google but still wanta watch youtube? There are some tricks you can do. -

    - -

    mpv

    -

    - One of the features mpv has is it can stream youtube videos. I try to use alterative - youtube web clients and they tend to work great for searching for videos but poop - out when you try to play the video. When this happens just throw the youtube url - into mpv. Also under the hood youtube channels are just rss feeds so you can use - a feed reader to keep up with your favorite channels than watch them with mpv. I - also talk a bit about that here. -

    - -

    yt-dlp

    -

    - yt-dlp is for - downloading your fucking videos! Check out - this reddit post for a little dummy guide/cheatsheat. -

    - -

    Newpipe

    -

    - Great little mobile youtube client. Has the best interface out of all the youtube - clients. And it can import your subs from your youtube account using that same file - my rss feed list script uses. Once you get your subs from your youtube account you can - ditch that mother fucker! It poops out sometimes but the devs are fast to fix it. -

    - -

    Revanced

    -

    - Revanced is a project that patches the official mobile youtube client to block ads - and do other cool things. The official site is - here. On search engines the unofficial websites show up first so be careful. Some - people have used the unofficial websites without getting hacked while others have gotten - their google accounts hacked using it. I dont really care for revanced too much because - it still requires you sign into a google account and for the most part use the official - youtube client even if it has a few patches. -

    -
    -

    Headphones

    -

    - Need a pair of no bullshit bluetooth headphones that work just fine on any device - and dont use any stupid app? Get - - one of these bad boys. They have bad ass 40mm drivers and quite good frequency response. - They are about the most balanced headphones skullcandy sells and atleast for consumer - headphone standards they are balanced. Most consumer headphones are unnaturally bassy - to try to cover up the fact they are pieces of shit because most of you fuckers think - more bass means better sound. Hesh headphones have enough bass to itch that scratch - while still being actually good headphones. Most bluetooth headphones have a weak - single and barely ever manages to connect. Hesh headphones on the other hand have a - nice strong signal and are the only bluetooth devices that have not gave me shit. And - guess what? They still have plenty of battery life! They actually have a usable headphone - jack, the interface is good old buttons instead of swipe bullshit, and they dont even have - an app let alone lock features behind one! -

    - They are built to last and can survive whatever - shit life throws at them. You can also get the anc which are a active noise canneling - version but they tend to make a slight clicking sound sometimes when anc mode is enabled. - For us sensative people the clicking renders the anc useless and the hesh models already - have good passive noise canneling as is. The evos cost less than the anc and they have - slightly better sound and battery life. Though I guess if an anc mode that makes an annoying - clicking sound is your thing have at it with the hesh anc. As much as I hate outside noise - the clicking is nearly just as bad. -

    - Skullcandy's tend to be the main pick for musicians. Thats because alot of us know better - than to waste money on buying shit from apple, bose, jbl, sony... when skullcandy sells - way better headphones for a fraction of the price. -

    -
    -

    Guitar, bass and related things

    - -

    Fender style guitars

    -

    - Wanta buy a electric guitar? Do yourself a favor and get a g&l. They are the best electric - guitars money can buy. - Mainly for basses but also guitars Music Man also has some fine stuff. As far as fender - goes the american fenders are overpriced pieces of shit! Instead get yourself a mexican - fender, japenese fender, or even a squier! My first electric was a mexican fender and its a - really great guitar though as great as mexican fenders are g&l and Music Man are just - better though I didnt know about them at the time. I been fucking around with some - g&l hardware on a squier tele but tbh I have never owned a g&l as much as I - like them. -

    - -

    Gibson style guitars

    -

    - Never buy a gibson! Might as - well buy a fucking tesla to match your gibson! Instead get yoursefl a fine epiphone and if - you do get a epiphone there is no finer epiphone than their version of the firebird. Its a - through body so it doesnt have the same neck issues as most gibson style guitars though beware - of finish cracking around the nut though its not a problem (most of the time). -

    - -

    Straps

    -

    - I always get strap lock. The fucking strap buttons hurts my autism. I dont fucking want to see - a guitar or bass fucking hit the ground. Strap lock will save your stupid ass. I have seen - people preforming live have their guitar hit the ground. -

    -
    -

    I need a new pc or laptop

    -

    - Does it have linux installed? If not install linux and that mother fucker will last many more - years. -

    - Stonks - Lain -

    - Already have linux? Get something that isnt linux! Some - of the more funky options include: -

    - -
    -

    Mice?

    -

    - As much as I dont like big brands the best mouse money can buy is the logitech G203 lightsync. - I dont like overpriced gaming mice. They often feel wrong in my hands, are overpriced pieces - of shit, fucking shit out in linux... I use to game with shitty office mice because of that. - The G203 is shaped like a office mouse and is the right weight. Fuck the super heavy and super - lite shit. And the cool shaped gaming mice fuck up peoples hands. The magic of the G203 is - you can still get gaming mouse features like smooth tracking that isnt shit, a good ass scroll - wheel, dpi button, side clicks, and rgb while still having a reasonable shape and weight. In - linux there is even a piece of software called piper so you can configure your G203 without - closed source windows bullshit! To top things off the G203 costs far less than all the fancy - mice and out preforms them. Even if you just want a office mouse the G203 is going to not - only be a big upgrade to your 2010s office mouse I know you use but also completely outclass - all those overpriced modern office mice your boss spends too much of their 6 figures on. -

    -
    -

    Keyboards because why not

    -

    - I use a modded dierya DK61SE. Just a little funky keyboard but I dig it. I replaced the keycaps, - tubed up the switches, put foam or some shit inside to make it sound better, and some friend did - a little bandade hack to make the guides for the larger buttons shake less. -

    -
    -
    + + +
    + + + + + + + +
    +

    Tips, tricks, and reviews

    +

    I am not sponsored by any of the products here because 1: that + bullshit isnt allowed on my site, 2: a little stupid http site no + one looks at aint going to find any sponsors. All products I + bring up is just shit I use all the fucking time and I find useful + and approve of. Sponsored products is capitalist shit!

    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Getting rid of google drive, onedrive...

    +

    This is where most people tell you to use a good cloud storage + service like disroot but I have a even better alterative. One that + is onetime payment, gives you a fuck ton of storage, fast upload and + download speeds, works on all your devices, never looks at your + files, and it doesnt even need internet! Its called the external + harddrive. USB drives work to but they are little cheaply made + pieces of shit that are easy to lose, have a laughable amount of + storage for many uses, corrupt easily... You lite weight freaks may + be pissing out over the fact external harddrives are bigger than + your finger tip but thats a good thing because that means you will + not as easily fucking lose that mother fucker! Dont know about you + but I lose USB drives all the fucking time!
    +
    + Some cool tricks with a external harddrive is: making a encrypted + partition so if when you lose it somewhere some edgy teen + isnt going to make the next few months of your life fucking hell, + making seprate partitions for files that will stay in linux and + files you might have to access on some random ass machine running + windows so file permissions dont get fucked over, and making scripts + to make backing up and restoring files easier.
    +
    + Wanta sync bookmarks, browser settings, addons... across browsers on + different devices? Dont use the stupid google account or mozilla bullshit that sells your information and gives + it to the NSA. All you gotta do is copy your .mozilla, .librewolf, + or where ever the fuck your browser is storing everything onto your + harddrive than you can paste it onto whatever device you want. + Making a script to speed things up a bit isnt too hard either.
    +
    + For those who dont know how to find things I personally use one of these bad boys.

    +
    +

    Password manager

    +

    Do you use the same password for everything? Thats fucking + stupid. Do you click yes when your asked if you want the password + saved? Those builtin password managers tend to get hacked and people + arent good about backing them up so they fucking lose everything + easily. The best password manager is a spreadsheet! But + wouldnt that be a easy way for your information to get leaked you + say? Thats why spreadsheet programs have encryption options. + Now you only have to remember one password but can still have strong + passwords for everything, your welcome. Dont use stupid ass closed + source shit like microsoft office. Instead get yourself libreoffice. + Openoffice is old af so I wouldnt trust it for password locked + spreadsheets. Do you dual boot and wanta share it on multiple OS's? + Use a shared file partition. Wanta back it up to the cloud? Use a + external harddrive like I already said but if you do throw it on a + cloud service they arent going to get into that mother fucker if + you used a different password than the one for the cloud + service.

    +
    +

    Watching youtube

    +

    Hate google but still wanta watch youtube? There are some tricks + you can do.

    +

    mpv

    +

    One of the features mpv has is it can stream youtube videos. I + try to use alterative youtube web clients and they tend to work + great for searching for videos but poop out when you try to play the + video. When this happens just throw the youtube url into mpv. Also + under the hood youtube channels are just rss feeds so you can use a + feed reader to keep up with your favorite channels than watch them + with mpv. I also talk a bit about that here.

    +

    yt-dlp

    +

    yt-dlp is for downloading your fucking videos! Check + out this reddit post for a little dummy + guide/cheatsheat.

    +

    Newpipe

    +

    Great little mobile youtube client. Has the best interface out of + all the youtube clients. And it can import your subs from your + youtube account using that same file my rss feed list script uses. + Once you get your subs from your youtube account you can ditch that + mother fucker! It poops out sometimes but the devs are fast to fix + it.

    +

    Revanced

    +

    Revanced is a project that patches the official mobile youtube + client to block ads and do other cool things. The official site is + here. On search + engines the unofficial websites show up first so be careful. Some + people have used the unofficial websites without getting hacked + while others have gotten their google accounts hacked using it. I + dont really care for revanced too much because it still requires you + sign into a google account and for the most part use the official + youtube client even if it has a few patches.

    +
    +

    Headphones

    +

    Need a pair of no bullshit bluetooth headphones that work just + fine on any device and dont use any stupid app? Get one of these bad boys. They have bad ass 40mm + drivers and quite good frequency response. They are about the most + balanced headphones skullcandy sells and atleast for consumer + headphone standards they are balanced. Most consumer headphones + are unnaturally bassy to try to cover up the fact they are pieces of + shit because most of you fuckers think more bass means better + sound. Hesh headphones have enough bass to itch that scratch while + still being actually good headphones. Most bluetooth headphones have + a weak single and barely ever manages to connect. Hesh headphones on + the other hand have a nice strong signal and are the only bluetooth + devices that have not gave me shit. And guess what? They still have + plenty of battery life! They actually have a usable headphone jack, + the interface is good old buttons instead of swipe bullshit, and + they dont even have an app let alone lock features behind one!
    +
    + They are built to last and can survive whatever shit life throws at + them. You can also get the anc which are a active noise canneling + version but they tend to make a slight clicking sound sometimes when + anc mode is enabled. For us sensative people the clicking renders + the anc useless and the hesh models already have good passive noise + canneling as is. The evos cost less than the anc and they have + slightly better sound and battery life. Though I guess if an anc + mode that makes an annoying clicking sound is your thing have at it + with the hesh anc. As much as I hate outside noise the clicking is + nearly just as bad.
    +
    + Skullcandy's tend to be the main pick for musicians. Thats because + alot of us know better than to waste money on buying shit from + apple, bose, jbl, sony... when skullcandy sells way better + headphones for a fraction of the price.

    +
    +

    Guitar, bass and related things

    +

    Fender style guitars

    +

    Wanta buy a electric guitar? Do yourself a favor and get a + g&l. They are the best electric guitars money can buy. Mainly + for basses but also guitars Music Man also has some fine stuff. As + far as fender goes the american fenders are overpriced pieces of + shit! Instead get yourself a mexican fender, japenese fender, or + even a squier! My first electric was a mexican fender and its a + really great guitar though as great as mexican fenders are g&l + and Music Man are just better though I didnt know about them at the + time. I been fucking around with some g&l hardware on a squier + tele but tbh I have never owned a g&l as much as I like + them.

    +

    Gibson style guitars

    +

    Never buy a gibson! Might as well buy a fucking tesla to + match your gibson! Instead get yoursefl a fine epiphone and if you + do get a epiphone there is no finer epiphone than their version of + the firebird. Its a through body so it doesnt have the same neck + issues as most gibson style guitars though beware of finish cracking + around the nut though its not a problem (most of the time).

    +

    Straps

    +

    I always get strap lock. The fucking strap buttons hurts my + autism. I dont fucking want to see a guitar or bass fucking hit the + ground. Strap lock will save your stupid ass. I have seen people + preforming live have their guitar hit the ground.

    +
    +

    I need a new pc or laptop

    +

    Does it have linux installed? If not install linux and that + mother fucker will last many more years.

    Stonks Lain +

    Already have linux? Get something that isnt linux! Some of the + more funky options include:

    + +
    +

    Mice?

    +

    As much as I dont like big brands the best mouse money can buy is + the logitech G203 lightsync. I dont like overpriced gaming mice. + They often feel wrong in my hands, are overpriced pieces of shit, + fucking shit out in linux... I use to game with shitty office mice + because of that. The G203 is shaped like a office mouse and is the + right weight. Fuck the super heavy and super lite shit. And the cool + shaped gaming mice fuck up peoples hands. The magic of the G203 is + you can still get gaming mouse features like smooth tracking that + isnt shit, a good ass scroll wheel, dpi button, side clicks, and rgb + while still having a reasonable shape and weight. In linux there is + even a piece of software called piper so you can configure your G203 + without closed source windows bullshit! To top things off the G203 + costs far less than all the fancy mice and out preforms them. Even + if you just want a office mouse the G203 is going to not only be a + big upgrade to your 2010s office mouse I know you use but also + completely outclass all those overpriced modern office mice your + boss spends too much of their 6 figures on.

    +
    +

    Keyboards because why not

    +

    I use a modded dierya DK61SE. Just a little funky keyboard but I + dig it. I replaced the keycaps, tubed up the switches, put foam or + some shit inside to make it sound better, and some friend did a + little bandade hack to make the guides for the larger buttons shake + less.

    +
    +
    - diff --git a/tv_corner.html b/tv_corner.html index cbdd766..2c40c52 100644 --- a/tv_corner.html +++ b/tv_corner.html @@ -1,563 +1,400 @@ - - Tv corner - - - + } + + table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; + } + + - - Back to home
-    page - -
    - - - - - - - - -
    -

    Why watch dweeb shit when there are useful things to - do?

    -

    - Because fuck you, dweeb shit is the best way to waste - time! -

    -
    -

    Where do I watch X show?

    -

    - You pirate it! For simple dumdum streaming for non - techy people check out - wcostream. To learn more about - pirating check out - freemediaheckyeah. If you want to - have more optinos, get HD or at least not the 240p - shit, not have to wait for it to buffer... you need - to torrent.

    Torrenting sites are - popular websites for hackers to fake. Don't trust your - search engine. Here is a list of torrenting sites: -

    - -
    - - - - - -
    -

    Just like me fr

    -

    - These are characters I have shit in common with -

    - L - Saiki K - Kakashi Hatake - Professor Hubert
-                    J. Farnsworth Patrick
-                    Star Ryuk - Lain - No face - Max - Dr.Venture Dr.Mephesto -
    - - - - - - - - - - - - - - - - - - -
    -

    Favorites

    -

    - This is an incomplete and ever growing list. -

    - -
    -

    Cartoons

    - -

    Xavier: Renegade Angel

    -

    - Its a show without characters to relate to, any sort of - coherent plot, anything for the brain to lach onto... - Everything you watch as an outside eavesdropping on - someones trip. Each episode is different from each - other with a big ass money wrench thrown into any - patterns you might see. Its the text book example of an - unlinear story. When you really watch get off your - phone you will find meaning in all the layers and - everything will make sense only for you to learn it was - all for nothing. Well anyways his show was removed - from Adult Swim for being too weird so thats within - itself a reason to watch this show. -

    - -

    Moral Orel

    -

    - Just a sweet little claymation about a good little - child that likes to go to church. Could NEVER - have a deep dark plot that will make even the strongest - of us cry, right??? No way could a show sooo - very innocent ever be removed from Adult Swim - for being too dark. -

    - -

    Futurama

    -

    - I first watched this show when I was ~6 years - old. Bender was always my favorite character and formed - the backbone of my morals and view on humanity. When - getting ready for church I always saw my dad watching - either Futurama or monke evolution documentary. It was - no fair. I had to wear uncomfy clothes and go to boring - old person building while my dad got to instead watch - Futurama and silly monke show. When I asked my mom she - always said "dad has to go work to make money". When we - came back he was still at home. Now that I am an adult - I stay home to watch Futurama and silly monke show - instead of going to church. Thats why you should - show your children Futurama at a young age. Look at - me, I watched it at 6 and I turned out fine. -

    - -

    Venture Bros

    -

    - One day I realized I am a lot like Dr.Venture. He is a - INTP, a scientist that puts his work above the value of - human life and creates weird ass shit, likes prog rock - and has a record collection I approve of, is a single - dad and terrible father... I am not a dad but if I was - I would be a single dad who is a terrible father just - like Dr.Venture. Either that or the gay dad with an ex - wife that turned lesbian and a kid in special ed who - when harrassed by christians looks them in the eyes for - the first and last time and says "fuck you faggot". -

    - -

    South Park

    -

    - While I do think some of the shows written on this did - a much better job on writing and mixing it with good - humor those shows are S tier. South Park is still A - tier. Even if I can pick at their writing style all I - want its still way better than anything disney ever put - out, plus the real reason most of us watch South Park - is for its sense of humnor. You may say South Park - sucks and is stupido but you watch it anyways. You also - say mcdonalds is gross but you eat there anyways. - You know who you are. Also Wendy is my favorite - character. Anyone who beats up Cartman has my respect. -

    -
    -

    Anime

    - -

    Ebichu

    -

    - Ebichu is a innocent little anime about a little cute - hamster named Ebichu. Ebichu is a maid who works very - hard to keep her owner happy. Very innocent and - g-rated. You should show it to your children. The - hamster and the owner are good Christians. Its a - beautiful anime. It will teach your children good - Christian values. I use to be a sinner. I believed in - sinful things like Darwin and science and I engaged in - evil homosexual activities. All thanks to Ebichu I am - now a good Christian who believes God created - everything and holly sex can only happen between a - husband and wife to create children. -

    - -

    Neon Genesis Evangelion

    -

    - Big ass mecha fighting big ass mecha aliens! - Where do I sign up?! You don't want to sign up. Thats - what the show is about. Instead of being big mecha fuck - ya the show goes deep into the mental damage it causes - to 14 old years making them be mecha pilots with the - weight of humanity on their backs. Anyways the show is - known for its fan service. For you good Christians out - there fan service means the writters gave the fans the - holy service of God. Neon Gensis Evangelion is a very - Christian show. You can tell just by the name! Sorry - about the sinful words. Just need to get the sinful - teens to watch so they can turn to God. Kids these - days am I right? -

    - -

    Nadia: The Secret of Blue Water

    -

    - The budget feels a bit more shitty even for the - standards of anime that makes it to my list yet Nadia: - The Secret of Blue Water is one of the best anime of - all times. The anime is about some liberal - vegetarian, Nadia who is the daughter of a retirement - aged trust fund kid who is at war with a bunch of band - kids who created a Ancient Alien cult. Nadia and her - annoying french boyfriend got caught up in the whole - mess with the band kids who have the ego of a average - jojo bad guy even though they have the aim of a storm - trooper. There is a stupid funny cat and a evil lady - with super stereotypical hench men so I give this anime - 9 blue waters out of 10.5. -

    - -

    Fooly Cooly

    -

    - Also known as FLCL. FLCL was made after Neon Gensis - Evangelion as an unrelated follow up. Neon Gensis - Evangelion required too much thinking and the writers - wanted a little simple stupido show so they created - FLCL. You can play the FLCL video game - here. -

    - -

    Serial Experiments Lain

    -

    - Its a 90s anime that many claimed predicted the modern - internet. If you dig around these kinds of small as ass - personal websites you will come across Lain references - alot. I fucking swear there isn't a single neocities - user that doesn't watch Lain. Its worth the hype so - check it out now! (thats a threat). Lain, I am - Lain. You are Lain. Lets all love Lain. Lainy Lainy - Lain. I use to think I was named Nathan than I learned - I am actually Lain. You are also named Lain. -

    - Lain - -

    Dead Leaves

    -

    - This one is a short film. Some of the most fast paced - film in existance. Its a true masterpiece and a total - trip. Not only do you need to watch it but you have to - watch it. I am holding puppies and kittens at gun point - telling you to go watch it. I have already killed one - or two and ate its guts infront of you just to show you - I mean business. They are giving you the eyes. Telling - you with their geist to go watch it because their lives - are on the line. I love animals and value their life - over human life but when you aren't watching Dead - Leaves something needs to happen!!! -

    - -

    Studio Ghibli movies in general

    -

    - Studio Ghibli is the fucking best. Their artwork, story - telling, character design... all way out classes - studios like disney. Next time you want to chill and - watch a movie go watch something like Princess Mononoke - or Howl's Moving Castle instead of another mother - fucking Marvel movie or shit like that. Studio Ghibli - makes true art with jaw droppingly beautiful backdrops - and well made characters with realistic design and - realistic lifelike interactions with one - another. American studios spend billions on cheaply - made soulless CGI made by artists who are kept on a - short leash and the stories are just war - propaganda. They use propagand to glorify violence to - sell war to you. If you want violence go watch Princess - Mononoke. Nothing about it is glorified. It shows you - war is fucking bloody and terrible and not something - you wanta fool around with. btw don't get me wrong - about CGI. CGI is a tool and can be used to make art - and there are plenty of CGI artists out there who are - skilled at their craft and can create beautiful - things. But when your keeping your artists on a leash, - cutting costs everywhere, and putting CGI that looks - like its from a OG xbox game into a billin dollar film - you aren't making art your selling a cheap plastic - product for high return. -

    - -

    Kino's Journey

    -

    - Dam, I wanta live a life like Kino. Traveling country - to country on a cool as fuck talking motorcycle. Only - staying at each place for 3 days to enjoy it but not - long enough to get too attatched. Even with very little - money for much, trade school to get done, and - disabiliting burnout waiting around ever corner I wanta - get a motorcycle and get out of here. Than on the other - side all that is there is a politically unstable world - waiting. One where the only way to make money is ass - kissing (not the kinky fun kind), borders making - stupido rules about who can come in and go out and for - all long and why, homelessness is outlawed and - systematically made as painful as possible... even - possitive change isn't an opinion. The closest I have - to a place to be free is on my computer and even that - is under attack by the system. -

    - -

    Gunbuster

    -

    - Its like Neon Genesis Evangelion but you gender and - personality swap all the characters. Also an older and - rough around the edges version of Neon Genesis - Evangelion. Do check it out now anyways! -

    - -

    No.6

    -

    - A lesser known anime. By ex told me about it. Its a gay - ass show. Aka I totally dig it. It as no right to be as - much of a banger as it is for being so helplessly - underrated. -

    - -

    Space Dandy

    -

    - This is a funky ass anime. No, it is not like Cowboy - Bebop. It has some cross over and picks fun at - Cowboy Bebop quite a bit but for the most part it is - its own anime. This show gets overlooked way more often - than it has the right to be. -

    - -

    Paranoia Agent

    -

    - A kid goes around hitting people with a baseball - bat. My kind of show. -

    - -

    Stiens;Gate

    -

    - John Titor is so fucking cool he got his own fucking - anime. This is a fucking great anime and you should - fucking watch it. Its about fucking time travel. -

    - -

    Gurren Lagann

    -

    - Another mecha anime from studio Gainax. I fucking swear - I could make an entire website on just studio Gainax - mecha animes. Unlike Neon Gensis Evangelion Gurren - Lagann it isn't deep enough to actually care about what - piloting mecha mentally does to a teen. It goes all - deck in on big fucking mecha fuck ya! And you - know sometimes a person just needs some fuck ya! - in their life and this is the perfect anime for that. - Like FLCL everything is a cock joke. In many ways - Gurren Lagann is the child of the terrible time FLCL - and Neon Gensis Evangelion hooked up for a night. You - should count yourself luckly you weren't around when - that happened. -

    - -

    Hunter X Hunter

    -

    - This anime changed my mind about not watching anime - because its stupido dweeb shit. I still think anime is - stupido dweeb shit but I am a stupido dweeb so I fuck - with that. You have to watch a few episodes to get into - it but once you do you will be printing out your own - hunter licences at home and giving them to your stupido - dweeb friends! -

    - -

    Erased

    -

    - Erased is one of those shows your stupido dweeb friends - are a few episodes in and they ask you not to spoil - it. And you go ahead and bluntly spoil the entire - mother fucking thing! Am I the only one that does that? - Well anyways - the killer is the teacher! -

    - -

    Attack on Titan

    -

    - Every Joe and his dog have seen this. Only stupido - dweebs have actually finished. it. For you Joe's and - his dogs out there Attack on Titan is actually a mecha - anime and the titans are mecha! This anime is - actually quite quite simalar to Neon Gensis - Evangelion. A lot of the same vibe and themes are - hidding in plain site. Can I go 2 seconds without - bringing up Neon Gensis Evangelion? Yes, I can go 3 if - I really try. -

    - -

    The Promised Neverland

    -

    - I am sorry about spoiling Erased and Attack on - Titan. Well anyways the children are food for - beasts! The second season is quite hated. Yes, it - does suck but if you keep your exceptations low you - will at least be able to enjoy it a tiny bit. -

    - -

    The Disastrous Life of Saiki K

    -

    - Watch it now. Its a relatable anime rofl. Saiki is - autistic af just like me fr. If you ever sit around - and wonder "what should I be doing with my time?" the - answer is watching Saiki K. Should you do your taxes? - Nope. Should you do your chores? Nope. Should you do - your job? Nope. Should you go outside? only if you can - watch Saiki K out. Saiki K is life, Saiki is - love. -

    - -

    Mob Psycho 100

    -

    - Its about a weird ass autistic kid who is powerful af - just like Saiki K. He works for a scam artist who he - believes is also fucking powerful. Its a requirement - you watch this. Kittens will die if you don't. Do you - really want cute ittle ity baby kittens to die? -

    - -

    One Punch Man

    -

    - The same mother fuckers who made Mob Psycho 100 also - made this master piece. Go watch it I will fucking kill - you in one punch if you don't. btw the anime is about a - dude who can kill anyone in one punch. -

    - -

    Carlotte

    -

    - Another anime about people with special powers. So - OG. No one have ever done that. Well anyways the real - question is "is the dam thing any good?!" and the - answer is yes. With anime it can really go either way - quickly. You should watch it before I blood rape you - with my mind powers. -

    -
    -

    Movies

    -

    - I am more of a tv show person and really don't watch - movies much anymore. Here is a list of movies I like I - can actually remember. -

    - -

    Labyrinth

    -

    - It always pains me to learn there are people who havent - seen this masterpiece. I grew up watching this movie on - a cheap VHS from a thrift store. I rate Labyrinth the - number one greatest movie of all time. Fun fact: David - Bowie just walked onto the set already looking like - that, no makeup artists required. How do I know this? - I just do.

    I have a theory this movie turns - people bisexual. Just look at the statistics I got from - a trust worthy source: - Bisexual
-                        rates -

    - -

    pi1998

    -

    - A masterpiece of a film. It takes a more slow - analytical method to unfolding the plot. May people - dislike the high constrast black and white but I - personally really dig it. Even with a low budget it - turned out to be a masterpiece. The black and white - film, the simple everyday settings, the simple yet - detailed character interactions, more introverted - outlook... all sets the mood perfectly. Just the little - careful things the main character Max does throughout - the film really uncovers a more small detailed world - like those pictures of bugs and grass outclose that - shows all the detail in everyday things we tend to - overlook. All of this is than constrasted by very - extreme moments like when Max was held at gun point and - at the end when he drills a hole in his - head. That was a spoiler, hope you see it already - (: -

    - -

    The Emperor's New Groove

    -

    - Even though disney sucks, have always sucked, I still - like a select few disney things. The Emperor's new - Groove is one of those selected works. Not going to lie - I haven't seen it for a while but I remember it pretty - well. disney wishes they never made it so it has to be - good! Anyway fuck this is one of those movies I watched - like a million times when I was a little tiny ass - fucker and its chaos helped shape me. Ye, so veri good - movy. -

    - -

    The Matrix

    -

    - I kind of didn't want to put this movie here because - whats the point but I need to rant about something. All - of you are misusing the term redpill. People like - mother fucking andrew tate are telling you how to take - the redpill. Treating women like sex toys, starting - a shitty business, being a alpha male... is not how you - take the redpill! All those things are social - constructs enforced by culture and society. I will rant - about this more somewhere else later. Back to the - actual movie. The Matrix is fire. You already know that - though because you have already watched it. Thats why - rating these kinds of movies is pointless unless you - can turn it into a mad man rant. -

    -
    -
    + + +
    + + + + + + + +
    +

    Why watch dweeb shit when there are useful things to do?

    +

    Because fuck you, dweeb shit is the best way to waste time!

    +
    +

    Where do I watch X show?

    +

    You pirate it! For simple dumdum streaming for non techy people + check out wcostream. To learn more about pirating check out + freemediaheckyeah. If you want to have more optinos, + get HD or at least not the 240p shit, not have to wait for it to + buffer... you need to torrent.
    +
    + Torrenting sites are popular websites for hackers to fake. Don't + trust your search engine. Here is a list of torrenting sites:

    +
      +
    • + The pirate + bay. The old trusty torrenting site. +
    • +
    • + nyaa. The anime + torrenting site. +
    • +
    • + EZTV +
    • +
    • + rarbg +
    • +
    • + torlock. + The site gets shut down a lot and was even torlock2 for a while. +
    • +
    • + limetorrents. Scary looking one. +
    • +
    +
    + + + + +
    +

    Just like me fr

    +

    These are characters I have shit in common with

    L Saiki K + Kakashi Hatake Professor Hubert J. Farnsworth + Patrick Star Ryuk Lain No face Max Dr.Venture Dr.Mephesto +
    + + + + + + + + + + + + + +
    +

    Favorites

    +

    This is an incomplete and ever growing list.

    + +
    +

    Cartoons

    +

    Xavier: Renegade Angel

    +

    Its a show without characters to relate to, any sort of coherent + plot, anything for the brain to lach onto... Everything you watch as + an outside eavesdropping on someones trip. Each episode is different + from each other with a big ass money wrench thrown into any patterns + you might see. Its the text book example of an unlinear story. When + you really watch get off your phone you will find meaning in + all the layers and everything will make sense only for you to learn + it was all for nothing. Well anyways his show was removed from + Adult Swim for being too weird so thats within itself a reason + to watch this show.

    +

    Moral Orel

    +

    Just a sweet little claymation about a good little child that + likes to go to church. Could NEVER have a deep dark plot that + will make even the strongest of us cry, right??? No way could a show + sooo very innocent ever be removed from Adult Swim for + being too dark.

    +

    Futurama

    +

    I first watched this show when I was ~6 years old. Bender was + always my favorite character and formed the backbone of my morals + and view on humanity. When getting ready for church I always saw my + dad watching either Futurama or monke evolution documentary. It was + no fair. I had to wear uncomfy clothes and go to boring old person + building while my dad got to instead watch Futurama and silly monke + show. When I asked my mom she always said "dad has to go work to + make money". When we came back he was still at home. Now that I am + an adult I stay home to watch Futurama and silly monke show instead + of going to church. Thats why you should show your children + Futurama at a young age. Look at me, I watched it at 6 and I + turned out fine.

    +

    Venture Bros

    +

    One day I realized I am a lot like Dr.Venture. He is a INTP, a + scientist that puts his work above the value of human life and + creates weird ass shit, likes prog rock and has a record collection + I approve of, is a single dad and terrible father... I am not a dad + but if I was I would be a single dad who is a terrible father just + like Dr.Venture. Either that or the gay dad with an ex wife that + turned lesbian and a kid in special ed who when harrassed by + christians looks them in the eyes for the first and last time and + says "fuck you faggot".

    +

    South Park

    +

    While I do think some of the shows written on this did a much + better job on writing and mixing it with good humor those shows are + S tier. South Park is still A tier. Even if I can pick at their + writing style all I want its still way better than anything disney + ever put out, plus the real reason most of us watch South Park is + for its sense of humnor. You may say South Park sucks and is stupido + but you watch it anyways. You also say mcdonalds is gross but you + eat there anyways. You know who you are. Also Wendy is my + favorite character. Anyone who beats up Cartman has my respect.

    +
    +

    Anime

    +

    Ebichu

    +

    Ebichu is a innocent little anime about a little cute hamster + named Ebichu. Ebichu is a maid who works very hard to keep her owner + happy. Very innocent and g-rated. You should show it to your + children. The hamster and the owner are good Christians. Its a + beautiful anime. It will teach your children good Christian values. + I use to be a sinner. I believed in sinful things like Darwin and + science and I engaged in evil homosexual activities. All thanks to + Ebichu I am now a good Christian who believes God created everything + and holly sex can only happen between a husband and wife to create + children.

    +

    Neon Genesis Evangelion

    +

    Big ass mecha fighting big ass mecha aliens! Where do I + sign up?! You don't want to sign up. Thats what the show is about. + Instead of being big mecha fuck ya the show goes deep into the + mental damage it causes to 14 old years making them be mecha pilots + with the weight of humanity on their backs. Anyways the show is + known for its fan service. For you good Christians out there fan + service means the writters gave the fans the holy service of God. + Neon Gensis Evangelion is a very Christian show. You can tell just + by the name! Sorry about the sinful words. Just need to get the + sinful teens to watch so they can turn to God. Kids these days am I + right?

    +

    Nadia: The Secret of Blue Water

    +

    The budget feels a bit more shitty even for the standards of + anime that makes it to my list yet Nadia: The Secret of Blue Water + is one of the best anime of all times. The anime is about some + liberal vegetarian, Nadia who is the daughter of a retirement aged + trust fund kid who is at war with a bunch of band kids who created a + Ancient Alien cult. Nadia and her annoying french boyfriend got + caught up in the whole mess with the band kids who have the ego of a + average jojo bad guy even though they have the aim of a storm + trooper. There is a stupid funny cat and a evil lady with super + stereotypical hench men so I give this anime 9 blue waters out of + 10.5.

    +

    Fooly Cooly

    +

    Also known as FLCL. FLCL was made after Neon Gensis Evangelion as + an unrelated follow up. Neon Gensis Evangelion required too much + thinking and the writers wanted a little simple stupido show so they + created FLCL. You can play the FLCL video game here.

    +

    Serial Experiments Lain

    +

    Its a 90s anime that many claimed predicted the modern internet. + If you dig around these kinds of small as ass personal websites you + will come across Lain references alot. I fucking swear there isn't a + single neocities user that doesn't watch Lain. Its worth the hype so + check it out now! (thats a threat). Lain, I am Lain. You are Lain. + Lets all love Lain. Lainy Lainy Lain. I use to think I was named + Nathan than I learned I am actually Lain. You are also named + Lain.

    Lain +

    Dead Leaves

    +

    This one is a short film. Some of the most fast paced film in + existance. Its a true masterpiece and a total trip. Not only do you + need to watch it but you have to watch it. I am holding puppies and + kittens at gun point telling you to go watch it. I have already + killed one or two and ate its guts infront of you just to show you I + mean business. They are giving you the eyes. Telling you with their + geist to go watch it because their lives are on the line. I love + animals and value their life over human life but when you aren't + watching Dead Leaves something needs to happen!!!

    +

    Studio Ghibli movies in general

    +

    Studio Ghibli is the fucking best. Their artwork, story telling, + character design... all way out classes studios like disney. Next + time you want to chill and watch a movie go watch something like + Princess Mononoke or Howl's Moving Castle instead of another mother + fucking Marvel movie or shit like that. Studio Ghibli makes true art + with jaw droppingly beautiful backdrops and well made characters + with realistic design and realistic lifelike interactions with one + another. American studios spend billions on cheaply made soulless + CGI made by artists who are kept on a short leash and the stories + are just war propaganda. They use propagand to glorify violence to + sell war to you. If you want violence go watch Princess Mononoke. + Nothing about it is glorified. It shows you war is fucking bloody + and terrible and not something you wanta fool around with. btw don't + get me wrong about CGI. CGI is a tool and can be used to make art + and there are plenty of CGI artists out there who are skilled at + their craft and can create beautiful things. But when your keeping + your artists on a leash, cutting costs everywhere, and putting CGI + that looks like its from a OG xbox game into a billin dollar film + you aren't making art your selling a cheap plastic product for high + return.

    +

    Kino's Journey

    +

    Dam, I wanta live a life like Kino. Traveling country to country + on a cool as fuck talking motorcycle. Only staying at each place for + 3 days to enjoy it but not long enough to get too attatched. Even + with very little money for much, trade school to get done, and + disabiliting burnout waiting around ever corner I wanta get a + motorcycle and get out of here. Than on the other side all that is + there is a politically unstable world waiting. One where the only + way to make money is ass kissing (not the kinky fun kind), borders + making stupido rules about who can come in and go out and for all + long and why, homelessness is outlawed and systematically made as + painful as possible... even possitive change isn't an opinion. The + closest I have to a place to be free is on my computer and even that + is under attack by the system.

    +

    Gunbuster

    +

    Its like Neon Genesis Evangelion but you gender and personality + swap all the characters. Also an older and rough around the edges + version of Neon Genesis Evangelion. Do check it out now anyways!

    +

    No.6

    +

    A lesser known anime. By ex told me about it. Its a gay ass show. + Aka I totally dig it. It as no right to be as much of a banger as it + is for being so helplessly underrated.

    +

    Space Dandy

    +

    This is a funky ass anime. No, it is not like Cowboy + Bebop. It has some cross over and picks fun at Cowboy Bebop + quite a bit but for the most part it is its own anime. This show + gets overlooked way more often than it has the right to be.

    +

    Paranoia Agent

    +

    A kid goes around hitting people with a baseball bat. My kind of + show.

    +

    Stiens;Gate

    +

    John Titor is so fucking cool he got his own fucking anime. This + is a fucking great anime and you should fucking watch it. Its about + fucking time travel.

    +

    Gurren Lagann

    +

    Another mecha anime from studio Gainax. I fucking swear I could + make an entire website on just studio Gainax mecha animes. Unlike + Neon Gensis Evangelion Gurren Lagann it isn't deep enough to + actually care about what piloting mecha mentally does to a teen. It + goes all deck in on big fucking mecha fuck ya! And you know + sometimes a person just needs some fuck ya! in their life and + this is the perfect anime for that. Like FLCL everything is a cock + joke. In many ways Gurren Lagann is the child of the terrible time + FLCL and Neon Gensis Evangelion hooked up for a night. You should + count yourself luckly you weren't around when that happened.

    +

    Hunter X Hunter

    +

    This anime changed my mind about not watching anime because its + stupido dweeb shit. I still think anime is stupido dweeb shit but I + am a stupido dweeb so I fuck with that. You have to watch a few + episodes to get into it but once you do you will be printing out + your own hunter licences at home and giving them to your stupido + dweeb friends!

    +

    Erased

    +

    Erased is one of those shows your stupido dweeb friends are a few + episodes in and they ask you not to spoil it. And you go ahead and + bluntly spoil the entire mother fucking thing! Am I the only one + that does that? Well anyways the killer is the teacher!

    +

    Attack on Titan

    +

    Every Joe and his dog have seen this. Only stupido dweebs have + actually finished. it. For you Joe's and his dogs out there Attack + on Titan is actually a mecha anime and the titans are mecha! + This anime is actually quite quite simalar to Neon Gensis + Evangelion. A lot of the same vibe and themes are hidding in plain + site. Can I go 2 seconds without bringing up Neon Gensis Evangelion? + Yes, I can go 3 if I really try.

    +

    The Promised Neverland

    +

    I am sorry about spoiling Erased and Attack on Titan. Well + anyways the children are food for beasts! The second season + is quite hated. Yes, it does suck but if you keep your exceptations + low you will at least be able to enjoy it a tiny bit.

    +

    The Disastrous Life of Saiki K

    +

    Watch it now. Its a relatable anime rofl. Saiki is autistic af + just like me fr. If you ever sit around and wonder "what should I be + doing with my time?" the answer is watching Saiki K. Should you do + your taxes? Nope. Should you do your chores? Nope. Should you do + your job? Nope. Should you go outside? only if you can watch Saiki K + out. Saiki K is life, Saiki is love.

    +

    Mob Psycho 100

    +

    Its about a weird ass autistic kid who is powerful af just like + Saiki K. He works for a scam artist who he believes is also fucking + powerful. Its a requirement you watch this. Kittens will die if you + don't. Do you really want cute ittle ity baby kittens to die?

    +

    One Punch Man

    +

    The same mother fuckers who made Mob Psycho 100 also made this + master piece. Go watch it I will fucking kill you in one punch if + you don't. btw the anime is about a dude who can kill anyone in one + punch.

    +

    Carlotte

    +

    Another anime about people with special powers. So OG. No one + have ever done that. Well anyways the real question is "is the dam + thing any good?!" and the answer is yes. With anime it can really go + either way quickly. You should watch it before I blood rape you with + my mind powers.

    +
    +

    Movies

    +

    I am more of a tv show person and really don't watch movies much + anymore. Here is a list of movies I like I can actually + remember.

    +

    Labyrinth

    +

    It always pains me to learn there are people who havent seen this + masterpiece. I grew up watching this movie on a cheap VHS from a + thrift store. I rate Labyrinth the number one greatest movie of all + time. Fun fact: David Bowie just walked onto the set already looking + like that, no makeup artists required. How do I know this? I just + do.
    +
    + I have a theory this movie turns people bisexual. Just look at the + statistics I got from a trust worthy source: Bisexual rates

    +

    pi1998

    +

    A masterpiece of a film. It takes a more slow analytical method + to unfolding the plot. May people dislike the high constrast black + and white but I personally really dig it. Even with a low budget it + turned out to be a masterpiece. The black and white film, the simple + everyday settings, the simple yet detailed character interactions, + more introverted outlook... all sets the mood perfectly. Just the + little careful things the main character Max does throughout the + film really uncovers a more small detailed world like those pictures + of bugs and grass outclose that shows all the detail in everyday + things we tend to overlook. All of this is than constrasted by very + extreme moments like when Max was held at gun point and at the end + when he drills a hole in his head. That was a spoiler, hope + you see it already (:

    +

    The Emperor's New Groove

    +

    Even though disney sucks, have always sucked, I still like a + select few disney things. The Emperor's new Groove is one of those + selected works. Not going to lie I haven't seen it for a while but I + remember it pretty well. disney wishes they never made it so it has + to be good! Anyway fuck this is one of those movies I watched like a + million times when I was a little tiny ass fucker and its chaos + helped shape me. Ye, so veri good movy.

    +

    The Matrix

    +

    I kind of didn't want to put this movie here because whats the + point but I need to rant about something. All of you are misusing + the term redpill. People like mother fucking andrew tate are telling + you how to take the redpill. Treating women like sex toys, + starting a shitty business, being a alpha male... is not how you + take the redpill! All those things are social constructs + enforced by culture and society. I will rant about this more + somewhere else later. Back to the actual movie. The Matrix is fire. + You already know that though because you have already watched it. + Thats why rating these kinds of movies is pointless unless you can + turn it into a mad man rant.

    +
    +
    -- cgit v1.2.3