Friday 28 April 2017

Amusecast - episode 5

Haven't done one of these for a while, forgot how much fun it can be. You know the drill - one side of a C90...

Tracklisting:

  1. The Feelies - It's Only Life
  2. Elvis Costello - Beyond Belief
  3. British Sea Power - The Lonely
  4. Suede - I Can't Give Her What She Wants
  5. KT Tunstall - Beauty Of Uncertainty
  6. Dubstar - St Swithin's Day
  7. The Stone Roses - Fools Gold
  8. Gene - Does He Have A Name?
  9. Morrissey - We'll Let You Know

If you like the sound of that lot, here's the download.

Thursday 27 April 2017

Have you seen this book?

I'm considering going to a gig later in the year at the Hammersmith Apollo. I can't remember when I last went there, so I thought I'd refamiliarise myself with the venue by taking a quick look on Google Maps and firing up Streetview. Nothing unusual in that.

As I was scrolling around the venue, a seated figure caught my eye - here she is:

And more specifically, the book she was reading when the Google Maps car drove by caught my eye - here's a closer look:

  

See, I think I should know what this book is, but I can't for the life of me place it. Now I don't want to morph into Dave Gorman or anything, and turn this into a Google-based adventure, but does anyone have any ideas what this book is? Answers on a postcard to the usual address (by which I mean, in the comments below). Cheers.

If you want a closer look, here's a link to the Google Maps Streetview.

Monday 24 April 2017

Some thoughts on Record "Store" Day

I'm in this queue but don't bother looking, you can't see me

I have mixed feelings about Record Store Day. Firstly, let's all pretend that my biggest bugbear isn't the fact that I go to records shops, not record stores, so why isn't it Record Shop Day? I get that it's a global thing, by which I mean American, but honestly this linguistic aberration irks me - it's right up there with talking about television in terms of seasons rather than series.

But as I said earlier, let's all pretend I have some proper concerns about RSD, rather than quirks that make me sound a bit precious. So my first real concern is that why isn't every day Record Store Day? Especially as we are regularly being told how sales of vinyl are on the up and up. Sure, when RSD started ten years ago the benevolent aim of giving these shops a boost was never more needed. But is that still the case?

Secondly, and this is addressed to everyone in an RSD queue who only goes to a physical record shop once a year, in the words of Not The Nine O'Clock News Songs of Praise sketch, "where were you bastards then?" If this was football, you'd be a part-time supporter! At least the guy half a dozen queue places ahead of me, who looked like he hadn't been near a record shop for thirty years, and who wanted "Springsteen, The Who, The Beatles and U2" (read from his laser-printed A4 list) only got Springsteen - the rest were in such limited numbers at the shop in question, and had long since been snapped up.

Thirdly, I've got nothing against avid record collectors at the front of the queue with their want-lists. I'm an avid record collector, and have been for more than thirty years. But to those people at the front of the queue with long want-lists that have since all ended up on Ebay at a hefty mark-up, well, sod you. That's not really in the spirit, is it? (Although a small crumb of comfort comes from the comedy of reading the media's surprise that this is happening - The Independent seemed to think it particularly newsworthy. In other news, they have also confirmed the Pope's Catholicism and bears' woods-based toilet habits).

So, I know how cantankerous I sound. These reasons, however petty and curmudgeonly, are why I have forsaken RSD in years gone by, even when there has been vinyl on offer that I would be interested in. But this year, I had to go. There was a new Smiths 7-inch, you see. Albert Finney on the cover. Two rare tracks (a demo of The Boy With The Thorn In His Side and the Drone Studios version of Rubber Ring). Even a run-out groove inscription ("Trump will kill America"). I had to have it. Which is how I came to be queueing outside a record shop at ten to eight in the morning last Saturday, in the cold. It's a small record shop, Soundclash, and was operating a strict one-out-one-in policy, so I didn't actually get in the door until twenty five to ten. I was anticipating disappointment, and so had my back-up choice ready - The Wedding Present's Home Internationals e.p. And when I finally got to the counter, five minutes later, I was pleasantly surprised to find both (four copies of The Smiths 7" were left, but I bagged the last one of three copies Soundclash had got of The Weddoes). I didn't even baulk at the price (call me old-fashioned but I think £12 for a single is a bit steep, as is £17 for a 12"); I went away £29 poorer but immeasurably richer in terms of my own record collection.

Of course, later than evening I couldn't help but check Ebay - The Boy With The Thorn In His Side was going for £35 and Home Internationals for £30. From the intact cellophane on the listing photographs, the sellers hadn't even had a listen. Heathens.

Success!

Friday 21 April 2017

I used to write software... II

A long time ago, in a galaxy far, far away... well, 13 years ago and 150 miles away, but you get the idea... I learnt to translate my classic Visual Basic programming skills to VB.Net. The specific task of personal interest that I used to teach myself was solving sudoku puzzles, as these were just starting to gain popularity in the UK back then.

Here's what I wrote about my noddy sudoku solver (and generator) at the time:

I wrote [this] mainly as an exercise in codifying logic - could I code the way I solve sudoku? The answer, for the most part, was yes, and this will solve all but the most diabolically fiendish sudoku...

The object of sudoku is to fill a 9x9 grid so that every row, column and 3x3 box contains the digits 1 through 9. Sounds easy, can be very hard (and addictive)! Anyway, this application lets you keep track of your progress by storing the grid contents, and helps you by showing available values for each grid square. It'll even generate a near-endless supply of new puzzles! And yes, I am aware that if you choose to generate a really hard sudoku, you might end up with one of the few that this program cannot solve programmatically... For the most part though, if you get really stuck, there are 'Hint' and 'Solve' buttons that will help you out.

Again, I failed to finish this quite as I'd like, in so much as there are some sudoku that are too hard for it to solve, and it only supports 9x9 puzzles. Other than that, it's okay, I think. Whatever, I'm starting to mothball the old website this was previously publicly available on, so I'm making it available here instead, for posterity: its own little software cemetery.

Anyway, enough history. Here's the download if you actually want to give it a spin. To install: unzip the download (try 7-Zip in the unlikely event you need help with that), run the MSI, accept all the defaults. Job done.

Oh, and in the even more unlikely event that you use this enough to need support, well, you could ask in the comments below this post. If I can remember, I'll try to help. No promises, mind.

I used to write software... I

A long time ago, in a galaxy far, far away... well, 18 years ago and 180 miles away, but you get the idea... I taught myself Visual Basic. One of best ways of learning a new programming language, I have found, is to give yourself a specific task to complete using that language (and here's the key bit, as it's where the motivation comes from) that is of personal interest. Now I've written websites since 1997 - these days I mostly just use Blogger or Wordpress but back then I hand-coded all my HTML, CSS and JavaScript using Notepad. And yes, that was a bit frustrating at times. So my specific task of personal interest was to build a website editor, using Visual Basic. Markup Processor was the result.

Here's what I wrote about it when I released it out into the wild, way back when:

Markup Processor is a powerful html/script editor written expressly for me! But maybe you'll find it useful too... from beginners, intermediate to professional web builders, Markup Processor is a web editing tool for anyone creating web sites or authoring scripts. Markup Processor is a fast, lightweight product months in the making but please bear in mind it has been designed to do just what I want... no-one else! In other words, please feel free to suggest changes but I have the final say on what makes it into the product, okay?

Markup Processor's rich feature set includes: customizable syntax highlighting; flexible edit pane; support for (S)HTML documents, Perl, ASP, Cascading Style Sheets, Javascript, VBScript and Java; integrated page previewing (if MS Internet Explorer™ is installed); page viewing in external browser; split editing pane (edit different sections of a document at the same time); code compression; integration of HTML Tidy: spell checking (if MS Word™ is installed); access to integrated HTML and CSS reference files; 'power bar' includes code wizards and frequently used code snippets; 'side bar' includes double-clickable tag and special character lists; integrated Javascripts; and loads more besides...

Best of all, Markup Processor is lightweight, and loads a lot quicker than many comparable programs. I never did finish it though, so it's only fair to also mention the shortfalls: for a start, there's no tag completion, a feature I'd really want if I was starting this from scratch. The biggest omission though is the lack of word wrapping, but if you can live without that, Markup Processor is a handy bit of kit. I use it all the time... but then I would, wouldn't I?

As I said then, it never got finished quite as I'd like. And looking back, I regret making it insert HTML tags in uppercase rather than lower - whatever happened to standards compliance?! But never mind. I'm starting to mothball the old website this was previously publicly available on, so I'm making it available here instead, for posterity: its own little software cemetery.

Anyway, enough history. Here's the download if you actually want to give it a spin. To install: unzip the download (try 7-Zip in the unlikely event you need help with that), run the MSI, accept all the defaults. Job done.

Oh, and in the even more unlikely event that you use this enough to need support, well, you could ask in the comments below this post. If I can remember, I'll try to help. No promises, mind.

Who's No. 1?

I once tried to get The Who a UK number one single. Actually, I tried twice... and failed twice. I won't be trying again - people just aren't interested. Because I'm retiring the website that hosted these campaigns, such as they were, this post is an archive, more for me than you, of what little did actually happen... Sadly, the one thing I was most proud of (getting the first campaign in The Guardian's Guide weekend supplement) was never online to link to, so you'll have to trust me that it really happened... similarly, a lot of the links that follow have themselves been retired. Lucky this post is just an aide memoire for me then, eh?

Press and media coverage of the 2010 campaign

Examiner.com (US news digest) | The Who Nederland (Dutch blog)

Press and media coverage of the 2009 campaign

Uncut Magazine | Planet Rock | Rock Radio | Soft Rock Classics show (listen to an MP3 of the interview on this show) | Helpless Dancer blog | Futuro 88.9 (Chilean radio) | Classic 21 (Belgian radio) | Examiner.com (US news digest) | The Who Nederland (Dutch blog) | Absolute Radio music news | Jachiche's Absolute Radio blog | Who's Who (tribute band) blog post

Wednesday 12 April 2017

"However vast the darkness, we must supply our own light." And a charger.

Last month's post about the touring Stanley Kubrick exhibition got quite a lot of love, so I should probably add that the Los Angeles County Museum of Art (LACMA) has produced a companion app for the exhibition, and it's excellent, choc-full of hi-res images, film facts and general Kubrick curios. I'd recommend it, if you have any interest in the man or his filmed output. And even if you don't (because you should, really you should).

The Kubrick App in the Google Play store...

...and on iTunes, for those in the Apple corps

And whilst we're all on a Kubrick kick, I also found this little video interesting, featuring a conversation between Stanley and physicist-writer Jeremy Bernstein recorded in 1966. It gives a great insight into how he got started and how determined he was. Hopefully it also gives a kick to anyone creative who feels that they can't, for whatever reason, do that one thing that they yearn to do. You can, if you want to enough. Here's the interview:

Monday 3 April 2017

This one is dedicated to...

...my disintegrating body. My knees and ankles haven't quite come to pieces in my hand, but I have forgotten what normal used to feel like.

Here are some lyrics too, which include a few excellent metaphors for the disjoint between perception and reality, how things were and how they are.