-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
255 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Wiki | ||
lang: ENG | ||
--- | ||
|
||
## Note | ||
|
||
It is my knowledge database. Here I store all the public notes I have about | ||
everything. As I strongly believe in [Open | ||
Knowledge](https://en.wikipedia.org/wiki/Open_knowledge), I want them to be as | ||
open as possible. However, use them at your own risks, I can't certify it is | ||
the truth. If you find a typo, an error or anything wrong, feel free to open an | ||
issue! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Books | ||
description: All about the books I have and I will read | ||
lang: ENG | ||
--- | ||
|
||
## Note | ||
|
||
Here, you can find an inventory about the books I have read and a list about the books I might read at some point. In the new iterations, I try to add a summary about the content of the book I want to retain if it is the cause. Sometimes, the reading is just about curiosity. We all live with our biases and I try to read from differ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Computer Science | ||
description: First class citizen as I work in it | ||
lang: ENG | ||
--- | ||
|
||
## Organisation | ||
|
||
This part is really messy. I don't really know how to organise this. I will definitely spend some time to fix this, but it's not at the top of my TODO list. Feel free to explore. Who knows, you might find something interesting! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Database | ||
description: The title is self explanatory | ||
lang: ENG | ||
--- | ||
|
||
## Note | ||
|
||
Where I look when I don't remember how to store stuff, and the syntax to do so. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
id: sqlite | ||
aliases: [] | ||
tags: [] | ||
description: In file SQL database | ||
lang: ENG | ||
title: SQLite | ||
--- | ||
|
||
## References | ||
|
||
- [SQLite Language](https://www.sqlite.org/lang.html) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: DevOps | ||
description: How to be an efficient operative person | ||
lang: ENG | ||
--- | ||
|
||
## Note | ||
|
||
This is a field I'm currently curious about. How to deploy efficiently and in the least costly possible manner? |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: nix | ||
aliases: [] | ||
tags: [] | ||
description: Reproducible builds. | ||
lang: ENG | ||
title: Nix | ||
--- | ||
## Nix-shell | ||
|
||
### Specify the wanted packages | ||
|
||
```sh | ||
nix-shell -p <package list> | ||
``` | ||
|
||
## Execute in a pure environment | ||
|
||
This unset the environment variables | ||
|
||
```sh | ||
nix-shell --pure | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Languages | ||
description: Programming languages | ||
lang: ENG | ||
--- | ||
|
||
## Note | ||
|
||
This part is dirty but I fill it regularly when I learn a new language (and I like to do so!). So, do not take to much time on the details, it's not worth it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Systems | ||
description: Selfhosting and sysadmin | ||
lang: ENG | ||
--- | ||
|
||
## Note | ||
|
||
Information about how to handle the systems under your control. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Theory | ||
description: The basics | ||
lang: ENG | ||
--- | ||
|
||
## Notes | ||
|
||
This section is a mix of theories, principles and papers about programming and being a good Software engineer. It's my way to becoming better at it. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Tooling | ||
description: All about the tools I might use | ||
lang: ENG | ||
--- | ||
|
||
## Note | ||
|
||
It's a mix of the tools I use in my daily day life but also the one I have used in the past. That's OK, I can keep the information. I add a deprecated field at the top if they are not maintained anymore. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: zstd | ||
aliases: [] | ||
tags: [] | ||
description: Fast compression tool | ||
lang: ENG | ||
title: Zstd | ||
--- | ||
|
||
## Compress | ||
|
||
### Standard command | ||
|
||
```sh | ||
zstd <file> | ||
``` | ||
|
||
### Compress with a higher level of compression | ||
|
||
```zsh | ||
zstd -<level between 1 and 19> <file> | ||
``` | ||
|
||
## Decompress | ||
|
||
### Standard command | ||
|
||
```sh | ||
zstd -d <file.zst> | ||
``` |
Oops, something went wrong.