mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
Automated commit at Sat Apr 27 18:30:01 CEST 2024
This commit is contained in:
parent
9206c6aba5
commit
59887a96ff
8
content/Hardware.md
Normal file
8
content/Hardware.md
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
- [[Using thinkpad more in living room]]
|
||||
|
||||
## Links:
|
||||
|
||||
|
||||
|
||||
202404271822
|
||||
21
content/Post exam notes.md
Normal file
21
content/Post exam notes.md
Normal 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
|
||||
15
content/Using thinkpad more in living room.md
Normal file
15
content/Using thinkpad more in living room.md
Normal 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
|
||||
15
content/Value types and reference types.md
Normal file
15
content/Value types and reference types.md
Normal 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
|
||||
@ -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
|
||||
@ -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]]
|
||||
Loading…
Reference in New Issue
Block a user