If Coding Were Natural
If Coding Were Natural
  • 27
  • 690 489
Feeling Lost Trying to Pick a Split Keyboard? Here's Some Advice
In this off-the-cuff video, I'll share my sage wisdom to help struggling individuals with deciding which keyboard to get, especially for those who are dealing with RSI (repetitive strain injury).
มุมมอง: 7 781

วีดีโอ

The Dygma Defy: A Premium Keyboard That Hits Both Ways
มุมมอง 18K3 หลายเดือนก่อน
Note: This video was re-uploaded to resolve issues with the audio levels on the original. This is an honest review of the Dygma Defy based on several weeks of use. It has a solid build with the best sound and feel, with some of the best hardware out of the split keyboards I've reviewed (at the time of publishing). The RGB underglow is amazing. The built-in tenting is the best I've tried. But, o...
Prebuilt Split Keyboards Aren't Overpriced
มุมมอง 29K5 หลายเดือนก่อน
Featuring the Kaly42, a DIY split mechanical keyboard! Building your own keyboard can be less expensive than buying a prebuilt board, but you miss out on nice features, and (depending on skill level) get a lower quality keyboard. Basically, you get what you pay for. Dwctor's video on the Kaly42: th-cam.com/video/PhxM8o 9Xo/w-d-xo.html Ben Eater's 8-bit Computer: th-cam.com/play/PLowKtXNTBypGqIm...
An honest look at my first year on YouTube
มุมมอง 1.9K8 หลายเดือนก่อน
How much I made my first year as a TH-camr, some channel stats, reflecting on hard won lessons, and future plans. Chapters 0:00 - how much I made in 2023 0:48 - reflecting on my first video 1:38 - youtube stats 4:03 - overall cost of starting my channel 5:25 - reflections and some lessons learned 6:52 - personal growth 7:30 - biggest lesson I learned from college 8:20 - I'm just a regular guy 9...
I've tried 4 split keyboards. Which is best?
มุมมอง 143K10 หลายเดือนก่อน
In this video, I compare 4 split mechanical keyboards: The Moonlander Mark I, The Voyager, The Glove80, and the Kinesis Advantage 360 Pro. Hopefully, this video will give you a better idea on which of these keyboards would be best for you. Moonlander Mark I: www.zsa.io/moonlander The Voyager: www.zsa.io/voyager/ Glove80: www.moergo.com/collections/glove80-keyboards Kinesis Advantage: kinesis-er...
The Glove80 keyboard is really that good.
มุมมอง 96K10 หลายเดือนก่อน
This is a comprehensive first look at MoErgo's keyboard, the Glove80. It's very customizable, has an incredibly well thought out design, and currently the most ergonomic prebuilt keyboard on the market, hands down. My Glove80 ZMK Config: github.com/darksinge/glove80-zmk-config Alternative Layout Editor: nickcoutsos.github.io/keymap-editor/ github.com/nickcoutsos/keymap-editor Product links: Sma...
The Voyager: The Keyboard We’ve All Been Waiting For
มุมมอง 99Kปีที่แล้ว
This is a first look and impressions video of ZSA's newest split mechanical, ergonomic keyboard: "The Voyager". Alternatively, the Moonlander is still an excellent option, but if you don't mind a 52 key layout, then the Voyager is hard to beat. My layout: configure.zsa.io/voyager/layouts/wGj0j Product Links to the cables I use in this video ⇒ Braided TRRS Cable: amzn.to/3RzlxRq ⇒ Braided USB-C ...
Channel Update
มุมมอง 5Kปีที่แล้ว
I finally decided what this channel is going to be about. I also have two new keyboards on their way that I'm really excited to take a look at. Links to keyboards mentioned: - Kinesis Advantage 360 Pro (my current daily driver): kinesis-ergo.com/shop/adv360pro/ - The Voyager: www.zsa.io/voyager/ - Glove80: www.moergo.com/collections/glove80-keyboards - Moonlander Mark I: www.zsa.io/moonlander C...
A Quick Update On My Latest Neovim Project
มุมมอง 4.6Kปีที่แล้ว
Like the title says, just wanted to share a quick update on my latest Neovim project, plink.nvim. github.com/darksinge/plink.nvim github.com/darksinge/plink-nvim-site Chapters 0:00 - intro 0:15 - I ditched telescope 0:41 - ui changes 1:21 - updating the backend "database" 2:41 - it's a work in progress 3:08 - future plans
VSCode's Extension Finder Is Nice - Let's Bring It to Neovim
มุมมอง 3Kปีที่แล้ว
I kinda like the convenience of the extensions finder in vscode. Wouldn't it be nice if such a thing existed for neovim. If only I could write a plugin... plink.nvim: github.com/darksinge/plink.nvim.git Chapters 0:00 - intro 0:35 - plink.nvim 1:30 - the backend 2:55 - the plugin 4:00 - the idea 5:50 - RFC
How to get started with Neovim in 2023
มุมมอง 9Kปีที่แล้ว
Just do it. Chapters 0:00 - is neovim for you? 0:56 - learn the keybindings first 2:00 - you can use neovim as an IDE 2:32 - choose the right terminal 2:55 - don't write your own config from scratch 3:44 - just use a prebuilt config 5:58 - neovim from scratch 6:27 - it's about plugins, not keybindings 7:32 - ftplugin folder 8:06 - embrace the pain chris@machine's Neovim from scratch playlist: t...
An Accurate Explanation of Microservices
มุมมอง 1.2Kปีที่แล้ว
It's a loaded and nuanced term. Here are some things that don't get explained very well, or at all, when talking about the Microservices Architecture... all of course in my own opinion. Chapters 0:00 - Intro 1:20 - The purpose of microservices 1:41 - Why devs choose microservices 2:43 - Events should be first-class citizens 3:37 - Database per service - but why? 6:13 - Cross cutting concerns ar...
Two Week Update on the Kinesis Advantage 360 Pro
มุมมอง 24Kปีที่แล้ว
Chapters 0:00 - Intro 0:40 - Keycaps 1:19 - RSI Improvements 2:07 - Other keyboard considerations 3:58 - "Pro" 5:12 - Bluetooth issues 5:42 - It's not all bad 7:05 - I was wrong about layers 8:25 - Better typing technique 9:47 - Final thoughts
The Struggle To Write a Treesitter Plugin for Neovim
มุมมอง 4.7Kปีที่แล้ว
The Struggle To Write a Treesitter Plugin for Neovim
Don't Cmd+Tab Through Apps, Do This Instead (feat: Programmable Keyboards, MacOS)
มุมมอง 4.7Kปีที่แล้ว
Don't Cmd Tab Through Apps, Do This Instead (feat: Programmable Keyboards, MacOS)
Getting Started With the Kinesis Advantage 360 Pro
มุมมอง 36Kปีที่แล้ว
Getting Started With the Kinesis Advantage 360 Pro
In-Depth Review of the Moonlander Mark I (And Why I'm Switching Keyboards)
มุมมอง 65Kปีที่แล้ว
In-Depth Review of the Moonlander Mark I (And Why I'm Switching Keyboards)
Having Fun With Treesitter in Neovim
มุมมอง 6Kปีที่แล้ว
Having Fun With Treesitter in Neovim
My LunarVim Config | Using NeoVim as an IDE
มุมมอง 33Kปีที่แล้ว
My LunarVim Config | Using NeoVim as an IDE
Neovim Is Rough, but I Can't Stop Using It
มุมมอง 22Kปีที่แล้ว
Neovim Is Rough, but I Can't Stop Using It
Typescript's Most Misunderstood Feature: Unions and Intersections
มุมมอง 1.3Kปีที่แล้ว
Typescript's Most Misunderstood Feature: Unions and Intersections
The Best Type of Keyboard for Programmers (feat. Moonlander Mark I)
มุมมอง 13Kปีที่แล้ว
The Best Type of Keyboard for Programmers (feat. Moonlander Mark I)

ความคิดเห็น

  • @kylekatzin1563
    @kylekatzin1563 วันที่ผ่านมา

    Been rocking the Zsa voyager and love it. Got ambient switches, put some heavier springs in, and it’s a dream to type on.

  • @n.a.s1096
    @n.a.s1096 2 วันที่ผ่านมา

    voyager gave me horrible rsi and had to sell it after two months. My hhkb type-s is my preferred board

  • @glowiboi
    @glowiboi 2 วันที่ผ่านมา

    I want Wooting to make a Hall-Effect split keyboard, maybe they can even add modular thumb clusters or a TMR HE Thumbstic for analogue movement

  • @JaarxBlaarx
    @JaarxBlaarx 2 วันที่ผ่านมา

    I understand it's in good faith when you say that this is the "best keyboard on the market", but I take issue with broad statements like that in that your board line-up shows that you simply don't really recognize what exists in the market. For example, the Charybdis and other Dactyl Manuform type keyboards exist that have various subjectively superior characteristics to all of the keyboards you demo'd.

  • @dportalesr
    @dportalesr 3 วันที่ผ่านมา

    Dygma is the most transparent company I've ever seen, but I also find it amazing that they continue to have problems with their products. I witnessed in the launch fiasco (deadline missed by +12 months) and saw a lot of reports from the lucky ones that got it first about defects in the final hardware and even more in the software. Dygma provides really good support, but their issues seem neverending because “they are trying things that no one has done before”. I ended up cancelling my order after a year waiting for it to be delivered and I've been a happy Voyager user since then.

  • @0netom
    @0netom 4 วันที่ผ่านมา

    Great advice all around! Great highlights of the main choices too! I'll definitely recommend it for ppl who are thinking about getting into this hobby or forced to consider it because of RSI.

  • @FiEnD749
    @FiEnD749 4 วันที่ผ่านมา

    A tutorial on how to do glove 80 on that layout editor would be incredible

  • @franksenkel2715
    @franksenkel2715 4 วันที่ผ่านมา

    I have a piantor, advantage360, and a dygma defy...by far the best is the dygma defy (wired)..there is no magic to the advantage360 keywell, it actually makes some keys awkward to reach..mx switches are way better than choc...the additional thumb keys and number row make keyboard way more usable....the piantor works fine, and you can certainly get by with the reduced number of keys, but the additional thumb keys and number row make using the keyboard much more fluid...the defy build quality is great, tenting is great, the software works great...no issues at all...

  • @metin4yt
    @metin4yt 5 วันที่ผ่านมา

    Hi. Thanks for this video, it is really helpful and it makes it not so overwhelming to deal with this keyboard. I am facing a strange issue where I try to enter in boot mode on my Mac, the lights are flashing white and they don't turn green. I also don't see a mount volume. Is there anything prerequisite that I need to do?

  • @chabandou
    @chabandou 5 วันที่ผ่านมา

    How does the comfort and typing force compares between the advantage 360 quiet pink and glove80s cherry blossom switches? Which is more comfortable and is it a big enough difference to nitice after a long coding session?

  • @UBO58
    @UBO58 6 วันที่ผ่านมา

    I am also planning to build a split keyboard myself. What I don't understand is that there are controllers with 2MB and some with 20MB. When and where does the controller with 2MB reach its limits? What can I not realize with it that is possible with the 20MB controller? I mean, it's just a keyboard.

  • @Glitch_860
    @Glitch_860 6 วันที่ผ่านมา

    For those looking in the comments. While I have 2 dygma keyboards and love and use them daily. I also build my own 40% boards. I want to mention Mistel keyboards. They have good split and similar layout. This was one of my first into the split keyboards and would recommend it as it is typically cheaper than others.

  • @VincentThePhotog
    @VincentThePhotog 7 วันที่ผ่านมา

    +1 for the linear red pro switches! I swapped both of my ferris sweeps to this. Made a huge difference.

  • @b5geek
    @b5geek 7 วันที่ผ่านมา

    I still can't decide between the GLove80 and the Voyager. I love your channel, please continue with the awesome content. It doesn't have to be perfect; so don't kill yourself trying to make content.

    • @0netom
      @0netom 4 วันที่ผ่านมา

      What do you do in your keyboard most of the time? If you program, using something like IntelliJ or VS Code, then u might be better off with the extra keys on the Glove 80 (which i own, but still hasn't adopted for daily work). If u mostly type prose, like emails or chat or just use vanilla Emacs keybindings, then the more key-anemic Voyager might be just enough. Also, the lighter keys are indeed better, but i got some gateron whites, iirc, and those are so light, they they got activated just from resting my fingers on them accidentally.

    • @b5geek
      @b5geek 3 วันที่ผ่านมา

      @@0netom I spent 99% of my time SSH into linux servers primarily using vim. I'm DevOPs/SysAdmin. (More OPS then Dev) My current and favorite keyboard is a Model M (love the buckling spring); so I think a lighter key will be a challenge to adapt to. emacs (evil mode) has always been on my bucket-list. Thanks to your comment, I'm leaning more towards the Glove80. I really wish I could test-type somewhere.

    • @b5geek
      @b5geek 2 วันที่ผ่านมา

      @@0netom I work in the terminal 99% of the day. SysOps/DevOps/Linux admin. So closer to 'programming' then 'prose'. bash/python/etc vim mostly, with a desire to learn emacs.

  • @Ecker00
    @Ecker00 7 วันที่ผ่านมา

    Just really don't like buying things I don't enjoy, so end up just browsing and browsing, and never trying any.

  • @AbetheFierce
    @AbetheFierce 7 วันที่ผ่านมา

    This channel has a lot of potential

  • @user-nd7rg5er5g
    @user-nd7rg5er5g 7 วันที่ผ่านมา

    I'll say in regards to whether to spend more money to get the kinesis pro programmable keyboard over the cheaper option, Epomaker sells a USB dongle that you can plug in any keyboard (even a membrane one) and have QMK/VIAL capability for $20. It's been so nice for me, and I want to share the news with folks. :)

  • @rap-id-ralph
    @rap-id-ralph 8 วันที่ผ่านมา

    I don't have RSI or any discomfort while typing. But that's mostly because I've been avoiding it :). Stuck with a corsair K95 rgb (that I just hate somehow) for years now, because just nothing else appealed to me. I hit one of your vids last saturday night, my head just exploded, I wanted a next gen keyboard IMMEDIATELY. Ordered a fully loaded Defy now whoop whoop and fml that shipping time is very very painful for an impulse buyer like me... Can't wait to up these typing skills again.

  • @absoz
    @absoz 8 วันที่ผ่านมา

    Not just the keyboard it’s the choice of switches … I just got my glove80 and chose the pro red’s after trying my sons non split mech keyboard with 45’s and thought I’d try something lighter. I find them too light as I’m bumping additional keys. Other than that, loving the g80

  • @Dreamer66617
    @Dreamer66617 8 วันที่ผ่านมา

    Also it's not that your not giving an informed opinoin. It's just that there are SO MANY options its so difficult to weight the pros and cons and for everybody its going to be different. if it was a 30$ entry it wouldnt be difficult everfyone would just try it and move onto the next if it didnt work howrver this is such a invenstment that it takes a significant amount of confidence in opinoin to purchase such an exppensive investment. nobody wants to be wrong but the fract of the matter is you can nevber kow until you try. Im leaning towards glopve 80. i hate buying chinese stuff but wheatever. the kinesis looks like ti would be best but damn is it expsensive.

  • @Dreamer66617
    @Dreamer66617 8 วันที่ผ่านมา

    You've been a significant resource in finding a keyboard. Thanks, subbed. This is a new space and your one of the first. stick around!

  • @heshamayad396
    @heshamayad396 9 วันที่ผ่านมา

    Shouldn’t it be if coding was natural?

  • @brianfox340
    @brianfox340 9 วันที่ผ่านมา

    I'm nervous to hear if going from a split ego to a Charachorder is worth it... i really shouldn't, but I'm tempted. I don't care about RGB, but i really can't imagine getting a split keyboard without tenting.

  • @brianfox340
    @brianfox340 9 วันที่ผ่านมา

    Dactyl Manuform. Ultimate customization, never going back. PSA: for gaming, you don't need to remap every game to match your keyboard. You can make a layer on your keyboard that shifts the keys over, and it all makes sense again for every game without further modification.

  • @3nertia
    @3nertia 10 วันที่ผ่านมา

    I love my Kyria but I wish I could get a number row and still keep my 2u thumb clusters - maybe add bluetooth >_>

  • @Danbin_Luo
    @Danbin_Luo 11 วันที่ผ่านมา

    Super helpful video! I was wondering if you’d be interested in trying out a split keyboard under $200, the NocFree Lite, for viewers who are looking for their first split keyboard.

  • @EbonySeraphim
    @EbonySeraphim 11 วันที่ผ่านมา

    Got the Glove80 in January after watching you videos and I was not lost in the overall reality -- the Glove80 was the choice. I think you do/did hold back in terms of trying to seem fair to the competition, and in an earlier video you weren't clear on the Glove80 being your daily driver I think. But I was clear on the order and the specifics that were said that mattered. Your biggest critique of the Glove80 was tenting wasn't "super easy" but that was something I knew didn't matter because once you set it and do it right, you forget it. I have lock nuts on mine and they are super stable and sturdy, and even if I remove them for travel, the lock nuts won't move so putting the back on is just directly screwing them in again. I don't need to peform any measurements again. I watched a ton of other videos by others too, to get a real sense of the product space, and to filter out some biases and personal preferences that weren't how I likely would end up using it. I have been extremely happy since. I can reach an ungodly amount of keys including the entire F1-F10(F11/F12 are layered on F9/F10) with my palms at rest in typing position with only a slight rotation outwards needed for F1 and F10 and using the ring finger as the pinky just doesn't stretch comfortably and isn't even long enough. I've only moved the control key on my left hand to be a little easier to hit than the delete key which is far less useful for me. And as a neo/vim user, I swapped up and down as well -- and this is something only the Glove80 can do well -- this makes J/K vim motions line up perfectly with the same two fingers, two rows down for all other things not vim. I hope I'm not the only one who noticed this; I can't be because we all look at these keyboards because we care and notice these things right? Anyways, normal sized hands are going to have no issue reaching all of the number keys which are stretches and more difficult to find for most people. This is why anyone who says "curved keywell is a gimmick" is out of their mind. I don't know about the Kinesis Advantage, but I think sometimes people just do a basic "let me put my hands here and see if it feels right" for 2 seconds, and because they're 20+ years deep into flat keyboards, if they don't instantly get it, they think it isn't right. Also, we can blame a lot of not-so-really-ergo curved keyboards out there that aren't doing much. Those keyboards usually barely offer a substantial ergo benefit, and simultaneously are so much worse at being a basic keyboard in terms of tactile options and just quality/usage. Eventually tech reviews caught on and a lot of legacy ergo keyboards that were known from Microsoft and Logitech are known to be trash tier; that is not the case with the major players in the split keyboard market, but unfortutely there are some chimera-esque "ergo" keyboard options out there at very high prices. Taking a look with a serious eye, one can see how poorly designed they actually are, but how they suck people into their advertising B.S.

  • @vonelfensenf8151
    @vonelfensenf8151 12 วันที่ผ่านมา

    If you are like me, and you are just interested in the "software-side" of mechanical keyboards (Home Row Mods, Layers and so on) you probably also don't need to buy an expensive split keyboard. There is software like kmonad, kanata or xmk that can convert any keyboard into a customizable one. For trying out and fiddling around, this might be a good start too.

  • @nl6142
    @nl6142 12 วันที่ผ่านมา

    i have a dygma defy (but i love watching videos on other split keyboards anyway), which i just bit the bullet to buying because i didn't have the funds to test out a bunch and it seemed to have the most features that i wanted, and i just really liked your comment about how if you like your keyboard, you'll want to learn it i got mine fully speced even though some of the extra features like underglow and wireless weren't necessary per se, it definitely makes me want to use it more everyday and made the learning process much quicker i also 100% agree on the key switch weight ... i used to love tactiles and used them for so long, but one day tried a lighter linear and was blown away by how easy it was to type?? and then realized i never really tried other types of switches, so i ended up buying gateron whites which were 38g and it made such a difference that i bought 30g springs that i'm waiting to arrive, and will replace them to see if it gets even better and yes tenting is also a huge game changer - although i love the tenting on my defy, i also love going on reddit and seeing everyone's creative solutions to tenting that can really start at a few dollars ... almost makes me wish i had another to play around with i did borrow one of them to also tent my trackpad though, which has actually made it a lot easier to use as well

  • @Dakhanavar99
    @Dakhanavar99 12 วันที่ผ่านมา

    Im completely new into the mechanical keyboards,.bit for what i have been watching, i would love to build one or two keyboards, but lost on what i could buy and what i should use. I would only want to buy on ali express for ex, to be a cheap but good keyboard, but there's one other issue, the keycap layout since im from portugal and the few ones i find are PT-BR (portuguese-brazilian)...

  • @garthgoldwater5256
    @garthgoldwater5256 12 วันที่ผ่านมา

    i don’t care if your channel is “dying” (as you put it). i’ll keep watching whenever you put something out. sometimes view counters and analytics make a really hard sell about making something grow fast (im sure you’re aware already) in order to be relevant enough to reach anyone specifically instead of just the deep void of posting anything into the big canyon a new user craves an echo from. what i’m saying is that i’ve got notifications on for you and am following

  • @LinusBerglund
    @LinusBerglund 13 วันที่ผ่านมา

    The matias linears are crazy light. I am more of a razer opto-linear dampened reds myself.

  • @Arthur-cq5gz
    @Arthur-cq5gz 13 วันที่ผ่านมา

    Thanks to your videos I just switched to a Glove80 (Cherry Blossom switches) this week and I'm very happy with it. Coming from Kinesis Freestyle II, there is for sure some getting used to the concave key-wells and the thumb cluster, but I've been positively surprised on how fast the mind and hands have been able to adapt. Some nitpicks: furthermost thumb key is not easy to reach and no ridges on F and J keys. I didn't have RSI or any major hand discomfort, I just wanted something that is programmable and also comfortable to type on. Had Kinesis a more standard delivery option to Europe, one of their 360 models could've been a stronger candidate. All in all I'm glad that your videos pushed me in the Glove80 direction, thank you for that and keep it up!

  • @sauldickson4079
    @sauldickson4079 13 วันที่ผ่านมา

    0:18 that kind of blur is non-destructive. Someone could reverse the effect with relative ease; use black boxes instead.

  • @cheater00
    @cheater00 13 วันที่ผ่านมา

    My biggest problem with all those keyboards is that I want to 1. type in my lap, so all of those tenting options will dig into my legs and 2. i absolutely require a full layout minus the numpad, no layer bs, i need a separate escape, f1-f12, cursor keys and the keys above them. And if the keyboard had macro keys on the left that would be even better. The point being that it's all just those micro reduced layouts and it's annoying. The kinesis sort of has that but the function keys are so diminutive they're annoying and the remaining layout annoys me too.

  • @PaulSebastianM
    @PaulSebastianM 13 วันที่ผ่านมา

    What are your glove80 screw setup/heights?

    • @ifcodingwerenatural
      @ifcodingwerenatural 11 วันที่ผ่านมา

      Yes, I use mine for media controls all the time. Anything ZMK supports, the Glove80 also supports. zmk.dev/docs/keymaps/list-of-keycodes#media

  • @trevor8416
    @trevor8416 13 วันที่ผ่านมา

    I got the glove80 a couple months ago based off of your recommendation and I love it!

  • @hamm8934
    @hamm8934 13 วันที่ผ่านมา

    Been using a Kinesis Advantage 360 since the first pre-sale shipped and have no complaints. Best and only keyboard ill ever use. All my wrist pain has been gone for a few years now and I’ve got back to things like rock climbing and lifting. The price is worth it if you have wrist pain.

  • @charlesg5917
    @charlesg5917 13 วันที่ผ่านมา

    I've been wanting to try a split keyboard for a long time. But it was hard to justify paying over 400€, especially since I don't have wrist pain and I had no idea if it would bring any benefit in terms of comfort or if I would even be able to use it. I finally bought a pre-built Sofle keyboard for 200€, which is still steep for a keyboard that don't even have a case. But I'm glad I did. Having modifiers keys in the thumb cluster is a game changer for me since I use a lot of shortcuts with key combinations. I would never go back to a traditional keyboard. So I think the hobbyist / open source keyboards can also be a good way to test the waters. There's variety of shapes and layouts to choose from and as long as you don't go for the wireless, full rgb options, they're generally more affordable.

  • @Masqueey
    @Masqueey 13 วันที่ผ่านมา

    Got my cherry blossom glove80 yesterday and I can confirm that they are fantastic and worth the ridiculous expense

  • @darcsentor
    @darcsentor 13 วันที่ผ่านมา

    Having had RSI issues for over 20+ years, channels like yours are a breath of fresh air. I found the Microsoft 4000 keyboards really great, a lot more like a traditional keyboard, but really comfortable curve. Then I tried a kinesis edge keyboard but I found that my RSI came back due to not having a Curve for fingers. Worked out flat keyboards are not good for me long-term. Then, after watching your videos, I ended up getting kinesis advantage 360 and being extremely happy with it. Also found switching to a 36 key layout made a massive difference in comfort. Tempted to get a glove 80 for work remote. Currently using a corn 42 keyboard when working remote, but the flatness isn’t great . Hoping one day they will release a glove 42 and I’ll buy it the next day. Is the Glove 80 very portable? Would it easily fit in laptop bag?

    • @ifcodingwerenatural
      @ifcodingwerenatural 11 วันที่ผ่านมา

      I would love to see a Glove42. The Glove80 is slightly more portable than the Adv360. The travel case takes up a lot of space (th-cam.com/video/iwjtiNxAkMA/w-d-xo.html), so I just toss the two halves into my backpack. For laptop bags, obviously it depends on the size, but it *barely* fits into my laptop bag with a 16" macbook.

    • @darcsentor
      @darcsentor 10 วันที่ผ่านมา

      @@ifcodingwerenatural thanks! That was the perfect shot, tried googling around with no luck. The case is bigger(deeper)than I thought but I guess that’s the price of a curved keyboard, might need a bigger bag :) any chance of bag reviews? :)

  • @SzymonAndrzejewski-d5b
    @SzymonAndrzejewski-d5b 13 วันที่ผ่านมา

    I highly recommend the if ergolite keyboard, I bought it for around 200$ with switches and keycaps. It's bigger than the most, and that's great for experimentation

  • @3_letter_animal
    @3_letter_animal 13 วันที่ผ่านมา

    What made my transition to the Glove80 way more interesting (and difficult) is ditching qwerty for engram, or should I say byou';.🤣 Id also mention that lower force switches are particularly useful for any fingers that you have not trained and haven't used properly, aka: the pinky. I got the red pro, by far the softest switch I ever owned, my problem with them is I can't rest my fingers on it without accidently typing. Maybe I should mod mine to have a few tactile keys for thumb + index...well see. Ty for the video! make more

  • @bagfleet
    @bagfleet 13 วันที่ผ่านมา

    Plant in the 3d-printer! Is that a HL2 reference? 😁

    • @jwr6796
      @jwr6796 13 วันที่ผ่านมา

      @@bagfleet pretty sure that means he printed a plant?

  • @christophermarsden9386
    @christophermarsden9386 13 วันที่ผ่านมา

    Got the Glove 80 about two months ago and I am loving it. It has made a huge difference in my comfort levels when typing. No regrets...

  • @BraxtonMeyer
    @BraxtonMeyer 13 วันที่ผ่านมา

    awww your dog is so good looking. what breed are they? also jus tvery unintersted in being involved in the video just like "Dad what are you doing "

    • @ifcodingwerenatural
      @ifcodingwerenatural 13 วันที่ผ่านมา

      He’s a mix between a Basenji and a Poodle :)

    • @BraxtonMeyer
      @BraxtonMeyer 13 วันที่ผ่านมา

      @@ifcodingwerenatural lookts like a very good boy, hope you give him lots of scratches and pets.

  • @jwr6796
    @jwr6796 13 วันที่ผ่านมา

    Dude, if you only want to do informal, one:take videos from now on, ill still tune in. Please do make sure to include your sog, however.

    • @jennib3395
      @jennib3395 13 วันที่ผ่านมา

      Sog = dog? If so, I agree 😂

    • @jwr6796
      @jwr6796 13 วันที่ผ่านมา

      Man, now I can't correct the typo without making you look like a lunatic. 😂

  • @ivanheffner2587
    @ivanheffner2587 13 วันที่ผ่านมา

    Contoured keyboards are definitely a game changer. About the only style of keyboard I would consider for daily use other than contoured is something like the DataHand’s spiritual successor, the Svalboard. As it is, though, I’m quite content with the Kinesis Advantage line of keyboards. They’ve served me quite well for nearly two decades. Next time I see someone complain about the cost of a Glove80 or Advantage 360, I’ll just ask if they have seen the price tag on the Angry Miao HATSU: $1800!

    • @Nina-cd2eh
      @Nina-cd2eh 13 วันที่ผ่านมา

      Honestly, if you get used to a reduced layout like the voyager or other even smaller custom keyboards, the keywell is not that important because you eliminate a huge amount of streching effort. It's quite the difference to get used to layers and only using basically three rows only though (or less, for the brave). I thought I'd miss it on the voyager but I'm almost happy it doesn't have a keywell at all which makes it a lot more compact.

  • @Therealmrdejay
    @Therealmrdejay 13 วันที่ผ่านมา

    Thank you for posting this!!! Much needed video

  • @TheBinary0101
    @TheBinary0101 13 วันที่ผ่านมา

    what about you give an honest? If a $600 keyboard has faulty software, it's NOT a good buy, period. Why you keep dancing around the its too obvious to ignore. You are not really good at doing reviews, just say it as its, stop walking on egg shells.