I watched some of the online bidding for the art auction that had some items from my Uncle Joe’s estate today.
Continue reading post "#2731"Toby's Log page 42
I watched Nineteen Eighty-Four (the film) for the first time tonight.
Continue reading post "#2729"An art auction with some pieces from my Uncle’s estate is happening tomorrow.
Continue reading post "#2724"The second estate sale of my Uncle’s stuff will be happening in a week, assuming it doesn’t get cancelled due to this virus lockdown.
Continue reading post "#2722"Short domain intro card
To make use of the short domain I bought recently (macn.me), I came up with the concept of a business card-like intro landing page.
Continue reading post "Short domain intro card"Restaurants and bars in Ohio are forcibly closed now, except for carry out, in response to this COVID-19 virus.
Continue reading post "#2712"Midnight Commander
I discovered and played with the CLI text based file browser Midnight Commander this weekend.
Continue reading post "Midnight Commander"PHP zend_mm_heap corrupted error
We were getting errors on our server where certain pages or even sites would occasionally or frequently show errors for no apparent reason.
Continue reading post "PHP zend_mm_heap corrupted error"Vagrant on Mac El Capitan problem
I recently tried to install vagrant on a Mac OS X.11 (El Capitan) machine, but ran into trouble.
Continue reading post "Vagrant on Mac El Capitan problem"Checking if WordPress post has more
WordPress offers the has_excerpt()
method to determine if you create a separate excerpt on a post, but does not seem to have a built in function to ask if it uses the special comment <!--more-->
for an excerpt coming from the beginning of the post content.