Windows Code Signing with eSigner
3 minute read.
Saving you some time if you have to deal with it.
3 minute read.
Saving you some time if you have to deal with it.
2 minute read.
Result of hours of struggles with rpath.
2 minute read.
I learnt Terraform today.
5 minute read.
Building a super lean test for a green entrepreneurial hypothesis.
1 minute read.
Engine development is fun and rewarding… and difficult.
3 minute read.
I just came across a surprising bug in my code which I did not expect to cause any problem at all. The simplified code goes like this:
void foo(const std::string& str) { printf("string!"); } void foo(const bool b) { printf("bool!"); } // ... foo("0");
What do you expect? Dumb question …
2 minute read.
Moving from POCO 1.9.0 to 1.9.1, Poco Data to SQL namespace.
~ 2 Minute Read.
Lately, I’ve been immersing myself in various frameworks and engines to build WebVR content.
Tomorrow is a big day, that apart from me not many people will notice until further down in the future. I will make sure you do, though, don’t worry. There will …