update readme 2024_09

This commit is contained in:
stev 2024-09-06 17:01:10 +02:00
parent 8ce8d5fca2
commit 1719c5d82d
6 changed files with 56 additions and 14 deletions

View file

@ -3,6 +3,9 @@
~~I write everything in gemtext first and only then generate the html for the web
using my own tool [Gmirator](https://git.stevengibone.com/stev/Gmirator.git).~~
je n'écris plus pour Gemini. je ferai sûrement un post un jour pour dire pourquoi.
j'écris maintenant tout en markdown puis via un script tout bête utilisant pandoc et
des templates je transforme tout en HTML.
2024_05 : je n'écris plus pour Gemini. je ferai sûrement un post un jour pour dire
pourquoi. j'écris maintenant tout en markdown puis via un script tout bête utilisant
pandoc et des templates je transforme tout en HTML.
2024_09 : bon, en fait je vais dégager la partie blog pour le moment et écrire le
HTML directement.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 276 KiB

View file

@ -0,0 +1,39 @@
<!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

@ -19,14 +19,14 @@
</ul>
</nav>
<header>
<h1>$title$</h1>
<time datetime="$date$">$date$</time>
<h1 class="p-name">$title$</h1>
</header>
<article>$body$</article>
$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

@ -5,8 +5,8 @@ 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.
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

@ -3,13 +3,13 @@ title: log index
---
Ici vous verrez tous les posts que j'ai écrit pour ce site, je vais râler, certainement.
Here will live gemlog posts about nothing and everything, I will rant about a lot of thing, I could I not, you deserve entertainment!
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)
* [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)