M assets/main.scss => assets/main.scss +11 -0
@@ 38,6 38,17 @@ img {
margin: 0 auto;
}
+figure {
+ margin-left: 0;
+ margin-right: 0;
+}
+
+figcaption {
+ text-align: center;
+ font-style: italic;
+ font-size: 0.8rem;
+}
+
#logo {
transition: all .5s;
M content/blog/new-year-2022.md => content/blog/new-year-2022.md +5 -2
@@ 6,8 6,11 @@ draft: false
The first semester of school began and nearly passed, COVID-19 has stayed with us all the same, and I'm finally writing another status update as the new year begins. Before I talk about what I've done in the past four months though, here's a beautiful picture of the James Webb Space Telescope which successfully launched on December 25th, 2021 to soon begin its mission of collecting light from the first galaxies of billions of years ago. I just find it truly spectacular.
-![James Webb Space Telescope (JWST) as seen from the ESC-D Cryotechnic upper stage shortly after separation, approximately 29 minutes after launch. Part of the Earth with the Gulf of Aden can be seen in the background.](webb.png)
-<small>*Attributed to Arianespace, ESA, NASA, Canadian Space Agency, CNES. Licensed under [CC BY 2.0](https://creativecommons.org/licenses/by/2.0/deed.en). Edited to crop out some watermarks.*</small>
+{{< figure
+ src="webb.png"
+ alt="James Webb Space Telescope (JWST) as seen from the ESC-D Cryotechnic upper stage shortly after separation, approximately 29 minutes after launch. Part of the Earth with the Gulf of Aden can be seen in the background."
+ attr="Attributed to Arianespace, ESA, NASA, Canadian Space Agency, CNES. Licensed under [CC BY 2.0](https://creativecommons.org/licenses/by/2.0/deed.en). Edited to crop out some watermarks."
+>}}
To start off, let's talk about the projects I mentioned in my previous blog post, sss and tilde. The former is still being worked while the latter has launched after some major code reworks. Check it out at [cats.sh](https://cats.sh/) and join the IRC server — currently the only service. I'm hoping to get more services up and running soon and to make it a proper <abbr title="Public unix machine in the spirit of https://tilde.club">tilde</abbr> with SSH access. If you're interested in specific services, contact me <a href="https://fluix.one/more/#contact">personally</a> or on the <a href="https://irc.cats.sh">official cats.sh IRC channel</a>.
M content/blog/status-update-2021-03.md => content/blog/status-update-2021-03.md +11 -7
@@ 10,13 10,17 @@ With birds chirping, winds blowing, and music[^1] playing, I once again realize
Starting off with the first noun in the title, I've been participating more on the [Freenode IRC](https://freenode.net/) server, specifically in `#archlinux-offtopic` and `#freenode`, where I've found some true cat lovers. These people aren't just your average cat gif viewers, they know some special cats and all about them. Here's the two most spoken about, the [kodkod](https://en.wikipedia.org/wiki/Kodkod) and the [sand cat](https://en.wikipedia.org/wiki/Sand_cat):
-![A kodkod sitting to the right, facing the camera with bright green grass in the background.](kodkod.jpg)
-
-*Image by Mauro Tammone, [CC BY 3.0](https://creativecommons.org/licenses/by/3.0), via Wikimedia Commons*
-
-![A sand cat walking to the left, facing the camera with dry shrubs and sand behind it.](sandcat.jpg)
-
-*Image by Payman sazesh, [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0), via Wikimedia Commons*
+{{< figure
+ src="kodkod.jpg"
+ alt="A kodkod sitting to the right, facing the camera with bright green grass in the background."
+ attr="Image by Mauro Tammone, [CC BY 3.0](https://creativecommons.org/licenses/by/3.0), via Wikimedia Commons"
+>}}
+
+{{< figure
+ src="sandcat.jpg"
+ alt="A sand cat walking to the left, facing the camera with dry shrubs and sand behind it."
+ attr="Image by Payman sazesh, [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0), via Wikimedia Commons"
+>}}
When it comes to programming work I've done, it's been a mix between lots of web development in Python and Go, a native app from a tiny bit of C, and a mix of some other projects. Two months ago, I wrote a simple periodic table app called [periodicus](https://git.sr.ht/~fluix/periodicus). It's nothing fancy, just the periodic table with symbols, but hopefully that'll change once I get to needing/using it again. This blog has also been automatically deployed since [mid-January](https://git.sr.ht/~fluix/fluix.one/commit/9c842b9cf39dfb7af7a6c58f74bbc4c7cd625909) through a [build.sr.ht](https://builds.sr.ht/) script. Not having to worry about it has been great.