Category: Computers

  • Most annoying thing about Docker’s swarm mode

    The most annoying thing about running a Docker swarm — something that for the most part was pretty easy to set up and get going, has to be the flood of log messages that dockerd generates. According to this issue of github, fixing it “will require a code change, at the moment not being a […]

  • Annoyance-as-a-service

    Annoyance-as-a-service

    So, I’ve been looking for a new side project for a while, before finally settling on playing around with some phone APIs.  Not sure what else to do, I opted to make a tool for annoying people.  Try it now. It’s quite simple, but effective none the less.  For a modest fee (starting  at $1.00), […]

  • django-softdelete project on github

    django-softdelete project on github

    Inspired by a post on override the default model manager to support soft-deleting objects in the database, I decided to implement it into one of my projects.  (Yes, I know it’s an old post but it was new to me!). However, just being able to filter the query sets returned to exclude items which had […]

  • django-apikey Version Bumped

    django-apikey Version Bumped

    I haven’t spent that much time on github until recently.  Poking around there led me to create my first project repository and put in up for anyone to use:  django-apikey.  (The original post/announcement can be read here:  “django-apikey — Key Based Authorization For RESTful Django Applications”) It quickly got some feedback, all of which was […]

  • Google PageSpeed and How I Learned To Love The mod

    Google PageSpeed and How I Learned To Love The mod

    I’ve spent a lot of time fighting against plugins and WordPress in general in attempt to get my Google PageSpeed over 90. I had basically given up on getting into the high 90s due to my reliance on some external resources that don’t set long expire times or, in at least 2 cases, sheer laziness […]