diff options
Diffstat (limited to 'content/notes')
15 files changed, 15 insertions, 0 deletions
diff --git a/content/notes/2023-05-05-run-9front-in-qemu.md b/content/notes/2023-05-05-run-9front-in-qemu.md index 9dd370a..c3ead01 100644 --- a/content/notes/2023-05-05-run-9front-in-qemu.md +++ b/content/notes/2023-05-05-run-9front-in-qemu.md | |||
| @@ -4,6 +4,7 @@ url: run-9front-in-qemu.html | |||
| 4 | date: 2023-05-05T12:00:00+02:00 | 4 | date: 2023-05-05T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Run 9front in Qemu. This applies to [Plan9](https://9p.io/plan9/) and | 10 | Run 9front in Qemu. This applies to [Plan9](https://9p.io/plan9/) and |
diff --git a/content/notes/2023-05-07-mount-plan9-over-network.md b/content/notes/2023-05-07-mount-plan9-over-network.md index ec2f5f9..bb83202 100644 --- a/content/notes/2023-05-07-mount-plan9-over-network.md +++ b/content/notes/2023-05-07-mount-plan9-over-network.md | |||
| @@ -4,6 +4,7 @@ url: mount-plan9-over-network.html | |||
| 4 | date: 2023-05-07T12:00:00+02:00 | 4 | date: 2023-05-07T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | - First install libfuse with sudo apt install libfuse-dev. | 10 | - First install libfuse with sudo apt install libfuse-dev. |
diff --git a/content/notes/2023-05-10-plan9-screenshot.md b/content/notes/2023-05-10-plan9-screenshot.md index 457113a..b3ffae3 100644 --- a/content/notes/2023-05-10-plan9-screenshot.md +++ b/content/notes/2023-05-10-plan9-screenshot.md | |||
| @@ -4,6 +4,7 @@ url: plan9-screenshot.html | |||
| 4 | date: 2023-05-10T12:00:00+02:00 | 4 | date: 2023-05-10T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Take a screenshot in Plan9. This applies to [Plan9](https://9p.io/plan9/) and | 10 | Take a screenshot in Plan9. This applies to [Plan9](https://9p.io/plan9/) and |
diff --git a/content/notes/2023-05-11-fix-plan9-bootloader.md b/content/notes/2023-05-11-fix-plan9-bootloader.md index 5348806..b70d42d 100644 --- a/content/notes/2023-05-11-fix-plan9-bootloader.md +++ b/content/notes/2023-05-11-fix-plan9-bootloader.md | |||
| @@ -4,6 +4,7 @@ url: fix-plan9-bootloader.html | |||
| 4 | date: 2023-05-11T12:00:00+02:00 | 4 | date: 2023-05-11T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | If the bootloader is not being written to a disk when installing 9front on real | 10 | If the bootloader is not being written to a disk when installing 9front on real |
diff --git a/content/notes/2023-05-12-install-plan9port-linux.md b/content/notes/2023-05-12-install-plan9port-linux.md index e6285e0..49a1e4c 100644 --- a/content/notes/2023-05-12-install-plan9port-linux.md +++ b/content/notes/2023-05-12-install-plan9port-linux.md | |||
| @@ -4,6 +4,7 @@ url: install-plan9port-linux.html | |||
| 4 | date: 2023-05-12T12:00:00+02:00 | 4 | date: 2023-05-12T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Install Plan9port on Linux. This applies to | 10 | Install Plan9port on Linux. This applies to |
diff --git a/content/notes/2023-05-23-extend-lua-with-custom-c.md b/content/notes/2023-05-23-extend-lua-with-custom-c.md index 7a7769c..588f7d2 100644 --- a/content/notes/2023-05-23-extend-lua-with-custom-c.md +++ b/content/notes/2023-05-23-extend-lua-with-custom-c.md | |||
| @@ -4,6 +4,7 @@ url: extend-lua-with-custom-c.html | |||
| 4 | date: 2023-05-23T12:00:00+02:00 | 4 | date: 2023-05-23T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [c] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Here is a boilerplate for extending Lua with custom C functions. This requires | 10 | Here is a boilerplate for extending Lua with custom C functions. This requires |
diff --git a/content/notes/2023-05-24-fresh-9front-desktop.md b/content/notes/2023-05-24-fresh-9front-desktop.md index 79dd8db..deb9998 100644 --- a/content/notes/2023-05-24-fresh-9front-desktop.md +++ b/content/notes/2023-05-24-fresh-9front-desktop.md | |||
| @@ -4,6 +4,7 @@ url: fresh-9front-desktop.html | |||
| 4 | date: 2023-05-24T12:00:00+02:00 | 4 | date: 2023-05-24T12:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I have been experimenting with Plan9/9front for a week now. Noice! This is how | 10 | I have been experimenting with Plan9/9front for a week now. Noice! This is how |
diff --git a/content/notes/2023-05-25-dcss-new-player-guide.md b/content/notes/2023-05-25-dcss-new-player-guide.md index 81097c8..bbcb1eb 100644 --- a/content/notes/2023-05-25-dcss-new-player-guide.md +++ b/content/notes/2023-05-25-dcss-new-player-guide.md | |||
| @@ -4,6 +4,7 @@ url: dcss-new-player-guide.html | |||
| 4 | date: 2023-05-25T22:00:00+02:00 | 4 | date: 2023-05-25T22:00:00+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [dcss] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | An amazing game deserves an amazing guide. All this material can be find in some | 10 | An amazing game deserves an amazing guide. All this material can be find in some |
diff --git a/content/notes/2023-05-27-dcss-on-4k-displays.md b/content/notes/2023-05-27-dcss-on-4k-displays.md index 3f9d973..8dd7095 100644 --- a/content/notes/2023-05-27-dcss-on-4k-displays.md +++ b/content/notes/2023-05-27-dcss-on-4k-displays.md | |||
| @@ -4,6 +4,7 @@ url: dcss-on-4k-display.html | |||
| 4 | date: 2023-05-27T19:35:11+02:00 | 4 | date: 2023-05-27T19:35:11+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [dcss] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it | 10 | Dungeon Crawl Stone Soup has a a very small font by default. On a 4k display, it |
diff --git a/content/notes/2023-05-27-drawing-pixels-in-plan9.md b/content/notes/2023-05-27-drawing-pixels-in-plan9.md index 2f7e31b..d081f73 100644 --- a/content/notes/2023-05-27-drawing-pixels-in-plan9.md +++ b/content/notes/2023-05-27-drawing-pixels-in-plan9.md | |||
| @@ -4,6 +4,7 @@ url: drawing-pixels-in-plan9.html | |||
| 4 | date: 2023-05-27T17:41:33+02:00 | 4 | date: 2023-05-27T17:41:33+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I have started exploring Plan9's graphics capabilities. This is a hello world | 10 | I have started exploring Plan9's graphics capabilities. This is a hello world |
diff --git a/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md b/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md index ec7446b..3fafc2d 100644 --- a/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md +++ b/content/notes/2023-09-25-compile-drawterm-on-fedora-38.md | |||
| @@ -4,6 +4,7 @@ url: compile-drawterm-on-fedora-38.html | |||
| 4 | date: 2023-09-25T09:04:28+02:00 | 4 | date: 2023-09-25T09:04:28+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [plan9] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | First install two dependencies: | 10 | First install two dependencies: |
diff --git a/content/notes/2023-11-07-personal-sane-vim-defaults.md b/content/notes/2023-11-07-personal-sane-vim-defaults.md index 52d3946..555fad1 100644 --- a/content/notes/2023-11-07-personal-sane-vim-defaults.md +++ b/content/notes/2023-11-07-personal-sane-vim-defaults.md | |||
| @@ -4,6 +4,7 @@ url: apersonal-sane-vim-defaults.html | |||
| 4 | date: 2023-11-07T01:04:28+02:00 | 4 | date: 2023-11-07T01:04:28+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [vim] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I have found many "sane" default configs on the net and this is my favorite | 10 | I have found many "sane" default configs on the net and this is my favorite |
diff --git a/content/notes/2024-02-21-dcss-online-rc-defaults.md b/content/notes/2024-02-21-dcss-online-rc-defaults.md index 5323a21..f50c6af 100644 --- a/content/notes/2024-02-21-dcss-online-rc-defaults.md +++ b/content/notes/2024-02-21-dcss-online-rc-defaults.md | |||
| @@ -4,6 +4,7 @@ url: dcss-online-rc-defaults.html | |||
| 4 | date: 2024-02-21T06:35:11+02:00 | 4 | date: 2024-02-21T06:35:11+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [dcss] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | I mostly play Dungeon Crawl Stone Soup online on Ohio, USA: cbro.berotato.org server and | 10 | I mostly play Dungeon Crawl Stone Soup online on Ohio, USA: cbro.berotato.org server and |
diff --git a/content/notes/2024-06-17-calling-assembly-functions-from-c.md b/content/notes/2024-06-17-calling-assembly-functions-from-c.md index 41e50e8..7e8683d 100644 --- a/content/notes/2024-06-17-calling-assembly-functions-from-c.md +++ b/content/notes/2024-06-17-calling-assembly-functions-from-c.md | |||
| @@ -4,6 +4,7 @@ url: calling-assembly-functions-from-c.html | |||
| 4 | date: 2024-06-17T16:12:13+02:00 | 4 | date: 2024-06-17T16:12:13+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [c] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | This is using the portable GNU assembler and TinyCC compiler but GCC or Clang | 10 | This is using the portable GNU assembler and TinyCC compiler but GCC or Clang |
diff --git a/content/notes/2024-06-17-sending-signals-to-c-programs.md b/content/notes/2024-06-17-sending-signals-to-c-programs.md index bd4a895..a3e5dc2 100644 --- a/content/notes/2024-06-17-sending-signals-to-c-programs.md +++ b/content/notes/2024-06-17-sending-signals-to-c-programs.md | |||
| @@ -4,6 +4,7 @@ url: sending-signals-to-c-program.html | |||
| 4 | date: 2024-06-17T16:13:13+02:00 | 4 | date: 2024-06-17T16:13:13+02:00 |
| 5 | type: note | 5 | type: note |
| 6 | draft: false | 6 | draft: false |
| 7 | tags: [c] | ||
| 7 | --- | 8 | --- |
| 8 | 9 | ||
| 9 | For simple and easy IPC to the C program we can use signals. | 10 | For simple and easy IPC to the C program we can use signals. |
