summaryrefslogtreecommitdiff
path: root/The Kast
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-08-21 16:22:08 +0200
committerJasper Ras <jras@hostnet.nl>2024-08-21 16:22:08 +0200
commitf3711a93832df46dc245075df08b9ebfc05266e9 (patch)
tree167c4c4a9bedd6b94392b20eb6e68bc38656d456 /The Kast
parent26b2ee8fe95026e84bd1721910d575db72cc1b3f (diff)
forgot to commit for a while
Diffstat (limited to 'The Kast')
-rw-r--r--The Kast/280620231200 - Direct Attach Cable -DAC.md9
-rw-r--r--The Kast/280620231201 - Transceiver.md5
-rw-r--r--The Kast/280620231556 - Svelte.md9
-rw-r--r--The Kast/280620231557 - SvelteKit.md7
-rw-r--r--The Kast/280620231621 - Knowledge vs Information.md8
-rw-r--r--The Kast/280620231634 - Using Zettelkasten as a thinking tool.md11
6 files changed, 0 insertions, 49 deletions
diff --git a/The Kast/280620231200 - Direct Attach Cable -DAC.md b/The Kast/280620231200 - Direct Attach Cable -DAC.md
deleted file mode 100644
index fb1bf77..0000000
--- a/The Kast/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/The Kast/280620231201 - Transceiver.md b/The Kast/280620231201 - Transceiver.md
deleted file mode 100644
index 7bba020..0000000
--- a/The Kast/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/The Kast/280620231556 - Svelte.md b/The Kast/280620231556 - Svelte.md
deleted file mode 100644
index 0e9d077..0000000
--- a/The Kast/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/The Kast/280620231557 - SvelteKit.md b/The Kast/280620231557 - SvelteKit.md
deleted file mode 100644
index fd2f36a..0000000
--- a/The Kast/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/The Kast/280620231621 - Knowledge vs Information.md b/The Kast/280620231621 - Knowledge vs Information.md
deleted file mode 100644
index 183eb35..0000000
--- a/The Kast/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/The Kast/280620231634 - Using Zettelkasten as a thinking tool.md b/The Kast/280620231634 - Using Zettelkasten as a thinking tool.md
deleted file mode 100644
index ec7454d..0000000
--- a/The Kast/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