Links that I hope to visit/read on my free times. Which is ONCE in a fucking blue moon.
- 500px/Ivan Kislov – Pictures of animals to pinch
- how I ended up conducting the most successful technical interviews with a single question – “will you please tell me about the best project that you’ve ever created?”
- Letter to a Young Haskell Enthusiast – programmer ethics
- Code Review – An example setup of code review process that works for the author. Might learn something from it.
- C++ React Library – Keeping this link. As a reminder that I want to learn reactive programming.
- A Visual Expedition Inside the Linux File System
- Clever Psychological Life Hacks … – Does this even work? I think I’ll try.
- Introduction to Vala – I fucked around Vala when I switched to elementaryOS. Haven’t followed up since.
- AngularJS Testing with Karma and Jasmine – I told the team to use tests! 😦
- How to be a Programmer – Hey nice article! Why don’t I read you after some time. (Been sitting in my Pocket list for > 3 months)
- Gitflow – A nice git process tool for nvie’s git model.
- Kernel 101 – I’m on linux now! I should be able to do this at least?
- Computer Science from the Bottom Up – Low level computer science shit. Great for programmers or hobbyist with lots of free time.
- Beej’s Guide to Network Programming
- Google C++ Style Guide – I’ve read this. Helped a C++ dumbass like me.
- The Eudyptula Challenge – Registered some time ago. No activity from me ever since.
- Bit Twiddling Hacks – Bit manipulation cheat sheet for C/C++
- Problem of the Day – Project Euler lite.
- Noisli – Try it. Background sounds when you’re working.
- Understanding Quaternions – Artifact from when I was researching for accelerometer/gyrometer things.
- Linux command line Tips