📅 Daily Note: December 18, 2024

Ed Zitron:

The people running the majority of internet services have used a combination of monopolies and a cartel-like commitment to growth-at-all-costs thinking to make war with the user, turning the customer into something between a lab rat and an unpaid intern, with the goal to juice as much value from the interaction as possible. To be clear, tech has always had an avaricious streak, and it would be naive to suggest otherwise, but this moment feels different. I’m stunned by the extremes tech companies are going to extract value from customers, but also by the insidious way they’ve gradually degraded their products.

# – micropost 22871


The English Devolution White Paper.

That is why I am wasting no time in finally giving local leaders and communities the tools they need to deliver growth for their area and raise living standards in every part of the country.

Need to read it through properly.

# – micropost 22873


Denise Wilton writes One for all and all for none:

You can look for available GP appointments using the NHS app. Pretty cool. Unless your local surgery has opted to use a different system. If that’s the case, you need to make sure you don’t click the ‘Check for available GP appointments’ button in the app because it will just say ‘No appointments available’. And when you phone the surgery, you’ll get a recorded message which says to use the app. So you’ll try again of course and get the same result: No appointments available. Perhaps you’ll feel bad for being a burden – because it’s flu season and the surgery must be flat out. Perhaps you’ll wait another day and when you try again you’ll find there are still no appointments available.

# – micropost 22874


Rachel Coldicutt, Words Matter:

Digital technologies require a strange combination of seemingly unconnected things, including (but not limited to) big material things like data centres, small things like phones and computers, even smaller things like chips and processors, and a bunch of invisible processes and protocols that conjure tools and services and apps and web pages and all the rest into being. What we see at the end tends to look quite neat and tidy, but many decisions and things are hidden behind those icons and dashboards and shiny cases, so they need great big stories to talk them up and make them feel exciting.

# – micropost 22875


📅 Daily Note: December 13, 2024

Dave Rogers answers the question Just what is ‘Test and Learn’?

# – micropost 22849


Lloyd writes up his experience of new, location based social network thing Mozi. Just like it’s 2008 all over again!

# – micropost 22865


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.

# – micropost 22868


📅 Daily Note: December 12, 2024

It looks like – thanks to some heavy debugging and re-developing from Steph – the new way of creating the Daily Notes is working! I’ll write up the thinking about it and how it works shortly.

# – micropost 22785


# – micropost 22796


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.

# – micropost 22812


Jeremy’s 5 reflections on his year at Homes England are interesting, wise, and definitely worth thinking over.

# – micropost 22839


📅 Daily Note: December 11, 2024

Digitisation, politicisation and the civil service by Martha Lane Fox:

Today’s reality is clear: digital skills are no longer optional extras. Data analysis, digital service design, agile project management, let alone the nuance needed in understanding new AI tools, have become as essential to governance as policy writing and stakeholder management. This shift creates real tensions within our supposedly neutral institutions.

#


AI product management in high stakes domains – Alan Wright shares a bunch of approaches that have worked well for him.

#


Our positions on generative AI – Steve Messer details a sensible set of stances on the ethical and effective use of LLMs and so forth.

AI is more of a concept, but generative AI as a general purpose technology has come to the fore due to recent developments in cloud-based computation and machine learning. Plus, technology is more widespread and available to more people, so more people are talking about generative AI – compared to something even more ubiquitous like HTML.

#


Lloyd has written up how he is using Micro.blog and a custom script to deliver a daily summary of his micro-posting to his WordPress blog.

There’s more than one way to skin this cat!

#


📅 Daily Note: December 10, 2024

Am testing a new way of doing my daily blogging. I’ve created a custom post type in WordPress, called ‘microposts’. This way, each of my ‘paragraphs‘ exist as separate items. For example, here is the permalink for this particular micropost.

I have used ChatGPT to help me produce some code that will assemble them everyday to create the ‘Daily note‘ style roundup. Will have to see how that works – expect some jankiness!