-
Been thinking about, and reading about, AWK recently. It’s a facinating tool: not as specialised as
greporsed, yet not quite a general purpose language either. Yet it still seems to fill a nitch. -
The YouTube algorithm surfaced this delightful channel this evening of someone reviewing home music keyboards from the 80’s and 90’s. Really enjoying it.
-
Kinda wish that Keyboard Maestro has a way to retrigger the last invoked macro. It would be nice to bind that to ^ ⌥ ⌘ ., much like . is used to repeat the last command in Vim.
I did do a quick search online to see if such a feature existed, and the solutions I found in their Discourse suggested doing things like parse the log file, extract the last macro name from there, etc. Oof! I won’t be doing that.
-
Subscribed to a bunch of oneamonth.club members this morning. It was enough for my bank to call me about it. I guess making several transactions of $1/£1/€1 each does look a little suspicious.
-
Immensely enjoyed the ATP member special where John goes through his window management. Very illuminating. I do recommend watching it on YouTube rather than listening to it as a podcast.
-
Happy Grand Prix week for anyone who celebrates (I absolutely do not celebrate! 👎)
-
From Merlin’s wisdom project:
Related: most kids can be surprisingly entertained by your making them just a little bit terrified.
Not sure I was ever entertained by being a bit terrified as a kid. I think I left feeling more angry.
-
You know how iA Writer shades anything coming from an LLM to indicate that an AI generated it? I wish Goland did the same thing for copy-and-pasted code. That’ll save me from missing changes of a pasted code fragment that’ll inevitably show up as duplicates in the review.
-
Spun out the sidebar I added to my site into a standalone Micro.blog Plugin, called Sidebar For Tiny Theme. This can be used to add a sidebar with your blog-roll recommendations to any blog that’s using Tiny Theme. Click through to see usage and examples, and let me know what you think.
-
I feel envious of those that are happy to work on one thing — project, job, cause — for a lifetime. I’ve never felt that myself: after a while, I need to move onto something else. I wonder if it’s the same feeling one gets when they fall in love. Can’t say myself (I’ve never fallen in love either).
-
This is probably worth trying. I know for myself that I get lost in the day-to-day activities of work that I loose a sense on what we’ve accomplished during the week. Besides, Confluence has got this blogging feature which never seems to get used.
-
Dreamt that I was writing a blog post about software design and how it relates to eating vegetables. Not sure the analogy works so I won’t be writing it here. The setting was nice though: I was drafting it on a Swiss train pulling into Geneva where I was to meet up with family at the station.
-
I’ll bring the lighter fluid. #burn-all-computers-to-the-ground
(sorry, it’s been one of those days 😼).
-
This year’s Ides of March started with some stormy internet weather this morning. May have been behind a few production issues we had. Always a fun way to start a Friday. 😒
Internet weather’s fining up though.
-
Matt Bircher made an excellent comment about UI design sensibilities:
I get the feeling a non-insignificant contingent of commentators have taken this to the point where they think people who aren’t them are just dumb idiots who can barely figure out how a fork works, let alone how to use a piece of software that does more than one simple thing.
I get this sense as well. Of couse there will be those that arn’t interested in going beyond the basics. But what about those that are? Those that are willing to invest time and effort in your software? Surely they’re worth serving, no?
-
Oof, not feeling great today. Tired and spaced out. Hope I’m not coming down with something. 😩
-
Adding A Sidebar To A Tiny Theme Micro.blog
This is now a standalone Micro.blog Plugin called Sidebar For Tiny Theme which adds support for this out of the box. The method documented below no longer works, but I'm keeping it here for posterity reason. I’d though I’d write a little about how I added a sidebar with recommendations to my Tiny Theme’ed Micro.blog, for anyone else interested in doing likewise. For an example on how this looks, please see this post, or just go to the home page of this site. Continue reading →
-
Blogroll ported to Micro.blog and placed in a sidebar on the post list screen using Tiny Theme Microhooks. I’ve yet to port the Blogroll page, and may trim some of the recommendations appearing in the sidebar, but not bad for a first pass.
-
Spent the last two hours combing through logs trying to find the root cause of a problem, only to solve it by just restarting a random Kubernetes pod out of desperation. If this is not the modern day, software equivalent to bashing the side of your TV to get a picture, I don’t know what is.
-
🎵 Stationary Loops, by Lee Rosevere
Bought when I needed a few screenshots of Alto but growing to like it. Quite nice ambient chill out music. Got hints of Tangerine Dream and Jene-Michel Jarre.
-
Alto
Date: 2020 — present Status: Rockin' The year was 2020. The pandemic was just beginning and I was stuck at home, not being able to do much of anything. Worse, rumours came around that Google was shutting down Google Play Music, my music player of choice. They were going to force everyone onto their streaming service instead. Oh, they may have a place for all the music you’ve downloaded (or written) yourself, but not in the first version. Continue reading →
-
Hmm, this is a new one. Apparently Telstra is blocking the site to Whisky app for some reason. Going to the website gave me this:
Suspecting that the Whiskey devs just got their certificate missconfigured, I tried viewing the source using
curl --insecure. Here’s what I found:
We blocked this website because it may contain malicious content and could be harmful to your devices.
You haven’t done anything wrong. We automatically block potentially dangerous websites. We recommend you leave this website.
[…]
Copyright © 2023 TelstraI’ve submitted a request to unblock it just now. I’m suspect this to just be a mistake but I am curious to know how it got blocked in the first place.
I did manage to get Whisky via a VPN.
-
Photo Bucket Update: Exporting To Zip
Worked a little more on Photo Bucket this week. Added the ability to export the contents of an instance to a Zip file. This consist of both images and metadata. I’ve went with lines of JSON file for the image metadata. I considered a CSV file briefly, but for optional fields like captions and custom properties, I didn’t like the idea of a lot of empty columns. Better to go with a format that’s a little more flexible, even if it does mean more text per line. Continue reading →
-
I’ve being reading several posts from Aaron Francis recently around doing work and talking about it in public. All really good posts on the topic, particularly this one I’ve read a while ago which still resonates with me today.
-
Anything worth doing is worth doing badly.
Best quote from this video by Aaron Francis.