Replied to a post by HalstedHalsted (cygnoir.net)
Diamine Inkvent, Day 23: Wonderland. If by “wonderland” you mean “Tang orange drink mix.”
Cygnoir, congrats on your new IndieWeb wiki template. I’m glad to have another pen/ink enthusiast tinkering around in the space. In case you missed it, I’ve been experimenting with handwriting and the web over the last month. Here’s a summary: Handwriting my Website with a Digital Amanuensis.

Different types of notes and use cases

In taking notes and making annotations recently, I’ve started a list of some of the broad semantic types I’ve come across. 

Ideas

New ideas spurred by reading, potentially for future expansion and refinement.

Questions

Questions relating to the the text. What’s missing? What should have been asked or addressed? What biases exist that should be addressed?

Paraphrases

Paraphrases and [[progressive summaries]] of articles or portions of articles. Restatements of ideas which may be reused in other contexts.

Facts

Basic, usually new, facts highlighted for future use and/or [[spaced repetition]]

Quotes

Old school sententiae, aphorisms, and quotes for use in the future

Replies

Direct communication with others

Phatic notes and Reactions

Reactions, exhortations (Ha!, funny, ROFL, LOL, etc.), reacji, !, ?, ⭐, basic signs of life while reading

Others?

Are there any big holes I’m missing based on your experiences?

Am I wrong in thinking that the reason they’re calling it Web3 instead of Web 3.0 for parallelism with Web 2.0 is that hashtagging it on Twitter just doesn’t work with the period in there? (i.e. #⁠Web3.0 doesn’t link properly on Twitter the way it does on my website.) And if I’m right, is this a problem that we can expect the blockchain to fix? #⁠HistoricalLinguistics

Handwriting my Website with a Digital Amanuensis

A Capital User Interface Idea

A few weeks ago I saw Ben Stokes’ post about PaperWebsite.com and my immediate reaction was, “I have to be able to do that!” I’ve long enjoyed writing by hand over typing as the tactile feel of of pen or pencil and paper is such an enjoyable one. I particularly enjoy using a nice fountain pen on high quality paper.

Obviously there was a route to doing a workflow like this as Ben had shown. I just needed to figure out a method with a low enough barrier that I could personally implement for doing this with my own WordPress website.

A Quick Solution

Not being a serious coder, I immediately began looking for ways I could leverage some of the IndieWeb building blocks my site supports. Micropub seemed like a no-brainer for the posting portion since I’ve got an endpoint using the Micropub WordPress plugin. Certainly not wanting to manually re-type everything once I was finished writing, I needed a way of converting my handwriting to text and then automating a way to plug that into my micropub client.

A short burst of searching revealed that Google Docs could do Optical Character Recognition (OCR) on photos. I pulled out my IFTTT app and found a recipe for taking a photo and saving it to Google Drive. Then I set up another recipe to watch a particular folder in Google Drive and take whatever text appears in new documents and send it to my website using a webhook that uses my Micropub endpoint. The whole thing only took a half hour from idea to a working prototype. In the end it took a tap to open IFTTT on my phone and another tap to take the photo. Then I had to manually open the document to trigger the OCR. Finally, I had to manually open and edit the post before posting.

I had set the micropub client to post as a draft as a default just in case the OCR wasn’t perfect. This was fortunate as the Google photo OCR was so solid that the letters “Dia” of the microscopic text from the word “Diamond” partially visible on my pen cap that was in the photo got pulled into the post.

In the few times I’ve used this workflow so far, I’ve mostly done straight text and syndicated posts to Twitter, Mastodon, and Micro.blog. Perhaps in the future I might set things up to add HTML links, but they’re fairly easy to add at the editing stage.

Since I started my experimentation, a few others in the IndieWeb community have noticed the paperwebsite.com site. Greg McVerry popped up and linked to it as well. He mentioned that he had a digital notebook with OCR capability. This reminded me that I’ve got both a Livescribe Echo pen and a Rocketbook notebook with a Pilot Frixion pen that has an app for uploading digitized images of notebook pages. I hadn’t done OER with Livescribe in ages, so I pulled out the Rocketbook, which is cleverly erasable and thus reusable not to mention being fairly inexpensive. A bit of quick set up allowed me to take a photo of a page which automatically uploads to Google Drive and does its own OCR process. This already dovetails with my prior process, so the whole thing is much smoother. As a result, I’m composing this post in my Rocketbook notebook and will automatically upload and post it to my site as a draft. I’ll probably add some links, a photo or two, and then publish it in a bit.

Rocketbook Interface

The Rocketbook notebook has some solid pages with an odd shiny texture and feel, presumably part of the technology that makes it easy to wipe them clean for reuse. The bottom of each page has seven different faint icon images which are meant to allow the app to determine where to send the digital copy of the notes. One can send them via email or to a variety of storage or sharing services. I could imagine having different recipes set up to allow one to publish their notes to different websites based on the icon X-ed out. Given the micropub possibilities, one could also use the icons as a means of differentiating post kinds (for example, indicating that a particular post is a note, an article, or a bookmark). Another alternate idea would be to use the icons as a means of selecting which services to syndicate your content to (for example, the diamond could mean syndicate this post to Micro.blog, the bell could mean Mastodon, and the clover syndicates the post to Twitter).

The printed interface at the bottom of the Rocketbook notebook: a QR code eith icons for a rocket, a diamond, an apple, a bell, a clover, a star, and a horseshoe. The last one has an "X" over it to indicate choosing the horseshoe.

The overall process is quite elegant and pleasant. The OCR for Rocketbook is reasonably good aside from a few spelling errors which are easy enough to click and fix. I’ll admit that I far prefer using a fountain pen on some Tomoe River paper to using the Rocketbook paper and the Frixion pen, but really, who wouldn’t?

Handwritten notes for your digital zettelkasten or personal wiki

Since I’ve already got most of the infrastructure, I’ve gone the extra mile and set things up so that I can take notes on index cards zettelkasten-style and use a similar set up to post them to my Obsidian vault using similar IFTTT recipes.

Try it yourself

For those who want to set this up themselves, I’ve documented the IFTTT/micropub portion before. I’ll post the specific code I’m using below for these who may want it. The nice part is that as long as you have a micropub server for your website platform (there are many CMSs that have native or plugin support) the WordPress portion isn’t a deal breaker for others.

I’m sure, now that there are multiple proofs of concept, some enterprising developer will build a custom micropub client to do all of this work automatically or with a few options built into a clever interface.

I could see pen and paper manufacturers (Moleskin, Leuchtturm, Rocketbook, etc.) creating apps for doing this too. I’d love to see and hear about others trying this out for themselves. Hopefully it can be done with almost no code or some easy cut and paste from my example. Ask if you need help, and I’ll see what I can do to help.

IFTTT Webhook settings

This following will be roughly standard for WordPress endpoints using the plugin, but they can obviously be modified for your platform of choice.

  • URL: https://example.com/wp-json/micropub/1.0/endpoint
  • Method: POST
  • Content type: application/x-www-form-urlencoded
  • Body: access_token=PasswordHere&content=<<<{{Body}}>>>&h=entry&category[]=Social%20Stream&post-status=published&visibility=private

Historical examples

While doing some of this I did come across some older examples of handwriting to websites. Aside from handwriting typography which I think is usually ugly, I saw some interesting examples from Jeff Bridges[1] [2], gRegor Morrill, and scrolled through some great examples of handwritten and typed Tweets by Alton Brown. In his case, he was simply taking photos of his writing, but it worked! I’ll admit he had some fun and was definitely creative about it. Hopefully Twitter always exists to save the copies for him.

Conclusion

In short, I’ve now got another great way to post to my website. I love the great old school tactile user interface of pen and paper. Now I’m glad to have a reason to be able to do more of it in an ever-digitized culture.

Until I start working on cuneiform solutions…

Write On! 🖋


Editor’s note: This post was originally handwritten on Dec 16, 2021 at 20:15.

Mandrake Illustration from Herbal illustrated in Italy, ca. 1520 (LJS 46)

From this morning’s Coffee with a Codex, we ran across an illustration of a mandrake—yes! the very same plant you’ve probably heard of from the Harry Potter books and movies. Complete with a man covering his hears for fear of dying from the cries.

page 16r of a manuscript with a colored illustration of a naked man representing the roots of a plant. The man's feet are tied together and attached to a dog which is pulling the plant from the ground as nearby a man covers his ears with his hands.
page 16r of Herbal illustrated in Italy, ca. 1520 (f. 2r-53v)

In one superstition, people who pull up this root will be condemned to hell, and the mandrake root would scream and cry as it was pulled from the ground, killing anyone who heard it. Therefore, in the past, people have tied the roots to the bodies of animals and then used these animals to pull the roots from the soil.[2]
Wikipedia citing John Gerard (1597). “Herball, Generall Historie of Plants”. Claude Moore Health Sciences Library. Archived from the original on 2012-09-01.

 

Replied to a thread by Roy Scholten and Sonja Drimmer (Twitter)
@Hypothes_is, you guys are working on this, right? 😜
Replied to a tweet by Andrew Wetzel (Twitter)
There are some additional details for making themes IndieWeb friendly here: https://indieweb.org/WordPress/Themes
Several of us can give you help and guidance if you want to take a crack at it: https://chat.indieweb.org/wordpress/
 
Replied to The Dawn of Everything – Part 1 by Miriam Ronzoni (Crooked Timber)
I recently finished reading* The Dawn of Everything by David Graeber and David Wengrow; I enjoyed it very much indeed. I thought I’d write a two parts review for CT, and here’s the first – I will p…
I’ve only begun reading the text for a book club being run by historian Dan Allosso who is also doing an experiment in a communally shared wiki/notebook platform Obsidian, but I’m quite curious about the Neolithic pieces relating to the inhabitants at Stonehenge. In particular, I’ve recently finished Lynne Kelly’s research in Knowledge and Power in Prehistoric Societies: Orality, Memory and the Transmission of Culture (Cambridge University Press, 2015) in which she touches on the primary orality of those peoples and the profound impact that settling into sedentary lifeways may have had on their culture. If she’s correct, then that settlement was dramatically “expensive” and more complex than we’ve been led to believe. This may have had confounding issues within their society as it grew and flourished. I would suspect that Graeber and Wengrow don’t touch on this portion of the complexity, but it may support their general thesis. I’ll try to report back as I get deeper into the topic.

Incidentally, if folks want to join this Obsidian book club on this text, it’s just starting and is comprised of a number of academics and researchers in a vein similar to CT. A quick web search should uncover the details to join.

IndieWeb as a Service (IaaS) Idea: PESOS from all the Silos with Feeds using Micropub

IndieWeb as a Service idea:

Imagine a Micropub client that could accept any form of feed (RSS/Atom/JSON/h-entry/etc.) as an input and publish the content to your personal website.

Then any silo service (Soundcloud, Goodreads, Flickr, etc.) with such feeds could be used to syndicate all of one’s content to their own personal website with reasonable fidelity.

I’d love to see services like IFTTT, Integromat, Zapier, etc. provide this sort of service. Using the individual APIs they’ve already got, they could provide higher fidelity of content mapping (eg. tags which many feed types don’t support) to people with their own websites

Social media services that have widgets that people can embed into their websites should pivot to this sort of model for publishing their users’ data. They could still serve as discovery clearinghouses/hubs and serve ads. This would help make them less dependent on the major corporate social platforms like Facebook, Twitter, and Instagram for ancillary distribution and engagement. 

#OwnYourData 

Western Culture and Capitalism

Good job Western culture and capitalism!

How it started and How it's going meme set up with image of a page from a 14th century book of hours featuring St. Christopher juxtaposed with the book cover of Timothy Ferriss's "The 4-Hour Workweek" featuring a silhouette of a person relaxing on a hammock between two palm trees.

Image credits:
Left: Handwritten, drawn and illuminated leaf from a 14th Century French Book of Hours (Lewis E M 4:9) in Latin written in Gothic bookhand (License: CCO)
Right: Book cover of The 4-Hour Work Week from Amazon