Call for Interest: IndieWebCamp pop up session on Goodreads replacements and decentralized book projects

Based on some recent discussions with a variety of people I’m helping to organize an IndieWebCamp pop-up session on personal libraries online. If you’ve ever considered how to own all your own Goodreads-like reading data and still interact with others or you’ve got an website, product, or application that attempts to do this, this is sure to be your cup of tea (or maybe we should say “favorite genre”).

If you’re interested, comment or reply to this post, or add your interest and preferred dates to the IndieWeb wiki.

  • Date: Sometime in February 2022
  • Time: TBD (approximately 3 hours in duration)
  • Streaming video/audio platform: Zoom
  • Hashtag for the session:

We’ll focus discussion on personal libraries on one’s site(s) and how they can interact with each other. How can we pool data and resources for the common good? How can we provide Goodreads like functionality in a decentralized manner? What pieces are we missing? How can we add them? Are there any easy ways we can standardize the pieces for better site-to-site interoperability? How can we interoperate with other projects like Mastodon and BookWyrm or data sources like Open Library?

Organizationally, depending on attendees and needs we may break our time up into two or three facilitated sub-sessions to focus on and cover specific topics of interest. If you have an idea for a sub-session topic (we’ll operate Bar-Camp style the day of the event) you’d like to see or facilitate please indicate it below.

If you’d like to help facilitate the session or volunteer in running it, please don’t hesitate to get in touch.

Want to start discussing the topic prior to the session? Feel free to meet up online in the IndieWeb chat.

We’ll try to announce a date around mid-January to provide time for people to reserve the time.

This post was originally published on Chris Aldrich

Advertisement
The StoryGraph looks like yet-another-silo in the merry-go-round of social reading sites. I prefer IndieWeb solutions like Gregor Morrill‘s (@gRegorLove) https://indiebookclub.biz/, an app/platform that posts your book reading data and updates to your own website.

Tagging Tom Critchlow (@TomCritchlow) and Ton Zijlstra (@ton_zylstra) for their thoughts and maybe an update on any recent experimentation.

I do wonder if StoryGraph are planning on making the ownership of your own data on your own site easier? That might be a reason for some buy-in.

This post was originally published on Chris Aldrich

Today I accidentally realized that both the WordPress Micropub server and the Post Kinds plugin support read-status values of “to-read”, “reading”, and “finished”. I’ve managed to tweak my PESOS work flow with Goodreads.com to also include these experimental pieces using the following additional snippets of code appended to the “Body” fields I’ve described before:

&read-status=to-read
&read-status=reading
&read-status=finished

I’ve added one of the three snippets to the appropriate IFTTT.com recipes for  Goodreads feeds to create the appropriate output. Here’s the first post I’ve made using the new recipe for bookmarking a book I’d like to read: https://boffosocko.com/2020/02/15/meditations-marcus-aurelius/.

Previously I’ve been using simple notes to create read posts for books and just adding a “read” category to give me more control over the data in the posts. (I only used read posts previously for online articles.) Now that I’ve got the ability to provide some better differentiation for my progress, I think I’ll switch to using read posts for all my reading (books and articles).

Incidentally following IndieBookClub.biz and Indigenous for Android which added support for these earlier today, my method may be the third to use these microformats in the wild. Thanks to gRegor Morrill, Kristof De Jaeger, David Shanske, Ryan Barrett, and Charlotte Allen for their prior work, experimentation, code, and examples for allowing me to get this working on my website. 

This post was originally published on Chris Aldrich