diff options
Diffstat (limited to 'The Kast')
-rw-r--r-- | The Kast/280620231200 - Direct Attach Cable -DAC.md | 9 | ||||
-rw-r--r-- | The Kast/280620231201 - Transceiver.md | 5 | ||||
-rw-r--r-- | The Kast/280620231556 - Svelte.md | 9 | ||||
-rw-r--r-- | The Kast/280620231557 - SvelteKit.md | 7 | ||||
-rw-r--r-- | The Kast/280620231621 - Knowledge vs Information.md | 8 | ||||
-rw-r--r-- | The Kast/280620231634 - Using Zettelkasten as a thinking tool.md | 11 |
6 files changed, 49 insertions, 0 deletions
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 |