aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathansmith117 <nathansmith@posteo.com>2025-03-10 11:52:22 -0600
committernathansmith117 <nathansmith@posteo.com>2025-03-10 11:52:22 -0600
commit72fdb21ac3048ef3355ffae52ba193f738da67c8 (patch)
tree6d904f26c298c6f7c74caac857f2120219c4359a
parent35f1e34e3f3ff9c1ce4aae4379395eaed49d759a (diff)
Started working on the music room
-rw-r--r--images/music_background.pngbin0 -> 81973 bytes
-rw-r--r--images/under_construction.gifbin0 -> 5238 bytes
-rw-r--r--index.html26
-rw-r--r--linuxRoom.html42
-rw-r--r--music_room.html275
-rw-r--r--the_philosophy_commune.html2
6 files changed, 313 insertions, 32 deletions
diff --git a/images/music_background.png b/images/music_background.png
new file mode 100644
index 0000000..ddf132c
--- /dev/null
+++ b/images/music_background.png
Binary files differ
diff --git a/images/under_construction.gif b/images/under_construction.gif
new file mode 100644
index 0000000..30600d5
--- /dev/null
+++ b/images/under_construction.gif
Binary files differ
diff --git a/index.html b/index.html
index 7833dcb..4ade58d 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
<html>
<head>
- <title>Nathan's shitty web</title>
+ <title>Nathan's Shitty Web</title>
<style>
@@ -26,9 +26,10 @@ table {
<body>
<center>
- <img src="images/home_title.png"/>
+ <img src="images/home_title.png" alt="Nathan's Shit Web"/>
+ <img src="images/under_construction.gif" alt="Under construction"/>
- <table border="1" width="50%">
+ <table border="1" width="60%">
<tr>
<td>
<h2>Contact</h2>
@@ -44,16 +45,16 @@ table {
yourself!
<br/><br/>
Some of my interests and hobbies:
- <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>
</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>
@@ -61,6 +62,7 @@ table {
<td>
<ul>
<li><h3><a href="linuxRoom.html">Visit the linux room</a></h3></li>
+ <li><h3><a href="music_room.html">Visit the music room</a></h3></li>
<li><h3><a href="blahajRoom.html">Visit the blahaj room</a></h3></li>
<li><h3><a href="the_philosophy_commune.html">Visit the philosophy commune</a></h3></li>
</ul>
diff --git a/linuxRoom.html b/linuxRoom.html
index c82abc9..a46df77 100644
--- a/linuxRoom.html
+++ b/linuxRoom.html
@@ -260,10 +260,14 @@ table {
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.
- <h3>Settings</h3>
+ </p>
+ <h3>Settings</h3>
+ <p>
The clipboard doesn't work in icecat by default so go into <code>about:config</code> and change
<code>dom.event.clipboardevents.enabled</code> to true.
- <h3>Search engines</h3>
+ </p>
+ <h3>Search engines</h3>
+ <p>
The best search engine is <a href="https://searx.space" target="_blank">searx</a>.
Finding instances can be annoying because a lot of time the engine you want to use
gets blocked.
@@ -337,24 +341,24 @@ table {
<br/><br/>
Some cool tricks:
- <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>
</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>
</table>
diff --git a/music_room.html b/music_room.html
new file mode 100644
index 0000000..3efc492
--- /dev/null
+++ b/music_room.html
@@ -0,0 +1,275 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>Music room</title>
+
+<style>
+
+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>
+
+</head>
+
+<body>
+ <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
+ mounts of inner connected compents 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>
+
+ <tr>
+ <td>
+ <h2><a href="index.html">Back to main page</a></h2>
+ </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.
+ </p>
+ <ul>
+ <li><a href="#psychedelic">--&gt; Psychedelic</a></li>
+ <li><a href="#progessive">--&gt; Progessive</a></li>
+ <li><a href="#other">--&gt; Other</a></li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <h2 id="psychedelic">Psychedelic</h2>
+
+ <h4>The Doors</h4>
+ <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>
+
+ <h4>Robin Trower</h4>
+ <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>
+
+ <h4>Jimi Hendrix</h4>
+ <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>
+
+ <h4>Babe Rainbow</h4>
+ <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>
+
+ <h4>Levitation Room</h4>
+ <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>
+
+ <h4>Sugar Candy Mountain</h4>
+ <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>
+
+ <h4>King Gizard and the Lizard Wizard</h4>
+ <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>
+
+ <h4>The Black Angels</h4>
+ <p>
+ Good skateboarding music. Heavy and dark. Very nice indeed.
+ </p>
+
+ <h4>Strawberry Alarm Clock</h4>
+ <p>
+ Its just pure 60's psychedelic extract. They got viby stuff what more can I say.
+ </p>
+
+ <h4>Frank Zappa</h4>
+ <p>
+ Go check out Frank Zappa. Thats a threat.
+ </p>
+
+ <h4>The Beatles</h4>
+ <p>
+ <i>The Beatles exist</i>
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <h2 id="progessive">Progessive</h2>
+
+ <h4>Gentle Giant</h4>
+ <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>
+
+ <h4>Camel</h4>
+ <p>
+ Another prog band nearly no one knows about. Go listen to their album Moonmadness right now.
+ Thats a requirement!
+ </p>
+
+ <h4>The Moody Blues</h4>
+ <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>
+
+ <h4>King Crimson</h4>
+ <p>
+ They are very commercially successful for prog standards. How could you not like a band
+ with a name like that!
+ </p>
+
+ <h4>Van der Graaf Generator</h4>
+ <p>
+ They sound almost early Genesis. They have a strange natual darkness that always stands
+ out to me.
+ </p>
+
+ <h4>Hatfield & The North</h4>
+ <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>
+
+ <h4>Emerson, Lake & Palmer</h4>
+ <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>
+
+ <h4>Caravan</h4>
+ <p>
+ Most of these bands are British but this one is the most British. Your welcome.
+ </p>
+
+ <h4>Magma</h4>
+ <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>
+
+ <h4>Yes</h4>
+ <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>
+
+ <h4>Pink Floyd</h4>
+ <p>
+ Pink Floyd is not a prog rock band.
+ </p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ <h2 id="other">Other</h2>
+
+ <h4>Tipsy</h4>
+ <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>
+
+ <h4>Messer Chups/Messer Fur Frau Muller</h4>
+ <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>
+
+ <h4>Morphine</h4>
+ <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>
+
+ <h4>Silver Apples</h4>
+ <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>
+ </center>
+</body>
+</html>
diff --git a/the_philosophy_commune.html b/the_philosophy_commune.html
index 738ba0f..c6be6fe 100644
--- a/the_philosophy_commune.html
+++ b/the_philosophy_commune.html
@@ -230,7 +230,7 @@ table {
up by the bootstraps". Karl Marx isn't discrediting anyones work put
into something but more of saying that the conditions someone is in is important to how
they grow as a person and how there effort interacts with the world.
- <br/></br>
+ <br/><br/>
A good example is trumps "small loan" of a million dollars. He brags about building up his company
from a loan of a million dollars to make it sound like he was a average guy who
built up a empire from hardwork and mindset alone when really being able to