The main tool in my setup is my Mac. I currently have a MacBook Pro 13-inch, 2018, Four Thunderbolt 3 Ports, 2.7 GHz Quad-Core Intel Core i7, 16 GB of RAM and 1TB of storage. From time to time I (seldom) like to play some games on Steam on a...
[Read More]
Blog
How to Write Proper Shebang
This is a long outstanding story and there is not (unfortunately) a unique answer. What seems to be the preferred way al least is
#!/usr/bin/env bash.
This should guarantee the maximum portability as explained in this Stack Overflow post.
[Read More]
A Quick Experiment to Present Pictures with Ruby and Jekyll
Jekyll is an awesome tool with clear documentation that will let you generate static websites. It’s perfect if you love Ruby and you need to create something simple and quick.
[Read More]
Connect to Genymotion Android emulator remotely
Even if this might appear as an edge case I know a lot of Android devs using Genymotion emulator for Mac in their daily work, but emulators in general, are RAM eater that slow down the entire system.
[Read More]