Say it ain't so - Exploring Rust Part II

August 04, 2024

#rust

#engineering

The hardest thing in programming - picking a project

So for this project, I wanted to build a simple system with Windows APIs. So I spent 30 minutes perusing windows-rs and WinRT to see what kind of Windows features looked interesting to use. Some of the features that stood out to me included:

Here’s a demo of win-say. Also, you may think I’m joking but this game actually exists, it’s called Emberward.

Enter win-say, a way for you to rest your vocal cords

In the end, Windows Media Speech Synthesis (a much cooler name than tts) won out and I decided to implement a bare bones version of the say command from MacOS. This was one of my favorite *nix commands when I first started programming.

# If you've never tried `say` before...
# Grab your MacBook, open Terminal, and type the following in, then hit enter:
say "Sitong sent me here"

# Actually, they might butcher my name so play around with the phonetics for me please.

If you’d like to see the code for win-say, check out the repository here.

Thoughts from this project

My other favorite *nix commands include: cowsay, lolcat, cmatrix, and sl

$ echo "this is a mood" | cowsay
 ________________
< this is a mood >
 ----------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||