Compare commits
9 commits
1cee67b2fd
...
1719c5d82d
Author | SHA1 | Date | |
---|---|---|---|
1719c5d82d | |||
8ce8d5fca2 | |||
5396bef80e | |||
72d1b6d01c | |||
a54a9c801b | |||
21971a7c24 | |||
488ceb044f | |||
b10c309c03 | |||
92282e3b94 |
40 changed files with 927 additions and 482 deletions
12
README.md
12
README.md
|
@ -1,7 +1,11 @@
|
|||
# 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).
|
||||
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.
BIN
assets/portraitascii.png
Normal file
BIN
assets/portraitascii.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 276 KiB |
|
@ -1,15 +1,17 @@
|
|||
body {
|
||||
font-family: monospace;
|
||||
font-size: 21px;
|
||||
max-width: 80ch;
|
||||
margin: auto;
|
||||
background: black;
|
||||
color: lime;
|
||||
border: solid 2px;
|
||||
padding: 20px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: orange;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
a:visited {
|
||||
color: chocolate;
|
||||
|
@ -25,22 +27,44 @@ p {
|
|||
|
||||
pre {
|
||||
border: solid 2px;
|
||||
padding: 20px;
|
||||
padding: 15px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: initial;
|
||||
list-style-type: "> ";
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
border-style: solid;
|
||||
color: lime;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
# log index
|
||||
Here will live gemlog posts about nothing and everything, I will rant a lot I thing, I could I not, you deserve entertainment!
|
||||
|
||||
there's a list of ideas:
|
||||
* the fashion industry
|
||||
* how I buy clothes
|
||||
* what clothes do I like?
|
||||
|
||||
* my journey into linux
|
||||
* my love for tech minimalism
|
||||
* my use of free software
|
||||
* my self hosting journey
|
||||
* how I kind of broke my system but I managed to fix it (._.')
|
||||
|
||||
* something about maths
|
||||
|
||||
* politics
|
||||
* free money (as in freedom, not free beer), the case of june/G1
|
||||
* universal wage (salaire à vie in french), which is not UBI
|
||||
|
||||
## logs
|
||||
|
||||
=> /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
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
|
@ -1,57 +0,0 @@
|
|||
``` ascii art showing my name: Steven Gibone.
|
||||
▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
|
||||
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
|
||||
Est. 17th of February 2021.
|
||||
```
|
||||
|
||||
# about Steven GIBONE
|
||||
=> gibone-CV.pdf my resume (in french)
|
||||
|
||||
Hello, my name is Steven Gibone and welcome to my corner of the internet. I used to study mathematics but quit due to me realizing I don't want to teach to classes of 30+ students. The public education system is far too broken for me and I really cannot accept to work in these conditions for so little money.
|
||||
|
||||
I have both a *website* and a *gemini capsule*:
|
||||
=> gemini://stevengibone.com
|
||||
=> https://stevengibone.com
|
||||
If you don't know about the *gemini* protocol and care about a more simple internet, I strongly encourage you to learn more about it:
|
||||
=> https://gemini.circumlunar.space/
|
||||
|
||||
I take interest in:
|
||||
* coffee, I love coffee
|
||||
* free/libre software
|
||||
* maker/hacker culture
|
||||
* mathematics
|
||||
* philosophy
|
||||
* politics
|
||||
* video games
|
||||
|
||||
And sportswise:
|
||||
* fencing (I'm not a fencer anymore but really loved it)
|
||||
* rock climbing (mostly bouldering in Arkose)
|
||||
* rollerblading
|
||||
|
||||
=> projects.gmi my differents projects
|
||||
|
||||
## what I'm reading
|
||||
* ~~The Lord of the Rings: The Two Towers, J.R.R. Tolkien~~
|
||||
* ~~Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles~~
|
||||
* ~~En Travail, Bernard Friot et Frédéric Lordon~~
|
||||
* ~~Sortir de l'hétérosexualité, Juliet Drouart~~
|
||||
* ~~Beaufs et Barbares, Houria Bouteldja~~ (honestly my most interesting read of the decade)
|
||||
* ~~The curious incident of the dog in the night time, Mark Haddon~~ (a great read, moving, smart and funny)
|
||||
|
||||
## what I'm playing
|
||||
* Blasphemous 2
|
||||
* Palia
|
||||
|
||||
## logs
|
||||
=> /gemlog/index.gmi all gemlogs here
|
||||
|
||||
=> /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
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
|
@ -1,5 +0,0 @@
|
|||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
|
@ -1,9 +0,0 @@
|
|||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
|
||||
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
|
@ -1,18 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<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>
|
39
html-templates/blogpost.html
Normal file
39
html-templates/blogpost.html
Normal 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>
|
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 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>
|
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="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>
|
||||
<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.
|
||||
A ce jour (2024) je vis et travail en <span class="p-country-name">France</span> comme <span class="p-job-title">administrateur systèmes et réseaux junior.
|
||||
</p>
|
||||
<ul>
|
||||
<li><a href="https://steven.gibone.fr" class="u-url">steven.gibone.fr</a></li>
|
||||
<li><a rel="pgpley authn" 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>
|
||||
This page is <a href="https://jeffhuang.com/designed_to_last/">designed to last</a>.
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
62
html/logs/2021-05-01_windowssucks.html
Normal file
62
html/logs/2021-05-01_windowssucks.html
Normal file
|
@ -0,0 +1,62 @@
|
|||
<!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 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>
|
||||
</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>
|
43
html/logs/2021-05-04_networking_school.html
Normal file
43
html/logs/2021-05-04_networking_school.html
Normal file
|
@ -0,0 +1,43 @@
|
|||
<!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>
|
||||
<article class="h-entry">
|
||||
<header>
|
||||
<h1 class="p-name">I’m 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>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>
|
||||
</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>
|
70
html/logs/2024-05-06_weblogpomo2024_a_new_beginning.html
Normal file
70
html/logs/2024-05-06_weblogpomo2024_a_new_beginning.html
Normal file
|
@ -0,0 +1,70 @@
|
|||
<!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>
|
||||
<article class="h-entry">
|
||||
<header>
|
||||
<h1 class="p-name">Let’s 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 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>
|
||||
</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>
|
77
html/logs/2024-05-08_i_just_found_out_about_indieweb.html
Normal file
77
html/logs/2024-05-08_i_just_found_out_about_indieweb.html
Normal file
|
@ -0,0 +1,77 @@
|
|||
<!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>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>
|
||||
<li><a href="https://indieweb.org/">IndieWeb</a></li>
|
||||
<li><a href="https://explore.marginalia.nu/view">Marginalia’s site
|
||||
explorer</a></li>
|
||||
</ul>
|
||||
<p>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</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 (it’s
|
||||
on purpose that Gemini doesn’t do that).</p>
|
||||
<p>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</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>
|
69
html/logs/2024-05-21_ecrire_cest_dur.html
Normal file
69
html/logs/2024-05-21_ecrire_cest_dur.html
Normal file
|
@ -0,0 +1,69 @@
|
|||
<!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>
|
||||
<article class="h-entry">
|
||||
<header>
|
||||
<h1 class="p-name">Écrire (régulièrement) c’est plus dur qu’il n’y
|
||||
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, 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>
|
||||
</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>
|
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 class="p-name">log index</h1>
|
||||
</header>
|
||||
<p>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!</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>
|
||||
<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>
|
BIN
html/portraitascii.png
Normal file
BIN
html/portraitascii.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
68
html/projects.html
Normal file
68
html/projects.html
Normal file
|
@ -0,0 +1,68 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html lang="fr-FR">
|
||||
<head>
|
||||
<title>Current or finished projects</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">Current or finished projects</h1>
|
||||
</header>
|
||||
<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
|
||||
<ul>
|
||||
<li>gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
<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>
|
||||
</ul>
|
||||
<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>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>
|
||||
<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>
|
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-----
|
103
html/style.css
Normal file
103
html/style.css
Normal file
|
@ -0,0 +1,103 @@
|
|||
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;
|
||||
}
|
||||
|
||||
header {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
grid-column: 1/4;
|
||||
}
|
||||
header time {
|
||||
justify-self: start;
|
||||
}
|
||||
header .p-author {
|
||||
justify-self: center;
|
||||
}
|
||||
header .u-url {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1em 0em 1em;
|
||||
}
|
||||
|
||||
pre {
|
||||
border: solid 2px;
|
||||
padding: 15px;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
@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;
|
||||
}
|
||||
}
|
60
markdown/index.md
Normal file
60
markdown/index.md
Normal file
|
@ -0,0 +1,60 @@
|
|||
---
|
||||
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)
|
||||
|
|
@ -1,16 +1,13 @@
|
|||
# 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.
|
||||
|
||||
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.
|
||||
|
||||
---
|
||||
=> /index.gmi
|
||||
=> /gemlog/index.gmi
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
|
@ -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
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
14
markdown/logs/2024-05-06_weblogpomo2024_a_new_beginning.md
Normal file
14
markdown/logs/2024-05-06_weblogpomo2024_a_new_beginning.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
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.
|
||||
|
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 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)
|
||||
|
|
@ -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
|
||||
|
||||
contact me by mail: steven.gibone at zaclys dot net
|
||||
=> https://mastodon.zaclys.com/@lonion @lonion@mastodon.zaclys.com on mastodon
|
|
@ -1,37 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>I hate Microsoft</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># I hate Microsoft</h1>
|
||||
|
||||
<p>Yep, like a lot of people I hate Microsoft so I'll try to be a little specific.</p>
|
||||
|
||||
<p>First of all, the only reason I still have Windows on my desktop is for gaming reasons and only that, most of what I do happens on GNU+Linux on my laptop which is not powerfull to play something more advanced than OSRS. I hadn't played on that desktop for a very long time because I no longer had a GPU but I found a very, very old GT240 at my parent's house to put in there so I started using it again... It was my first use of Windows in about two years and it was a pain!</p>
|
||||
<p>I discovered that back in 2018 I tried to prevent MS from spying on me by disabling every telemetry I could... so that was a mistake because now Windows just refuses to update. I know it was my fault but it feels so wrong that if I don't want my pc to send MS data about what I do on my computer I also have to give up having Windows updates.</p>
|
||||
<p>All this was so I could play Minecraft with my SO. I had not played Minecraft in many years, Mojang had not been bought by MS last time I played. I was so angry when I learnt about the bedrock edition and that I had to buy it even though I already had the java edition (I don't intend to play the bedrock edition but the fact that you have to pay twice to have both is infuriating to me). The worst part is that by the end of the year if I want to continue playing I have to use a MS account with Minecraft instead of my Mojang account and that also pisses my off very much.</p>
|
||||
|
||||
<p>Unfortunately these are not the only reasons I hate MS, they were just new reasons that added to the others.</p>
|
||||
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
|
||||
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
|
@ -1,31 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>I'm learning networking</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># I'm learning networking</h1>
|
||||
|
||||
<p>I'm currently learning networking stuff to become a sysadmin on my own waiting for the formation to start. I'm looking at a free Coursera course and videos on Youtube and I'm having a blast learning all this but it makes me want to buy all kind of things that would be way overkill both for my wallet and for my home network...</p>
|
||||
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
|
||||
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
|
@ -1,64 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>log index</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="stylesheet" href="/style.css" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/index.html">/home/stev</a></li>
|
||||
<li><a href="/gemlog/index.html">~/logs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<h1># log index</h1>
|
||||
<p>Here will live gemlog posts about nothing and everything, I will rant a lot I thing, I could I not, you deserve entertainment!</p>
|
||||
|
||||
<p>there's a list of ideas:</p>
|
||||
<ul>
|
||||
<li>the fashion industry</li>
|
||||
<li>how I buy clothes</li>
|
||||
<li>what clothes do I like?</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>my journey into linux</li>
|
||||
<li>my love for tech minimalism</li>
|
||||
<li>my use of free software</li>
|
||||
<li>my self hosting journey</li>
|
||||
<li>how I kind of broke my system but I managed to fix it (._.')</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>something about maths</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>politics</li>
|
||||
<li>free money (as in freedom, not free beer), the case of june/G1</li>
|
||||
<li>universal wage (salaire à vie in french), which is not UBI</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>## logs</h2>
|
||||
|
||||
<a href="/gemlog/2021-05-04_networking_school.html">=> 2021-05-04 - I'm learning networking</a><br>
|
||||
<a href="/gemlog/2021-05-01_windowssucks.html">=> 2021-05-01 - I hate Microsoft</a><br>
|
||||
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
|
||||
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
Binary file not shown.
|
@ -1,90 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>about me</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 me</h1>
|
||||
<a href="gibone-CV.pdf">=> my resume (in french)</a><br>
|
||||
|
||||
<p>Hello, my name is Steven Gibone and welcome to my gemini capsule. I used to study mathematics but quit due to me realizing I don't want to teach to an entire class. The public education system is far too broken for me and I really cannot accept to work in these conditions.</p>
|
||||
|
||||
<p>I have both a <em>website</em> and a <em>gemini capsule</em>:</p>
|
||||
<a href="gemini://stevengibone.com">=> gemini://stevengibone.com</a><br>
|
||||
<a href="https://stevengibone.com">=> https://stevengibone.com</a><br>
|
||||
<p>If you don't know about the <em>gemini</em> protocol and care about a more simple internet, I strongly encourage you to learn more about it:</p>
|
||||
<a href="https://gemini.circumlunar.space/">=> https://gemini.circumlunar.space/</a><br>
|
||||
|
||||
<p>I take interest in:</p>
|
||||
<ul>
|
||||
<li>coffee, I love coffee</li>
|
||||
<li>free/libre software</li>
|
||||
<li>maker/hacker culture</li>
|
||||
<li>mathematics</li>
|
||||
<li>philosophy</li>
|
||||
<li>politics</li>
|
||||
<li>video games</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p>And sportswise:</p>
|
||||
<ul>
|
||||
<li>fencing (I'm not a fencer anymore but really loved it)</li>
|
||||
<li>rock climbing (mostly bouldering in Arkose)</li>
|
||||
<li>rollerblading</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<a href="projects.html">=> my differents projects</a><br>
|
||||
|
||||
<h2>## what I'm reading</h2>
|
||||
<ul>
|
||||
<li><s>The Lord of the Rings: The Two Towers, J.R.R. Tolkien</s></li>
|
||||
<li><s>Clit Révolution, Sarah Constantin & Elvire Duvelle-Charles</s></li>
|
||||
<li>En Travail, Bernard Friot et Frédéric Lordon</li>
|
||||
<li><s>Sortir de l'hétérosexualité, Juliet Drouart</s></li>
|
||||
<li>Beaufs et Barbares, Houria Bouteldja</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>## what I'm playing</h2>
|
||||
<ul>
|
||||
<li>Bloodstained: Ritual of the Night</li>
|
||||
<li>Hades</li>
|
||||
<li>Pokemon: Shining Pearl</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>## logs</h2>
|
||||
<a href="/gemlog/index.html">=> all gemlogs here</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>
|
||||
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
|
||||
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
|
@ -1,61 +0,0 @@
|
|||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Current or finished projects</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># Current or finished projects</h1>
|
||||
|
||||
<p>sorted in reverse chronological order so that the most recent projects appears first:</p>
|
||||
|
||||
<h2>## 2023</h2>
|
||||
<ul>
|
||||
<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>
|
||||
</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>
|
||||
<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>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>## 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>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>
|
||||
|
||||
|
||||
</body>
|
||||
<footer>
|
||||
<hr>
|
||||
<ul>
|
||||
<li>Mail me: steven.gibone [at] zaclys (dot) net</li>
|
||||
<li><a rel=me href="https://mastodon.zaclys.com/@lonion">My mastodon profile<a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</html>
|
|
@ -1,46 +0,0 @@
|
|||
body {
|
||||
font-family: monospace;
|
||||
max-width: 80ch;
|
||||
margin: auto;
|
||||
background: black;
|
||||
color: lime;
|
||||
border: solid 2px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: orange;
|
||||
}
|
||||
a:visited {
|
||||
color: chocolate;
|
||||
}
|
||||
|
||||
h1,h2,h3 {
|
||||
border-bottom: dashed 1px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 1em 0em 1em;
|
||||
}
|
||||
|
||||
pre {
|
||||
border: solid 2px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: initial;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
border-style: solid;
|
||||
color: lime;
|
||||
}
|
||||
|
||||
nav ul {
|
||||
display: flex;
|
||||
}
|
||||
nav ul li {
|
||||
margin: 0% 2%;
|
||||
}
|
Loading…
Reference in a new issue