[[start:knowledge|<< Back]]
====== Computer ======
It's always a good idea to create your own account seperatly from an admin account.\\
Read more about it here: [[https://www.reddit.com/r/antivirus/comments/1881tmo/what_are_some_recommendations_for_good_antivirus/|Good safety recommendations]]\\
To prevent spam in your main mailbox, create a catch-all email on custom domain for logins where you don't want to receive mail from
===== Terminology =====
[[https://en.wikipedia.org/wiki/8-bit_color|8-bit color]]\\
[[https://en.wikipedia.org/wiki/Kernel_(operating_system)|Kernel]]\\
[[https://en.wikipedia.org/wiki/Daemon_(computing)|Daemon]]\\
[[https://en.wikipedia.org/wiki/Regular_expression|RegEx]]\\
===== Internet =====
[[https://youtube.com/playlist?list=PLIFyRwBY_4bRLmKfP1KnZA6rZbRHtxmXi&si=RQvfU6M6aZRbKIMq|Networking]]\\
[[https://thevalleyofcode.com/|The Valley Of Code]]\\
===== Shaders =====
[[https://iquilezles.org/articles/distfunctions2d/|2D distance functions]]
===== Slashes =====
Forward slashes (/) are the standard in most cross-platform development tools.\\
Backslashes (\) are traditional in Windows path notation.\\
For best compatibility, it's recommend choosing forward slashes. Here's why:\\
- Git internally uses forward slashes regardless of the platform
- Forward slashes work consistently across operating systems
- Most Git documentation and examples use forward slashes
- It reduces potential escape character issues in command-line operations
===== Links =====
[[https://www.youtube.com/@shanselman|Scott Hanselman]]