From 26b2ee8fe95026e84bd1721910d575db72cc1b3f Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 30 Jun 2023 10:07:30 +0200 Subject: directories and stage tmux background note --- .obsidian/workspace.json | 28 ++++++++++++---------- 280620231200 - Direct Attach Cable -DAC.md | 9 ------- 280620231201 - Transceiver.md | 5 ---- 280620231556 - Svelte.md | 9 ------- 280620231557 - SvelteKit.md | 7 ------ 280620231621 - Knowledge vs Information.md | 8 ------- ...1634 - Using Zettelkasten as a thinking tool.md | 11 --------- ...Running programs in the background with tmux.md | 8 +++++++ .../280620231200 - Direct Attach Cable -DAC.md | 9 +++++++ The Kast/280620231201 - Transceiver.md | 5 ++++ The Kast/280620231556 - Svelte.md | 9 +++++++ The Kast/280620231557 - SvelteKit.md | 7 ++++++ .../280620231621 - Knowledge vs Information.md | 8 +++++++ ...1634 - Using Zettelkasten as a thinking tool.md | 11 +++++++++ 14 files changed, 72 insertions(+), 62 deletions(-) delete mode 100644 280620231200 - Direct Attach Cable -DAC.md delete mode 100644 280620231201 - Transceiver.md delete mode 100644 280620231556 - Svelte.md delete mode 100644 280620231557 - SvelteKit.md delete mode 100644 280620231621 - Knowledge vs Information.md delete mode 100644 280620231634 - Using Zettelkasten as a thinking tool.md create mode 100644 Staging/300620231000 - Running programs in the background with tmux.md create mode 100644 The Kast/280620231200 - Direct Attach Cable -DAC.md create mode 100644 The Kast/280620231201 - Transceiver.md create mode 100644 The Kast/280620231556 - Svelte.md create mode 100644 The Kast/280620231557 - SvelteKit.md create mode 100644 The Kast/280620231621 - Knowledge vs Information.md create mode 100644 The Kast/280620231634 - Using Zettelkasten as a thinking tool.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 671ce7b..def4eac 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "280620231557 - SvelteKit.md", + "file": "The Kast/280620231557 - SvelteKit.md", "mode": "source", "source": false } @@ -25,7 +25,7 @@ "state": { "type": "markdown", "state": { - "file": "280620231557 - SvelteKit.md", + "file": "Staging/300620231000 - Running programs in the background with tmux.md", "mode": "source", "source": false } @@ -98,7 +98,7 @@ "state": { "type": "backlink", "state": { - "file": "280620231557 - SvelteKit.md", + "file": "Staging/300620231000 - Running programs in the background with tmux.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -115,7 +115,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "280620231557 - SvelteKit.md", + "file": "Staging/300620231000 - Running programs in the background with tmux.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -138,7 +138,7 @@ "state": { "type": "outline", "state": { - "file": "280620231557 - SvelteKit.md" + "file": "Staging/300620231000 - Running programs in the background with tmux.md" } } } @@ -146,8 +146,7 @@ } ], "direction": "horizontal", - "width": 300, - "collapsed": true + "width": 300 }, "left-ribbon": { "hiddenItems": { @@ -161,15 +160,18 @@ }, "active": "ebfb5ee240225d71", "lastOpenFiles": [ - "280620231556 - Svelte.md", - "280620231634 - Using Zettelkasten as a thinking tool.md", + "The Kast/280620231557 - SvelteKit.md", + "Staging/300620231000 - Running programs in the background with tmux.md", + "The Kast/280620231556 - Svelte.md", + "Staging", + "The Kast", + "The Kast/280620231634 - Using Zettelkasten as a thinking tool.md", "2023-06-28.md", - "280620231621 - Knowledge vs Information.md", + "The Kast/280620231621 - Knowledge vs Information.md", "Web Development.md", "Networking.md", - "280620231557 - SvelteKit.md", - "280620231200 - Direct Attach Cable -DAC.md", - "280620231201 - Transceiver.md", + "The Kast/280620231200 - Direct Attach Cable -DAC.md", + "The Kast/280620231201 - Transceiver.md", "280620231202 - Top of rack.md", "280620231555 - Routing (TODO).md", "Untitled.canvas" diff --git a/280620231200 - Direct Attach Cable -DAC.md b/280620231200 - Direct Attach Cable -DAC.md deleted file mode 100644 index fb1bf77..0000000 --- a/280620231200 - Direct Attach Cable -DAC.md +++ /dev/null @@ -1,9 +0,0 @@ -#datacenter - -A direct attach cable is used in data center environments to connect hardware such as servers, routers and switches. -Has a [[280620231201 - Transceiver]] on both ends. -Used most commonly to connect hardware in a rack to a switch in the top of a rack. -Can be up to 7 meter. -They are a lot cheaper than fiber. - ---- diff --git a/280620231201 - Transceiver.md b/280620231201 - Transceiver.md deleted file mode 100644 index 7bba020..0000000 --- a/280620231201 - Transceiver.md +++ /dev/null @@ -1,5 +0,0 @@ -#datacenter - -A transceiver is an electronic device which can both transmit and receive signals. - ---- diff --git a/280620231556 - Svelte.md b/280620231556 - Svelte.md deleted file mode 100644 index 0e9d077..0000000 --- a/280620231556 - Svelte.md +++ /dev/null @@ -1,9 +0,0 @@ -#web-development #svelte - -Svelte is a way to write UI components. It is a compiled language and compiles into JavaScript that can be run to render HTML for the page and CSS to style it. -It's not a full framework and thus would require additional components to build a complete application. -Therefore it can be used as a nice way to quickly build a simple web page using reusable components but with additional tools like [[280620231557 - SvelteKit]] it can be used to build an entire application. - ---- -[SvelteKit Documentation](https://kit.svelte.dev/docs/introduction#what-is-svelte) - diff --git a/280620231557 - SvelteKit.md b/280620231557 - SvelteKit.md deleted file mode 100644 index fd2f36a..0000000 --- a/280620231557 - SvelteKit.md +++ /dev/null @@ -1,7 +0,0 @@ -#web-development #svelte - -SvelteKit is a framework for developing applications using [[280620231556 - Svelte]]. -It provides features like routing, server-side rendering and enables us to conform to best practices, like specific build optimizations, offline support, preloading pages, - ---- -[SvelteKit Documentation](https://kit.svelte.dev/docs/introduction) \ No newline at end of file diff --git a/280620231621 - Knowledge vs Information.md b/280620231621 - Knowledge vs Information.md deleted file mode 100644 index 183eb35..0000000 --- a/280620231621 - Knowledge vs Information.md +++ /dev/null @@ -1,8 +0,0 @@ -#zettelkasten #note-taking - -The body of a Zettel [[280620231634 - Using Zettelkasten as a thinking tool]] should contain knowledge. -Information is just static lifeless data ready to be interpreted. Knowledge is information with added context and relevance. -It should still be relevant in the same context 10 years from now as it was when writing it. If we just capture some information. Without the context our later selves will probably look at it and wonder WTF it was for. - ---- -[Zettelkasten Introduction](https://zettelkasten.de/introduction/#the-body-of-the-zettel) \ No newline at end of file diff --git a/280620231634 - Using Zettelkasten as a thinking tool.md b/280620231634 - Using Zettelkasten as a thinking tool.md deleted file mode 100644 index ec7454d..0000000 --- a/280620231634 - Using Zettelkasten as a thinking tool.md +++ /dev/null @@ -1,11 +0,0 @@ -#zettelkasten #note-taking - -Zettelkasten is a method of note taking that can be seen as a thinking tool. The idea is that thoughts are captured in atomic notes (Zettel) and reference other such notes creating a graph. The graph may later reveal connections between topics that weren't visible before. - -The main important things are that: -- A zettel has a unique identifier -- A piece of knowledge -- Some references to whatever this knowledge came from ( or none if it's just a thought of our own ) - ---- -[Zettelkasten introduction](https://zettelkasten.de/introduction/) \ No newline at end of file diff --git a/Staging/300620231000 - Running programs in the background with tmux.md b/Staging/300620231000 - Running programs in the background with tmux.md new file mode 100644 index 0000000..b338da5 --- /dev/null +++ b/Staging/300620231000 - Running programs in the background with tmux.md @@ -0,0 +1,8 @@ +#tmux + +Tmux can be used to run programs in the background by opening a tmux session and starting the program. It is then possible to detach from that session while the program keeps running. + +It's also possible to directly start a program in its own session: + tmux new-session obsidian or leader+A $ and then new-session obsidian. + +--- diff --git a/The Kast/280620231200 - Direct Attach Cable -DAC.md b/The Kast/280620231200 - Direct Attach Cable -DAC.md new file mode 100644 index 0000000..fb1bf77 --- /dev/null +++ b/The Kast/280620231200 - Direct Attach Cable -DAC.md @@ -0,0 +1,9 @@ +#datacenter + +A direct attach cable is used in data center environments to connect hardware such as servers, routers and switches. +Has a [[280620231201 - Transceiver]] on both ends. +Used most commonly to connect hardware in a rack to a switch in the top of a rack. +Can be up to 7 meter. +They are a lot cheaper than fiber. + +--- diff --git a/The Kast/280620231201 - Transceiver.md b/The Kast/280620231201 - Transceiver.md new file mode 100644 index 0000000..7bba020 --- /dev/null +++ b/The Kast/280620231201 - Transceiver.md @@ -0,0 +1,5 @@ +#datacenter + +A transceiver is an electronic device which can both transmit and receive signals. + +--- diff --git a/The Kast/280620231556 - Svelte.md b/The Kast/280620231556 - Svelte.md new file mode 100644 index 0000000..0e9d077 --- /dev/null +++ b/The Kast/280620231556 - Svelte.md @@ -0,0 +1,9 @@ +#web-development #svelte + +Svelte is a way to write UI components. It is a compiled language and compiles into JavaScript that can be run to render HTML for the page and CSS to style it. +It's not a full framework and thus would require additional components to build a complete application. +Therefore it can be used as a nice way to quickly build a simple web page using reusable components but with additional tools like [[280620231557 - SvelteKit]] it can be used to build an entire application. + +--- +[SvelteKit Documentation](https://kit.svelte.dev/docs/introduction#what-is-svelte) + diff --git a/The Kast/280620231557 - SvelteKit.md b/The Kast/280620231557 - SvelteKit.md new file mode 100644 index 0000000..fd2f36a --- /dev/null +++ b/The Kast/280620231557 - SvelteKit.md @@ -0,0 +1,7 @@ +#web-development #svelte + +SvelteKit is a framework for developing applications using [[280620231556 - Svelte]]. +It provides features like routing, server-side rendering and enables us to conform to best practices, like specific build optimizations, offline support, preloading pages, + +--- +[SvelteKit Documentation](https://kit.svelte.dev/docs/introduction) \ No newline at end of file diff --git a/The Kast/280620231621 - Knowledge vs Information.md b/The Kast/280620231621 - Knowledge vs Information.md new file mode 100644 index 0000000..183eb35 --- /dev/null +++ b/The Kast/280620231621 - Knowledge vs Information.md @@ -0,0 +1,8 @@ +#zettelkasten #note-taking + +The body of a Zettel [[280620231634 - Using Zettelkasten as a thinking tool]] should contain knowledge. +Information is just static lifeless data ready to be interpreted. Knowledge is information with added context and relevance. +It should still be relevant in the same context 10 years from now as it was when writing it. If we just capture some information. Without the context our later selves will probably look at it and wonder WTF it was for. + +--- +[Zettelkasten Introduction](https://zettelkasten.de/introduction/#the-body-of-the-zettel) \ No newline at end of file diff --git a/The Kast/280620231634 - Using Zettelkasten as a thinking tool.md b/The Kast/280620231634 - Using Zettelkasten as a thinking tool.md new file mode 100644 index 0000000..ec7454d --- /dev/null +++ b/The Kast/280620231634 - Using Zettelkasten as a thinking tool.md @@ -0,0 +1,11 @@ +#zettelkasten #note-taking + +Zettelkasten is a method of note taking that can be seen as a thinking tool. The idea is that thoughts are captured in atomic notes (Zettel) and reference other such notes creating a graph. The graph may later reveal connections between topics that weren't visible before. + +The main important things are that: +- A zettel has a unique identifier +- A piece of knowledge +- Some references to whatever this knowledge came from ( or none if it's just a thought of our own ) + +--- +[Zettelkasten introduction](https://zettelkasten.de/introduction/) \ No newline at end of file -- cgit v1.2.3