Posts tagged with :rustlang:

@ben0
Hey, look at that, it’s a new Rust crate I made
@safin.singh1
Dabbling in some unsafe Rust πŸ‘€
@clayton0
Amazing progress on Gameboy emulator
@caleb1
I'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.singh1
I'm creating a vulnerability scoring engine with Rust and now the scoring client can score vulnerabilities and talk to a remote endpoint securely!
@safin.singh1
Doing some super cool rust stuff! I also forced myself to use vim the whole time and it was actually pretty fun!
@themartian1170
WinSCP 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
@themartian1170
Set 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.
@jasonaa0
:rust: 😍
@tetraoxygen0
More Rust stuff
@tetraoxygen0
I bought a book! Now I’m learning Rust with it!
@tetraoxygen0
Got some basic Rust syntax highlighting working in Panic’s new Nova editor
@JuanM040
Python uses too much CPU, so I'm learning Rust
@mukul-a0
Learning rust
@mukul-a0
Learnt something about rust from ced.
@nikodemrabulinski0
This week in rust: features my blogpost Stats:
@hkatzdev7+
Learning more rust and somehow ended up here :)
@nikodemrabulinski0
@hkatzdev7+
Making some rust coding progress :)
@mukul-a0
Still learning Rust...
@mukul-a0
Writing unit tests in Rust
@hkatzdev7+
Learning some hashing and hmac in rust
@nikodemrabulinski0
Guess that’s what I’m reading up on now
@nikodemrabulinski0
1k reads in 24h on my first ever article! I like this way more than I imagined, may get more seriously into writing
@nikodemrabulinski0
Thanks to my article on Rust I got invited to The Startup on Medium! I'm so surprised that story gained this much traction
@ongzhizheng0
I'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
@nikodemrabulinski0
I am so happy and proud to wake up and see this email
@mukul-a0
@mukul-a0
Learning Rust
@mfarberbrodsky0
After 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).
@nikodemrabulinski0
rust function overloading eta soonβ„’
@mukul-a0
Reading about rust
@caleb1
Learning Rust πŸ¦€
@jubriloye20160
More rusting
@jubriloye20160
Learnt about vectors and hash maps from engineer man's let's learn rust series
@jubriloye20160
Because I'm so metal I tried rust
@luke0
Learned about structs, methods, and impl in rust! This language is so cool
@ced0
playing with camera angles in the hackagotchi standalone client, which has a custom renderer written in Rust! πŸŽ‰
@luke0
Today, 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
@ced0
woot 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)
@luke0
just 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 -
@ced0
graphics programming, OwO written in Rust :dabbing: custom 3d renderer