Introduction
- Progress on Color picker. That's where most of my time went
- Thinking about "big ideas" in therapy (and getting confirmation that I'm not manic)
- Figured out how to sort JavaScript files with Perfection
- Spent a bunch of time getting linting set up.
- Made lists.alanwsmith.com (which may or may not having anything on it when I publish these notes)
- Which was to grab so lists to use to update tools.alanwsmith.com
-
Renamed
serverdir
tosf
for Server Folder because I kept mistypingservedir
like I just did with the extrar
.I'm considering publishing it to crates.io (Rust's community registry). Then, maybe to homebrew (the mac software pack manager I use)
I doubt it'll see any real usage, but I think it's worth publishing and would like to go through the publishing process regardless.
-
Added port checking to
sf
so you can run multiple instances without them colliding. -
Started consolidating all my Rust snippets into a new
rust-grimoire
folder. The goal is to integrate it into the overall grimoire/site to make it easier to do experiments.(I can run Rust code inside my
Neopolitan files but that doesn't work so great for things like servers. Plus, I don't get the formatting of rustfmt right now. I could add that, but it's easier to just write the files in their own.rs
files). - Of course, rustfmt doesn't work with script files yet, but I'm gonna take a crack a making that work.