I'm not pissed, I'm impressed!
Edit:typo
Mista zozin is a legend.
How do someone become as good as him ? I mean the guy can literally code anything and learn anything in mins ?
Just hard work and dedication. Easy.
He's a got a gift. Got it.
If working hard was easy even i could do it 🤣
also I think most people forgot that this dude has ben programming for literal decades already. I think many assume hes younger than his actual age due to the... aesthetics
He codes every day in all languages he can find, even the most stupid ones. And then creates his own and codes in them.
Man as if he knows how to talk to computers and everything is second nature to him
No, him doing it every day made it a second nature. Nothing happens automatically, you actually have to work to get good.
You get used to it, though. Your brain does the translating. I don't even see the code. All I see is blonde, brunette, redhead. Hey uh, you want a drink?
Stop using AI
Bro been straight coding since before 2007 just so you can have an idea. Hard work, staying consistent and loving what you do. This guy literally manages to stream almost everyday of the week (during the whole year) and still not run out of content (and he doesn’t even prepare his coding sessions) + takes the effort to edit / upload the videos to his youtube channel, that is discipline.
IQ is almost exclusively a genetic trait. Either you have it, or you don't.
Until we know which genes are responsible for that (I heard they have some research going in China since some time), and how to reprogram an already grown up organism (which would also require to "rewire the brain", which likely meas to replace it…), there's not much one can do. OTOH you wouldn't be you any more after such procedure, anyway. ¯\_(ツ)_/¯
But regardless, I think programming GUIs in C is not very smart. It's imho actually very stupid. Doing things "just because you can" is almost always idiocy…
"IQ is almost exclusively a genetic trait"
No, that is false. Genetics play a role but not as much as one might think it does.
There's this cool thing that when you practice a lot you get very good at what you do! You should try it!
Famously, you can improve at IQ tests by studying
Now that is rawdogging hardcore GUI bruh. I cannot imagine putting in the effort of doing GUI programming without object-oriented programming
Immediate mode programming is the one true way.
This guy is dope
I love him. Protect him at all cost
AI would go mechahitler if it tried to comprehend the video
I love what this guy does but his videos are so hard to watch
lol
Absolute coding
I dunno this doesn't sound awful, React is at least as silly and it's somehow widely accepted.
We need to have a pop-up for the summer sale, and the main website should have an animated background of the beach. We need to finish this by tomorrow, and we have bottom of the barrel coders who're paid peanuts.
Not all heroes wear capes
Does this guy even work at Blizzard though
Guy just casually visualising fast fourier transform... I wish to never look upon this shit again
Loved his videos until a recent haskell video where he went off on a stupid tangent calling the haskell website slop because it just looked nice lmao
Maybe not C, but... What if you were developing a game, and started making your own engine in C++? https://kittenspaceagency.wiki.gg/wiki/BRUTAL It's already been showing some amazing results.
I wouldn't call a visualization UI programming.
UI programming is dealing with, buttons, hover states, active states, tab indexes, windows, popovers, modals, animations, animation states, the list is endless -- and doing it well is really hard -- AND THEN rendering via GPU.
This example is creating an graph basic on audio input into a FFT.
"Did you make a UI in C with no framework?"
"Yes."
"Does it correctly handle non-Western input methods and accessibility technology?"
"Uh... Well..."
POV: you’re watching someone implement ecmascript in real time.
Doing a UI in C is going to piss off everyone that has to touch it.
That's pretty cool... but as a nerd it's my duty to point out that he's not optimally organizing the data within his struct to minimize the amount of padded bytes.
that looks like a ragebait
As a React dev, I want to see this!
Doing a one-off UI for your weekend project in C is not impressive.
Take a walk kid
Going fast when you're working alone isn't really impressive. How about doing an actual user interface for other people instead of just some lame visualizer. I've had tons of colleagues bragging about being able to do this sort of stuff, and they make shit interfaces for themselves and noone else.
You are the type of guy everyone in the industry hates. Literally, you always know it better and probably are never wrong either. Just shut the fuck up if you don't have anything of value to add or just spread your negativity, scroll the fuck on
The type of guy everyone in the industry hates is actually the hobbyist that produces 0 value but acts like he's a god programmer (and better than you R*eact devs who actually make things that people use, of course) because he spent 3 months making a shitty native program in C.
Why the fuck would people in the industry hate hobbyists LOL they're not even IN the industry that's why it's called hobbyists... Im also not even a react dev but whatever
I said "react devs" in reference to OP's print screen
No i dont know this better, but this doesn't impress me. Gamedevs do it all the time. But if all of your GUI amounts to nested menus, its not fucking impressive, buddy. Doing real interfaces for real people to get actual shit done, impresses me. React or C, i dont care.
"I'm gonna break a leg to piss off professional olympic runners which have trainers and personal doctors and shit". Goofy ahh attitude.
Are you a React dev?
No. Just commenting on how ridiculous the title is.
Not really a good analogy. Plus, it's just a joke, guy.
Ahh he got ya!
I'm not a react dev tho. The logic of his title got me.
Nahh you got got bro it's alright we all get got every once in a while
One react dev pissed off. Millions others to come
millions must segfault
Comparing a broken leg to designing a UI in C — and likening React developers to Olympic athletes — just proves that in both cases, you have absolutely no idea what you're talking about.
Ahh, back in college 20 years ago I learned how to do UI in C using OpenGL. That was only a two week lesson in an academic setting, and even then I was like nah I’m done with this FOREVER
But how performant was that UI
The thing about low level programming is that while you can make things fast you can also make things slow and shitty and with way more bugs. C doesn't just magically make things faster, it takes actual skill and effort.
Oh, skill and effort was what I was missing. Can I import that?
There's an npm package but it depends on left pad :/
But the Rust folks say, when you code in Rust it will be "blazingly fast and memory-efficient", just because Rust!
They don't want to believe (even I've seen samples in the past) that when an average dev translates some average code in, say Java, to Rust the result will be almost certainly a few times slower than when run on the JVM.
Ah yes, "The Rust Folks", AKA the straw man/generalized group "they" who all think homogenously.
The reason they put that in quotes is its literally stated on the Rust website as a fact.
And then here's a literal "I'm a Java dev wanting to use Rust" with multiple Rust people stating that just using Rust will make code more gooder: https://users.rust-lang.org/t/is-rust-really-faster-than-java-because-of-memory-management/80651
So no, its not a straw man.
Oh man. I read Java and understood JavaScript. I was bewildered for a moment
Not very
I remember doing well enough in the class, so I assume it was as performant as any other code written by a college student building UI components with OpenGL would be.
Oh, hey. I had the same experience, but it was a month.
I've done GUI by implementing my own draw functions for Java's swing library, so I understand the pain even if I haven't done it as low level as just C and OpenGL.