Automated commit at Sat Apr 27 18:30:01 CEST 2024

This commit is contained in:
Mischa van den Burg 2024-04-27 18:30:01 +02:00
parent 9206c6aba5
commit 59887a96ff
6 changed files with 70 additions and 1 deletions

8
content/Hardware.md Normal file
View File

@ -0,0 +1,8 @@
- [[Using thinkpad more in living room]]
## Links:
202404271822

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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]]