Committing extra source files

This commit is contained in:
2025-08-08 12:26:01 +01:00
parent 3443e98d1f
commit 0309c458ba
22 changed files with 14241 additions and 1 deletions

8
blogs/blogs-intro.org Normal file
View File

@@ -0,0 +1,8 @@
#+TITLE: Blogs Introduction
#+OPTIONS: toc:nil num:nil
#+DATE: <2025-08-08 Fri>
#+FILETAGS: :introduction:
* Introduction
In this section you will find posts that are not as /structured/ as the ones found in [[../posts/posts-list.org][here]]. Mainly these will deal with findings, research, assorted writings and random bits and blobs.

6
blogs/blogs-list.org Normal file
View File

@@ -0,0 +1,6 @@
#+TITLE: Blogs List
#+OPTIONS: toc:nil num:nil
* Posts:
- [[file:blogs-intro.org][Blogs Introduction]] @@html:<span class="post-date">2025-08-08</span>@@ @@html:<span class="post-tag">introduction</span>@@
- [[file:zettelkasten.org][Zettelkasten Method]] @@html:<span class="post-date">2025-08-05</span>@@ @@html:<span class="post-tag">education</span>@@

20
blogs/zettelkasten.org Normal file
View File

@@ -0,0 +1,20 @@
#+TITLE: Zettelkasten Method
#+DATE: <2025-08-05 Tue>
#+OPTIONS: toc:nil num:nil
#+FILETAGS: :education:
* The Zettelkasten Method
This Zettelkasten method is growing in popularity for taking notes. Ever felt as though there's too much pieces of information but you don't know how to deal with it? This method solves exactly that problem and more. Think of it as forming a /second brain/, where you can jot down ideas and information whilst simultaneously being able to connect them together.
The [[https://zettelkasten.de/introduction/][official website]] describes in detail exactly what the Zettelkasten method is, providing use cases and benefits to this method. The part I wanted to highlighted in this is the following paragraph, where the author depicts how this concept would be explained to someone unfamiliar with it:
#+BEGIN_QUOTE
A Zettelkasten is a personal tool for thinking and writing. It has hypertextual features to make a web of thoughts possible. The difference to other systems is that you create a web of thoughts instead of notes of arbitrary size and form, and emphasize connection, not a collection.
#+END_QUOTE
This web of thoughts is exactly what makes it useful, it takes on the seemingly cluttered /mess of information/ and is able to link the nodes together to create something meaningful and useful.
There are many personal knowledge management systems' (PKMS) out there that allow you to practice this method; the most common ones being [[https://obsidian.md/][Obsidian]] and [[https://www.orgroam.com/][Org Roam]]. After using Org Roam with Emacs for about a year or so, I realised how useful this method really is. A random idea can be jotted down and later connected to a bigger project or note system. The following picture below is a screenshot of a graph generated UI for all the nodes created in my Org Roam folder:
[[../assets/org-roam-ui-graph.png]]