first post
This commit is contained in:
21
content/first_post.md
Normal file
21
content/first_post.md
Normal file
@@ -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
|
||||
|
||||
<!-- more -->
|
||||
|
||||
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.
|
||||
Reference in New Issue
Block a user