Avatar for Leon Mika
Leon Mika
About Now Archive Follow More Search Stats
  • Some emus have moved into a nearby sanctuary a few weeks ago. I managed to catch a glimpse of one during my walk today. A rare treat indeed.

    An emu standing by a wire fence.
    April 25, 2024 7:55pm
    Leon Mika Leon Mika

    Photos

  • Day 25: spine #mbapr

    A cabinet in a museum showing the skeletons of prehistoric vertebraes
    April 25, 2024 2:53pm
    Leon Mika Leon Mika

    Photos

  • Day 24: light #mbapr

    A city road at night, with cars driving towards the camera, and yellow, purple, and blue lights strung up above the street, featuring peacocks and Rangoli decorations celebrating Diwali
    April 24, 2024 4:14pm
    Leon Mika Leon Mika

    Photos

  • I was snakily going to suggest a “HTML naked day” to complement both CSS and JS naked day, but then I realise that that’s the default for all modern web frontend development. 😏

    April 24, 2024 8:48am
    Leon Mika Leon Mika
  • 👨‍💻 New post on Databases over at the Coding Bits blog: PostgreSQL LATERIAL Joins

    April 23, 2024 2:19pm
    Leon Mika Leon Mika
  • Day 23: dreamy #mbapr

    The moon at night as seen through a metal gate boarded by a hedge
    April 23, 2024 9:56am
    Leon Mika Leon Mika

    Photos

  • Simplifying UCL

    April 23, 2024 9:21am
    Reading Time: 2 minutes
    Leon Mika Leon Mika

    Devlog

    I’ve been using UCL for several days now in that work tool I mentioned, and I’m wondering if the technical challenge that comes of making a featureful language is crowding out what I set out to do: making a useful command language that is easy to embed. So I’m thinking of making some simplifications. The first is to expand the possible use of pipes. To date, the only thing that can travel through pipes are streams. Continue reading →

  • My spilling has bin partickualy bad todai!

    April 22, 2024 5:13pm
    Leon Mika Leon Mika
  • If Alan has a problem, and Brett has a solution, but Brett’s solution is qualified with conditions that can’t be met by Alan, then Alan doesn’t have a solution.

    Brett should probably just let go of this fact, rather than criticise Alan for not using his solution because of “conditions”.

    April 22, 2024 10:16am
    Leon Mika Leon Mika
  • Day 22: blue #mbapr

    A clear blue sky, with the moon at the lower-left side of the frame, and a plane with a vapour trail near the right
    April 22, 2024 8:41am
    Leon Mika Leon Mika

    Photos

  • Day 21: mountain

    Warburton, in the Yarra Ranges. #mbapr

    Looking down a field towards a shed with a corrugated tin roof with tree-covered mountains in the background with a partially cloudy sky
    April 21, 2024 9:56am
    Leon Mika Leon Mika

    Photos

  • 🔗 Hiss!

    Seeing @Miraz’s post about the Morepork reminded me of this poem by C. J. Dennis that was read to us as a kid. It was in this beautifully illustrated picture book, with thick borders full of, I guess, the illustrations of the subject’s imagination.

    April 21, 2024 8:50am
    Leon Mika Leon Mika

    Links

  • Imports And The New Model

    April 20, 2024 4:53pm
    Reading Time: 5 minutes
    Leon Mika Leon Mika

    Devlog

    Well, I dragged Photo Bucket out today to work on it a bit. It’s fallen by the wayside a little, and I’ve been wondering if it’s worth continuing work on it. So many things about it that need to be looked at: the public site looks ugly, as does the admin section; working with more than a single image is a pain; backup and restore needs to be added; etc. Continue reading →

  • Day 20: ice #mbapr

    An empty glass on a bench containing ice cubes, with bottles of lemon and lime cordial and bitters behind it.
    April 20, 2024 1:38pm
    Leon Mika Leon Mika

    Photos

  • A small visitor is back, enjoying the sun on my kitchen tiles. 🦎

    Skink on a ceramic tile in the sunlight with some shadows on the side.
    April 20, 2024 11:14am
    Leon Mika Leon Mika

    Photos

  • Watched Takashi Wakasugi’s show Japanese Aussie at the comedy festival last night with a few friends. Was quite good. A style of comedy that I really like.

    April 20, 2024 10:02am
    Leon Mika Leon Mika
  • Beanie weather’s back, baby! 🌡️

    Thought I’d celebrate by updating my avatar on Micro.blog.

    April 20, 2024 8:33am
    Leon Mika Leon Mika
  • UCL: Procs and Higher-Order Functions

    April 19, 2024 5:10pm
    Reading Time: 4 minutes
    Leon Mika Leon Mika

    Devlog

    More on UCL yesterday evening. Biggest change is the introduction of user functions, called “procs” (same name used in TCL): proc greet { echo "Hello, world" } greet --> Hello, world Naturally, like most languages, these can accept arguments, which use the same block variable binding as the foreach loop: proc greet { |what| echo "Hello, " $what } greet "moon" --> Hello, moon The name is also optional, and if omitted, will actually make the function anonymous. Continue reading →

  • Day 19: birthday

    I got this almost 9 years ago. It’s never been used. #mbapr

    A glass stein on a bench with the inscription "Happy 30th Birthday" written on the front
    April 19, 2024 3:26pm
    Leon Mika Leon Mika

    Photos

  • Crashing Hemispheric Views #109: HAZCHEM

    April 19, 2024 11:55am
    Reading Time: 2 minutes
    Leon Mika Leon Mika

    Long Form Posts

    Okay, maybe not “crashing”, a.la Hey Dingus. But some thoughts did come to me while listening to Hemispheric Views #109: HAZCHEM that I’d though I share with others. Haircuts I’m sorry but I cannot disagree more. I don’t really want to talk while I’m getting a haircut. I mean I will if they’re striking up a conversation with me, but I’m generally not there to make new friends; just to get my hair cut quickly and go about my day. Continue reading →

  • Pro tip: if you’re working with mocks, make sure they’re actually asserting the calls made to them. Otherwise, your buggy code will pass your buggy unit tests with flying colours, and you end up confused when it all falls down during QA verification.

    Oh, um… this is all hypothetical, of course. 🤓

    April 19, 2024 9:12am
    Leon Mika Leon Mika
  • Day 18: mood

    I guess one can describe this mood as flat. #mbapr

    A blue-tongue lizard lying on outdoor ceramic tiles
    April 18, 2024 1:54pm
    Leon Mika Leon Mika

    Photos

  • 👨‍💻 On the Coding Bits blog: Changing gRPC Schemas

    April 18, 2024 10:44am
    Leon Mika Leon Mika
  • UCL: First Embed, and Optional Arguments

    April 18, 2024 9:39am
    Reading Time: 3 minutes
    Leon Mika Leon Mika

    Devlog

    Came up with a name: Universal Control Language: UCL. See, you have TCL; but what if instead of being used for tools, it can be more universal? Sounds so much more… universal, am I right? 😀 Yeah, okay. It’s not a great name. But it’ll do for now. Anyway, I’ve started integrating this language with the admin tool I’m using at work. This tool I use is the impetus for this whole endeavour. Continue reading →

  • Watched the MKBHD review of the Humane pin (the Streisand effect is real) and I must say, even if it worked perfectly, I’m not sure it’s for me. Something about having to wear it. Kind of conspicuous, no? Not to mention that it’s primarily a voice UI. I don’t even use the voice assistant on my phone.

    I mean, credit to them for trying. But… nah, I’ll pass.

    April 18, 2024 8:46am
    Leon Mika Leon Mika
← Newer Posts Older Posts →