diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | self_update_sine-1.png | bin | 0 -> 1609 bytes | |||
-rw-r--r-- | self_update_sine.html | 50 |
3 files changed, 52 insertions, 0 deletions
@@ -37,6 +37,8 @@ software and hardware engineering. I post here my projects, experiments, and wha <section id="posts"> <h2>Posts</h2> <ul> +<li> <a href="self_update_sine.html">Self Update: Sine</a><br> + <time>2023-03-23</time> <li> <a href="starshatter_open_dev_update_2022_09.html">Starshatter: The Open Source Project - Dev Update - September 2022</a><br> <time>2022-09-24</time> diff --git a/self_update_sine-1.png b/self_update_sine-1.png Binary files differnew file mode 100644 index 0000000..2465907 --- /dev/null +++ b/self_update_sine-1.png diff --git a/self_update_sine.html b/self_update_sine.html new file mode 100644 index 0000000..68e3ba0 --- /dev/null +++ b/self_update_sine.html @@ -0,0 +1,50 @@ +<!doctype html> +<html lang="en"> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="author" content="aki"> +<meta name="tags" content="blog, update"> +<link rel="icon" type="image/png" href="favicon.png"> +<link rel="stylesheet" href="style.css"> + +<title></title> + +<nav><p><a href="https://ignore.pl">ignore.pl</a></p></nav> + +<article> +<h1>Self Update: Sine</h1> +<p class="subtitle">Published on 2023-03-23 22:58:00+01:00 +<p>Time has passed, hasn't it? I didn't do any empty update posts for quite time now. Two years or so. Hard to tell +really because I didn't use any specific version control for the blog at that time and I was changing pretty much +everything in frenzy anyway. I'm wondering if I have another one of those in me. Still, contemplating this I saved for +some other time that may or may not come. +<p>Enough of sad and ambiguous remarks. Let's do a proper update! The first one in this occurrence of the blog. I'm +starting to dislike it - I need to fool around with CSS again. +<p><em>Where have I been?</em> Well, it's not like I have a particular schedule or anything here. Bonus, the website is +still running, so I should be somewhere around this world, right? Right. From the analysis I did over last few days and +my journal seems I have been mainly up to five things: +<ul> +<li>Wasting my time either on EVE Online, rarely other games, watching anime or not doing anything at all. +<li>Developing commercial side-project game. +<li>Tinkering with or brewing in my mind some smaller projects. Technically some of them were actually brewing. I had +some ideas to write about thanks to them. Some of them are visible in my public git repositories. +<li>Exercising and practising trumpet. +<li>Developing a waterspout prediction system. +</ul> +<p>In order of estimated total time, I guess. +<p><em>How do I feel about it?</em> Not great, in a very short description I feel tired and blame myself for not doing +more at the same time. This update post is an attempt to break the feeling of downwards spiral. Simply because this kind +of posts is rather easy to write and they still bring a small feeling of accomplishment. Plus it breaks my daily routine +that I had for past months nicely. +<p>My overall dissatisfaction is additionally amplified by some of these smaller projects that I did not figure out to +finish off for whatever reason. In one matter it was a technical limitation, in other it was dumb procrastination. +<p><em>What's next?</em> One step is almost behind me. Since you are reading it you can probably guess that I finished +writing this blog post. Next things are also posts, since most of them are rather straight-forward. Well... With the +exception of the drafts that were sitting on me for years. +<p>To hold myself accountable, I'll say that I want to write about my waterspout prediction system. A simple technical +description of the project and some thoughts about it. This project also sparked one more idea for a more typical blog +post, but I'm still waiting for my brain to brew something nice out of it.</p> +<img src="self_update_sine-1.png" alt="dinosaur, i think"> +<p>I have no idea what this is. +</article> +<script src="https://stats.ignore.pl/track.js"></script> |