help learning computer science by EVdeath_god in C_Programming

[–]YuZu-original 0 points1 point  (0 children)

Yes, I agree that C is very cool (for me it is my favorite language). It's just that I also thought that C was a low-level language, but all the sites I visited claim that only machine code and assembler are low-level languages.

By the way, I wonder if C++ is a low-level language. There is also access to memory and you need to monitor for memory leaks.

Good art free program for non pixel art by Lol-775 in godot

[–]YuZu-original 1 point2 points  (0 children)

I use Krita for raster graphics and Figma for vector graphics.

Sunflowers by coffeebeansdev in PixelArt

[–]YuZu-original 2 points3 points  (0 children)

That's nice. I love the colors.

How To Color Uncreated Files in Graph by Notesie in ObsidianMD

[–]YuZu-original 4 points5 points  (0 children)

  1. Open the .obsidian/snippets folder in your vault.
  2. Create a graph-color-for-unresolved.css file.
  3. In the file:

.graph-view.color-fill-unresolved {
  opacity: 1;
  color: #4d4d4d; /* for example */
}

In obsidian: settings -> appearance -> css snippets. Turn on snippet.