Why I Switched From JS to Rust | Prime Reacts

preview_player
Показать описание
Recorded live on twitch, GET IN

MY MAIN YT CHANNEL: Has well edited engineering videos

Discord
Рекомендации по теме
Комментарии
Автор

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

ThePrimeTimeagen
Автор

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

Maric
Автор

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

GutsyDavid
Автор

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

xXjohnsmithXx
Автор

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

EmberHext
Автор

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

adotinthecosmos
Автор

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

MAMW
Автор

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.

ferdynandkiepski
Автор

Windows have also accepted Rust in their core I heard

The register: "Microsoft is busy rewriting core Windows code in memory-safe Rust"

olafbaeyens
Автор

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 🤣

Dimkar
Автор

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

charlesbcraig
Автор

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

o__sama
Автор

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!

MatthewMarkLukeJohn.
Автор

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).

johanneswelsch
Автор

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

echoptic
Автор

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.

Jaryt
Автор

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

KnightMirkoYo
Автор

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.

youtindia
Автор

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.

complexity
Автор

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. 👏

lindblomdev