Black Rabbit by @prince_fatty and @shniecemusic

A rather fine reggae-fied cover of White Rabbit by Jefferson Airplane

Or possibly Jefferson Starship

Anyway, it’s fab

open.spotify.com/track/37N…

Did Mr Johnson just say it can’t be a human error if it’s an Excel error?

If so, what the actual flip?

#PMQs

RT @TomChivers: School attendance drops on 14 December, which is “Christmas jumper day”, apparently because underprivileged children’s fami…

It could be a bit like David Cameron and questions about Brexit….but much more so

One of the reasons for feeling slightly sorry for these guys…. is that some of them could be answering questions, and facing public enquiries, even legal cases about what’s gone on this year for the rest of their lives.

Or, at least, for the rest of their public lives [

Back in the olden days, I saw all of the following do free shows

The Damned The Pogues Killing Joke The Jam

Have any other cheapskate post-punk music fans been as lucky?

Confession.

I sometimes read the name ‘Garth Crooks’ in relation to some footballing matter or other….but I actually think of this guy

I’ve not heard anyone say the transfer window is ‘slamming shut’ as yet

Football punditry is on the slide

I’m not sure if I want a watch to run faster.

www.theguardian.com/technolog…

I’m not saying that the whole coronavirus-pandemic-thing is all worthwhile now…..but I did enjoy the joke about Villa having broken the Rule of Six

#AVLLIV

RT @Rundeck: @salisbury_matt Hi! You can define on Script or Script file or URL steps “powershell.exe” on the “Invocation String” text box…

Beware the passive voice

“We were told” gives a different impression to “Alex Salmond said”

#marr

‘Chelsea are on a run of 5 goals without reply’

I’m not sure that’s the most illuminating stat

#CHECRY

It’s nice to have players who can take a corner

#CHECRY

You know how when someone begins a tweet ‘Unpopular opinion’ & it turns out to be ‘I like buttered toast’, or ‘I don’t mind the cold as long as it’s not raining’.

Well..unless I’m there, if I’m only watching on telly, then I’m not bothered if there are fans in the stadium or not

“I can’t think of anything more hilariously establishment than feeling so affronted by something that you create a political party to counter it, with erstwhile Tory donors, then announce it in a quilted-jacketed interview with the Sunday Telegraph.” www.theguardian.com/commentis…

Review of new The @poguesofficial BBC Sessions LP theafterword.co.uk/the-pogue…

Snippet for VS @Code to create a #Powershell debug line outputting a variable

“Write debug line for variable”: { “prefix”: “wvv”, “body”: [ “write-dbg "`$${1:xx}: <$${1:xx}>"” ], “description”: “Write debug line for variable” },

#TodayILearned that you need to escape the Pipe symbol ‘|’ with a ‘^’ when you’re running #Powershell from @Rundeck

Perhaps it running cmd to call Powershell?

Used this to dump info about the #Powershell fired up by @Rundeck

write-host ‘Computer’ ; $Env:ComputerName ; write-host ‘PSVersionTable’ $PSVersionTable ; write-host ‘whoami’ ; whoami ; write-host ‘Environment variables’ ; gci env: ; write-host ‘get-variable’ ; get-variable