-
Project Log: Day 25 – Back to work
Alright, so a few days back, I did some numbers and concluded that… This thing as it is is somewhat CPU-intensive. I could (maybe I should) look into making the core component of the simulation work on GPU, probably. But this is a personal project and instead, I want to scale OUT instead, to… MORE…
-
How SQL is still proving useful: Snowflake
Intro A short and somewhat different entry. SQL keeps on giving So these past few days/weeks, I have had the chance to work with a “Data Lake” platform. As it turns out, in “Snowflake”, the platform, having some understanding of SQL helps… a LOT. The little I understand about it by now, it seems like…
-
A quick note about eigenvalues
Intro I finally passed the last semester of the Master degree I’m taking (slowly, but with much pleasure). One of the last things I learned was about a practical application of Eigenvalues, in context of Spectral Decomposition of Adjacency Matrices… Big words all of them, but let’s just say it’s a valuable thing for studying…