Skip to main content

Jeremy Cherfas

About webmentions

2 min read

Webmentions are the glue that sticks all the bits in all the sites together.

That’s my one-liner about one of the core ideas about the , but it doesn’t actually tell you very much if you want to know how the glue works. I’ve kind of absorbed a moderately high-level abstraction over the past little while of playing with webmentions, but a friend asked for more:

Do you know of any diagrams that explain how this stuff works without all the … words that web communities seem to enjoy creating? I keep coming back to this topic every so often, and every time I return things just appear more complicated and broken than before …

I don’t think that last opinion is merited, but then I would say that. And right now I don’t have the time to write up my understanding. I’m pretty sure I saw something clear and to the point a little while back, but I’m blowed if I can find it now. So here are four pieces I have found.

These may not answer the question fully, but they are a start. And they might inspire me to write my own version, especially if I could have a synchronous discussion about it with my interlocuter.

Jeremy Cherfas

Nice to see Stacey De Polo set off on her exploration of things , but I find it hard to imagine that as of my reading, not one of her contacts on either Twitter or FB has reacted in any way. I guess some plugin work still needed. Which is part of the reason I am writing this reply.

Jeremy Cherfas

Why I cannot post bookmarks to Known automatically | Jeremy Cherfas

I've set out in as much detail as I can understand what is happening when I try to POST a Bookmark with a Description to WithKnown.

And to add insult to injury, I'm adding this Description by hand, so I can include a blockquote:

[I]f you try to POST anything other than the URL of the bookmark, it simply never appears. With the help of good IndieWeb people, especially zegnat and cweiske, we worked out what was happening.

Jeremy Cherfas

bookmark - IndieWeb

And a bit of description

Jeremy Cherfas

Jeremy Cherfas

Someone's a bit fed up

Essentially, the non-semantic web is a balkanised hellscape of competing open and proprietary metadata standards.

And I don't blame him one bit. Moreover, I'm increasingly fed up with the idea of modifying my website to do the work of undoing the Balkan megalomania.

Jeremy Cherfas

We have had an extensive discussion today in irc -dev and I think we are beginning to see what is going on. I will try and summarise here later

Jeremy Cherfas

Jeremy Cherfas

Jeremy Cherfas

bookmark - IndieWeb

But now here's the thing, when I do this by hand directly in WithKnown, it allows me to post some lines of description.

And a

But I ddo not seem to be able to do the same thing with micropub. Probably because I am doing it wrong.

Jeremy Cherfas

Jeremy Cherfas

2018-01-17

2 min read

It is always interesting to read of someone else deciding to give the IndieWeb a try. I like what Michael Singletary has to say, especially this

Most of my online friends and acquaintances will never understand or participate in the IndieWeb, and so I require a bridge between these worlds. On one side I choose what content to post and how it is stored, and it exists mainly on an island that few visit regularly. On the other side is nearly everyone I know, blissfully ignorant of my real home on the web and unable to see any content shared there without manual intervention or working plugins.

What really struck me, though, was the line in his bio: “Blogging since 2002, taking control of my content since 2018.”

I lost some of my pre–2002 posts, not through the actions of any evil silo (were there any, then?), but through my own idiocy in misplacing a crucial backup. And I never really got on board the silo first band-wagon, so in a sense I have always owned the content I care about owning. Most of my friends do consider it kind of weird that I didn’t see the photo they posted only to FB, but they’re only too happy to show them to me one on one. So yes, for now few people visit this island, and that’s OK. I enjoy the ones who do.

I'm using the IndieWeb in an attempt to make it easier for everyone to visit, and that works too.

Jeremy Cherfas

IndieWeb and homemade sauerkraut. I wonder how many other people are in this particular intersection?

Jeremy Cherfas

For all the joy of the , and the pleasure of civil discourse, I am becoming incredibly confused by aspects of micro.blog. There’s the question of titleless posts, of which is this is one as an experiment, versus status updates. There are posts that appear to be contributions to an interesting conversation but aren’t because they have been cross-posted automatically from elsewhere. And there is the lack of a scroll back, which means that as I follow more people and choose not to check in the middle of my night, stuff vanishes irretrievably from my timeline.

There are also issues with Known that are nothing to do with micro.blog.

None of this is insurmountable. For me, though, it does add friction.

Jeremy Cherfas

1 min read

For all the joy of the , and the pleasure of civil discourse, I am becoming incredibly confused by aspects of micro.blog. There’s the question of titleless posts, of which is this is one as an experiment, versus status updates. There are posts that appear to be contributions to an interesting conversation but aren’t because they have been cross-posted automatically from elsewhere. And there is the lack of a scroll back, which means that as I follow more people and choose not to check in the middle of my night, stuff vanishes irretrievably from my timeline. 

There are also issues with Known that are nothing to do with micro.blog.

None of this is insurmountable. For me, though, it does add friction. 

Jeremy Cherfas

Language Log has set out its stall and its intentions for 2018, which I applaud. There's talk of a redesign. I hope that in doing that, they consider adopting some Indieweb ideas.

Jeremy Cherfas

Horses for courses

1 min read

During the virtual IWC tonight, we were discussing third-party clients for publishing to websites, essentially Micropub clients and MarsEdit. And it occurred to us more or less simultaneously, that I do not use Micropub for the site that supports it out of the box, whereas I do use a client for the site that does not support Micropub out of the box. And that is because the post-creation UI is nice and simple for Known, and a right mess for WordPress.

So, just to be difficult, I'm using Quill for the first time in a long while to create a Post in Known.

Jeremy Cherfas

Getting set for virtual Homebrew Website Club. Want to join us? https://indieweb.org/events/2017-11-29-homebrew-website-club#Virtual_European_Time

Jeremy Cherfas

(Partially) fixing webmention display

1 min read

Rather happy to have scratched a long-standing itch into submission. I use the semantic-linkbacks plugin to display webmentions on one of my WordPress sites. It has an option for displaying webmentions as facepiles, which keeps things neat. But my WordPress theme also displays webmentions as comments, which is mostly redundant. Not entirely, though, because a few webmentions contain actual content, which is not visible in the facepile. I could completely void display of the webmentions, but that loses the little bit of content there.

Fortunately, the latest master of the plugin has settings to display the facepile for  each kind of webmention, so I could stop it making facepiles for actual mentions. Then all I needed to do was hide the theme's display of any webmentions that are just likes or reposts. And that is easily done by adding

.p-like {
	display: none;
}

.p-repost {
	display: none;
}

to styles.css.

I'll probably have to revisit that if I ever get any other kinds of webmention, but for now I am content.

Jeremy Cherfas

Amazing work from @chrisaldrich explaining how and why he's gone about bringing his blogroll into the 21st century. I'm honoured to be on the list, with just one comment: the Vaviblog site, while still live, will not be updated, until it reverts to its original purpose. I have not yet found a way to import all the data from that instance of Known to my current instance, as I would like, so for now that site is a relic of my first steps onto the IndieWeb.

Jeremy Cherfas

The ongoing saga of attempting to connect micro.blog to Known

2 min read

More good help from Manton, cleverdevil and others, but alas no nearer (although I may have eliminated some possibilities).

  1. I was allowing both HTTP and HTTPS. There could have been some kind of mismatch, I suppose, but after editing .htaccess to force SSL, it made no difference to micro.blog's OS X app.
  2. Then thought that possibly a different endpoint would help (despite the fact that I know all the same details are on the home page). 
  3. Pointed micro.blog first at /profile and then at /profile/jeremy; still no good.

At this stage, given that Manton managed to get everything working from a clean install of Known out of the box, I think I need to try the same. If that works, well, if nothing else, it works.

I had been fretting about losing data, but if I install into a new sub-domain and it works there, I can always edit the config.ini to point back at the old database. It will be a good opportunity to see how good the instructions are to install at Dreamhost. Last time I managed without any instructions, and I also didn't write up my experiences. This could be an opportunity to pay back.

Jeremy Cherfas

I really want to use micro.blog and WithKnown, but ...

3 min read

I have never yet been able to post from my micro.blog to this stream, although the feed from here is reliably picked up there, and brid.gy reliably pulls replies from there to here. @manton suggested we move my complaints to help@micro.blog, but I can see no way of actually engaging with that account. So this afternoon, I decided to attempt to go back to the beginning.

It was a miserable failure.

Here's how it went:

  1. Revoke all current authorisations for micro.blog
  2. There were four of them, two from yesterday when I last tried.
  3. Launch OS X app
  4. OK!
  5. “If you’re using WordPress or another server, first open the preferences window and enter your web site URL to set it up for posting within the app.”
  6. Roger that. But the old website was still there. Is that going to be a problem?
  7. Start a new post; the old website is there at the bottom. This is going to be a problem.
  8. Same old Same old; Error sending post.
  9. Post does not arrive at micro.blog
  10. Post does not arrive at WithKnown
  11. WithKnown Error log is empty.
  12. Access log shows no sign of anything from recent attempt to post from micro.blog
  13. Check to make sure I have up to date micro.blog app
  14. “Micro.blog can’t be updated when it’s running from a read-only volume like a disk image or an optical drive.” Move Micro.blog to Applications folder using Finder, relaunch it from there, and try again.
  15. Strange. Check path to micro.blog.
  16. Path is “/Applications/Micro.blog.app”.
  17. Check the App Store; disappointed but also content that there is not an update.
  18. Delete web site URL from preferences; quit micro.blog, mostly for superstitious reasons; launch micro.blog.
  19. Very strange; web site URL is still there. Or back? Maybe the app pulls it from micro.blog?
  20. Repeat; same outcome. Superstition justified. Go to my account at micro.blog.
  21. See I have three App tokens. The one for MarsEdit is definitely pointless, as I am not hosted at micro.blog. Remove it.
  22. Throw caution to the winds; remove the tokens for IOS and OS X
  23. OK, IOS now says “Internal Server Error” on attempting to connect. I think I ought to sign out now and then sign back in.
  24. Phew. All is good. And I have a new app token.
  25. On iOS, try to write a new post; insert my Known site; authorise micro.blog; write a test post. Post it.
  26. “Error sending post”. Tear hair out, as now I do not seem to be able to post to micro.blog from iOS app.
  27. Go back to 22; remove iOS app token and authorisation token at WithKnown.
  28. Log back in. Can no longer post without adding WithKnown, and posting gives an error, as at 26.
  29. Try again from OS X; same error as at 8.
  30. Post to WithKnown; feed is picked up.

Any and all suggestions gratefully received.

Jeremy Cherfas

More power to @ChrisAldrich A nanowrimo book on indieweb will be novel even if it isn't a novel.

Jeremy Cherfas

Replied to a post on werd.io :

I do hope the indieweb dinner includes some spam for the bots.

Jeremy Cherfas

I'm still a little hazy on the plumbing details of all the bits and pieces of IndieWeb but I would have thought that if withKnown has a micropub endpoint and micro.blog can send to the WordPress endpoint, it ought to be able to send to WithKnown. But I'm probably exposing my ignorance. And maybe it is on the roadmap.

Jeremy Cherfas

The Decentralized Social Web

Terrific video of a talk on by Keith J. Grant, who kept remarkably cool during his live demos.

Jeremy Cherfas

Why Facebook is in a hole over data mining | John Naughton

One could, for example, imagine an honest business model – in which people paid an annual subscription for a service that did not rely on targeting people on the basis of the 98 data-points that the company holds on every user. All it would need is for Facebook users to fork out $20 a year for the pleasure of sharing LOLcats with one another.

What’s the likelihood of that happening? You know the answer. Which is why Zuck will continue to keep mum about the sordid reality underpinning his money machine.

Jeremy Cherfas

YouTube Demonetization: The Great Platform Problem

Interesting piece on "owning" your distribution channels. .

Now, here’s the thing I’ll tell you—if I was running this site on, say, Medium or Tumblr, it would not have buckled. But to me, I think that independence from platforms is a hugely important thing to have in 2017. If you can spin up the server yourself and figure out a way to cobble together funding, you may miss out on some of the perks of larger sites, but you call the shots. 

Jeremy Cherfas

Must we copy everything?

1 min read

I dunno. I see this Add a "tweetstorm" UI for chaining status updates with chained POSSE tweets and I think of something I wrote a while back: Or you could write a blog post. Does the really need to make indie copies of everything the silos offer? Even the workarounds?

Maybe I misunderstand, and a feature like this is what weans people off the silo pap. All I know is, I don't think it would work for me.

Jeremy Cherfas

Crossed the wide Pecos ...

1 min read

Playing Lyle Lovett singing Texas River Song, even though I know it's a stretch, to celebrate having eaten a giant bowl of my own dogfood.

A couple of weeks ago I followed Chris Aldrich to reading.am, which is a neat little spot for just putting down a marker for something that you're reading. I wanted more. I wanted to be able to save links to the things I marked. And now, a little over two weeks later, I've done it.

I have a PHP file that fetches the RSS feeds of things I've marked in reading.am, looks for any that are new since the last time the program ran, and then POSTS the results to Known's micropub endpoint. PESOS for my bookmarks!

There is no way I could have done it without amazing help from people on the IndieWeb IRC, and it isn't perfect by any means. There's more work to be done, for sure, before I even think about sharing the code.

But hey, it works.

And, as my main helper said, "Launch early and iterate often".

I'll be doing that.

Jeremy Cherfas

Virtual Homebrew Website Club

2 min read

We had a virtual meeting of the Homebrew Website Club yesterday evening, and as usual it was interesting and informative. We all forgot to take notes, but sketchess was prompted to do a brain dump, which I have added to and tightened up slightly to capture the main points.

  • There was a lot of discussion of the confusion among people new to caused by having so many different ways to achieve the same thing. Some people thought it would be good if there were, maybe, a recommended approach for specific circumstances. However, that does require the user to be clear what they are trying to achieve.
  • sketchess suggested that directed tutorials to achieve a specific outcome would be helpful. There was some support for this but, as ever, the issue of time can be a constraint.
  • We talked about the potential usefulness of different levels of wiki pages, or a special section, or something completely independent of the wiki.
  • aaronpk reminded us that the difficulty with independent offerings is that there can be difficulties in maintaining momentum. The wiki, as a collective effort, is more likely to be managed by individuals.
  • We noted that sometimes developers simply do not remember what it was like to start some activity, and also that a “getting started” for an experienced developer would be completely different from a “getting started” for someone who perhaps only knows silos. A beginner's guide written by recent beginners, with expert input from more experienced people, might be useful.
  • We talked about self-dogfooding, and that this may be inhibiting Generation 2 and up. They are not necessarily interested in building things themselves, although they want to make use of IndieWeb principles and practices.
  • Several people seem to be exploring the IndieWeb without making use of IRC or the wiki. Their efforts sometimes show up in IRC thanks to Loqi. Would it be useful to reach out directly and suggest they join and use the wiki?

Comments and edits welcome.

Jeremy Cherfas

Replied to a post on licit.li :

I've been thinking about Rob's post and your notes on vHWC, and I agree that swapping the quiet writing hour for a question session makes a lot of sense. I've certainly learned a lot and look forward to the meetings.

One thing I'd like to suggest is a follow up on the idea of wiki pages for beginners. Someone was recently talking about a "for dummies" approach to setting up a web mention receiver, but from the context, I got the impression that they were dummies only about IndieWeb, not about PHP and servers and all the plumbing. Essentially Gen 1. A for dummies for that person would look very different to a for dummies for Gen 2 or Gen 3.

Would it be interesting if we picked a specific page and some of us (me, probably, although of course others too, and because it is a vHWC they could be anywhere) tried to do do a for Gen 2 dummies write up as a new version. Then at the vHWC you Gen 1people could take a look and explain in more detail, if necessary, or correct it, if wrong in some detail.

Does that sound worthwhile?

I don't actually have a good sense of which page might be best to start with, but it could be setting up to receive webmentions without, for now, going into the complexities of bridgy. So, for static sites, or CMSs like Grav.

Jeremy Cherfas

Chris Aldrich is way too kind, but it is the kind of kindness I need. A couple of quick responses:

I will indeed tweak the regex as you suggest. That behaviour by reading.am does rather spoil using it as a repository for links I want to go back to, but hey ho. On posting to Wayback Machine, I thought I saw a blog post from Reading that this was now done automatically for all saved posts. Getting things into my Known stream is on the horizon, but I will have to learn a lot more about how to use the web publish tools.

The webmention form is now looking good and working well, and I think I may even have got email notifications up and running, thanks once again to great help from the IndieWeb community. I'm not happy submitting anything to the original plugin, because it is so very different in scope and approach. But I am definitely thinking about creating a plugin of my own, which would also make it very easy to send the notification email. That's definitely on the cards. Putting it all on the wiki is next on my list.

And thanks again for being a guide and an encouragement.

Jeremy Cherfas

Owning my audio clips

3 min read

In the past couple of days, prompted by Marty McGuire's write-up, I raved about the potential of Audiogram to help promote the podcast by making it easier to share audio clips to social media -- by turning them into video clips. This afternoon, having managed to get tomorrow's episode edited early, and having had to chop quite a few interesting digressions, I thought I would have a serious play.

Tl;dr: It worked. I'd show you here, but I haven't found an easy way to upload video to Known yet. If you want to see the result, you can go to Patreon right now.

Installing Audiogram was not entirely plain sailing. Marty used Docker, and so despite warnings from other IndieWeb friends, I tried the same. All went well out of the gate, but then fell at the first. Something to do with virtualbox. So I switched to Homebrew and that did the needfull. Even then, though, Audiogram wouldn't start, but the error message made it clear that I needed to update node.js and npm. That done, it still wouldn't start.

Turned out I already had a local server running, via MAMP, and that was getting in the way. Switching off that server, and all was good.

That was two days ago. Today, I tried to use it for serious, and although there were plenty of hiccups along the way, I got there.

The instructions for modifying the theme are very straightforward, and with a bit of trial and error I was able to create a background for any future clips.

Uploading the audio, inserting the caption, all that was dead simple thanks to Audiogram's editor. Actually generating the videos, though, generated error after error, and some of them scrolled through several screens. But I kept my nerve, turned to search engines and StackOverflow and eventually got there.

Some of the fixes seemed to be pure voodoo. There's an invisible file that one of the Audiogram developers suggested deleting. The first time I tried that, it worked beautifully. The second time, not so much. Nor the third. But then, it worked again, at which point I called a halt, for now; a wise decision in my opinion.

I'm looking forward to seeing whether clips will attract listeners to the podcasts in their entirety. I put the first one on Patreon because the episode is not yet public, although Patreons have received it. I'll probably use clips there as bait and see how it goes. Once episodes are public I'll send clips to Twitter and, maybe, Facebook which will, I think make it relatively easy to trace any impact. And if the whole process isn't too hard (getting to the first video uploaded took almost three hours today) then I can imagine it might be useful to promote older epsiodes too, when there is a news peg.

So, grateful thanks to Marty McGuire and WNYC.

Jeremy Cherfas

Post Kinds Plugin for WordPress

Really super, fully comprehensive explanation that should make life easier for anyone wanting to make more use of WordPress in the IndieWeb.

Jeremy Cherfas

We are still a long way from home

1 min read

Struggling to understand how different bits of the  work in WordPress, I received some very sound advice from lots of people, including this little exhortation from @chrisaldrich:

I'll admit I had to read it about 3 times before I grokked it myself, but it also was a great general and practical intro to the inherent value of microformats.

If that were what it took to grok Facebook or Twitter, would anyone beyond a small, self-selecting cadre of geeks be using them?

I thought not.

Jeremy Cherfas

Pride goeth ...

1 min read

Blast. Just when I was reaching around to pat myself on the back for making webmentions work on the Mothership, I notice some big problems.

First, the home page is all messed up with duplicates of many things. Doesn't seem to happen on the local version, which means it is going to be tricky as all get out to solve.

Secondly, the markup on the Mothership leaves a lot to be desired. That one will be a lot easier.

There are probably others too.

Jeremy Cherfas

Site deaths where you least expect them

1 min read

Language Log -- a useful site I really enjoy -- recently wrote again about the big debate on whether language shapes, constrains or otherwise has any effect on thought. But that's not why I'm noting it here. Instead, there's the reason why they're talking about it again.

In 2010 The Econonomist hosted a big debate on Language and Thought. It used a very spiffy web-enabled platform to host the debate, and a language academic thought it would make a dandy introduction to some readings she is poutting together on the topic. Alas ...

[T]he Economist's intro page on this debate leads only to an debate archive site that doesn't include this one; and the links in old LLOG posts are now redirected to the same unhelpful location.

A source at the magazine explained:

We vastly over-designed the debate platform (and over-thought it generally, in various ways), and when we stopped running the debates that way, we stopped running that bit of the website. The old debates are now unavailable online.

Fortunately for all concerned Language Log was able to find copies in the Internet Archive. 

But if it hadn't ...

Jeremy Cherfas

Buona fortunate con la sperimentazione. Se stai a Roma, forse ci incontriamo per sapere più di indieweb?

Jeremy Cherfas

Reflections on Two Years of #Indieweb

Really good debriefing on two years of progress in the . I found this rather familiar:

While learning all of the requisite skills was challenging, the real struggle in joining the indieweb was piecing all the components together to hold a mental image in my head of what an indiewebsite should be. I spent a great deal of time trawling through the wiki and absorbing all of the ideas on disparate pages. At the time, there were many pages which would all have slightly different variations of the similar information.

There's still a ways to go, mind. When I did this reply to automatically, the title of the entry came though as "kongaloosh". I added the correct title by hand myself. The entry title is there, as `p-name` and I cannot tell whether the issue is at my end (WithKnown) or at Alex's end.

link

Jeremy Cherfas

The value of explaining yourself

2 min read

My father was devoted to cryptic crossword puzzles. He was good, too, but every now and then a clue would stump him. If I was around, he would read the clue aloud to me and, more often than not, before I'd even had time to think about it, he had solved it.

There's something about the act of saying it aloud that makes a different kind of thinking possible.

So it was last night, during the Homebrew Web Club virtual meeting in Europe. There was only me and Zegnat, much of the time, and first we explored further his comment, during the recent Indieweb Summit talk about Events, that "most of the things discussed are already available and possible with the current IndieWeb building blocks". So I fired up WithKnown and created an event for the virtual HWC and he replied and the reply was received and published. Just like that. Of course there are some things that could be improved, but it does Just Work.

Thinking more about improving things, I shamelessly took advantage by asking a lot of ill-informed questions about how to move further in the indiewebification of my presence on the web. Martijn was so helpful and patient with me, and I learned a lot. But the truth is also that just by asking the questions out loud, and having to think clearly about how to do so, I was able to see more clearly how things might work.

It's still pretty cryptic, but I'm getting there.

Jeremy Cherfas

@shosh_yossef Whatever platform you choose, you might also want to consider being more http://indieweb.org

Jeremy Cherfas

The continuing saga of marking up status updates in @WithKnown

2 min read

I’ve been reminded by Chris Aldrich of something I think I knew before:

[M]ost major CMSes (including Known) strip out or severely limit (for security reasons) the html that is accepted in comment fields. … Many also will mark as spam comments that have one or more URLs in them. As a result doing fancy or even mildly complicated html or markdown in replies is something for which most platforms just don’t build.

That’s fair enough. As ever, spammers are spoiling things for everyone. I do have an objection, though. If I am legitimately signed into my own site which, in the , is where I will be if replying to some other site, then I’m unlikely to inject malicious code. And if I’m a spammer, and signed in under a false flag, then I’m not likely to need such subterfuges.

A really helpful CMS would, surely, allow me to do all the formatting I want on something I am generating myself, regardless of the specific type of entry.

Chris makes another point:

The other issue in status updates and replies is that they’re often syndicated to other platforms and it’s a more difficult issue to properly do this with each snowflake social media silo depending on how they individually handle html/markdown (or not).

Well, yes. But that’s not my problem on my site. Let them strip all they want, frankly, as long as the leave the link to my reply alone. As Chris acknowledges …

Either way, the end result on the other person’s site isn’t something I can ever control for, so I try not to sweat it too much. :)

For now, I think I’ll sweat this just a little, and add the u-in-reply-to by hand, and hope that does the needful.

Jeremy Cherfas

> I pray that you've known this all along, you'll forgive my "indiesplain", and that I'm not catching the subtlety of your original post.

[That post is here](http://stream.jeremycherfas.net/2017/why-the-indieweb).

Thanks to Chris Aldrich for reminding me of the bookmarklet, which I do sometimes use, and which I sometimes forget to use.

I do seem to vaguely remember that there was a bit of a problem with Markdown. So let me test that here, with some **bold** and *italics*.

Seconds later: As I feared ...

I probably have to abandon Markdown. But why should I have to? People have been asking for the ability to switch on a per post basis forever.

Jeremy Cherfas

NOFOMO I

1 min read

Finally reached a key milestone in the deliverables of a big work-for-money, so was able to treat myself to an excellent video from the [IndieWebSummit 2017](https://2017.indieweb.org).

First up, for me, [Lillian Karabaic](http://anomalily.net) offering [A brief history of my website](https://www.youtube.com/watch?v=1VGX8iBWrTE&index=4&list=PLk3TtIJ31hqrLIPqz55TczawWu-30cnXM). I noted a few things.

First, the video, audio and editing were top notch. Huge kudos to everyone who made this happen. They say content trumps technical quality, and it does, but when you're not fighting quality, the value of the content is so much more obvious.

Second, and much more important, Lillian's trajectory mirrors my own and, not surprisingly, I can relate strongly to everything she said -- good and bad -- about the . The help available is stellar, the documentation isn't great (I hope to work on that) and it is hard to evangelise.

So much left to do ...

Jeremy Cherfas

Why the indieweb

1 min read

Richard MacManus is indiewebifying his site, and [had this to say](https://richardmacmanus.com/2017/06/22/openness-rivers-indieweb/):

> I’ve found the IndieWeb tools to be tremendously helpful, and the community to be open and friendly. But I think my own goals are a little different. I’m less interested in the technologies themselves (like microformats and webmention) and more interested in how they’re being used in the wider Web community. Not dissimilar to my interests when I started ReadWriteWeb. But of course to do this, I need to stand on the shoulders of the developers who build the tools.

All of which sums up my own position exactly. I'd go slightly further. I'm not as interested in how the technologies are being used in the wider Web community as I am in putting them to use myself.

*p.s. A major drawback of Withknown's excellent engine is that it doesn't allow New Posts to be replies, and that means I can't use the MarkDown formatting.*

Jeremy Cherfas

The indieweb includes RSS and much more, but @davewiner is still resisting change.

> As is often the case, Dave is focused on RSS rather than the web per se.

Jeremy Cherfas

Jeremy Cherfas

Giving myself a quick break by reading Lukas Rosenstock's monthly review, and coming away with a few thoughts. One is that Lukas is brave, as he recognises, to admit that some things aren't going to plan. Another is that he used six Pomodori to write the review; that seems like time well spent. Another is that he mentions a few tools that are new to me and that I ought to check out. But there's the rub. There's no point checking them out unless I plan to make some use of them.

I do my monthly reviews OK, although June is delayed until next weekend because I have paid work to finish. Should I publish them, and hold myself publicly accountable? Lots of enthusiasts are driven by data-logging themselves and making the results available. I don't think I am, although I can see the benefits of tracking and setting specific goals.

Jeremy Cherfas

Not exactly sure what Colin Devroe means when he says he's "just going to publish her on my blog". I guess that means he's not interested in people, like me, publishing our comments on our blogs. Of course there's no compulsion to POSSE to be part of the , and if you don't want to, you shouldn't. But I hope he'll still accept webmentions.