Working hard in the office, as usual. The thinking shisha helps. Kudos to Andreas Demetriou.
Month: January 2015
Your entire PC in a mouse
Awesome find via Slashdot: Your entire PC in a mouse
The Mouse-Box’s basic specifications are listed below.
- 1.4GHz ARM Cortex CPU
- 128GB flash storage (cloud storage optional)
- Micro HDMI port
- Wi-Fi connectivity
- 2 x USB 3.0 ports
Work is also underway to include a wireless mouse pad charger
Daily dose of Instagram
Gitlet – git implemented in JavaScript
Gitlet – git implemented in JavaScript. Â Why, you ask?
Over the last six years, I’ve become better at using Git for version control. But my conceptions of the index, the working copy, the object graph and remotes have just grown fuzzier.
Sometimes, I can only understand something by implementing it. So, I wrote Gitlet, my own version of Git. I pored over tutorials. I read articles about internals. I tried to understand how API commands work by reading the docs, then gave up and ran hundreds of experiments on repositories and rummaged throught the
.git
directory to figure out the results.I discovered that, if approached from the inside out, Git is easy to understand. It is the product of simple ideas that, when combined, produce something very deep and beautiful.
Spoken like a true hacker. Â My hat is off to you, sir.