Parsing Lisp with Rust (Tula Ep.03)
2:42:18
16 сағат бұрын
My Next Video Project (Tula Ep.01)
2:06:05
I dramatically sped up my code
1:34:09
21 күн бұрын
Content Aware Scaling in C
2:36:04
21 күн бұрын
Eepers Gameplay Trailer
1:36
Ай бұрын
Control Your Dependencies
1:45:07
2 ай бұрын
Reviewing Your Pull Requests
1:39:37
Hare Programming Language
1:39:25
2 ай бұрын
Rewriting Raylib in JavaScript
2:12:47
Easy Web Games in C
2:54:16
2 ай бұрын
Easy Annoying Popups in C
1:37:31
3 ай бұрын
I fixed Lua
2:16:48
3 ай бұрын
GameDev in Assembly?!
4:00:03
3 ай бұрын
I made JIT Compiler for Brainf*ck lol
3:07:56
Zip works Better than AI
2:09:06
3 ай бұрын
You don't need DOM
1:46:17
3 ай бұрын
Ridiculously Easy 3D in C
2:22:47
3 ай бұрын
Data Mining in C
1:59:50
4 ай бұрын
Virtual DOM for Your Terminal
1:44:03
Better Way to Build C
1:43:46
4 ай бұрын
This Release is Insane!
1:25:56
4 ай бұрын
Пікірлер
@user-gi8oc4dr1c
@user-gi8oc4dr1c 55 минут бұрын
Best animation for loot boxes in game 😂
@jangra_mohit
@jangra_mohit 2 сағат бұрын
guys, i am trying to learn C but am quite a noob with tools around it and I need a little help and i'd be grateful if some one could help or point me to where i can learn about it In neovim i have installed clangd using mason, but when i let it automatically include header files like for errno, it automatically include <cerrno> rather then errno.h, i have tried everything i could find online, but got not fix and the completion i get is also from cerrno
@anon_y_mousse
@anon_y_mousse 5 сағат бұрын
Maybe RIIC should become the catch phrase. I think I should start that cult.
@mihailazar2487
@mihailazar2487 6 сағат бұрын
As the prophecy fortold
@user-lc8gw8vl7h
@user-lc8gw8vl7h 7 сағат бұрын
that "i can't even spell 'world' anymore, i haven't programmed in C for a while" caught me off guard
@tiwanndev
@tiwanndev 8 сағат бұрын
what do you mean google shitiness
@ThsHunt
@ThsHunt 9 сағат бұрын
he has porn folder
@bibliusz777
@bibliusz777 10 сағат бұрын
1:34:40 for implementing things like that automatically I recommend enum_as_inner crate
@user-dl6uc7vn6w
@user-dl6uc7vn6w 10 сағат бұрын
The god of debagging
@user-dl6uc7vn6w
@user-dl6uc7vn6w 10 сағат бұрын
13:45 I think this monologue should be put on the main page of the rust website
@BboyKeny
@BboyKeny 10 сағат бұрын
"Remember the code is more scared of you than you are scared of the code" - Zozin 2024
@user-dl6uc7vn6w
@user-dl6uc7vn6w 11 сағат бұрын
Я думал ты Имаксер
@_orangutan
@_orangutan 11 сағат бұрын
I think Tsoding programs in a Hyperbolic Time Chamber.
@chillydill4703
@chillydill4703 13 сағат бұрын
I like where this is going, tsoding!
@dorktales254
@dorktales254 13 сағат бұрын
you mean twitch.tuvalu right? right?
@tianned
@tianned 14 сағат бұрын
38:18 expectation 38:34 reality 42:25 42:32 Mr Zozins explanations are the best imo, probably would become a great teacher if he wished to
@MasterHigure
@MasterHigure 13 сағат бұрын
Macro source is as unreadable in C as it is in Rust.
@seftondepledge3658
@seftondepledge3658 17 сағат бұрын
I believe there is a bug in the parenthasese balancer. At the end you are only checking if the first bit is 0 or 1. If it is zero you are returning `Balanced`. This means if the count is an even number then even thought it is unbalanced the program will say it is.
@DanelonNicolas
@DanelonNicolas 17 сағат бұрын
Great 🎉
@adampaul7905
@adampaul7905 21 сағат бұрын
I want a full song from "Can you Rust doooo thaaaat ? i don't think soooo"
@RealCatDev
@RealCatDev 22 сағат бұрын
when Vulkan?
@wildwestrom
@wildwestrom 17 сағат бұрын
He did a Rust Vulkan stream awhile ago. Quite useful imo
@RealCatDev
@RealCatDev 9 сағат бұрын
@@wildwestrom I don't care about some smelly bad language
@bhavyakukkar
@bhavyakukkar 7 сағат бұрын
​@@RealCatDev then why are you watching this video
@RTZemun
@RTZemun 7 сағат бұрын
​@@bhavyakukkar he probably wants to say that rust is a bad language and that he wants to see vulkan in C
@RealCatDev
@RealCatDev 6 сағат бұрын
@@RTZemun yes
@marcsfeh
@marcsfeh 22 сағат бұрын
mm nice
@SiiKiiN
@SiiKiiN 22 сағат бұрын
I'm excited to see what primitives you decide to use. I know that the what makes manim good is the choice of primitives, I'm assuming the same needs to happen with this library considering its a programming viz and not just a viz.
@Lewdovico
@Lewdovico 23 сағат бұрын
Looks like we're alive.
@TheMelopeus
@TheMelopeus 15 сағат бұрын
He is alive and well, active on twitch and discord :D
@ratchet1freak
@ratchet1freak 23 сағат бұрын
For programming the animation itself maybe an immediate mode style api would be nice. Instead of having to build an array of keyframes. Which are going to be a pain to change on a hot reload. If you don't mind borrowing from sebastian lague's animation setup. That is you have a function that gets called every frame and it then does things like float t = interval(a, 5); which returns a value from 0 to 1 depending on where in the animation you are. Then the next time you call interval(a, 3) the effective interval starts after the previous one finished. And it uses the t to render an animation. To facilitate this you would need a float animTime; and a float currentTime; in Animation where animTime gets updated based on the input into interval() and currentTime is the time you are visualizing. So the return value becomes return remapAndClamp(currentTime, animTime, animTime + period, 0, 1) You can apply ease-in and out on the returned t if needed.
@bradley1995
@bradley1995 Күн бұрын
Finding myself working with php is exactly like this video. Everything has its own set of rules compared to oop and type structure. Love seeing your problem solving and frustration at the sametime!
@Daniikk1012
@Daniikk1012 Күн бұрын
I think the main reason people love Lua is because of how incredibly simple, yet powerful it is (Same reason people like C, but it's a scripting language, so in a different way). The only structural data type in it is a table. Want arrays? Use integers as keys. Want an object? Use field names. Want a dictionary? Use whatever you want as the key. Want to access something that doesn't exist? It's nil. Want to delete something? Set it to nil. Applies to both fields in tables and variables. The syntax is minimal. No need for semicolons OR newlines, because it is always possible to infer where statement separation occurs. There are only 21 keywords, which is mostly control flow and primitive values. Want more power? That's what metatables are for. Use them to add operator overloading to your tables. Or use them to implement inheritance. The compiler/interpreter itself is also deliberately simple. It is a single pass compiler, written in pure ANSI C (Except for dynamic linking, but for embedding it is an understandable compromise), very fast and small (One of the fastest scripting languages), because it was designed to be embeddable.
@TheDolphiner
@TheDolphiner 23 сағат бұрын
Reading the lua manual really gives the feeling of "we want the most power with the fewest features." It doesn't have traits I look for in a "real" language, but it's inspiring as a different perspective designed with a different use case than the mindset I usually work with.
@angryapplebombs914
@angryapplebombs914 21 сағат бұрын
This is actually one of the best comments I’ve read describing why I find Lua so enjoyable thank you for this. I might steal it later
@JH-pe3ro
@JH-pe3ro 20 сағат бұрын
I switched over from Lua to Janet recently because it brings the mindset of Lua to a Lisp syntax, without the compromises of Fennel or the baggage of CL/Scheme systems. And it's more fleshed out as a standalone scripting system, which ended up being "bolted on" to Lua with Luarocks, and I've never been happy with how that worked. It takes a little while to get comfortable with the idioms specific to Janet, but I'm finding it cozy enough. Edit: Also, if we are after minimalism, Forth is a decent scripting environment for gluing together chunks of assembly, and probably enough for this usecase.
@jeremyjurksztowicz6278
@jeremyjurksztowicz6278 5 сағат бұрын
Metatables and coroutines elevates Lua to S-tier power. Also small and fast enough to run on a GameBoy Advance. Love Lua.
@TurtleKwitty
@TurtleKwitty Күн бұрын
Was not expecting it to be made cannon that he likes his ass being bit but hey great episode XD
@zeusdeux
@zeusdeux Күн бұрын
New tsoding vid, let’s goooooo!!
@bufferc6362
@bufferc6362 Күн бұрын
I love you.
@toddkfisher
@toddkfisher Күн бұрын
The commentary on Stack Overflow alone makes this worth watching.
@rubenvis6568
@rubenvis6568 4 сағат бұрын
Starting at about 1:52:10 :-)
@v_i_e_w_e_r_405
@v_i_e_w_e_r_405 Күн бұрын
considering there are over 7000 languages, there must be one where Panim means d1ck
@gg-bt4sp
@gg-bt4sp Күн бұрын
Hi, Panim playlist link broken Have a nice day
@TsodingDaily
@TsodingDaily Күн бұрын
Thank you! Fixed!
@AlmogD
@AlmogD Күн бұрын
LOVE YOUR VIDEOS The Panim Playlist link is not working :(
@D-V-O-R-A-K
@D-V-O-R-A-K Күн бұрын
WHERE RED CAR???
@apenaswellignton
@apenaswellignton Күн бұрын
Pog
@mmmmm1438
@mmmmm1438 Күн бұрын
you say what welcome to ? what
@AnksioXD
@AnksioXD Күн бұрын
recreational programming session
@blackhaze3856
@blackhaze3856 Күн бұрын
Is 3b1b parent of R2D2?
@Shywizz
@Shywizz Күн бұрын
Its 3*blue*1*brown* another channel that does explanatory math videos
@angelcaru
@angelcaru Күн бұрын
@@Shywizz www.wikipedia.org/wiki/Joke
@oserodal2702
@oserodal2702 Күн бұрын
​@@angelcarubetter response than wooosh
@howdoiexitvim-sg2xl
@howdoiexitvim-sg2xl Күн бұрын
​@@oserodal2702the most amazing thing is youtube not obliterating the comment containing a link
@programist2.091
@programist2.091 Күн бұрын
And a nephew of 2b2t
@SiviksPlays
@SiviksPlays Күн бұрын
Can i ask what font you use?
@dismooont3336
@dismooont3336 Күн бұрын
Со,итс колд кумир, ака амбассадор ОГЭ
@brayanalmonte4758
@brayanalmonte4758 Күн бұрын
Loving this Thank you
@khuntasaurus88
@khuntasaurus88 Күн бұрын
7:21 does this commenter not realize that the majority of high-performance "AI" built nowadays is based on NNs? Transformers are just 2 NNs plugged together as encoder/decoders and transformers are the reason all these text AIs like chatgpt exist. Is it a Bojan Tunguz alt maybe??
@heraldo623
@heraldo623 Күн бұрын
The main benefit of framewors for UI is data binding to JS vars. I hope you continue and implement UI state management later.
@heraldo623
@heraldo623 Күн бұрын
You should mark as alive only the heap chunks that can be reached from the stack. It will make self-referenced chunks to be collected too (circular pointers). If you take the heap itself as root of the "references tree" circular refs will stay alive forerer, thus leading to memory leaks.
@ovi1326
@ovi1326 Күн бұрын
llvm is bloated and object oriented HOWEVER I like my system being as fast as possible, 30% does make a huge difference in many cases and the only python tool I use consistently is emerge which it being written in python does make the user experience actively worse qbe looks kinda cool tho ngl
@lets_support_creative_society
@lets_support_creative_society Күн бұрын
1С for zoomers 666 comments (667 is mine)
@stalker200368
@stalker200368 2 күн бұрын
"меньше" читается сложнее чем "-?" ???
@Dr-Zed
@Dr-Zed 2 күн бұрын
Whoa, having twitch chat as captions is amazing!
@JohnKouts
@JohnKouts 2 күн бұрын
We need Tsoding merchandise!!!
@CherishedMe
@CherishedMe 2 күн бұрын
so basic...
@c9der
@c9der 2 күн бұрын
my brother just woke up chose violence against asmongold