@caleb1I'm gonna try to get @scrappy to react with as many emojis as possible, for no particular reason.
When we arrived in space, there were shouts of "yay!" and "hooray!" I wanted to sleep, but the sunset was much too captivating. As I struggled to paint a representation of the masterpiece, my art was cut short by a reminder of our predicament. Our ship's Linux core had been damaged by a rain storm. Upon further inspection, is appeared as though the Rust installation on our ship's robot had been corrupted. We debated which language to replace it with; "Golang!" Matt said. "Swift!" Linus shouted. "Deno!" "JavaScript!" We decided on rewriting the robot's code using minecraft redstone (that way we didn't have to use npm). 15 years later, once we finished, we pushed to the GitHub repository. But wait! The robot's hardware was also severely crippled. We had to 3d print some parts, after getting the models from Google.
@safin.singh1I'm creating a vulnerability scoring engine with Rust and now the scoring client can score vulnerabilities and talk to a remote endpoint securely!
@safin.singh1Doing some super cool rust stuff! I also forced myself to use vim the whole time and it was actually pretty fun!
@themartian1170WinSCP is actually pretty OP, its helping me a lot with trying to run my c u s t o m Neural Net Rust library on the RasPi, It'll probably be really helpful once I collect data after my hardware arrives
@themartian1170Set up ssh on my pi a couple days ago after reinstalling Raspbian. Now I'm trying to do Rust stuff on Raspi and hopefully I'll be using cv2 on it as well.
@nikodemrabulinski01k reads in 24h on my first ever article! I like this way more than I imagined, may get more seriously into writing
@nikodemrabulinski0Thanks to my article on Rust I got invited to The Startup on Medium! I'm so surprised that story gained this much traction
@ongzhizheng0I've always heard of Rust but it's always like "meh idwanna do dis" but I downloaded an app so I could finally learn it while I'm at school :'D
@mfarberbrodsky0After a long hiatus to study for my calculus exam, I'm finally back to coding in Rust! Currently learning some things I missed in the Rust book (which is awesome, btw).
@luke0Learned about structs, methods, and impl in rust! This language is so cool
@ced0playing with camera angles in the hackagotchi standalone client,
which has a custom renderer written in Rust! π
@luke0Today, I learned about references and borrowing in :rust: Rust - And I never want to touch a garbage collector again. Rust uses a cool concept called "ownership" that lets you make safe, efficient code with no GC and no manual allocation of memory - in the code snippet attached it can "transfer" ownership (I think) to the new function, and then back to the main function. :partyparrot:
I also added a custom URL to my scrapbook!
π scrapbook.lukec.me
@ced0woot I got billboarding 2d assets working in my custom 3d renderer written in Rust π
I have to say, for a bit there it had me stumped π
excuse the grainyness, I really gotta implement mipmapping (and anisotropic filtering)
@luke0just started learning Rust :rustlang: ! It's pretty awesome - very unique compared to the other languages I know. Here's an example of something cool about rust - if you don't use the return keyword, they implicitly assume the final value of the expression is what you want to return, so you can make code that looks pretty and works well. Here's an example of a super simple function that returns the number passed in plus one -
@ced0graphics programming, OwO
written in Rust :dabbing:
custom 3d renderer