-
Oof! Interviewing always takes it out of me. And I’m not even the one being interviewed. π©
-
It’s DNS. It’s always DNS. It always will be DNS.
-
Train line outage is still ongoing. Apparently there’s been a derailment due to pantographs getting entangled in the overhead wires. So the new rolling stock experience continues. Today’s is a brief ride in a Siemens, complete with driver pointing out landmarks of interest.
-
Got lucked into getting a Comeng train. Haven’t ridden one of these in years. They’re being retired so may be one of the last times I get to ride them.
-
Making lemonade out of the lemons that is a total outage of my train line by seeing areas of the network that are completely new to me.
-
I feel for anyone that needs to write any code that deals with audio. Hope you like big arrays of numbers and small quanta of time.
-
Ooh, has it been 5 years already?
-
Overheard the barista talk about watching a YouTube video of someone who owns an expresso bar taking a minute to make a coffee. “Why does it take him a minute to make a coffee? I can make 5 coffees in that time. I understand pride in your work, but if I were waiting for that⦔
They go on to debate the expectation of customers of a cafe verses those going to such fancy establishments. But if it were me, I wouldn’t have the patients to wait a full minute for a coffee. Or if I do, it better be the best damn coffee I ever had.
-
π οΈ The Death Generator
An online tool for generating images of message screens from retro 90’s games. Quite a selection of classic game message screens. Now, my egotistical side will think it beneath me to use this for posting lame memes here. To that part of me I sayβ¦
Via: Robb Knight
-
Devlog: Godot Project β Some Feelings
Progress on the Godot game has been fulfilling yet tinged with doubt about its value and purpose. Continue reading β
-
Amazing Dithering this week. Loved the discussion on why Apple is so driven to remove all software chrome. Never considered that it was because of how the various teams are organised (spoilers in the included clip).
-
Everything’s been so quiet around here. The school holidays explain it in part, but I wasn’t expecting it to be this quiet. Is everyone away? Or maybe they’re just staying indoors trying to keep warm. In any case, makes going to the cafe and being the only customer a little awkward.
-
Moan-routine: LO's Predicate Signatures
A critique of function signatures the ’lo’ package offers for functions like Map and Filter. Continue reading β
-
Look, I’m no fan of Amazon and I’d like to get off using Kindles eventually. But the alternatives can sometimes be downright unusable. Behold: using the Kobo reader on an iPad in landscape orientation.
-
It would be nice if MacOS Calendar had an option to send a email receipt when setting up a meeting. For a while I couldn’t get email invitations sent out to attendees. I think it’s fixed now, but I still have doubt that it’s working properly again.
-
I did not expect the mushroom murder trial to make its way into the Economist this week. But given the intricate nature of the case, I can absolutely understand why. I no doubt expect this will be turned into some sort of mini-series in a few years.
-
It’s funny the way you sort of “run into” people and their work online. I’ve only been following Simon Willison for about a year, yet it was only today that I noticed a testimonial of his on a Golang project I’ve been using for quite a bit longer. “Serendipitous”, I guess you could call this.
-
On the UI of Coding Assistants And Agents
An AI assistant verses an AI agent may have less to do with the UI, and more with how it’s used. Continue reading β
-
I’ve been misspelling “cancelled” a lot recently, in that I’ve been spelling it correctly yet the linter’s been saying, “no. Use the US spelling of ‘canceled’!” π
-
If there’s one thing I’m learning from Ben Thompson, it’s that everything’s a trade-off and nothing in life is perfect. And that’s no less true for something like adopting a branching process. Should you merge your changes straight to
main; or should you keepmainstable for production releases, and have a separate development branch? Not the question to ask: either approach sucks (trust me, I’ve worked with both). The answer is to find an approach that sucks the least for you and the way you work. -
My mind wandered this morning to a job I previously had that had an office in a building that had a pair of breeding peregrine falcons. They were provided with a nesting box and an ornithologist set up a webcam. The feed is available on the internet and in the office we tacked it on to a TV set up to cycled through things like our Jira board and support queue. Every few minutes or so, the camera feed of the nesting falcons came on and I always enjoyed looking up to see when while I was working.
Since then I haven’t really been following them closely. They still nest there and usually the feed comes online around October. I’ll need to make a conscious effort to bring the feed up when spring rolls around.
-
Glad I’m not the only one that’s frustrated with Google Maps showing route numbers instead of street names. May be a false memory but I seem to remember this being better in the past. Don’t know why they decided to change it.
-
I see that JetBrains hasn’t fix that GoLand backspace bug yet, where the backspace key stops working for some random reason. That’s quite a strange one.
-
“How fast does Stripe post web-hook events?”, you ask. Well at the moment I’m facing a small race condition where a thread makes a call to Stripe, and another thread receives the event before the first one has finished its routine. So yeah, pretty fast.
-
Release version 1.2.0 of Postlist which contains the following changes:
- New
limitattribute which can be used the set the maximum number of posts shown in the list. - A new mode which display the full contents of a post, rather than just the title or the first line. This can be enabled by setting the new
displayattribute tocontent.
Just a reminder that the attributes can be mixed and matched, so you can use both these new attributes together, along with all the existing ones:
{{< postlist limit="3" categories="Example" order="date" display="content" >}}See updated documentation for details, including how the markup of full post content can be configure if desired (this works in a similar way to microhooks in Tiny Theme, in which you create customer templates with specific names).
- New