Avatar

muppetjones

muppetjones@lemm.ee
Joined
0 posts • 21 comments
Direct message

Stop whining. They’re trying to help give you training wheels. They’re responding with their experience, and you’re being hypercritical about semantics.

If you go to a medical expert complaining about pain, do you get offended when they tell you how to fix it? And for the natural response “they aren’t doctors”, well (a) they may be and (b) if you really want the level of help you’d expect from a medical professional, perhaps don’t ask the internet.

permalink
report
parent
reply

No blanks and limited, expensive kitting. I want to try it, but probably never will.

permalink
report
reply

I use Colemak DH with a numpad and nav layer (there’s a media layer, but it doesn’t see regular use) and Callum-style mods for my layout. I code in python, rust, typescript, sql, latex (and other documentation formats).

34-keys is my sweet spot. My daily is typically a charybdis (home) or sweep (office), and I switch between a totem, zaphod, and 34-key planck periodically.

The key to my layout is callum mods on the left hand layers, with command modifiers underneath (i.e., zxcdv) and alt f and b above. W and Q positions are transparent.

The nav layer is on the right hand, with about what you’d expect (arrows on home row).

The numpad is also on the right hand, and I use the num row keys instead of the numpad, so I get all of my symbols there, too. Various brackets are combos on the num layer (in QMK; all layers in ZMK).

I also have combos for (semi-)colon, tab, capsword, and underscore. And the media layer.

permalink
report
reply

This. I ended up removing the middle and lower corner switches to get down to 34 keys.

Great looking board! Glad you’re enjoying it!

permalink
report
parent
reply

PSA: Posting shipping barcodes is a great way to dox yourself

permalink
report
reply

I love it. Highly recommend it. You must get a good 20V or 24V adapter, but worth it.

permalink
report
reply

Also, you probably want a rotating file handler for the logging.

permalink
report
reply

Tests. And typing. And comments.

Tests can help you be sure that each piece is working as intended and that they’re working together. You can also mock bits out or create a temporary database for local dev.

Adding typing and comments, especially docstrings will help others read your code more easily.

permalink
report
reply

I’m by no means a FreeCAD expert, so it’s possible there are better options.

If you’re using parameters – specifically the same parameters for both rectangles – then it should be as simple as making a coincident contraint on the center points.

permalink
report
parent
reply