• Day 25: flare #mbsept

    Motorcycles and scooter travelling along a road at night, with a bus travelling behind them. Head-lights and the streetlights are flaring.
  • Day 24: belt

    Sometimes a 40 inch belt is just a 40 inch belt, as I realised when I bought mine (honestly, they should describe belt lengths as a range: 38 — 42 inches, for example). #mbsept

    Three belts lying diagonally on a brown sheet, with buckles facing the top-right side of the frame, with one belt extended beyond the other two
  • The day has arrived. After a meeting in the new office we were told to pack up our things. We won’t see them again until our desks in the new office are ready. 📦

    On my last bus ride home from Port Melbourne. Can’t say that I’ll miss it. 👋🚌

  • Lost another comment to Jira today. Oof! Don’t get attached to anything you write there. Jira will eat your comment and you’ll never see it again. 🙁

    You would’ve though, after 15 years of using Jira, that I’d learn this by now. 🤦‍♂️

  • Electrification of Melbourne Suburban Railways Plaque

    Found this plaque while passing through Southern Cross station this morning. I didn’t have time to read it, and the subject matter looks really interesting to me (Trains? Power Lines? What’s not to love? 😀). I also don’t know how long it’ll be up for, and I’ve been burned in the past of not capturing something when I had the chance. So I’m posting photos of it here for posterity reasons. Continue reading →

  • I’ve got a bit behind my photos for the September Photo Challenge. I’ve got one for today that I’d really like to post. But I can’t do so until I post the days I’ve missed, lest they appear out of order. I better get on that.

  • I was planning to go into the office today. The train went two stops in before everyone was instructed to transfer to busses. Now on a train heading the other way so I can work from home instead. It’s great that this is now an option.

  • Day of firsts today. Had a session of indoors go-karts as part of a bucks party. Loads of fun. Won the wooden spoon (although only 3 second slower than the winner).

    An indoor go-kart track with a couple of karts doing a circuit My disposable wooden spoon
  • Started practice sessions again as I’ve been asked to play the piano at an event. I thought I’d try something new this time, and start recording them. Sometimes, during these sessions, I come up with an idea or arrangement that sounds pretty good to me. But a few minutes go by and I forget exactly how I got it to sound that way. When I try to recreate it later, it usually comes up short. So I want to find a way to avoid that happening here.

    Screenshot of Audio Hijack, showing Logic Pro and a mic input going to a recorder, and Logic Pro going to the output. Five existing recording sessions shown on the right pane.

    Audio Hijack is proving to be quite useful for this. I’ve got my webcam, which I’m using as a microphone, and Logic Pro being piped into a recorder. My (music) keyboard is hooked up via MIDI and I’m using Logic Pro as a live software synth (I prefer the piano patches there). The mic is for making a running commentary of what sounded good or not. I didn’t want to monitor of my speech but I did need to hear Logic Pro, so that’s piped directly to the output and through my headphones.

    This is the first session I’ve tried this and so far it worked well. Hardly stage quality — the mic is pretty ordinary, and picks up the action on the keyboard — but it’s good enough for what I need.

  • Day 23: day in the life of

    Saturday mornings usually mean an extended walk to the cafe for breakfast. I took some photos of my route today. This is probably my favourite one. #mbsept

    Road curving to the right, shaded by eucalyptus trees, with a playground on the right.
  • Day 22: road #mbsept

    Dirt road travelling through a forest.
  • It would be nice if there was an option in Mastodon’s web-app to turn off displaying alt text as a popup when mousing over an image. Some alt test descriptions are quite comprehensive, and while I’m browsing the feed, my mouse cursor lands naturally in the centre of an image if the post has one. I start looking at the image and then the popup appears and blocks a significant part of the it.

    Screenshot of the timeline in the Mastodon web-app with an image of text, and the alt text displayed as a title popup blocking a large part of the image, obscuring the text itself

    I’m perfectly fine with having the popup show up by default, but having the option to turn it off would be nice. An even better option would be to position the alt text below the image, so that it appears without obscuring the image at all. That would also be welcomed.

  • Day 21: fall

    This shed hasn’t fallen down yet, but it’s in a bit of a precarious state. #mbsept

    A shed in a forest leaning on a tree with some graffiti on the side and the door fallen off it's hinges
  • Day 20: disruption

    Going to take this opportunity to say that I like the design of our road works signs. They have a standard frame from which you can swap out the sign panels based on what you need to convey. Beautiful modularity. #mbsept

    A road works sign with a 40 km/h speed limit, a man holding a stop sign, and the lower portion saying Prepare to Stop
  • 🎵 Pippin, the New Broadway Cast Recording, by Stephen Schwartz.

    One of the defining memories of my life was in Year 10, playing the viola in the pit orchestra of our high-school production of Pippin. Good times.

  • 🎵 Stages, by Elaine Page

    One of a handfull of albums I use to play constantly on the record player when I was a kid.

  • Day 19: edge #mbsept

    The edge of a train station platform showing part of the rail line and the message Mind the Gap
  • I was designing something for work a couple of months back. I got a little fancy and added a domain-specific language to the first draft, thinking that it could be useful for handling some special case requirements from the business that we haven’t considered for. I pulled it out in a later revision, thinking to myself “nah, you’re not going to need that anytime soon.”

    Well, some changes came through from the business today, and now I wish I kept in that DSL. It hasn’t even been a week. 😛

    P.S. I tend to add DLSs into every single project I build so don’t take this post as justification to add a scripting language to your next project just because “it could be useful”. 😉

  • About Mocks In Unit Tests (Again)

    How can one gain confidence that what they’re testing works if one is using mocks? I’m grappling with this now as I go through making changes in one of the services I’m working on. So much of the logic requires rework, which means the tests will need to change. And yes, the tests use mocks, meaning that the changes are significant. But do they have to be? We’re effectively mocking things that can easily run as part of the test. Continue reading →

  • Day 18: fabric

    My woollen blanket, knitted by my nonna. #mbsept

    Red blanket draped on the arm of a burgundy couch
  • Getting to the point in the photo blogging challenge where I’m saying to myself: “have I posted this photo before?” One of the candidates I had for today, the answer is actually yes. Fortunately I do have an alternative.

  • Day 17: intense

    Didn’t time this photo well. There’s usually an intense game of soccer on this pitch most Saturdays. The Sunday crowds are a little more serene. #mbsept

    An empty soccer pitch with a couple of people playing with their dogs
  • Spent some time today building a site for my Go utility packages. A feature I’ve decided to add is a Go template playground, where you can test out Go templates in the browser. Not something I’ll use everyday but I’ve occasionally wished for something like this before. Could be useful.

    The template playground, with a field for the template saying 'hello what', the data which has 'what' equal to 'world' in Json, and the output which is 'Hello, world'
  • Still waiting for the dream to be able to write code on an iPad. There are some good native apps out there for checking out Git repos and editing files with syntax highlighting, but I never use them because there’s nothing in the OS that integrates them all. You’re left with switching between them to do something in your workflow, which is disorientating as each one will take up the whole screen and throw away your context. I suppose there might be Shortcuts — I haven’t explored what it’s capable of — but what I really want is a shell.

    The closest that worked for me is a Code Server web-app running in a chromeless browser. It works for me mainly because there is a shell. If the editor doesn’t support a feature, I can use a command to do what I need. I don’t have to switch between apps either: I can see what I’m doing and the files I’m doing it to. I can also build and run them code I’m writing. Fancy that!

  • Day 16: oof!

    I can’t understand people that stay up until midnight most nights. It’s only 9:00 and I’m already exhausted. #mbsept

    A digital oven clock that reads 20:59.