• 🔗 Thinking About Recipe Formats More Than Anyone Should

    Just looking at the formats in the post, it’s a bit of a shame that they’re little more than lists of ingredients and instructions. But I’m not sure there’s much that can be done about that, given how varied recipes can be.

    The one exception, Cooklang, looks interesting. It seems a bit limited in the types of recipes it could be used for. But sometimes the best languages are the ones with a small, yet deep, focus on a problem space.

    And of-course there’s an XML version. I opened this post expecting there to be an XML version. 😄

  • 🔗 Writes and Write-Nots

    I have my doubts about this future being realised. Or it’s probably more accurate to say I rather that this future isn’t realised.

  • Two large metal electricity pylons stand in a grassy area with trees in the background under a cloudy sky.
  • Day trip, but a lot closer to home. Took a train to Hurstbridge and walked the trail alongside the creek to Eltham, around 12.5 km in total. Also took a small break at the tram cafe. 🌲

    A paved path runs alongside a fenced grassy field with trees under a cloudy sky.A repurposed tram is used as a cafe, featuring outdoor seating under a large covered area.

  • Oof! Forgotten how sparse the off-peak train frequency is. 40 minute wait between trains going to Hurstbridge. ⏳

  • WeblogPoMo AMA #3: Best Music Experience

    I’m on a roll with these, but I must warn you, this streak may end at any time. Anyway, todays question is from Hiro who asked it to Gabz, and discovered via Robb: Hiro @hiro@social.lol @gabz What’s the best music-related experience of your life so far? 2:40 PM • November 1, 2024 (UTC) Despite attending only a hand-full of concerts in my life — live music is not really my jam — I’ve had some pretty wonderful music-related experiences in my life, both through listing to it or by performing it. Continue reading →

  • Weekly Update - 3 Nov 2024

    I probably should stop calling these “weekly updates,” seeing that they come up a lot less frequently than once a week. Maybe I should switch to something like “Sunday updates,” or maybe something closer to what this is, which is an excuse to procrastinate by writing about what I’ve been working on, rather than just working on it. But I’m sure you’re not interested in my willowing about the frequency of these updates, so let’s just get straight to the meat of it. Continue reading →

  • WeblogPoMo AMA #2: One Thing I Wish I Could Change About Myself

    Here’s my answer to another question asked by Annie for WebogPoMoAMA. This was previously answered by Keenan, Estebanxto, Kerri Ann, and Lou Plummer: If you could instantly change one internal pattern/thing about yourself, what would it be? My answer is that I wish I found it easier meeting new people. Not only am I quite introverted, I’m also really shy, and I find it extremely hard to introduce myself to new people in social situations. Continue reading →

  • Title design this morning. Trying to get as close as I can to the Cyberspace Raceway font as my pixel art skills will allow for.

    Auto-generated description: The map editor in Pico-8 depicting a retro-style screen displays CYBER BURGER, with the toolbox showing the sprites depicting the word CYBERUG and a pixelated burger icon.
  • WeblogPoMo AMA #1: Work And Drink

    A new blogging challenge has shown up on the scene: WeblogPoMo, where bloggers answer questions asked to them in the style of ReddIt’s AMAs. I’m always game for a blogging challenge so I’ll throw my hat into the ring. I’ll start with a question from Annie, who asked it to Gabz: annie @annie@social.lol @gabz yay for more #WeblogPoMoAMA 1) I would actually love to read about your work (genetics? agriculture?) but I'm not sure how to phrase the question other than "So what do you do for work exactly? Continue reading →

  • Trentham Railway Station, and the start of the Domino rail trail. 🌲

    A former rural train station surrounded by lush greenery and clear blue skies, with old rolling stock and an old semaphore signal post.
  • Some interesting links from linkage.lol that I want to note before accidentally closing my browser tab.

    🔗 Blogging Resources Complements of Robert Birming
    🔗 For Linkblog Fans

    It’s also a site I’ve now subscribed to.

  • Another day trip, this time to Mt. Macedon (again. Yes I’m hitting the classics) 🌲

    A gravel path leads through a grassy area lined with young trees toward a dense forest. A peaceful park setting features a gravel path, diverse trees, and a picnic table on a grassy area.
  • Phaedra, The lmika Track Arrangement

    I recently learnt that the version of Phaedra I’ve been listening to for the past 15 years had not only the wrong track order, but also the wrong track names. This is not entirely surprising, given how this version was… ah, acquired. But after learning what the order and names should’ve been, I think I still prefer my version. And yes, that’s probably because I’m use to it, but if the official album were to have these names and this order, I think it would actually work really way. Continue reading →

  • Old rail distance post found on the rail trail today, just outside of Loch. Only 95 km to Southern Cross station from here.

     A dirt path lined with trees leads to a bridge, with a sign displaying the number 95.
  • Walked part of the rail trail near Black Spur Creek. Was too slow to get a photo of the echidna but I did manage to get one of this white-necked heron. 🌲

    A white-necked heron stands in murky water near some greenery.
  • Ok, breakfast is over. Time to leave the cafe and start my day-trip. South Gippsland is calling me. 🌲

  • It’s a bit of a shame to think that a piece of software that is “done” is considered abandoned. The constantly churning platforms these piece of software is running on doesn’t help. Operating systems are constantly being released with new standards, and security issues crop up and get fix. So it’s natural to assume that a software project that is never touched at all will break at some point.

    But I think achieving “done” status for a piece of software is possible. We just need to defined “done” as not being required to change the code. You can still keep up with the platform if you’re still able to build the project, and I think the secret to achiving “done” this way is to be as close to the platform as you possiably can.

    I guess the other requirement is choosing a platform that promises to maintain backwards compatability, both for the runtime and the developer tools. But those platforms certainty exist. Think about all those Unix C tools like “grep” or “awk” that haven’t really changed in 50 years, or all those websites from the late 90s that are still around. They’ve been built and deployed multiples times but I’m doubting people are making significant changes in those codebases.

    Anyway, some random thoughts I had while browsing the web this morning.

  • I had all this work planned for the team to do while I was on leave. The minute I walked out the door, priorities changed and it was all put on hold. So I feel a little bad that I didn’t organise any backup tasks. Hope the team can occupy themselves over the next week. 😬

  • Idea For Syntax Highlighting for CSV Files

    I may be one of the weird ones here where I find myself sometimes preferring to edit CSV files in a text editor. If the CSV file is small or simple enough, it can be a fair bit quicker to work in than opening a file in a table editor1. But I’ve never come across a text editor that has made this easy. Some of them give you the option to switch to a built-in table editor, but these are usually feature poor compared to text editing capabilities the application has (which makes sense, given that we are talking about text editors). Continue reading →

  • 🧑‍💻 New post on TIL Computer: Slow NATS Go Subscribers

  • I knew I should’ve bought two licenses to CleanShot X when I had the opportunity to get it at a discount. 🤦‍♂️

    Think of what I could’ve done with those $9 USD. 🤔

    A person hands over house keys to another in front of a 'Home for Sale' sign with a $9 price tag.
  • Five years ago, I wrote my first blog post. And despite the slow start, I’m extremely happy that I was able to keep it up since then. Blogging is not just what I do, it’s become part of who I am.

    Here’s to the next five years, and hopefully many more. 🥂

  • I love the multi-carat support in Nova, Goland, and the other text editors that have it. I use it all the time. I wish it was built into every textbox I use, including the ones used by browsers and AppKit.

  • The view of the Stony Point line from Bittern station.

    A railway track runs through a scenic landscape with trees and grass under a clear blue sky.A small train station platform is situated alongside a single railway track, with nearby parked cars and a partly cloudy sky overhead.