👓 Sunday, August 26, 2018 | Scripting News

Read Sunday, August 26, 2018 (Scripting News)
The OPML Editor is my fork of the Frontier code base, started in 2004. It runs on today's Macs. In the flurry of activity in April, I broke the Mac part of the download page. I have now fixed it.

Reply to Geeking out with IndieWeb and Micro.blog | Paul Jacobson

Replied to Geeking out with IndieWeb and Micro.blog by Paul Jacobson (Paul Jacobson)
How can I do that?
On yet another related note, I came across Chris Aldrich’s reply to a tweet from one of my colleagues. The reply is interesting, in itself, but what I’m particularly curious about is how to create replies like this that publish to the source site, and populate the syndication link fields.
Paul, apologies for having missed a few of your recent questions/mentions, but I’ve been on a bit of a vacation recently and am just catching up on some of the pieces of web technology you’ve been delving into. (Congratulations on jumping in with both feet by the way!)  I’ll try to get to more substantive replies to some of your questions, but since I see there’s a reasonable time zone gap between us, I thought I’d at least quickly say hello before crashing for the night. I can already tell my reading list for the week is going to double after a quick look at your own site which I’ll subscribe to shortly.

While it looks like you’re at least tangentially aware of bits that I’ve written based on some of your recent quotes, I thought I’d give you a pointer to some of the conglomerated pieces which might help you out. In particular, you might be most interested in my IndieWeb Research Collection which is primarily WordPress focused. This also includes a relatively recent 2 hour video walk through of the set up for many of the plugins you mentioned. I suspect you won’t have too much problem with it given your background, but we’re all continually working toward making it easier and easier for the casual user. In particular, I’m hoping that some of the recent changes will drastically open up the field for a much larger universe of themes without the heavy lifting we were all anticipating.

If you have questions or need help in the interim, feel free to hop into the IndieWeb chat or browse through the related wiki. Hopefully the fine and friendly folks there will help to get you sorted as I play catch up a bit this week.

More soon…

Following Paul Jacobson

Followed Paul Jacobson (Paul Jacobson)

I am an experienced writer, content marketer and strategist with some experience in project management. My career spans legal services, content marketing (with emphasis on the social Web) and business development. I have more than a decade’s experience in social marketing (social media driven marketing) and was South Africa’s first social media legal expert.

I am also an amateur photographer. My photography is one of my primary forms of personal expression that is partly about documenting my life and experiences and partly about sharing ideas and concepts.

🎧 This Week in Google 467 Techno Tragicomedy | TWiT.TV

Listened to This Week in Google 467 Techno Tragicomedy by Jeff Jarvis, Stacey Higginbotham, Jason Howell from TWiT.tv
Lenovo Smart Display, Pixel Rumors.
  • Jeff unboxes his new Lenovo Smart Display. Our live Duo demo goes about as well as you'd expect.
  • Facebook finds more political shenanigans.
  • Google's Censored Search in China.
  • Stacey has all the news from Google Cloud Next.
  • Amazon's facial recognition software outs 28 US lawmakers as crooks.
  • All the Pixel 3, Pixelbook, Pixel Watch, and Pixel Stand rumors we know.
  • You want a notch on your phone? Fine. Two notches? Sure, why not? Three notches? HOLD UP THERE, BUDDY!
Picks of the Week
  • Jeff's Number: 5 years of Chromecast
  • Stacey's Thing: OSRAM SMART+ Outdoor Flex RGBW
  • Jason's Tool: Fighting Spam Calls with Android

The Sixth “R” of Open Educational Resources

The 5 R’s

I’ve seen the five R’s used many times in reference to the OER space (Open Educational Resources). They include the ability to allow others to: Retain, Reuse, Revise, Remix and/or Redistribute content with the appropriate use of licenses. These are all some incredibly powerful building blocks, but I feel like one particularly important building block is missing–that of the ability to allow easy accretion of knowledge over time.

Version Control

Some in the educational community may not be aware of some of the more technical communities that use the idea of version control for their daily work. The concept of version control is relatively simple and there are a multitude of platforms and software to effectuate it including Git, GitHub, GitLab, BitBucket, SVN, etc. In the old days of file and document maintenance one might save different versions of the same general file with increasingly different and complex names to their computer hard drive: Syllabus.doc, Syllabus_revised.doc, Syllabus_revisedagain.doc, Syllabus_Final.doc, Syllabus_Final_Final.doc, etc. and by using either the names or date and timestamps on the file one might try to puzzle out which one was the correct version of the file that they were working on.

For the better part of a decade now there is what is known as version control software to allow people to more easily maintain a single version of their particular document but with a timestamped list of changes kept internally to allow users to create new updates or roll back to older versions of work they’ve done. While the programs themselves are internally complicated, the user interfaces are typically relatively easy to use and in less than a day one can master most of their functionality. Most importantly, these version control systems allow many people to work on the same file or resource at a time! This means that 10 or more people can be working on a textbook, for example, at the same. They create a fork  or clone of the particular project to their personal work space where they work on it and periodically save their changes. Then they can push their changes back to the original or master where they can be merged back in to make a better overall project. If there are conflicts between changes, these can be relatively easily settled without much loss of time. (For those looking for additional details, I’ve previously written Git and Version Control for Novelists, Screenwriters, Academics, and the General Public, which contains a variety of detail and resources.) Version control should be a basic tool of every educators’ digital literacy toolbox.

For the OER community, version control can add an additional level of power and capability to their particular resources. While some resources may be highly customized or single use resources, many of them, including documents like textbooks can benefit from the work of many hands in an accretive manner. If these resources are maintained in version controllable repositories then individuals can use the original 5 R’s to create their particular content.

But what if a teacher were to add several new and useful chapters to an open textbook? While it may be directly useful to their specific class, perhaps it’s also incredibly useful to the broader range of teachers and students who might use the original source in the future? If the teacher who forks the original source has a means of pushing their similarly licensed content back to the original in an easy manner, then not only will their specific class benefit from the change(s), but all future classes that might use the original source will have the benefit as well!

If you’re not sold on the value of version control, I’ll mention briefly that Microsoft spent $7.5 Billion over the summer to acquire GitHub, which is one of the most popular version control and collaboration tools on the market. Given Microsofts’ push into the open space over the past several years, this certainly bodes well for both open as well as version control for years to come.

Examples

A Math Text

As a simple example, lets say that one professor writes the bulk of a mathematics text, but twenty colleagues all contribute handfuls of particular examples or exercises over time. Instead of individually hosting those exercises on their own sites or within their individual LMSes where they’re unlikely to be easy to find for other adopters of the text, why not submit the changes back to the original to allow more options and flexibility to future teachers? Massive banks of problems will allow more flexibility for both teachers and students. Even if the additional problems aren’t maintained in the original text source, they’ll be easily accessible as adjunct materials for future adopters.

Wikipedia

One of the most powerful examples of the value of accretion in this manner is Wikipedia. While it’s somewhat different in form than some of the version control systems mentioned above, Wikipedia (and most wikis for that matter) have built in history views that allow users to see and track the trail of updates and changes over time. The Wikipedia in use today is vastly larger and more valuable today than it was on its first birthday because it allows ongoing edits to be not only improved over time, but those improvements are logged and view-able in a version controlled manner.

Google Documents

This is another example of an extensible OER platform that allows simple accretion. With the correct settings on a document, one can host an original and allow it to be available to others who can save it to their own Google Drive or other spaces. Leaving the ability for guests to suggest changes or to edit a document allows it to potentially become better over time without decreasing the value of the original 5 Rs.

Webmentions for Update Notifications

As many open educational resources are hosted online for easy retention, reuse, revision, remixing, and/or redistribution, keeping them updated with potential changes can potentially be a difficult proposition. It may not always be the case that resources are maintained on a single platform like GitHub or that users of these resources will necessarily know how to use these platforms or their functionality. As a potential “fix” I can easily see a means of leveraging the W3C recommended specification for Webmention as a means of keeping a tally of changes to resources online.

Let’s say Robin keeps a copy of her OER textbook on her WordPress website where students and other educators can easily download and utilize it. More often than not, those using it are quite likely to host changed versions of it online as well. If their CMS supports the Webmention spec like WordPress does via a simple plugin, then by providing a simple URL link as a means of crediting the original source, which they’re very likely to do as required by the Creative Commons license anyway, their site will send a notification of the copy’s existence to the original. The original can then display the webmentions as traditional comments and thus provide links to the chain of branches of copies which both the original creator as well as future users can follow to find individual changes. If nothing else, the use of Webmention will provide some direct feedback to the original author(s) to indicate their materials are being used. Commonly used education facing platforms like WordPress, Drupal, WithKnown, Grav, and many others either support the Webmention spec natively or do so with very simple plugins.

Editorial Oversight

One of the issues some may see with pushing updates back to an original surrounds potential resource bloat or lack of editorial oversight. This is a common question or issue on open source version control repositories already, so there is a long and broad history of for how these things are maintained or managed in cases where there is community disagreement, an original source’s maintainer dies, disappears, loses interest, or simply no longer maintains the original. In the end, as a community of educators we owe it to ourselves and future colleagues to make an attempt at better maintaining, archiving, and allowing our work to accrete value over time.

The 6th R: Request Update

In summation, I’d like to request that we all start talking about the 6 R’s which include the current 5 along with the addition of a Request update (or maybe pull Request, Recompile, or Report to keep it in the R family?) ability as well. OER is an incredibly powerful concept already, but could be even more so with the ability to push new updates or at least notifications of them back to the original. Having the ability to do this will make it far easier to spread and grow the value of the OER concept as well as to disrupt the education spaces OER was evolved to improve.

Featured photo by Amador Loureiro on Unsplash

Reply to Rethinking My Social Media Use | Chris Wiegman

Replied to Rethinking My Social Media Use by Chris WiegmanChris Wiegman (Chris Wiegman)
Most of you who know me know that I’ve struggled for a while now with how social media currently fits into my life and how I would prefer it to fit into my life. Ten years ago it was nothing for me to sign up for every service and post to them like there was no tomorrow. Heck, during my days at SIU doing so was actually part of my job as I managed all the social media for the Aviation departments. It was fun, I guess. Today I’m not so sure if that was the right approach, or, for that matter, what the “right” approach even means. Over the last few months I’ve scrubbed or deleted most of my online accounts and worked to severely limit the time I’ve spent on the rest (often with even more limited success). I’ve done this not because I want to but, in many ways, because I feel like I have to for a number of reasons.
Chris, many of us have been having the same thoughts for quite a while. Since you’re rethinking things, and you’ve already got your own website/blog, why not just switch over to that and let the internet be your social network? Many of us in the IndieWeb movement have been working on helping others do just that for several years now.

We’ve been working on W3C specs like Webmention, Micropub, WebSub, and Microsub to recreate some of the infrastructure offered by social media sites, but that allows website owners more control and ownership over their content–something I suspect you’re behind in using WordPress as your CMS of choice. In the very near future we’ll even have first class feed readers either on our own sites or that allow us to interact with others’ sites using our own.

If you still need to interact with sites like Twitter, Instagram, Facebook, et al. You can still do that if you like by posting to your own site and syndicating out while still allowing comments and interactions from many of these sites back to your own using backfeed via the Webmention protocol with tools like Brid.gy. Slowly over the past several years more and more CMSes are adding these bits of functionality to let peoples’ personal sites become first class social media sites that they can own and control.

I suspect that given your skills and how you’re already using your site, you could be supporting a lot of these technologies with a few simple plugins and without a lot of additional work to give you most of what you’re looking for. A group of us are happy to help if you’ve got questions about implementation.

👓 It’s time to reconsider low-dairy diets, new study suggests | NBC

Read It's time to reconsider low-dairy diets, new study suggests (NBC News)
Cheese and yogurt were found to protect against death from any cause, and also against death from cerebrovascular causes, like stroke.

👓 Faculty champions of accessibility shed doubts about investing time, money | Inside Higher Ed

Read Faculty champions of accessibility shed doubts about investing time, money (Inside Higher Ed)
Faculty members often worry that making digital courses accessible to all students will be too time-consuming or expensive -- but some of their colleagues want to convince them otherwise.

👓 Rick Scott’s financial trail leads to tax haven in Caymans | Miami Herald

Read Rick and Ann Scott’s financial trail leads to Cayman Islands tax haven (miamiherald)
Gov. Rick Scott’s 125-page U.S. Senate financial disclosure statement reveals he and his wife, Ann Scott, hold investments in two dozen hedge funds registered in the Cayman Islands, a well-known tax haven.

👓 National Enquirer Had Decades of Trump Dirt. He Wanted to Buy It All. | New York Times

Read National Enquirer Had Decades of Trump Dirt. He Wanted to Buy It All. by Jim Rutenberg, Maggie Haberman (nytimes.com)
Donald Trump and his lawyer, Michael Cohen, devised a plan to buy all the stories on Mr. Trump that the National Enquirer and its parent company had collected, according to Mr. Trump’s associates.

👓 University’s $999 online textbook creates confusion and outrage | Inside Higher Ed

Read University's $999 online textbook creates confusion and outrage (Inside Higher Ed)
An online textbook priced at almost $1,000 has infuriated students trying to navigate an already confusing textbook marketplace, but Louisiana-Lafayette officials insist they had "good intentions."
This reporting doesn’t drill in far enough. Surely there are a few dozen textbooks that cover all of the same material that are roughly equivalent. What are those textbook prices? What about OER textbooks and their relative prices? Why is the department or even the professors doing anything but recommending textbooks? Why aren’t the students given the freedom to choose their own textbooks?

👓 Distributor publicly released with Gutenberg support and Enterprise service offering | 10up

Read Distributor publicly released with Gutenberg support and Enterprise service offering by Jake GoldmanJake Goldman (10up)
We are proud to announce that Distributor has exited beta and is now openly available. Distributor is a free WordPress plugin that makes it easy to syndicate and reuse content across your websites—whether in a single multisite network or across the web with the REST API. With Distributor, content creators can "push" or "pull" content [...]

👓 Notes on Imagined Communities and the Open Web | Open Parenthesis

Read Notes on Imagined Communities and the Open Web (Open Parenthesis)
Earlier this month, I had the opportunity to speak at WordCamp for Publishers in Chicago. I tried to link together Benedict Anderson's take on nationalism from Imagined Communities to a number of concepts about what might make an "Open Web." 

Following John Eckman

Followed John Eckman (Open Parenthesis)

John Eckman blogs here about Open Source, the Next Generation Internet, the Assembled Web, and Web Application Strategy, Design, and Development. He also works at Optaros.

I’m the CEO of 10up, a digital agency focused on designing and building compelling, content-centric experiences on open source platforms, especially WordPress.

Why is this blog called Open Parenthesis?

It’s meant to bring together two key concepts that have dominated my professional career – writing and coding:

1. Parentheses in writing are often used to insert explanatory text not directly related to the main point (see the wikipedia entry). (I did a PhD in literature & culture, and spent years teaching in a university English environment).

2. Parentheses in software development are used for a variety of reasons in different languages, but often they’re used to pass parameters to functions (or to indicate the parameters a function receives). (I’ve spent the last decade working in software development, specifically on the web).

The site’s called “Open Parenthesis” (the singular of parentheses) because the idea is that the conversation is open ended.

It starts an explanatory insertion (like this one), but it can’t yet be closed.

It resembles a function taking parameters, but we can’t yet close the parentheses because we don’t know yet what the possibilities are.

Finally, there’s also the notion of “Open” because I’m focused on open source software, as well as open-ness and transparency of conversation in general.

👓 Electracy | Wikipedia

Read Electracy (Wikipedia)
Electracy is a theory by Gregory Ulmer that describes the kind of skills and facility necessary to exploit the full communicative potential of new electronic media such as multimedia, hypermedia, social software, and virtual worlds. According to Ulmer, electracy "is to digital media what literacy is to print." It encompasses the broader cultural, institutional, pedagogical, and ideological implications inherent in the transition from a culture of print literacy to a culture saturated with electronic media. "Electracy" is the term he gives to what is resulting from this major transition that our society is undergoing. The term is a portmanteau word, combining "electrical" with "literacy", to allude to one of the fundamental terms used by the French philosopher Jacques Derrida to name the relational spacing that enables and delimits any signification in any medium.