The Harmonious Programmer
Pages
(Move to ...)
Home
Python Tools
Services
Presentations
▼
Thursday, July 2, 2020
Convert Microsoft LDAP ObjectGuid from base64 to Python UUID
›
I needed to convert an objectGuid from Microsoft AD which was provided to me in base64. What I did not know is the Microsoft uses little-end...
Monday, April 20, 2020
Python FizzBuzz
›
I watched Tom Scott's One Simple Interview Question on YouTube earlier and decided take a stab at a flexible implementation of FizzBuzz....
Thursday, January 2, 2020
Moto X4 on Google FI - Microphone Muffled / Bad - Possible Fix
›
I've been having people complain they cannot hear me or that I sound extremely muffled when I making phone calls on my Moto X4. I confir...
Moto X4 on Google FI - Enable RCS Messages
›
On my Moto X4 (Google FI), I couldn't enable RCS messages in the Messages application as it was stuck "verifying" my phone num...
Thursday, December 12, 2019
Python Sort List of Dictionaries with Accented Characters
›
I needed to sort a list of dictionaries by a label key. It happens that the labels are in FR and normal sorting causes issues with ordering ...
Sunday, November 10, 2019
Custom 404 Page for Django CMS
›
For a side project, I needed a 404 page that was editable by users in Django CMS. Suffice it say, it took a while to figure out how to do it...
Friday, January 16, 2015
Gunicorn dyno death spiral on Heroku -- Part II
›
After a lot of investigation, we've figured out there is an issue with NewRelic, Postgres and Gunicorn. I summarized the issue here: htt...
3 comments:
›
Home
View web version