Do You Work With Great People?

Just came across this excerpt by Richard Feynman over on the orange site: One of the first interesting experiences I had in this project at Princeton was meeting great men. I had never met very many great men before. But there was an evaluation committee that had to try to help us along, and help […]

Discussions Around log4j and FOSS

Unless you’ve been disconnected from any digital or analog media in the past few days, you must have heard of the zero-day remote code execution (RCE) vulnerability detected in log4j, one of the most popular open source logging library for Java. Not running much or developing any Java application, the most interesting part about this […]

Almost Always Auto

For the past four years I’ve been developing mostly in C# at work and gotten used to some of the more generally accepted code styles in the .NET world or at least within my project. One of those styles is the usage of var basically everywhere, which has really grown on me and it’s also […]

Basic Fragment Shader With SFML

Today I had the idea to try and generate some “art” using semi-random vertices, shapes and colors, but to achieve that I knew, I had to finally learn a bit more about shaders, to get nice glow or similar effects. As I started reading through The Book of Shaders I created in parallel an example […]

TIL: Recovery & Testing

TestDisk Data Recovery On Discord someone recently had one of their disk formatted by accident (remember kids, always backup before playing around with partitions for your dual-boot setup) and went around looking for a recovery software. In the past I’ve used R-Studio, not to be confused with RStudio, the IDE for the statistical programming language […]