• Tool Command Language: Lists, Hashs, and Loops

    A bit more on TCL (yes, yes, I’ve gotta change the name) last night. Added both lists and hashes to the language. These can be created using a literal syntax, which looks pretty much looks how I described it a few days ago: set list ["a" "b" "c"] set hash ["a":"1" "b":"2" "c":"3"] I had a bit of trouble working out the grammar for this, I first went with something that looked a little like the following, where the key of an element is optional but the value is mandatory: Continue reading →

  • Day 17: transcendence #mbapr

    An ornate, gilded altar in a medieval Spanish church lit with sunlight and artificial light.
  • Pocket Cast should start tracking the number of times I tap the 30 seconds back button. It’s usually a good indication that I’m really engrossed in a particular show. That button sure got a lot of action this morning with today’s Stratechery and Dithering.

  • On Micro.blog, Scribbles, And Multi-homing

    I’ve been ask why I’m using Scribbles given that I’m here on Micro.blog. Honestly I wish I could say I’ve got a great answer. I like both services very much, and I have no plans of abandoning Micro.blog for Scribbles, or visa-versa. But I am planning to use both for writing stuff online, at least for now, and I suppose the best answer I can give is a combination of various emotions and hang-ups I have about what I want to write about, and where it should go. Continue reading →

  • Day 16: flâneur

    One extra flâneur not in frame. #mbapr

    Photo of a tour group of roughly 20 people with a tour guide giving an explanation of some old white marble facade.
  • Went to Phone Phix and got my phone phixed. 🙃

    Got the USB-C socket cleaned. Cost a bit but the USB-C plugs are staying in place now, so I call that a win.

  • Love the new categories feature in Scribbles. Went back and added them to the posts on Coding Bits and Workpad. They look and feel great.

    Screenshot of Scribbles post screen showing three posts, each with a different category with a different colour.
  • Took a while to troubleshoot why my shell script wasn’t running in Keyboard Maestro. Turns out I needed to add #!/bin/zsh -l to launch it with ZSH, with the -l switch to read my zprofile dot file.

    <img src=“https://cdn.uploads.micro.blog/25293/2024/screenshot-2024-04-16-at-8.10.49am.png" width=“600” height=“310” alt=“Screenshot of a Keyboard Maestro “run shellscript” step with the hash-bang line set to /bin/zsh with the -l switch”>

  • Day 15: small #mbapr

    A beetle with a copper shell on a tiled floor
  • 🔗 The Worlds of Podcasting

    On it, their producer was lamenting not having somewhere to post a link to something being spoken about. No mention of show notes because I’m not convinced “big podcast” even knows they exist.

    I’ve complained about this before and I haven’t seen any improvements. It’s as if the concept of making show-notes or even a website containing the links you mention on your podcast never cross these producers minds. That it’s perfectly okay to read URLs aloud and expect people to remember. It’s such an odd phenomenon.

  • 👨‍💻 On the Coding Bits blog: Go Unit Test Naming Conventions

  • Backlog Proc: A Better JQL

    Backlog Proc is a simple item backlog tracker I built for work. I’d like to link them to Jira tickets, so that I know whether a particular backlog item actually has tasks written for them, and what the status of each of those tasks are. I guess these are meant to be tracked by epics, but Jira’s UI for handling such things is a mess, and I’d like to make notes that are only for my own eyes. Continue reading →

  • Seems like the signs of middle age for a Pixel phone is that the USB-C contacts lose their grippiness. I’ll have to get mine cleaned again. Finding my phone didn’t change overnight is not a great experience.

  • Day 14: cactus

    Okay, I admit that it’s quite a stretch to call this a cactus. I do think it’s some form of succulent, or at least a plant that’s suitable for hot, dry climates, so I’m going to go with it. #mbapr

    A succulent in a pot with thick, broad leaves.
  • Mum found a bunch of tapes of us making radio shows when we were kids. I’m digitising them now using this radio, which is the only tape player available to me. Not pictured is the Nuc running Linux, recording the audio (forgot how painful dealing with Linux audio on the command line is).

    A radio and cassette player connected to a USB interface with a few cassettes in the foreground.
  • Day 13: page #mbapr

    Page from a journal with a hand written date of 15 July 2023 in the top left in blue, and in the centre in all-caps, the handwritten phrase 'Page Intentionally Left Blank'
  • Tool Command Language: Macros And Blocks

    More work on the tool command language (of which I need to come up with a name: I can’t use the abbreviation TCL), this time working on getting multi-line statement blocks working. As in: echo "Here" echo "There" I got a little wrapped up about how I can configure the parser to recognise new-lines as statement separators. I tried this in the past with a hand rolled lexer and ended up peppering NL tokens all around the grammar. Continue reading →

  • Had to wake up a 3:30 AM this morning to turn something on for work. That’s… like… an HOUR before I’m usually awake. 😛

    (I am a bit tired though).

  • Me, yesterday:

    I will be cross-posing links to these blogs here. I try to post here at least once a day, and I think it’s fair game for these posts to be counted as such.

    I was planning to use Echo Feed by Robb to do this, and was hoping that it wasn’t too much longer before public release. Well, I had to way, what? 18 hours? Because it just went live, and it’s exactly what I was hoping for. Awesome work, Robb.

  • Day 12: magic

    An ATEM Mini from Blackmagic Design we have at work. It’d be nice to have more reasons to learn how to use this. #mbapr

    A Blackmagic Design ATEM Mini on a wooden desk with some of the buttons on the front panel illuminated red, green and white. Cables are plugged into the back.
  • Making a few changes on this blog. I’ve realise that I’d prefer to write more about my day here, rather than anything around coding or projects. I do want to write about them, but they seem to clash with the day-to-day posts here.

    So I’m offloading those to two separate blogs: Coding Bits which is about the trials and tribulations of writing software, and Workpad, which is about the projects I’m working on. Don’t expect professional grade writing on either one. I’m not trying to get newsletter subscriptions or anything. They’re more a place to write thoughts, ideas, or just to blow off steam. Both are hosted on Scribbles, which I feel is the perfect place for such posts: a really low pressure environment that promotes just writing the thing.

    I will be cross-posing links to these blogs here. I try to post here at least once a day, and I think it’s fair game for these posts to be counted as such.

    Anyway, we’ll see how it goes.

  • Moan-routine: Stripe Prices

    I love coding and anything computers. I’ve spent, and continue to spend, a significant amount of my life writing code. And on the whole, it’s been a magical experience. But not always. Sometimes I encounter something that makes me wonder why? Why was that designed that way? Why doesn’t it work? Why couldn’t this be easier? You encounter something that blocks you or puzzles you, maybe even questions how anything in computers can work at all. Continue reading →

  • Tool Command Language

    I have this idea for a tool command language. Something similar to TCL, in that it’s chiefly designed to be used as an embedded scripting language and chiefly in an interactive context. It’s been an idea I’ve been having in my mind for a while, but I’ve got the perfect use case for it. I’ve got a tool at work I use to do occasional admin tasks. At the moment it’s implemented as a CLI tool, and it works. Continue reading →

  • Buffalo, the Go framework that’s a bit like Rails, has been archived on GitHub. I’m wondering if it’s been retired. I’ve seen no announcement but I’m starting to suspect that it has.

    A real shame. It was pretty good and the dev was so passionate behind it. Maybe running it was just too much.

  • Anyone looking for a really polished YouTube channel about the history of PCs and game consoles from the 70s to the early 2000s (think Apple, Commodore, MOS, Nintendo, etc.), I can recommend LowSpecGamer. They’re also on Nebula. In fact, their videos is why I signed up there yesterday. 📺