-
Notify Me when Done “X” in KDE
One of the few Java webapps I work on at work, has a very long startup time. Unfortunately since the server startup code is proprietary and owned by the vendor, there is not much I can do about that. However it is easy to forget to check if the server has started up, I decided…
-
Approaching Inbox Zero in Gmail
Earlier this year (yes I meant to send this out much earlier) I went to a meetup hosted by my local PyLadies group. There Tracy Osborn of Wedding Lovely and Hello Web App fame gave an amazing talk about marketing for developers. I was truly inspired by the talk, and I feel it was very…
-
Encrypt All the Things!
This week has been a rough one for me, so I’ll keep this blog entry short. However I am pleased to announce that after a bit of struggle, I have setup HTTPS on all my sites, including this one. Thanks to Let’s Encrypt and specifically the acme-nginx project to making that possible. Getting everything setup,…
-
Resolving WordPress Login Issues after Domain Name Move
This week’s entry will be a short one, since I am in the middle of getting things organized, and preparing for launching my first ever product. (More about that on a later post.) One of the things that bite my recently, is that I was unable to login into one of my WordPress sites. For…
-
Avoiding Blank PHP Responses after upgrading to Ubuntu 16.04, and php7.0-fpm
Earlier this week I finally made the plunge to upgrade my VPS to Ubuntu 16.04. With a minor hiccup surrounding supervisord (which I probably can avoid if I go the systemd route) not being enabled at boot, the upgrade was simple for both my WSGI and Node webapps. I can not say the same thing…
-
Selling Off Some Domains
I was going to write about why needing an app isn’t a good way to try get into business. (Hint: It is very expensive, if you can’t code it yourself.) However something else popped up, namely I am trying to sell off two domains: justcheckers.org and justcheckers.net that I own. These were for the justCheckers…
-
Rust, a New Toy Opening New Possibilities
I have not had a chance to blog in a while. Aside from the usual busyness of life, and the occasional bouts of illness, I have been distracted by a few new thing I’ve been learning: Rust, Kivy and Electron. I’ll write about Kivy and Electron in a future post. And a lot of that…
-
PyCon US 2016 Talk – Pythons in a Container
At the end of May, I presented a talk at PyCon 2016, on using Docker with Python microservices. You can imagine the rush I felt getting to present on such a popular topic at such a large and important conference as PyCon! While it took me a while to recuperate after PyCon and Portland both…
-
See You at PyCon US 2016!
If you’re wondering why I’ve been so quiet these past few weeks, it is because I’ve been busy preparing to go to PyCon US in Portland this year! I am very excited not only to be attending, but I will be giving a talk at PyCon US this year! I will be talking about Dockerizing…
-
Through the Javascript Looking Glass Part 1: Finding ES6 + NodeJS Alternatives to the Python Stack
Apologies for missing last week’s scheduled post and being late with this week’s post as well. I’ve been putting off writing articles and refilling my queue, with other things that have been (or seemed) more important than blogging. Either way, I’ll try to fix this so that next week I’ll be back to my regular…