awacke1 commited on
Commit
7413475
·
verified ·
1 Parent(s): 5aa4499

Update Rust Go and Zig - Language Patterns for HPC.md

Browse files
Rust Go and Zig - Language Patterns for HPC.md CHANGED
@@ -8,8 +8,12 @@ Since AI Pair Programming came to be in 2020, I develop at a hefty 3000 lines pe
8
 
9
  My daily spaces are often around 1500 code lines with version numbers in 200-300 range for replacing full app.py, requirements.txt and redocker boot is my coding mainstay.
10
 
11
- Fav IDE's are 1. HuggingFace and 2. VSCode.
 
 
 
12
 
 
13
 
14
  Here is why I think you should give Rust, Go, and Zig a spin. I’ll keep it practical and tailored to the world I am familiar with.
15
 
 
8
 
9
  My daily spaces are often around 1500 code lines with version numbers in 200-300 range for replacing full app.py, requirements.txt and redocker boot is my coding mainstay.
10
 
11
+ Fav IDE's are 1. HuggingFace and 2. VSCode. Here is why. Time it!
12
+ 1. Create a new Space picking a primary python library or container flavor alt. HF: 3 seconds 2. VSCode: 5 minutes - new folder, set py interpreter, create a launch.json
13
+ 2. Create a short python program composed of app.py and requirements.txt
14
+ 3. Introduce something really hard but simplified so you can learn all patterns yet suffer no defeat: e.g. git clone https://github.com/AaronCWacker/SFT for an instant ML SFT pipeline with Test and Agentic ready OOB.
15
 
16
+ Then experiment. How low can we go for HPC?
17
 
18
  Here is why I think you should give Rust, Go, and Zig a spin. I’ll keep it practical and tailored to the world I am familiar with.
19