A solution to Challenge 11 from FireEye's 2019 Flare-On CTF.
Solving Flare-On 6 #11 (
Deriving Perspective and Parallel Projection Matrices
An attempt to figure out where the magic matrices in glOrtho
and glFrustum
come from.
Grokking Bézier Curves
Yet another visualization of Bézier curves using De Casteljau's algorithm.
Unqualified failure
It turns out that #include
ing iostream can get you a bonus abs function. That is, the following won’t compile in GCC (4.8) or Clang (3.4):
but the following will (on my machine), if (and only if) compiled with -std …
Installing Clover, OS X, and Linux Mint
Warning
This post is from a different time, when Unibeast only offered the Chameleon/Chimera (MBR) bootloaders, and you had to choose between convenience and Clover. Now, I’d recommend just using latest Unibeast tutorial. Depending on your motherboard, you may still need to PMPatch your bios as described below …