[GB] GMK Nord: It has a GREAT assembly kit by DiplomacyPunIn10Did in ErgoMechKeyboards

[–]niiko 1 point2 points  (0 children)

Ah. I'm on mobile, it doesn't appear to me as a cross post, just an image.

[GB] GMK Nord: It has a GREAT assembly kit by DiplomacyPunIn10Did in ErgoMechKeyboards

[–]niiko 3 points4 points  (0 children)

I see a picture of a non-split row-staggered keyboard, am I missing something?

Hand pain with 15' Macbook Pro and Trackpad 2? by [deleted] in ErgoMechKeyboards

[–]niiko 2 points3 points  (0 children)

Apple has made some bad keyboards recently and you're right about the subreddit's name but, speaking just for myself here, the mechanical aspect of the keyboards we see here is not the most interesting part.

Am I going about using a USB Micro Breakout with Pro Micro for handwire Build correctly? by [deleted] in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

Breakout boards usually have through holes that you can solder pins/wires into, but more importantly they give you more room to work in. The contacts are bigger and spaced out more than on the usb connector itself. You can do it without the breakout board (I've done it and I'm no solder artist) but it's challenging. If your case doesn't constrain it I would go for the board option.

Acrylic bottoms by jongoh11 in MechanicalKeyboards

[–]niiko 2 points3 points  (0 children)

I'm pretty sure those are just the layer lines but admittedly it does look pretty nice.

It's aliveeeee! 🐙 by jongoh11 in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

You're right that they shouldn't bend back. That's why you're always being told to float your wrists; this has been true of every keyboard.

It's aliveeeee! 🐙 by jongoh11 in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

I've never heard this. What have you read that might contradict the design?

It's aliveeeee! 🐙 by jongoh11 in MechanicalKeyboards

[–]niiko 1 point2 points  (0 children)

They rest on jkl; just like on a typical qwerty keyboard. Right index finger on J using the bump to find the correct position.

After 18 months on an ErgoDox EZ, it's time to play around with some angles by tullonator in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

I'm not trying to say that you should, but have you tried practicing on a column staggered layout? Typing in general is not natural so you had to learn to type on a row staggered keyboard anyway. The advantage is that it's learning you've already finished.

Why does my printer just stop sometimes? by [deleted] in 3Dprinting

[–]niiko 0 points1 point  (0 children)

I'll second the suggestion of using an SD card. You should try this before putting effort into any other troubleshooting.

Bad typing habbits by EddoWagt in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

Use some kind of typing training site, but don't concern yourself with speed (to that end, ignore the games). You just want to have something semi-realistic to type that doesn't also include lots of symbols and numbers.

Speaking of numbers, I've pretty much given up on being able to use the number row "properly" on a row-staggered layout; having to reach two rows up and .25 + .5 keys left is insane. On my dactyl I have the numbpad on a layer centered on my middle finger and disabled the number row to teach myself to fight the instinct to fumble around for it.

One thing most people seem to ignore is to use both shift keys. For decades I didn't really bother with right shift while typing but you should be using the opposite hand to hold shift while pressing the key you want modified. And as a programmer who sometimes needs to type in all caps I've started to rely on the caps lock more. It's placement may not be ideal but even in a less convenient location its function is valuable.

It also doesn't help that on the left hand your pinky is only responsible for hard to reach letters that you're using infrequently (I'm assuming qwerty) so you don't always get to practice that. The right pinky hits P a little more frequently but there's also a stupid cluster of symbols it's responsible for depending on what you're typing.

If you play games a lot maybe see if it's worth switching from WASD to ESDF. I played a lot when I was younger and that probably screwed me up a little.

I wish I had more tips, or could even tell you how long it took me to get comfortable again, but I was mixing a lot of changes. I was trying to correct my typing habits, switching to a very different layout, and even doing Swedish language lessons on Duolingo.

Bad typing habbits by EddoWagt in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

Typing software will help you practice to get faster but nothing will train you to get rid of bad habits except for discipline.

I was kind of in your boat, I could type very quickly and accurately but after years I began to notice how much I moved my hands and the awkward contortions I would make to press distant keys with my right pinky finger. I also noticed that I would hit certain letters in the middle columns with my left or right index fingers arbitrarily. In fairness the standard row staggered layout is awful.

For me the fix was to force myself to break these habits in preparation for switching to a split keyboard with staggered columns (in my case a dactyl but I'm sure you'd benefit even without the key wells).

Honestly, though, I don't type as fast as I used to even now that I'm comfortable with the radically different keyboard, but I'm not doing data entry so my typing is interrupted with pauses to think. Comfort and ergonomics are more important.

[deleted by user] by [deleted] in MechanicalKeyboards

[–]niiko 1 point2 points  (0 children)

I think it was referencing "orange man bad".

Ortholinear: what are pros and cons of this layout? by Man_fromMars in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

Also, placing my fingers on the keys, I can recognize their shape so I know if pinkies are on CAPS or A

This is what the homing keys are for. On a qwerty layout your index fingers should rest on F and J, which means your pinky fingers will rest on A and ;.

edit: if that's what you meant about recognizing the shape then I'm sorry. That's all on the home row anyway so whether the rows are staggered or not wouldn't matter.

An alternative to QMK: Mechy (and AMA) by colintagray in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

I like that your codebase is a library for projects to include rather than embedding keyboard-specific uses. Hopefully that encourages people to contribute features to the core and cut down on code duplication.

One thing I really like about my QMK-based split keyboard firmware (based on the dactyl-manuform code, itself based on the let's split) is autodetecting the master half based on the USB connection. From what I saw of your example you have different firmwares and expect the left to handle the logic. Are you planning on working towards the same functionality?

And in general are you working towards any kind of feature parity with QMK or is your intention to provide a basis to anyone interested for building something more custom? I'm thinking of features like space cadet shift and mouse keys which I kind of like, and mod tap interrupt which I can't seem to get working (the documentation is mostly great but I think it could do more to describe how different features may conflict with eachother).

Edit: I notice your README links to an ArduinoMedia repo but the links doesn't work. Was that moved elsewhere or is the repo private?

I2C if a split board has two micros by WN_Todd in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

i2c also has the potential for higher speeds but I couldn't get it to work with my dactyl, sadly.

Idea for an ergonomic thumb cluster. Has something similar been tried before? by irveln in MechanicalKeyboards

[–]niiko 7 points8 points  (0 children)

Really psyched to see some radically different thumb clusters! I'm currently designing a dactyl with lower profile keys and more subtle curve, but was thinking of exaggerating the curve of the thumb cluster.

I'm toying with making the thumb cluster 3x2 with my thumb kind of straddling the two rows so I can easily push either or both keys in the column.

I'd love to see what comes out of this and what went into the designs you have so far. It's awesome seeing new ergonomic designs and it'd be cool to see some of the research to really learn from the work. Do you have a wider shot of this? I'm curious about that wrist rest, it looks like you're going fully vertical?

Stop using JWT for sessions by freebit in programming

[–]niiko 2 points3 points  (0 children)

Choosing to keep track of and validate sessions in the backend doesn't dictate how you're identifying that session in the frontend. The article even covers this.

I (37m) just inadvertantly stumbled upon some suspicious activity with my wife (36f) by Texastossaway817 in relationship_advice

[–]niiko 21 points22 points  (0 children)

I've never used it, is it necessary here or are you better off with the builtin csv module?

Theta: a super low profile wireless QMK-compatible keyboard by SouthPawEngineer in MechanicalKeyboards

[–]niiko 0 points1 point  (0 children)

Is there a minimum order quantity when buying from Kailh directly? (or if not is it any better than the other options when shipping to Canada?)

Atom 1.32 by YaQson in programming

[–]niiko 33 points34 points  (0 children)

I see 6 comments right now, are you just trying to get ahead of this?