purging old stuff

This commit is contained in:
stev 2024-09-06 23:28:45 +02:00
parent 1719c5d82d
commit 6e211fbdba
22 changed files with 0 additions and 720 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

View file

@ -1,70 +0,0 @@
body {
font-family: monospace;
font-size: 21px;
max-width: 80ch;
margin: auto;
background: black;
color: lime;
border: solid 2px;
padding: 15px;
}
a {
color: orange;
text-decoration: underline dotted;
}
a:visited {
color: chocolate;
}
h1,h2,h3 {
border-bottom: dashed 1px;
}
p {
margin: 1em 0em 1em;
}
pre {
border: solid 2px;
padding: 15px;
font-size: 16px;
}
ul {
margin: initial;
list-style-type: "> ";
}
hr {
margin-top: 20px;
border: 1px solid lime;
}
nav ul {
display: flex;
list-style: none;
}
nav ul li {
margin: 0% 2%;
}
footer ul {
list-style: none;
}
@media (prefers-color-scheme: light) {
body {
background: oldlace;
color: darkslategrey;
}
a {
color: chocolate;
}
a:visited {
color: maroon;
}
hr {
border: 1px solid darkslategrey;
}
}

View file

@ -1,39 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>$title$</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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<article class="h-entry">
<header>
<h1 class="p-name">$title$</h1>
<time class="dt-published" datetime="$date$">$date$</time>
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
<a class="u-url" href="/logs/$sourcefile$">permalink</a>
</header>
<div class="e-content">
$body$
</div>
</article>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

View file

@ -1,36 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>$title$</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="pgpkey" href="/stev.asc">
<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">~/</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-CV.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<div class="h-card">
<p>
Hello, je suis <a href="https://steven.gibone.fr" class="p-name u-url">Steven GIBONE</a> et bienvenu dans mon petit coin d'internet.
<span class="p-note">A ce jour (2024) je suis administrateur systèmes et réseaux junior, je ne sais toujours pas dans quelle mesure ce site sera tenu à jour et je risque d'alterner entre l'anglais et le français, vous êtes prévenus.</span>
</p>
<a href="https://steven.gibone.fr">steven.gibone.fr</a>
</div>
$body$
<footer>
<hr>
<a rel=me href="mailto:steven@gibone.fr" class="u-email">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
</footer>
</body>
</html>

View file

@ -1,32 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>$title$</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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<header>
<h1 class="p-name">$title$</h1>
</header>
$body$
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

View file

@ -1,62 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<article class="h-entry">
<header>
<h1 class="p-name">I hate Microsoft</h1>
<time class="dt-published" datetime="2021-05-01">2021-05-01</time>
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
<a class="u-url" href="/logs/./2021-05-01_windowssucks.html">permalink</a>
</header>
<div class="e-content">
<p>Yep, like a lot of people I hate Microsoft so Ill 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 hadnt 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 parents
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! 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 dont want my pc to send MS data about what I do on my computer I also
have to give up having Windows updates. 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 dont 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>
</div>
</article>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

View file

@ -1,43 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>Im 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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<article class="h-entry">
<header>
<h1 class="p-name">Im learning networking</h1>
<time class="dt-published" datetime="2021-05-04">2021-05-04</time>
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
<a class="u-url" href="/logs/./2021-05-04_networking_school.html">permalink</a>
</header>
<div class="e-content">
<p>Im currently learning networking stuff to become a sysadmin on my
own waiting for the formation to start. Im looking at a free Coursera
course and videos on Youtube and Im 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>
</div>
</article>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

View file

@ -1,70 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>Lets try something new</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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<article class="h-entry">
<header>
<h1 class="p-name">Lets try something new</h1>
<time class="dt-published" datetime="2024-05-06">2024-05-06</time>
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
<a class="u-url" href="/logs/./2024-05-06_weblogpomo2024_a_new_beginning.html">permalink</a>
</header>
<div class="e-content">
<p>i just found out about <strong>WeblogPoMo2024</strong>, which is just
another challenge encouraging people to blog everyday (or as much as
possible) during May 2024. I wont force myself to do it every single
day but it might give me the push i needed to finaly start something
here. i read about it in Daryl Suns latest post who in turn joined
because of anniegreenss blog</p>
<ul>
<li><a
href="https://blog.darylsun.page/2024/05/04/weblogpomo-2024-day-1-4-blog-construction-post-mortem-1">Weblog
Posting Month 2024 Days 1-4 — Blog Construction Post-Mortem, Part
1</a></li>
<li><a
href="https://weblog.anniegreens.lol/weblog-posting-month-2024">weblog-posting-month-2024</a></li>
</ul>
<p>the first step is to find a “theme” for the month, something that i
can give me material for the whole month. for example, this month im
trying to get back into mathematics so i might talk about where im at.
im also trying to blog more, which forces me to use my gmirator tool
more and that will certainly prompt new ideas for improving it idk. like
right now im writing in english but i also post in french so i need a
way to easily differenciate between both so pages are announced in the
correct language. also, im writing in a journal kind of every day so
there might be something in there for me to write about. for instance, i
might want to talk about how i dislike windows both windows desktop
versions and windows-server. im watching more movies so why not write a
review about them. its probably worth nothing to anybody but future me
that wants to remember i thought about them. well, i guess theres no
theme, only whatever crosses my mind.</p>
<p>i shouldnt worry about article length either and concentrate on
publishing whenever i feel like ive said enough on the matter. since i
started in english i might just continue like that but nothings
sure.</p>
</div>
</article>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

View file

@ -1,77 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>I just found out about the IndieWeb</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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<article class="h-entry">
<header>
<h1 class="p-name">I just found out about the IndieWeb</h1>
<time class="dt-published" datetime="2024-05-08">2024-05-08</time>
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
<a class="u-url" href="/logs/./2024-05-08_i_just_found_out_about_indieweb.html">permalink</a>
</header>
<div class="e-content">
<p>Im learning a lot about the IndieWeb, or the personal web or
wherever terminology you like best. To get quick examples of what it can
be, check out Marginalias site explorer. im also finding out about
webrings and webmentions which sound very cool, i might implement the
latter here some day im not too lazy.</p>
<ul>
<li><a href="https://indieweb.org/">IndieWeb</a></li>
<li><a href="https://explore.marginalia.nu/view">Marginalias site
explorer</a></li>
</ul>
<p>This idea of a smol web, I was already kinda part of it without
knowing. Thats because I was exposed to gemini a few years ago and I
loved it. I made a capsule and a website. To stay consistent with the
idea of simplicity that i liked, I build the website from the gemtext
files I wrote for Gemini using a tool I wrote myself. Im not saying
that for bragging purposes but because the specs for gemtext are very
easy to understand and parse. I wouldnt have done the same for
markdown, then I would just use the wonderful pandoc</p>
<p>but the IndieWeb is very diverse, there are people like me that stay
close to something very simplistic, minimalist even; and others are just
living their best 1990s life. Some people love GIFs, fancy fonts and
colorful page with an animated image as a background and others prefer
their pages less… Loaded. A very big advantage of a movement like the
IndieWeb over something like gemini is how personal you can make it,
there is a customizability that is just not available with Gemini (its
on purpose that Gemini doesnt do that).</p>
<p>Theres a lot to love about Gemini and theres a lot not to love too.
The barrier to entry is too high for someone that is not a tech
enthusiast. My family will sooner find how to host a website than a
gemini capsule. I wont add much to this discussion but i will link some
articles i found interesting</p>
<ul>
<li><a
href="https://マリウス.com/gemini-is-solutionism-at-its-worst/">Gemini
is Solutionism at its Worst</a></li>
<li><a
href="https://andregarzia.com/2022/01/gemini-is-a-little-gem.html">Gemini
Is A Little Gem</a></li>
</ul>
</div>
</article>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

View file

@ -1,69 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>Écrire (régulièrement) cest plus dur quil ny parait</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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<article class="h-entry">
<header>
<h1 class="p-name">Écrire (régulièrement) cest plus dur quil ny
parait</h1>
<time class="dt-published" datetime="2024-05-21">2024-05-21</time>
<a class="p-author h-card" href="https://steven.gibone.fr">s.gibone</a>
<a class="u-url" href="/logs/./2024-05-21_ecrire_cest_dur.html">permalink</a>
</header>
<div class="e-content">
<p>Bon, jai absolument pas tenu le rythme décriture que jaurai voulu.
en fait cest plus dur que ce que je pensais de prendre le temps de le
faire. entre mon envie de jouer à hades-2, mon envie de coder et le tout
simplement passer du temps avec des proches et me reposer. à la fin de
la journée il reste peu de temps. aujourdhui par exemple. après le
travail jai passé du temps avec ma copine et des ami·es, on a pris un
goûter, on a pris des chocolats puis en rentrant on mange, on discute et
PAF, il est vite 23h. au moment où jécris ces mots il est exactement
00:30 et je ne vais pas finir tout de suite. jattendrai demain pour
terminer ce post et jespère le publier dans la foulée.</p>
<p>je vois bien quel est mon problème pour publier. jattends de pouvoir
parler dun sujet bien précis mais je suis pas obligé. rien ne mempêche
de juste raconter ma vie. si ça intéresse personne bah tant pis.
peut-être que dans lhistoire de lunivers mes mots ne seront lu que par
4 personnes dont moi et cest <em>fine</em>. je cherche pas spécialement
à être lu, je cherche juste à avoir un lieu où mexprimer librement.</p>
<p>Par exemple aujourdhui je suis allé grimper avec des collègues, on
est resté 4h30 dont 1h de pause après environ 2h. jai plutôt bien
grimpé, plus que dhabitude, je grimpe rarement aussi longtemps en une
seule séance. au niveau des perfs aussi cétait pas mal, je continuais
de faire des blocs dans mon niveau après plus de 3h donc pas trop mal.
cette séance ma un peu réconcilier avec mon niveau et notamment avec
mon endurance. je métais toujours considéré comme étant ni fort, ni
endurant et maintenant jai pu voir que jai plus de force et
dexplosivité que ce que je pensais mais aussi plus dendurance. ça me
motive encore plus pour faire de la voie, dabord en SAE puis en
falaise, ça me ferait vraiment plaisir de retourner grimper sur de la
roche naturelle.</p>
<p>pour info, temps écoulé entre la rédaction des premiers mots de ce
post et sa publication : 5j</p>
</div>
</article>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

View file

@ -1,50 +0,0 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<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">~/</a></li>
<li><a href="/logs/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-cv.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<header>
<h1 class="p-name">log index</h1>
</header>
<p>Ici vous verrez tous les posts que jai écrit pour ce site, je vais
râler, certainement. Here will live logs about nothing and everything, I
will rant about a lot of thing, I could I not, you deserve
entertainment!</p>
<h2 id="logs">logs</h2>
<ul>
<li><a href="/logs/2024-05-21_ecrire_cest_dur.html">2024-05-21 - Ecrire
(régulièrement) cest dur</a></li>
<li><a
href="/logs/2024-05-08_i_just_found_out_about_indieweb.html">2024-05-08
- I just found out about the IndieWeb</a></li>
<li><a
href="/logs/2024-05-06_weblogpomo2024_a_new_beginning.html">2024-05-06 -
Lets try something new</a></li>
<li><a href="/logs/2021-05-04_networking_school.html">2021-05-04 - Im
learning networking</a></li>
<li><a href="/logs/2021-05-01_windowssucks.html">2021-05-01 - I hate
Microsoft</a></li>
</ul>
<footer>
<hr>
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
</footer>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 276 KiB

View file

@ -1,60 +0,0 @@
---
title: about s.gibone
author: steven gibone
date: 2021-02-17
---
```
▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
Est. 17th of February 2021.
```
Hey, je suis Steven et bienvenu dans mon petit coin d'internet. A ce jour (2024) je suis administrateur systèmes et réseaux junior, je ne sais toujours pas dans quelle mesure ce site sera tenu à jour et je risque d'alterner entre l'anglais et le français, vous êtes prévenus.
J'ai à la fois un site *web* et une *capsule gemini*:
* [gemini://steven.gibone.fr](gemini://steven.gibone.fr)
* [https://steven.gibone.fr](https://steven.gibone.fr)
Si vous ne connaissez pas le protocole *gemini* et que vous appréciez un internet plus minimaliste ou que vous êtes curieux je vous encourage fortement à aller voir par là :
* https://gemini.circumlunar.space/
Voici une liste non exhaustive de mes centres d'interêt :
* le café (j'aime beaucoup, beaucoup le café)
* le logiciel libre / la culture libriste
* la culture maker / hacker (j'ai pas de bonne traduction pour ceux-là)
* les mathématiques (c'est ma formation initiale)
* la philosophie
* la politique / l'économie / la sociologie
* les jeux vidéos (dans mon <3 depuis ma tendre enfance)
* l'escalade (meilleur sport, vous ne me ferez pas changer d'avis là-dessus)
Et voici une liste certainement pas bien tenue à jour de certains projets :
* [projects](projects.html)
## Mes lectures
* 2022-?? ~~The Lord of the Rings: The Two Towers, J.R.R. Tolkien~~
* 2022-?? ~~Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles~~
* 2022-?? ~~En Travail, Bernard Friot et Frédéric Lordon~~
* 2023-?? ~~Sortir de l'hétérosexualité, Juliet Drouart~~
* 2023-?? ~~Beaufs et Barbares, Houria Bouteldja~~ (certainement un des bouquin les plus intéressant que j'ai lu, tout court)
* 2023-08 ~~The curious incident of the dog in the night time, Mark Haddon~~ (un livre très touchant, drôle et intelligent)
## Les jeux auxquels je joue
En ce moment c'est Hades 2.
## logs
find [all posts here](logs/index.html)
* [2024-05-21 - Ecrire (régulièrement) c'est dur](logs/2024-05-21_ecrire_cest_dur.html)
* [2024-05-08 - I just found out about the IndieWeb](logs/2024-05-08_i_just_found_out_about_indieweb.html)
* [2024-05-06 - Let's try something new](logs/2024-05-06_weblogpomo2024_a_new_beginning.html)
* [2021-05-04 - I'm learning networking](logs/2021-05-04_networking_school.html)
* [2021-05-01 - I hate Microsoft](logs/2021-05-01_windowssucks.html)

View file

@ -1,13 +0,0 @@
---
title: I hate Microsoft
date: 2021-05-01
---
Yep, like a lot of people I hate Microsoft so I'll try to be a little specific.
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!
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.
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.
Unfortunately these are not the only reasons I hate MS, they were just new reasons that added to the others.

View file

@ -1,7 +0,0 @@
---
title: I'm learning networking
date: 2021-05-04
---
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...

View file

@ -1,14 +0,0 @@
---
title: Let's try something new
date: 2024-05-06
---
i just found out about **WeblogPoMo2024**, which is just another challenge encouraging people to blog everyday (or as much as possible) during May 2024. I won't force myself to do it every single day but it might give me the push i needed to finaly start something here. i read about it in Daryl Sun's latest post who in turn joined because of anniegreens's blog
* [Weblog Posting Month 2024 Days 1-4 — Blog Construction Post-Mortem, Part 1](https://blog.darylsun.page/2024/05/04/weblogpomo-2024-day-1-4-blog-construction-post-mortem-1)
* [weblog-posting-month-2024](https://weblog.anniegreens.lol/weblog-posting-month-2024)
the first step is to find a "theme" for the month, something that i can give me material for the whole month. for example, this month i'm trying to get back into mathematics so i might talk about where i'm at. i'm also trying to blog more, which forces me to use my gmirator tool more and that will certainly prompt new ideas for improving it idk. like right now i'm writing in english but i also post in french so i need a way to easily differenciate between both so pages are announced in the correct language. also, i'm writing in a journal kind of every day so there might be something in there for me to write about. for instance, i might want to talk about how i dislike windows both windows desktop versions and windows-server. i'm watching more movies so why not write a review about them. it's probably worth nothing to anybody but future me that wants to remember i thought about them. well, i guess there's no theme, only whatever crosses my mind.
i shouldn't worry about article length either and concentrate on publishing whenever i feel like i've said enough on the matter. since i started in english i might just continue like that but nothing's sure.

View file

@ -1,20 +0,0 @@
---
title: I just found out about the IndieWeb
date: 2024-05-08
---
I'm learning a lot about the IndieWeb, or the personal web or wherever terminology you like best. To get quick examples of what it can be, check out Marginalia's site explorer. i'm also finding out about webrings and webmentions which sound very cool, i might implement the latter here some day i'm not too lazy.
* [IndieWeb](https://indieweb.org/)
* [Marginalia's site explorer](https://explore.marginalia.nu/view)
This idea of a smol web, I was already kinda part of it without knowing. That's because I was exposed to gemini a few years ago and I loved it. I made a capsule and a website. To stay consistent with the idea of simplicity that i liked, I build the website from the gemtext files I wrote for Gemini using a tool I wrote myself. I'm not saying that for bragging purposes but because the specs for gemtext are very easy to understand and parse. I wouldn't have done the same for markdown, then I would just use the wonderful pandoc
but the IndieWeb is very diverse, there are people like me that stay close to something very simplistic, minimalist even; and others are just living their best 1990s life. Some people love GIFs, fancy fonts and colorful page with an animated image as a background and others prefer their pages less... Loaded. A very big advantage of a movement like the IndieWeb over something like gemini is how personal you can make it, there is a customizability that is just not available with Gemini (it's on purpose that Gemini doesn't do that).
There's a lot to love about Gemini and there's a lot not to love too. The barrier
to entry is too high for someone that is not a tech enthusiast. My family will
sooner find how to host a website than a gemini capsule. I won't add much to this
discussion but i will link some articles i found interesting
* [Gemini is Solutionism at its Worst](https://マリウス.com/gemini-is-solutionism-at-its-worst/)
* [Gemini Is A Little Gem](https://andregarzia.com/2022/01/gemini-is-a-little-gem.html)

View file

@ -1,13 +0,0 @@
---
title: Écrire (régulièrement) c'est plus dur qu'il n'y parait
date: 2024-05-21
---
Bon, j'ai absolument pas tenu le rythme d'écriture que j'aurai voulu. en fait c'est plus dur que ce que je pensais de prendre le temps de le faire. entre mon envie de jouer à hades-2, mon envie de coder et le tout simplement passer du temps avec des proches et me reposer. à la fin de la journée il reste peu de temps. aujourd'hui par exemple. après le travail j'ai passé du temps avec ma copine et des ami·es, on a pris un goûter, on a pris des chocolats puis en rentrant on mange, on discute et PAF, il est vite 23h. au moment où j'écris ces mots il est exactement 00:30 et je ne vais pas finir tout de suite. j'attendrai demain pour terminer ce post et j'espère le publier dans la foulée.
je vois bien quel est mon problème pour publier. j'attends de pouvoir parler d'un sujet bien précis mais je suis pas obligé. rien ne m'empêche de juste raconter ma vie. si ça intéresse personne bah tant pis. peut-être que dans l'histoire de l'univers mes mots ne seront lu que par 4 personnes dont moi et c'est *fine*. je cherche pas spécialement à être lu, je cherche juste à avoir un lieu où m'exprimer librement.
Par exemple aujourd'hui je suis allé grimper avec des collègues, on est resté 4h30 dont 1h de pause après environ 2h. j'ai plutôt bien grimpé, plus que d'habitude, je grimpe rarement aussi longtemps en une seule séance. au niveau des perfs aussi c'était pas mal, je continuais de faire des blocs dans mon niveau après plus de 3h donc pas trop mal. cette séance m'a un peu réconcilier avec mon niveau et notamment avec mon endurance. je m'étais toujours considéré comme étant ni fort, ni endurant et maintenant j'ai pu voir que j'ai plus de force et d'explosivité que ce que je pensais mais aussi plus d'endurance. ça me motive encore plus pour faire de la voie, d'abord en SAE puis en falaise, ça me ferait vraiment plaisir de retourner grimper sur de la roche naturelle.
pour info, temps écoulé entre la rédaction des premiers mots de ce post et sa publication : 5j

View file

@ -1,15 +0,0 @@
---
title: log index
---
Ici vous verrez tous les posts que j'ai écrit pour ce site, je vais râler, certainement.
Here will live logs about nothing and everything, I will rant about a lot of thing, I could I not, you deserve entertainment!
## logs
* [2024-05-21 - Ecrire (régulièrement) c'est dur](/logs/2024-05-21_ecrire_cest_dur.html)
* [2024-05-08 - I just found out about the IndieWeb](/logs/2024-05-08_i_just_found_out_about_indieweb.html)
* [2024-05-06 - Let's try something new](/logs/2024-05-06_weblogpomo2024_a_new_beginning.html)
* [2021-05-04 - I'm learning networking](/logs/2021-05-04_networking_school.html)
* [2021-05-01 - I hate Microsoft](/logs/2021-05-01_windowssucks.html)

View file

@ -1,30 +0,0 @@
---
title: Current or finished projects
---
sorted in reverse chronological order so that the most recent projects appears first:
## 2023
* started to work on a tool to help publish both a website and a gemini capsule (it's mostly a way for me to learn Python and programming in general)
* once again i returned to *Gitea* because i had performance issues with *OneDev*
* resuscitate my gemini capsule again after reading an article by Ploum
* gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi
## 2022
* settle to *Onedev*
* tried *gitolite* and *cgit* replacement of *Gitea*
* a lot of testing of different minecraft servers and frontend to manage them. I finaly dicided to keep it simple by using cronjobs and tmux. I found that web dashboards are to cumbersome and not flexible enough.
* multiple things of which I didn't keep records
## 2021
* migrate website from PicoCMS to 11ty
* installed agate to serve this gemini capsule :)
* migrated from Gogs to Gitea because it was easy and Gitea has a mobile UI contrary to Gogs. Lives at the same address.
* bought a domain name for my website.
* installed Gogs on my Raspberry Pi now with remote access
* installed Pi-Hole on my Raspberry Pi
* built my website using PicoCMS