new branch for web-only
add templates for html removed everything gemini related :/ renamed ./web into ./html
This commit is contained in:
parent
72d1b6d01c
commit
5396bef80e
34 changed files with 616 additions and 362 deletions
11
README.md
11
README.md
|
@ -1,7 +1,8 @@
|
|||
# stevengibone.com gemini capsule
|
||||
# steven.gibone.fr
|
||||
|
||||
This is where all sources related to my Gemini capsule and my website go.
|
||||
|
||||
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).
|
||||
~~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.
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
# 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!
|
||||
|
||||
## logs
|
||||
|
||||
=> /gemlog/2024-05-06_weblogpomo2024_a_new_beginning.gmi 2024-05-06 - Let's try something new
|
||||
=> /gemlog/2021-05-04_networking_school.gmi 2021-05-04 - I'm learning networking
|
||||
=> /gemlog/2021-05-01_windowssucks.gmi 2021-05-01 - I hate Microsoft
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
=> mailto:steven@gibone.fr steven@gibone.fr
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com
|
|
@ -1,5 +0,0 @@
|
|||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
=> mailto:steven@gibone.fr steven@gibone.fr
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com
|
|
@ -1,7 +0,0 @@
|
|||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -1,18 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>PAGETITLE</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>
|
36
html-templates/homepage.html
Normal file
36
html-templates/homepage.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!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>
|
32
html-templates/template.html
Normal file
32
html-templates/template.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!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>$title$</h1>
|
||||
<time datetime="$date$">$date$</time>
|
||||
</header>
|
||||
<article>$body$</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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
90
html/index.html
Normal file
90
html/index.html
Normal file
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>about s.gibone</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>
|
||||
<pre><code> ▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
|
||||
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
|
||||
Est. 17th of February 2021.</code></pre>
|
||||
<div class="h-card">
|
||||
<img src="/portraitascii.png" alt="my profile pic" class="u-photo" hidden="">
|
||||
<p>
|
||||
Hello, je suis <span class="p-name">Steven GIBONE</span> et bienvenu dans mon petit coin d'internet.
|
||||
<span class="p-note">A ce jour (2024) je vis et travail en <span class="p-country-name">France</span> comme administrateur systèmes et réseaux junior.</span>
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="https://steven.gibone.fr" class="u-url">steven.gibone.fr</a></li>
|
||||
<li><a href="https://steven.gibone.fr/stev.asc" class="u-key">GPG key</a></li>
|
||||
<li><a href="mailto:steven@gibone.fr" class="u-email">steven@gibone.fr</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<p>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.</p>
|
||||
<p>Voici une liste non exhaustive de mes centres d’intérêt :</p>
|
||||
<ul>
|
||||
<li>le café (j’aime beaucoup, beaucoup le café)</li>
|
||||
<li>le logiciel libre / la culture libriste</li>
|
||||
<li>la culture maker / hacker (j’ai pas de bonne traduction pour ceux-là)</li>
|
||||
<li>les mathématiques (c’est ma formation initiale)</li>
|
||||
<li>la philosophie</li>
|
||||
<li>la politique / l’économie / la sociologie</li>
|
||||
<li>les jeux vidéos (dans mon <3 depuis ma tendre enfance)</li>
|
||||
<li>l’escalade (meilleur sport, vous ne me ferez pas changer d’avis là-dessus)</li>
|
||||
</ul>
|
||||
<p>Et voici une liste certainement pas bien tenue à jour de certains
|
||||
projets :</p>
|
||||
<ul>
|
||||
<li><a href="projects.html">projects</a></li>
|
||||
</ul>
|
||||
<h2 id="mes-lectures">Mes lectures</h2>
|
||||
<ul>
|
||||
<li>2022-?? <del>The Lord of the Rings: The Two Towers, J.R.R. Tolkien</del></li>
|
||||
<li>2022-?? <del>Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles</del></li>
|
||||
<li>2022-?? <del>En Travail, Bernard Friot et Frédéric Lordon</del></li>
|
||||
<li>2023-?? <del>Sortir de l’hétérosexualité, Juliet Drouart</del></li>
|
||||
<li>2023-?? <del>Beaufs et Barbares, Houria Bouteldja</del>
|
||||
(certainement un des bouquin les plus intéressant que j’ai lu, tout
|
||||
court)</li>
|
||||
<li>2023-08 <del>The curious incident of the dog in the night time, Mark Haddon</del>
|
||||
(un livre très touchant, drôle et intelligent)</li>
|
||||
</ul>
|
||||
<h2 id="les-jeux-auxquels-je-joue">Les jeux auxquels je joue</h2>
|
||||
<p>En ce moment c’est Hades 2.</p>
|
||||
<h2 id="logs">logs</h2>
|
||||
<p>find <a href="logs/index.html">all posts here</a></p>
|
||||
<ul>
|
||||
<li><a href="logs/2024-05-21_ecrire_cest_dur.html">2024-05-21 - Ecrire
|
||||
(régulièrement) c’est 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 -
|
||||
Let’s try something new</a></li>
|
||||
<li><a href="logs/2021-05-04_networking_school.html">2021-05-04 - I’m
|
||||
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 rel=me 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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
55
html/logs/2021-05-01_windowssucks.html
Normal file
55
html/logs/2021-05-01_windowssucks.html
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!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>
|
||||
<header>
|
||||
<h1>I hate Microsoft</h1>
|
||||
<time datetime="2021-05-01">2021-05-01</time>
|
||||
</header>
|
||||
<article><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! 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.</p>
|
||||
<p>Unfortunately these are not the only reasons I hate MS, they were
|
||||
just new reasons that added to the others.</p></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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
36
html/logs/2021-05-04_networking_school.html
Normal file
36
html/logs/2021-05-04_networking_school.html
Normal file
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<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">~/</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>I’m learning networking</h1>
|
||||
<time datetime="2021-05-04">2021-05-04</time>
|
||||
</header>
|
||||
<article><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></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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
63
html/logs/2024-05-06_weblogpomo2024_a_new_beginning.html
Normal file
63
html/logs/2024-05-06_weblogpomo2024_a_new_beginning.html
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>Let’s 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>
|
||||
<header>
|
||||
<h1>Let’s try something new</h1>
|
||||
<time datetime="2024-05-06">2024-05-06</time>
|
||||
</header>
|
||||
<article><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 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</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 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.</p>
|
||||
<p>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.</p></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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -13,13 +13,18 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">~/</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</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>
|
||||
<h1>I just found out about the IndieWeb</h1>
|
||||
<p>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
|
||||
<header>
|
||||
<h1>I just found out about the IndieWeb</h1>
|
||||
<time datetime="2024-05-08">2024-05-08</time>
|
||||
</header>
|
||||
<article><p>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.</p>
|
||||
<ul>
|
||||
|
@ -55,7 +60,7 @@ 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>
|
||||
</ul></article>
|
||||
<footer>
|
||||
<hr>
|
||||
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
|
62
html/logs/2024-05-21_ecrire_cest_dur.html
Normal file
62
html/logs/2024-05-21_ecrire_cest_dur.html
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>Écrire (régulièrement) c’est plus dur qu’il n’y 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>
|
||||
<header>
|
||||
<h1>Écrire (régulièrement) c’est plus dur qu’il n’y parait</h1>
|
||||
<time datetime="2024-05-21">2024-05-21</time>
|
||||
</header>
|
||||
<article><p>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.</p>
|
||||
<p>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 <em>fine</em>. je cherche pas spécialement
|
||||
à être lu, je cherche juste à avoir un lieu où m’exprimer librement.</p>
|
||||
<p>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.</p>
|
||||
<p>pour info, temps écoulé entre la rédaction des premiers mots de ce
|
||||
post et sa publication : 5j</p></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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
50
html/logs/index.html
Normal file
50
html/logs/index.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<!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>log index</h1>
|
||||
<time datetime=""></time>
|
||||
</header>
|
||||
<article><p>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!</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) c’est 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 -
|
||||
Let’s try something new</a></li>
|
||||
<li><a href="logs/2021-05-04_networking_school.html">2021-05-04 - I’m
|
||||
learning networking</a></li>
|
||||
<li><a href="logs/2021-05-01_windowssucks.html">2021-05-01 - I hate
|
||||
Microsoft</a></li>
|
||||
</ul></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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
BIN
html/portraitascii.png
Normal file
BIN
html/portraitascii.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
|
@ -12,45 +12,53 @@
|
|||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
<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>
|
||||
<h1># Current or finished projects</h1>
|
||||
|
||||
<p>sorted in reverse chronological order so that the most recent projects appears first:</p>
|
||||
|
||||
<h2>## 2023</h2>
|
||||
<header>
|
||||
<h1>Current or finished projects</h1>
|
||||
<time datetime=""></time>
|
||||
</header>
|
||||
<article><p>sorted in reverse chronological order so that the most
|
||||
recent projects appears first:</p>
|
||||
<h2 id="section">2023</h2>
|
||||
<ul>
|
||||
<li>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)</li>
|
||||
<li>once again i returned to <em>Gitea</em> because i had performance issues with <em>OneDev</em></li>
|
||||
<li>resuscitate my gemini capsule again after reading an article by Ploum</li>
|
||||
<li>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)</li>
|
||||
<li>once again i returned to <em>Gitea</em> because i had performance
|
||||
issues with <em>OneDev</em></li>
|
||||
<li>resuscitate my gemini capsule again after reading an article by
|
||||
Ploum
|
||||
<ul>
|
||||
<li>gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<a href="gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi">=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi</a><br>
|
||||
|
||||
<h2>## 2022</h2>
|
||||
<h2 id="section-1">2022</h2>
|
||||
<ul>
|
||||
<li>settle to <em>Onedev</em></li>
|
||||
<li>tried <em>gitolite</em> and <em>cgit</em> replacement of <em>Gitea</em></li>
|
||||
<li>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.</li>
|
||||
<li>multiple things of which I didn't keep records</li>
|
||||
<li>tried <em>gitolite</em> and <em>cgit</em> replacement of
|
||||
<em>Gitea</em></li>
|
||||
<li>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.</li>
|
||||
<li>multiple things of which I didn’t keep records</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>## 2021</h2>
|
||||
<h2 id="section-2">2021</h2>
|
||||
<ul>
|
||||
<li>migrate website from PicoCMS to 11ty</li>
|
||||
<li>installed agate to serve this gemini capsule :)</li>
|
||||
<li>migrated from Gogs to Gitea because it was easy and Gitea has a mobile UI contrary to Gogs. Lives at the same address.</li>
|
||||
<li>migrated from Gogs to Gitea because it was easy and Gitea has a
|
||||
mobile UI contrary to Gogs. Lives at the same address.</li>
|
||||
<li>bought a domain name for my website.</li>
|
||||
<li>installed Gogs on my Raspberry Pi now with remote access</li>
|
||||
<li>installed Pi-Hole on my Raspberry Pi</li>
|
||||
<li>built my website using PicoCMS</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</ul></article>
|
||||
<footer>
|
||||
<hr>
|
||||
<a href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
|
13
html/stev.asc
Normal file
13
html/stev.asc
Normal file
|
@ -0,0 +1,13 @@
|
|||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||
|
||||
mDMEZk2YAhYJKwYBBAHaRw8BAQdACu0yKDJwpOLh5Xi21RfGYZ9MWaYgF6d86HjQ
|
||||
EqjHI920IHN0ZXZlbiBnaWJvbmUgPHN0ZXZlbkBnaWJvbmUuZnI+iJMEExYKADsW
|
||||
IQQ4n5dIYYDCwfsMC+Arz3BdEACjNgUCZk2YAgIbAwULCQgHAgIiAgYVCgkICwIE
|
||||
FgIDAQIeBwIXgAAKCRArz3BdEACjNl9SAP0Y9F6PCER1ms/kUNyfo8fFIowlM2cg
|
||||
5XbHyCkhCdanDwD+PK2RmpcbXq2f4tQEwfBV+FlvvyUfqcrvi3XEyJBnVga4OARm
|
||||
TZgCEgorBgEEAZdVAQUBAQdA+O7DFp42MnkhqHZaM/iuBDtZKQuiM1kORUw1/NO3
|
||||
omsDAQgHiHgEGBYKACAWIQQ4n5dIYYDCwfsMC+Arz3BdEACjNgUCZk2YAgIbDAAK
|
||||
CRArz3BdEACjNoyXAPwJmKkbbWaj6I2ANnQy/NA79s809HzyDXxjwRwy637pAQD/
|
||||
QFEq7B+HCWS4jtu3CWL0O8kAatM2WIj2sApFO7gKPw0=
|
||||
=RuGh
|
||||
-----END PGP PUBLIC KEY BLOCK-----
|
|
@ -21,6 +21,21 @@ h1,h2,h3 {
|
|||
border-bottom: dashed 1px;
|
||||
}
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin: 0px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
header time {
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1em 0em 1em;
|
||||
}
|
||||
|
@ -28,12 +43,12 @@ p {
|
|||
pre {
|
||||
border: solid 2px;
|
||||
padding: 15px;
|
||||
font-size: 16px;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: initial;
|
||||
list-style-type: "> "
|
||||
list-style-type: "> ";
|
||||
}
|
||||
|
||||
hr {
|
||||
|
@ -68,3 +83,15 @@ footer ul {
|
|||
border: 1px solid darkslategrey;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
nav ul {
|
||||
display: block;
|
||||
border: 1px solid;
|
||||
padding: 20px 0px 20px 40px;
|
||||
list-style-type: "> ";
|
||||
}
|
||||
pre {
|
||||
display: none;
|
||||
}
|
||||
}
|
|
@ -1,34 +1,42 @@
|
|||
``` ascii art showing my name: Steven Gibone.
|
||||
▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
|
||||
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
|
||||
Est. 17th of February 2021.
|
||||
---
|
||||
title: about s.gibone
|
||||
author: steven gibone
|
||||
date: 2021-02-17
|
||||
---
|
||||
```
|
||||
▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
|
||||
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
|
||||
Est. 17th of February 2021.
|
||||
```
|
||||
|
||||
# about Steven GIBONE
|
||||
=> gibone-CV.pdf mon CV (pdf)
|
||||
|
||||
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
|
||||
=> https://steven.gibone.fr
|
||||
Si vous ne connaissez pas le protocol *gemini* et que vous appreciez un internet plus minimaliste ou que vous êtes curieux je vous encourage fortement à aller voir par là :
|
||||
=> https://gemini.circumlunar.space/
|
||||
|
||||
* [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 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à)
|
||||
* 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)
|
||||
* 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.gmi projects
|
||||
|
||||
* [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~~
|
||||
|
@ -37,19 +45,16 @@ Et voici une liste certainement pas bien tenue à jour de certains projets :
|
|||
* 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
|
||||
Je joue très peu en ce moment mais si j'en lance un c'est parmi ceux là :
|
||||
* HADES 2
|
||||
|
||||
En ce moment c'est Hades 2.
|
||||
|
||||
## logs
|
||||
=> /gemlog/index.gmi all gemlogs here
|
||||
|
||||
=> /gemlog/2024-05-06_weblogpomo2024_a_new_beginning.gmi 2024-05-06 - Let's try something new
|
||||
=> /gemlog/2021-05-04_networking_school.gmi 2021-05-04 - I'm learning networking
|
||||
=> /gemlog/2021-05-01_windowssucks.gmi 2021-05-01 - I hate Microsoft
|
||||
find [all posts here](logs/index.html)
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
* [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)
|
||||
|
||||
=> mailto:steven@gibone.fr steven@gibone.fr
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com
|
|
@ -1,4 +1,7 @@
|
|||
# I hate Microsoft
|
||||
---
|
||||
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.
|
||||
|
||||
|
@ -8,9 +11,3 @@ All this was so I could play Minecraft with my SO. I had not played Minecraft in
|
|||
|
||||
Unfortunately these are not the only reasons I hate MS, they were just new reasons that added to the others.
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
=> mailto:steven@gibone.fr steven@gibone.fr
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com
|
|
@ -1,10 +1,7 @@
|
|||
# I'm learning networking
|
||||
---
|
||||
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...
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
=> mailto:steven@gibone.fr steven@gibone.fr
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com
|
|
@ -1,17 +1,14 @@
|
|||
# Let's try something new
|
||||
---
|
||||
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
|
||||
|
||||
=> https://blog.darylsun.page/2024/05/04/weblogpomo-2024-day-1-4-blog-construction-post-mortem-1
|
||||
=> https://weblog.anniegreens.lol/weblog-posting-month-2024
|
||||
* [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.
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
=> mailto:steven@gibone.fr steven@gibone.fr
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com
|
20
markdown/logs/2024-05-08_i_just_found_out_about_indieweb.md
Normal file
20
markdown/logs/2024-05-08_i_just_found_out_about_indieweb.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
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)
|
13
markdown/logs/2024-05-21_ecrire_cest_dur.md
Normal file
13
markdown/logs/2024-05-21_ecrire_cest_dur.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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
|
||||
|
15
markdown/logs/index.md
Normal file
15
markdown/logs/index.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
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!
|
||||
|
||||
## 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)
|
||||
|
|
@ -1,21 +1,25 @@
|
|||
# Current or finished projects
|
||||
---
|
||||
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
|
||||
* 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.
|
||||
|
@ -24,9 +28,3 @@ sorted in reverse chronological order so that the most recent projects appears f
|
|||
* installed Pi-Hole on my Raspberry Pi
|
||||
* built my website using PicoCMS
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
=> mailto:steven@gibone.fr steven@gibone.fr
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com
|
|
@ -1,35 +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">/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>
|
||||
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -1,29 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -1,36 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>Let's 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">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># Let's try something new</h1>
|
||||
|
||||
<p>i just found out about <em></em>WeblogPoMo2024<em></em>, 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</p>
|
||||
|
||||
<a href="https://blog.darylsun.page/2024/05/04/weblogpomo-2024-day-1-4-blog-construction-post-mortem-1">=> https://blog.darylsun.page/2024/05/04/weblogpomo-2024-day-1-4-blog-construction-post-mortem-1</a><br>
|
||||
<a href="https://weblog.anniegreens.lol/weblog-posting-month-2024">=> https://weblog.anniegreens.lol/weblog-posting-month-2024</a><br>
|
||||
|
||||
<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 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.</p>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -1,36 +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">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># log index</h1>
|
||||
<p>Ici vous verrez tous les posts que j'ai écrit pour ce site, je vais râler, certainement.</p>
|
||||
<p>Here will live gemlog posts about nothing and everything, I will rant about a lot of thing, I could I not, you deserve entertainment!</p>
|
||||
|
||||
<h2>## logs</h2>
|
||||
|
||||
<a href="/gemlog/2024-05-08_i_just_found_out_about_indieweb.html">=> 2024-05-08 - I just found out about IndieWeb</a><br>
|
||||
<a href="/gemlog/2024-05-06_weblogpomo2024_a_new_beginning.html">=> 2024-05-06 - Let's try something new</a><br>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
|
@ -1,84 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>about Steven GIBONE</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>
|
||||
<pre>
|
||||
▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
|
||||
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
|
||||
Est. 17th of February 2021.
|
||||
</pre>
|
||||
|
||||
<h1># about Steven GIBONE</h1>
|
||||
<a href="gibone-CV.pdf">=> mon CV (pdf)</a><br>
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>J'ai à la fois un site <em>web</em> et une <em>capsule gemini</em>:</p>
|
||||
<a href="gemini://steven.gibone.fr">=> gemini://steven.gibone.fr</a><br>
|
||||
<a href="https://steven.gibone.fr">=> https://steven.gibone.fr</a><br>
|
||||
<p>Si vous ne connaissez pas le protocol <em>gemini</em> et que vous appreciez un internet plus minimaliste ou que vous êtes curieux je vous encourage fortement à aller voir par là :</p>
|
||||
<a href="https://gemini.circumlunar.space/">=> https://gemini.circumlunar.space/</a><br>
|
||||
|
||||
<p>Voici une liste non exhaustive de mes centres d'interêt :</p>
|
||||
<ul>
|
||||
<li>le café (j'aime beaucoup beaucoup le café)</li>
|
||||
<li>le logiciel libre / la culture libriste</li>
|
||||
<li>la culture maker / hacker (j'ai pas de bonne traduction pour ceux là)</li>
|
||||
<li>les mathématiques (c'est ma formation initiale)</li>
|
||||
<li>la philosophie</li>
|
||||
<li>la politique / l'économie / la sociologie</li>
|
||||
<li>les jeux vidéos (dans mon <3 depuis ma tendre enfance)</li>
|
||||
<li>l'escalade (meilleur sport, vous ne me ferez pas changer d'avis là dessus)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p>Et voici une liste certainement pas bien tenue à jour de certains projets :</p>
|
||||
<a href="projects.html">=> projects</a><br>
|
||||
|
||||
<h2>## Mes lectures</h2>
|
||||
<ul>
|
||||
<li>2022-?? <s>The Lord of the Rings: The Two Towers, J.R.R. Tolkien</s></li>
|
||||
<li>2022-?? <s>Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles</s></li>
|
||||
<li>2022-?? <s>En Travail, Bernard Friot et Frédéric Lordon</s></li>
|
||||
<li>2023-?? <s>Sortir de l'hétérosexualité, Juliet Drouart</s></li>
|
||||
<li>2023-?? <s>Beaufs et Barbares, Houria Bouteldja</s> (certainement un des bouquin les plus intéressant que j'ai lu, tout court)</li>
|
||||
<li>2023-08 <s>The curious incident of the dog in the night time, Mark Haddon</s> (un livre très touchant, drôle et intelligent)</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>## Les jeux auxquels je joue</h2>
|
||||
<p>Je joue très peu en ce moment mais si j'en lance un c'est parmi ceux là :</p>
|
||||
<ul>
|
||||
<li>Street Fighter 6</li>
|
||||
<li>Dwarf Fortress</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>## logs</h2>
|
||||
<a href="/gemlog/index.html">=> all gemlogs here</a><br>
|
||||
|
||||
<a href="/gemlog/2024-05-06_weblogpomo2024_a_new_beginning.html">=> 2024-05-06 - Let's try something new</a><br>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue