How I made this color palette
UPD: I already updated my website, so it doesn’t use this black-gold palette anymore, but here’s the screenshot: It was based on the Eleventy-Duo theme So I wanted to redesign my personal websit...
UPD: I already updated my website, so it doesn’t use this black-gold palette anymore, but here’s the screenshot: It was based on the Eleventy-Duo theme So I wanted to redesign my personal websit...
So recently I started being a bit more active with personal projects — I did a paid project on the side, I decided to make a C++ hand tracking app on top of Mediapipe for fun, I started upgrading m...
Alright, in this post I’d like to share some Obsidian templates & scripts that have piled up over the busy year that I had. My vault :) If you want to see the templates right away, go here. ...
Sometimes I read papers about NeRF. Yeah, what a shock. Whatever — point is, most of the time they contain some nice hacks to improve the quality of reconstructions / speed up training / use them ...
Issue I recently ran a global update of my system by executing sudo pacman -Syu One of my work pyenv environments contained scipy==1.5.4 Running import scipy.ndimage as nd produced this error: ...
So when I was starting off creating this website of my own, I encountered a minor problem — my zeros were slashed Here’s a comparison of before and after: Markdown table With slas...
Online fractal noise generator with fast previews Github repo: https://github.com/Xallt/Noise-texture-generator
Small games/animations I made in Lua with TIC80, a “fantasy” computer. The Github repo: https://github.com/Xallt/TIC80-Carts Some examples
This algorithm can be used to generate mathematical expressions. Pretty cool, right? The Github repo: https://github.com/Xallt/PredicateGenerator It’s a generator of logical expressions with ...