As the Charlottetown Farmers’ Market enters its chaotic July season, with the aisles clogged with the agog, it’s nice to seek solace in the arms of its Cardigan cousin,where Ola Hammarlund will make you a cappuccino and his son Leif will whip up a chocolate milkshake.

Ton continues to wrap his head around Webmention, and wonders about how mentions should be displayed on the “mentioned” site:

What strikes me as odd now is how little control I have over how the Webmention and Semantic Linkbacks plugins actually deal with webmention data. The stuff I’d like to show is stored in my database, but I can’t through the plugins determine how that is shown.

The same is true on the flipside: my site adds microformats so others can machine read my blog, but apparently it doesn’t do it right. Yet I have no control from the mentioned plugins interfaces over how that is done, nor do I have documentation / insight into how the plugins are designed to comply with microformat specifications.

The h-entry page on the Microformats Wiki sheds some light on this, providing some options for marking up links in a way that affects the semantics, and the rel-values page in the IndieWeb wiki has some further discussion of options, but there doesn’t yet seem to be a clear way forward here.

It does seem like it would be useful to allow an author to add semantics to links that would differentiate between commenting, mentioning, liking and re-posting, and that seems to be the way that things are headed.

Looking at a section of Ton’s post, for example, where he links both to Sven Knebel’s contribution and to his own, both links are marked it with u-in-reply-to:

<p>I very much appreciate how <a href="https://www.svenknebel.de/posts/2018/7/4/" class="u-in-reply-to">Sven Knebel extensively responded</a> to my previous <a href="https://www.zylstra.org/blog/2018/07/wrapping-my-head-around-webmentions/" class="u-in-reply-to">posting on some Webmention issues</a> I came across. Some of his responses do make me have new questions.</p>

While he’s clearly replying to Sven’s post, Ton’s reference to his own post isn’t really “in reply to” himself, it’s merely mentioning it; perhaps these mentions should be rendered differently?

In this morning’s University of Winds newsletter, Mita Williams points to ici, a tool created by Ed Summers to help people help fill in missing imagery on Wikipedia.

While trying it out, I discovered that the Wikimedia Commons app includes the same functionality, so I decided to see how it works.

Opening the app for the first time, and giving it permission to access my current location, it shows me nearby Wikimedia Commons entries that are missing an image:

Wikimedia Commons App: Nearby Places view

Tapping on the nearest icon, I see that it’s the Honourable George Coles Building, just half a block from my house:

Wikimedia Commons App: Nearby Places view, showing nearest nearby place

Tapping the “+” icon, I can take a photo, and then, after confirming I want to upload it, I can add some metadata:

Wikimedia Commons App: saving new image

Clicking “send” uploads the image to Wikimedia Commons where, indeed, it sits there waiting to be used.

What I realized after uploading four images is that all the app does is to facilitate the upload; it doesn’t actually associate the images with the place it originally identified, it simply geotags them and makes them available for further use in the Wikipedia universe.

So, taking things forward, I created a Wikimedia Commons category called Honourable George Coles Building (Charlottetown) and, using the All Souls’ Chapel category as a template, I fleshed out the metadata.

Next, I edited the Wikidata entry that got me started, clicked “Add Statement” and added the images I’d just uploaded.

Finally, I edited the List of historic places in Charlottetown page in Wikipedia and added a thumbnail image and a link to the Wikimedia Commons category page.

Now that I’ve been through this once, the next time around should be all that much easier; and there’s a good collection of “missing image” markers nearby in the Wikimedia Commons app to keep me going.

Diary of a Squirrel went to Summerside to demo comic-making. I love it when the doing of something involves documenting the doing of the something.

Oliver and I dropped in on the Behind the Panels exhibition at the Eptek Centre last week. Or at least we tried to: it is closed on Saturdays. Which is odd: when else would someone drive to Summerside?

So we had to make do with tasty crêpes from Viva la Crêpe, the food truck set up across the street.

The eponymous Viva is the same Viva who ran the late, great Viva’s on 35 Prince Street. The crêpes are very good, and Viva is as generous a host as she ever was.

One of the points of writing on the Internet is our ability to link pages together in a web. We do this in HTML with links, like this:

My friend Ton <a href="https://www.zylstra.org/blog/2018/07/wrapping-my-head-around-webmentions">writes about Webmention</a>.

When that HTML appears here on my website, it looks like this:

My friend Ton writes about Webmention.

And if you click that link, you go to Ton’s blog post.

Wouldn’t it be nice if Ton had way of knowing he was linked to!

That’s what Webmention is for. In addition to the linking, Webmention involves a notification–”hey other website, you got linked to.”

The message is simple; if I want to let Ton’s website know that I’ve linked to it, I send it:

source=https://ruk.ca/content/digging-webmention
target=https://www.zylstra.org/blog/2018/07/wrapping-my-head-around-webmentions

To know where to send it, I need to look at the source of Ton’s page–my target–for something that looks like this:

<link rel="webmention" href="https://www.zylstra.org/blog/wp-json/webmention/1.0/endpoint" />

That tells me “to let this blog post know it was linked to, send the Webmention to this URL.”

(It there’s nothing on the other end of the link that references Webmention, it’s safe to assume it doesn’t receive them, and not send a message; Webmention remains a nascent standard).

Drupal 7, which I use to manage this blog, has no built-in support for Webmentions. The Vinculum module comes tantalizingly close to supporting them, but hasn’t been updated in a long while, and it doesn’t work out of the box.

To work around this limitation, I ripped out the best parts of Vinculum–yeah open source!–and wrote my own Webmention module. Right now it only sends Webmentions, which is okay because, for the time-being, I can use the excellent non-intrusive Webmention.io to handle that part.

As Ton writes in his post, “The webmention itself is simple… What happens next is less simple.”

Here’s the less-simple part that happens once I click “Post”.

First, my module has to look at the body of my post and extract the URLs of all the pages I’ve linked to; for this post, it gets:

https://www.zylstra.org/blog/2018/07/wrapping-my-head-around-webmentions
https://indieweb.org/Webmention
https://www.drupal.org/project/vinculum
https://webmention.io
https://ruk.ca/content/digging-webmention
https://www.zylstra.org/blog/wp-json/webmention/1.0/endpoint
https://aaronparecki.com/2018/06/30/11/your-first-webmention
https://indiewebify.me/

Next it has to find out which of those, if any, have the ability to receive Webmentions; it finds these endpoints:

https://www.zylstra.org/blog/wp-json/webmention/1.0/endpoint
https://webmention.io/indiewebcamp/webmention
https://webmention.io/pingback/webmention
https://webmention.io/aaronpk/webmention

And, finally, for each of those it sends the actual Webmention.

If you’re looking at adding Webmention superpowers to your writing on the web, take a look at Sending your First Webmention from Scratch, which is a very clear step-by-step guide to the system, with some helpful pointers to its fiddly bits. And, indeed, because I sent that post a Webmention, you’ll find a link back here:

Screen shot of a webmention

The IndieWebify.Me tool is also a useful resource for debugging the same fiddly bits.

(By the way, should you send a Webmention to this post, it will be received but not–yet–displayed here; that’s my next step).

The labels on my sketchbooks show considerable variation in sketching activity over the past year: the book I finished up today was one I started in February, 5 months ago.

My pace has picked up recently, now that summer has come and I’ve more to sketch than my kitchen table.

After my wireless provider, Eastlink Wireless, decided that it would only support phones purchased from it, I went looking for a new wireless provider.

My first quandary was that Eastlink’s pricing–$40 per line per month, including 3GB of shared data–was hard to beat; indeed, none of the major providers (Bell, Telus, Rogers) nor their discount brands (Virgin, Koodo, Fido) could come close.

Then I happened upon another Telus discount brand, Public Mobile, that I’d never heard of before. It’s an interesting concept: completely self-service, no contracts, no call centre support, and 100% “bring your own device.”

As I reckoned I could do without a call centre, and bringing my own device was the point of the switch, I dug deeper and found that Public Mobile has a $40 per line per month plan which includes 4.5GB of 3G data (you can pay more for LTE data, but I never do anything bandwidth-intensive while not connected to wifi, so I didn’t need that).

Convinced this was a viable way forward, I ordered up a couple of SIM cards, one for me and one for Catherine, and they arrived in the mail four days later.

Today I finally got around to activating the service on my phone, which turned out to be relatively simple: from the Public Mobile self-service site I entered the SIM card number, the phone number I wanted to port, my name and address, and my credit card information (I set up “auto-pay,” which is a pre-paid service that bills automatically every month). The self-service site is a little bit 2005 in its usability and aesthetics, but it all appeared to work as intended.

The only confused part of the switch-over was that although the SIM card got activated immediately (I just needed to reboot my phone to do the switch), there was a delay in porting my number, meaning that I could make outbound calls but not immediately receive inbound ones. I worked around this by sticking my Eastlink SIM back in the phone until the port happened. In the end the delay was only about 30 minutes.

For those of you keeping track, Public Mobile will be my fifth wireless provider: I started out with Island Tel Mobility back in the day, then moved to Rogers, then Virgin Mobile, then Eastlink.

I report back on how things go.

Public Mobile SIM Card Package

A recent visit to the Internet Archive unearthed a cache of text and audio related to a summer series I presented in 1996 on CBC Prince Edward Island’s Island Morning that we called Consumed by Technology.

The episodes were part of a website hosted by erstwhile Internet service provider Island Services Network, the first toe in the waters of the Internet by CBC on the Island. This meant that, by virtue of having constructed the CBC’s site in the first place, I had uncommon freedom to post and document the Consumed by Technology series in a way that I wouldn’t have been able to previously or later: I linked to each episode’s RealAudio file, provided a list of links (what we’ve come to call, in the podcasting world, “show notes”), and the transcript of the episode (the text I provided to the hosts).

Like A User’s Guide to the Future that I presented the summer before on Island Morning, Consumed by Technology provides a small window into the beginnings of the digital age on Prince Edward Island; what’s remarkable to me is that the issues I chose to highlight back then, more than 20 years ago, are still the issues I spend a lot of time thinking and talking about today.

Like the previous summer’s series, Consumed by Technology was produced by Ann Thurlow for the CBC.

Here are the seven episodes, in order of broadcast:

  1. Four inches of metal strapping for 37 cents
  2. Sale on words… 50 cents a pound
  3. The Death of Time
  4. What have they got on me?
  5. Thirty year olds who buy diapers and tractors twice-weekly
  6. Bugs, glitches and other disasters
  7. Of bombs and porn and the ‘net

The Other Club was founded in London in 1911 by Winston Churchill and F.E. Smith, reportedly after Churchill and Smith were passed over for membership in The Club.

Twelve rules were drafted for the renegade club, the most interesting of which is Rule № 10:

The names of the Executive Committee shall be wrapped in impenetrable mystery.

I’ve memorialized the rule in this letterpress print which, should you be so-inclined, you can buy a copy of from my Etsy shop.

Letterpress print of Rule #10 of The Other Club

About This Blog

Photo of Peter RukavinaI am . I am a writer, letterpress printer, and a curious person.

To learn more about me, read my /nowlook at my bio, read presentations and speeches I’ve written, or get in touch (peter@rukavina.net is the quickest way). You can subscribe to an RSS feed of posts, an RSS feed of comments, or receive a daily digests of posts by email.

Search