I'm creating a vulnerability scoring engine with Rust and now the scoring client can score vulnerabilities and talk to a remote endpoint securely!
πPython uses too much CPU, so I'm learning RustLearning more rust and somehow ended up here :)Writing unit tests in RustThanks to my article on Rust I got invited to The Startup on Medium! I'm so surprised that story gained this much tractionLearned about structs, methods, and impl
in rust! This language is so cooljust started learning Rust
! 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 - Doing some super cool rust stuff! I also forced myself to use vim
the whole time and it was actually pretty fun!I was supposed to write the most creative/over-engineered program thatβd print the first 100 numbers of the Fibonacci sequence, hope you enjoy (link to playground: play.rust-lang.org/?version=nightly&mode=release&edition=2018&gist=e3b07b5b37df13650096820cc1258df0)Learning some hashing and hmac in rustI'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 :'DAfter 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).playing with camera angles in the hackagotchi standalone client,
which has a custom renderer written in Rust! πgraphics programming, OwO
written in Rust
custom 3d renderer 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 arrivesI bought a book! Now Iβm learning Rust with it!Learnt something about rust from ced.Making some rust coding progress :)Guess thatβs what Iβm reading up on nowI am so happy and proud to wake up and see this email rust function overloading eta soonβ’Learnt about vectors and hash maps from engineer man's let's learn rust seriesToday, I learned about references and borrowing in
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.
I also added a custom URL to my scrapbook!
π scrapbook.lukec.me 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.Got some basic Rust syntax highlighting working in Panicβs new Nova editorThis week in rust: features my blogpost
Stats: 1k reads in 24h on my first ever article! I like this way more than I imagined, may get more seriously into writing Because I'm so metal I tried rustwoot 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)