Python
September 1, 2019
With my move to PythonAnywhere a few weeks back, I got my Flask-based applications up and running quite easily (I have two, this blog and another application). Then I had a bit of a heart attack on Friday realizing that Python 2 will be EOL at the end of the year. I guess …
August 12, 2019
Just a quick note that I’ve moved my blog from Liquid Web (which used to be WiredTree) since I didn’t really need a full blown VPS anymore. I was looking at a number of different solutions to host this blog, given it’s python-based and, after a lot of reading …
August 5, 2016
I’ve not had much time in the past week to work on the blog platform due to getting back to work after two weeks off. So that means future enhancements to the blog will take a bit longer.
I managed to implement a fairly basic commenting system that works well, so at least …
July 22, 2016
This is the first post on my new blogging platform that I’ve written from scratch using Flask and Python. I’ve been using Drupal to host annvix.com for quite some time (mostly for consulting client information) and have used WordPress for years on linsec.ca. To be …
February 24, 2016
I’ve recently found and become a fan of the Dash documentation browser for OS X. It has some neat integration with some applications, like Sublime Text and PyCharm (both of which I use), but not for Komodo IDE (which I also use). So this post is to show how easy it is to …
January 6, 2015
Python 2.7.9 was released nearly a month ago and with it came some SSL-related changes (it backported the Python 3.4 ssl module and does HTTPS certificate validation using the system’s certificate store). The latter can cause some problems with home-grown CA’s, …
August 24, 2013
I’ve been programming in Python for a few years now (I can pretty much mark the beginning because of starting at Red Hat). Since picking it up, I’ve fallen in love with the language and have a few books on the subject. One of the most indispensable books I have is …
June 8, 2013
I’ve been working with bugzilla for years.. at Mandriva I was the primary bugzilla care-taker for a few years, and now with Red Hat I do a lot of work on some internal tools that interface with bugzilla that enhances and directs the workflow of day-to-day work (being that …
January 29, 2011
So the RPM Query (rq) tool that I inherited as ‘srpm’ from Stew Benedict back in the day at Mandriva is now on fedorahosted,org. Unfortunately, it’s missing history because I had a dickens of a time trying to extract it from my existing svn repo (I got it so …
March 8, 2009
So I’ve taken it upon myself to learn Python, which is something I’ve wanted to do for a while. I usually write code in PHP or shellscript, with the odd thing in Perl every once in a while (but I’m not a real big fan of perl and I don’t have the desire to …