• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: August 12th, 2023

help-circle



  • I’ve mostly done hobby projects with rust.

    • axum + mongodb + oauth2 (just basic rest api)

    • rust-bert ( for some nlp stuff. Zero-shot, NER, etc.)

    • Bevy ( I was following a tutorial for a super basic space invaders game)

    I chose rust because I always like to have some kind of systems level programming language on my belt. It used to be c++. Rust had seemed very interesting so I began trying it out more and more. It’s awesome.


  • I had a feature request come down the pipeline that said, “We need this computer to send a notification out to other nodes on the network in the event it loses power.”

    I thought it was just a poorly worded health polling feature. I was wrong. They literally wanted a dead computer to send out a message.

    It took me asking them to send me a text message after turning off their phones before they realized the issue.