Skip to main content

Posts

Showing posts from 2018

Coding with Livecode

I'm feeling a shade nostalgic today, because later I'm running a digital creativity session on coding with Livecode, which could be said to be an evolved descendent of my first geek love, HyperCard. https://docs.google.com/presentation/d/e/2PACX-1vSMsJFylC4xTI3St0LQa_tk9Z8YZnmh0yLWbJbU3cALsDheoSzzqVCVi1dOiimZdNLAggqF0goM9at9/pub?start=false&loop=false&delayms=3000 The ideas and values I originally fell for,  its ease of use, a "you can too" approach to coding, open sauciness and a community of edu-focussed sharing, and it being free (or cheap) still hold true today. There are still enough of the things I remember in Livecode to make it worth sharing with the world, make Livecode worth learning even today. Like a cult movie, it's always a pleasure to return to.

SOLUTION: Blogger losing images when a user leaves

PLEASE DON'T ASK ME TO DO THIS FOR YOU :-) THIS IS JUST PROVIDED FOR INFO... At the University of York we have had an issue with Blogger for years , in that, when a user leaves the university and their account is deleted, although a blog post's text remains, and the blog itself, every blog post's image is LOST because they are stored somewhere in that user's account. I tried using command-line based scraping tools, like HTTrack to get a blog as static HTML files, but could never quite configure them to get all the content, the local images, the remote images but control the crawler enough not for them to wander off and try and download the entirety of YouTube. I tried scraping tools . I tried half a dozen aggregator tools. I tried process-oriented tools like IFTT. No joy. I tried writing my own scraper in python and failed. They moved the oAuth goalposts. I tried using Google Picasa (which they then shut down). I wanted to maybe use another servi

Coding Free Visualisation - WOW!

Today I stumbled across some similar tools that really help with visualisation. They take the approach that you start drawing and then attach attributes of your drawing to data (typically an uploaded .csv file). To get an idea of the field, Adobe have Project Lincoln, which is fun to watch, but with Adobe products I often discount them because they aren't cheap and readily available as a teaching resource. The video has lots of whooping, but shows the concept well. The tool that has blown my socks off is Charticulator    because I was able to upload .csv of trees that contains lat/long information and make this. Not only can you "see" the line of trees along University Road, the trees are coloured according to species and the heights are mapped to the heights in the data. Still a novice with the tool, I wondered how I might create a key, so I created a new visualisation that mapped the Y value to species and the X value to matur