Reading

At the beginning of the year, Remy wrote about extracting Goodreads metadata so he could create his end-of-year reading list. More recently, Mark Llobrera wrote about how he created a visualisation of his reading history. In his case, he’s using JSON to store the information.

This kind of JSON storage is exactly what Tom Critchlow proposes in his post, Library JSON - A Proposal for a Decentralized Goodreads:

Thinking through building some kind of “web of books” I realized that we could use something similar to RSS to build a kind of decentralized GoodReads powered by indie sites and an underlying easy to parse format.

His proposal looks kind of similar to what Mark came up with. There’s a title, an author, an image, and some kind of date for when you started and/or finished reading the book.

Matt then points out that RSS gets close to the data format being suggested and asks how about using RSS?:

Rather than inventing a new format, my suggestion is that this is RSS plus an extension to deal with books. This is analogous to how the podcast feeds are specified: they are RSS plus custom tags.

Like Matt, I’m in favour of re-using existing wheels rather than inventing new ones, mostly to avoid a 927 situation.

But all of these proposals—whether JSON or RSS—involve the creation of a separate file, and yet the information is originally published in HTML. Along the lines of Matt’s idea, I could imagine extending the h-entry collection of class names to allow for books (or films, or other media). It already handles images (with u-photo). I think the missing fields are the date-related ones: when you start and finish reading. Those fields are present in a different microformat, h-event in the form of dt-start and dt-end. Maybe they could be combined:


<article class="h-entry h-event h-review">
<h1 class="p-name p-item">Book title</h1>
<img class="u-photo" src="image.jpg" alt="Book cover.">
<p class="p-summary h-card">Book author</p>
<time class="dt-start" datetime="YYYY-MM-DD">Start date</time>
<time class="dt-end" datetime="YYYY-MM-DD">End date</time>
<div class="e-content">Remarks</div>
<data class="p-rating" value="5">★★★★★</data>
<time class="dt-published" datetime="YYYY-MM-DDThh:mm">Date of this post</time>
</article>

That markup is simultaneously a post (h-entry) and an event (h-event) and you can even throw in h-card for the book author (as well as h-review if you like to rate the books you read). It can be converted to RSS and also converted to .ics for calendars—those parsers are already out there. It’s ready for aggregation and it’s ready for visualisation.

I publish very minimal reading posts here on adactio.com. What little data is there isn’t very structured—I don’t even separate the book title from the author. But maybe I’ll have a little play around with turning these h-entries into combined h-entry/event posts.

Responses

4 Likes

# Liked by Jan Boddez on Saturday, April 25th, 2020 at 11:42am

# Liked by capjamesg on Wednesday, January 5th, 2022 at 12:00am

# Liked by James' Coffee Blog on Thursday, May 5th, 2022 at 4:15pm

# Liked by James' Coffee Blog on Friday, April 14th, 2023 at 3:36pm

Related posts

The syndicate

Cross-posting to wherever is flavour of the month.

Feeds

I’ve made a /feeds URL.

Month maps

Visualising activity over time.

Posting to my site

The I/O of adactio.com

Related links

Interoperable Personal Libraries and Ad Hoc Reading Groups

Speaking of hosting your own reading list, Maggie recently attended an indie web pop-up on personal libraries, which prompted these interesting thoughts on decentralised book clubs—ad hoc reading groups:

Taking a book-first, rather than a group-first approach would enable reading groups who don’t have to compromise on their book choices. They could gather only once or twice to discuss the book, then go their seperate ways. No long-term committment to organising and maintaining a bookclub required.

Tagged with

Nelson’s Weblog: Goodreads lost all of my reviews

Goodreads lost my entire account last week. Nine years as a user, some 600 books and 250 carefully written reviews all deleted and unrecoverable. Their support has not been helpful. In 35 years of being online I’ve never encountered a company with such callous disregard for their users’ data.

Ouch! Lesson learned:

My plan now is to host my own blog-like collection of all my reading notes like Tom does.

Tagged with

An Ocean of Books

What you see is the big map of a sea of literature, one where each island represents a single author, and each city represents a book. The map represents a selection of 113 008 authors and 145 162 books.

This is a poetic experiment where we hope you will get lost for a while.

Tagged with

Jan V. White

Eight of Jan White’s excellent books on graphic design are now available for free online, licensed under CC0 …they’re in the public domain now.

All he asks in return is that you might buy one of his books still in print, and maybe make a donation to the Internet Archive.

Jan V. White is a mensch.

Tagged with

Back to the Future with RSS

Nicky Case on RSS:

Imagine an open version of Twitter or Facebook News Feed, with no psy-op ads, owned by no oligopoly, manipulated by no algorithm, and all under your full control.

Imagine a version of the newsletter where you don’t have to worry about them selling your email to scammers, labyrinth-like unsubscribe pages, or stuffing your inbox with ever more crap.

Tagged with

Previously on this day

6 years ago I wrote Acknowledgements

Giving thanks.

9 years ago I wrote 100 words 034

Day thirty four.

10 years ago I wrote Analytical

Whither Google Analytics and Do Not Track?

10 years ago I wrote Huffduff up and up

Some numbers behind the audio.

13 years ago I wrote Shanghai

My travel report.

14 years ago I wrote Spam of the Gods

Greetings, I write you as a humble spacefaring probe…

16 years ago I wrote Accessibility 2.0

The closing panel at the Accessibility 2.0 conference.

16 years ago I wrote Tools and Technologies to Watch and Avoid

A presentation by Ian Forrester at the Accessibility 2.0 conference.

16 years ago I wrote A case study: Building a social network for disabled users

A presentation by Stephen Eisden at the Accessibility 2.0 conference.

16 years ago I wrote User-generated Content

A presentation by Jonathan Hassell at the Accessibility 2.0 conference.

16 years ago I wrote Rich Media and Web applications for people with learning disabilities

A presentation by Antonia Hyde at the Accessibility 2.0 conference.

16 years ago I wrote Fencing in the Habitat

A presentation by Christian Heilmann at the Accessibility 2.0 conference.

16 years ago I wrote Making Twitter Tweet

A presentation by Steve Faulkner at the Accessibility 2.0 conference.

17 years ago I wrote Identity and authority

Trust is not an algorithm.

18 years ago I wrote Print stylesheets

Some advice for presenting your content on the printed page.

21 years ago I wrote On the beach

Oh, dear. Brighton doesn’t fare too well in one man’s mission to rate the beaches of the world:

21 years ago I wrote Design vs. syndication

This site has been getting mentioned in some good company lately.

21 years ago I wrote Design vs. legibility

The Designer is a very pretty looking site that publishes a PDF design magazine.