Debugging stories: What’s that 404 error?
Here is a little story about resolving an issue with a web site that turned out not to be an issue with a web site :-)
Here is a little story about resolving an issue with a web site that turned out not to be an issue with a web site :-)
Have you ever gotten the following error after trying to encrypt your FileMaker databases?
Today I needed to debug a scheduled script and test its behavior when run in the Windows Local System account instead of my regular domain user’s (this was o...
A few hours ago FileMaker 17 was released, and with it an updated Data API, which is now finally out of trial phase.
Even though launchd has been around for quite some time now, I was still using crontab for scheduling some of my scripts until recently. Since launchd Launch...
When trying to read an Excel file into a Pandas DataFrame gives you the following error, the issue might be that you are dealing with a password protected Ex...
Tutorial on creating Bokeh plots with an AJAX data source, served from an existing Flask app.
Logarithms are widely used in computer science (e.g. for algorithm analyses, floating point number limitations, scaling data, feature transformations). Not c...
Entering a long shell command and then moving the cursor around to correct parts of it always felt a bit clunky to me. I remembered some of the <ctrl>/...
Let’s say we have two integer NumPy arrays and want to count the number of elementwise matches.