pamymaf

joined 1 year ago
[–] [email protected] 13 points 1 year 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.

[–] [email protected] 2 points 1 year ago

@Toldry

Here's the relevant section of my settings.json

json { "workbench.tree.renderIndentGuides": "always", "workbench.tree.indent": 15, "editor.guides.indentation": true, "workbench.colorCustomizations": { "editorIndentGuide.background": "#fd6bff", "tree.indentGuidesStroke": "#fd6bff" } }

@alphacyberranger

[–] [email protected] 27 points 1 year 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

[–] [email protected] 3 points 1 year ago

@Jackthelad What if their name is Sky/Skylar/Skyler or something similar?

@BackOnMyBS

[–] [email protected] 8 points 1 year ago (2 children)

@BackOnMyBS Mix (Mx.) is the most common. I personally prefer Misser (Msr.), but that's even rarer. Informally I just tell people to call me comrade or friend.

[–] [email protected] 1 points 1 year ago

@cogitoprinciple

I hate it for the same reason I hate most foods with seeds in them. I want to know what I'm biting into and when it's going to be crunchy or not and not an uneven texture.

[–] [email protected] 2 points 1 year 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.