Explore >> Select a destination


You are here

tcode2k16.github.io
| | newcome.wordpress.com
3.4 parsecs away

Travel
| | I wanted to spin up a Linux development environment to hack on some code that needed epoll. I could have run everything in a Docker container, but I kinda wanted to be in that environment for total hackage. I thought maybe I'd just do it in a Virtualbox instance. Then I didn't want to install...
| | www.lieberbiber.de
3.1 parsecs away

Travel
| | Das Linux Professional Institute hat die empfohlenen Preise für Prüfungen auf 150$ erhöht.
| | macwright.com
3.5 parsecs away

Travel
| | JavaScript, math, maps, etc
| | hbfs.wordpress.com
38.6 parsecs away

Travel
| Preparing lecture notes (or videos) sometimes brings you to revisit things you've known for a while, but haven't really taken time to formalize properly. One of those things is fixed-point arithmetic. Fixed-point arithmetic joins the advantage of representing fractional values while maintaining a great simplicity in the operations. Contrary to floating point, arithmetic on fixed-points...