From 4d9b20ce873c6bf8df3e5a325a6990f8190909e6 Mon Sep 17 00:00:00 2001 From: caleb Date: Sat, 25 Jan 2025 21:35:13 -0500 Subject: [PATCH] first post --- content/first_post.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/first_post.md diff --git a/content/first_post.md b/content/first_post.md new file mode 100644 index 0000000..0192e70 --- /dev/null +++ b/content/first_post.md @@ -0,0 +1,21 @@ ++++ +title = "First!" +date = 2024-01-25 +[taxonomies] +tags = ["first", "thoughts", "rust"] ++++ + +Sooo. I'm Caleb. I'll be doing a monthly blog about stuff that I'm interested in. +Topics include: +- Programming (especially in Rust) +- Building/working on computers and the like +- Powerlifting/Strength Sports +- The League of Legends + + + +Hmmm, some stuff I'm working on now is a 2D circular route finding [library](https://github.com/Bombadad/circular-avoidance) in Rust. Some troubles I've had with it since transfering +from Python is the hashing of float values. Thankfully I've found [OrderedFloat](https://docs.rs/ordered-float/latest/ordered_float/index.html) and hope to implement that into my codebase. +I'm also adding geodesic calculations in the future. 3D is also in the future. + +Yep that's alllll. gg no ree.