aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-25 06:54:59 -0700
committerFuwn <[email protected]>2024-06-25 06:54:59 -0700
commit2429462b7550a390d3b5a63d15fffe604f258c42 (patch)
tree9ed01fd0769a2acf843da6f19c07543c25ec42f6
parentfeat(web): update example proxy (diff)
downloadlocus-2429462b7550a390d3b5a63d15fffe604f258c42.tar.xz
locus-2429462b7550a390d3b5a63d15fffe604f258c42.zip
feat(technology): add new entries
-rw-r--r--content/blogs/technology/Compilers.gmi3
-rw-r--r--content/blogs/technology/Rust.gmi3
2 files changed, 5 insertions, 1 deletions
diff --git a/content/blogs/technology/Compilers.gmi b/content/blogs/technology/Compilers.gmi
new file mode 100644
index 0000000..3267197
--- /dev/null
+++ b/content/blogs/technology/Compilers.gmi
@@ -0,0 +1,3 @@
+# Compilers
+
+=> https://diekmann.uk/blog/2024-06-25-statically-known-undefined-behaviour.html How gcc and clang handle statically known undefined behaviour \ No newline at end of file
diff --git a/content/blogs/technology/Rust.gmi b/content/blogs/technology/Rust.gmi
index 32b798f..9a79bc0 100644
--- a/content/blogs/technology/Rust.gmi
+++ b/content/blogs/technology/Rust.gmi
@@ -1,3 +1,4 @@
## Resources
-=> https://ceronman.com/2021/07/22/my-experience-crafting-an-interpreter-with-rust/ My experience crafting an interpreter with Rust \ No newline at end of file
+=> https://ceronman.com/2021/07/22/my-experience-crafting-an-interpreter-with-rust/ My experience crafting an interpreter with Rust
+=> https://notgull.net/device-afd/ \Device\Afd, or, the Deal with the Devil that makes async Rust work on Windows \ No newline at end of file