Title photo
frugal technology, simple living and guerrilla large-appliance repair

Regular blog here, 'microblog' there

Many of my traditional blog post live on this site, but a great majority of my social-style posts can be found on my much-busier microbloging site at updates.passthejoe.net. It's busier because my BlogPoster "microblogging" script generates short, Twitter-style posts from the Linux or Windows (or anywhere you can run Ruby with too many Gems) command line, uploads them to the web server and send them out on my Twitter and Mastodon feeds.

I used to post to this blog via scripts and Unix/Linux utilities (curl and Unison) that helped me mirror the files locally and on the server. Since this site recently moved hosts, none of that is set up. I'm just using SFTP and SSH to write posts and manage the site.

Disqus comments are not live just yet because I'm not sure about what I'm going to do for the domain on this site. I'll probably restore the old domain at first just to have some continuity, but for now I like using the "free" domain from this site's new host, NearlyFreeSpeech.net.

Tue, 28 Feb 2017

WordPress WordAds revenue expectations are depressing

I've been going through the excellent WP Tavern blog on WordPress news today, and I stumbled across this post on how much bloggers can expect to earn from the Jetpack-powered WordAds platform.

tl;dr: Not very much. But the numbers are all over the map. One thing WordPress tells you: better content, more money.

Linked from the article above, a blog that makes about a month from WordAds on 2,600 to 16K page views.

WP-CLI is so very, very cool

At the moment, I only have two WordPress sites for which I have shell access, so WP-CLI shouldn't be a big deal for me. But it is.

The whole idea of managing WordPress.org sites in the console (and being able to avoid the WP Dashboard) is such genius, I wonder why nobody thought of it before now.

The possibilities, especially when WP-CLI is combined with traditional shell scripting, are many. From updating the software, installing and managing plugins, this drags WordPress into a realm where sysadmins can really get things done and save a lot of time doing it.

Tue, 26 May 2015

Static blogging systems written in Ruby

I'm always looking at new blogging systems, and here are a few links about systems written in Ruby:

http://www.sitepoint.com/static-blogging-g-face-middleman-vs-jekyll/

http://www.sitepoint.com/wordpress-vs-jekyll-might-want-make-switch/

http://www.sitepoint.com/6-static-blog-generators-arent-jekyll/

https://middlemanapp.com/basics/blogging/

You might already know about Jekyll and its close cousin Octopress, (I do), but this is the first I've heard about Middleman, which is billed as a general static-site generator written in Ruby that can be configured to produce a blog.

I dumped the links above with little context because I waiting to explore where they lead, as I hope you will, too.

Sat, 03 Jan 2015

Strehler is a new CMS built with Perl and the Dancer2 Framework

Spotted on Reddit is Strehler CMS, described as "A light-weight, nerdy smart CMS in Perl based on Perl Dancer2 Framework."

I'm not sure what to say about it, and I haven't even found a blog running it, but it is something to keep an eye on.

Tue, 11 Mar 2014

70 Decibels' Generational on blogging -- a detailed, geeky discussion on platforms of all kinds

For a very deep dive into blogging systems, listen to 032 - Blogging Platforms with Bob VanderClay. The blog post itself is valuable because there are dozens of links to just about everything they talk about. You can also go directly to the audio.

Here is the description of the show:

This week Gabe and Erik geek out about blogging platforms with Bob VanderClay. They discuss Blogging-as-a-Service (BaaS) vs. self-hosted blogging, then explore the advantages and disadvantages of static, dynamic, and hybrid blogging engines. Along the way, they touch upon a number of related topics including templating languages, commenting, writing tools, hosting providers, and backups.

Mon, 24 Feb 2014

In Movable Type 4, comment spam was overwhelming

So I'm working on a blog that I moved from Movable Type to WordPress in early 2012 but haven't touched since.

There were about 8,000 spam comments that weren't marked by the system as spam from 2009-11.

That's a lot of spam, and I remember now how hard it was to keep up with at the time.

Tue, 26 Nov 2013

Markdown comes to WordPress.com

John Gruber's Markdown, the human-writable markup language that can be turned into HTML in many your favorite blogging applications, has now come to WordPress.com.

That's great news since Markdown will really help those of us who use WordPress get posts formatted that much more quickly. I hate using the formatting buttons that come with WordPress, and Markdown beats hand-coding HTML any day.

(Note: This is an Ode blog, and it uses Markdown.)

Now all we need is Markdown in self-hosted WordPress.org. Then we'll be cooking with gas. The thread that announced Markdown for .com sites says it will be eventually be part of Jetpack for .org installations.

Until then, WordPress people remind that there are many Markdown plugins available.

WP.com is also offering this quick reference page on its particular implementation of Markdown and a general Markdown support page.

Thu, 21 Nov 2013

Yes, you can still download the free, open-source Movable Type

For one reason or another, I've been thinking about Movable Type. I went to both of the web sites associated with the blogging software -- movabletype.org and movabletype.com and found no mention of the formerly "free," open-source Movable Type software I used for so many years.

Instead, MT 6 is for up to five users and $1,195 for unlimited users. Ouch. There's quite a gap between /home/public//cgi-bin/ode.cgi and $1,195.

Nowhere on those "official" sites could I find a link to the /home/public//cgi-bin/ode.cgi versions of Movable Type (i.e. everything up to Version 5).

I did some searching, and here they are. Start a directory up and there are downloads of MT 6, which I presume will ask you for some kind of licensing information.

But if you want MT 4.x or 5.x, they are available.

And the software that swallowed Movable Type's user base whole is still available -- and still free.

Movable Type was always a great platform, and it still handles multiple blogs and multiple users better than WordPress in my opinion.

But you really need a full-time hacker on the job if you want to use Movable Type seriously. There never was enough of a community out there with plugins and themes to get you going.

Fri, 15 Nov 2013

Ghost is very basic. VERY BASIC

I didn't expect the post-WordPress blogging system Ghost to ship with all of its promised features, but it's more basic than I thought it would be. (If you want to read this very entry on my Ghost blog, here it is.)

It's basically entries tagged with Markdown and presented on the page.

As far as I know there are no categories or tags (though I do see them on other Ghost sites), and none of the promised back-end stats. There is no easily-implemented provision for comments, not even though you can hack in Disqus. Clearly this sort of thing needs to get easier if Ghost has any hope of going beyond the geeky contingent that champions such systems as OctoPress, Pelican and Nikola.

It looks like there is only one user (and one blog) per installation.

In short, while the code that is out now does use Node.js and does use a two-windowed Markdown-on-one-side, styled-text-on-the-other composition screen, and what you write in there appears on your life site in the form of blog entries, that's pretty much it.

So I give the Ghost team this: They have code out in the wild, and it does work. Now they have to build on it and start delivering the features promised on the main Ghost site.

I hope they get there.

For now, you won't find anywhere near the functionality available in WordPress, or my favorite blogging platform, Ode.

And unless you, like me, use a Node.js-friendly service like OpenShift to host your Ghost (I'm sure the AWS Elastic Beanstalk would do just as well) or have access to (or can spin up) a Node-running server and care deeply about running your blog on Node.js as opposed to PHP or Perl (or Ruby or Python for that matter), I'm not yet ready to recommend Ghost just yet. (Note: Ghost's documentation tells of many other ways to run it.)

For me, Ode creator Rob Reed's "Ode means you know how it works" credo is keeping me firmly in the Ode camp. Sure Perl is "old." (Just like PHP, which powers WordPress and Drupal and probably most other Web services.) But Rob has put a lot of thought into the design and subsequent execution of Ode. I'd love to see the Ghost team follow his example and create a system maintainable and hackable by the average human. If you look at a Ghost composition window and Ode's EditEdit side-by-side, you'll find more alike than different.

As an armchair programmer, I get the feeling that Node.js and Javascript on the server in general are getting to be more important than ever, and for that reason I applaud Ghost.

But at the end of the day, there's more to any blogging/publishing system than the language used on the back end, and Ghost will have to sell itself with features and ease of use, not the tools used to bolt it together.

Later: The Ghost Forums are essential for getting the most out of Ghost.

Tue, 24 Sep 2013

The Ghost blogging platform is here

The Ghost team has pushed out a release to the project's some-6,000 Kickstarter backers. Ars Technica staffer Lee Hutchinson reviews and posts in Ghost.

The double-paned Markdown/HTML view looks a lot like Ode's EditEdit, right?

According to the Ghost blog, while the code is only going to Kickstarter supporters right now, there will be a public release in the weeks ahead.

Does the release announcement include the names of every one of those 6,000 people? I think it does.