Rust in 2023. The definitive summary.

A brief summary of what happened in the rust programming language ecosystem during 2023.

Пікірлер: 42

  • @reidosreis4k
    @reidosreis4k4 ай бұрын

    Hey, just wanted to say that, even with only 2 videos, your channel looks very promising. Im really interested in seeing where it goes. Nice job on the videos, great quality both of them

  • @_sudipidus_

    @_sudipidus_

    3 ай бұрын

    it's an AI model but really impressive

  • @ycombinator765
    @ycombinator7654 ай бұрын

    Chatgpt has some deep manly voice ngl

  • @BryanChance
    @BryanChance3 ай бұрын

    This channel is awesome! The low level concepts help me write better performance and efficient code.I think Rust is overly complicated in certain areas but I better learn Rust if I want to be part of today's development. Thanks!

  • @sghalibuk
    @sghalibuk5 ай бұрын

    Really nice informative video on the state of Rust in 2023.

  • @gregoryeales538
    @gregoryeales5383 ай бұрын

    Your videos are great! Hope you keep making more content

  • @neo1017
    @neo10173 ай бұрын

    Keep up great work man !!! Hope to see more content from you.

  • @samaellovecraft
    @samaellovecraftАй бұрын

    Thanks for the knowledge!

  • @andrescardonare
    @andrescardonare5 ай бұрын

    Great video! Was a nice find in reddit :D

  • @cd-stephen
    @cd-stephen3 ай бұрын

    very promising channel - new sub

  • @principleshipcoleoid8095
    @principleshipcoleoid80952 ай бұрын

    Bevy has a problem: wgpu on SOME mac machines started gobbling up the memory slowly but steadily till OS crashes

  • @vim_programar
    @vim_programar2 ай бұрын

    Yew reeeally deserved more than just an honorable mention :(

  • @user-gj3kz7cm3x
    @user-gj3kz7cm3x3 ай бұрын

    Polars and Candle should have been honorable mentions!

  • @lucianobestia
    @lucianobestia3 ай бұрын

    Subscribed !

  • @removemyvideos7817
    @removemyvideos78173 ай бұрын

    When you mentioned good content creators, that includes you :D

  • @cinderwolf32
    @cinderwolf323 ай бұрын

    2:23 Weird that the Bevy debelopers, who really should know better, wrote it like this. It's not an "Entity Component" system, but rather an "Entity Component System" framework. The atomic parts of ECS are the Entities, Components, and Systems, of which there are probably very many of each in a program. I can see how the word "system" is easily conflated here, though.

  • @cinderwolf32

    @cinderwolf32

    3 ай бұрын

    If any commenters don't quite get what I mean, it's like saying my application uses a custom Model View Controller. Doesn't really semantically make sense.

  • @user-yp2ii5gl1p
    @user-yp2ii5gl1p18 күн бұрын

    Please, make more videos.

  • @simonmassey8850
    @simonmassey88503 ай бұрын

    Here is one months eleven labs cash to keep going.

  • @CoreDumpped

    @CoreDumpped

    3 ай бұрын

    I really appreciate it :D

  • @ScrotoTBaggins
    @ScrotoTBaggins3 ай бұрын

    Great videos, I'll make sure to L&S

  • @AnnatarTheMaia
    @AnnatarTheMaia14 күн бұрын

    I tried to bootstrap the Rust compiler on Solaris 10 because the actual, unrelated software I was trying to build had a dependency on a Rust piece of code. It blew up spectacularly, since it's not supported on any of the Rust tiers. What is the point of using a programming language which is not as ubiquitous as the C programming language? Going to a different platform just to be able to use the Rust compiler is language pandering, and does not correspond to reality. I need to run what I need to run, and I need to run it on what I need to run it on, and I'm not alone, nor am I in the minority. People will always need to run things on what they need to run them on.

  • @prashlovessamosa
    @prashlovessamosa4 ай бұрын

    Can you suggest me which things should I learn after learning rust I mean like framework rocket axum actix yew which is mostly used in production because currently I am learning rust from from their e book please reply me my mind is in full confusion.

  • @CoreDumpped

    @CoreDumpped

    3 ай бұрын

    Hi, for web frameworks I prefer Axum. For some reason Axum is becoming the "default" in the rust ecosystem, maybe because it is maintained by the Tokio Foundation, which guarantee good support. Actix is good as well, although is loosing popularity due to Axum. I wouldn't touch Rocket tho, it's support has been halted for years and just recently they decided to continue maintaining it.

  • @prashlovessamosa

    @prashlovessamosa

    3 ай бұрын

    Great thanks for guidance.

  • @thefanboy3285
    @thefanboy328516 күн бұрын

    Learned a new language just for the memes. What a legendary move. xD

  • @MrChelsee88
    @MrChelsee883 ай бұрын

    What is the domain that Rust language focus on ? Web, Mobile, embedded system or game engine ???

  • @CoreDumpped

    @CoreDumpped

    3 ай бұрын

    One language to rule them all.

  • @strayedaway19

    @strayedaway19

    2 ай бұрын

    Simple answer: Yes

  • @ilyriadjaajdairyli6352
    @ilyriadjaajdairyli635221 күн бұрын

    As experienced Java C/C++ dev i think learning rust for me it will very fast and easy is that true?

  • @bartek38912051
    @bartek389120513 ай бұрын

    What do you think about ZIG?

  • @CoreDumpped

    @CoreDumpped

    3 ай бұрын

    It is actually a pretty good programing language. With some time and with good design decisions, I think it eventually can replace C... at least for new performance-efficient software.

  • @DuskyDaily
    @DuskyDaily5 ай бұрын

    Rewrite this video in Rust ;)

  • @CoreDumpped

    @CoreDumpped

    5 ай бұрын

    Perhaps my own TTS, so I don't depend on Eleven Labs 🤔

  • @marketfinds

    @marketfinds

    3 ай бұрын

    ​@@CoreDumppedDidn't even pick up that was TTS! Interesting Content. Thanks!

  • @pizzainc.1465
    @pizzainc.146519 күн бұрын

    Why would one use Rust instead of C or C++? It seems more complicated and it looks like it is a steep learning curve for those familiar with C-based languages.

  • @pizzainc.1465

    @pizzainc.1465

    19 күн бұрын

    When I wrote this I had not watched the video so if it is explained in the video, disregard

  • @bobweiram6321
    @bobweiram63212 ай бұрын

    Ada is a far superior language than Rust and is also safer.

  • @saultube44
    @saultube4414 сағат бұрын

    Rust developing Community is Extreme Left toxic, use ZIG instead; fast as lightni8ng, and it's politics neutral and all about programming and performance, so why have the Rust borrower and other childish safety weird ideas? ZIG treats you like an adult,a nd has plenty safety checks anyway

  • @stevenbliss989
    @stevenbliss98920 күн бұрын

    Chromium, Web, ....BLAAAAH!!! Give me a PROPER NATIVE Desktop App any day, the rest are GARBAGE!!!!!!!!!!!!!!!!!!!!!

  • @steveoc64
    @steveoc645 ай бұрын

    Every single Rust video be like - “I can’t give any examples of use because I can’t program, but you should use rust anyway because it’s popular”

  • @CoreDumpped

    @CoreDumpped

    5 ай бұрын

    Could you elaborate on why you expected examples in a summary video?