• haxboar [any, any]@hexbear.net
    link
    fedilink
    English
    arrow-up
    2
    ·
    14 days ago

    I’ve been loving Qutebroswer. Gives me all the browser-stuff that I need, with vim keybindings. It’s also super customizeable.

    I dream of the day that I can get rid of my mouse.

    • invalidusernamelol [he/him]@hexbear.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      14 days ago

      Hell yeah, I checked their codebase and immediately saw a cast usage. That’s one of those python things that no one uses but it absolutely amazing if you actually use the type system properly.

      I love properly typed Python code. It hits different.

      It does seem like they’re casting a ForwardRef onto None though, so not sure exactly what they’re trying to accomplish there. It does literally nothing at all at runtime or lint time, but it’s still cool so see a cast in the wild.