Yes, productivity goes up when working remotely

April 5th, 2018

I’m not going to write a long post about the debate on whether people working from home are more productive. I’ll let this article about a 2-year Stanford controlled study do it: https://www.inc.com/scott-mautz/a-2-year-stanford-study-shows-astonishing-productivity-boost-of-working-from-home.html In short: 500 employees were divided into two groups One group working at the office, the other at home Telecommuters worked the equivalent of an extra full day of work, attrition decreased by 50 percent, they took shorter breaks, had fewer sick days, and took less time off. […]

Denial Phase of Crypto

March 15th, 2018

I heard about Bitcoin and started accepting donations for some of my projects sometimes around 2011. The page about PokerMuck still reports the 0.53 BTC that were raised to support it (a little less than $30 dollars at the time). I mined about another 0.5 BTC during that time, which I all lost in the Mt.Gox hack. In hindsight it’s been amazing to witness the life of cryptocurrencies. I wasn’t old enough to remember the craze of the dotcom era, but […]

Running ROS on Arch Linux (The Easy Way with Docker)

February 24th, 2018

Installing ROS on Arch is a pain in the rear. The fact that Arch is a rolling release distro makes it difficult to compile most of ROS dependencies. Even if you eventually manage to compile everything, you will find yourself running into all sorts of trouble compiling third party libraries, fixing problems between Python 3 and Python 2 and don’t even ask what happens when you do a system update. Save yourself the trouble and use docker. You will be up […]

Two Technologies To Try in 2018

November 28th, 2017

I try to keep up with technology (emphasis on the try). Here are two that I personally think are worth exploring: 1. ARKit and ARCore Apple’s ARKit is what Project Tango should have been from day one. I’m genuinely impressed at Apple’s implementation of AR and the fluidity of the user experience. ARCore will likely catch up in the next year or two and I expect AR to open new opportunities in the interaction of 3D worlds and objects. Keep an […]

Unbrick the Eachine Lizard 95 – How To Reach The Boot Pin

June 29th, 2017

Today I bricked this little drone by flashing the wrong firmware (whoops)! Turns out that the correct board to choose when flashing a new firmware is “OMNIBUS“. Oh well, good opportunity to learn how to take this thing apart. Unplug the camera plug from the side by gently pulling the cable out. Optionally also remove the props (I didn’t) to have more maneuvering space later on. 2. Set the drone on its back, and remove the 8 screws circled below […]

How To Mount a GoPro on a Syma X5C

March 21st, 2016

It is indeed possible to mount a GoPro on a Syma X5C. It is however, not ideal, since the Syma X5C is a toy and its payload capacity is limited. But if you’re like me and you like to push the limits of your hardware, this is not going to stop you from trying, is it? 🙂 I used a GoPro Hero3+, but the process should be similar for other models. 1. Reduce the Weight The Syma can’t pull much weight. […]

Use Your Kindle as an External Monitor (well, almost)

April 21st, 2015

You can share a terminal session using your Kindle, which means you can use it as an external monitor for text-only applications. You won’t be able to do much web browsing or design work beside ASCII art, but if you’re a coder or a sysadmin, I’m sure this is not really going to bother you. Here’s a brief list of steps required to get this hack working. Jailbreak your Kindle. Install a Terminal application on it so that you can open […]

Velcro + Phone = Hands-Free GPS

February 28th, 2015

Have you ever searched for directions on your phone while driving? You probably know how tricky it gets to drive with one hand on the phone. Here’s my hack for the day. It’s a little ugly and it obscures part of the audio player LCD, but I don’t usually read what’s on the LCD anyway. Make sure to check your state/country laws before doing it, as it might not be allowed. Also make sure you place the soft side of […]

How To Bypass T-Mobile’s Mobile HotSpot Filter

August 15th, 2014

If you are a T-Mobile customer and tether your internet connection from your phone, you might have encountered this annoying screen: Now this is a ridiculous effort by T-Mobile to charge you twice for using the data plan that you already paid for. I call it a ridiculous effort because they have no sure way of detecting whether an internet request comes from your phone or from a device connected to it, and this is clearly a way to milk […]

How to make sure that your Digital Ocean mail server’s e-mails do not end up in Gmail’s Spam folder

July 28th, 2014

So you have setup your own mail server on Digital Ocean. Everything works great, but for some reason all of your outgoing mail to Gmail’s addresses ends up in the Spam folder. What to do? 1. Check your SPF record SPF is a validation system to detect spoofing and needs to be setup in your DNS records. Fire up the DNS console of your droplet and make sure that you have it setup properly by adding a “TXT” record with the following […]