devlog

This blog is a try to me keep motivates and a way to see my progress on my current projects. Let’s see how it goes!

Week 34
25 August 2024

This week I continued working on fyro and refactoring things. Hopefully next week I can start on adding object-object collisions, we’ll see.

Week 33
18 August 2024

This week I spent most of the week with family. I managed to continue the fyro refactoring and altdev cleanup but it’s been a slow and steady progress. Next week will hopefully be more productive.

Week 32
11 August 2024

This week I continued with the duplicate removal and merging altdev archive to single posts. It’s going slower than I wanted but it’s progressing at least. Currently I’m adding extensions to exstensionless images. I also restarted work on fyro, making the code cleaner so I can add object/object collision and response.

Week 31
4 August 2024

I’m getting closer to publishing the alpha version of altdev. I’m currently merging duplicates and my goal is to be done with it before the end of the next week, but we’ll so how that goes

Week 30
28 July 2024

This week I continued work on altdev. Still only 2 things left before manual work but hopefully theese are the last 2 things…Let’s see if that’s true next week :/

Week 29
21 July 2024

This week I continued work on altdev. Although a new todo pops up almost as fast as I can complete them, I feel like it’s getting really close to alpha deploy.

Week 28
15 July 2024

This week I continued the work on altdevblog and I’m slowing getting closer to finishing the “blender donut” tutorial

Week 27
7 July 2024

This week I continued on the altdev archive. I converted the last html to markdown yesterday and it’s looking fine. Some small manual cleanup remains. Current step is to algorithmically remove duplicates and it basically consists of looking at various duplicates and see if I can detect and fix patterns early on. Then, and hopefully I can start on this before the end of the week, is copying the comment structure to the hugo setup.

Read the rest...

Week 26
30 June 2024

This week I continued work on the altdev archive. I gave up trying to use pandoc and currently use tidy to convert html to xhtml that can then easily be parsed(mostly) using a regular xml structure. The output is about as good as can be expected when the html is kinda broken but the result is far better than what I had with pandoc. A few weeks more and I think I’m done with markdown generation

Read the rest...

Week 25
23 June 2024

This week I fixed some/most links for my homepage and continued cleaning up the altdev clone.