Bookmarked Nothing Fails Like Success by Aaron DavisAaron Davis (Read Write Collect)
Jeffery Zeldman argues that in being unable to pay mortgage associated with the web, we have become indebted to the mob that is platform capitalism. This has led us into the money trap, which demands unrealistic rewards that care more about clicks than community. Zeldman’s suggestion on how to fix...

Aaron points to Nothing Fails Like Success (A List Apart).  

Aaron links to several fellow travellers reactions that make great reading too.

Aaron’s own blogging has gone a long way along the IndieWeb path and is a excellent one to follow.

Replied to Re: Something Weird is Happening on Twitter Right Now by Aaron DavisAaron Davis (Read Write Collect)
Even better Bill is if we had such conversations from the comfort of our own backyard using bridgy and webmenbtions, rather than someone else’s playground?

An interesting Rabbit hole, Arron is replying to Something Weird is Happening on Twitter Right Now by Bill Ferriter who quotes this Dean Shareski tweet. The twitter thread discuses using twitter for conversation rather than promotion/retweeting/liking. 

This is the problem micro.blog set out to solve. So far I think it has done so, I’ve had some very good conversations there. There are not likes and retweets on micro.blog. These are mentioned negatively on the thread Dean sparked. Micro.blog make it as easy to post and comment as twitter.

Someone on micro.blog mentioned the other day that blogging superstars joined but didn’t stick (or words to that effect). Lack of reposts and visible likes makes the platform a bit more democratic.

The only thing I miss on micro.blog is the communities that exists on twitter. If there was a micro.blog for educators that would be very interesting.  I’ve some thoughts on how this could happen, but finding it slightly hard to make them into an intelligible post.

Replied to Extending The Spaces You Need To Innovate (Further considerations) by Aaron DavisAaron Davis (Read Write Collect)
P.S. If comments are the cassette tape of the digital world, not sure what metaphor you would recommend for a comment syndicated from your own site?

Fascinating post Aaron, and an great example of why comments, linking and blogging. Just starting to follow the links in this comment took me into both familiar and new; people, places and ideas.

Just on the comment quote, your post, a comment exemplifies the power of commenting from your own site. A comment on Tom’s would probably have tripped the too many links flag for spam detection.

I do wonder how you approach commenting on sites with out webmentions, like Tom’s? Do you regard them as notes to yourself and your readers rather than replies?

The linked post: Teachers Are Moonlighting As Instagram Influencers To Make Ends Meet and the thread on @audreywatters’s tweet are fascinating.

 

I think of instagram as a nice silo for sharing and liking photos in a casual way (I like being liked too). It went bad when it removed the ‘time’ from the timeline. (I don’t like its lack of interoperability much either).

I don’t think I follow any influencers so this is a world outside my ken.

The idea of using instagram as a way of showing a shiny classroom has some of the same problems at tweeting to my mind. Not that my blogging is a great example of sharing classroom practise.

I am not sure about the Teachers Pay Teachers, concept. I feel a slight distaste, but am not sure why.

Glow Blogs Reader Screenshot

In Glow Blogs, we have the Glow Blogs Reader (Follow Blogs)

The Glow blogs reader allows you to ‘follow’ a number of Glow Blogs. In following blogs you will be able to see which of these blogs has been updated in your dashboard rather than have to visit each site to check for updates.

Useful because 1. it allows you to follow private blogs which an RSS Reader will not and 2. For teachers unfamiliar with RSS and readers it will be a lot simpler.

It doesn’t have the facility to mark off or record posts that you have commented on which is of interest to Aaron.

 

Liked Read Write Review – Voices from the Village in 2017 by Aaron Davis (Read Write Respond)
Maybe there were some things that I would have changed, however considering the current state of things, I was again pretty lucky this year. Personally, our children have continued to grow up. The youngest has progressed from learning how to climb the ladder to get on the trampoline to now utilisin...

A great read and review of Aaron’s year. Just following the links from his newspaper will take some time, but it will be well spent. Aaron’s take and his pull quotes make fascinating reading.

A little blue sky thinking, or borrowing some ideas from @davewiner & @mrkrndvs

I wonder if a WordPress plugin could ape pngWriter and create images for twitter cards with the text from the excerpt on the image used by twitter.
Like this, but with less fireworks.

I’ve been thinking about twitter again.

I think I’d have preferred twitter to be just text rather than being expanded to include all the media and ‘twitter cards’. I’d rather the reading flow would be twitter for short stuff and link to more visual or longer material out on your blog. That would perhaps make reading a little deeper and avoid the problem of folk just seeing the main point of an article and reacting to that 1.

But that cat left the bag a while ago. Now when I look at my twitter stream it is full of images. I occasionally use OneShot to grab and crop out interesting bits of text to share and surmount the 140 char limitation too.

I am not sure if this is a great idea

Recently I’ve watched Dave Winer experimenting with pngWriter (see the about page: About pngWriter). This creates images of blocks of text and sends them out in a tweet. It also creates an RSS feed of the text (pngWriter is not open for use at the moment).

This reminded me of how Aaron uses featured images in his blog: Creative Commons Starts with Making – A Reflection on Creating and Sharing – Read Write Respond

So I am kicking round a couple of ideas.

  1. If you used pngWriter you could pull the rss into your blog. You could do it in WordPress with the FeedWordPress plugin.
  2. A plugin could be made that would do the same sort of thing in WordPress, take the except text from a post and make an image for twitter from that.

Here is how I imagine that working

  1. Using an html5 canvas to automatically create an image of the post’s excerpt.
  2. Auto upload that to WordPress media library.
  3. Make it the featured image of the post

Alternatively (better?) make it the content of the twitter:image metatag for the post, that means that the featured image on the post would not have the text, visitors could read the post.

Or make a copy of the posts featured image, add the text and make that the twitter card image (I can imagine that might be different to get the text readable.).

For a couple of minutes I imagined that my babysteps php & JavaScript could put something like this together. Then reality kicked in. So I though I’d post it out here maybe someone else would think it would be a good idea.