👓 Guest Post: In Praise of Globes | MathBabe

Read Guest Post: In Praise of Globes by Ernie Davis (mathbabe)
The decision by the Boston school system to replace maps of the world using the Mercator projection with maps using the Gall-Peters projection has garnered a lot of favorable press from outlets such as NPR, The Guardian, Newsweek, and many others.
Replied to a tweet (Twitter)
David Shanske and I were just thinking about proposing an IndieWebCamp session on a topic very close to this just the other day.
Replied to a tweet by Xinli Wang (Twitter)

Outline for a Hypothes.is Crash Course

I often find examples to be most immediately helpful. You might look at Literacy, Equity + Remarkable Notes = LEARN: Marginal Syllabus 2018-19 which has some solid multimedia resources around a group of educators annotating. It’s not only an interesting public example, but will introduce you to some helpful people in the space.

For a “textbook” example, I believe American Yawp may be one of the most annotated textbooks online.

I Annotate 2019 was an interesting conference and Hypothes.is has kindly aggregated videos of all(?) the talks. You can skim through some to find applications relevant to your interests. In addition to this example, the H blog is also a great resource for other examples and news.

More specific to your initial question, you’ve got a lot of options. You can open .pdfs on your local machine and annotate via Hypothesis, but if it’s for a bigger group, hosting it somewhere on the web that is easily accessible may be best. Hypothesis has also made some significant leaps for integrating their product into LMSes recently which also helps in seamlessly making accounts for new users.

Once it’s available to the group, you may want to decide whether you want the group to annotate in the public channel or if you want to annotate in a smaller private group

Most importantly, explore. Have fun. There are lots of off-label uses you’ll run across using the tool as you play around.

❤️ Protohedgehog tweet

Liked a tweet by Jon TennantJon Tennant (Twitter)
Replied to a post by Chris AldrichChris Aldrich (chrisaldrich.net)
Testing out the Narwahl microblog plugin for posing quick notes to my website. Seems relatively slick, though the interface also includes the ability to post a title and it seems to throw a php error. I do wish the text box was a bit smaller along with a few other simple UI tweaks. Otherwise pretty ...
testing out a reply.
Hopefully this fixes it a bit?
Third time’s the charm? Sempress (includes reply context, but without proper markup)
How about with IW Publisher child? – has too big an h-card
And now with IW Publisher? – also too big an h-card for some reason
With Independent publisher? – did as well as mine; proper h-card; included reply context
With IW16? How will it look? – does perfectly for replies and doesn’t include context, but don’t like the way it appears on my own site.
Finally circling back to my slightly modified 2016 child.
Let’s also not forget to see how replies look from a relatively standard TwentyFifteen site, which is a good simple look for a personal site.

The question now is will having added h-entry to 2015 bork replies to others?–let’s see if the second time is the charm?–third time is the charm with h-entry in seemingly the correct place now.
Those all failed, but if we wrap the_content with e-content, maybe?

Making sure I haven’t broken anything yet. Circling back again to see if the h-card is working properly again.

Watched How to wear a medical mask from YouTube

In the context of the COVID-19 pandemic, many individuals are curious about the proper use of medical masks. WHO released updated Advice on the use of masks in the context of COVID-19 on 5 June 2020. Watch this video to learn more about which individuals should consider wearing a medical mask and how to properly put on, take off and dispose of the mask.

Learn more: https://www.who.int/emergencies/diseases/novel-coronavirus-2019/advice-for-public/when-and-how-to-use-masks

Watched "Glee" Grilled Cheesus from Netflix
Directed by Alfonso Gomez-Rejon. With Dianna Agron, Chris Colfer, Jessalyn Gilsig, Jane Lynch. Finn believes he sees the face of Jesus in a grilled cheese sandwich, and random events have the members of the Glee Club questioning religion and God.
The grilled cheesus was a sight to behold, and the satire that came out of it was par excellence.

Reply to Brad Enslen about Blogrolls in WordPress

Replied to No Good WordPress Blogroll Plugins by Brad EnslenBrad Enslen (Brad Enslen)

Feh. Apparently there are no good blogroll plugins for WordPress.   I did look extensively through the WP plugins directory but didn’t find anything interesting. Most plugins were way out of date for my version of WP.

Might be an opportunity there for the Indieweb movement to aid discovery.

Apologies Brad. I just saw your follow up post and had meant to reply to your earlier one when I saw it last week, I just didn’t have the time to write a quick response. I had hoped you might have found something even better than what I’ve put together previously or perhaps started building a newer and shinier edifice.

There is actually an excellent and solid “plugin” for creating a blogroll, but it’s actually been hiding in WordPress core for ages: the original Link Manager. Use of it declined so much it was programatically “removed”, but all the code is still in core, it still works wonderfully, and it only requires a single line of code (or the simplest plugin ever written) to re-enable it.

It was very solid and didn’t need much iteration, so it should work fine with current versions of WordPress–it certainly does on mine.

I’ve written up a bunch of details on how and what I did (as well as why), so hopefully it’ll give you a solid start including some custom code snippets and reasonably explicit directions to make some small improvements for those that may be a bit code-averse. Hint: I changed it from being a sidebar widget to making it a full page. Let us know if you need help making some of the small code related changes to get yourself sorted.

Even if you just want a plug and play plugin, there are details for that in the post as well, you’ll just be stuck with putting the blogroll into a traditional sidebar position. (With conditional statements in the sidebar widget, you  could restrict the blogroll widget to only displaying on a “Following” page, for example.)

I do think there is still a more IndieWeb way of doing this, potentially by making follow posts with mark up that could be parsed by microsub readers perhaps? Certainly dovetailing something with microsub seems to be a laudable goal. I would like to eventually dive into the Link Manager code and add some additional microformats as well as update the OPML to v2, but there’s enough back compatibility that the older version is fine for most use cases I’ve run across. I know David Shanske has some ideas about some changes he’d like to see in the future as well. You could always also go super low tech the way Greg did and have a blogroll post that you update over time, though perhaps a page is a better way to go? Updating things to be more automated is certainly a reasonable goal though.

Give it a spin and see what you think. Here’s my Following page (aka blogroll) with details at the very bottom for subcategories of OPML subscription. I’ll try to update the IndieWeb blogroll page with some of these details to make them more imminently findable as well.