• 3 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle

  • Rust

    • no undefined behavior outside unsafe
    • performance
    • package management
    • lots of crates
    • it’s enums
    • Result and Option
    • makes good practices easy and bad ones hard

    Other languages are cool too (except java) but they often miss half of what I like about rust. I like C but debugging undefined behavior is hard even with valgrind


  • jroid8@lemmy.worldOPtoLinux@lemmy.mlCloser number keys
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    Thanks for the suggestion! I’m now using Kanata which is inspired by Kmonad and it’s working well so far. Despite the cool things that come with external keyboards split or not, I don’t want to be uncomfortable with my built in keyboard when my laptop is on my legs or I just don’t have access to a table in general




  • jroid8@lemmy.worldOPtoLinux@lemmy.mlCloser number keys
    link
    fedilink
    arrow-up
    3
    ·
    6 months ago

    Thanks for the comment. Neither, I’ve been typing with 10 fingers for 3 years, and my fingers are normal. I just want to access my number row without having to move my hands as much. It’s a hyper optimization I know but I would move closer to typing and editing with the speed of thought if I do it






  • jroid8@lemmy.worldtoProgrammer Humor@lemmy.mlC meme
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    How often is something is simplified with reactivity? Who though the web needs reactivity? When I go to the steam page of a game there’s no more than one thing which needs to react to my action. When I hover over a game a new div should appear and nothing else needs to react to it. I clearly don’t get it