home.social

#rustlings — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rustlings, aggregated by home.social.

fetched live
  1. I've accidentally solved a #Rustlings exercise when I commented out a function to focus in some other part of the code. I'm a hacker now. 😎
    #rust

  2. integration in 🪟

    asciinema.org/a/902151

    Works well with terminal text editors like :helix:

    Will be released soon ✨️

  3. Started with the #rustlings course in @calisti 's workshop at #39c3, now halfway done thanks to sitting down together with @captain_maramo for some mutual commitment (and being able to help each other) ^-^

    Progress: [#################>----------------] 47/94

  4. Let's Learn Rust Using Rustlings

    This video is a walkthrough and review of learning Rust using Rustlings, aimed at developers who struggle with Rust’s ownership model and borrow checker.

    📺 youtube.com/watch?v=jJopQTH7vmg
    🦀 rustlings.rust-lang.org

    #rustlang #programming #coding #rust #yt #youtube #video #rustlings #learn #programming #learncoding #learning #learningprogramming

  5. So #Rustlings apparently is a rather hard term for speech to text to recognize unguided. Terms I got instead, while correcting subtitles for our meetup talk:

    - Rustlinks
    - Rustlinfs
    - Wrestling (my favorite)

    "Because I think it'd be really great to have some sort of guided wrestling in my company."

    Also, "Rust for Rustaceans" became "Rust Forestations".

    #RustLang #Rust

  6. With that, we have a new guide for "Community Exercises" ✨

    rustlings.rust-lang.org/commun

    You can create your own exercises and let the program manage them 😃

    I have heard that the community is thinking about creating some exercises for Bevy beginners 😉

    @alice_i_cecile @chrisbiscardi

  7. Launched a new website for 🎉
    rustlings.rust-lang.org

    It even has a new link 🔗

    What do you think? Anything missing? 🤔

  8. Resueltos los primeros 8 módulos de #Rustlings . Por hoy, un descanso de #Rustlang

  9. Detengo el proyecto #xlslang de momento, y mejor voy a resolver los problemas de #rustlings para afianzar más y ojalá entender como resolver el problema que tengo.
    #rustlang

  10. #RustLang I’m not 100% sure, but I think it was @laund who recommended #Rustlings to me (see github.com/rust-lang/rustlings). I do a few every day. I’m really enjoying them and they are very helpful and practical.

  11. In a new attempt at Rustlings this year, I wonder why I didn't learn it last year. What a wonderful language. I like it better than Golang in many places, and worlds better than PHP.

    forgejo.lukasrotermund.de/lrot

    #Rust #Rustlings

  12. Does anyone know of a rustlings-like implementation for PHP?

    #php #rustlings

  13. Learning with is awesome! It has been a long time since I had so much fun while learning something new.

  14. Started #Rustlings, a #RustLang tutorial thing (on a recommendation here). The first several exercises made me concerned that it might be stuff I’ve already learned. I checked ahead in the repo and it looks like the later stuff is appropriate for me. Tried not to spoil anything.

  15. 🥳 LIVE NOW @ozoned ! 🥳
    Watch here: stream.ozoned.net/

    Here is a list of 4 relevant hashtags for your live stream:

    GamingOnLinux - #GamingOnLinux
    Rustlings - #Rustlings
    LinuxGamingCommunity - #LinuxGamingCommunity #owncast #livestream #stream #selfhosted

  16. @MrMST Hi! One thing that may help is to stop thinking about it as an "SDK" :)

    SDKs are usually provided by commercial vendors looking to develop their products.

    If you want to get started with Rust, I'd recommend the excellent open source package #Rustlings - rustlings.cool/

    From that link are instructions on how to get Rust installed, and the exercises are a great way to get going. I finished it and can attest it's an excellent experience!

  17. YOU GUYS!

    I've been working on it for what feels like nine forevers BUT I FINALLY FINISHED #rustlings !!!!!

    I'm SO FREAKING CHUFFED I can barely stand it :)

    Now I can finally contribute to some FLOSS #rust projects like @VeilidNetwork !

    WOOHOO!

  18. I think maybe I need to put #rustlings aside for a bit and read up a bit more.

    I'm hitting the point where I am perma-stumped on some of the exercises.

    Like, I really don't understand map_err or why I would want it. The examples aren't making much sense yet.

    Not giving up, just changing tactics :)

    My latest sticking point:

    github.com/rust-lang/rustlings

  19. I've really been enjoying learning #rust with #rustlings! I'm 2/3 of the way through so far. Major props to the Rust community for such a nice tutorial. I learn better by example, and I love how it even links to the relevant sections of the online book.

    #coding #programming #freesoftware #opensource

  20. So I've been learning #rust and chugging along pretty well but... Optionals?

    They BREAK my tiny brain :)

    Not the declarations themselves, but the boxing and unboxing that needs to happen as they are used and compared, etc.

    I had to look at a solution for the first time in my entire #rustlings experience :)

    Still not sure how I feel about that. Probably won't do it again, but after a week of struggling I decided I'd learned all the negative feedback I could from that problem :)

    I understand it now that I see it, but I am now questioning whether I am in fact clever enough to ride this ride.

    while let Some(Some(foo) = optional_bar_vec.pop() { ...

    just didn't occur to me even though the exercise hint should have been the all the clue by four I needed.

  21. Hey, if any of y'all are interested in learning #C, I made a project in the spirit of #rustlings and #ziglings: Ceilings! It's still a WIP, but if you know #cprogramming, and there are any improvements to be made, pls open an issue (or better yet, fork)! I'm making the exercises as I learn C myself, following along with my old copy of K&R and a PDF of C Programming: A Modern Approach 😇

    github.com/Pinjontall94/ceilin