So the company I worked at went bankrupt. I decided to take this time off to do some projects, figure out what's interesting to me. I'm one of these chronic project stallers: I always start stuff and almost never finish. I guess a lot of people are like that, but …
read moreA tidbit about docker containers
I played around with docker containers today. Tried to install mssql on an M2 mac. Didn't go smoothly at first, but I attribute it to inexperience. The arm architecture crops up here and there when you're on one of those. Anyway, cool thing:
You can run a terminal inside a …
read moreThe mysteries of HTML box heights
Today's post is not "fully cooked", I still don't think I figured this topic out, but I did learn a few things.
Today I needed to do some css hacking for a dashboard I'm building with
read morestreamlit. I was using agridelement from the streamlit-extras package, and I wanted …Update with join in sqlite
I converted a csv containing customer information to a sqlite table, and it needed breaking down to several tables. Specifically, some columns where really about the employer, so it was better to normalize the employers in the table out and bring these columns along.
To normalize the
read moreEmployercolumn I …Weekly Digest #1
Seems like I am not getting enough inspiration to write a well-developed post about something, so I am trying something new, collecting "micro-posts" about stuff I have done or read during the week.
Physics
I have an ongoing quest to learn physics. As it always is when learning by oneself …
read moreAdventures In Differential Equations II
Several outlooks on differential equations
In math as in life, the same object of study can be looked upon from multiple perspectives. Each perspective offers a different insight into a problem, and often the same problem can be very difficult from one perspective, yet clear from another.
In this post …
read moreAdventures In Differential Equations I
On the insanity of Differential Equations books
When one wishes to study the topic of Differential Equations, there is no shortage (and perhaps an overabundance) of books. Thus I was immediately confronted with a first difficulty: which book to pick? After some googling and browsing through Reddit I settled on …
read more