Category Archives: Programming
Django: Taking note of ManyToManyField changes
I’ve gone through a bit of a mess lately, trying to do something I considered very possible, only to ultimately fail to find a working solution. This write-up will hopefully save someone else several hours of effort, asking for help, waiting, etc. Those reading the article, please be sure to also read any comments to [...]
Imagine Language Consolidation
I started programming in BASIC on a Commodore 64. From there it was GW-BASIC on an 8086 PC, Pascal, C on AIX/Linux, Perl, minimal Java, and for the last 11 years good chunk of Python. I don’t really consider myself that advanced in the field, frankly. It’s not my full-time day job. However, if you [...]
Time forcing the sub-optimal
I just wrote: # This is quite possibly the most braindead and brute-force code you have # seen in your life. I feel sorry for you, and embarassed for me, if you are # looking at it.