From 9642cd7ae24f0ba79ce5647c709b35ae8f06a285 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Sun, 19 Jan 2025 21:14:51 +0100 Subject: vault backup: 2025-01-19 21:14:51 --- Kast/1736693605 flex layout.md | 4 ---- Kast/1736694326 align items.md | 4 ---- Kast/1736696870 mobile first design and development.md | 2 -- Kast/1736707302 Too much notes.md | 2 -- Kast/1736758994 Network switch.md | 7 ------- 5 files changed, 19 deletions(-) delete mode 100644 Kast/1736693605 flex layout.md delete mode 100644 Kast/1736694326 align items.md delete mode 100644 Kast/1736696870 mobile first design and development.md delete mode 100644 Kast/1736707302 Too much notes.md delete mode 100644 Kast/1736758994 Network switch.md (limited to 'Kast') diff --git a/Kast/1736693605 flex layout.md b/Kast/1736693605 flex layout.md deleted file mode 100644 index 22008e5..0000000 --- a/Kast/1736693605 flex layout.md +++ /dev/null @@ -1,4 +0,0 @@ -The flexbox layout is a single axis layout that makes it easy to layout content on a given axis. - -`flex-direction: column;` sets Y as the main axis, and X as the cross axis. -`flex-direction: row;` sets X as the main axis, and Y as the cross axis. diff --git a/Kast/1736694326 align items.md b/Kast/1736694326 align items.md deleted file mode 100644 index 7febeeb..0000000 --- a/Kast/1736694326 align items.md +++ /dev/null @@ -1,4 +0,0 @@ -https://developer.mozilla.org/en-US/docs/Web/CSS/align-items - -Use `align-items` to align items on the cross-axis in flexbox. If grid layout is used items are aligned -on the block axis within their grid area. diff --git a/Kast/1736696870 mobile first design and development.md b/Kast/1736696870 mobile first design and development.md deleted file mode 100644 index 5cc0f57..0000000 --- a/Kast/1736696870 mobile first design and development.md +++ /dev/null @@ -1,2 +0,0 @@ -While working on the [[website]] [[wedding invitation]] I found that it is much easier to -build it for mobile first. diff --git a/Kast/1736707302 Too much notes.md b/Kast/1736707302 Too much notes.md deleted file mode 100644 index 32dddcc..0000000 --- a/Kast/1736707302 Too much notes.md +++ /dev/null @@ -1,2 +0,0 @@ -Collecting too much interesting notes and keeping them together makes it harder to use them effectively. -Because we swamp our note taking system with all sorts of random interesting stuff it's difficult to find the things that truly matter to us and make relevant connections between them. \ No newline at end of file diff --git a/Kast/1736758994 Network switch.md b/Kast/1736758994 Network switch.md deleted file mode 100644 index 2fed693..0000000 --- a/Kast/1736758994 Network switch.md +++ /dev/null @@ -1,7 +0,0 @@ -#linux #networking - -A switch keeps a MAC-Address-Table mapping MAC addresses to connected ports. Connected devices that want to communicate learn each others' MAC address via an ARP request. They can then specify the destination MAC address and the switch will do the forwarding to the correct port. - -Broadcast domain: broadcast traffic will be forwarded to all ports except the port the request arrived on. Broadcast traffic will stay within the broadcast domain as routers that receive a broadcast do not forward it to another [[subnet]]. - -> Large layer 2 broadcast domains can cause problems for example a [[broadcast storm]] which can take down the network -- cgit v1.2.3