JustBrian7872

joined 2 years ago
[–] JustBrian7872@feddit.de 3 points 10 months ago* (last edited 10 months ago) (1 children)

You program/configure your keymap into the keyboard's firmware so it is independent of your operating system. If you use Mac, you put your Mac specific keys into the map where you want them. It's totally up to you - if you want every key to be "a" you can do that :)

[–] JustBrian7872@feddit.de 16 points 10 months ago (4 children)

As a dev I've been on both sides to be honest. Especially when there is pressure to finish the next task. I think it needs good planning to create enough time for these things.

In the end bad devs will still shut you up about things they are not interested in fixing...

[–] JustBrian7872@feddit.de 2 points 10 months ago

Wow nice. I just tried it with mobile Firefox and it was quite performant. Impressive!

[–] JustBrian7872@feddit.de 18 points 10 months ago (2 children)

Nice! I started using helix before vim and often I find the helix bindings more logical (like shift for the reverse action e.g. u for undo and U for redo). However often the vim bindings feel quicker (c-i-w vs m-i-w-c). Will definitely give it a go!

[–] JustBrian7872@feddit.de 2 points 10 months ago (1 children)

The fulcrum comes to mind: It has a 5-way joystick (up, down, left, right and push) for the thumbs. You can always add tenting if you want (some alternatives)

You also can check some of the split kb databases if someone created something similar.

[–] JustBrian7872@feddit.de 1 points 10 months ago

Thanks for the tip with the shop (shipping is reasonable and electronic components are well priced)! Cannot help with Azurefilm filament as I haven't tried it yet.

[–] JustBrian7872@feddit.de 6 points 10 months ago (2 children)

If you're shopping in the EU, I recommend Devil Design PLA - they're available through a couple of shops.

[–] JustBrian7872@feddit.de 3 points 11 months ago* (last edited 11 months ago)

Thanks, my works' codebase feels old now.

[–] JustBrian7872@feddit.de 16 points 11 months ago (1 children)

I also cannot name him from the top of my head...interesting

[–] JustBrian7872@feddit.de 47 points 11 months ago

They don't call me AbstractJokerAdapterFactoryProxy for nothin'

[–] JustBrian7872@feddit.de 12 points 11 months ago* (last edited 11 months ago)

And the problem is about executing programs in windows. This is not about memory-safety.

A bunch of other languages are affected as well as noted by @colonial@lemmy.world.

 

I created this single Screw BL-Touch mount for my Ender 3 V2 since the fan duct is blocking the other screws.

https://www.printables.com/de/model/512574-single-screw-bl-touch-mount-for-ender3-v2

 

Adding the same id multiple times increases the specificity of a selector and thus overrides other selectors.

e.g.

#myId span {color: red; }
#myId#myId#myId span { color: blue; }

Codepen

view more: next ›