diff --git a/README.md b/README.md index 66e34ec..46821e4 100644 --- a/README.md +++ b/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. diff --git a/assets/gibone-CV.pdf b/assets/gibone-CV.pdf index 2845c37..5fa09e3 100644 Binary files a/assets/gibone-CV.pdf and b/assets/gibone-CV.pdf differ diff --git a/assets/portraitascii.png b/assets/portraitascii.png new file mode 100644 index 0000000..bf76d16 Binary files /dev/null and b/assets/portraitascii.png differ diff --git a/assets/style.css b/assets/style.css index 1086d39..7e0343f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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; + } +} diff --git a/gemini/gemlog/index.gmi b/gemini/gemlog/index.gmi deleted file mode 100644 index 73c1cd1..0000000 --- a/gemini/gemlog/index.gmi +++ /dev/null @@ -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 diff --git a/gemini/index.gmi b/gemini/index.gmi deleted file mode 100644 index 2fdce32..0000000 --- a/gemini/index.gmi +++ /dev/null @@ -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 diff --git a/gmi-helper/footer.gmi b/gmi-helper/footer.gmi deleted file mode 100644 index d84b682..0000000 --- a/gmi-helper/footer.gmi +++ /dev/null @@ -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 diff --git a/html-helper/footer-part.html b/html-helper/footer-part.html deleted file mode 100644 index ddb05f7..0000000 --- a/html-helper/footer-part.html +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/html-helper/header-part.html b/html-helper/header-part.html deleted file mode 100644 index d023faa..0000000 --- a/html-helper/header-part.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - PAGETITLE - - - - - - - - diff --git a/html-templates/blogpost.html b/html-templates/blogpost.html new file mode 100644 index 0000000..a38ed44 --- /dev/null +++ b/html-templates/blogpost.html @@ -0,0 +1,39 @@ + + + + + $title$ + + + + + + + + +
+
+

$title$

+ + s.gibone + permalink +
+
+ $body$ +
+
+ + + diff --git a/html-templates/homepage.html b/html-templates/homepage.html new file mode 100644 index 0000000..f6ced5b --- /dev/null +++ b/html-templates/homepage.html @@ -0,0 +1,36 @@ + + + + + $title$ + + + + + + + + + +
+

+ Hello, je suis Steven GIBONE 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. +

+ steven.gibone.fr +
+ $body$ + + + diff --git a/html-templates/template.html b/html-templates/template.html new file mode 100644 index 0000000..c80a8f7 --- /dev/null +++ b/html-templates/template.html @@ -0,0 +1,32 @@ + + + + + $title$ + + + + + + + + +
+

$title$

+
+ $body$ + + + diff --git a/web/favicon.ico b/html/favicon.ico similarity index 100% rename from web/favicon.ico rename to html/favicon.ico diff --git a/gemini/gibone-CV.pdf b/html/gibone-CV.pdf similarity index 100% rename from gemini/gibone-CV.pdf rename to html/gibone-CV.pdf diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..dcbf4a0 --- /dev/null +++ b/html/index.html @@ -0,0 +1,90 @@ + + + + + about s.gibone + + + + + + + + +
 ▄▀▀   ▄▀  █ ██▄ ▄▀▄ █▄ █ ██▀
+ ▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
+ Est. 17th of February 2021.
+
+ +

+ Hello, je suis Steven GIBONE et bienvenu dans mon petit coin d'internet. + A ce jour (2024) je vis et travail en France comme 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.

+

Voici une liste non exhaustive de mes centres d’intérêt :

+ +

Et voici une liste certainement pas bien tenue à jour de certains +projets :

+ +

Mes lectures

+ +

Les jeux auxquels je joue

+

En ce moment c’est Hades 2.

+

logs

+

find all posts here

+ + + + diff --git a/html/logs/2021-05-01_windowssucks.html b/html/logs/2021-05-01_windowssucks.html new file mode 100644 index 0000000..8a75598 --- /dev/null +++ b/html/logs/2021-05-01_windowssucks.html @@ -0,0 +1,62 @@ + + + + + I hate Microsoft + + + + + + + + +
+
+

I hate Microsoft

+ + s.gibone + permalink +
+
+

Yep, like a lot of people I hate Microsoft so I’ll try to be a little +specific.

+

First of all, the only reason I still have Windows on my desktop is +for gaming reasons and only that, most of what I do happens on GNU+Linux +on my laptop which is not powerfull to play something more advanced than +OSRS. I hadn’t played on that desktop for a very long time because I no +longer had a GPU, but I found a very, very old GT240 at my parent’s +house to put in there, so I started using it again… It was my first use +of Windows in about two years, and it was a pain! I discovered that back +in 2018 I tried to prevent MS from spying on me by disabling every +telemetry I could… so that was a mistake because now Windows just +refuses to update. I know it was my fault, but it feels so wrong that if +I don’t want my pc to send MS data about what I do on my computer I also +have to give up having Windows updates. All this was so I could play +Minecraft with my SO. I had not played Minecraft in many years, Mojang +had not been bought by MS last time I played. I was so angry when I +learnt about the bedrock edition and that I had to buy it even though I +already had the java edition (I don’t intend to play the bedrock edition +but the fact that you have to pay twice to have both is infuriating to +me). The worst part is that by the end of the year if I want to continue +playing I have to use a MS account with Minecraft instead of my Mojang +account and that also pisses my off very much.

+

Unfortunately these are not the only reasons I hate MS, they were +just new reasons that added to the others.

+
+
+ + + diff --git a/html/logs/2021-05-04_networking_school.html b/html/logs/2021-05-04_networking_school.html new file mode 100644 index 0000000..424fb99 --- /dev/null +++ b/html/logs/2021-05-04_networking_school.html @@ -0,0 +1,43 @@ + + + + + I’m learning networking + + + + + + + + +
+
+

I’m learning networking

+ + s.gibone + permalink +
+
+

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…

+
+
+ + + diff --git a/html/logs/2024-05-06_weblogpomo2024_a_new_beginning.html b/html/logs/2024-05-06_weblogpomo2024_a_new_beginning.html new file mode 100644 index 0000000..3f26218 --- /dev/null +++ b/html/logs/2024-05-06_weblogpomo2024_a_new_beginning.html @@ -0,0 +1,70 @@ + + + + + Let’s try something new + + + + + + + + +
+
+

Let’s try something new

+ + s.gibone + permalink +
+
+

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

+ +

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.

+
+
+ + + diff --git a/html/logs/2024-05-08_i_just_found_out_about_indieweb.html b/html/logs/2024-05-08_i_just_found_out_about_indieweb.html new file mode 100644 index 0000000..2444e9b --- /dev/null +++ b/html/logs/2024-05-08_i_just_found_out_about_indieweb.html @@ -0,0 +1,77 @@ + + + + + I just found out about the IndieWeb + + + + + + + + +
+
+

I just found out about the IndieWeb

+ + s.gibone + permalink +
+
+

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.

+ +

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

+ +
+
+ + + diff --git a/html/logs/2024-05-21_ecrire_cest_dur.html b/html/logs/2024-05-21_ecrire_cest_dur.html new file mode 100644 index 0000000..0b8c93b --- /dev/null +++ b/html/logs/2024-05-21_ecrire_cest_dur.html @@ -0,0 +1,69 @@ + + + + + Écrire (régulièrement) c’est plus dur qu’il n’y parait + + + + + + + + +
+
+

Écrire (régulièrement) c’est plus dur qu’il n’y +parait

+ + s.gibone + permalink +
+
+

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

+
+
+ + + diff --git a/html/logs/index.html b/html/logs/index.html new file mode 100644 index 0000000..1ef64c4 --- /dev/null +++ b/html/logs/index.html @@ -0,0 +1,50 @@ + + + + + log index + + + + + + + + +
+

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

+ + + + diff --git a/html/portraitascii.png b/html/portraitascii.png new file mode 100644 index 0000000..b71e0ec Binary files /dev/null and b/html/portraitascii.png differ diff --git a/html/projects.html b/html/projects.html new file mode 100644 index 0000000..8477aee --- /dev/null +++ b/html/projects.html @@ -0,0 +1,68 @@ + + + + + Current or finished projects + + + + + + + + +
+

Current or finished projects

+
+

sorted in reverse chronological order so that the most recent +projects appears first:

+

2023

+ +

2022

+ +

2021

+ + + + diff --git a/html/stev.asc b/html/stev.asc new file mode 100644 index 0000000..fbbe51f --- /dev/null +++ b/html/stev.asc @@ -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----- diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..3e39d7b --- /dev/null +++ b/html/style.css @@ -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; + } +} diff --git a/markdown/index.md b/markdown/index.md new file mode 100644 index 0000000..7260330 --- /dev/null +++ b/markdown/index.md @@ -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) + diff --git a/gemini/gemlog/2021-05-01_windowssucks.gmi b/markdown/logs/2021-05-01_windowssucks.md similarity index 68% rename from gemini/gemlog/2021-05-01_windowssucks.gmi rename to markdown/logs/2021-05-01_windowssucks.md index 158ee07..093f872 100644 --- a/gemini/gemlog/2021-05-01_windowssucks.gmi +++ b/markdown/logs/2021-05-01_windowssucks.md @@ -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 diff --git a/gemini/gemlog/2021-05-04_networking_school.gmi b/markdown/logs/2021-05-04_networking_school.md similarity index 63% rename from gemini/gemlog/2021-05-04_networking_school.gmi rename to markdown/logs/2021-05-04_networking_school.md index dd91224..3d2f81f 100644 --- a/gemini/gemlog/2021-05-04_networking_school.gmi +++ b/markdown/logs/2021-05-04_networking_school.md @@ -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 diff --git a/markdown/logs/2024-05-06_weblogpomo2024_a_new_beginning.md b/markdown/logs/2024-05-06_weblogpomo2024_a_new_beginning.md new file mode 100644 index 0000000..278efe6 --- /dev/null +++ b/markdown/logs/2024-05-06_weblogpomo2024_a_new_beginning.md @@ -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. + diff --git a/markdown/logs/2024-05-08_i_just_found_out_about_indieweb.md b/markdown/logs/2024-05-08_i_just_found_out_about_indieweb.md new file mode 100644 index 0000000..ee379c6 --- /dev/null +++ b/markdown/logs/2024-05-08_i_just_found_out_about_indieweb.md @@ -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) diff --git a/markdown/logs/2024-05-21_ecrire_cest_dur.md b/markdown/logs/2024-05-21_ecrire_cest_dur.md new file mode 100644 index 0000000..345d14c --- /dev/null +++ b/markdown/logs/2024-05-21_ecrire_cest_dur.md @@ -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 + diff --git a/markdown/logs/index.md b/markdown/logs/index.md new file mode 100644 index 0000000..0629bc4 --- /dev/null +++ b/markdown/logs/index.md @@ -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) + diff --git a/gemini/projects.gmi b/markdown/projects.md similarity index 81% rename from gemini/projects.gmi rename to markdown/projects.md index 5f6bca1..f0a8662 100644 --- a/gemini/projects.gmi +++ b/markdown/projects.md @@ -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 diff --git a/web/gemlog/2021-05-01_windowssucks.html b/web/gemlog/2021-05-01_windowssucks.html deleted file mode 100644 index fc0c70a..0000000 --- a/web/gemlog/2021-05-01_windowssucks.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - I hate Microsoft - - - - - - - - -

# I hate Microsoft

- -

Yep, like a lot of people I hate Microsoft so I'll try to be a little specific.

- -

First of all, the only reason I still have Windows on my desktop is for gaming reasons and only that, most of what I do happens on GNU+Linux on my laptop which is not powerfull to play something more advanced than OSRS. I hadn't played on that desktop for a very long time because I no longer had a GPU but I found a very, very old GT240 at my parent's house to put in there so I started using it again... It was my first use of Windows in about two years and it was a pain!

-

I discovered that back in 2018 I tried to prevent MS from spying on me by disabling every telemetry I could... so that was a mistake because now Windows just refuses to update. I know it was my fault but it feels so wrong that if I don't want my pc to send MS data about what I do on my computer I also have to give up having Windows updates.

-

All this was so I could play Minecraft with my SO. I had not played Minecraft in many years, Mojang had not been bought by MS last time I played. I was so angry when I learnt about the bedrock edition and that I had to buy it even though I already had the java edition (I don't intend to play the bedrock edition but the fact that you have to pay twice to have both is infuriating to me). The worst part is that by the end of the year if I want to continue playing I have to use a MS account with Minecraft instead of my Mojang account and that also pisses my off very much.

- -

Unfortunately these are not the only reasons I hate MS, they were just new reasons that added to the others.

- - - - diff --git a/web/gemlog/2021-05-04_networking_school.html b/web/gemlog/2021-05-04_networking_school.html deleted file mode 100644 index b7d725d..0000000 --- a/web/gemlog/2021-05-04_networking_school.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - I'm learning networking - - - - - - - - -

# I'm learning networking

- -

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...

- - - - diff --git a/web/gemlog/index.html b/web/gemlog/index.html deleted file mode 100644 index bc824f0..0000000 --- a/web/gemlog/index.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - log index - - - - - - - - -

# 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:

- - - - - - - - - - - - -

## logs

- -=> 2021-05-04 - I'm learning networking
-=> 2021-05-01 - I hate Microsoft
- - - - diff --git a/web/gibone-CV.pdf b/web/gibone-CV.pdf deleted file mode 100644 index 2845c37..0000000 Binary files a/web/gibone-CV.pdf and /dev/null differ diff --git a/web/index.html b/web/index.html deleted file mode 100644 index e7dda69..0000000 --- a/web/index.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - about me - - - - - - - - -
-▄▀▀   ▄▀  █ ██▄ ▄▀▄ █▄ █ ██▀
-▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
-Est. 17th of February 2021.
-
- -

# about me

-=> my resume (in french)
- -

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.

- -

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:

- - - -

And sportswise:

- - - -=> my differents projects
- -

## what I'm reading

- - - -

## what I'm playing

- - - -

## logs

-=> all gemlogs here
- -=> 2021-05-04 - I'm learning networking
-=> 2021-05-01 - I hate Microsoft
- - - - diff --git a/web/projects.html b/web/projects.html deleted file mode 100644 index b29417a..0000000 --- a/web/projects.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - Current or finished projects - - - - - - - - -

# Current or finished projects

- -

sorted in reverse chronological order so that the most recent projects appears first:

- -

## 2023

- - - -=> gemini://ploum.net/2022-12-04-fin-du-blog-et-derniere-version.gmi
- -

## 2022

- - - -

## 2021

- - - - - - diff --git a/web/style.css b/web/style.css deleted file mode 100644 index 1086d39..0000000 --- a/web/style.css +++ /dev/null @@ -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%; -}