update everything

gmirator is now in its own repo and rewritten in Python.
the rest of the content was updated
This commit is contained in:
stev 2023-09-07 21:37:47 +02:00
parent 728985bb1d
commit 9d76c3fa2a
21 changed files with 57 additions and 257 deletions

View file

@ -0,0 +1,37 @@
<!DOCTYPE HTML>
<html>
<head>
<title>I hate Microsoft</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">/home/stev</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
</ul>
</nav>
<h1># I hate Microsoft</h1>
<p>Yep, like a lot of people I hate Microsoft so I'll try to be a little specific.</p>
<p>First of all, the only reason I still have Windows on my desktop is for gaming reasons and only that, most of what I do happens on GNU+Linux on my laptop which is not powerfull to play something more advanced than OSRS. I hadn't played on that desktop for a very long time because I no longer had a GPU but I found a very, very old GT240 at my parent's house to put in there so I started using it again... It was my first use of Windows in about two years and it was a pain!</p>
<p>I discovered that back in 2018 I tried to prevent MS from spying on me by disabling every telemetry I could... so that was a mistake because now Windows just refuses to update. I know it was my fault but it feels so wrong that if I don't want my pc to send MS data about what I do on my computer I also have to give up having Windows updates.</p>
<p>All this was so I could play Minecraft with my SO. I had not played Minecraft in many years, Mojang had not been bought by MS last time I played. I was so angry when I learnt about the bedrock edition and that I had to buy it even though I already had the java edition (I don't intend to play the bedrock edition but the fact that you have to pay twice to have both is infuriating to me). The worst part is that by the end of the year if I want to continue playing I have to use a MS account with Minecraft instead of my Mojang account and that also pisses my off very much.</p>
<p>Unfortunately these are not the only reasons I hate MS, they were just new reasons that added to the others.</p>
</body>
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>
</html>

View file

@ -0,0 +1,31 @@
<!DOCTYPE HTML>
<html>
<head>
<title>I'm learning networking</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">/home/stev</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
</ul>
</nav>
<h1># I'm learning networking</h1>
<p>I'm currently learning networking stuff to become a sysadmin on my own waiting for the formation to start. I'm looking at a free Coursera course and videos on Youtube and I'm having a blast learning all this but it makes me want to buy all kind of things that would be way overkill both for my wallet and for my home network...</p>
</body>
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>
</html>

60
web/gemlog/index.html Normal file
View file

@ -0,0 +1,60 @@
<!DOCTYPE HTML>
<html>
<head>
<title>log index</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">/home/stev</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
</ul>
</nav>
<h1># log index</h1>
<p>Here will live gemlog posts about nothing and everything, I will rant a lot I thing, I could I not, you deserve entertainment!</p>
<p>there's a list of ideas:</p>
<ul>
<li>the fashion industry</li>
<li>how I buy clothes</li>
<li>what clothes do I like?</li>
</ul>
<ul>
<li>my journey into linux</li>
<li>my love for tech minimalism</li>
<li>my use of free software</li>
<li>my self hosting journey</li>
<li>how I kind of broke my system but I managed to fix it (._.')</li>
</ul>
<ul>
<li>something about maths</li>
</ul>
<ul>
<li>politics</li>
<li>free money (as in freedom, not free beer), the case of june/G1</li>
<li>universal wage (salaire à vie in french), which is not UBI</li>
</ul>
<h2>## logs</h2>
<a href="/gemlog/2021-05-04_networking_school.html">=> 2021-05-04 - I'm learning networking</a><br>
<a href="/gemlog/2021-05-01_windowssucks.html">=> 2021-05-01 - I hate Microsoft</a><br>
</body>
<footer>
<hr>
<ul>
<li>Mail me: steven.gibone <at> zaclys (dot) net</li>
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
</ul>
</footer>
</html>