-
The Stripe CLI doesn’t have a command for listing account tax IDs, but it’s still possible to list them using the
getsubcommand. For anyone else that needs it, here’s how you can list them:stripe get /v1/tax_idsAnd to get a single tax ID:
stripe get /v1/tax_ids/txi_abc123 -
It’s a little surprising to see HTML tables being used for layout in this day and age. Granted, it’s HTML from an email newsletter which I understand lacks a lot of the styling support that browsers have for websites. But even so, I though we’ve moved on from these Dreamweaver-esque techniques.
-
Ate my words this morning. For reasons beyond me, I keep asking for lettuce instead of ham for my bagel. I usually catch myself, and the place I go to knows my usual order. But today things didn’t align, and I ended up with a lettuce, cheese, and tomato bagel. And you know what? Was pretty nice.
-
This got me thinking of a project where I had to choose a notification sound for an alarm feature: something that required the operator’s attention but didn’t need them to take drastic and immediate action. I went for a tone that was pleasant to hear at first, but got annoying the more often you heard it. The theory I had at the time was that this would elicit an emotional reaction in the operator (in this case, annoyance) to cause them to take notice; but only for a moment, just enough for them to at least look at the alarm panel. This was not based on any science so I don’t know how effective it was, but it seemed to work on me.
-
Preparing myself for the AusAlert test by listening to the sample alert tone. Pretty decent tone, calm but demanding of attention. Although if I had my way, I’d probably change it to the PagerDuty “Pager Beeps” alert. Nothing spikes my heart rate like those damn high pitched trills.
-
Seems to me the true winners are those that chose not to wake up at 5 AM today. ๐
-
A bit more work on my Godot project. Finally started on music, which I hope to record myself. Got a pretty good level cleared fanfare, which led to the development of the track for the intro level. Turned out really well I must say. An amateur job, but a decent start. Here’s a sample:
-
This, and last, week’s earworm: The Red Planet, by Rick Wakeman.
Started listening to this in 2021, while the pandemic was still raging. It fell out of rotation, but last week I thought I’d dig it up again. It’s quite good. Worth a listen if you like classic monophonic synth music. ๐ต
-
Also, in the interest of posterity, and in honour of all the UK level crossing videos I’ve been watching on YouTube recently, here’s a recording of the level crossing being removed in operation, taken last week. Apologies for the loud sirens emitting from the pedestrian gates.
-
The level crossing removal is in full swing at the moment. Trees have been felled, paths closed with detours in place, large machinery moving about. Hi-vis everywhere. ๐ฆบ
-
Spyglass: OpenAI Makes ChatGPT ChatGPT Again:
All that points to perhaps a disturbing trend where OpenAI doesn’t really understand their user base. Which you almost can understand given how they clearly stumbled into ChatGPT in the first place. Still, here they are with those billion users. A problem that all of their competitors would love to have. But still a problem if you want to fundamentally change what you are as a product.
It’s amusing to think that sometimes the product chooses you.
-
Well, I just found out that the task I was looking at, which I thought was going to be a quick manual config change, has blown out to a code change touching three services, plus a data migration. So, I guess next week’s work has been sorted. ๐ฎโ๐จ
-
Oof! I should’ve stayed in the sun. It’s freezing in the shade. ๐ฅถ
-
An open protocol is more than just you open sourcing your implementation for me to look at it. It’s saying that I can open source my implementation without you having to look at it.
-
I can’t for the life of me understand why an SCP upload would stall out for multiple minutes. It gets to 5%, does nothing for about 8 minutes, then slowly finishes the upload at a crawl. Why? What the heck is it doing during that time?
-
๐ Jim Nielsenโs Blog: A Well Known URL For Your Personal Avatar
The fact that this post from 2023 still comes to mind whenever I need to remember how to get my avatar image/URL suggests to me that this is a pretty good idea.
-
I’ve been seeing a lot of traffic attributed to Google this past week, significantly more than usual. It seems to enter from one or two random pages from the archive, and start spidering from there. Could they be model runs? A significant number of hits are from Linux, but the traffic seems to be coming from all over the world, not just a single country. Very odd.
-
I lost my static IP address when I moved to a fibre connection. I was considering getting rid of it anyway as I no longer had a reason to need it (although the part of me that’ll need to manage security groups going forward will beg to differ). It was nice to have it though: my own /32.
-
The beauty of having access to coding agents is that you get to create a tool shaped exactly to the problem you’re trying to solve. I’m working with some data in a PostgreSQL DB that has a JSONB column. This introduces problems in a typical client: either because only the first few characters of a multi-KB JSON structure is rendered, or the full JSON structure is rendered and it blows out the size of the table.
So I asked Claude Code to make a client that would open the value of JSONB columns in a separate window, nicely formatted and syntax highlighted. I’m using it right now and it’s been a godsend. It’s hard justifying putting in the time to build this manually for a project that will probably only last a month or so. But asking the agent to do it in a day? Not a problem.
I would also say it’s easy to do this if it’s not your money you’re spending. ๐
-
Furthermore, it seems like
PRAGMA journal_mode = WAL;is the only one that’s persisted. All the other pragmas only apply to the current session, something I wish Sqlite’s documentation was more clear about. Putting them into your DB migration script will do nothing. -
๐ Mort’s Ramblings: SQLite should have (Rust-style) editions
Come for the opinion. Stay for the techniques on tuning an Sqlite database to support foreign keys and avoid DB lock errors.
Via: Lobste.rs
-
๐ Vibelog
Well Read - A Fable Moment
Asking Fable to make some changes to my RSS reader, as well as getting Fable to look at a problem Opus couldn’t solve. Continue reading โ
-
At the same time, I do recognise that not every bit of kit should have a complicated UI, particularly if those using it are just trying to get done what they need to do. I know for myself I’m not yearning to master pivot tables in Excel.
-
๐ Robin Rendle: EP-1320 Medieval
So the EP-1320 is not simple. You either learn itโs way of doing things or go to hell. Like computers from before my time, this thing is modes-galore.
There’s something to be said about the feeling of accomplishment that comes from learning a complicated UI. Things like this, or software like Vim or Photoshop, are not approachable or intuitive. But they still have something to offer: a sense of mastery.