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/27 13:39] florianstart:knowledge:computer_science [2025/03/16 10:41] (current) – [Computer] florian
Line 2: Line 2:
 ====== 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 =====
Line 15: 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                                |+
  
  
Line 37: Line 31:
  
  
-Forward slashes (/) are the standard in Git and most cross-platform development tools\\ +Forward slashes (/) are the standard in most cross-platform development tools.\\ 
-Backslashes (\) are traditional in Windows path notation\\+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 
 + 
  
-For best compatibility, I 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\\ 
  
-Choosing forward slashes will ensure better compatibility if you ever need to work with your repository on different operating systems or if you collaborate with others using non-Windows systems.\\ 
-Either option will work for basic functionality, but forward slashes are generally considered the better practice in Git environments, even on Windows.\\ 
  
 +===== Links =====
  
  
 +[[https://www.youtube.com/@shanselman|Scott Hanselman]]
start/knowledge/computer_science.1740659945.txt.gz · Last modified: 2025/02/27 13:39 by florian