Cleaned cache and reapplied .gitignore rules
This commit is contained in:
parent
8b2d04d50f
commit
fbbddd0aac
2 changed files with 52 additions and 4 deletions
24
.obsidian/workspace.json
vendored
24
.obsidian/workspace.json
vendored
|
@ -21,8 +21,24 @@
|
|||
"icon": "lucide-file",
|
||||
"title": "Argument Passing"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "5e5fd1622dcd9b85",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Python/README.md.md",
|
||||
"mode": "source",
|
||||
"backlinks": true,
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "README.md"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
|
@ -165,16 +181,16 @@
|
|||
"obsidian-textgenerator-plugin:Text Generator: Templates Packages Manager": false
|
||||
}
|
||||
},
|
||||
"active": "d8b2d491d5dde0b3",
|
||||
"active": "5e5fd1622dcd9b85",
|
||||
"lastOpenFiles": [
|
||||
"Python/Invoking the Interpreter.md",
|
||||
"Python/Argument Passing.md",
|
||||
"Python/README.md.md",
|
||||
"Python/Invoking the Interpreter.md",
|
||||
"02 Templates/Sub Concept.md",
|
||||
"Python/Interactive Mode.md",
|
||||
"02 Templates/Main Concept.md",
|
||||
"{{Subsection 3 Title}}.md",
|
||||
"02 Templates",
|
||||
"Python/Untitled.md",
|
||||
"Python",
|
||||
"The Symbolism of Water as an Element.md",
|
||||
"03 Attachments",
|
||||
|
|
32
Python/README.md.md
Normal file
32
Python/README.md.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
## **VoidOS - A Journey of Learning and Knowledge Sharing**
|
||||
Welcome to **VoidOS**, a repository that began as an exploration of coding and has evolved into something much greater—a **second brain**. Here, I've documented the things that intrigue, inspire, and educate me across various topics I love. This is not just a collection of notes; it's a living, breathing testament to curiosity and lifelong learning.
|
||||
### **What is VoidOS?**
|
||||
VoidOS is a public repository of my personal learning journey:
|
||||
|
||||
- A space where I share notes, ideas, and resources on subjects I'm passionate about.
|
||||
- Topics range from programming and software engineering to the wonders of science, philosophy, and beyond.
|
||||
- It's a reflection of my growth from someone starting in software development to a deeper understanding of the world through the lens of knowledge.
|
||||
### **Who is This For?**
|
||||
- Aspiring developers looking for a relatable starting point.
|
||||
- Curious minds eager to dive into diverse topics.
|
||||
- Anyone who appreciates the journey of learning and wants to connect over shared knowledge.
|
||||
### **Why I Created VoidOS**
|
||||
What began as a way to land a career in software engineering has grown into a much larger mission:
|
||||
1. To document the things that intrigue me.
|
||||
2. To organize and share knowledge with others who might find it useful.
|
||||
3. To create a resource for future reflection and collaboration.
|
||||
### **What's Inside**
|
||||
- **Obsidian Notes:** Detailed and interconnected notes on various topics, like a second brain.
|
||||
- **Programming Projects:** Examples of code that helped me learn key concepts.
|
||||
- **Personal Insights:** Thoughts and reflections on what I've learned and why it matters.
|
||||
### **How to Use This Repository**
|
||||
Feel free to:
|
||||
- Explore the notes to learn more about topics that catch your eye.
|
||||
- Fork the repository if you'd like to organize or expand upon the content.
|
||||
- Contribute by suggesting ideas, corrections, or additional resources.
|
||||
### **A Note on the Name**
|
||||
**VoidOS** symbolizes my personal journey:
|
||||
- **Void**: The curiosity to fill the unknown with knowledge and understanding.
|
||||
- **OS**: A nod to my roots in technology and the systems I've learned to build and explore.
|
||||
|
||||
---
|
Loading…
Reference in a new issue