A couple of weeks ago, I went to my local indoor market, and found a couple of old vinyl record shops, and as they had quite a few for only a pound, I decided to buy one for Jo - Bananarama, The Greatest Hits Collection, and one for me - Gram Parsons, Grievious Angel. Anyway, I thought I’d have a good go at …
Read MoreI’ve just finished getting an initial blog setup using Heroku to host it, and Jekyll to create a static site. I’m impressed so far. Obviously, the site needs a bit of styling done to it, but the nice thing is that I can easily rerun Jekyll to recreate it with the added styling. So, welcome to my blog! …
Read MoreThis is my first post using Markdown to make text entry easier. def func(): for i in [1, 2, 3]: print "%s" % i Here’s some csharp: 1 2 3 public void testing(123) { } Here’s some Go: 199 200 201 func main() { fmt.Println("hello there") } func main() { // some go code …
Read More