summaryrefslogtreecommitdiff
path: root/Refined
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-23 09:25:48 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-23 09:25:48 +0100
commit93d36010a9d54bca1fdcaf1f4c99e6981aaf41bc (patch)
tree5160dd8d644233090d2d62f21772f0fee60b2953 /Refined
parentf3711a93832df46dc245075df08b9ebfc05266e9 (diff)
initial sync with all my existing notes
Diffstat (limited to 'Refined')
-rw-r--r--Refined/Group.ONE Infrastructure.md1
-rw-r--r--Refined/Man pages.md3
-rw-r--r--Refined/Note taking.md7
-rw-r--r--Refined/RabbitMQ.md2
-rw-r--r--Refined/TaskWarrior (ToDo).md3
5 files changed, 16 insertions, 0 deletions
diff --git a/Refined/Group.ONE Infrastructure.md b/Refined/Group.ONE Infrastructure.md
new file mode 100644
index 0000000..1d9ba33
--- /dev/null
+++ b/Refined/Group.ONE Infrastructure.md
@@ -0,0 +1 @@
+I want to have an overview of systems and what they are responsible for. Example, what is OneHOP or OneHome and what do they do. I plan to write that down in this document. \ No newline at end of file
diff --git a/Refined/Man pages.md b/Refined/Man pages.md
new file mode 100644
index 0000000..901be15
--- /dev/null
+++ b/Refined/Man pages.md
@@ -0,0 +1,3 @@
+**2024-08-21 18:07:20**
+I need to more consistently read man pages. Example is `man task` to see how taskwarrior works, after reading it today I found that it is actually quite easy.
+They often contain good information on how to use a certain tool. \ No newline at end of file
diff --git a/Refined/Note taking.md b/Refined/Note taking.md
new file mode 100644
index 0000000..2a47666
--- /dev/null
+++ b/Refined/Note taking.md
@@ -0,0 +1,7 @@
+**2024-08-21 17:59:00**
+I want to become better at taking notes consistently in the hope that I forget less important things and become better overall at managing knowledge.
+To try and create the habit I will open a new daily note in Obsidian at the start of the day and sit down at the end of the day to refine anything written down into a more permanent form like this one. I'm hoping that by doing this consistently I will more often write down ideas, information, etc. during the day, rather than forget about it.
+
+After refining the daily notes, I should commit and push changes to a remote git repo that is also regularly backed up so I keep all this knowledge safe.
+
+I'm not yet sure if and how I incorporate this into a "zettelkast", something I did start before but never really stuck. I will need to do more research into this, and note taking overall. \ No newline at end of file
diff --git a/Refined/RabbitMQ.md b/Refined/RabbitMQ.md
new file mode 100644
index 0000000..e9c94c5
--- /dev/null
+++ b/Refined/RabbitMQ.md
@@ -0,0 +1,2 @@
+**2024-08-21 18:09**
+With `rabbitmqctl list_queues` we can add columns to show. So instead of the default layout which shows messages in the Q after the name and is horrible we can specify stuff like: `rabbitmqctl list_queues messages consumers name`. There are more options to be found in `man rabbitmqctl`.
diff --git a/Refined/TaskWarrior (ToDo).md b/Refined/TaskWarrior (ToDo).md
new file mode 100644
index 0000000..6002fde
--- /dev/null
+++ b/Refined/TaskWarrior (ToDo).md
@@ -0,0 +1,3 @@
+**2024-08-21 18:03:00**
+I want to better keep track of what i'm doing, for that purpose I will use taskwarrior. For usage see `man task`.
+Adding a task is done by `task add`, to modify it `task <ID> modify` . I use priorities, they can be set on a new or existing task with `priority:H/M/L`.