From 59887a96ffe40e4e37828f8424c60437677c6994 Mon Sep 17 00:00:00 2001 From: Mischa van den Burg Date: Sat, 27 Apr 2024 18:30:01 +0200 Subject: [PATCH] Automated commit at Sat Apr 27 18:30:01 CEST 2024 --- content/Hardware.md | 8 +++++++ content/Post exam notes.md | 21 +++++++++++++++++++ content/Using thinkpad more in living room.md | 15 +++++++++++++ content/Value types and reference types.md | 15 +++++++++++++ ... operations is like being a firefighter.md | 9 ++++++++ content/index.md | 3 ++- 6 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 content/Hardware.md create mode 100644 content/Post exam notes.md create mode 100644 content/Using thinkpad more in living room.md create mode 100644 content/Value types and reference types.md create mode 100644 content/Working in operations is like being a firefighter.md diff --git a/content/Hardware.md b/content/Hardware.md new file mode 100644 index 000000000..9d4b6c83a --- /dev/null +++ b/content/Hardware.md @@ -0,0 +1,8 @@ + +- [[Using thinkpad more in living room]] + +## Links: + + + +202404271822 \ No newline at end of file diff --git a/content/Post exam notes.md b/content/Post exam notes.md new file mode 100644 index 000000000..07cd4e42c --- /dev/null +++ b/content/Post exam notes.md @@ -0,0 +1,21 @@ + +Just had the CKS exam + +Things you need to know + +- audit policy setting it up from scratch + +things I didn't finish + +- falco rule +- kubelet kube-bench systemd configuration of parameters + +doubt: + +- np: pods with label x=y from all namespaces + +## Links: + + + +202404221837 \ No newline at end of file diff --git a/content/Using thinkpad more in living room.md b/content/Using thinkpad more in living room.md new file mode 100644 index 000000000..de17d2e27 --- /dev/null +++ b/content/Using thinkpad more in living room.md @@ -0,0 +1,15 @@ + +This is the first time I'm actually using the thinkpad. And I think I want to use it much more. + +The macbook is awesome, but it is annoying having to detach it all the time. I could have the thinkpad + ipad in the living room, and just try to keep the mac in the office. + +The keyboard is actually quite nice, and now I'm just typing text and I don't have to switch between editing modes that much, it is actually quite comfortable to work on in vim. + +Now typing this in neovim on ubuntu. It's quite nice, but pressing escape is definitely a bit of a hassle. + + +## Links: + + + +202404182210 diff --git a/content/Value types and reference types.md b/content/Value types and reference types.md new file mode 100644 index 000000000..45d184dbb --- /dev/null +++ b/content/Value types and reference types.md @@ -0,0 +1,15 @@ + +There are two categories of types types of variables: value types and reference types. + +Variables of value type store their contents in the stack. When a program runs on the CPU, the code is allocated memory, and this storage space is called the stack, or stack frame or activation frame. + +Reference variables store their memory in a region called the heap. This is shared across the different applications running on the OS. When running .NET applications, the .NET runtime communicates with the OS to request addresses where it can store the value. + +This memory address is returned to the variable. When the reference type variable is used in the code, the value is looked up by the memory address stored in the variable and the information is retrieved from memory. + +## Links: + +[Exercise - Discover reference types - Training | Microsoft Learn](https://learn.microsoft.com/en-us/training/modules/csharp-choose-data-type/5-exercise-reference-types) + + +202404171405 \ No newline at end of file diff --git a/content/Working in operations is like being a firefighter.md b/content/Working in operations is like being a firefighter.md new file mode 100644 index 000000000..72e0a26c4 --- /dev/null +++ b/content/Working in operations is like being a firefighter.md @@ -0,0 +1,9 @@ +Firefighters don't do much when there isn't a fire. They clean their equipment, and make sure everything runs nicely. But in general they can take it a bit easier. + +But when the big fire comes, they need to be in full action and work very intensely for a period of time. Then they are the heroes. + +## Links: + + + +202404221903 \ No newline at end of file diff --git a/content/index.md b/content/index.md index efed6c547..e0dd1873f 100644 --- a/content/index.md +++ b/content/index.md @@ -28,7 +28,7 @@ If you wish to get in touch with me, take a look at https://mischavandenburg.com * PKM & Productivity * [[Zettelkasten]] -* Work +* Tech * [[Kubernetes]] * [[Containers]] * [[Consultancy]] @@ -37,6 +37,7 @@ If you wish to get in touch with me, take a look at https://mischavandenburg.com * [[Linux]] * [[Azure]] * [[Career]] + * [[Hardware]] - Workflow - [[i3]] \ No newline at end of file