While I already use VSCode
for most things, like many developers I am often curious to see what else is out there.
Even though I like some of the ideas behind the Zed
editor, and will follow its progress, advertising built in AI is a fairly immediate turn off.
The idea of a high performance editor though is still very appealing, and it seems like there are many rust
based contenders (not that my rust abilities are anywhere near the level to contribute anything).
Read More →
Rust has been on my list of things to learn for quite a while, and recently I have started to actually start learning it.
I started with the Rust Book
online, working through a chapter at a time, mostly during my weekly MokuMokuKai
.
After finishing the first I/O project
I also went through the rust cli book
to further check some of my understanding before moving on.
Right now I’m taking a short break from the book to experiment with a few small CLI applications in Rust to check my understanding.
I use mqtt
for many of my other projects, so one of my first small project is a set of mqtt tools to tail a server or send simple payloads.
I am also reworking my worklog
script and rewriting it from Swift
into Rust to continue practicing.
While I like Swift as a language, and there are libraries to help write a CLI, it feels like Rust might be better for the specific wrapper tools I want to write.
Perhaps this will also lead towards me replacing Hugo with something else that is a bit easier to work with.
Something like Zola
could work if I want to keep it a static site, but I’m also thinking about going with a Django site this time.
Read More →