22 june 2021

This is a test for the new page layout!



04 may 2021

Hello there, Master Kenobi!

Sorry for no updates again, exams had me quite busy (still do). I haven't really done much worth mentioning, so this is kind of just a check-in.

I met all my classmates again on Monday, which was quite nice after not seeing eachother since November. Sucks that it will be one of the last times, but oh well.

I had my Mother-Tongue Literature and Maths exams already, and they went pretty well. They were quite easy, so we all assume the creators decided to go easy on us, after we couldn't really go to school for a year.

Still have my History exam left tomorrow, and after that it's only English and IT. The latter two I'm not too worried about, and we'll see what happens with History.

I might start rewriting my pytermgui module in the coming hours, so I guess I'll report on how that went next update.

cya!



01 may 2021

Hola!

If my calculations are correct, it has now officially been at least 4 minutes since my last post here. Apologies.

I spent my yesterday evening finishing up the dynamic module generator for fishtank.py. Its purpose is to create a python module containing Fish classes, that can be referred to from the code in a cleaner way. Previously, you'd have to construct your own FishProperties dict and pass it to the fish, now you can just pass fish_types.Molly.Golden_Panda to get that specific variation, and also random(fish_types.Molly) to get a random Molly type fish. It's pretty neat.

I also had a pretty cool idea for a future project, for a fully-customizable language parser. It will work by giving it {pattern: token}, and I want to make it so it can parse any language as long as you have the data to do so. This would be essential in teahaz codeblocks, and just otherwise as well.

Anyways, I had to spend today with studying for my finals :). My sleep didn't go too well, so it wasn't the most productive, but at least it was something. Tomorrow is going to be spent with studying history, and then the next week is just finals time!

Not sure when I can post next. Once I have a decent amount of time I'll finish my /music/ page and publish it. Music in general is really important to me, so I wanna give the page justice.

ok, bye.



29 april 2021

CSS defeats me.

Seriously, I just wanted a simple two column box layout, is that too much to ask for? :'(

In other news, I finally got around to rewriting the Fish().update method to be way more flexible. The whole different-area-of-movement-depending-on-fish-type is yet to be implemented, but it shouldn't be too bad...

I also had an idea to sort of "compile" fish type json into Python3, so that in code you can just call

a = Aquarium()
a += Fish(a, properties=Molly_Golden_Panda)

The compilation part works, but then I ran into the age old problem of implementing a solution without actually testing the idea, and it turned out to not work. I won't really be able to work much on coding in the coming weeks, so if I go dark that's probably why.

G'night!



28 april 2021

Hello there!

It is a day later compared to what it was yesterday. Current goings-on:

Otherwise, things are quite alright.

Cya tomorrow!



27 april 2021

hello!

i am not quite sure what this is, but i wanted to test it out.

regardless, i guess i'll talk about what's up. i'm currently in my final week of highschool, and having my finals throughout the next two weeks, so that's not the best. i am working on my fishtank.py project at the moment, though i'm having some issues figuring out the end goals of it all.