@EdwardorEddie This is gRegor from the @RELEVANTpodcast listeners. I loved your bit “Shania Twain? [first few bars of Man! I Feel Like a Woman]” that no one on the show commented on.
@starbucks Resetting my password on mobile, it indicates it must include “one special character” but doesn't identify what special characters are.
Also, this is bad password policy. Please pass along to developers: https://www.troyhunt.com/passwords-evolved-authentication-guidance-for-the-modern-era/
I’m (remote) attending “IndieWebCamp Austin 2017”
I’m attending “Virtual Homebrew Website Club Meetup on December 13, 2017”
Want to read: Doing Christian Ethics from the Margins
Unfortunately I won't be in Indianapolis for Christmas this year (so weird to say that), so I won't be hosting the Christmas Eve brunch. Maybe Doug Webster or someone else will keep it alive, though?
no
I put together a basic page that aggregates my want-to-read posts: https://gregorlove.com/reading/
Next I might work on adding tags so I can create more specific lists, like a gift wishlist. I tend to add books very easily, but that doesn't mean every one is on my wishlist. #indieweb
This is Adama good thread so far.
https://twitter.com/localcelebrity/status/935631162906763266
It's a modification of Quill. Once I clean it up some I'll put it on GitHub.
If you're voting in the Alabama Senate election, you must not vote for Roy Moore.
If you know anyone else that's voting in the election, please pass it along.
http://www.slate.com/articles/news_and_politics/politics/2017/11/the_sham_defense_of_roy_moore.html

One of the better photos of me. Throwback to November 26, 2007. This was a theater display for the movie Water Horse.
I know it's not Friday but #ff @MaryNumair
And if Tom Cruise could do it with those special gloves in Dubai, surely I could too? JK, don't really have that upper body strength, but thanks for the compliment.
Hah! Highlight of my day is @RELEVANTpodcast discussing my answer to their question whether it would be cool to have magnetic fingers. Thanks for that rolled “R” as well, @EdwardorEddie :D
2018-06-10 update: This information is no longer current. Refer to my newer notes and indiebookclub.
Martijn asked if I had documented the micropub request I make for read posts. I had not yet, so decided to make some quick notes while it's fresh in my mind.
Currently, it sends an h-cite
object with properties: status
, url
, name
, author
, and isbn
.
Each of these properties is optional. If nothing is entered in the field in Quill, the property is not sent in the request.
The h-cite
object also has a content
property which has an html
key. The value of that key is the HTML for the citation. This serves as a fallback in case the site does not process the micropub h-cite
object directly. For example, my own site displays this since I do not yet process the h-cite
object.
Finally, the h-cite
object has a summary
property, which is a plain text version of the content property.
Unfortunately, I have not been actively using this on my own site. This is in part because I'm still getting used to the idea of using a micropub client to post to my site instead of using the posting interface directly on my site. I am still interested in developing it further, though. I think once it can pull up a list of the user's books, I will find myself using it more.