I’ve always been interested in the stories behind designs, and one particular point of interest is in the development of the original Apple Macintosh computer, well chronicled in the website Folklore.org, and eventually collected in the book Revolution in the Valley.
Susan Kare, designer of the original Macintosh icons, says she based the […]
Python 3.6 no longer links to the macOS-supplied SSL libraries and now includes its own copy of OpenSSL, but it doesn’t automatically install the root certificates needed to validate connections. It seems the Python 3.6 installer warns you about this during the install, but it’s easy to miss. It’s also in the README, and there’s a behavior bug for Python suggesting that it get installed automatically. Thanks to this Stack Overflow post for the help.
This is on a network where I have no option of adding another public IP.
#1 is already up and running fine.
#2 is the hard part, mainly because I’m running macOS Server.app on #1, and the proxy setup does not seem to be the relatively straight-forward Apache one. Server has […]
I have had a hell of a time finding a way to install a Let’s Encrypt certificate on macOS Server the Right Way™, due to how Server customizes the Apache config in weird and annoying ways.
For the moment, I am going to use this way to “trick” certbot into issuing the cert to a […]
A few months ago, I was drawing in Adobe Illustrator for an animation we were producing, and I was having trouble with my laptop bogging down and becoming completely unresponsive when Illustrator threw up its hands at copying or pasting the hundreds of tiny switches and buttons I had drawn on a retro-style computer bank […]
I’m testing out django CMS for a small personal site, bobtiki.me, and installing it on my WebFaction hosted server. I’m writing down the steps, so you don’t have to! (And by “you,” I mean “future Mark who has forgotten these steps.”)
I’ve had a great experience with WebFaction — they’re both inexpensive and reliable. […]