Also annoying with T-Mobile, their “post-paid” account site seems to be pretty broken in Firefox.
Continue reading post "#4102"Toby's Log page 7
T-Mobile is being annoying, requiring a debit card or bank routing number to get an auto-pay discount on their “post-paid” plans.
Continue reading post "#4099"Finally, after almost a week since my stings, they’re no longer itching so bad.
Continue reading post "#4096"CSS wishes: add to existing rules
Some months ago, I wrote a 2023 CSS wishlist for things I’d like to see in the spec. Among them was the desire to be able to add to existing CSS values. This would be particularly useful for multi-value properties like transition
and transform
, although it would also be cool to be able to add to existing numeric values, like 2em
more padding than this would otherwise have. There would be difficulties implementing this as described in that post though. I’ve thought of some other possible options that may be less problematic.
That stings
Thursday, while mowing the lawn, I got stung three times by some yellow-jackets, my first multi-sting event. There’s apparently a nest in my front lawn. I’ll need to get rid of that soon. I’m still feeling the stings, mostly just itchy now.
Continue reading post "That stings"I found a tick biting me on Tuesday. This seems to have become an annual occurrence the last several years.
Continue reading post "#4085"Went to a Guardians game today with my dad. They lost.
Continue reading post "#4083"RIP Uncle Art.
Continue reading post "#4080"I went to another Guardian’s game with my brother. They lost badly, but it was still a nice night.
Continue reading post "#4067"Inline emoji favicon
On a simple one-page site, I wanted as much as possible to be inline in the single document request. I didn’t have a favicon, and I didn’t want browsers to make that extra request. I considered just adding an empty file, as I’ve done sometimes in the past, but that would still be an extra request. So I looked up if it could be inlined. It can be done, with a data URL. And using an SVG format, an emoji can be used for a cheap actual icon.
Continue reading post "Inline emoji favicon"