• 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. ๐Ÿ“บ

  • Day 11: sky

    It’s up there, somewhere. #mbapr

    A photo looking up at a morning sky appearing through the tops of tall skyscrapers, like the Eureka tower.
  • Walked a different way to work today. The detour was only a couple of blocks but it was actually quite stimulating seeing an area of the the city I hardly know. Refreshing.

  • Day 10: train #mbapr

    Velocity trains at the platforms of South Cross station, with a Metro train departing in the background
  • Go to prod early because you never know what surprises you’ll encounter when you deploy (cough Cloud Formation cough).

  • Had a crummy afternoon at work today. Had to make some fixes that were quite urgent, and forgot to verify something. Good new is that when I verified it this evening, it worked as expected: no nasty surprises or bugs. So relieved! ๐Ÿ˜Œ

    Everything’s coming up Leon. ๐Ÿ™Œ

  • Getting in line for the cafรฉ to open.

    A pigeon in front of closed shutters over a shop

    Actually, this pigeon is more patient than I am. I decided to go somewhere else.

  • Day 9: crispy

    I guess you could describe these autumn leaves as crispy. Well, maybe a couple of weeks ago you could. With all the recent rain we’ve had, I guess they’ve gone soggy now. #mbapr

    Close-up of brown autumn leaves in a garden amongst green plants
  • Dealing with money is annoying. Dealing with money using Go’s big.Rat type? Really annoying.๐Ÿ˜ฎโ€๐Ÿ’จ

  • Six Appeal #9

    โฌœโฌœโฌœ๐ŸŸจ๐ŸŸจโฌœ โœ”๏ธ
    ๐ŸŸจ๐ŸŸจ๐ŸŸจ๐ŸŸจ๐ŸŸจ๐ŸŸจ โœ”๏ธ
    ๐ŸŸจ๐ŸŸจ๐ŸŸฉ๐ŸŸจ๐ŸŸจ๐ŸŸจ ๐Ÿšซ
    ๐ŸŸจ๐ŸŸจ๐ŸŸฉ๐ŸŸจ๐ŸŸจ๐ŸŸจ ๐Ÿšซ
    ๐ŸŸจ๐ŸŸจ๐ŸŸฉ๐ŸŸจ๐ŸŸจ๐ŸŸจ ๐Ÿšซ
    ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ๐ŸŸฉ โญ

    3 minutes, 16 seconds - total score: 704

    Apparently the correct answers are real words.

  • Day 8: prevention

    An ounce of this? Well, not quite. I can’t prevent myself getting sick abroad, but I try to take a few things to save myself needing to go to the chemist. This idea came from my previous job, which took quite a lot of effort preventing people getting sick while travelling. #mbapr

    An small blue bag, opened to reveal a bunch of over the counter medication like cold and flu tablets, pain killers, etc.
  • Small Calculator Commands

    This page documents the extra commands from Small Calculator. These were taken from source code, pretty much as is, but styled to suite the web, and any spelling mistakes fixed. These were retrievable from the application itself by typing “help” follow by the command. Available Commands The list of available commands are as follows BLOCK <statements> Executes a block of statements HELP [topic] Display help on topic DEFFNC <function> Defines a new function ECHO <text> Displays text on the line ECHOEXPR <cmd> Executes a command and displays the result EXEC <file> Executes a file of commands FUNCTIONS Displays all predefined functions IF <pred> Does a command on condition RETURN <val> Sets the return value RETURNEXPR <cmd> Sets the return value to the result of <cmd> Type "HELP <command>" to see infomation on a command BLOCK BLOCK {<cmd1>} {<cmd2>} . Continue reading โ†’

  • Small Calculator

    Date: Unknown, but probably around 2005 Status: Retired Give me Delphi 7, a terminal control, and an expression parser, and of course I’m going to build a silly little REPL program. I can’t really remember why I though this was worth spending time on, but I was always interested in little languages (still am), and I guess I though having a desk calculator that used one was worth having. I was using a parser library I found on Torry’s Delphi Pages (the best site at the time to get free controls for Delphi) for something else, and after getting a control which simulated a terminal, I wrote a very simple REPL loop which used the two. Continue reading โ†’

  • Day 7: well-being

    “An apple a day,” and all that. Kinda wish I liked apples more than I do (I don’t really like them that much). #mbapr

    Supermarket display of apples for sale.
  • ๐Ÿ”— Crying Myself to Sleep on the Biggest Cruise Ship Ever

    A really great read.

    Iโ€™ve never been on a cruise. This, plus the many jokes Iโ€™ve heard from comedians that have worked cruises, is probably the closest experience Iโ€™ll ever get to cruising. After reading it, itโ€™s definitely not for me.

  • Oof, glad I bought an unbrella. Even if itโ€™s a $10 piece of junk with half the stretchers broken. At least half of me will be dry after the walk home. โ˜”๏ธ

  • ๐ŸŽฅ I’ve released a video tutorial on how to use and configure the Sidebar For Tiny Theme. This walks through the process of creating and using a custom Micro.blog theme to configure the sidebar with custom HTML. Hope others find it useful.

  • It strikes me as odd seeing articles from those that continue to mourn the loss of Twitter and complain about itโ€™s owner, only to go on and continue to use Twitter.

    Of course, Iโ€™m the one that continues to read these articles. So whoโ€™s really the odd person here? ๐Ÿ˜