Toby's Log

Despite being a PHP developer and Firefox user for a couple decades, I hadn't added a search of php.net to my Firefox search engine list until some months back. Now I can type @php<tab> and then enter a search to quickly look up PHP functions, classes, etc. Continue reading post "#4881"


Blog comments / mentions display back

I have brought back the display of existing comments on this blog. When I switched away from WordPress to my own blog solution, I didn't build any display of comments on posts since I haven't had comments enabled in years and wanted to make the switch quickly. I also wasn't sure how I wanted to handle storing them, since my site data repo is public and will likely have an open license at some point. Storing quotes by others under my own license is probably fine, but I decided to mostly do summaries unless the exact quote seemed important. I did mostly do full quotes of my responses, since that's definitely my data. So I put their comments and my responses all in a single markdown file per post, in more of a prose format than normal comments are shown.

Continue reading post "Blog comments / mentions display back"

Goodbye, Rackspace

We at Cogneato have finally shut down our servers and most other services with Rackspace. It is definitely a relief to be done with that. It was a six year operation, but a sudden large increase in costs pushed us to get it finished.

Continue reading post "Goodbye, Rackspace"

wiki-blog post publishing

I switched my blog away from WordPress and to my own wiki-blog software a little over a week ago. I did so even without an easy way to publish posts, as I had to create the date based folder structure, increment an id, enter formatted dates and other meta-data, and run a rebuild of my static list pages, all manually. After a fair amount of work, I now have an automated way to do most of this via CLI.

Continue reading post "wiki-blog post publishing"

WordPress no longer running this blog

As of last night, this blog is no longer running on WordPress, as it had since 2003. I have removed it and related code, switching to my own wiki-blog software. It builds a blog from a directory structure of markdown files. I've been working towards simplifying my site for some time, managing content with files kept in a git repo, using less complicated setups, and being static generator capable. Removing WordPress was in the plans for a while, but it was complicated to migrate. I've been pushing hard towards it for the last month or so and finally decided to make the switch even though things aren't perfect and some things aren't implemented with wiki-blog.

Continue reading post "WordPress no longer running this blog"

Project: WP To Markdown

I've been working for some time towards moving my blog off of WordPress, towards a simpler and static friendly setup. In that interest, I have made a PHP script to copy the site data to a Markdown directory structure and copy the media files, called WP to Markdown. The file and folder structure is largely based on the URL path structure of a WordPress site using the default permalink structure. This will help me to reproduce a similar structure with the software that replaces WordPress, which I am in the process of writing.

Continue reading post "Project: WP To Markdown"

</toby>