Posts

Python Whatsapp Client Blues

I had the idea to code a simple script in Python that would notify of the day’s birthdays to a Whatsapp number or a Whatsapp group. WhatsApp has no public API (that I’m aware of…) I spent some time with YowSup, which didn’t work with the examples of their own page. After applying some changes suggested in the YowSup forums, I was able to register my cel number and obtain a password for the account. Read more...

Replacing Your Parrot AR Drone Blades (Propellers)

The Parrot AR Drone has a total of four blades (or propellers…). Note that not all blades are equal. Each blade has a letter printed near the shaft hole. Two blades are labeled “A”, and the other two are labeled “C”. While replacing the blades is pretty straightforward, the critical step is getting the blades in the right order. Otherwise, your drone won’t take off. (It will roll over one side. Read more...
parrot ar

Migrating from Pelican to Wordpress

I’ve migrated my main blog from Pelican to Wordpress. (Pelican is a static blog generator.) The main reason for changing is that I to make some changes in my webpage layout, or add some feature like a landing page, but don’t want to make (program) all the changes myself. Using Wordpress will add complexity to my publishing workflow, but things like implementing landing pages and writing custom page archives can be quickly done in Wordpress by using the appropriate plugin. Read more...