I appreciate this because usually you get 20 minutes to do this in an interview. Prime wouldn’t get the job but shows that even really smart people have issues
@TonySmythTreeBTWКүн бұрын
This is why I like using AI as a more thorough search and sort. If you ask it the RIGHT questions (i.e. can you find me the documentation and an example for _______) it's very useful and a huge time saver. If you ask AI for a shortcut though, it can only hurt you in the end.
@nisem0no2 күн бұрын
This is why I avoid using Copilot now.
@wdeath2 күн бұрын
Clojure syntax is nested like tree, because it is made to make nested functions calls readable. If f() way is used with nested calls its not-readable. Its normal to freak out at first, i was also, until i used it, and once you go Clojure you never go back!
@aleksandrskamyshin30222 күн бұрын
its like a letsplay
@gauravbhagwaria3882 күн бұрын
idk but the noob sounds so adorable lol XD
@sneezydeezymcdeluxe70152 күн бұрын
Will the guy on the left stop bouncing around like a mentalist?
@konraddynowski53033 күн бұрын
I actually found quite a few helpful things here, thanks @TheVimeagen edit: subbed :D
@sladoid4 күн бұрын
This is nice
@nyanray4 күн бұрын
Good shit!
@rahulsaini74094 күн бұрын
What theme is that ?
@olbluelips4 күн бұрын
I've used AI to code in the past but it bit me, so I stopped. My opinion is now that AI is a great templating engine, but it doesn't really "code". It's not an interpreter! You could ask it to debug some arbitrarily expensive problem
@olbluelips4 күн бұрын
He's so goddamn right about structural typing
@elatedbento5 күн бұрын
What is that gorgeous vim theme/colorscheme? Any help appreciated ☺❤
@fahadali13726 күн бұрын
read about islam
@MrGN-yy6op6 күн бұрын
I love this kinda videos but what is this audio man 😭
@Stefknowles7 күн бұрын
Arguably one of the best videos on the side effects of gen AI in coding right now, great content 👏
@DaveParr8 күн бұрын
I've been watching that first hand this week. A senior who has been using ai for 8 months has struggled significantly during a relatively complex piece of work specific to our code base. It required good contextual knowledge of the last 3 months worth of the teams work. The junior however, flew through it. The junior had never used ai tools, and instead had put in the upfront comprehension needed which paid off in dividends. The senior was seeking 'quick wins' but was floored by a lack of understanding after that outcome.
@plagiator198 күн бұрын
I think these guys glow in the dark
@saeedbarari22078 күн бұрын
OK but the real question is: why vim?
@x.f.m.45728 күн бұрын
need at least 3 years to study and make these plugins work! maybe 5 years.
@BrandonSorenson-fb3gg8 күн бұрын
I looove TJs tutorial
@pookiepats9 күн бұрын
helix docs suck so hard, even if it is good you would have no way of knowing
@timokreuzer3819 күн бұрын
Every US developer I know would pronounce every acronym as if it was a legit word. Be it "malloc" or "URB" and "IRP" (which sound exactly the same). And people made fun of me, when I pronounced "GUID" as "Gee-U-I-D", and since I'm German my manager couldn't resist making bad jokes about "Jew-ID". Especially when jewsh devs were present. Man, that were the good ol' times 😅 Good thing I'm retired though.
@satanistbear438810 күн бұрын
I really love this format! Please continue❤
@TopicTide210 күн бұрын
I am trying to follow along, everything is good. But Space does not want to be my leader key... It simply refuses. It just moves the cursor forwards.
@maaikevreugdemaker921011 күн бұрын
This was insane fun
@Rssaxcv12 күн бұрын
Where is my pretty logging
@Arwahanoth12 күн бұрын
[[likely]] and [[unlikely]] just order the code so that the "most" likely branch is the closest to the conditional jump. But it is not as good as it seems for modern CPUs (like < 15 years old lol)
@Z417O13 күн бұрын
Если я смогу понимать что здесь происходит, с той же скоростью что он печатает, я автоматически сеньёр, Зачем мне знания фреймворков если я с такой скоростью сам их могу писать к каждому отдельному проекту)
@meanguitar14 күн бұрын
We need something like sqlite but using json stores like mongo.
@nekoill15 күн бұрын
NO, PRIME! RUN! RUN WHILE YOU STILL CAN, OR YOU'LL END UP WITH 20 YEARS OF EXPERIENCE OF PAINTING BUTTONS; truly, a fate worse than death
@the.lightfall16 күн бұрын
Are these blue switches?
@PedroPereira-th4xq16 күн бұрын
Really love this kind of content. Hits the mark for people like me who got lost in enterpriseland and forgot the joy of coding they had 20 ys ago.
@johnyepthomi89218 күн бұрын
Ads are fine with moderation. Get that paper baby.
@overbyte18 күн бұрын
This is the most based video I’ve ever seen a programmer deliver. Mate you are cooking
@RinzlerrExe18 күн бұрын
This is my first time seeing this man and i feel like a kid finding Tobuscus for the first time again.
@Microphunktv-jb3kj19 күн бұрын
"why use that inferior editor vscode" alsp prime: 30:07 :D:D:DD autocomplete sucks it doesnt suck zls with vscode extension <D also has inlay hints
@johnmichael94622 күн бұрын
same darkpixel this is what peak unemployment looks like
@FromRootsToRadicals_INTP24 күн бұрын
Not joking, but this is my mind normal. When i take addy's (sometimes for fun) I just get real lazy, and cannot stop thinking of the women! lol
@FromRootsToRadicals_INTP24 күн бұрын
Yea, def Adderall. lol Sorry but bro. lol
@guilhermeandrade106924 күн бұрын
Is Vim or Neovim?
@loczster25 күн бұрын
😦😦😦
@joewanbeam496925 күн бұрын
I love this content a lot I am a junior fullstack dev trying to improve as much as I can. You are mentor even though we don't physically know each other lol.
@troyroa776825 күн бұрын
Do you guys know what plug-in he uses for his git commits? 😢
@Nellak201125 күн бұрын
I am just now learning back end, but what I have seen between ORMs like Django and SQLc is a stark difference. ORMs seem over complicated and too magic. SQLc just feels right. SQLc looks like it properly separates concerns and does what ORMs wish they could do. Idk, I will have to learn more.
@DoctorDuckload27 күн бұрын
Here you go everyone, this is your interviewer in FAANG OA, who can't even solve coin change but asks you leetcode hards. Let that sink in. PS: I like Prime, I also enjoy solving leetcode style questions. But the interview system is what it is. It's fucking retarded.
@rnrbishop27 күн бұрын
I mean terry was right, linux types are confused by anything not pretending to be a 70s mainframe.
@scottnoel-hemming675027 күн бұрын
Have you checked out TiddlyWiki?
@radioJim28 күн бұрын
5:39 That really is a crazy example. Using identifiers that sound like keywords is one of the worst things you can do when you're literally teaching the keywords and syntax! When in doubt, just prepend "my_" to it or something.