Category Archives: Internet

Fun and games with Samsung, FedEx, and recycled tracking numbers

I was so impressed with Samsung. I ordered a new laptop directly from their web site at 7:38pm last night. According to the emails I received while I was at work today, the laptop was shipped at 9:45am and delivered at 3:17pm. Shipping was free. Wow, awesome, right? But then I got home, and the… Read More: Fun and games with Samsung, FedEx, and recycled tracking numbers »

PenguinDome: new, open-source Linux mobile device management (MDM) solution

Where I work, we have employees who use (in decreasing order of popularity) Mac OS, Windows, and Linux as their desktop computers. We’ve deployed a large, complex remote administration / MDM application for managing the Mac OS and Windows desktops. It’s big and complicated and difficult to maintain. It does much more than we will… Read More: PenguinDome: new, open-source Linux mobile device management (MDM) solution »

Python: How to make Flask work with Logbook

If you’ve arrived at this page, it’s probably because you’re searching the web for an answer why, even though you’ve called logbook.compat.redirect_logging() in your Python Flask app, you’re still not getting any Flask logging in your log files. The problem is that Flask sets the propagate flag on its logger to False by default, so even though Logbook’s… Read More: Python: How to make Flask work with Logbook »

How to hose your web server by releasing free software

I run a virtual server on Linode which hosts, among other things, the blog you are currently reading. The server doesn’t get a lot of traffic and is rarely busy or overloaded, so when I get an alert from Linode that its CPU has been pegged for the past two hours, as I did early… Read More: How to hose your web server by releasing free software »