Why I Switched From JS to Rust | Prime Reacts

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 453

  • @ThePrimeTimeagen
    @ThePrimeTimeagen  Год назад +353

    Breaking News: Soydevs angry at term Soydevs because Soydevs considered harmful by Soydevs

    • @RandomGeometryDashStuff
      @RandomGeometryDashStuff Год назад +4

      what is soydev?

    • @JustinCromer
      @JustinCromer Год назад +16

      Norm dev: Why I switched from Js to rust? Boss told me we’re doing Rust now. 🤷‍♂️

    • @alexandermendez9013
      @alexandermendez9013 Год назад +7

      It’s kind of like saying soyboy but it basically means type of developer I don’t like

    • @fomx2753
      @fomx2753 Год назад +15

      It's spanish, for I'm dev

    • @itermercator114
      @itermercator114 Год назад +5

      @@RandomGeometryDashStuff You know that guy who says they can code and make all these things but then you see his code and it's clear he only knows how to copy/paste code and fit it together enough to barely work/run. Basically that. They're the type of person that is why is-even has 16 million downloads on NPM.

  • @Maric18
    @Maric18 Год назад +699

    "Do not be a React-Dev!" says Developer who i mostly know from the content where he reacts to stuff

    • @gabrielmendietahernandez3320
      @gabrielmendietahernandez3320 10 месяцев назад +6

      Haha, I think he was referring to the JavaScript framework, React.

    • @alieninvaders1188
      @alieninvaders1188 10 месяцев назад +51

      @@gabrielmendietahernandez3320You worry me.

    • @Gabriel-lg7lv
      @Gabriel-lg7lv 10 месяцев назад +8

      @@gabrielmendietahernandez3320 And I think that the comment from Maric18 was a joke.

    • @trentonwallace667
      @trentonwallace667 10 месяцев назад +1

      Hey! I see what you did there!

  • @GutsyDavid
    @GutsyDavid Год назад +525

    Rust is the most loved language in the Stack Overflow Survey because people spend less time in Stack Overflow when they use Rust.

    • @kasper_573
      @kasper_573 Год назад +147

      That’s because no one understands rust enough to post answers on stackoverflow.
      😏

    • @ongeri
      @ongeri Год назад +9

      @@kasper_573 speak for yourself, and you're just wrong because the results come from a survey that includes all SO users.

    • @KoltPenny
      @KoltPenny Год назад +23

      Of course, you have to spend years waiting for it to compile before you know if it has any errors.

    • @Eternalfrust
      @Eternalfrust Год назад +25

      @@KoltPenny better than finding bugs when the program is running for 3 days already and taking down prod

    • @etherweb6796
      @etherweb6796 Год назад +5

      Or - hear me out - the statistics only say that people using Rust professionally love Rust more than developers using other languages professionally like those languages. Which actually makes a ton of sense - because you'd have to be a weird fanatic to want to write Rust for your actual job.

  • @xXjohnsmithXx
    @xXjohnsmithXx Год назад +618

    He put the word Rust in the title!
    How am I supposed to know he's not part of the core team?!

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +270

      clearly he is part of the core team

    • @rotteegher39
      @rotteegher39 Год назад +69

      @@ThePrimeTimeagen This video is not endorsed by the Rust Foundation.

    • @sfulibarri
      @sfulibarri Год назад +34

      Oh god I hope he's not carrying a firearm, the foundation will dissappear him.

    • @fulconandroadcone9488
      @fulconandroadcone9488 Год назад +14

      He refers to iron oxide in the title

    • @jamesmillsnicholas7813
      @jamesmillsnicholas7813 Год назад +3

      ...and how are we supposed to know you are not part of the core team?

  • @EmberHext
    @EmberHext Год назад +519

    Prime, I find the phrase "soy dev" very problematic because it implies they're devs.

    • @erickmoya1401
      @erickmoya1401 Год назад +21

      "I am dev".

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +157

      ember... i am going to follow you on twitter now

    • @andrewdunbar828
      @andrewdunbar828 Год назад +31

      Wait till the almond devs and oat devs find out about this.

    • @wandenreich770
      @wandenreich770 Год назад +1

      😂😂😂so cold

    • @jk-pc1iv
      @jk-pc1iv 5 месяцев назад +2

      Nicely worded line. Punch came with the very last syllable. Kudos

  • @adotinthecosmos
    @adotinthecosmos Год назад +93

    This guy is like if Doctor Disrespect and Bill Burr had a love child that learned how to program.

    • @siddharthjoshi6811
      @siddharthjoshi6811 10 месяцев назад

      Exactly was my thought about Bill Burr resemblance in first 3 mins

    • @winfle
      @winfle 9 месяцев назад

      This actually is Dr disrespect

  • @Dimkar3000
    @Dimkar3000 Год назад +62

    Writing a compiler in University was probably a turning point for me, where I truly understood how memory works and why languages work the way they do. It's probably 80% of the knowledge you need to write an os from scratch. The other things are probably standard mechanisms to load programs, filesystems, networking, etc. I obviously wrote it in rust 🤣

    • @aoeu256
      @aoeu256 Год назад

      Weird thought but can’t you have the ram itself copy memory in bulk, does memory have to be touched by the processor and cache to be moved and copied?

    • @Dimkar3000
      @Dimkar3000 Год назад

      @@aoeu256 ram is memory, can it copy itself?

  • @MAMW93
    @MAMW93 Год назад +232

    Took me several months of watching this guy to realize he is the programmer reincarnate of Gilbert Gottfried

  • @ferdynandkiepski5026
    @ferdynandkiepski5026 Год назад +46

    I think the logic behind the stack overflow surveys is that rust devs dont have to use stack overflow nearly as much thanks to actually useful compiler messages.

  • @charlesbcraig
    @charlesbcraig Год назад +29

    I opted out of OS class after about a month due to too many other classes. First assignment was about file systems and since I was the only Linux fan boy in the class I did mine on my favorite: XFS (though it would have been ReiserFS, if not for some, uh, legal problems…). Years later I regret not realizing it was buggy and dealt with silly corruption issues until I dumped it for ext4 and began making productive life choices haha

  • @olafbaeyens8955
    @olafbaeyens8955 Год назад +42

    Windows have also accepted Rust in their core I heard
    The register: "Microsoft is busy rewriting core Windows code in memory-safe Rust"

  • @youtindia
    @youtindia Год назад +13

    That protobuf thing is seriously underrated, especially when combined with grpc.
    You have one source of truth for all data types and you can also communicate between them using a single endpoint created in grpc in any language of your choice.
    We use protobuf and grpc for intercommunication between our Kotlin backend, typescript front-end and flutter based apps all using same type definitions and intercommunicating using grpc endpoints written in Kotlin.

    • @ishaanmalhotra3008
      @ishaanmalhotra3008 Год назад +1

      Typecript frontend for web browser? Doesnt grpc have problems with running on browser or is grpc-web good enough?

    • @youtindia
      @youtindia Год назад

      ​@@ishaanmalhotra3008 grpc-web is good enough.
      It doesn't have any less or more features than your traditional REST API of course, but it keeps the entire project in sync, especially if you have multiple front-ends such as Flutter, cli apps using the same grpc endpoint.
      It saves a lot of hassle. I kinda dig it.

    • @lutfiikbalmajid
      @lutfiikbalmajid 9 месяцев назад

      i am migrating my nodejs backend to rust, there is some method function that cannot migrated at the moment. And yup, grpc is come for help. so i am using two language JS and Rust.

  • @kafran
    @kafran Год назад +15

    For those who are curious about the ceremonial with the AirPods, it’s just because the noise canceling is really amazing. Sometimes I use them with nothing playing just to be in a quiet place.

    • @NostraDavid2
      @NostraDavid2 Год назад +6

      I can just hold my hand over the side of my Sony 1000-xm5 and hear you without taking it off.
      AND I could buy two of those for the price of one pro max apple thingy

    • @peanutcelery
      @peanutcelery Год назад +1

      The noise cancellation is not as amazing but yea they’re the best in noise cancellation compared to all other earbuds

    • @lastmanstanding5423
      @lastmanstanding5423 Год назад

      good to know...
      I hate noise cancellation feature...
      will avoid

    • @PanosPitsi
      @PanosPitsi Год назад

      @@lastmanstanding5423 it’s optional, dude android fanboys are something else.

    • @lastmanstanding5423
      @lastmanstanding5423 Год назад

      @@PanosPitsi hate android as well

  • @KnightMirkoYo
    @KnightMirkoYo Год назад +12

    Prime, we use noise-cancelling earplugs _specifically_ so we don't hear anything. I hate ot when coworkers are talking/laughing/eating/walking/making noise/breathing when I'm trying to concentrate.

  • @echoptic775
    @echoptic775 Год назад +50

    You should try doing a project where you need to do unsafe, maybe something like embedded and compare to zig.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +53

      i am ackshually practicing zig much more now and will get good at it...
      i will create some videos about this.

    • @echoptic775
      @echoptic775 Год назад +2

      @@ThePrimeTimeagen didnt watch the part where you said you will make a compiler before i comented this, i think thats a great project idea and i wish you a good luck

    • @andrewdunbar828
      @andrewdunbar828 Год назад +2

      Or cyclically linked graphs perhaps.

    • @Gentoo701
      @Gentoo701 Год назад

      No he is definitely need to explain why Rust should be in linux kernel

  • @Jaryt
    @Jaryt Год назад +9

    all I learned in OS class was semaphores. Lots of semaphores. We forked an open source OS and implemented some base functionality in it. Was one of my more favorite classes since it was getting into the nitty gritty.

  • @complexity5545
    @complexity5545 Год назад +6

    I took the operating system class in college as a sophomore with my suite mates. I was lost, but I did get a full curriculum list. We all quit after two weeks. Back in the day, you had to have a wide vocabulary to get all the slang and synonyms when in "System Operations". Which is why Seniors or even graduates were in that class. We immediately knew this class might be too much. We were lost. Had to quit before the deadline.
    Instead we all decided to install freebsd on my ibm aptiva (that I bought from circuit city); it was a store return. God I was poor, but I was the richest in the suite because I had a job.

  • @__jan
    @__jan Год назад +12

    10:10 there are several people working on Rust who are pretty much fully dedicated to only working on improving error messages. the infrastructure is so good that they can usually fix this kind of stuff really quickly, so if you think an error messages is bad, report it!

  • @th4tAlbinoGuy
    @th4tAlbinoGuy Год назад +8

    Just saw a clip from primeReview’s vid of you saying “you want to word drop things for new devs to look up” and you are succeeding in that regard immensely. Feel like I’ve learned so much just from googling things you say, and also just things I see on your screen and even things people write in chat. Thank you!

  • @GIBsonCubed
    @GIBsonCubed Год назад +9

    Dear lord, MooTools and IE:6... *Eye Twitching* WHY DO YOU MAKE ME RELIVE THOSE YEARS

  • @o__sama
    @o__sama Год назад +38

    your voice is similar to Bill Burr's especially when you scream or try to immitate others :D

  • @johanneswelsch
    @johanneswelsch Год назад +17

    In the last 4 weeks I learned Go instead of Rust (after seeing that people struggle to do the basic things in Rust), I didn't want to be unproductive. Now I can build a server that locally sends a simple json of 5 objects at 9300req/s (reading from Postgres, middleware etc, a full server), and at 2000req/s deployed on Hetzner VPS. Uncached. If I cache the response, it's 48000req/second (forty eight thousand). I tried bun, but only got 230req/s (maybe I'm doing something wrong? The hello world performance was insane, something like 60K req/s, but as soon as I connect to postgres and read from it, it's 230).

  • @tobiassachs5549
    @tobiassachs5549 Год назад +12

    You almost got me to learn rust, but if this involves eating those fish oil thingies... Not so sure anymore.

  • @utenatenjou2139
    @utenatenjou2139 Год назад +2

    Me was an old Dinosaur explorer, OS course and Rust fitted nicely. Imagine doing resource (memory) contention and has language that do gatekeeping for you is real nice. Another OG tile for a ComSci practitioner was DragonSlayer, I don't know whether the terms still valid nowadays.

  • @letsgetrusty
    @letsgetrusty Год назад +2

    I am honored

  • @martijn3151
    @martijn3151 Год назад +42

    Webdeveloper guy learns Rust and suddenly thinks he can work on low level OS code and embedded systems. Humbleness just got a whole new meaning.

    • @joshbasnet3014
      @joshbasnet3014 9 месяцев назад +1

      I have os and embedded systems,distributed systems subjects for next 2 semesters . We did some assembly programming,vhdl and all of the students hated it. Surely frontend web devs withs years of experience will have a very easy doing embedded systems😂.

  • @lindblomdev
    @lindblomdev Год назад +5

    Love it. ❤ One day I too hope to be on a level good enough to be roasted by prime himself.
    LetsGetRusty was boring in the beginning, but now, he is great. Great production, informative and fun. 👏

  • @andylazcano3734
    @andylazcano3734 Год назад +3

    My dude! I mean this in the best way possible. You are the programming Bill Burr.

  • @user-zs6ko5rv5u
    @user-zs6ko5rv5u Год назад +6

    Primeagen proves once again a master at generating engagement :D

  • @ShadowKestrel
    @ShadowKestrel Год назад +5

    shoutout to struci at 10:48 saying rust is "definitely not low-level" lmao. Meanwhile rust in both linux and future windows kernels is quite happily going brr

  • @soniablanche5672
    @soniablanche5672 Год назад +2

    The OS course in college doesn't tell you how to write an OS, it teaches you the theory behind what a filesystem is, what virtual memory is, how multiple processes run simultaneously, etc.

  • @ViciOuSKiddo
    @ViciOuSKiddo Год назад +3

    "I learn low level programming then I know how to make OS" :) Riiight. How to spot a junior dev starter kit.

  • @ESCAcarlos
    @ESCAcarlos Год назад +3

    The programming version of Doctor Disrespect!

  • @TerrenceLP
    @TerrenceLP Год назад +3

    Primero is correcto, being a great coder means the actual code being use doesn't matter. You will just be limited by features depending on the stack 🎉

  • @kenneth_romero
    @kenneth_romero Год назад +1

    haven't watched this dude in forever, got bored of his vids since they applied more to intro rust devs rather than intermediate. though, pretty good vids. highly recommend him and his cheatsheet he has
    edit1: prime really roasted me... idk how i should feel 0:35 ... i like airpods bc they just super convenient and i use macos which makes it even more convenient. also one of the best wireless earbuds for the price. Though I do wanna try the sony donut earbuds
    edit2: the reason i want to learn rust is to gain a deeper understanding of what happens whenever you do things rather than depending on what scanf or whatever does on their own. though i still am pretty new to it, though, i feel like it can offer a lot to understanding what happens in general.
    edit3: zig compiler is also what i want to do.

  • @cthutu
    @cthutu Год назад +3

    Whoever strucci is in the comments, he's wrong. Rust is low-level. It can do anything C can. It can manipulate memory directly. You can even invoke the assembler.

  • @ISKLEMMI
    @ISKLEMMI Год назад +1

    I've seen so many AirPods that have fallen out of people's ears onto the ground and been left behind.

  • @bigtymer4862
    @bigtymer4862 Год назад +15

    Pulling off the big headphones is way more based

  • @MuffinHop
    @MuffinHop 2 месяца назад +1

    Hey about the EarPods. I have misophonia and sound sensitivity. They make my ability to work in an office 10x better. Please be understanding of those who need em. I actually don’t listen to music but mostly just silence or brown noise.

  • @vagabondages4089
    @vagabondages4089 Год назад +6

    We need a primeagen supplements stack and workout routine video XD.

  • @nextlifeonearth
    @nextlifeonearth Год назад +6

    I actually like C++, but mostly because I know it REALLY well. Like to my colleagues template metaprogramming is my solution to everything and I don't always understand how my colleagues don't understand the code, because to me it's like an open book.
    Probably a point against me and C++, but there's that. The code is not complex, I'm just using features that you don't know.
    "what's this bitset, just use a bitshift", No, stop hurting yourself. "Why do you make this template twice and call the other template?" It's called template realisation and it's been in there since C++11. Can't handle the Neutron style?

  • @joaogabriels.f.5143
    @joaogabriels.f.5143 Год назад +1

    OS class was very cool and informative, it gave me knowledge about how the whole system works.
    But also compilers.. that sh*t was enlightening, it gave me knowledge about how programing languages works.
    with i can have a good guess on what a code is doing, without being an expert at the language or seeking deep in the documentation.

  • @TheRighteousDawn
    @TheRighteousDawn Год назад +6

    In regard to Rust being the most popular language on SO, I have a theory. I used to browse /g/ back in the day, and I will always remember the overall absolute love for Rust over there. A large portion of the posts were just about how you were wrong if you didn't develop in Rust etc. I wouldn't put it past the fellas over there to organise a Survey Bombing. It definitely wouldn't be the first time.

    • @lukeskymac3223
      @lukeskymac3223 Год назад +7

      They hate it now because "it's too woke", and it's still on top of the survey, so no.

  • @eligoldberg5499
    @eligoldberg5499 Год назад

    I love your show man, I feel the same about everything you said. It's nice to have someone experienced share their world view in an amusing way

  • @Itachi_Uchia1
    @Itachi_Uchia1 Год назад +1

    This guy is the Dr Disrespect of tech😂😂 please don't change G🔥

  • @defnlife1683
    @defnlife1683 Год назад

    Prime what we want is a Zig v. Beef v. Odin. That's what we want baby.

  • @wtcxdm
    @wtcxdm Год назад +8

    Can't find the report/research that Prime said from Intel about time spent on server was mostly copying memory. Does anyone have any leads? Really curious about it.

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +3

      it came out the same year i did the NodeConf EU talk about FlatBuffers, i think i even cite it in my talk.

    • @hspadim
      @hspadim Год назад

      Hey Prime, what year did this happened? 2022? I couldn’t find anything on RUclips nor Google (just an image on your Twitter)

  • @LuisCassih
    @LuisCassih Год назад +2

    speaking of headphones, what headset are you using? looks like AKG.

  • @DylanMatthewTurner
    @DylanMatthewTurner Год назад

    0:27 Sir I cannot "walk up to my coworker;" I am remote

  • @dannydevs
    @dannydevs Год назад

    ultimate soy boy hating on hisself...lollllll. I eat green smoothies erry day! Loving the content Prime, we know you really care, deep down, about us lesser mortal devs. About 3/4 year into my first professional software engineering job and you're helping me along. Thank you.

  • @bandr-dev
    @bandr-dev Год назад +1

    We all have to go through the web / mobile soy boy phase to get out of it. To recognize that js is soyboy technology means you're growing.

  • @manishshaw1002
    @manishshaw1002 Год назад +1

    America: We can find you and put behind bars.
    N korea: you are one mistake away.... hehe
    China: Gets deleted from eath for mistake.
    then say anything about rust
    PrimeAgen : *Exists*. (I'm gonna destroy this man's whole career) starts YELLING LIKE CRAZY* You will regret that you ever existed****

  • @olafbaeyens8955
    @olafbaeyens8955 Год назад +8

    The Zero2Prod book the prime flashed around is a great book.

  • @vaughnholmes3
    @vaughnholmes3 Год назад +1

    5:20 I feel attacked.

    • @vaughnholmes3
      @vaughnholmes3 Год назад

      May be worth noting, I'm watching this on my day off while working on my personal Rust project.

  • @Alkis05
    @Alkis05 11 месяцев назад +2

    0:04 He also has a better hoody.

  • @ShadoFXPerino
    @ShadoFXPerino Год назад +1

    4:50 Get a teapot which can pour into many cups or one day you'll end up using a docker-in-docker image which eats 15gb ram

  • @tonysolar284
    @tonysolar284 Год назад +1

    I might try Rust since I live in the Rust Belt and deal with Rusty cars, might as well incorporate Rust in every aspect of my life.

  • @aakarshan4644
    @aakarshan4644 Год назад +3

    whats the better future proof language? rust or golang ? or just infra DevOps?

    • @AndrewBrownK
      @AndrewBrownK Год назад +2

      golang lacks some key features of rust that will inflate the amount of code you have to write and maintain

  • @GingerGames
    @GingerGames Год назад +2

    I love you too ❤

  • @ChrisCox-wv7oo
    @ChrisCox-wv7oo Год назад

    Your wife should wear a green morph suit to deliver your smoothies...

  • @leroyjenkins6347
    @leroyjenkins6347 Год назад +10

    dark years of web development I guess he has never used JSF or JSPs :P

    • @dumdumdumdum8804
      @dumdumdumdum8804 Год назад

      JSF/JSP better than javascript, simply didn't like javascript at all.

    • @complexity5545
      @complexity5545 Год назад

      Any of that [J word] crap (like tomcat, jetty, glassfish, wildfly crap). I wonder do people still use that stuff?

    • @SatumangoTheGreat
      @SatumangoTheGreat Год назад +1

      How about CGI scripts in Perl?

  • @ThomasWSmith-wm5xn
    @ThomasWSmith-wm5xn 10 месяцев назад

    "switching from js to rust" is a craaaazzyyyyy statement - wtf projects were you using JS for?

  • @Upliner1
    @Upliner1 Год назад

    8:45 I agree CMake is great, but only on Linux and Mac. On windows cargo is still much more convenient than vcpkg. So at the end we just decided to cross-compile our app in mingw. And we have a paradoxical situation: app is developed on Linux, built on Linux, but shipped only for MacOS and windows.

  • @the_blue_flash
    @the_blue_flash Год назад +3

    At least he moved on from AngularJS, I'm still stuck in the middle of it.

  • @CallousCoder
    @CallousCoder Год назад +5

    I like Rust but I DO NOT see it as a lowlevel systems programming language! Not do I see C++ as that. It’s a general programming language that can do (with some strong arming that crippled both language’s core usability and sensibility) to do systems program. C and Zig are systems programming languages. Zig even more so because it’s standard lib is so incredibly lean, there’s hardly and fat to be found. Unlike C and especially unlike Rust where the standard lib is just a tad too heavy.
    No of course you don’t need the standard lib in most lowlevel applications. But then why not develop in assembly is my argument. It it’s just IO and basic maths than I can do that in assembly just fine.

  • @kirillgimranov4943
    @kirillgimranov4943 Год назад +2

    omg these rust influencers finally met

  • @kobibr9362
    @kobibr9362 Год назад

    This was never in the soy category. Just listen to that voice Prime 😂

  • @DrewMyersUk
    @DrewMyersUk Год назад +1

    Typescript is both type safe and not type safe until it's observed.

  • @freyrh3582
    @freyrh3582 Год назад

    The mere mention of IE6 made me physically unwell...

  • @thisiswill
    @thisiswill Год назад

    First time hearing Soy Dev. Love it. I want an ironic sticker of this for my Mac now lol

  • @pkozelka
    @pkozelka Год назад +1

    "dude use cmake, cmake is great" ... well, compared to cargo or quite anything, "cmake" feels like from the steam age

  • @khalilzakariazemmoura8995
    @khalilzakariazemmoura8995 10 месяцев назад

    Oh men! Mootools and prototype! Men! That was a long a go!

  • @captainwalter
    @captainwalter Год назад

    lmao at the bill burr style delivery

  • @wizpig64
    @wizpig64 Год назад +1

    tofu's pretty good, actually

  • @lazyh0rse
    @lazyh0rse Год назад +20

    Rust will be next! in my journey learning c++, it's disappointing that the more I program in c++ the nastier error messages get! Time to join c++ hate cult lol

    • @IamusTheFox
      @IamusTheFox Год назад +2

      That's okay I tried rust and hated it, lol

    • @electric26
      @electric26 Год назад +3

      ​@@IamusTheFox me too, until I actually used it for a real world application :)

  • @krzyczak
    @krzyczak Год назад +4

    What is the compiler book you're talking about at 13:00 ??

    • @voskresenie-
      @voskresenie- 14 дней назад +1

      I know this comment's old, but in case you're still wondering, he's probably talking about Writing a Compiler in Go. He's talked about it elsewhere and I think even was giving out a promo code (that apparently he makes no commission on, ie he's not just getting paid to promote) for the ebook. It's the sequel to another book, Writing an Interpreter in Go.
      I bought both a while back before hearing him recommend it, and I read through the first half of the interpreter book. It's very good, as far as I can tell - it doesn't gloss over the things you need to know to really understand what you're doing, but it also isn't some impenetrable textbook that requires you to already know a lot about interpreters/compilers to understand. It's also about interpreting/compiling a language similar to javascript (the author invents his own language for the books), so it's not like resources on writing a lisp compiler (something I've done before, and is much simpler) that don't require a lot of the features that an interpreter/compiler for a non-functional language requires. Would definitely recommend, based on what I've read so far, if you're looking to get into the subject but don't have much prior knowledge.

    • @krzyczak
      @krzyczak 14 дней назад +1

      @@voskresenie- I found the book back then. Indeed it's very nice. Thanks for the reply anyway.

  • @nighteule
    @nighteule Год назад

    I switched from Kotlin to Rust months ago and I LOVE it

  • @batboy49
    @batboy49 Год назад

    @0:52 Amen brother...preach it!!!! Serious I do hate that too....

  • @Obolix101
    @Obolix101 Год назад +4

    Is it me or does prime remind anyone of an Anchorman character?

    • @TheAnonym035
      @TheAnonym035 Год назад

      for me, he is total Charlie Kelly from Always Sunny :D

  • @zcuric
    @zcuric Год назад

    The soyboy joke is awesome, laughed so hard :D

  • @YaofuZhou
    @YaofuZhou Год назад

    I just learned a new word today: Soydevs. Whata great word!

  • @ArkhKGB
    @ArkhKGB Год назад

    Mootools was awesome. Now, Dojo was the Dark Lord of those dark years.

  • @TudorLuca
    @TudorLuca Год назад

    I've been doing mobile dev since 2011. The Soy Boi thing cracks me up every god damn time. 🤣😂😂🤣🤣. 10/10

    • @TudorLuca
      @TudorLuca Год назад

      but for real, RN IS for soy bois.

  • @kumarsourav8851
    @kumarsourav8851 Год назад

    Become more than one library.. 🤠** react devs **

  • @celalergun_tallinn
    @celalergun_tallinn Год назад +5

    Have you ever considered doing voice-over for the raccoons? You've got the talent 😜

  • @lightninginmyhands4878
    @lightninginmyhands4878 Год назад

    Cackling as I watch the Viteagen down 5k mg of fish oil

  • @kengreeff
    @kengreeff Год назад

    😂😂😂 mootools, jquery and ie6 - know that pain all too well

  • @adamrodriguez7598
    @adamrodriguez7598 Год назад

    All netflix devs just bought AirPods

  • @rotteegher39
    @rotteegher39 Год назад +1

    10:33 *D* *R* *I* *N* *K* *I* *N* *G* *V* *O* *I* *D*

  • @7heMech
    @7heMech Год назад +11

    In the end PHP is the real one. (but cobol might be better)

  • @josemonge4604
    @josemonge4604 Год назад +10

    You know you are a boomer when you have to take fish oil pills and vitamins. By the way, I also take them, so I'm just being real.

  • @starllama2149
    @starllama2149 Год назад +2

    How and why does someone just switch from JS to rust? They are completely different languages with completely different use cases

  • @stasuchuvadov
    @stasuchuvadov Год назад

    Man your voice is your voice. That's some important thing of you as a person.
    also I like your "🔥🔥🔥BLAZINGLY FAST🔥🔥🔥"
    Dont change your voice. And dont change your moustache bcs you look like Mario.

  • @leshommesdupilly
    @leshommesdupilly Год назад +2

    I spent hours debugging a cmake error. Now, I don’t know why, but it compiles perfectly. I get segfault now

    • @mangalegends
      @mangalegends Год назад +3

      I like C++ but jeez getting a project to build is a nightmare for me, even with CMake

  • @yorgohoebeke
    @yorgohoebeke Год назад +1

    Which IDE is primeTime using? those error messages in the editor are neat!

    • @MCDyma
      @MCDyma Год назад +1

      nvim

    • @complexity5545
      @complexity5545 Год назад

      @@MCDyma +copilot + [other nvim plugins and language servers]; he actually almost made me use [copilot] (but I installed and tried out [codedium] instead).

    • @yorgohoebeke
      @yorgohoebeke Год назад

      @@MCDyma thanks!

  • @efkastner
    @efkastner Год назад +1

    only real ones remember IE 5.2

  • @mfpears
    @mfpears Год назад +1

    2:40 That's such an exaggeration. Yeah it sucked sometimes, but declarative templates are A LOT better than imperative spaghetti template updates with vanilla JS or jQuery.

    • @Patrick_Bard
      @Patrick_Bard Год назад

      By your profile pic I'm guessing you're a little biased. But I agree though

    • @mfpears
      @mfpears Год назад

      @@Patrick_Bard I am a GDE for Angular, but after React announced hooks and before Angular announced signals I had a preference for React. React hooks can do almost everything that RxJS can do. I just like declarative code in any form.

  • @jediampm
    @jediampm Год назад +1

    Hi Prime,
    The current js engine of Firefox is made in RUST, right?
    So why Firefox still slow compare to Chromium base browsers? 🤔

    • @ThePrimeTimeagen
      @ThePrimeTimeagen  Год назад +4

      its not, justn the css portion

    • @jediampm
      @jediampm Год назад +1

      @@ThePrimeTimeagen right. after read a blog post from mozilla (2021) which mention the creation of rust foundation, also mention the new css engine Stylo made in rust ; 😉

  • @wchorski
    @wchorski Год назад +1

    "I hate when Bill grabs his airpod to move it out of his ear."
    *continuously yanks around his boom arm

  • @rumplstiltztinkerstein
    @rumplstiltztinkerstein Год назад

    I like how the last frame of the video has someone screaming "EWWWWWWW" at the comments xD