Anything that helps me (and others) understand Wardley Mapping better has to be a good thing. Here’s Will Larson’s Rough notes on learning Wardley Mapping.
Archives: Microposts
December 13, 2024, 2:29 pm
Lloyd writes up his experience of new, location based social network thing Mozi. Just like it’s 2008 all over again!
December 12, 2024, 9:54 pm
Dave Rogers answers the question Just what is ‘Test and Learn’?
December 12, 2024, 12:21 pm
Jeremy’s 5 reflections on his year at Homes England are interesting, wise, and definitely worth thinking over.
December 12, 2024, 11:49 am
One issue with my new blogging workflow is its dependence on a WordPress custom post type – and my editor of choice, MarsEdit, doesn’t currently talk to such things.
So, am testing a bit of code to get around this. In effect, I send a ‘normal’ post to WordPress from MarsEdit, only as a draft, and in a particular category.
When WordPress receives this, it spots it, copies the content and tags to a new micropost in the custom post type.
Currently the original post is left in drafts for me to delete manually, but I’ll probably automate that once I’m confident it’s working ok.
So, a bit janky and duplicative, but it ought to work ok. Will see if there’s any unforeseen repercussions on performance or anything like that. Code is on Github, if you’d like to make use of it.