Replied to https://twitter.com/everythingabili/status/1316121246631956482?s=20 by The Infinite Herd (Twitter)
I've no idea if this is good or not. HyperCard for me was the notion that anyone can make shit. The internet now is SO SODDING DIFFICULT, it is excluding so many people from expressing themselves. Learn about HyperCard's role in early digital. https://twitter.com/HyperCardOnline/status/1316117804240822273

This stack:
Inigo Gets Out : Amanda Goodenough

changed my life! A friend showed me how to add a sound…

Replied to a tweet by The Infinite Herd @everythingabili (twitter.com)
If Twitter killed the RT and the # it could only be better for the world. They didn't make this monster, they just did what the monster wanted for 10 years, in the hope of making millions. They've done that, perhaps now they need shutting down.

@everythingabili See Micro.blog, likes are private, no follower counts,  RT not available: What’s the difference between Micro.blog and Twitter? – Micro.blog Help.

I’ve been having a wee play with the p5.js web editor.

p5 .js is a JavaScript library that starts with the original goal of Processing, to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today’s web. Using the original metaphor of a software Sketchbook, p5 .js has a full set of drawing functionality. However, you’re not limited to your drawing canvas, you can think of your whole browser page as your sketch! For this, p5 .js has addon libraries that make it easy to interact with other HT ML5 objects, including text, input, video, webcam, and sound.

I’ve occasionally dipped my toe into processing and found it good fun.

Over the summer I’ve seen a stream of tweets and instagram posts from Tom Smith which got me interested in p5.js.

I don’t really have much of a clue but have had a bit of fun. Especially when I found you can use a library with p5.js to export gifs. The feature image on this post is one made by my sketch: Classy bramble skulls 4. This one has a background image, some animation, the mid-ground, the sleeper and computer and then the window frame which are drawn. If I had though I’d have used 3 image layers sandwiching 2 animation ones. Early days.

There seems to be a ton of learning material available and it is easy to duplicate interesting p5.js sketches to edit and play around with. (The school holidays are not long enough;-))

Replied to Tom Smith on Twitter (Twitter)
“HAVE A GO WITH THIS! Paint me a picture with this drawing app I'm working on. You can load a pic to "trace" the outline, and if you tap the comma or full stop keys, the canvas "slides"... Oh, and the plus and minus keys make the lines change weight. https://t.co/JqLVx5xlDl”

easier with a mouse than mobile for me.

twitter icon

I’ve messed about with the twitter API before in a ham fisted sort of way (say ObliqueTweet, twitter presenter or Tweets @iowconference08) by basically borrowing various snippets of code, this is another such effort.

I notice an interesting post on Tom Smith’s theOTHERblog: Twitter, Growl, Boosh! In AppleScript!!. I’ve borrowed code from Tom before and was interested in this latest script. The script basically used growl to show tweets for a search or hashtag to be used when watch tv with a group spread over different locations. Tom’s script used the Vienna rss reader as a intermediary for handling the RSS. I recently switched from Vienna to NetNewsWire and didn’t have Vienna installed so took a slightly different approach.

I remembered that someone had mentioned that AppleScript handles xml now (via the ‘System Events’ application) and this seemed like an opportunity to mess about with that and growl.

Growltweets

I’ve cobbled together an applescript that runs and every minute, downloads the latest from a twitter search and growls them. The script is pretty rough at the moment (and in all likelihood will stay that way) but I’ve posted it for view and will upload the actual script once it looks a wee bit better.

The script might be of use in the same way Tom’s is, to display tweets over a shared experience. Or perhaps so make sure I don’t miss an @johnjohnston tweet but don’t get caught up in twitter while I am ‘working’ but really it served to give me a bit more practice with the twitter search API and in starting to learn to parse xml with AppleScript. As twitter become bigger by the second and its API continues to grow I hope one day I’ll do something useful.

twitter image Mirjami Manninen from smashingmagazine