Brain II

Site Tools


start:knowledge:computer_science

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:knowledge:computer_science [2025/02/25 10:36] florianstart:knowledge:computer_science [2025/03/16 10:41] (current) – [Computer] florian
Line 1: Line 1:
 [[start:knowledge|<< Back]] [[start:knowledge|<< Back]]
 ====== Computer ====== ====== Computer ======
 +
 +<note tip>
 +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]]\\
 +</note>
 +
 +<note tip>
 +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
 +</note>
 +
 ===== Terminology ===== ===== Terminology =====
 [[https://en.wikipedia.org/wiki/8-bit_color|8-bit color]]\\ [[https://en.wikipedia.org/wiki/8-bit_color|8-bit color]]\\
Line 13: Line 23:
 ===== Shaders ===== ===== Shaders =====
 [[https://iquilezles.org/articles/distfunctions2d/|2D distance functions]] [[https://iquilezles.org/articles/distfunctions2d/|2D distance functions]]
-===== Machine Learning ===== 
-[[https://www.youtube.com/watch?v=iNjXL9KbN4w&t=374s&ab_channel=SylviaTran|anaconda setup and github repo cloning]]\\ 
-[[https://github.com/dnutiu/image-tagging/releases|Image-tagging]]\\ 
-[[https://azadux.blog/2024/07/21/realitycapturetopostshot/|Gaussian Splatting workflow]]\\ 
  
-^ Name                                                                          ^ Description                                     ^ 
-| [[https://github.com/roboflow/supervision|Supervision]]                       | Computer vision tools                           | 
-| [[https://github.com/compphoto/BoostingMonocularDepth|Depth map generator]]   | Depth map generator                             | 
-| [[https://github.com/sanghunpark/neural_crossbreed|Neural crossbreed]]        | Blend inbetween faces                           | 
-| [[https://eulerian.cs.washington.edu/|Eulerian Motion Fields]]                | Animating Pictures with Eulerian Motion Fields  | 
-| [[https://github.com/facefusion/facefusion|Facefusion]]                       | Replace face in video from single images        | 
-| [[https://github.com/Kevin-thu/DiffMorpher|DiffMorpher]]                      | Blend inbetween images                          | 
-| [[https://github.com/jhc13/taggui?tab=readme-ov-file|TagGUI]]\\               | Adding and editing image tags and captions      | 
-| [[https://github.com/rerun-io/rerun|Rerun]]                                   | Visualization toolkit for multimodal data       | 
-| [[https://www.comfy.org/|ComfyUI]]                                            | Node based stable diffusion tool                | 
-| [[https://claude.ai|Claude]]                                                  | AI assistant, very good for coding              | 
-| [[https://omnimotion.github.io/|Tracking Everything Everywhere All at Once]]  | AI point Tracker                                | 
  
  
  
 +
 +===== 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]]
start/knowledge/computer_science.1740476206.txt.gz · Last modified: 2025/02/25 10:36 by florian