[–] 13 points 2 years ago (5 children)

Unless you have aphantasia. People with aphantasia are unable to mentally visualize. I close my eyes and it's just blackness all the time.

  • source
  • [–] 27 points 2 years ago (2 children)

    @alphacyberranger
    This is why I have my VSCodium set to highlight all indentation levels in my settings.json

    To see the editor indent guides, set "editor.guides.indentation": true and "editor.guides.highlightActiveIndentation": true.

    editorIndentGuide.background: Color of the editor indentation guides.
    editorIndentGuide.activeBackground: Color of the active editor indentation guide.

    https://code.visualstudio.com/api/references/theme-color

  • source
  • [–] 2 points 2 years ago

    @PuppyOSAndCoffee I have a laptop with an Intel GPU with Iris graphics. Initially it was a huge pain to get it working as the kernel version to support it hadn't been released yet. However, NixOS gave me enough freedom to set my kernel version to a release candidate that fixed it. Now that they've rolled the new kernel into the main nixpkgs the graphics work fine.

    And for what it's worth, my desktop with an nvidia gtx1080 works just fine with NixOS (at least for casual gaming) by allowing it to run unfree software and telling it to use an nvidia driver.

  • source