The New York Time Spelling Bee game is fun and players are entitled to complain about the dictionary they use. These are words which I think they should accept, but don't:
- MIDDEN
- CONCOMITANT
- GLYCOL, GLYCOLIC
I don't have a lot to say, but this is my little bit.
The New York Time Spelling Bee game is fun and players are entitled to complain about the dictionary they use. These are words which I think they should accept, but don't:
I wrote this to celebrate my mom being the 2026 Alaska Pioneers Queen Regent
SHE'S ALASKA QUEEN
(To the tune of "I've Been Everywhere")
President Johnson's Great Society needed one more VISTA volunteer
A cheechako from Chicago to escape the heat in the last frontier
Looking for adventure, she raised her hand to apply
That's how she found herself in a sea plane up in the sky
She hardly flinched when they landed underwater -- and
She said "Listen, I'm here to plant my roots in this here land"
She's Alaska Queen, ma'am
Linda Kay Keen, ma'am
Since 1965, ma'am
Lived Alaska live, ma'am
No place she ain't been, ma'am
She's Alaska Queen
Float plane to...
Kotzebue, Dillingham, Shaktoolik and Togiak
Adopted kids in Sitka, Fairbanks, and Kodiak
Gold rushed Shungnak, Kobuk and, Tanana
Couldn't eat the eyeball in the fish soup in Kiana
Snow machines, Wainright, Galena, Big Lake
Kotlik, Chugiak, Coldfoot -- for Pete's sake!
She's Alaska Queen, ma'am
Tundra, glacier, stream, ma'am
Bright like northern lights, ma'am
Soared Denali heights, ma'am
No place she ain't been, ma'am
She's Alaska Queen
She cashed her...
PFD in Port Lions, Akhiak and Pilot Point
Laughed with her friend Kathy from Soldotna down to Anchor Point
Chilkoot's, Bird House, Salty Dawg, Skinny Dick's
Hypothermic freezing chased by wolves near Selawik
Snow machine to Point Hope, Anvik and Cold Bay
Bunny boots and fur ruff parka nearly every day!
She's Alaska Queen, ma'am
Lived the northern dream, ma'am
Breathed the mountain air, ma'am
Fought the polar bear, ma'am
No place she ain't been, ma'am
She's Alaska Queen
She lived off...
Chena Pump Road in Fairbanks, on Linda Lane
Anaktuvuk Pass with her husband and a couple babes
Kodiak, Homer, Anchorage, raised three
Education master, twelve years at Jesse Lee
Lake Otis and Tudor, Tudor Top, Tudor Hills
53rd, Anchor Park, Tudor School -- all the feels!
She's Alaska Queen, ma'am
Lady on the scene, ma'am
Hiked the Chilkoot Trail, ma'am
The crown is not for sale, ma'am
Mushed Iditarod, ma'am
Subaru hot rod, ma'am
Lives in Anchorage, ma'am
Seal oil in her fridge, ma'am
No place she ain't been, ma'am
She's Alaska Queen
I use Google Meets for work, for weekly meetings as well as one-off meetings. I almost always don't want the camera turned on, and I am very normal because if you search the internet there are thousands of people searching for how to do this.
If you search for a solution, like I did, you will soon find responses straight from Google telling you there is no way to turn off your camera by default. If you want to start without video, tough luck, sucks to be you.
But I found a way: disable video entirely. In System Settings -> Privacy -> Camera you can remove permission from your web browser. Now your Meets will start without the camera.
"But what if I sometimes want to turn the camera on?"
Screw you. Meets doesn't do that. The only way to use Meets with this absolutely fundamental and basic feature is to use it without video whatsoever.
Toodles! Good luck out there.
eBay is a fun place to find random stuff for sale direct from sellers. Some of those sellers are scammers and eBay doesn't do a lot about that, partially because it is difficult and partially because they already made their money. Everyone else has low priority after eBay gets its cut.
I get it. Screw me. Okay. All I can do about it is tell the internet that 'stuckinlove7' is a scammer, they ship empty boxes to wrong addresses on purpose. It's a common scam and incidentally 'fratolle_0' also runs the same scam.
Now my broad readership can protect themselves. Cheers.
I customized my Gnome UI in some ways that I think are really important.
.nautilus-window .view row:nth-child(odd) {
background-color: rgba(255, 0, 0, 0.05);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.05);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.05);
margin-top: -3px;
}
.nautilus-window .view row:nth-child(even) {
background-color: rgba(0, 0, 0, 0.10);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.00);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.00);
margin-top: -3px;
}
.nautilus-window .view row:nth-child(odd):hover {
background-color: rgba(0, 0, 0, 0.05);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.20);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.20);
}
.nautilus-window .view row:nth-child(even):hover {
background-color: rgba(0, 0, 0, 0.10);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.25);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.nautilus-window .view row:nth-child(odd):selected {
background-color: rgba(0, 255, 128, 0.05);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.20);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.20);
}
.nautilus-window .view row:nth-child(even):selected {
background-color: rgba(0, 255, 128, 0.10);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.20);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.20);
}
list {
background-color: rgba(0, 255, 128, 0.90);
border-top-style: solid;
border-top-width: 3px;
border-top-color: rgba(0, 0, 0, .10);
}
overlay {
border-top-style: dashed;
border-top-width: 1px;
border-top-color: rgba(0, 0, 0, .10);
}
list row {
background-color: rgba(0, 0, 0, 0.10);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.00);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.00);
}
list row:hover {
background-color: rgba(0, 0, 0, 0.10);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.20);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.20);
}
list row:selected {
background-color: rgba(0, 255, 128, 0.12);
border-right-style: solid;
border-right-width: 3px;
border-right-color: rgba(0, 0, 0, 0.20);
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: rgba(0, 0, 0, 0.20);
}
@import 'colors.css';
My history with keyboards started as a senior in college when my wrists started to hurt. I decided then and there that I would spend my career using properly ergonomic keyboards, which meant split columnar. My first was in 2002, a FingerWorks TouchStream. That was an amazing gesture-touch input device which was excellent for everything except typing.
For typing, you really want the tactile feedback of buttons so after a few years I replaced the FingerWorks with a Truly Ergonomic Keyboard which I really loved. This was during the period when do-it-yourself keyboard community was coming together, and when new formats became more common starting with the venerable ErgoDox. I switched to an EZ, wrote a custom four-layer layout for myself, and came to really appreciate that design. I've used it for over a decade now.
Recently the folks at TEK sent me their new Cleave keyboard to review. I spent time using it and I'll compare it to the ErgoDox and to the original TEK.
The Cleave ships with high end infrared mechanical keyswitches. Instead of making an electrical contact at the bottom of the keystroke, the mechanism interrupts an infrared LED to actuate the keystroke. They claim these will last longer but for me the takeaway is that the sensation of producing a button press is very smooth and consistent. I never miss a letter by slightly underpressing the key. They feel great. They are tactile keyswitches which is what most people prefer, although myself I prefer linear. The keyswitches can be swapped out easily but most people won't bother because these are very good.
A keyboard should sit heavily and steadily on a desk so the baseplate is important. This one is stiff and heavy, made of aluminum. It feels nice, it is heavier and sturdier than my ErgoDox EZ. The whole thing feels right, you can pick it up without flexing, it can clunk down without worry.
Some keyboard nerds like unmarked keycaps because that's elite, but I like keycaps marked with their glyphs. Some people point out that unmarked caps can be remapped without mismatching the cap marking, but my retort is that keyboards only need to be mapped once and then used forever. I'm not rearranging the base layer of my keyboard very often, or ever.
The Cleave has nice cylindrical keycaps, either OEM or DCS or similar shape. The glyph font is nice and the shint-through is pretty. The sound they produce is satisfying, a light click on my version.
My main ErgoDox is the original unlit version. I also own the underlit Shine version and the backlit Glow version but I don't use them because the lighting is unsatisfying. I don't care for underlit at all, and the EZ Shine's backlighting is weak, mushy-colored, and doesn't cover the whole board. I think the folks selling the EZ were aiming for the gamer boi l33t h4x0r RGB crowd.
By contrast, the Cleave's backlighting seems to be targeted at professionals who want an attractive useful keyboard used often in low light. That's me. The lights are clear white, not mushy, they don't flash, and they'll never impress middle schoolers. 10/10
I use qwerty layout which is preset on the Cleave. Many ErgoDox users remap to a different layout but not me, I set up mine with as ordinary of a layout as possible on the main layers. Each of these keyboards has an appropriate columnar-staggered layout; that means the letter button placements on both keyboards are equal.
The Cleave has a dedicated Escape key in the proper location: separate from the other rows of keys, up to the left in the corner. That is where Escape belongs and the Cleave has it but the ErgoDox doesn't.
On the other hand, the Cleave puts arrow and nav keys in little clusters underneath the letter buttons whereas the ErgoDox has another row of buttons. I use the ErgoDox buttons for Command, Option, Hyper, Meh, and Control. The Cleave lacks all of these and instead has two buttons for Control and Option on the far outside bottom corners under the Shift key. There are configuration options to move Command onto the caps lock key, or one of the spacebars, which a lot of people like.
Proper ergo keyboards move more functionality from pinky to thumb. Both Cleave and ErgoDox do this but the Dox does it a little better. The Cleave has basically two buttons per thumb but the Dox has quite a few depending on how far you reach; I commonly use my thumb for all three lower buttons in the thumb cluster plus three more of the command buttons.
But let me say one thing, which is that the Cleave has nice wide horizontal space bars, like they should be. ErgoDox really requires you to hit an exact spot for the space bar and it took adjustment not required by the Cleave.
Both keyboards are split into left hand and right hand sections but the Cleave is on a single board whereas the ErgoDox is divided into two parts. Most people are comforted by a single unit keyboard but I've found over a decade of use my hands have drifted farther and farther apart, now at the maximum allowed by the connector cable. In my opinion, having a split-not-divided board like the Cleave robs users of the opportunity to evolve their typing toward greater comfort.
I'm not aware of deep firmware customizability on the Cleave. If it has it, it's not QMK which is the nerd's choice for keyboard firmware. My ErgoDox has not only a custom layout but some of the layer setup has custom C code. Almost all users won't do that but I did and you can't do it on a Cleave.
The reasons that I won't be giving up my ErgoDox are not reasons most keyboard users share: I want divided left and right with more thumb buttons and customizable firmware. My willingness to use unusual keyboards is already greater than the audience served by the Cleave, which is an audience I used to be in and to whom I would recommend the Cleave. People more like me can look at an ErgoDox or Iris. As for me, if I give up my ErgoDox it will likely be for something like a Manuform.
My daily driver is an ErgoDox EZ. I like it so much I bought a second one, and I liked both of those so much that I acquired a third one.
The first keeb I ever bought myself with proper adult money was a FingerWorks TouchStream which, if you know you know.
In between the FingerWorks and the EZ I used, for several years, a Truly Ergonomic Keyboard. There were a few iterations of the first version and I think I had the very first iteration. It was overall a great keyboard which I used with success for quite a while.
During that time period, the international keyboard community came together during the design and release of the open source ErgoDox platform and the comeup of QMK firmware. I watched that and really wanted a Dox for advanced thumb usage, and also for programmability.
These days there are many options for professional keyboards and the Truly Ergonomic company has upgraded and updated their TEK with the new TEK Cleave. They sent me one, I'll review it here over a series of posts.