aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathansmith <nathansmith@posteo.com>2025-05-10 06:27:01 -0600
committernathansmith <nathansmith@posteo.com>2025-05-10 06:27:01 -0600
commitd99d18ec2647109a7b6c5dbe034ecd189b3a9377 (patch)
treed0e9351b0238c730bc7f212b24a15c8b8fed6044
parente7387d43c669936ced7eed20b7eb100154b31857 (diff)
Tidy format
-rw-r--r--distro_guides/arch.html376
-rw-r--r--distro_guides/fedora.html297
-rw-r--r--distro_guides/xfce.html233
-rw-r--r--error/404.html47
-rw-r--r--index.html463
-rw-r--r--linux_room.html1134
-rw-r--r--music_room.html1007
-rw-r--r--nathans_philosophy.html2122
-rw-r--r--reading_corner.html371
-rw-r--r--template.html45
-rw-r--r--ttr.html580
-rw-r--r--tv_corner.html943
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Arch guide</title>
-
-<style>
+ <title>Arch guide</title>
+ <style>
-body {
+ body {
color: black;
background-image: url('../images/linux_background.png');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
-}
+ }
-</style>
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+ </style>
</head>
-
<body>
- <a href="../index.html"><img src="../images/back_home.png" alt="Back to
- home page"/></a> <br/>
- <a href="../linux_room.html#distro_guides"><img src="images/back.png"
- alt="Back to linux room"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h1>Arch linux</h1>
- <p>
- 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. <br/><br/>
- <b>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.</b>
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <ul>
- <li><a href="#installing">Installing arch</a></li>
- <li><a href="#post">After installing</a></li>
- <li><a href="#nvidia">Nvidia drivers</a></li>
- <li><a href="#tricks">Tricks</a></li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="installing">Installing arch</h2>
- <p>
- A lot of arch users will get pissed as fuck at me
- but <b>its ok to use arch install</b>. I personally
- prefer manually installing arch and wouldnt want to do
- it any other way so I dont use it, btw (: <br/><br/>
- The <a href="https://wiki.archlinux.org/title/Installation_guide"
- target="_blank">offical arch installation guide</a> and
- other resources on the arch wiki is a great way to
- install arch though I also like to
- use <a href="https://www.youtube.com/watch?v=PQgyW10xD8s"
- target="_blank">distro tubes arch installation
- guide</a> 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.
- <br/><br/> 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 <code>--help</code> 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 <code>GRUB_DISABLE_OS_PROBER=false</code>
- in <code>/etc/default/grub</code> and mount the MS
- Windows(R) directory in the efi directory for OS proper
- to work sometimes.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="post">After installing</h2>
- <ul>
- <li>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
- <a href="../linux_room.html#spacefm" target="_blank">
- spaceFM</a>. Just fuck around tbh.</li>
- <li>If your
- sound fucking aint working right install
- sof-firmware.</li>
- <li>I use <a href="https://github.com/Jguer/yay"
- target="_blank">yay</a> because
- it makes life in arch easier even though its
- stupid ass bloat.</li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="nvidia">Nvidia drivers</h2>
- <p>
- 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:
- <ul>
- <li><a href="https://wiki.archlinux.org/title/NVIDIA"
- target="_blank">Offical nvidia arch wiki</a></li>
- <li><a href="https://github.com/korvahannu/arch-nvidia-drivers-installation-guide"
- target="_blank"> Some strangely helpful
- github guide</a></li>
- <li><a href="https://medium.com/@sakalakis/how-to-easily-install-the-nvidia-drivers-in-arch-linux-5f1b3f1a5f66"
- target="_blank">Ewwwww, medium site (it
- strangely works without javascript)</a></li>
- </ul>
- Guide for my system mostly and maybe yours:
- <ul>
- <li>
- Install some packages:<br/>
- <code>sudo pacman -Syu<br/>sudo pacman -S
- nvidia nvidia-utils nvidia-settings</code>
- </li>
-
- <li>
- Rebuild the initramfs:<br/>
- <code>sudo mkinitcpio -P</code>
- </li>
-
- <li>
- Follow <a href="https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM"
- target="_blank">a guide found here</a> to
- setup lightdm for nvidia.
- </li>
-
- <li>
- Open up the xfce startup app thingy and
- add <code>nvidia-settings
- --load-config-only</code> as a startup app so
- your nvidia settings load on login.
- </li>
-
- <li>
- After reboot you can check the drivers with:
- <ul>
- <li>
- My prefered way:<br/>
- <code>
- sudo pacman -S mesa-utils<br/>
- glxinfo | grep -E "OpenGL
- vendor|OpenGL renderer"
- </code>
- </li>
-
- <li>Another
- way: <code>nvidia-smi</code></li>
- </ul>
- </li>
-
- <li>
- For multi monitor refresh rate issues add these
- to your /etc/environment<br/>
- <code>
- CLUTTER_DEFAULT_FPS=&lt;refresh rate of
- your sync monitor&gt;<br/>
- __GL_SYNC_DISPLAY_DEVICE=&lt;monitor to
- sync to&gt;
- </code>
- <br/> Then open your nvidia settings, go to
- OpenGL Settings and turn off "Allow Flipping".
- </li>
- </ul>
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="tricks">Tricks</h2>
- <ul>
- <li>To clean out shit that builds up in pacman
- run <code>sudo pacman -Sc</code> and <code>sudo pacman
- -Qdtq | sudo pacman -Rs -</code>
- <br/>
- <code>-Sc</code> also works in yay.</li>
- </ul>
- </td>
- </tr>
- </table>
- </center>
+ <a href="../index.html"><img src="../images/back_home.png" alt=
+ "Back to home page"></a><br>
+ <a href="../linux_room.html#distro_guides"><img src="images/back.png" alt=
+ "Back to linux room"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1>Arch linux</h1>
+ <p>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.<br>
+ <br>
+ <b>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.</b></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <ul>
+ <li>
+ <a href="#installing">Installing arch</a>
+ </li>
+ <li>
+ <a href="#post">After installing</a>
+ </li>
+ <li>
+ <a href="#nvidia">Nvidia drivers</a>
+ </li>
+ <li>
+ <a href="#tricks">Tricks</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="installing">Installing arch</h2>
+ <p>A lot of arch users will get pissed as fuck at me but <b>its ok
+ to use arch install</b>. I personally prefer manually installing
+ arch and wouldnt want to do it any other way so I dont use it, btw
+ (:<br>
+ <br>
+ The <a href="https://wiki.archlinux.org/title/Installation_guide"
+ target="_blank">offical arch installation guide</a> and other
+ resources on the arch wiki is a great way to install arch though I
+ also like to use <a href=
+ "https://www.youtube.com/watch?v=PQgyW10xD8s" target="_blank">distro
+ tubes arch installation guide</a> 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.<br>
+ <br>
+ 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 <code>--help</code> 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 <code>GRUB_DISABLE_OS_PROBER=false</code> in
+ <code>/etc/default/grub</code> and mount the MS Windows(R) directory
+ in the efi directory for OS proper to work sometimes.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="post">After installing</h2>
+ <ul>
+ <li>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 <a href=
+ "../linux_room.html#spacefm" target="_blank">spaceFM</a>. Just
+ fuck around tbh.
+ </li>
+ <li>If your sound fucking aint working right install
+ sof-firmware.</li>
+ <li>I use <a href="https://github.com/Jguer/yay" target="_blank">
+ yay</a> because it makes life in arch easier even though its
+ stupid ass bloat.
+ </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="nvidia">Nvidia drivers</h2>
+ <p>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:</p>
+ <ul>
+ <li>
+ <a href="https://wiki.archlinux.org/title/NVIDIA" target=
+ "_blank">Offical nvidia arch wiki</a>
+ </li>
+ <li>
+ <a href=
+ "https://github.com/korvahannu/arch-nvidia-drivers-installation-guide"
+ target="_blank">Some strangely helpful github guide</a>
+ </li>
+ <li>
+ <a href=
+ "https://medium.com/@sakalakis/how-to-easily-install-the-nvidia-drivers-in-arch-linux-5f1b3f1a5f66"
+ target="_blank">Ewwwww, medium site (it strangely works without
+ javascript)</a>
+ </li>
+ </ul>Guide for my system mostly and maybe yours:
+ <ul>
+ <li>Install some packages:<br>
+ <code>sudo pacman -Syu<br>
+ sudo pacman -S nvidia nvidia-utils nvidia-settings</code></li>
+ <li>Rebuild the initramfs:<br>
+ <code>sudo mkinitcpio -P</code></li>
+ <li>Follow <a href=
+ "https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM"
+ target="_blank">a guide found here</a> to setup lightdm for
+ nvidia.
+ </li>
+ <li>Open up the xfce startup app thingy and add
+ <code>nvidia-settings --load-config-only</code> as a startup app
+ so your nvidia settings load on login.</li>
+ <li>After reboot you can check the drivers with:
+ <ul>
+ <li>My prefered way:<br>
+ <code>sudo pacman -S mesa-utils<br>
+ glxinfo | grep -E "OpenGL vendor|OpenGL renderer"</code></li>
+ <li>Another way: <code>nvidia-smi</code></li>
+ </ul>
+ </li>
+ <li>For multi monitor refresh rate issues add these to your
+ /etc/environment<br>
+ <code>CLUTTER_DEFAULT_FPS=&lt;refresh rate of your sync
+ monitor&gt;<br>
+ __GL_SYNC_DISPLAY_DEVICE=&lt;monitor to sync to&gt;</code><br>
+ Then open your nvidia settings, go to OpenGL Settings and turn off
+ "Allow Flipping".</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="tricks">Tricks</h2>
+ <ul>
+ <li>To clean out shit that builds up in pacman run <code>sudo
+ pacman -Sc</code> and <code>sudo pacman -Qdtq | sudo pacman -Rs
+ -</code><br>
+ <code>-Sc</code> also works in yay.</li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Fedora guide</title>
-
-<style>
+ <title>Fedora guide</title>
+ <style>
-body {
+ body {
color: black;
background-image: url('../images/linux_background.png');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
-}
+ }
-</style>
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+ </style>
</head>
-
<body>
- <a href="../index.html"><img src="../images/back_home.png" alt="Back to home page"/></a>
- <br/>
- <a href="../linux_room.html#distro_guides"><img src="images/back.png" alt="Back to linux room"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h1>Fedora xfce</h1>
- <p>
- 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.
- <br/><br/>
- Fedora xfce can be downloaded <a href="https://fedoraproject.org/spins/xfce"
- target="_blank">here</a>.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <ul>
- <li><a href="#setting_up">Setting up fedora</a></li>
- <li><a href="#nvidia">Nvidia drivers</a></li>
- <li><a href="#useful_things">Useful things in fedora</a></li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="setting_up">Setting up fedora</h2>
- <p>
- Fedora has a little extra setup you wouldn't see in something like linux mint though
- it isn't that bad.
- </p>
- <h3>Packages</h3>
- <p>
- You can speed up dnf by adding these to /etc/dnf/dnf.conf<br>
- <code>
- max_parallel_downloads=20<br/>
- fastestmirror=True
- </code>
- <br/><br/>
- 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.
- </p>
- <ul>
- <li>
- Setup rpm fusion to get more packages in dnf with the
- <a href="https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/" target="_blank">resources here</a>
- </li>
- <li>
- Install flatpak if not already there using "sudo dnf install flatpak" then add
- <a href="https://flathub.org/setup/Fedora" target="_blank">flathub</a>
- to get some cool apps!
- </li>
- </ul>
-
- <h3>Multimedia</h3>
- <p>
- 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.
- </p>
- <ul>
- <li>Update your system with <code>sudo dnf upgrade</code></li>
- <li>Install the new packages with <code>sudo dnf group install multimedia</code></li>
- <li>
- Install the old ones with these three commands in a row:
- <ul>
- <li><code>sudo dnf install gstreamer1-plugins-{bad-\*,good-\*,base}
- gstreamer1-plugin-openh264 gstreamer1-libav --exclude=gstreamer1-plugins-bad-free-devel</code></li>
- <li><code>sudo dnf install lame\* --exclude=lame-devel</code></li>
- <li><code>sudo dnf swap ffmpeg-free ffmpeg --allowerasing</code></li>
- </ul>
- </li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="nvidia">Nvidia drivers</h2>
- <p>
- 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.
- </p>
- <ul>
- <li>
- Follow the fedora docs on nvidia
- <a href="https://docs.fedoraproject.org/en-US/quick-docs/set-nvidia-as-primary-gpu-on-optimus-based-laptops"
- target="_blank">here</a>
- </li>
- <li>
- Also look at the rpmfusion docs on nvidia
- <a href="https://rpmfusion.org/Howto/NVIDIA" target="_blank">here</a>
- </li>
- <li>
- Follow the archwiki on nvidia in lightdm
- <a href="https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM" target="_blank">here</a>.
- </li>
- <li>
- For multi monitor refresh rate issues add these to your /etc/environment<br/>
- <code>
- CLUTTER_DEFAULT_FPS=&lt;refresh rate of your sync monitor&gt;<br/>
- __GL_SYNC_DISPLAY_DEVICE=&lt;monitor to sync to&gt;
- </code>
- <br/>
- Then open your nvidia settings, go to OpenGL Settings and turn off "Allow Flipping".
- </li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="useful_things">Useful things in fedora</h2>
- Fedora doesn't have "update-grub" so instead you have to use these:<br/>
- <code>
- sudo grub2-mkconfig -o /etc/grub2.cfg<br/>
- sudo grub2-mkconfig -o /etc/grub2-efi.cfg
- </code>
- </td>
- </tr>
- </table>
- </center>
+ <a href="../index.html"><img src="../images/back_home.png" alt=
+ "Back to home page"></a><br>
+ <a href="../linux_room.html#distro_guides"><img src="images/back.png" alt=
+ "Back to linux room"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1>Fedora xfce</h1>
+ <p>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.<br>
+ <br>
+ Fedora xfce can be downloaded <a href=
+ "https://fedoraproject.org/spins/xfce" target="_blank">here</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <ul>
+ <li>
+ <a href="#setting_up">Setting up fedora</a>
+ </li>
+ <li>
+ <a href="#nvidia">Nvidia drivers</a>
+ </li>
+ <li>
+ <a href="#useful_things">Useful things in fedora</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="setting_up">Setting up fedora</h2>
+ <p>Fedora has a little extra setup you wouldn't see in something
+ like linux mint though it isn't that bad.</p>
+ <h3>Packages</h3>
+ <p>You can speed up dnf by adding these to /etc/dnf/dnf.conf<br>
+ <code>max_parallel_downloads=20<br>
+ fastestmirror=True</code><br>
+ <br>
+ 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.</p>
+ <ul>
+ <li>Setup rpm fusion to get more packages in dnf with the
+ <a href="https://docs.fedoraproject.org/en-US/quick-docs/rpmfusion-setup/"
+ target="_blank">resources here</a>
+ </li>
+ <li>Install flatpak if not already there using "sudo dnf install
+ flatpak" then add <a href="https://flathub.org/setup/Fedora"
+ target="_blank">flathub</a> to get some cool apps!
+ </li>
+ </ul>
+ <h3>Multimedia</h3>
+ <p>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.</p>
+ <ul>
+ <li>Update your system with <code>sudo dnf upgrade</code></li>
+ <li>Install the new packages with <code>sudo dnf group install
+ multimedia</code></li>
+ <li>Install the old ones with these three commands in a row:
+ <ul>
+ <li><code>sudo dnf install
+ gstreamer1-plugins-{bad-\*,good-\*,base}
+ gstreamer1-plugin-openh264 gstreamer1-libav
+ --exclude=gstreamer1-plugins-bad-free-devel</code></li>
+ <li><code>sudo dnf install lame\*
+ --exclude=lame-devel</code></li>
+ <li><code>sudo dnf swap ffmpeg-free ffmpeg
+ --allowerasing</code></li>
+ </ul>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="nvidia">Nvidia drivers</h2>
+ <p>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.</p>
+ <ul>
+ <li>Follow the fedora docs on nvidia <a href=
+ "https://docs.fedoraproject.org/en-US/quick-docs/set-nvidia-as-primary-gpu-on-optimus-based-laptops"
+ target="_blank">here</a>
+ </li>
+ <li>Also look at the rpmfusion docs on nvidia <a href=
+ "https://rpmfusion.org/Howto/NVIDIA" target="_blank">here</a>
+ </li>
+ <li>Follow the archwiki on nvidia in lightdm <a href=
+ "https://wiki.archlinux.org/title/NVIDIA_Optimus#LightDM"
+ target="_blank">here</a>.
+ </li>
+ <li>For multi monitor refresh rate issues add these to your
+ /etc/environment<br>
+ <code>CLUTTER_DEFAULT_FPS=&lt;refresh rate of your sync
+ monitor&gt;<br>
+ __GL_SYNC_DISPLAY_DEVICE=&lt;monitor to sync to&gt;</code><br>
+ Then open your nvidia settings, go to OpenGL Settings and turn off
+ "Allow Flipping".</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="useful_things">Useful things in fedora</h2>Fedora doesn't
+ have "update-grub" so instead you have to use these:<br>
+ <code>sudo grub2-mkconfig -o /etc/grub2.cfg<br>
+ sudo grub2-mkconfig -o /etc/grub2-efi.cfg</code>
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Xfce guide</title>
+ <title>Xfce guide</title>
+ <style>
-<style>
-
-body {
+ body {
color: black;
background-image: url('../images/linux_background.png');
-}
+ }
-table {
+ table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
-}
-
-</style>
+ }
+ </style>
</head>
-
<body>
- <a href="../index.html"><img src="../images/back_home.png" alt="Back to
- home page"/></a> <br/>
- <a href="../linux_room.html#distro_guides"><img src="images/back.png"
- alt="Back to linux room"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Xfce DE</h2>
- <p>
- Indeed the best DE out there.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <p>
- 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!
- </p>
- <ul>
- <li>Install nicer icons like papirus, can never go
- wrong with papirus icons. then set them as your icon
- theme</li>
- <li>
- Install a better theme. Some good ones are:
- <ul>
- <li><a href="https://drasite.com/flat-remix-gtk"
- target="_blank">flat-remix</a></li>
- <li><a href="https://www.xfce-look.org/p/1681313/"
- target="_blank">gruvbox</a></lib>
- <li><a href="https://www.xfce-look.org/p/2098041"
- target="_blank">DoorMaker</a></li>
- <li><a href="https://www.xfce-look.org/p/1394325"
- target="_blank">BaZik</a></li>
- </ul>
- </li>
- <li>
- Install kvantum and kvantum-qt5 to change qt
- themes. Add this to <code>/etc/environment</code>
- for kvantum to work:<br/>
- <code>
- QT_STYLE_OVERRIDE=kvantum
- </code>
- </li>
- <li>
- Whisker menu for those who want a more modern menu:
- <ul>
- <li>Install whisker menu for a way better
- menu</li>
- <li>Go into the panel settings to remove the
- old one and change it to whisker menu.</li>
- </ul>
- </li>
- <li>
- Enable clipman as one of the startup apps for a kde
- like clipboard.
- </li>
- <li>
- Make some nicer keybinds:
- <ul>
- <li>
- Bind <code>xfce4-popup-whiskermenu</code>
- to something like alt+f1 than use xcape to
- bind it to super to get around the xfce
- super key bug. Add <code>xcape -e
- 'Super_L=Alt_L|F1'</code> 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.
- </li>
- <li>Bind "super+v"
- to <code>xfce4-clipman-history</code> to make
- it feel more like the kde clipboard</li>
- </ul>
- </li>
- <li>
- 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.
- </li>
- <li>
- Go into "Window Manager" and set a cooler window
- style and more sane shortcuts for virtual desktops.
- </li>
- <li>
- Go into "Window Manager Tweaks" and fuck around
- with the compositor settings for cool clear things.
- </li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2>Rofi in xfce</h2> The default xfce appfinder been
- causing me issues lately so I decided to switch to rofi.
- <br/><br/> To make rofi work with my workflow I like to add
- some binds for it:
- <ul>
- <li>Bind <code>rofi -show drun -icon-theme
- "Papirus-Dark" -show-icons</code> to super+d</li>
- <li>Bind <code>rofi -show run</code> to super+r</li>
- <li>Bind <code>rofi -show window -icon-theme
- "Papirus-Dark" -show-icons</code> to super+w</li>
- </ul>
- There is much more I could use rofi for but this is all I
- need.
- </td>
- </tr>
- </table>
- </center>
+ <a href="../index.html"><img src="../images/back_home.png" alt=
+ "Back to home page"></a><br>
+ <a href="../linux_room.html#distro_guides"><img src="images/back.png" alt=
+ "Back to linux room"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Xfce DE</h2>
+ <p>Indeed the best DE out there.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <p>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!</p>
+ <ul>
+ <li>Install nicer icons like papirus, can never go wrong with
+ papirus icons. then set them as your icon theme</li>
+ <li>Install a better theme. Some good ones are:
+ <ul>
+ <li>
+ <a href="https://drasite.com/flat-remix-gtk" target=
+ "_blank">flat-remix</a>
+ </li>
+ <li>
+ <a href="https://www.xfce-look.org/p/1681313/" target=
+ "_blank">gruvbox</a>
+ </li>
+ <li>
+ <a href="https://www.xfce-look.org/p/2098041" target=
+ "_blank">DoorMaker</a>
+ </li>
+ <li>
+ <a href="https://www.xfce-look.org/p/1394325" target=
+ "_blank">BaZik</a>
+ </li>
+ </ul>
+ </li>
+ <li>Install kvantum and kvantum-qt5 to change qt themes. Add this
+ to <code>/etc/environment</code> for kvantum to work:<br>
+ <code>QT_STYLE_OVERRIDE=kvantum</code></li>
+ <li>Whisker menu for those who want a more modern menu:
+ <ul>
+ <li>Install whisker menu for a way better menu</li>
+ <li>Go into the panel settings to remove the old one and
+ change it to whisker menu.</li>
+ </ul>
+ </li>
+ <li>Enable clipman as one of the startup apps for a kde like
+ clipboard.</li>
+ <li>Make some nicer keybinds:
+ <ul>
+ <li>Bind <code>xfce4-popup-whiskermenu</code> to something
+ like alt+f1 than use xcape to bind it to super to get around
+ the xfce super key bug. Add <code>xcape -e
+ 'Super_L=Alt_L|F1'</code> 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.</li>
+ <li>Bind "super+v" to <code>xfce4-clipman-history</code> to
+ make it feel more like the kde clipboard</li>
+ </ul>
+ </li>
+ <li>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.</li>
+ <li>Go into "Window Manager" and set a cooler window style and
+ more sane shortcuts for virtual desktops.</li>
+ <li>Go into "Window Manager Tweaks" and fuck around with the
+ compositor settings for cool clear things.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2>Rofi in xfce</h2>The default xfce appfinder been causing me
+ issues lately so I decided to switch to rofi.<br>
+ <br>
+ To make rofi work with my workflow I like to add some binds for it:
+ <ul>
+ <li>Bind <code>rofi -show drun -icon-theme "Papirus-Dark"
+ -show-icons</code> to super+d</li>
+ <li>Bind <code>rofi -show run</code> to super+r</li>
+ <li>Bind <code>rofi -show window -icon-theme "Papirus-Dark"
+ -show-icons</code> to super+w</li>
+ </ul>There is much more I could use rofi for but this is all I need.
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>404 Page Not Found</title>
-
-<style>
+ <title>404 Page Not Found</title>
+ <style>
-body {
+ body {
color: black;
background-image: url('/images/woopsy.jpg');
-}
+ }
-table {
+ table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
-}
-
-</style>
+ }
+ </style>
</head>
-
<body>
- <a href="/index.html"><img src="/images/back_home.png" alt="Back to home page"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h1>Woopsy!</h1>
- <p>
- You tried looking for something that doesnt exist. This is a strange 404 page indeed.
- </p>
- <img src="/images/british.gif" alt="Sips british tea"/>
- </td>
- </tr>
- </table>
- </center>
+ <a href="/index.html"><img src="/images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1>Woopsy!</h1>
+ <p>You tried looking for something that doesnt exist. This is a
+ strange 404 page indeed.</p><img src="/images/british.gif" alt=
+ "Sips british tea">
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
diff --git a/index.html b/index.html
index 27250ae..9415d4d 100644
--- a/index.html
+++ b/index.html
@@ -1,279 +1,222 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Nathan's Shitty Web</title>
- <link rel="icon" type="image/x-icon" href="images/icon.png">
- <link rel="alternate" type="application/rss+xml"
- title="Nathan's shitty blog" href="/blog/feed.xml">
+ <title>Nathan's Shitty Web</title>
+ <link rel="icon" type="image/x-icon" href="images/icon.png">
+ <link rel="alternate" type="application/rss+xml" title=
+ "Nathan's shitty blog" href="/blog/feed.xml">
+ <style>
-<style>
-
-body { background-image: url('images/background.png'); }
+ body { background-image: url('images/background.png'); }
-table {
+ table {
color: black;
background-color: #bebebe;
margin-top: 10px;
- margin-bottom: 10px;
+ margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
-}
-
-</style>
+ }
+ </style>
</head>
-
<body>
- <center>
- <img src="images/home_title.png" alt="Nathan's Shit Web"/>
- <img src="images/under_construction.gif" alt="Under construction"/>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <i>durp durp durp</i>
-
- <h2>Contact</h2>
- <ul>
- <li>
- <a href="mailto:nathansmith@disroot.org">
- <img src="images/email.gif"/>
- nathansmith@disroot.org
- </a>
- </li>
- <li>XMPP: ebichu@hot-chilli.im</li>
- <li><a href="https://codeberg.org/nathansmith"
- target="_blank">Codeberg</a></li>
- <li><a href="https://gitea.com/nathansmithsmith"
- target="_blan">Gitea</a></li>
- </ul>
- </td>
- <td>
- <img src="images/pride.png"/>
- <img src="images/spinning_rat.gif"/>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>About me</h2>
- <p>
- 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... <b>If you have a problem with that you can
- go fuck yourself!</b> <br/>
- <img src="images/tiny_lain.gif" alt="Lain"/> <br/> Some
- of my interests and hobbies:
- </p>
- <ul>
- <li>Guitar and bass</li>
- <li>Linux</li>
- <li>Programming</li>
- <li>Electronics modding and DIY</li>
- <li>Real leftism and politics (real leftism is very
- different than what society wants you to think)</li>
- <li>Lite amounts of philosophy and psychology</li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
+ <center>
+ <img src="images/home_title.png" alt="Nathan's Shit Web"> <img src=
+ "images/under_construction.gif" alt="Under construction">
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <i>durp durp durp</i>
+ <h2>Contact</h2>
+ <ul>
+ <li>
+ <a href="mailto:nathansmith@disroot.org"><img src=
+ "images/email.gif"> nathansmith@disroot.org</a>
+ </li>
+ <li>XMPP: ebichu@hot-chilli.im</li>
+ <li>
+ <a href="https://codeberg.org/nathansmith" target=
+ "_blank">Codeberg</a>
+ </li>
+ <li>
+ <a href="https://gitea.com/nathansmithsmith" target=
+ "_blan">Gitea</a>
+ </li>
+ </ul>
+ </td>
+ <td><img src="images/pride.png"> <img src=
+ "images/spinning_rat.gif"></td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>About me</h2>
+ <p>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... <b>If you have a problem
+ with that you can go fuck yourself!</b><br>
+ <img src="images/tiny_lain.gif" alt="Lain"><br>
+ Some of my interests and hobbies:</p>
+ <ul>
+ <li>Guitar and bass</li>
+ <li>Linux</li>
+ <li>Programming</li>
+ <li>Electronics modding and DIY</li>
+ <li>Real leftism and politics (real leftism is very different than
+ what society wants you to think)</li>
+ <li>Lite amounts of philosophy and psychology</li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h3><a href="cgi-bin/guest_book.cgi">--&gt; Sign the guest
+ book</a></h3>
+ <h3><a href="blog/index.html">--&gt; Read the blog</a></h3>
+ <h3><a href="linux_room.html">--&gt; Visit the linux room</a></h3>
+ <h3><a href="music_room.html">--&gt; Visit the music room</a></h3>
+ </td>
+ <td>
+ <h3><a href="tv_corner.html">--&gt; Visit the tv corner</a></h3>
+ <h3><a href="reading_corner.html">--&gt; Visit the reading
+ corner</a></h3>
+ <h3><a href="nathans_philosophy.html">--&gt; Learn Nathan's
+ philosophy</a></h3>
+ <h3><a href="ttr.html">--&gt; Tips, tricks, & reviews</a></h3>
+ </td>
+ <td><img src="images/concepts_of_a_plan_small.jpg" alt=
+ "I have concepts of a plan"></td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h3>Webrings</h3><!-- No ai webring -->
+ <map name="w95widget" id="w95widget">
+ <area href="https://baccyflap.com/noai" target="_blank" shape=
+ "rect" coords="0,0,308,22" alt="no ai webring" title=
+ "no ai webring">
+ <area href="https://baccyflap.com/noai/?prv&amp;s=nsw" target=
+ "_top" shape="rect" coords="56,36,130,58" alt="previous" title=
+ "previous">
+ <area href="https://baccyflap.com/noai/?rnd" target="_top" shape=
+ "rect" coords="137,36,211,58" alt="random" title="random">
+ <area href="https://baccyflap.com/noai/?nxt&amp;s=nsw" target=
+ "_top" shape="rect" coords="218,36,292,58" alt="next" title=
+ "next">
+ </map> <img usemap="#w95widget" src="images/no_ai_widget.gif" alt=
+ "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">
+ <table>
<tr>
- <td>
- <h3><a href="cgi-bin/guest_book.cgi">--&gt; Sign the guest
- book</a></h3>
- <h3><a href="blog/index.html">--&gt; Read the blog</a></h3>
- <h3><a href="linux_room.html">--&gt; Visit the linux
- room</a></h3>
- <h3><a href="music_room.html">--&gt; Visit the music
- room</a></h3>
- </td>
-
- <td>
- <h3><a href="tv_corner.html">--&gt; Visit the tv
- corner</a></h3>
- <h3><a href="reading_corner.html">--&gt; Visit the reading
- corner</a></h3>
- <h3><a href="nathans_philosophy.html">--&gt; Learn Nathan's
- philosophy</a></h3>
- <h3><a href="ttr.html">--&gt; Tips, tricks, &
- reviews</a></h3>
- </td>
-
- <td>
- <img src="images/concepts_of_a_plan_small.jpg" alt="I have
- concepts of a plan"/>
- </td>
+ <td>
+ <!-- Music ring -->
+ <table border="1">
+ <tr>
+ <td>
+ <a href="https://mr.jhorn.net/index.php"><img src=
+ "images/music_ring.gif" alt="Music web ring"></a><br>
+ <a href=
+ "https://mr.jhorn.net/prev.php?slug=nsw">prev</a>
+ <a href="https://mr.jhorn.net/rand.php">rand</a>
+ <a href="https://mr.jhorn.net/next.php?slug=nsw">next</a>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td>
+ <!-- Mouthwash webring -->
+ <table>
+ <tr>
+ <td>
+ <a href=
+ "https://lopster.neocities.org/tulparing/files/prev?id=28">
+ <img src="images/mouthwash/left.png" alt="left"></a>
+ </td>
+ <td>
+ <a href=
+ "https://lopster.neocities.org/tulparing/tulparing"
+ target="_blank"><img src="images/mouthwash/icon.png"
+ alt="Mouthwash"></a>
+ </td>
+ <td>
+ <a href=
+ "https://lopster.neocities.org/tulparing/files/next?id=28">
+ <img src="images/mouthwash/right.png" alt="right"></a>
+ </td>
+ </tr>
+ </table>
+ </td>
</tr>
- </table>
-
- <table border="1" width="60%">
+ </table><!-- *nixring -->
+ <table>
<tr>
- <td>
- <h3>Webrings</h3>
-
- <!-- No ai webring -->
- <map name="w95widget">
- <area href="https://baccyflap.com/noai" target="_blank"
- shape="rect" coords="0,0,308,22" alt="no ai webring"
- title="no ai webring">
- <area href="https://baccyflap.com/noai/?prv&s=nsw"
- target="_top" shape="rect" coords="56,36,130,58"
- alt="previous" title="previous">
- <area href="https://baccyflap.com/noai/?rnd" target="_top"
- shape="rect" coords="137,36,211,58" alt="random"
- title="random">
- <area href="https://baccyflap.com/noai/?nxt&s=nsw"
- target="_top" shape="rect" coords="218,36,292,58"
- alt="next" title="next">
- </map>
- <img usemap="#w95widget" src="images/no_ai_widget.gif"
- alt="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">
-
- <table>
- <tr>
- <td>
- <!-- Music ring -->
- <table border="1">
- <tr>
- <td>
- <a href="https://mr.jhorn.net/index.php">
- <img src="images/music_ring.gif"
- alt="Music web ring"></a> <br/>
- <a href="https://mr.jhorn.net/prev.php?slug=nsw">prev</a>
- <a href="https://mr.jhorn.net/rand.php">rand</a>
- <a href="https://mr.jhorn.net/next.php?slug=nsw">next</a>
- </td>
- </tr>
- </table>
- </td>
-
- <td>
- <!-- Mouthwash webring -->
- <table>
- <tr>
- <td>
- <a href="https://lopster.neocities.org/tulparing/files/prev?id=28">
- <img src="images/mouthwash/left.png"
- alt="left"></a>
- </td>
- <td>
- <a href="https://lopster.neocities.org/tulparing/tulparing" target="_blank">
- <img src="images/mouthwash/icon.png"
- alt="Mouthwash"></a>
- </td>
- <td>
- <a href="https://lopster.neocities.org/tulparing/files/next?id=28">
- <img src="images/mouthwash/right.png"
- alt="right"></a>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
- <!-- *nixring -->
- <table>
- <tr>
- <td class='webring-prev'>
- <a href='https://teethinvitro.neocities.org/webring/linuxring/redirect/nathanprev.html'>&lt;--</a>
- </td>
- <td class='webring-info'>
- Member of the *nixRing<br>
- <span class='webring-links'>
- <a href='https://teethinvitro.neocities.org/webring/linuxring/'><img src="images/tuxicon.png"
- width="10%"/></a>
- </span>
- </td>
- <td class='webring-next'><a href='https://teethinvitro.neocities.org/webring/linuxring/redirect/nathannext.html'>
- --&gt;</a></td>
- </tr>
- </table>
- </td>
-
- <td>
- <h3>My buttons</h3> <img src="images/nsw_banner.png"
- alt="nsw"/> <img src="images/shit_banner.png" alt="shit"/>
- <p>
- Use one and link back to me please :3 <br/> They arent
- standard size because fuck you (:
- </p>
- <h3>My dog</h3> <img src="images/small_dog.png" alt="Small
- dog"/> <img src="images/small_dog2.png" alt="More small
- dog"/> <img src="images/small_dog3.png" alt="Another small
- dog"/>
- </td>
+ <td class='webring-prev'>
+ <a href=
+ 'https://teethinvitro.neocities.org/webring/linuxring/redirect/nathanprev.html'>
+ &lt;--</a>
+ </td>
+ <td class='webring-info'>Member of the *nixRing<br>
+ <span class='webring-links'><a href=
+ 'https://teethinvitro.neocities.org/webring/linuxring/'><img src="images/tuxicon.png"
+ width="10%"></a></span></td>
+ <td class='webring-next'>
+ <a href=
+ 'https://teethinvitro.neocities.org/webring/linuxring/redirect/nathannext.html'>
+ --&gt;</a>
+ </td>
</tr>
- </table>
-
- <a href="https://yesterweb.org/no-to-web3"
- target="_blank"><img src="images/roly-saynotoweb3.gif" alt="keep the
- web free"/></a>
- <a href="http://wiby.org/" target="_blank">
- <img src="images/wiby.gif" alt="wiby">
- </a>
- <a href="https://digdeeper.club" target="_blank">
- <img src="images/digdeeper.png" alt="digdeeper"/>
- </a>
- <a href="https://spyware.neocities.org" target="_blank">
- <img src="images/spyware_watchdog.png" alt="Online spyware
- watchdog"/>
- </a>
- <a href="https://isntreal.neocities.org" target="_blank">
- <img src="images/isntreal.png" alt="isntreal"/>
- </a>
- <a href="https://speevtheteev.neocities.org" target="_blank">
- <img src="images/speevtheteev.gif" alt="speevtheteev"/>
- </a>
- <a href="https://foggybear42.neocities.org" target="_blank">
- <img src="images/foggybear42.gif" alt="foggybear42"/>
- </a>
- <a href="https://t-hates-you.neocities.org" target="_blank">
- <img src="images/evilfuckingwebsite.png" alt="t-hates-you"/>
- </a>
- <a href="https://aurorawho.neocities.org" target="_blank">
- <img src="images/aurorawho.gif" alt="aurorawho"/>
- </a>
- <a href="https://moosyu.com" target="_blank">
- <img src="images/moosyu.png" alt="Moosyu"/>
- </a>
-
- <br/>
- <a href="https://yuentp.neocities.org" target="_blank">
- <img src="images/yuentp.gif" alt="yuentp"/>
- </a>
- <a href="https://cloud13.neocities.org" target="_blank">
- <img src="images/blahaj_button.png" alt="Powered by BLAHAJ"/>
- </a>
- <img src="images/tiny_lain.gif" alt="Lain"/>
-
- <br/>
- <a href="https://www.gnu.org/software/emacs" target="_blank">
- <img src="images/gnu-made.png" alt="Made with gnu emacs"/>
- </a>
- <a href="https://ublockorigin.com" target="_blank">
- <img src="images/ublock_now.png" alt="ublock now"/>
- </a>
- <img src="images/crush_capitalism.png" alt="crush capitalism!"/>
- <img src="images/antinft.gif" alt="This is an Anti-NFT Site"/>
- <img src="images/linux_powered.gif" alt="Linux powered"/>
-
- <br/> <img src="images/bi.gif" alt="bi pride"/>
- <img src="images/coffee.gif" alt="need moar coffee XD"/>
- <img src="images/i_love_my_bf.gif" alt="I love my boyfriend"/>
- </center>
+ </table>
+ </td>
+ <td>
+ <h3>My buttons</h3><img src="images/nsw_banner.png" alt="nsw">
+ <img src="images/shit_banner.png" alt="shit">
+ <p>Use one and link back to me please :3<br>
+ They arent standard size because fuck you (:</p>
+ <h3>My dog</h3><img src="images/small_dog.png" alt="Small dog">
+ <img src="images/small_dog2.png" alt="More small dog"> <img src=
+ "images/small_dog3.png" alt="Another small dog">
+ </td>
+ </tr>
+ </table><a href="https://yesterweb.org/no-to-web3" target=
+ "_blank"><img src="images/roly-saynotoweb3.gif" alt=
+ "keep the web free"></a> <a href="http://wiby.org/" target=
+ "_blank"><img src="images/wiby.gif" alt="wiby"></a> <a href=
+ "https://digdeeper.club" target="_blank"><img src="images/digdeeper.png"
+ alt="digdeeper"></a> <a href="https://spyware.neocities.org" target=
+ "_blank"><img src="images/spyware_watchdog.png" alt=
+ "Online spyware watchdog"></a> <a href="https://isntreal.neocities.org"
+ target="_blank"><img src="images/isntreal.png" alt="isntreal"></a>
+ <a href="https://speevtheteev.neocities.org" target="_blank"><img src=
+ "images/speevtheteev.gif" alt="speevtheteev"></a> <a href=
+ "https://foggybear42.neocities.org" target="_blank"><img src=
+ "images/foggybear42.gif" alt="foggybear42"></a> <a href=
+ "https://t-hates-you.neocities.org" target="_blank"><img src=
+ "images/evilfuckingwebsite.png" alt="t-hates-you"></a> <a href=
+ "https://aurorawho.neocities.org" target="_blank"><img src=
+ "images/aurorawho.gif" alt="aurorawho"></a> <a href="https://moosyu.com"
+ target="_blank"><img src="images/moosyu.png" alt="Moosyu"></a><br>
+ <a href="https://yuentp.neocities.org" target="_blank"><img src=
+ "images/yuentp.gif" alt="yuentp"></a> <a href=
+ "https://cloud13.neocities.org" target="_blank"><img src=
+ "images/blahaj_button.png" alt="Powered by BLAHAJ"></a> <img src=
+ "images/tiny_lain.gif" alt="Lain"><br>
+ <a href="https://www.gnu.org/software/emacs" target="_blank"><img src=
+ "images/gnu-made.png" alt="Made with gnu emacs"></a> <a href=
+ "https://ublockorigin.com" target="_blank"><img src=
+ "images/ublock_now.png" alt="ublock now"></a> <img src=
+ "images/crush_capitalism.png" alt="crush capitalism!"> <img src=
+ "images/antinft.gif" alt="This is an Anti-NFT Site"> <img src=
+ "images/linux_powered.gif" alt="Linux powered"><br>
+ <img src="images/bi.gif" alt="bi pride"> <img src="images/coffee.gif" alt=
+ "need moar coffee XD"> <img src="images/i_love_my_bf.gif" alt=
+ "I love my boyfriend">
+ </center>
</body>
</html>
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>The linux room</title>
+ <title>The linux room</title>
+ <style>
-<style>
-
-body {
+ body {
color: blue;
background-image: url('images/linux_background.png');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
- border=1
-}
+ }
-</style>
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ border=1
+ }
+ </style>
</head>
-
<body>
- <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
-
- <center>
- <img src="images/flying_tux.gif" alt="Tux the penguin flying"/>
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Setup/software list</h2>
- <ul>
- <li>
- <a href="#distros">Distros:</a>
- <ul>
- <li><a href="#distro_guides">Guides</a></li>
- <li><a href="#distro_list">Cool distros</a></li>
- </ul>
- </li>
-
- <li>
- <a href="#gui">GUI apps</a>
- <ul>
- <li>Mail client: <a href="#claws">claws</a></li>
- <li>Editor: <a href="#emacs">emacs</a></li>
- <li>File manager: <a href="#spacefm">SpaceFM</a></li>
- <li>Media player: <a href="#mpv">mpv</a></li>
- <li>Feed reader: <a href="#liferea">liferea</a></li>
- <li>PDF viewer: <a href="#epdfviewer">ePDFViewer</a></li>
- </ul>
- </li>
- <li>
- <a href="#browsers">Web browsers</a>
- <ul>
- <li><a href="#icecat">Icecat</a></li>
- <li><a href="#xul">Palemoon and Basilisk</a></li>
- <li><a href="#ungoogled">Ungoogled chromium</a></li>
- <li><a href="#librewolf">Librewolf</a></li>
- </ul>
- </li>
- <li>
- <a href="#commandline">Command line</a>
- <ul>
- <li>Terminal: <a href="#alacritty">alacritty</a></li>
- <li>Shell: <a href="#zsh">zsh</a></li>
- <li>Terminal based editor: <a href="#vim">vim</a></li>
- </ul>
- </li>
- <li>
- <a href="#extras">Extras</a>
- <ul>
- <li><a href="#lite-xl">lite-xl</a></li>
- <li><a href="#vlc">vlc</a></li>
- <li><a href="#evolution">Evolution</a></li>
- </ul>
- </li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Why linux</h2>
- <p>
- 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.
- </p>
- <img src="images/windows_kills_kittens.jpg" alt="Window kills kittens" width="95%"/>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="distros">Distros</h2>
- <p>
- 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.
- </p>
-
- <h3 id="distro_guides">Guides</h3>
- <ul>
- <li><a href="distro_guides/arch.html">Arch (my daily driver)</a></li>
- <li><a href="distro_guides/xfce.html">Xfce DE</a></li>
- <li><a href="distro_guides/fedora.html">Fedora xfce (my old daily driver)</a></li>
- </ul>
-
- <h3 id="distro_list">Cool distros</h3>
- <p>
- <i>Not including the guides</i>
- </p>
- <ul>
- <li><a href="https://antixlinux.com" target="_blank">AntiX</a></li>
- <li><a href="https://mxlinux.org" target="_blank">MXLinux</a></li>
- <li><a href="https://salixos.org" target="_blank">SalixOS</a></li>
- <li><a href="https://www.adelielinux.org" target="_blank">Adelie</a></li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h1 id="gui">GUI apps</h1>
- <p>
- A lot of linux users dont like GUI apps. I think they are great
- <a href="https://digdeeper.club/articles/design.xhtml" target="_blank">when they are done right</a>.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="claws">Claws mail</h2>
- <p>
- I have used thunderbird in the past though like I said before
- <a href="https://digdeeper.club/articles/mozilla.xhtml" target="_blank">mozilla is evil as fuck</a>.
- 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!
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="emacs">Emacs</h2>
- <p>
- <b>Don't use emacs. Its stupido.</b>
- <br/><br/>
- 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 <b>the grip strength to crush a human skull</b>. Now my rsi is cured
- <i>as long as I keep up the exercises</i>.
- <br/><br/>
- 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.
- <br/>
- Some of my favorite are:
- </p>
- <ul>
- <li>Ivy: it makes emacs feel a bit nicer without completely changing it by much.</li>
- <li>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.</li>
- <li>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!</li>
- </ul>
- <p>
- <b>Fun fact: I use emacs to work on this site.</b>
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="spacefm">SpaceFM</h2>
- <p>
- 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.<br/>
- Update: After using it for a little bit I really dig it and never want to go back.
- </p>
-
- <h3>Encrypted partitions/the few things udevil doesnt support yet in spaceFM</h3>
- <p>
- SpaceFM doesnt support encrypted partitions by default but lucky for us its very customizable.
- To get encrypted disks working I use udisks2 and udiskie.
- </p>
- <ul>
- <li>Install udisks2 and udiskie.</li>
- <li>Go to xfce session and startup than add the command <code>udiskie -s</code> 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.</li>
- <li>In spaceFM go to Devices->Settings->Device Handlers and add a new handler:
- <img src="images/udiskie_in_spacefm.jpg" alt="udiskie device handler in spacefm"/>
- Whitelist: <code>crypto_LUKS</code><br/>
- Mount: <code>udiskie-mount &#37;v</code><br/>
- Unmount: <code>udiskie-umount $(lsblk -n -o MOUNTPOINT &#37;v)</code>
- </ul>
-
- <h3>sftp</h3>
- <p>
- 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 <code>-o follow_symlinks</code>
- To support symlinks. To add the option go to Devices->Settings->Protocol Handlers->ssh and change the
- mount option to:<br/>
- <code>
- #!/bin/bash
- <br/><br/>
- [[ -n "$fm_url_user" ]] && fm_url_user="${fm_url_user}@"<br/>
- [[ -z "$fm_url_port" ]] && fm_url_port=22<br/>
- echo ">>> sshfs -o follow_symlinks -p $fm_url_port $fm_url_user$fm_url_host:$fm_url_path %a"<br/>
- echo<br/>
- # Run sshfs through nohup to prevent disconnect on terminal close<br/>
- sshtmp="$(mktemp --tmpdir spacefm-ssh-output-XXXXXXXX.tmp)" || exit 1<br/>
- nohup sshfs -o follow_symlinks -p $fm_url_port $fm_url_user$fm_url_host:$fm_url_path %a &> "$sshtmp"<br/>
- err=$?<br/>
- [[ -e "$sshtmp" ]] && cat "$sshtmp" ; rm -f "$sshtmp"<br/>
- [[ $err -eq 0 ]] # set error status<br/>
- <br/><br/>
- # Alternate Method - if enabled, disable nohup line above and<br/>
- # uncheck Run In Terminal<br/>
- # # Run sshfs in a terminal without SpaceFM task. sshfs disconnects when the<br/>
- # # terminal is closed<br/>
- # 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<br/>
- </code>
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="mpv">mpv</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="liferea">Liferea</h2>
- <p>
- 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.<br/><br/>
- If liferea has issues add this to your /etc/environment and reboot<br/>
- <code>WEBKIT_DISABLE_DMABUF_RENDERER=1</code>
-
- <br/><br/>
- Some cool tricks:
- </p>
- <ul>
- <li>
- Get <a href="https://github.com/shevabam/get-rss-feed-url-extension" target="_blank">
- this plugin</a> to find feeds easier.
- </li>
- <li>
- You can turn youtube channels into rss feeds with
- <code>https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}</code><br/>
- This can be done for all your subscriptions with
- <a href="scripts/youtube_subs_export.py" target="_blank">
- this script</a>
- </li>
- <li>
- 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.
- </li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="epdfviewer">ePDFViewer</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h1 id="browsers">Web browsers</h1>
- <p>
- Modern browsers are some of the worse things to every happen.
- These are some of the better options out there.
- <br/><br/>
- For some resources on browsers check out <a href="https://spyware.neocities.org/articles" target="_blank">
- spyware watch dog</a> and <a href="https://digdeeper.club/articles/browsers.xhtml" target="_blank">dig deeper</a>.
- <br/><br/>
- For addons stay away from the mozilla or google bullshit and instead use something like
- <a href="https://gnuzilla.gnu.org" target="_blank">the gnuzilla thingy</a>. You can also find addons on
- <a href="https://mybrowseraddon.com" target="_blank">mybrowseraddon</a> than manually install them or
- something along those lines.
- <br/><br/>
- For a dark mode addon <b>stay away from darkreader</b>. 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 <a href="https://gnuzilla.gnu.org/extension.php?id=786990"
- target="_blank">dark-mode</a>.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="icecat">Icecat</h2>
- <p>
- I use to use firefox but switched to librewolf because
- <a href="https://digdeeper.club/articles/mozilla.xhtml" target="_blank">mozilla is evil as fuck</a>.
- If you don't know librewolf it its the ungoogled-chromium of firefox. Than I switched from librewolf to icecat.
- <br/><br/>
- <s>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.</s><br/>
- 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.
- <br/><br/>
- 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.
- </p>
-
- <h3>Installing</h3>
- <p>
- You can find some newer builds <a href="https://icecatbrowser.org" target="_blank">here</a>.
- The offical version can be found <a href="https://www.gnu.org/software/gnuzilla" target="_blank">
- here</a>.
- </p>
-
- <h3>Hardening</h3>
- <p>
- 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 <a href="https://github.com/pyllyukko/user.js"
- target="_blank">pyllyukko user.js</a>.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="xul">Palemoon and Basilisk</h2>
- <p>
- <a href="https://www.palemoon.org" target="_blank">Palemoon</a> 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.
- <a href="https://www.basilisk-browser.org" target="_blank">Basilisk</a> 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.
- <br/><br/>
- 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.
- </p>
-
- <h3>Hardening</h3>
- <p>
- Even though they are about as good as browsers get these days the developers are still
- stupidos so you should <a href="https://spyware.neocities.org/guides/palemoon" target="_blank">
- follow this guide</a>. 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.
- <br/><br/>
- To help hardened get yourself <a href="https://git.nixnet.services/Narsil/palemoon_user.js" target="_blank">
- a palemoon user.js</a>. 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.
- <br/><br/>
- You can timezone spoof by setting <code>TZ=UTC</code> before launching:
- <br/>
- <code>
- sudo -s<br/>
- rm -rf /usr/bin/palemoon<br/>
- echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" > /usr/bin/palemoon<br/>
- chmod +x /usr/bin/palemoon
- </code>
- <br/>
- Basilisk users can come up with their own hack instead of having their hands held and gently walked through
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="ungoogled">Ungoogled chromium</h2>
- <p>
- 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
- <b>brave is fucking terrible</b>. 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.
- <br/><br/>
- 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
- <a href="https://github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/flags.md"
- target="_blank">these flags</a>.
- <br/><br/>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="librewolf">librewolf</h2>
- <p>
- Librewolf is about the easiest way to get a decent hardened browser setup. It still makes some requests to mozilla
- which kind of sucks.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h1 id="commandline">Command line</h1>
- <p>
- Yes, the terminal is a GUI program. But I put it here because <b>fuck you</b>.
- <br/><br/>
- For a cool command line I use nerd fonts. My favorite is the hack nerd font which can be installed with:
- <br/>
- <code>
- wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip<br/>
- unzip Hack.zip -d Hack<br/>
- sudo cp -r Hack /usr/share/fonts/<br/>
- </code>
- <br/>
- More nerd fonts can be found <a href="https://www.nerdfonts.com" target="_blank">here</a>.
- </p>
- </td>
- </tr>
- <tr>
- <td>
- <h2 id="alacritty">Alacritty</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="zsh">zsh</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="vim">vim</h2>
- <p>
- 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 <s>lite-xl</s> 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
- <a href="https://gitea.com/nathansmithsmith/nvim_config" target="_blank">here</a>)
- and instead go with a simple vimrc with only a few plugins.
- <br/><br/>
- <b><i>How dare someone use both emacs and vim!</i></b> Shut your fucking piehole stupido!
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h1 id="extras">Extras</h1>
- <p>
- These are programs I at one point used, dont use much... that I wanted to add.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="lite-xl">lite-xl</h2>
- <p>
- 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.
- <br/><br/>
- On different screen sizes lite-xl may look bad and to fix it you need to set the <code>LITE_SCALE</code>
- environment variable.
- </p>
- </td>
- </tr>
+ <a href="index.html"><img src="images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <img src="images/flying_tux.gif" alt="Tux the penguin flying">
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Setup/software list</h2>
+ <ul>
+ <li>
+ <a href="#distros">Distros:</a>
+ <ul>
+ <li>
+ <a href="#distro_guides">Guides</a>
+ </li>
+ <li>
+ <a href="#distro_list">Cool distros</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#gui">GUI apps</a>
+ <ul>
+ <li>Mail client: <a href="#claws">claws</a>
+ </li>
+ <li>Editor: <a href="#emacs">emacs</a>
+ </li>
+ <li>File manager: <a href="#spacefm">SpaceFM</a>
+ </li>
+ <li>Media player: <a href="#mpv">mpv</a>
+ </li>
+ <li>Feed reader: <a href="#liferea">liferea</a>
+ </li>
+ <li>PDF viewer: <a href="#epdfviewer">ePDFViewer</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#browsers">Web browsers</a>
+ <ul>
+ <li>
+ <a href="#icecat">Icecat</a>
+ </li>
+ <li>
+ <a href="#xul">Palemoon and Basilisk</a>
+ </li>
+ <li>
+ <a href="#ungoogled">Ungoogled chromium</a>
+ </li>
+ <li>
+ <a href="#librewolf">Librewolf</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#commandline">Command line</a>
+ <ul>
+ <li>Terminal: <a href="#alacritty">alacritty</a>
+ </li>
+ <li>Shell: <a href="#zsh">zsh</a>
+ </li>
+ <li>Terminal based editor: <a href="#vim">vim</a>
+ </li>
+ </ul>
+ </li>
+ <li>
+ <a href="#extras">Extras</a>
+ <ul>
+ <li>
+ <a href="#lite-xl">lite-xl</a>
+ </li>
+ <li>
+ <a href="#vlc">vlc</a>
+ </li>
+ <li>
+ <a href="#evolution">Evolution</a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Why linux</h2>
+ <p>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.</p><img src=
+ "images/windows_kills_kittens.jpg" alt="Window kills kittens" width=
+ "95%">
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="distros">Distros</h2>
+ <p>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.</p>
+ <h3 id="distro_guides">Guides</h3>
+ <ul>
+ <li>
+ <a href="distro_guides/arch.html">Arch (my daily driver)</a>
+ </li>
+ <li>
+ <a href="distro_guides/xfce.html">Xfce DE</a>
+ </li>
+ <li>
+ <a href="distro_guides/fedora.html">Fedora xfce (my old daily
+ driver)</a>
+ </li>
+ </ul>
+ <h3 id="distro_list">Cool distros</h3>
+ <p><i>Not including the guides</i></p>
+ <ul>
+ <li>
+ <a href="https://antixlinux.com" target="_blank">AntiX</a>
+ </li>
+ <li>
+ <a href="https://mxlinux.org" target="_blank">MXLinux</a>
+ </li>
+ <li>
+ <a href="https://salixos.org" target="_blank">SalixOS</a>
+ </li>
+ <li>
+ <a href="https://www.adelielinux.org" target="_blank">Adelie</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1 id="gui">GUI apps</h1>
+ <p>A lot of linux users dont like GUI apps. I think they are great
+ <a href="https://digdeeper.club/articles/design.xhtml" target=
+ "_blank">when they are done right</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="claws">Claws mail</h2>
+ <p>I have used thunderbird in the past though like I said before
+ <a href="https://digdeeper.club/articles/mozilla.xhtml" target=
+ "_blank">mozilla is evil as fuck</a>. 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!</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="emacs">Emacs</h2>
+ <p><b>Don't use emacs. Its stupido.</b><br>
+ <br>
+ 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 <b>the grip strength to crush a
+ human skull</b>. Now my rsi is cured <i>as long as I keep up the
+ exercises</i>.<br>
+ <br>
+ 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.<br>
+ Some of my favorite are:</p>
+ <ul>
+ <li>Ivy: it makes emacs feel a bit nicer without completely
+ changing it by much.</li>
+ <li>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.</li>
+ <li>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!</li>
+ </ul>
+ <p><b>Fun fact: I use emacs to work on this site.</b></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="spacefm">SpaceFM</h2>
+ <p>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.<br>
+ Update: After using it for a little bit I really dig it and never
+ want to go back.</p>
+ <h3>Encrypted partitions/the few things udevil doesnt support yet in
+ spaceFM</h3>
+ <p>SpaceFM doesnt support encrypted partitions by default but lucky
+ for us its very customizable. To get encrypted disks working I use
+ udisks2 and udiskie.</p>
+ <ul>
+ <li>Install udisks2 and udiskie.</li>
+ <li>Go to xfce session and startup than add the command
+ <code>udiskie -s</code> 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.</li>
+ <li>In spaceFM go to Devices-&gt;Settings-&gt;Device Handlers and
+ add a new handler: <img src="images/udiskie_in_spacefm.jpg" alt=
+ "udiskie device handler in spacefm"> Whitelist:
+ <code>crypto_LUKS</code><br>
+ Mount: <code>udiskie-mount %v</code><br>
+ Unmount: <code>udiskie-umount $(lsblk -n -o MOUNTPOINT
+ %v)</code></li>
+ </ul>
+ <h3>sftp</h3>
+ <p>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 <code>-o follow_symlinks</code> To
+ support symlinks. To add the option go to
+ Devices-&gt;Settings-&gt;Protocol Handlers-&gt;ssh and change the
+ mount option to:<br>
+ <code>#!/bin/bash<br>
+ <br>
+ [[ -n "$fm_url_user" ]] &amp;& fm_url_user="${fm_url_user}@"<br>
+ [[ -z "$fm_url_port" ]] &amp;& fm_url_port=22<br>
+ echo "&gt;&gt;&gt; sshfs -o follow_symlinks -p $fm_url_port
+ $fm_url_user$fm_url_host:$fm_url_path %a"<br>
+ echo<br>
+ # Run sshfs through nohup to prevent disconnect on terminal
+ close<br>
+ sshtmp="$(mktemp --tmpdir spacefm-ssh-output-XXXXXXXX.tmp)" || exit
+ 1<br>
+ nohup sshfs -o follow_symlinks -p $fm_url_port
+ $fm_url_user$fm_url_host:$fm_url_path %a &amp;&gt; "$sshtmp"<br>
+ err=$?<br>
+ [[ -e "$sshtmp" ]] &amp;& cat "$sshtmp" ; rm -f "$sshtmp"<br>
+ [[ $err -eq 0 ]] # set error status<br>
+ <br>
+ <br>
+ # Alternate Method - if enabled, disable nohup line above and<br>
+ # uncheck Run In Terminal<br>
+ # # Run sshfs in a terminal without SpaceFM task. sshfs disconnects
+ when the<br>
+ # # terminal is closed<br>
+ # 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<br></code></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="mpv">mpv</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="liferea">Liferea</h2>
+ <p>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.<br>
+ <br>
+ If liferea has issues add this to your /etc/environment and
+ reboot<br>
+ <code>WEBKIT_DISABLE_DMABUF_RENDERER=1</code><br>
+ <br>
+ Some cool tricks:</p>
+ <ul>
+ <li>Get <a href=
+ "https://github.com/shevabam/get-rss-feed-url-extension" target=
+ "_blank">this plugin</a> to find feeds easier.
+ </li>
+ <li>You can turn youtube channels into rss feeds with
+ <code>https://www.youtube.com/feeds/videos.xml?channel_id={channel_id}</code><br>
- <tr>
- <td>
- <h2 id="vlc">vlc</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
+ This can be done for all your subscriptions with <a href=
+ "scripts/youtube_subs_export.py" target="_blank">this script</a>
+ </li>
+ <li>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.</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="epdfviewer">ePDFViewer</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1 id="browsers">Web browsers</h1>
+ <p>Modern browsers are some of the worse things to every happen.
+ These are some of the better options out there.<br>
+ <br>
+ For some resources on browsers check out <a href=
+ "https://spyware.neocities.org/articles" target="_blank">spyware
+ watch dog</a> and <a href=
+ "https://digdeeper.club/articles/browsers.xhtml" target="_blank">dig
+ deeper</a>.<br>
+ <br>
+ For addons stay away from the mozilla or google bullshit and instead
+ use something like <a href="https://gnuzilla.gnu.org" target=
+ "_blank">the gnuzilla thingy</a>. You can also find addons on
+ <a href="https://mybrowseraddon.com" target=
+ "_blank">mybrowseraddon</a> than manually install them or something
+ along those lines.<br>
+ <br>
+ For a dark mode addon <b>stay away from darkreader</b>. 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 <a href=
+ "https://gnuzilla.gnu.org/extension.php?id=786990" target=
+ "_blank">dark-mode</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="icecat">Icecat</h2>
+ <p>I use to use firefox but switched to librewolf because <a href=
+ "https://digdeeper.club/articles/mozilla.xhtml" target=
+ "_blank">mozilla is evil as fuck</a>. If you don't know librewolf it
+ its the ungoogled-chromium of firefox. Than I switched from
+ librewolf to icecat.<br>
+ <br>
+ <s>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.</s><br>
+ 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.<br>
+ <br>
+ 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.</p>
+ <h3>Installing</h3>
+ <p>You can find some newer builds <a href=
+ "https://icecatbrowser.org" target="_blank">here</a>. The offical
+ version can be found <a href="https://www.gnu.org/software/gnuzilla"
+ target="_blank">here</a>.</p>
+ <h3>Hardening</h3>
+ <p>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
+ <a href="https://github.com/pyllyukko/user.js" target=
+ "_blank">pyllyukko user.js</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="xul">Palemoon and Basilisk</h2>
+ <p><a href="https://www.palemoon.org" target="_blank">Palemoon</a>
+ 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. <a href=
+ "https://www.basilisk-browser.org" target="_blank">Basilisk</a> 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.<br>
+ <br>
+ 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.</p>
+ <h3>Hardening</h3>
+ <p>Even though they are about as good as browsers get these days the
+ developers are still stupidos so you should <a href=
+ "https://spyware.neocities.org/guides/palemoon" target=
+ "_blank">follow this guide</a>. 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.<br>
+ <br>
+ To help hardened get yourself <a href=
+ "https://git.nixnet.services/Narsil/palemoon_user.js" target=
+ "_blank">a palemoon user.js</a>. 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.<br>
+ <br>
+ You can timezone spoof by setting <code>TZ=UTC</code> before
+ launching:<br>
+ <code>sudo -s<br>
+ rm -rf /usr/bin/palemoon<br>
+ echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" &gt;
+ /usr/bin/palemoon<br>
+ chmod +x /usr/bin/palemoon</code><br>
+ Basilisk users can come up with their own hack instead of having
+ their hands held and gently walked through</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="ungoogled">Ungoogled chromium</h2>
+ <p>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
+ <b>brave is fucking terrible</b>. 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.<br>
+ <br>
+ 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 <a href=
+ "https://github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/flags.md"
+ target="_blank">these flags</a>.<br>
+ <br>
+ 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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="librewolf">librewolf</h2>
+ <p>Librewolf is about the easiest way to get a decent hardened
+ browser setup. It still makes some requests to mozilla which kind of
+ sucks.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1 id="commandline">Command line</h1>
+ <p>Yes, the terminal is a GUI program. But I put it here because
+ <b>fuck you</b>.<br>
+ <br>
+ For a cool command line I use nerd fonts. My favorite is the hack
+ nerd font which can be installed with:<br>
+ <code>wget
+ https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/Hack.zip<br>
- <tr>
- <td>
- <h2 id="evolution">Evolution</h2>
- <p>
- 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 <i>at least</i> hide most of that shit out of the way.
- </p>
- </td>
- </tr>
- </table>
- </center>
+ unzip Hack.zip -d Hack<br>
+ sudo cp -r Hack /usr/share/fonts/<br></code><br>
+ More nerd fonts can be found <a href="https://www.nerdfonts.com"
+ target="_blank">here</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="alacritty">Alacritty</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="zsh">zsh</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="vim">vim</h2>
+ <p>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 <s>lite-xl</s> 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 <a href="https://gitea.com/nathansmithsmith/nvim_config"
+ target="_blank">here</a>) and instead go with a simple vimrc with
+ only a few plugins.<br>
+ <br>
+ <b><i>How dare someone use both emacs and vim!</i></b> Shut your
+ fucking piehole stupido!</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1 id="extras">Extras</h1>
+ <p>These are programs I at one point used, dont use much... that I
+ wanted to add.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="lite-xl">lite-xl</h2>
+ <p>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.<br>
+ <br>
+ On different screen sizes lite-xl may look bad and to fix it you
+ need to set the <code>LITE_SCALE</code> environment variable.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="vlc">vlc</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="evolution">Evolution</h2>
+ <p>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 <i>at least</i>
+ hide most of that shit out of the way.</p>
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Music room</title>
-
-<style>
+ <title>Music room</title>
+ <style>
-body {
+ body {
color: black;
background-image: url('images/music_background.png');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
-}
-
-</style>
-
+ }
+
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ </style>
</head>
-
<body>
- <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Why music?</h2>
- <p>
- 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.
- <br/><br/>
- "If you want to find the secrets of the universe, think in terms of energy, frequency and vibration." -
- Nikola Tesla
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Favorite artists</h2>
- <p>
- This list isn't in any real order. I like most of them too much to rank them.
- <br/>
- This is an incomplete and ever growing list.
- </p>
- <ul>
- <li><a href="#psychedelic">Psychedelic</a></li>
- <li><a href="#progessive">Progessive</a></li>
- <li><a href="#funk">Funk</a></li>
- <li><a href="#japanese_stuff">Japanese stuff</a></li>
- <li><a href="#jazz">Jazz</a></li>
- <li><a href="#rock_alt_punk">Rock/Alt/Punk</a></li>
- <li><a href="#other">Other</a></li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="psychedelic">Psychedelic</h2>
-
- <h3>The Doors</h3>
- <p>
- 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.
- <br/><br/>
- 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.
- </p>
-
- <h3>Robin Trower</h3>
- <p>
- 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.
- </p>
-
- <h3>Jimi Hendrix</h3>
- <p>
- 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.
- <br/><br/>
- 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.
- </p>
-
- <h3>Babe Rainbow</h3>
- <p>
- 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.
- </p>
-
- <h3>Levitation Room</h3>
- <p>
- 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.
- </p>
-
- <h3>Sugar Candy Mountain</h3>
- <p>
- Its one of those great bands I forgot that exists but when I run into their music again it
- always brings me great joy.
- </p>
-
- <h3>King Gizard and the Lizard Wizard</h3>
- <p>
- 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.
- </p>
-
- <h3>The Black Angels</h3>
- <p>
- Good skateboarding music. Heavy and dark. Very nice indeed.
- </p>
-
- <h3>Strawberry Alarm Clock</h3>
- <p>
- Its just pure 60's psychedelic extract. They got viby stuff what more can I say.
- </p>
-
- <h3>Frank Zappa</h3>
- <p>
- Go check out Frank Zappa. Thats a threat.
- </p>
-
- <h3>The Beatles</h3>
- <p>
- <i>The Beatles exist</i>
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="progessive">Progessive</h2>
-
- <h3>Gentle Giant</h3>
- <p>
- 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.
- </p>
-
- <h3>Camel</h3>
- <p>
- Another prog band nearly no one knows about. Go listen to their album Moonmadness right now.
- Thats a requirement!
- </p>
-
- <h3>The Moody Blues</h3>
- <p>
- 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.
- </p>
-
- <h3>King Crimson</h3>
- <p>
- They are very commercially successful for prog standards. How could you not like a band
- with a name like that!
- </p>
-
- <h3>Van der Graaf Generator</h3>
- <p>
- They sound almost early Genesis. They have a strange natual darkness that always stands
- out to me.
- </p>
-
- <h3>Hatfield & The North</h3>
- <p>
- 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.
- </p>
-
- <h3>Emerson, Lake & Palmer</h3>
- <p>
- 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.
- </p>
-
- <h3>Caravan</h3>
- <p>
- Most of these bands are British but this one is the most British. Your welcome.
- </p>
-
- <h3>Magma</h3>
- <p>
- 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.
- </p>
-
- <h3>Yes</h3>
- <p>
- One of the first prog bands I got into. Don't let their commerical success scare you away.
- They are indeed very wonderful.
- </p>
-
- <img src="images/tiny_lain.gif" alt="Lain"/>
-
- <h3>Can</h3>
- <p>
- The greatest Krautrock band of all time. tbh its one of those bands I really need to listen to more.
- </p>
-
- <h3>Amon Duul II</h3>
- <p>
- Another great Krautrock band. They have a bit heavier sound than Can.
- </p>
-
- <h3>Pink Floyd</h3>
- <p>
- Pink Floyd is not a prog rock band.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="funk">Funk</h2>
-
- <h3>Parliament Funkadelic</h3>
- <p>
- 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.
- </p>
-
- <h3>Sly and the Family Stone</h3>
- <p>
- 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.
- </p>
-
- <h3>Graham Central Station</h3>
- <p>
- 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.
- </p>
-
- <h3>Cymande</h3>
- <p>
- 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.
- </p>
-
- <h3>Lafayette Afro Rock Band</h3>
- <p>
- 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!
- </p>
-
- <h3>Average White Band</h3>
- <p>
- Its hard to believe a bunch of white dudes can get so funky but they did and its real funky!
- </p>
-
- <h3>Jaco Pastorius</h3>
- <p>
- Jaco Pastorius is one of the greatest bassists of all time. He played for Weather Report and
- released some really funky solo work.
- </p>
-
- <h3>Billy Cobham</h3>
- <p>
- 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.
- </p>
-
- <h3>Shuggie Otis</h3>
- <p>
- 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.
- </p>
-
- <h3>Janko Nilovic</h3>
- <p>
- Holy fuck I forgor this dude existed for a while but dam his music is funky!
- </p>
-
- <h3>Eddie Hazel</h3>
- <p>
- 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.
- </p>
-
- <h3>Gil Scott-Heron</h3>
- <p>
- 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.
- </p>
-
- <h3>Mandrill</h3>
- <p>
- Not really my favorite funk band but still funky. And funky is good.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="japanese_stuff">Japanese stuff</h2>
- <p>
- 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.
- </p>
-
- <h3>Kikagaku Moyo</h3>
- <p>
- The best psychedelic band of all time. <b>THE BEST.</b> You will be ruined for all other
- psychedelic music once you hear them. Sadly they broke up.
- </p>
-
- <h3>The Pillows</h3>
- <p>
- Best known for making the soundtrack for FLCL. Go watch FLCL (thats a threat). Their
- music is killer and I dig it.
- </p>
-
- <h3>Ginger Root</h3>
- <p>
- 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!!!
- </p>
-
- <h3>Pacific album</h3>
- <p>
- 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.
- </p>
-
- <h3>Unsorted short but ever growing list of Japanese artists</h3>
- <ul>
- <li>T-SQUARE</li>
- <li>Masayoshi Takanaka</li>
- <li>Naniwa Express</li>
- <li>Casiopea</li>
- <li>Haruomi Hosono</li>
- <li>Shigeru Suzuki</li>
- <li>Tatsuro Yamashita</li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="jazz">Jazz</h2>
- <p>
- Jazz is about the best music. A lot of this is more on the fusion side btw (:
- </p>
-
- <h3>Allan Holdsworth</h3>
- <p>
- 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. <b>Guitar was his side hobby.</b>
- His main thing we brewing. Dam this fucker got a hell ton of autism.
- </p>
-
- <h3>Mahavishnu Orchestra</h3>
- <p>
- 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.
- </p>
-
- <h3>Miles Davis</h3>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="rock_alt_punk">Rock/Alt/Punk</h2>
-
- <h3>Talking Heads</h3>
- <p>
- <b>You need to listen to the Talking Heads.</b> 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!
- </p>
-
- <h3>Ween</h3>
- <p>
- A wonderful little silly band. Best known for their album The Mollusk which influenced the creation
- of SpongeBob Squarepants. <b>If it influenced SpongeBob so it gotta be good!</b> 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.
- </p>
-
- <h3>Morphine</h3>
- <p>
- 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.
- </p>
-
- <h3>Joy Division</h3>
- <p>
- 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.
- </p>
-
- <h3>The Clash</h3>
- <p>
- 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.
- </p>
-
- <h3>Ramones</h3>
- <p>
- 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.
- </p>
-
- <h3>Dr.Feelgood</h3>
- <p>
- 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.
- </p>
-
- <h3>ACDC (Bon Scott era)</h3>
- <p>
- I know what your thinking <i>its that band with songs that always sound the same and has sore throat sounding
- vocals</i>. 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.
- <br/><br/>
- These are the Bon Scott era albums:
- </p>
- <ul>
- <li>High Voltage</li>
- <li>TNT</li>
- <li>Dirty Deeds Done Dirt Cheap</li>
- <li>Let There Be Rock</li>
- <li>Powerage</li>
- <li>Highway to Hell</li>
- </ul>
- <p>
- 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.
- </p>
-
- <h3>ZZ Top</h3>
- <p>
- 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!
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="other">Other</h2>
-
- <h3>Jeff Beck</h3>
- <p>
- 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.
- </p>
-
- <h3>Tipsy</h3>
- <p>
- 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
- <a href="https://web.archive.org/web/20130826202218/http://tipsy.org/" target="_blank">here</a>
- on the wayback machine.
- </p>
-
- <h3>Messer Chups/Messer Fur Frau Muller</h3>
- <p>
- 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.
- </p>
-
- <h3>Silver Apples</h3>
- <p>
- 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.
- </p>
- </td>
- </tr>
- </table>
-
- <img src="images/tiny_lain.gif" alt="Lain"/>
- <img src="images/tiny_lain.gif" alt="Lain"/>
- <img src="images/tiny_lain.gif" alt="Lain"/>
- <img src="images/tiny_lain.gif" alt="Lain"/>
- <img src="images/tiny_lain.gif" alt="Lain"/>
- </center>
+ <a href="index.html"><img src="images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Why music?</h2>
+ <p>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.<br>
+ <br>
+ "If you want to find the secrets of the universe, think in terms of
+ energy, frequency and vibration." - Nikola Tesla</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Favorite artists</h2>
+ <p>This list isn't in any real order. I like most of them too much
+ to rank them.<br>
+ This is an incomplete and ever growing list.</p>
+ <ul>
+ <li>
+ <a href="#psychedelic">Psychedelic</a>
+ </li>
+ <li>
+ <a href="#progessive">Progessive</a>
+ </li>
+ <li>
+ <a href="#funk">Funk</a>
+ </li>
+ <li>
+ <a href="#japanese_stuff">Japanese stuff</a>
+ </li>
+ <li>
+ <a href="#jazz">Jazz</a>
+ </li>
+ <li>
+ <a href="#rock_alt_punk">Rock/Alt/Punk</a>
+ </li>
+ <li>
+ <a href="#other">Other</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="psychedelic">Psychedelic</h2>
+ <h3>The Doors</h3>
+ <p>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.<br>
+ <br>
+ 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.</p>
+ <h3>Robin Trower</h3>
+ <p>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.</p>
+ <h3>Jimi Hendrix</h3>
+ <p>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.<br>
+ <br>
+ 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.</p>
+ <h3>Babe Rainbow</h3>
+ <p>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.</p>
+ <h3>Levitation Room</h3>
+ <p>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.</p>
+ <h3>Sugar Candy Mountain</h3>
+ <p>Its one of those great bands I forgot that exists but when I run
+ into their music again it always brings me great joy.</p>
+ <h3>King Gizard and the Lizard Wizard</h3>
+ <p>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.</p>
+ <h3>The Black Angels</h3>
+ <p>Good skateboarding music. Heavy and dark. Very nice indeed.</p>
+ <h3>Strawberry Alarm Clock</h3>
+ <p>Its just pure 60's psychedelic extract. They got viby stuff what
+ more can I say.</p>
+ <h3>Frank Zappa</h3>
+ <p>Go check out Frank Zappa. Thats a threat.</p>
+ <h3>The Beatles</h3>
+ <p><i>The Beatles exist</i></p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="progessive">Progessive</h2>
+ <h3>Gentle Giant</h3>
+ <p>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.</p>
+ <h3>Camel</h3>
+ <p>Another prog band nearly no one knows about. Go listen to their
+ album Moonmadness right now. Thats a requirement!</p>
+ <h3>The Moody Blues</h3>
+ <p>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.</p>
+ <h3>King Crimson</h3>
+ <p>They are very commercially successful for prog standards. How
+ could you not like a band with a name like that!</p>
+ <h3>Van der Graaf Generator</h3>
+ <p>They sound almost early Genesis. They have a strange natual
+ darkness that always stands out to me.</p>
+ <h3>Hatfield & The North</h3>
+ <p>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.</p>
+ <h3>Emerson, Lake & Palmer</h3>
+ <p>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.</p>
+ <h3>Caravan</h3>
+ <p>Most of these bands are British but this one is the most British.
+ Your welcome.</p>
+ <h3>Magma</h3>
+ <p>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.</p>
+ <h3>Yes</h3>
+ <p>One of the first prog bands I got into. Don't let their
+ commerical success scare you away. They are indeed very
+ wonderful.</p><img src="images/tiny_lain.gif" alt="Lain">
+ <h3>Can</h3>
+ <p>The greatest Krautrock band of all time. tbh its one of those
+ bands I really need to listen to more.</p>
+ <h3>Amon Duul II</h3>
+ <p>Another great Krautrock band. They have a bit heavier sound than
+ Can.</p>
+ <h3>Pink Floyd</h3>
+ <p>Pink Floyd is not a prog rock band.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="funk">Funk</h2>
+ <h3>Parliament Funkadelic</h3>
+ <p>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.</p>
+ <h3>Sly and the Family Stone</h3>
+ <p>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.</p>
+ <h3>Graham Central Station</h3>
+ <p>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.</p>
+ <h3>Cymande</h3>
+ <p>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.</p>
+ <h3>Lafayette Afro Rock Band</h3>
+ <p>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!</p>
+ <h3>Average White Band</h3>
+ <p>Its hard to believe a bunch of white dudes can get so funky but
+ they did and its real funky!</p>
+ <h3>Jaco Pastorius</h3>
+ <p>Jaco Pastorius is one of the greatest bassists of all time. He
+ played for Weather Report and released some really funky solo
+ work.</p>
+ <h3>Billy Cobham</h3>
+ <p>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.</p>
+ <h3>Shuggie Otis</h3>
+ <p>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.</p>
+ <h3>Janko Nilovic</h3>
+ <p>Holy fuck I forgor this dude existed for a while but dam his
+ music is funky!</p>
+ <h3>Eddie Hazel</h3>
+ <p>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.</p>
+ <h3>Gil Scott-Heron</h3>
+ <p>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.</p>
+ <h3>Mandrill</h3>
+ <p>Not really my favorite funk band but still funky. And funky is
+ good.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="japanese_stuff">Japanese stuff</h2>
+ <p>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.</p>
+ <h3>Kikagaku Moyo</h3>
+ <p>The best psychedelic band of all time. <b>THE BEST.</b> You will
+ be ruined for all other psychedelic music once you hear them. Sadly
+ they broke up.</p>
+ <h3>The Pillows</h3>
+ <p>Best known for making the soundtrack for FLCL. Go watch FLCL
+ (thats a threat). Their music is killer and I dig it.</p>
+ <h3>Ginger Root</h3>
+ <p>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!!!</p>
+ <h3>Pacific album</h3>
+ <p>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.</p>
+ <h3>Unsorted short but ever growing list of Japanese artists</h3>
+ <ul>
+ <li>T-SQUARE</li>
+ <li>Masayoshi Takanaka</li>
+ <li>Naniwa Express</li>
+ <li>Casiopea</li>
+ <li>Haruomi Hosono</li>
+ <li>Shigeru Suzuki</li>
+ <li>Tatsuro Yamashita</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="jazz">Jazz</h2>
+ <p>Jazz is about the best music. A lot of this is more on the fusion
+ side btw (:</p>
+ <h3>Allan Holdsworth</h3>
+ <p>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. <b>Guitar
+ was his side hobby.</b> His main thing we brewing. Dam this fucker
+ got a hell ton of autism.</p>
+ <h3>Mahavishnu Orchestra</h3>
+ <p>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.</p>
+ <h3>Miles Davis</h3>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="rock_alt_punk">Rock/Alt/Punk</h2>
+ <h3>Talking Heads</h3>
+ <p><b>You need to listen to the Talking Heads.</b> 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!</p>
+ <h3>Ween</h3>
+ <p>A wonderful little silly band. Best known for their album The
+ Mollusk which influenced the creation of SpongeBob Squarepants.
+ <b>If it influenced SpongeBob so it gotta be good!</b> 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.</p>
+ <h3>Morphine</h3>
+ <p>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.</p>
+ <h3>Joy Division</h3>
+ <p>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.</p>
+ <h3>The Clash</h3>
+ <p>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.</p>
+ <h3>Ramones</h3>
+ <p>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.</p>
+ <h3>Dr.Feelgood</h3>
+ <p>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.</p>
+ <h3>ACDC (Bon Scott era)</h3>
+ <p>I know what your thinking <i>its that band with songs that always
+ sound the same and has sore throat sounding vocals</i>. 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.<br>
+ <br>
+ These are the Bon Scott era albums:</p>
+ <ul>
+ <li>High Voltage</li>
+ <li>TNT</li>
+ <li>Dirty Deeds Done Dirt Cheap</li>
+ <li>Let There Be Rock</li>
+ <li>Powerage</li>
+ <li>Highway to Hell</li>
+ </ul>
+ <p>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.</p>
+ <h3>ZZ Top</h3>
+ <p>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!</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="other">Other</h2>
+ <h3>Jeff Beck</h3>
+ <p>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.</p>
+ <h3>Tipsy</h3>
+ <p>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 <a href=
+ "https://web.archive.org/web/20130826202218/http://tipsy.org/"
+ target="_blank">here</a> on the wayback machine.</p>
+ <h3>Messer Chups/Messer Fur Frau Muller</h3>
+ <p>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.</p>
+ <h3>Silver Apples</h3>
+ <p>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.</p>
+ </td>
+ </tr>
+ </table><img src="images/tiny_lain.gif" alt="Lain"> <img src=
+ "images/tiny_lain.gif" alt="Lain"> <img src="images/tiny_lain.gif" alt=
+ "Lain"> <img src="images/tiny_lain.gif" alt="Lain"> <img src=
+ "images/tiny_lain.gif" alt="Lain">
+ </center>
</body>
</html>
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Nathan's philosophy</title>
+ <title>Nathan's philosophy</title>
+ <style>
-<style>
-
-body {
+ body {
color: black;
background-image: url('images/nathans_philosophy_background.png');
-}
+ }
-table {
+ table {
color: black;
background-color: #bebebe;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
-}
-
-</style>
+ }
+ </style>
</head>
-
<body>
- <a href="index.html"><img src="images/back_home.png" alt="Back to home
- page"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h1>Nathan's philosophy</h1>
-
- <h2>about</h2>
- <p>
- 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 <a href="archive/the_philosophy_commune.html">here</a>.
- <br/><br/> 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h3>Content:</h3>
- <ul>
- <li><a href="#geist">The Geist</a></li>
- <li><a href="#darwinism">Darwinism</a></li>
- <li><a href="#universe">The Universe</a></li>
- <li><a href="#absurdism">Absurdism: a healthy cure to
- nihilism</a></li>
- <li><a href="#bsyn">Absurdist Wissenschaftic Socialism
- (my home brew political ideology)</a></li>
- <li><a href="#social">Social Issues</a></li>
- <li><a href="#economics_and_socialism">Economics and
- socialism</a></li>
- <li><a href="#nonhumanism">Nonhumanism</a></li>
- </ul>
-
- <img src="images/concepts_of_a_plan.jpg" alt="I have
- concepts of a plan"/>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="geist">The Geist</h2>
- <p>
- 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 <i>spirit</i> for
- its more flexible nature and the more abstract yet
- almost mathical and mechanical ways it can be used.
- <p>
-
- <h3>Case against the mythical</h3>
- <p>
- 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. <br/><br/> 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.
- </p>
-
- <h3>How the brain works</h3>
- <p>
- <i>The brain looks like just a mooshy wet pink
- blob.</i> 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 <i>signal
- pathing</i>. Your brain has many abstract components
- that are associated with different
- functions. They <b>dont serve</b> different functions
- and <b>arent built for</b> namable functions. <b>Just
- assoicated with.</b> 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.
- </p>
-
- <h3>You are multiple</h3>
- <p>
- <b>you</b> 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.
- </p>
-
- <img src="images/lain.gif" alt="Lain"/>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="darwinism">Darwinism</h2>
- <p>
- 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 <b>it does
- not care what we think is the best</b>. 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...
- </p>
-
- <h3>Case against Social Darwinism</h3>
- <p>
- 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.
- </p>
-
- <h3>Hybrids and the origin of humans</h3>
- <p>
- Check out <a href="https://www.macroevolution.net"
- target="_blank">macroevolution</a>. It goes into
- details about hybrids and how humans are monkey pig
- hybrids.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="universe">The Universe</h2>
- <p>
- 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.
- </p>
-
- <h3>The creation of the universe</h3>
- <p>
- 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.
- </p>
-
- <h3>God</h3> <img src="images/brain_and_the_universe.png"
- alt="Human brain compared to galaxies"/>
- <p>
- 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.
- </p>
-
- <h3>Humanities reason for existing</h3>
- <p>
- 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 <a href="https://en.wikipedia.org/wiki/Ice-nine"
- target="_blank"> this wikipedia article</a> if your too
- lazy to read Cat's Cradle. Spoiler: <b>ice-nine gets
- into the ocean and destroys the whole planet</b>. 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.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="absurdism">Absurdism: a healthy cure to
- nihilism</h2>
-
- <h3>Nihilism</h3>
- <p>
- 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. <b>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.</b> 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. <br/><br/>
- <b>Those who dont understand nihilism may see this as
- sad when to a nihilist it is a source of
- blissfulness and numbness.</b> 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.
- <b>A true nihilist would never start a war</b> 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.
- </p>
-
- <h3>The absurdist cure</h3>
- <p>
- It is said when faced with nihilism there are three
- options:
- </p>
- <ol>
- <li>Suicide, life doesnt matter anyways so why
- not?</li>
- <li>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.</li>
- <li>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.</li>
- </ol>
- <p>
- <b>The third option is the absurdist option. As a
- absurdist your still a nihilist</b> 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. <b>The
- world may have no meaning but reguardless you are going
- to kick it in the ass.</b> <br/><br/> 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. <b>When meaning is
- no more worship without meaning is now possible,
- religion without god or faith, morals without anything
- to uphold them.</b> It is in many ways like RumFoord's
- Church of God the Utterly Indifferent.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="bsyn">Absurdist Wissenschaftic Socialism (my home
- brew political ideology)</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h3>Bsyn english class</h3>
-
- <h4>Communism</h4>
- <p>
- 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. <b>Anything that
- doesnt strictly fit that is not communism.</b>
- </p>
-
- <h4>Socialism</h4>
- <p>
- 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.
- </p>
-
- <h4>Absurdism</h4>
- <p>
- Read up <a href="#absurdism">here</a>. To fucking lazy
- to sum things up for you.
- </p>
-
- <h4>Wissenschaft</h4>
- <p>
- A german word that doesnt translate to english
- well. Its a more broad version of <i>science</i>. Its
- simply the quest for knowledge. It even includes things
- like art and philosophy.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h3>Bsyn principles</h3>
- <p>
- 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. <b>There is
- always progress to be made.</b> 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.
- <br/><br/>
- An <i>Absurdist Wissenschaft Socialist</i>
- or <i>bynist</i> isnt a thing. <b>Bsyn is not an
- identity.</b> Read up
- on <a href="blog/index.html#case_against_identity"
- target="_blank"> identity</a>. 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.
- <br/><br/>
- 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.
- <br/><br/>
- 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.
- <br/><br/>
- 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.
- <br/><br/>
- In bsyn there are two sayings: <b>By any means
- necessary</b> and <b>there is nothing more permanent
- than a temporacy solution</b>. They are like the
- yin and yang of bsyn.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="social">Social Issues</h2>
- <p>
- <b>By raise of hand who skipped ahead to this part of
- the page?</b> 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.
- </p>
-
- <h3>Abortion</h3>
- <p>
- New people are created when people fuck in the magic
- way. Take this from someone who engages in same sex
- activities: <b>dicks going into pussies isnt the only
- way to have sex.</b> 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.
- <br/><br/> It gets worse: when people are stupid, poor,
- and in times of terrible hardship they only ever
- <b>increase</b> 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: <b>abortion</b>. 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. <br/><br/>
- 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
- <i>sillycide</i> way more difficult than it needs to
- be, took over the entire planet... all because their
- ideology calls for <b>everyone</b> on earth to live a
- christan life of suffering.
- <b>Abortion is a beautiful thing fight for it to
- stay!</b>
- </p>
-
- <h3>Womens rights</h3>
- <p>
- 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. <br/><br/> "Social progress can
- be measured by the social position of the female sex."
- - Karl Marx <br/><br/> 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.
- </p>
-
- <h3>Race</h3>
- <p>
- 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 <a href="https://en.wikipedia.org/wiki/Granfalloon"
- target="_blank"> granfalloon</a> 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 <b>crt a dialectical and enlighted way of viewing
- race</b> 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 <b>racism happens
- on a systematic level</b>.
- </p>
-
- <h3>Disabilities and mental illness</h3>
- <p>
- 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 <b>there isnt any logic behind how you
- fuckers communicate with looks on your faces</b>. 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 <b>you</b> 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 <b>commit sillycide</b> because
- of the way <b>you</b> treat us. Its a text book example
- of social darwinism indeed.
- </p>
-
- <h3>lgbtq+</h3>
- <p>
- 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.
- <br/><br/> 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 <i>just so happens to
- be</i>. <br/><br/> 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. <br/><br/> 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 <i>fuck organs</i> (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 <b>all
- language is human made and completely socially
- constructed start to end</b>. 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, <b>a <i>man</i> playing in
- womens sports is not going to cause anyone to get
- struck by lightning</b>. 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.
- <br/><br/> 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: <b>the
- percent of people that detransition isnt the same as
- the percent who changed their minds</b>. 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.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="economics_and_socialism">Economics and
- socialism</h2>
- <p>
- This is going to get fucking messy. Well anyways, I am
- going to tell you what real socialist economics is.
- <b>The USS shit is a fucking terrible example of
- socialist economics.</b> Dont give me that <i>socialism
- only works in theory</i> 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...). <b>We do not want to seize your
- PS5 or your steam deck. We dont want your fucking
- house, car, cat, grandma...</b> 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.
- </p>
-
- <h3>The evils of capitalism for dummies</h3>
- <p>
- 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.
- <br/><br/> 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. <br/><br/> 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.
- <br/><br/> 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. <br/><br/>
- The end, <b>I dont fucking do happy endings!</b> 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.
- </p>
-
- <h3>Socialism in practice</h3>
- <p>
- 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, <b>socialism has never had any
- set in stone policy or economic models</b>. 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.
- </p>
-
- <h3>My travels</h3>
- <p>
- 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. <br/><br/> 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 <i>marxist leninist maoist
- trotskyist MAGA neonazi fascist antifasc
- neo-dronestrike-obamaist anarcho-bidenism</i>. They
- turned it into fucking pokemon. Instead of making
- polical compass memes <b>shut up and read a fucking
- book!</b> It doesnt need to be boring Karl Marx book.
- Read Breakfast of Champions, right now, before I
- fucking kill you!
- </p>
-
- <h3>Decentralizated non-privatized and the wonder of worker
- unions</h3>
- <p>
- You know what we need? More non-profits, not
- the <a href="https://digdeeper.club/articles/mozilla.xhtml"
- target="_blank"> mozilla</a> 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 <b>beat Tod
- himself with a bag full of his own rice</b>. To do that
- is going to need lots of people to agree to work
- together. Aka a worker union. <br/><br/> Striking isnt
- the only thing a union can do either. Now days with
- fancy computer stuff strikes are nearly useless. Take
- a look
- at <a href="https://en.wikipedia.org/wiki/Project_Cybersyn#Impact"
- target="_blank">the chile trucker strike</a> 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. <b>Thats why you human
- skill people and thinking skill people gotta team
- up!</b> 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.
- </p>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="nonhumanism">Nonhumanism</h2>
- <p>
- <b>I am not a human</b>. Yes, <b>you are a human</b>
- (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. <br/><br/> Some nonhuman
- things about me include:
- </p>
-
- <ul>
- <li>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.</li>
- <li>Different effects from marijuana and kratom then
- what the humans get.</li>
- <li>Differences in how my nervous system works.</li>
- <li>As a little child I grew at a freakishly fast rate
- and stopped growing much younger than any other
- human.</li>
- <li>I was able to grow a full beard nearly freakishly
- young.</li>
- <li>I require closer to 10 or more hours of sleep to be
- fully rested instead of 8.</li>
- <li>I am a bit colorblind and sensitive to light</li>
- <li>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.</li>
- <li>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</li>
- <li>Differences in how my brain handles habit forming,
- dopamine, and addiction.</li>
- <li>Differences in body propartions</li>
- </ul>
-
- <h3>Living in human society as a nonhuman</h3>
- <p>
- Living in human society as a nonhuman <b>fucking
- sucks</b>. 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.
- </p>
-
- <h3>Employment and nonhumanism</h3>
- <p>
- 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.
- </p>
-
- <h3>Revolution and nonhumanism</h3>
- <p>
- When I sit on my ass and think about all the shit going
- on I often think about the song <i>The Revolution
- Will Not be Televised</i> 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 <b>does not extend to
- neurodivergents completely and does not extend to
- nonhumans at all</b>. 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. <br/><br/> 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 <b>its up to you to make
- change</b>. 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!
- <br/><br/> Message to my generation: even
- though <b>you</b> 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 <s>televised</s> on social media!
- </p>
-
- <img src="images/lain.gif" alt="Lain"/>
- </td>
- </tr>
- </table>
- </center>
+ <a href="index.html"><img src="images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1>Nathan's philosophy</h1>
+ <h2>about</h2>
+ <p>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 <a href=
+ "archive/the_philosophy_commune.html">here</a>.<br>
+ <br>
+ 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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h3>Content:</h3>
+ <ul>
+ <li>
+ <a href="#geist">The Geist</a>
+ </li>
+ <li>
+ <a href="#darwinism">Darwinism</a>
+ </li>
+ <li>
+ <a href="#universe">The Universe</a>
+ </li>
+ <li>
+ <a href="#absurdism">Absurdism: a healthy cure to nihilism</a>
+ </li>
+ <li>
+ <a href="#bsyn">Absurdist Wissenschaftic Socialism (my home brew
+ political ideology)</a>
+ </li>
+ <li>
+ <a href="#social">Social Issues</a>
+ </li>
+ <li>
+ <a href="#economics_and_socialism">Economics and socialism</a>
+ </li>
+ <li>
+ <a href="#nonhumanism">Nonhumanism</a>
+ </li>
+ </ul><img src="images/concepts_of_a_plan.jpg" alt=
+ "I have concepts of a plan">
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="geist">The Geist</h2>
+ <p>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
+ <i>spirit</i> for its more flexible nature and the more abstract yet
+ almost mathical and mechanical ways it can be used.</p>
+ <h3>Case against the mythical</h3>
+ <p>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.<br>
+ <br>
+ 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.</p>
+ <h3>How the brain works</h3>
+ <p><i>The brain looks like just a mooshy wet pink blob.</i> 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 <i>signal pathing</i>. Your brain has many abstract components
+ that are associated with different functions. They <b>dont serve</b>
+ different functions and <b>arent built for</b> namable functions.
+ <b>Just assoicated with.</b> 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.</p>
+ <h3>You are multiple</h3>
+ <p><b>you</b> 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.</p><img src="images/lain.gif" alt="Lain">
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="darwinism">Darwinism</h2>
+ <p>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
+ <b>it does not care what we think is the best</b>. 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...</p>
+ <h3>Case against Social Darwinism</h3>
+ <p>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.</p>
+ <h3>Hybrids and the origin of humans</h3>
+ <p>Check out <a href="https://www.macroevolution.net" target=
+ "_blank">macroevolution</a>. It goes into details about hybrids and
+ how humans are monkey pig hybrids.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="universe">The Universe</h2>
+ <p>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.</p>
+ <h3>The creation of the universe</h3>
+ <p>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.</p>
+ <h3>God</h3><img src="images/brain_and_the_universe.png" alt=
+ "Human brain compared to galaxies">
+ <p>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.</p>
+ <h3>Humanities reason for existing</h3>
+ <p>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 <a href=
+ "https://en.wikipedia.org/wiki/Ice-nine" target="_blank">this
+ wikipedia article</a> if your too lazy to read Cat's Cradle.
+ Spoiler: <b>ice-nine gets into the ocean and destroys the whole
+ planet</b>. 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.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="absurdism">Absurdism: a healthy cure to nihilism</h2>
+ <h3>Nihilism</h3>
+ <p>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. <b>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.</b> 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.<br>
+ <br>
+ <b>Those who dont understand nihilism may see this as sad when to a
+ nihilist it is a source of blissfulness and numbness.</b> 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.
+ <b>A true nihilist would never start a war</b> 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.</p>
+ <h3>The absurdist cure</h3>
+ <p>It is said when faced with nihilism there are three options:</p>
+ <ol>
+ <li>Suicide, life doesnt matter anyways so why not?</li>
+ <li>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.</li>
+ <li>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.</li>
+ </ol>
+ <p><b>The third option is the absurdist option. As a absurdist your
+ still a nihilist</b> 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. <b>The world
+ may have no meaning but reguardless you are going to kick it in the
+ ass.</b><br>
+ <br>
+ 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. <b>When meaning is no more worship without meaning is
+ now possible, religion without god or faith, morals without anything
+ to uphold them.</b> It is in many ways like RumFoord's Church of God
+ the Utterly Indifferent.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="bsyn">Absurdist Wissenschaftic Socialism (my home brew
+ political ideology)</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h3>Bsyn english class</h3>
+ <h4>Communism</h4>
+ <p>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. <b>Anything that doesnt strictly fit that is not
+ communism.</b></p>
+ <h4>Socialism</h4>
+ <p>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.</p>
+ <h4>Absurdism</h4>
+ <p>Read up <a href="#absurdism">here</a>. To fucking lazy to sum
+ things up for you.</p>
+ <h4>Wissenschaft</h4>
+ <p>A german word that doesnt translate to english well. Its a more
+ broad version of <i>science</i>. Its simply the quest for knowledge.
+ It even includes things like art and philosophy.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h3>Bsyn principles</h3>
+ <p>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. <b>There is always progress to be made.</b>
+ 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.<br>
+ <br>
+ An <i>Absurdist Wissenschaft Socialist</i> or <i>bynist</i> isnt a
+ thing. <b>Bsyn is not an identity.</b> Read up on <a href=
+ "blog/index.html#case_against_identity" target=
+ "_blank">identity</a>. 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.<br>
+ <br>
+ 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.<br>
+ <br>
+ 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.<br>
+ <br>
+ 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.<br>
+ <br>
+ In bsyn there are two sayings: <b>By any means necessary</b> and
+ <b>there is nothing more permanent than a temporacy solution</b>.
+ They are like the yin and yang of bsyn.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="social">Social Issues</h2>
+ <p><b>By raise of hand who skipped ahead to this part of the
+ page?</b> 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.</p>
+ <h3>Abortion</h3>
+ <p>New people are created when people fuck in the magic way. Take
+ this from someone who engages in same sex activities: <b>dicks going
+ into pussies isnt the only way to have sex.</b> 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.<br>
+ <br>
+ It gets worse: when people are stupid, poor, and in times of
+ terrible hardship they only ever <b>increase</b> 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: <b>abortion</b>. 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.<br>
+ <br>
+ 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 <i>sillycide</i> way
+ more difficult than it needs to be, took over the entire planet...
+ all because their ideology calls for <b>everyone</b> on earth to
+ live a christan life of suffering. <b>Abortion is a beautiful thing
+ fight for it to stay!</b></p>
+ <h3>Womens rights</h3>
+ <p>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.<br>
+ <br>
+ "Social progress can be measured by the social position of the
+ female sex." - Karl Marx<br>
+ <br>
+ 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.</p>
+ <h3>Race</h3>
+ <p>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 <a href=
+ "https://en.wikipedia.org/wiki/Granfalloon" target=
+ "_blank">granfalloon</a> 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 <b>crt a
+ dialectical and enlighted way of viewing race</b> 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 <b>racism
+ happens on a systematic level</b>.</p>
+ <h3>Disabilities and mental illness</h3>
+ <p>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 <b>there isnt
+ any logic behind how you fuckers communicate with looks on your
+ faces</b>. 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 <b>you</b> 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 <b>commit
+ sillycide</b> because of the way <b>you</b> treat us. Its a text
+ book example of social darwinism indeed.</p>
+ <h3>lgbtq+</h3>
+ <p>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.<br>
+ <br>
+ 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 <i>just so happens to be</i>.<br>
+ <br>
+ 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.<br>
+ <br>
+ 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 <i>fuck organs</i> (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 <b>all language is human made
+ and completely socially constructed start to end</b>. 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, <b>a <i>man</i> playing in
+ womens sports is not going to cause anyone to get struck by
+ lightning</b>. 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.<br>
+ <br>
+ 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: <b>the percent of people that detransition isnt the same as the
+ percent who changed their minds</b>. 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.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="economics_and_socialism">Economics and socialism</h2>
+ <p>This is going to get fucking messy. Well anyways, I am going to
+ tell you what real socialist economics is. <b>The USS shit is a
+ fucking terrible example of socialist economics.</b> Dont give me
+ that <i>socialism only works in theory</i> 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...).
+ <b>We do not want to seize your PS5 or your steam deck. We dont want
+ your fucking house, car, cat, grandma...</b> 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.</p>
+ <h3>The evils of capitalism for dummies</h3>
+ <p>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.<br>
+ <br>
+ 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.<br>
+ <br>
+ 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.<br>
+ <br>
+ 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.<br>
+ <br>
+ The end, <b>I dont fucking do happy endings!</b> 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.</p>
+ <h3>Socialism in practice</h3>
+ <p>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,
+ <b>socialism has never had any set in stone policy or economic
+ models</b>. 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.</p>
+ <h3>My travels</h3>
+ <p>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.<br>
+ <br>
+ 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 <i>marxist leninist
+ maoist trotskyist MAGA neonazi fascist antifasc
+ neo-dronestrike-obamaist anarcho-bidenism</i>. They turned it into
+ fucking pokemon. Instead of making polical compass memes <b>shut up
+ and read a fucking book!</b> It doesnt need to be boring Karl Marx
+ book. Read Breakfast of Champions, right now, before I fucking kill
+ you!</p>
+ <h3>Decentralizated non-privatized and the wonder of worker
+ unions</h3>
+ <p>You know what we need? More non-profits, not the <a href=
+ "https://digdeeper.club/articles/mozilla.xhtml" target=
+ "_blank">mozilla</a> 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 <b>beat Tod himself with a bag full of his own
+ rice</b>. To do that is going to need lots of people to agree to
+ work together. Aka a worker union.<br>
+ <br>
+ Striking isnt the only thing a union can do either. Now days with
+ fancy computer stuff strikes are nearly useless. Take a look at
+ <a href="https://en.wikipedia.org/wiki/Project_Cybersyn#Impact"
+ target="_blank">the chile trucker strike</a> 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. <b>Thats
+ why you human skill people and thinking skill people gotta team
+ up!</b> 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.</p>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="nonhumanism">Nonhumanism</h2>
+ <p><b>I am not a human</b>. Yes, <b>you are a human</b> (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.<br>
+ <br>
+ Some nonhuman things about me include:</p>
+ <ul>
+ <li>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.</li>
+ <li>Different effects from marijuana and kratom then what the
+ humans get.</li>
+ <li>Differences in how my nervous system works.</li>
+ <li>As a little child I grew at a freakishly fast rate and stopped
+ growing much younger than any other human.</li>
+ <li>I was able to grow a full beard nearly freakishly young.</li>
+ <li>I require closer to 10 or more hours of sleep to be fully
+ rested instead of 8.</li>
+ <li>I am a bit colorblind and sensitive to light</li>
+ <li>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.</li>
+ <li>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</li>
+ <li>Differences in how my brain handles habit forming, dopamine,
+ and addiction.</li>
+ <li>Differences in body propartions</li>
+ </ul>
+ <h3>Living in human society as a nonhuman</h3>
+ <p>Living in human society as a nonhuman <b>fucking sucks</b>.
+ 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.</p>
+ <h3>Employment and nonhumanism</h3>
+ <p>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.</p>
+ <h3>Revolution and nonhumanism</h3>
+ <p>When I sit on my ass and think about all the shit going on I
+ often think about the song <i>The Revolution Will Not be
+ Televised</i> 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 <b>does not extend to neurodivergents completely and
+ does not extend to nonhumans at all</b>. 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.<br>
+ <br>
+ 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 <b>its up to you to make change</b>. 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!<br>
+ <br>
+ Message to my generation: even though <b>you</b> 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 <s>televised</s> on
+ social media!</p><img src="images/lain.gif" alt="Lain">
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
-
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Reading corner</title>
-
-<style>
+ <title>Reading corner</title>
+ <style>
-body {
+ body {
color: black;
background-image: url('images/reading_background.jpg');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
-}
-
-</style>
-
+ }
+
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ </style>
</head>
-
<body>
- <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Why do a boring old person thing like read?</h2>
- <p>
- 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.
- </p>
-
- <h2>How to find a good book</h2>
- <p>
- The more questons that answer with yes the more likely it is that the book is
- worth a read:
- </p>
- <ul>
- <li>Do christians dislike the book?</li>
- <li>Did a school board in florida or texas try to ban it?</li>
- <li>Is the author mentally insane?</li>
- <li>Did a German dude write it?</li>
- <li>Do book reviewers struggle to wrap their tiny brains around it?</li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2>Content:</h2>
- <ul>
- <li><a href="#reading_list">Reading list</a></li>
- <li><a href="#reviews">Reviews</a></li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="reading_list">Reading list</h2>
-
- <h3>Currenly reading: 1985</h3>
- <p>
- 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.
- </p>
-
- <h3>Ever growing list of things I need to read</h3>
- <ul>
- <li>
- Danzig Trilogy:
- <ul>
- <li>The Tin Drum</li>
- <li>Cat and Mouse</li>
- <li>Dog Years</li>
- </ul>
- </li>
- <li>The People's Republic of Walmart</li>
- <li>Cybernetic Revolutionaries</li>
- <li>Jailbird</li>
- <li>God Bless You, Mr. Rosewater</li>
- <li>Brave New World</li>
- <li>Fahrenheit 451</li>
- <li>The Hitchhiker's Guide to the Galaxy</li>
- <li>The Flounder</li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2 id="reviews">A few reviews I guess</h2>
- <p>
- <b>Warning, most of these are Kurt Vonnegut books.</b> I really need to try more authors rofl.
- </p>
-
- <h3>The Last of the Really Great Whangdoodles</h3>
- <p>
- 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.
- </p>
-
- <h3>Cat's Cradle</h3>
- <p>
- 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.
- </p>
-
- <h3>The Sirens of Titan</h3>
- <p>
- Kurt Vonnegut books arent known for making very good movies but reguardless
- <b>I need this one to be turned into a movie right now!</b> 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. <b>You have to read this book!!!</b>
- </p>
-
- <h3>Galapagos</h3>
- <p>
- 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.
- </p>
-
- <h3>The Children's Crusade</h3>
- <p>
- 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.
- </p>
-
- <h3>Goodbye Blue Monday</h3>
- <p>
- 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.
- </p>
-
- <h3>Ready Player One</h3>
- <p>
- 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.
- </p>
-
- <h3>Animal Farm</h3>
- <p>
- Its a clever little book indeed. Had me laughing the entire time. Anyways,
- <b>its not designed to be used entirely
- as a anti-socialist book</b>. 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. <b>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.</b> Thinking in simple black
- and white terms is a clear sign of mind control.
- </p>
- </td>
- </tr>
- </table>
- </center>
+ <a href="index.html"><img src="images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Why do a boring old person thing like read?</h2>
+ <p>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.</p>
+ <h2>How to find a good book</h2>
+ <p>The more questons that answer with yes the more likely it is that
+ the book is worth a read:</p>
+ <ul>
+ <li>Do christians dislike the book?</li>
+ <li>Did a school board in florida or texas try to ban it?</li>
+ <li>Is the author mentally insane?</li>
+ <li>Did a German dude write it?</li>
+ <li>Do book reviewers struggle to wrap their tiny brains around
+ it?</li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2>Content:</h2>
+ <ul>
+ <li>
+ <a href="#reading_list">Reading list</a>
+ </li>
+ <li>
+ <a href="#reviews">Reviews</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="reading_list">Reading list</h2>
+ <h3>Currenly reading: 1985</h3>
+ <p>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.</p>
+ <h3>Ever growing list of things I need to read</h3>
+ <ul>
+ <li>Danzig Trilogy:
+ <ul>
+ <li>The Tin Drum</li>
+ <li>Cat and Mouse</li>
+ <li>Dog Years</li>
+ </ul>
+ </li>
+ <li>The People's Republic of Walmart</li>
+ <li>Cybernetic Revolutionaries</li>
+ <li>Jailbird</li>
+ <li>God Bless You, Mr. Rosewater</li>
+ <li>Brave New World</li>
+ <li>Fahrenheit 451</li>
+ <li>The Hitchhiker's Guide to the Galaxy</li>
+ <li>The Flounder</li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="reviews">A few reviews I guess</h2>
+ <p><b>Warning, most of these are Kurt Vonnegut books.</b> I really
+ need to try more authors rofl.</p>
+ <h3>The Last of the Really Great Whangdoodles</h3>
+ <p>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.</p>
+ <h3>Cat's Cradle</h3>
+ <p>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.</p>
+ <h3>The Sirens of Titan</h3>
+ <p>Kurt Vonnegut books arent known for making very good movies but
+ reguardless <b>I need this one to be turned into a movie right
+ now!</b> 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. <b>You have to read this
+ book!!!</b></p>
+ <h3>Galapagos</h3>
+ <p>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.</p>
+ <h3>The Children's Crusade</h3>
+ <p>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.</p>
+ <h3>Goodbye Blue Monday</h3>
+ <p>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.</p>
+ <h3>Ready Player One</h3>
+ <p>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.</p>
+ <h3>Animal Farm</h3>
+ <p>Its a clever little book indeed. Had me laughing the entire time.
+ Anyways, <b>its not designed to be used entirely as a anti-socialist
+ book</b>. 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. <b>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.</b> Thinking in simple black and white terms
+ is a clear sign of mind control.</p>
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
diff --git a/template.html b/template.html
index 9f1893f..cb95c38 100644
--- a/template.html
+++ b/template.html
@@ -1,31 +1,34 @@
<!DOCTYPE html>
<html>
-
<head>
- <title></title>
-
-<style>
+ <title></title>
+ <style>
-body { color: black; background-image: url(''); }
-
-table { color: black; background-color: #bebebe; margin-top: 10px;
- margin-bottom: 10px; margin-left: 10px; margin-right: 10px; }
+ body {
+ color: black;
+ background-image: url('');
+ }
-</style>
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+ </style>
</head>
-
<body>
- <a href="index.html"><img src="images/back_home.png" alt="Back to home
- page"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- </td>
- </tr>
- </table>
- </center>
+ <a href="index.html"><img src="images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td></td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
diff --git a/ttr.html b/ttr.html
index 485537c..9432a43 100644
--- a/ttr.html
+++ b/ttr.html
@@ -1,299 +1,305 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Tips, tricks, and reviews</title>
-
-<style>
+ <title>Tips, tricks, and reviews</title>
+ <style>
-body {
+ body {
color: black;
background-image: url('images/ttr_background.png');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
-}
+ }
-</style>
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+ </style>
</head>
-
<body>
- <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h1>Tips, tricks, and reviews</h1>
-
- <p>
- 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. <b>All products I bring up is just shit I use all the fucking
- time and I find useful and approve of.</b> Sponsored products is capitalist shit!
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <ul>
- <li><a href="#storage">Getting rid of google drive, onedrive...</a></li>
- <li><a href="#passwords">Password manager</a></li>
- <li><a href="#youtube">Watching youtube</a></li>
- <li><a href="#headphones">Headphones</a></li>
- <li><a href="#music">Guitar, bass and related things</a></li>
- <li><a href="#computer">I need a new pc or laptop</a></li>
- <li><a href="#mice">Mice?</a></li>
- <li><a href="#keyboards">Keyboards because why not</a></li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
-
- <h2 id="storage">Getting rid of google drive, onedrive...</h2>
- <p>
- This is where most people tell you to use a good cloud storage service like
- <a href="https://disroot.org" target="_blank">disroot</a> 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!
- <br/><br/>
- Some cool tricks with a external harddrive is: making a encrypted partition
- so <s>if</s> 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.
- <br/><br/>
- Wanta sync bookmarks, browser settings, addons... across browsers on different
- devices? Dont use the stupid google account or
- <a href="https://digdeeper.club/articles/mozilla.xhtml" target="_blank">
- mozilla</a> 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.
- <br/><br/>
- For those who dont know how to find things I personally use
- <a href="https://americas.lexar.com/product/lexar-professional-sl600-portable-ssd/"
- target="_blank">one of these bad boys</a>.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="passwords">Password manager</h2>
- <p>
- 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. <b>The best password manager is a spreadsheet!</b> But wouldnt
- that be a easy way for your information to get leaked you say? <b>Thats why
- spreadsheet programs have encryption options.</b> 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 <b>if you used a different password than the one for
- the cloud service</b>.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="youtube">Watching youtube</h2>
- <p>
- Hate google but still wanta watch youtube? There are some tricks you can do.
- </p>
-
- <h3>mpv</h3>
- <p>
- 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 <a href="linux_room.html#liferea" target="_blank">here</a>.
- </p>
-
- <h3>yt-dlp</h3>
- <p>
- <a href="https://github.com/yt-dlp/yt-dlp" target="_blank">yt-dlp</a> is for
- downloading your fucking videos! Check out
- <a href="https://reddit.com/r/youtubedl/comments/15xqg3t/ytdlp_for_dummies"
- target="_blank">this reddit post</a> for a little dummy guide/cheatsheat.
- </p>
-
- <h3>Newpipe</h3>
- <p>
- 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.
- </p>
-
- <h3>Revanced</h3>
- <p>
- Revanced is a project that patches the official mobile youtube client to block ads
- and do other cool things. The official site is <a href="https://revanced.app" target="_blank">
- here</a>. 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="headphones">Headphones</h2>
- <p>
- Need a pair of no bullshit bluetooth headphones that work just fine on any device
- and dont use any stupid app? Get
- <a href="https://www.skullcandy.com/products/hesh-evo-wireless-headphones" target="_blank">
- one of these bad boys</a>. 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. <b>Most consumer headphones are unnaturally bassy
- to try to cover up the fact they are pieces of shit</b> 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!
- <br/><br/>
- 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.
- <br/><br/>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="music">Guitar, bass and related things</h2>
-
- <h3>Fender style guitars</h3>
- <p>
- Wanta buy a electric guitar? Do yourself a favor and get a g&amp;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 <b>american fenders are overpriced pieces of shit!</b> 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&amp;l and Music Man are just
- better though I didnt know about them at the time. I been fucking around with some
- g&amp;l hardware on a squier tele but tbh I have never owned a g&amp;l as much as I
- like them.
- </p>
-
- <h3>Gibson style guitars</h3>
- <p>
- <b>Never buy a gibson!</b> 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).
- </p>
-
- <h3>Straps</h3>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="computer">I need a new pc or laptop</h2>
- <p>
- Does it have linux installed? If not install linux and that mother fucker will last many more
- years.
- </p>
- <img src="images/stonks.jpg" alt="Stonks"/>
- <img src="images/tiny_lain.gif" alt="Lain"/>
- <p>
- Already have linux? Get something that isnt linux! Some
- of the more funky options include:
- </p>
- <ul>
- <li><a href="https://www.haiku-os.org" target="_blank">Hauku</a></li>
- <li><a href="https://kolibrios.org" target="_blank">Kolibrios</a></li>
- <li><a href="https://templeos.org" target="_blank">Good old templeOS</a></li>
- <li><a href="https://serenityos.org" target="_blank">SerenityOS</a></li>
- <li><a href="https://toaruos.org" target="_blank">Toaruos</a></li>
- <li><a href="https://www.redox-os.org" target="_blank">Redox</a></li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="mice">Mice?</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="keyboards">Keyboards because why not</h2>
- <p>
- 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.
- </p>
- </td>
- </tr>
- </table>
- </center>
+ <a href="index.html"><img src="images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h1>Tips, tricks, and reviews</h1>
+ <p>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. <b>All products I
+ bring up is just shit I use all the fucking time and I find useful
+ and approve of.</b> Sponsored products is capitalist shit!</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <ul>
+ <li>
+ <a href="#storage">Getting rid of google drive, onedrive...</a>
+ </li>
+ <li>
+ <a href="#passwords">Password manager</a>
+ </li>
+ <li>
+ <a href="#youtube">Watching youtube</a>
+ </li>
+ <li>
+ <a href="#headphones">Headphones</a>
+ </li>
+ <li>
+ <a href="#music">Guitar, bass and related things</a>
+ </li>
+ <li>
+ <a href="#computer">I need a new pc or laptop</a>
+ </li>
+ <li>
+ <a href="#mice">Mice?</a>
+ </li>
+ <li>
+ <a href="#keyboards">Keyboards because why not</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2 id="storage">Getting rid of google drive, onedrive...</h2>
+ <p>This is where most people tell you to use a good cloud storage
+ service like <a href="https://disroot.org" target=
+ "_blank">disroot</a> 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!<br>
+ <br>
+ Some cool tricks with a external harddrive is: making a encrypted
+ partition so <s>if</s> 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.<br>
+ <br>
+ Wanta sync bookmarks, browser settings, addons... across browsers on
+ different devices? Dont use the stupid google account or <a href=
+ "https://digdeeper.club/articles/mozilla.xhtml" target=
+ "_blank">mozilla</a> 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.<br>
+ <br>
+ For those who dont know how to find things I personally use <a href=
+ "https://americas.lexar.com/product/lexar-professional-sl600-portable-ssd/"
+ target="_blank">one of these bad boys</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="passwords">Password manager</h2>
+ <p>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. <b>The best password manager is a spreadsheet!</b> But
+ wouldnt that be a easy way for your information to get leaked you
+ say? <b>Thats why spreadsheet programs have encryption options.</b>
+ 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 <b>if
+ you used a different password than the one for the cloud
+ service</b>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="youtube">Watching youtube</h2>
+ <p>Hate google but still wanta watch youtube? There are some tricks
+ you can do.</p>
+ <h3>mpv</h3>
+ <p>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 <a href=
+ "linux_room.html#liferea" target="_blank">here</a>.</p>
+ <h3>yt-dlp</h3>
+ <p><a href="https://github.com/yt-dlp/yt-dlp" target=
+ "_blank">yt-dlp</a> is for downloading your fucking videos! Check
+ out <a href=
+ "https://reddit.com/r/youtubedl/comments/15xqg3t/ytdlp_for_dummies"
+ target="_blank">this reddit post</a> for a little dummy
+ guide/cheatsheat.</p>
+ <h3>Newpipe</h3>
+ <p>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.</p>
+ <h3>Revanced</h3>
+ <p>Revanced is a project that patches the official mobile youtube
+ client to block ads and do other cool things. The official site is
+ <a href="https://revanced.app" target="_blank">here</a>. 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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="headphones">Headphones</h2>
+ <p>Need a pair of no bullshit bluetooth headphones that work just
+ fine on any device and dont use any stupid app? Get <a href=
+ "https://www.skullcandy.com/products/hesh-evo-wireless-headphones"
+ target="_blank">one of these bad boys</a>. 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. <b>Most consumer headphones
+ are unnaturally bassy to try to cover up the fact they are pieces of
+ shit</b> 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!<br>
+ <br>
+ 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.<br>
+ <br>
+ 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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="music">Guitar, bass and related things</h2>
+ <h3>Fender style guitars</h3>
+ <p>Wanta buy a electric guitar? Do yourself a favor and get a
+ g&amp;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 <b>american fenders are overpriced pieces of
+ shit!</b> 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&amp;l
+ and Music Man are just better though I didnt know about them at the
+ time. I been fucking around with some g&amp;l hardware on a squier
+ tele but tbh I have never owned a g&amp;l as much as I like
+ them.</p>
+ <h3>Gibson style guitars</h3>
+ <p><b>Never buy a gibson!</b> 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).</p>
+ <h3>Straps</h3>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="computer">I need a new pc or laptop</h2>
+ <p>Does it have linux installed? If not install linux and that
+ mother fucker will last many more years.</p><img src=
+ "images/stonks.jpg" alt="Stonks"> <img src="images/tiny_lain.gif"
+ alt="Lain">
+ <p>Already have linux? Get something that isnt linux! Some of the
+ more funky options include:</p>
+ <ul>
+ <li>
+ <a href="https://www.haiku-os.org" target="_blank">Hauku</a>
+ </li>
+ <li>
+ <a href="https://kolibrios.org" target="_blank">Kolibrios</a>
+ </li>
+ <li>
+ <a href="https://templeos.org" target="_blank">Good old
+ templeOS</a>
+ </li>
+ <li>
+ <a href="https://serenityos.org" target="_blank">SerenityOS</a>
+ </li>
+ <li>
+ <a href="https://toaruos.org" target="_blank">Toaruos</a>
+ </li>
+ <li>
+ <a href="https://www.redox-os.org" target="_blank">Redox</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="mice">Mice?</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="keyboards">Keyboards because why not</h2>
+ <p>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.</p>
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>
-
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 @@
<!DOCTYPE html>
<html>
-
<head>
- <title>Tv corner</title>
-
-<style>
+ <title>Tv corner</title>
+ <style>
-body {
+ body {
color: black;
background-image: url('images/tv_background.png');
-}
-
-table {
- color: black;
- background-color: #bebebe;
- margin-top: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- margin-right: 10px;
-}
-
-</style>
-
+ }
+
+ table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ }
+
+ </style>
</head>
-
<body>
- <a href="index.html"><img src="images/back_home.png" alt="Back to home
- page"/></a>
-
- <center>
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Why watch dweeb shit when there are useful things to
- do?</h2>
- <p>
- Because fuck you, dweeb shit is the best way to waste
- time!
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2>Where do I watch X show?</h2>
- <p>
- You pirate it! For simple dumdum streaming for non
- techy people check out
- <a href="https://www.wcostream.tv/"
- target="_blank">wcostream</a>. To learn more about
- pirating check out
- <a href="https://fmhy.pages.dev"
- target="_blank">freemediaheckyeah</a>. If you want to
- have more optinos, get HD or at least not the 240p
- shit, not have to wait for it to buffer... <b>you need
- to torrent</b>. <br/><br/> Torrenting sites are
- popular websites for hackers to fake. Don't trust your
- search engine. Here is a list of torrenting sites:
- </p>
- <ul>
- <li><a href="https://thepiratebay.org"
- target="_blank">The pirate bay</a>. The old trusty
- torrenting site.</li>
- <li><a href="https://nyaa.si"
- target="_blank">nyaa</a>. The anime torrenting
- site.</li>
- <li>
- <a href="https://eztvx.to" target="_blank">EZTV</a>
- </li>
- <li><a href="https://rarbg-official.com"
- target="_blank">rarbg</a></li>
- <li><a href="https://www.torlock.com"
- target="_blank">torlock</a>. The site gets shut
- down a lot and was even torlock2 for a while.</li>
- <li><a href="https://www.limetorrents.lol"
- target="_blank">limetorrents</a>. Scary looking
- one.</li>
- </ul>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
- <tr>
- <td>
- <h2>Just like me fr</h2>
- <p>
- These are characters I have shit in common with
- </p>
- <img src="images/l.gif" alt="L"/>
- <img src="images/saiki.jpg" alt="Saiki K"/>
- <img src="images/kakashi.jpg" alt="Kakashi Hatake"/>
- <img src="images/professor.gif" alt="Professor Hubert
- J. Farnsworth"/> <img src="images/patrick.gif" alt="Patrick
- Star"/> <img src="images/ryuk.gif" alt="Ryuk"/>
- <img src="images/medsize_lain.gif" alt="Lain"/>
- <img src="images/no-face.gif" alt="No face"/>
- <img src="images/max.jpg" alt="Max"/>
- <img src="images/concepts_of_a_plan_small.jpg"
- alt="Dr.Venture"/> <img src="images/mephesto.gif"
- alt="Dr.Mephesto"/>
- </td>
- </tr>
- </table>
-
- <table border="1" width="60%">
-
- <tr>
- <td>
- <h2>Favorites</h2>
- <p>
- This is an incomplete and ever growing list.
- </p>
- <ul>
- <li><a href="#cartoons">Cartoons</a></li>
- <li><a href="#anime">Anime</a></li>
- <li><a href="#movies">Movies</a></li>
- </ul>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="cartoons">Cartoons</h2>
-
- <h3>Xavier: Renegade Angel</h3>
- <p>
- 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 <b>get off your
- phone</b> 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 <b>removed
- from Adult Swim for being too weird</b> so thats within
- itself a reason to watch this show.
- </p>
-
- <h3>Moral Orel</h3>
- <p>
- Just a sweet little claymation about a good little
- child that likes to go to church. Could <i>NEVER</i>
- have a deep dark plot that will make even the strongest
- of us cry, right??? No way could a show sooo
- <i>very innocent</i> ever be <b>removed from Adult Swim
- for being too dark</b>.
- </p>
-
- <h3>Futurama</h3>
- <p>
- 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 <b>you should
- show your children Futurama at a young age</b>. Look at
- me, I watched it at 6 and I turned out fine.
- </p>
-
- <h3>Venture Bros</h3>
- <p>
- 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".
- </p>
-
- <h3>South Park</h3>
- <p>
- 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.
- <b>You know who you are.</b> Also Wendy is my favorite
- character. Anyone who beats up Cartman has my respect.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="anime">Anime</h2>
-
- <h3>Ebichu</h3>
- <p>
- 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.
- </p>
-
- <h3>Neon Genesis Evangelion</h3>
- <p>
- <b>Big ass mecha fighting big ass mecha aliens!</b>
- 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?
- </p>
-
- <h3>Nadia: The Secret of Blue Water</h3>
- <p>
- 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.
- </p>
-
- <h3>Fooly Cooly</h3>
- <p>
- 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
- <a href="https://silverwaregames.itch.io/firestarter"
- target="_blank">here</a>.
- </p>
-
- <h3>Serial Experiments Lain</h3>
- <p>
- 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.
- </p>
- <img src="images/lain.gif" alt="Lain"/>
-
- <h3>Dead Leaves</h3>
- <p>
- 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!!!
- </p>
-
- <h3>Studio Ghibli movies in general</h3>
- <p>
- 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.
- </p>
-
- <h3>Kino's Journey</h3>
- <p>
- 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.
- </p>
-
- <h3>Gunbuster</h3>
- <p>
- 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!
- </p>
-
- <h3>No.6</h3>
- <p>
- 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.
- </p>
-
- <h3>Space Dandy</h3>
- <p>
- This is a funky ass anime. No, <b>it is not like Cowboy
- Bebop</b>. 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.
- </p>
-
- <h3>Paranoia Agent</h3>
- <p>
- A kid goes around hitting people with a baseball
- bat. My kind of show.
- </p>
-
- <h3>Stiens;Gate</h3>
- <p>
- 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.
- </p>
-
- <h3>Gurren Lagann</h3>
- <p>
- 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 <b>big fucking mecha fuck ya!</b> And you
- know sometimes a person just needs some <b>fuck ya!</b>
- 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.
- </p>
-
- <h3>Hunter X Hunter</h3>
- <p>
- 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!
- </p>
-
- <h3>Erased</h3>
- <p>
- 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
- <b>the killer is the teacher!</b>
- </p>
-
- <h3>Attack on Titan</h3>
- <p>
- 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 <b>the titans are mecha!</b> 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.
- </p>
-
- <h3>The Promised Neverland</h3>
- <p>
- I am sorry about spoiling Erased and Attack on
- Titan. Well anyways <b>the children are food for
- beasts!</b> 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.
- </p>
-
- <h3>The Disastrous Life of Saiki K</h3>
- <p>
- 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. <b>Saiki K is life, Saiki is
- love.</b>
- </p>
-
- <h3>Mob Psycho 100</h3>
- <p>
- 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?
- </p>
-
- <h3>One Punch Man</h3>
- <p>
- 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.
- </p>
-
- <h3>Carlotte</h3>
- <p>
- 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.
- </p>
- </td>
- </tr>
-
- <tr>
- <td>
- <h2 id="movies">Movies</h2>
- <p>
- 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.
- </p>
-
- <h3>Labyrinth</h3>
- <p>
- 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. <br/><br/> I have a theory this movie turns
- people bisexual. Just look at the statistics I got from
- a trust worthy source:
- <img src="images/bisexual_rates.jpg" alt="Bisexual
- rates"/>
- </p>
-
- <h3>pi1998</h3>
- <p>
- 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 <b>he drills a hole in his
- head</b>. That was a spoiler, hope you see it already
- (:
- </p>
-
- <h3>The Emperor's New Groove</h3>
- <p>
- 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.
- </p>
-
- <h3>The Matrix</h3>
- <p>
- 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. <b>Treating women like sex toys, starting
- a shitty business, being a alpha male... is not how you
- take the redpill!</b> 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.
- </p>
- </td>
- </tr>
- </table>
- </center>
+ <a href="index.html"><img src="images/back_home.png" alt=
+ "Back to home page"></a>
+ <center>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Why watch dweeb shit when there are useful things to do?</h2>
+ <p>Because fuck you, dweeb shit is the best way to waste time!</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2>Where do I watch X show?</h2>
+ <p>You pirate it! For simple dumdum streaming for non techy people
+ check out <a href="https://www.wcostream.tv/" target=
+ "_blank">wcostream</a>. To learn more about pirating check out
+ <a href="https://fmhy.pages.dev" target=
+ "_blank">freemediaheckyeah</a>. If you want to have more optinos,
+ get HD or at least not the 240p shit, not have to wait for it to
+ buffer... <b>you need to torrent</b>.<br>
+ <br>
+ Torrenting sites are popular websites for hackers to fake. Don't
+ trust your search engine. Here is a list of torrenting sites:</p>
+ <ul>
+ <li>
+ <a href="https://thepiratebay.org" target="_blank">The pirate
+ bay</a>. The old trusty torrenting site.
+ </li>
+ <li>
+ <a href="https://nyaa.si" target="_blank">nyaa</a>. The anime
+ torrenting site.
+ </li>
+ <li>
+ <a href="https://eztvx.to" target="_blank">EZTV</a>
+ </li>
+ <li>
+ <a href="https://rarbg-official.com" target="_blank">rarbg</a>
+ </li>
+ <li>
+ <a href="https://www.torlock.com" target="_blank">torlock</a>.
+ The site gets shut down a lot and was even torlock2 for a while.
+ </li>
+ <li>
+ <a href="https://www.limetorrents.lol" target=
+ "_blank">limetorrents</a>. Scary looking one.
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Just like me fr</h2>
+ <p>These are characters I have shit in common with</p><img src=
+ "images/l.gif" alt="L"> <img src="images/saiki.jpg" alt="Saiki K">
+ <img src="images/kakashi.jpg" alt="Kakashi Hatake"> <img src=
+ "images/professor.gif" alt="Professor Hubert J. Farnsworth">
+ <img src="images/patrick.gif" alt="Patrick Star"> <img src=
+ "images/ryuk.gif" alt="Ryuk"> <img src="images/medsize_lain.gif"
+ alt="Lain"> <img src="images/no-face.gif" alt="No face"> <img src=
+ "images/max.jpg" alt="Max"> <img src=
+ "images/concepts_of_a_plan_small.jpg" alt="Dr.Venture"> <img src=
+ "images/mephesto.gif" alt="Dr.Mephesto">
+ </td>
+ </tr>
+ </table>
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <h2>Favorites</h2>
+ <p>This is an incomplete and ever growing list.</p>
+ <ul>
+ <li>
+ <a href="#cartoons">Cartoons</a>
+ </li>
+ <li>
+ <a href="#anime">Anime</a>
+ </li>
+ <li>
+ <a href="#movies">Movies</a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="cartoons">Cartoons</h2>
+ <h3>Xavier: Renegade Angel</h3>
+ <p>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 <b>get off your phone</b> 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 <b>removed from
+ Adult Swim for being too weird</b> so thats within itself a reason
+ to watch this show.</p>
+ <h3>Moral Orel</h3>
+ <p>Just a sweet little claymation about a good little child that
+ likes to go to church. Could <i>NEVER</i> have a deep dark plot that
+ will make even the strongest of us cry, right??? No way could a show
+ sooo <i>very innocent</i> ever be <b>removed from Adult Swim for
+ being too dark</b>.</p>
+ <h3>Futurama</h3>
+ <p>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 <b>you should show your children
+ Futurama at a young age</b>. Look at me, I watched it at 6 and I
+ turned out fine.</p>
+ <h3>Venture Bros</h3>
+ <p>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".</p>
+ <h3>South Park</h3>
+ <p>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. <b>You know who you are.</b> Also Wendy is my
+ favorite character. Anyone who beats up Cartman has my respect.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="anime">Anime</h2>
+ <h3>Ebichu</h3>
+ <p>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.</p>
+ <h3>Neon Genesis Evangelion</h3>
+ <p><b>Big ass mecha fighting big ass mecha aliens!</b> 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?</p>
+ <h3>Nadia: The Secret of Blue Water</h3>
+ <p>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.</p>
+ <h3>Fooly Cooly</h3>
+ <p>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 <a href=
+ "https://silverwaregames.itch.io/firestarter" target=
+ "_blank">here</a>.</p>
+ <h3>Serial Experiments Lain</h3>
+ <p>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.</p><img src="images/lain.gif" alt="Lain">
+ <h3>Dead Leaves</h3>
+ <p>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!!!</p>
+ <h3>Studio Ghibli movies in general</h3>
+ <p>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.</p>
+ <h3>Kino's Journey</h3>
+ <p>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.</p>
+ <h3>Gunbuster</h3>
+ <p>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!</p>
+ <h3>No.6</h3>
+ <p>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.</p>
+ <h3>Space Dandy</h3>
+ <p>This is a funky ass anime. No, <b>it is not like Cowboy
+ Bebop</b>. 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.</p>
+ <h3>Paranoia Agent</h3>
+ <p>A kid goes around hitting people with a baseball bat. My kind of
+ show.</p>
+ <h3>Stiens;Gate</h3>
+ <p>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.</p>
+ <h3>Gurren Lagann</h3>
+ <p>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 <b>big fucking mecha fuck ya!</b> And you know
+ sometimes a person just needs some <b>fuck ya!</b> 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.</p>
+ <h3>Hunter X Hunter</h3>
+ <p>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!</p>
+ <h3>Erased</h3>
+ <p>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 <b>the killer is the teacher!</b></p>
+ <h3>Attack on Titan</h3>
+ <p>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 <b>the titans are mecha!</b>
+ 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.</p>
+ <h3>The Promised Neverland</h3>
+ <p>I am sorry about spoiling Erased and Attack on Titan. Well
+ anyways <b>the children are food for beasts!</b> 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.</p>
+ <h3>The Disastrous Life of Saiki K</h3>
+ <p>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. <b>Saiki K is life, Saiki is love.</b></p>
+ <h3>Mob Psycho 100</h3>
+ <p>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?</p>
+ <h3>One Punch Man</h3>
+ <p>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.</p>
+ <h3>Carlotte</h3>
+ <p>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.</p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <h2 id="movies">Movies</h2>
+ <p>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.</p>
+ <h3>Labyrinth</h3>
+ <p>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.<br>
+ <br>
+ I have a theory this movie turns people bisexual. Just look at the
+ statistics I got from a trust worthy source: <img src=
+ "images/bisexual_rates.jpg" alt="Bisexual rates"></p>
+ <h3>pi1998</h3>
+ <p>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 <b>he drills a hole in his head</b>. That was a spoiler, hope
+ you see it already (:</p>
+ <h3>The Emperor's New Groove</h3>
+ <p>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.</p>
+ <h3>The Matrix</h3>
+ <p>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. <b>Treating women like sex toys,
+ starting a shitty business, being a alpha male... is not how you
+ take the redpill!</b> 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.</p>
+ </td>
+ </tr>
+ </table>
+ </center>
</body>
</html>