Why do C Programmers Always Obfuscate Their Code?

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น •

  • @antha-earth
    @antha-earth 8 หลายเดือนก่อน +42

    I love that you can make c look like a dynamically typed language by simply only using one type and having that type be int

  • @jiraibozo
    @jiraibozo 8 หลายเดือนก่อน +318

    3:04 "I'm going to compile this [...] to confirm that it, in fact, works."
    *It doesn't work*

    • @NoizyCr1cket
      @NoizyCr1cket 8 หลายเดือนก่อน +15

      I felt that on a personal level

  • @freddie224
    @freddie224 8 หลายเดือนก่อน +25

    the only actually interesting programming channel posted again, we eating good

  • @stefanalecu9532
    @stefanalecu9532 8 หลายเดือนก่อน +8

    As a representative of the Free Pascal Discord, we would actually really be grateful for your help, we've started work on a modern Pascal website so it would be great for us to have some help :p

  • @evanlin96069
    @evanlin96069 8 หลายเดือนก่อน +28

    This video inspired me to write a C lexer that formats itself into frames of bad apple video ascii art.

    • @max_me_is
      @max_me_is 7 หลายเดือนก่อน +1

      Dude it is so cool

  • @Lampe2020
    @Lampe2020 7 หลายเดือนก่อน +4

    I find the idea of putting the chat into the subtitles interesting, although it just confused me when I didn't quite understand something you said, so I enabled subtitles to get a clue and then got something that had nothing to do with what you said XD

  • @ijzm
    @ijzm 8 หลายเดือนก่อน +142

    Have you seen the IOCCC (International Obfuscated C Code Contest). They do a bunch of stuff like this and format their code in really wonky ways!

    • @vytah
      @vytah 8 หลายเดือนก่อน +34

      I prefer the Underhanded C Contest, sadly it hasn't been held for years. It's about writing a program that looks fine, but has a deliberate exploitable vulnerability.

    • @dixztube
      @dixztube 8 หลายเดือนก่อน +1

      The fluid one is craaazy

    • @623-x7b
      @623-x7b 8 หลายเดือนก่อน

      Actually useful what the hell for it to stop being held if it teaches security vulnerabilities maybe it's a DevOp.

    • @GRAYgauss
      @GRAYgauss 8 หลายเดือนก่อน +13

      @@vytah That's just professional development.

    • @N____er
      @N____er 7 หลายเดือนก่อน

      ​@@vytah you might want to look into ctf challenge creation

  • @buzzerbeatz5927
    @buzzerbeatz5927 8 หลายเดือนก่อน +250

    Can your python do that?

    • @dreyhd4366
      @dreyhd4366 8 หลายเดือนก่อน +46

      I dont fkin think so

    • @yante7
      @yante7 8 หลายเดือนก่อน +31

      yes (using semi colons)

    • @WilliamReddingGuitar
      @WilliamReddingGuitar 8 หลายเดือนก่อน +8

      it can with semicolons

    • @2dapoint424
      @2dapoint424 8 หลายเดือนก่อน +7

      ❤da python can do this😅

    • @dontuo
      @dontuo 8 หลายเดือนก่อน

      Yep, check out Evan Zhou

  • @0x2a2f
    @0x2a2f 8 หลายเดือนก่อน +64

    1:06:10 John Convey's mouth just turned into gol's glider

    • @BlackwaterEl1te
      @BlackwaterEl1te 8 หลายเดือนก่อน +9

      lol that looked like that jesus restoration failure meme.

  • @blackhaze3856
    @blackhaze3856 8 หลายเดือนก่อน +24

    0:54 Hello Mr. Zoidberg

  • @mytechnotalent
    @mytechnotalent 8 หลายเดือนก่อน +6

    I adore your focus on C i am an Assembler Developer and you are so valuable!

  • @akashp01
    @akashp01 8 หลายเดือนก่อน +2

    The moment I saw you're using Emacs I knew it would be a worthwhile video.

  • @cobbcoding
    @cobbcoding 8 หลายเดือนก่อน +4

    this is peak youtube programming content

  • @Lampe2020
    @Lampe2020 7 หลายเดือนก่อน +1

    In the final code you have the second to last line overflowing on the right block by two characters and the string right in there is unecessarily split. So you could merge those two strings back together (just remove the two quotes in the middle) and that line would perfectly fit the block.

  • @artemiasalina1860
    @artemiasalina1860 8 หลายเดือนก่อน +2

    front and back can be declared with octal notation: f[010][020];b[010][020]; Then the other vars can be named f010, f020, b010, and b020.

  • @venus007e6
    @venus007e6 8 หลายเดือนก่อน +3

    If you change "[%dA""\033[%dD" to "[%dA\033[%dD" (remove the "" in the middle) it would fit in the cube perfectly

  • @felipesharkao
    @felipesharkao 8 หลายเดือนก่อน +31

    "Marketing is comercial propaganda"
    In portuguese at least (probably other Latin languages as well), the words for "ad" and "propaganda" are the same (just "propaganda")

    • @tSaturn
      @tSaturn 8 หลายเดือนก่อน

      Anunçio

    • @cxliobj
      @cxliobj 8 หลายเดือนก่อน

      Sabe mt jovem

    • @gazill1onaire
      @gazill1onaire 8 หลายเดือนก่อน

      ​@@tSaturnquase

    • @felipesharkao
      @felipesharkao 5 หลายเดือนก่อน

      @@tSaturn "anúncio" is rarely used (in Brazil at least, can't say for Portugal or Angola). More often than not "propaganda" is used instead

  • @calebharper9567
    @calebharper9567 8 หลายเดือนก่อน +19

    "This is valid C," he says about constructs that have been invalid since C99

    • @MatthisDayer
      @MatthisDayer 8 หลายเดือนก่อน +15

      Too bad compilers have to support c89 and sometimes even older for compatibility

    • @calebharper9567
      @calebharper9567 8 หลายเดือนก่อน +4

      @@MatthisDayer They do, but modern GCC does not default to C89 mode and technically should not have accepted this

    • @joseoncrack
      @joseoncrack 8 หลายเดือนก่อน +7

      @@calebharper9567 GCC does default to a GCC compliance mode rather than standard. If you want, say, C99 compliance, you need to pass -std=c99 to GCC. The default is something gnuxx depending on GCC's version, but not strict standard compliance. Something to be aware of.

    • @calebharper9567
      @calebharper9567 8 หลายเดือนก่อน +1

      @@joseoncrack I'm aware. Just saying that if it was trying to be standards compliant, it shouldn't accept this without an explicit C89 argument. I would also argue that it shouldn't accept this in the default mode regardless, but that's another matter.

    • @StevenMartinGuitar
      @StevenMartinGuitar 8 หลายเดือนก่อน +1

      He compiled C code and it ran fine, seems pretty valid 😂

  • @GillesLouisReneDeleuze
    @GillesLouisReneDeleuze 8 หลายเดือนก่อน +3

    On my first job I rewrote the whole legacy code of the project from C++ to Pascal.

  • @multicoloredwiz
    @multicoloredwiz 8 หลายเดือนก่อน +7

    Lost it at the reference in the title. Great content creator work, third owner of zozzing

  • @anon_y_mousse
    @anon_y_mousse 8 หลายเดือนก่อน +1

    Personally, I think a flying head is funnier than to include the shoulders. Something I was thinking about was you could embed ANSI escapes into the code, and use backspace commands to erase the opening comment characters and then move forward and overwrite the end characters, then set the color, repeat ad nauseam and then just cat'ing the file to the terminal would yield a colored image. Then you could just focus on formatting with 8 colors and embedding the escapes.
    If Debian restricts you in that way, why not come to the dark side and use Slackware.

  • @AlBoulley
    @AlBoulley 9 วันที่ผ่านมา

    single buffer life: store both buffers in same variable, multiply 2nd buffer by a value, toggle buffer index each run. cell(x,y)=101, bufmul=100, bufidx=2, etc

  • @jamesgray6804
    @jamesgray6804 3 หลายเดือนก่อน

    One could go further by referencing the arrays via pointers, flip them at the end and avoid the memcpy. Other functions could be referenced by pointer. 47:57

  • @nekoill
    @nekoill 8 หลายเดือนก่อน +5

    "DevOps should learn psyops" - my brother in Christ, how do you think we came to be

  • @vadiks20032
    @vadiks20032 8 หลายเดือนก่อน +1

    maybe the reason it made convay look like he doesn't have hair, is because the app turned transparent background black, similar color to convay's hair

  • @lolilollolilol7773
    @lolilollolilol7773 5 หลายเดือนก่อน

    The IOCCC is an old fun contest where you have lots of impressive little programs like that. Some of them are incredible, like self modifying programs. The Tiny C compiler was created first as an entry to the IOCCC.

  • @okage_
    @okage_ 8 หลายเดือนก่อน +1

    thanks zozin, enjoyed this video

  • @lunchdotbox
    @lunchdotbox 8 หลายเดือนก่อน +53

    Anybody saying this is a great video must be a time traveler

    • @TsodingDaily
      @TsodingDaily  8 หลายเดือนก่อน +39

      It was actually streamed yesterday on Twitch. So quite a few people already watched it.

    • @Error8x8
      @Error8x8 8 หลายเดือนก่อน +2

      I just walked out of the shed

  • @1ogic948
    @1ogic948 7 หลายเดือนก่อน

    Subtitles for Twitch Chat is quite a neat feature!

  • @RickeyBowers
    @RickeyBowers 8 หลายเดือนก่อน +5

    Potato Conway was the best, lol.
    (Can help but to feel he is laughing somewhere.)

  • @ettyxcbyrcburcbtxcfhcdtyurt
    @ettyxcbyrcburcbtxcfhcdtyurt 7 หลายเดือนก่อน

    i saw you promote your channel during sleep paralysis, that's what brought me here

  • @rogo7330
    @rogo7330 8 หลายเดือนก่อน +1

    Maybe it would be better to find difference-between-colors values and draw tokens in their places or blanks instead. That way you preserve the lines of the face, which is more important than colors.

  • @jgfjfgjfhjf
    @jgfjfgjfhjf 8 หลายเดือนก่อน +3

    not sure calling that code and donut obfuscated is quite right tho. It doesn't necessarily try to deliberately hide what it is actually doing. Sure names are mangled, but the logic is right there, plain and simple. I know - not a real language - but code like this is basically how you write fast(er) .js, tho in .js land no one cares about speed, so that's only used to reduce file size that goes with react.

    • @scrung
      @scrung 8 หลายเดือนก่อน +1

      what? the reason why code looks like this in js is because people use a build tool to minify the source code so there’s less data to send to the user. your variable names are turned to bytecode at runtime and have no impact on the speed of ur application after it has been parsed by the engine. it’s purposely written to be messy and unreadable (it’s code in the shape of a donut) and the author says so himself ”This was my first attempt at obfuscated C”
      no one actually writes code like this because your coworkers actually want to be able to read it

    • @jgfjfgjfhjf
      @jgfjfgjfhjf 8 หลายเดือนก่อน

      @@scrung yes, except for the fact that reducing code to logical operations is faster in many cases, writing "helper" functions in this fashion opens the possibility of inlining them later without making resulting file huge, math is way faster this way etc (n | 0 instead of Math.floor(n) for example, not only faster by itself, but also no function call overhead).

  • @NicholasVeselskiy
    @NicholasVeselskiy 8 หลายเดือนก่อน +6

    1:06:33 I think I met this guy at my local Vietnamese restaurant.

  • @rodelias9378
    @rodelias9378 8 หลายเดือนก่อน

    That was super cool. Thank you!

  • @jamesgray6804
    @jamesgray6804 3 หลายเดือนก่อน

    Funny, as a teen, my brother and I had a game boy. I mostly played Tetris. The first time I played it in the car my mom asked me why I was listening to Russian music. Apparently, Tetris was written in Russia. 🎵

  • @bbq1423
    @bbq1423 8 หลายเดือนก่อน +2

    Would've been interesting to remove the background using seam carving

  • @toomuchzelda
    @toomuchzelda 8 หลายเดือนก่อน +2

    the font you use really matches the sound of your keyboard

  • @mokisable
    @mokisable 7 หลายเดือนก่อน

    I really appreciate the video! Earlier you referenced that Gameboy and Pokemon Blue wasnt that familiar because different places exist in the world.
    Thats fine... but you could bridge the gap by teaching people what the equivalent for you would be... instead of just leaving people to feel shamed for misunderstanding something

  • @Ma_X64
    @Ma_X64 7 หลายเดือนก่อน

    You also could move the indexes of arrays before the arrays variables in loops. I'm not sure what combinations of that is legal for two dimensional arrays but a[b]==[b]a==b[a]==[a]b😅

  • @smizmar8
    @smizmar8 7 หลายเดือนก่อน +1

    No, not the age of AI for search engines, it's the age of corporate greed, the founders of google have moved on to other things, even Gatsie isn't hanging around much. Why corporate greed though? Well if youu search and find what you want, how many adds have you possibly looked at? But, if it takes you a long time to find what you want, potentially never finding it, you just keep runing searches. Kind of brilliant if you're a corporate idiot who only cares about the next year or 2. I think it's time to write an opensource search engine.

  • @anon3118
    @anon3118 8 หลายเดือนก่อน +1

    the closed captions are just comments lol

  • @alvaronaranjo2589
    @alvaronaranjo2589 8 หลายเดือนก่อน +5

    I learned Pascal before C but after 8-bit asm

    • @RoadToFuture007
      @RoadToFuture007 8 หลายเดือนก่อน +2

      I've heard, this is almost the best path. We have in Russia some guy, his name is Stolyarov, who wrote the book Introduction to (programmer) profession (3 volumes!) and he teaches programing in this order: Pascal, Assembler, C, then goes to Unix, paradigms, OOP. He says, Pascal is an excellent language for teaching and starting also because it cleanly introduces to some fundamental concepts. Also it unlike C clearly separates functions (those return values) and routines (which have side effects) and so sharpen mind for those important aspects. This is one of the reasons to learn Pascal before C.

    • @joseoncrack
      @joseoncrack 8 หลายเดือนก่อน +5

      @@RoadToFuture007 Yes, Pascal was a very good learning tool. Later Wirth languages were even better yet a bit more "modern" for that purpose, like Modula-2 and Oberon.
      Beginning your learning journey with C is a mistake. But so is beginning with Python, which teaches you almost nothing fundamental about programming.

    • @RoadToFuture007
      @RoadToFuture007 8 หลายเดือนก่อน

      @@joseoncrack so which of those would you reccomend as starting languages: older Pascal or like you said more modern Wirth languages? Or something else?

    • @joseoncrack
      @joseoncrack 8 หลายเดือนก่อน

      @@RoadToFuture007 These are safe bets IMO. The thing with Oberon is that there are various dialects of it, and not many available compilers at all, although you can try OBNC which should build on most platforms. But it's a relatively small project. A more "robust" choice would probably be either Pascal (and the freepascal compiler is pretty good), or Modula-2, which is now supported as an official front-end by GCC! But even if you go the Pascal route, you don't need to settle for an "old " language, as freepascal does support Object Pascal/Delphi and of course there is Delphi itself which is still sold and still used in more commercial projects than you may think. These are versions of Pascal that support OOP and a lot of modern additions to the original Pascal, while keeping its spirit.

    • @stefanalecu9532
      @stefanalecu9532 8 หลายเดือนก่อน

      ​@@RoadToFuture007 as someone who uses Free Pascal, you've got everything from low level stuff to advanced OOP, we've evolved quite a bit :)
      Out of principle I'd recommend Modula-2 or Oberon, but sadly no one uses those and you'll be isolated, so try Pascal, you won't regret it

  • @Turalcar
    @Turalcar 5 หลายเดือนก่อน

    If you make it two colors the background should probably be white so that face and background are the same color different from the hair.

  • @yoelvp
    @yoelvp 8 หลายเดือนก่อน +10

    No entiendo nada pero me encantan tus videos 😅

    • @spht9ng
      @spht9ng 8 หลายเดือนก่อน +2

      La programación es muy interesante. Si desea aprender los conceptos básicos, vea el curso CS50 2023 de Harvard en freeCodeCamp. Qué buen profesor y si necesitas traducción, la descripción del video tiene escritos que puedes leer a un ritmo más lento.

    • @yoelvp
      @yoelvp 8 หลายเดือนก่อน +2

      Se un poco de programación y diría que soy junior, pero aún el idioma inglés no logro entenderlo 😁

  • @mokisable
    @mokisable 7 หลายเดือนก่อน

    Thank you for the small rage about AI revolution yet the tools being incapable of doing the basic things we ask for. AI has a danger of making humanity very very dumb. Let's hope we can counteract

  • @user-nc7tk3ee3q
    @user-nc7tk3ee3q 8 หลายเดือนก่อน

    What's the tool being used to zoom to the cursor? (for example as in 1:31)
    Nice video btw!!

    • @heyclore5728
      @heyclore5728 8 หลายเดือนก่อน

      it't called "boomer", you can check at his repo

  • @blackhaze3856
    @blackhaze3856 8 หลายเดือนก่อน

    IIRC there was a kind of contest about the weirdest thing of writing code.

  • @investWhale
    @investWhale 8 หลายเดือนก่อน +1

    What do you say about it, Python?

  • @scorpia3215
    @scorpia3215 8 หลายเดือนก่อน +1

    i wonder if you could get the conway picture to work if you messed with the brightness/contrast sliders

  • @varshneydevansh
    @varshneydevansh 8 หลายเดือนก่อน +3

    Watched 10 min will watch rest in the morning good night

  • @boody8844
    @boody8844 8 หลายเดือนก่อน +4

    Brother why is your CPU running at 100c 😭

    • @TsodingDaily
      @TsodingDaily  8 หลายเดือนก่อน +35

      To keep myself warm

    • @cobbcoding
      @cobbcoding 8 หลายเดือนก่อน +2

      it's cold in russia

  • @berndeckenfels
    @berndeckenfels 8 หลายเดือนก่อน

    Maybe quantize to 3 shades and then use the lighter chats like punctuation between fully filled and space

  • @OverAndOverAndOver
    @OverAndOverAndOver 8 หลายเดือนก่อน

    Yo man, I don't know if you've got specific people doing your subtitles but they are effing them up
    Subtitles don't at all represent what you are saying in the video

    • @A2music
      @A2music 7 หลายเดือนก่อน +1

      It's the twitch chat from the livestream

    • @OverAndOverAndOver
      @OverAndOverAndOver 7 หลายเดือนก่อน

      @@A2music i thought so! I just didn't know, that's super sick! Thnx

  • @cobbcoding
    @cobbcoding 8 หลายเดือนก่อน

    1:34:10 "It kinda worked but not really. Yeah, it actually, it didn't really work at all"

  • @dorbie
    @dorbie 8 หลายเดือนก่อน +2

    Because they can.

  • @ginzilb3395
    @ginzilb3395 8 หลายเดือนก่อน +1

    I would love to see pascal streams.. 36:20 would be nice

  • @KaiSong-vv7wh
    @KaiSong-vv7wh 8 หลายเดือนก่อน

    Maybe someone can give me a heads-up: I am developing computational software for ~10 years now. But I acknowledge that software development is spread much wider than my niche field of expertise. However, I often see the trend of people in information technology to get excited about completely useless stuff. And I wonder why that is. What is the mind-set? I have a hard time making sense of so many things because my questioning is always "what can I use it for? What can it compute? What questions can it answer that I couldnt answer before? What can it do better? What is the effort vs benefit ratio?" What questions drive those informatics enthusiasts (as I'd call them in lack for better words) instead?

    • @DigitalViscosity
      @DigitalViscosity 8 หลายเดือนก่อน +2

      You can't see the value in just writing code for art? Some people truly love reading code and seeing code composed and work in interesting ways. We should never lose the curiosity to always discover more in our hobbies because it can lead to something great.

  • @SomeDudeInBaltimore
    @SomeDudeInBaltimore 8 หลายเดือนก่อน

    Looking to see how to put the donut in my motd when I log in to the terminal...

  • @dandnnn
    @dandnnn 8 หลายเดือนก่อน

    Can't wait for this to get fed to chat gpt

  • @TheHippyhopp
    @TheHippyhopp 3 หลายเดือนก่อน

    Bisqwit has a short video on this topic

  • @angsttt904
    @angsttt904 8 หลายเดือนก่อน

    Братан, хорош, давай, вперёд! Контент в кайф, можно ещё? Вообще красавчик! Можно вот этого вот почаще?

  • @Steven-v6l
    @Steven-v6l 8 หลายเดือนก่อน +1

    C programmers I know eschew obfuscation. We use Perl or Python when we intend to obfuscate.

  • @Bredor
    @Bredor 8 หลายเดือนก่อน

    now imagine it doing glider in its own code blocks instead of '#'!

  • @lukasjetu9776
    @lukasjetu9776 8 หลายเดือนก่อน +1

    i have a question, what is porn folder?

  • @lafireteamplx3400
    @lafireteamplx3400 4 หลายเดือนก่อน

    That is pretty cool, i also need to conceal my code

  • @hetanshumalik6778
    @hetanshumalik6778 8 หลายเดือนก่อน

    What's your discord link? Is it open for joining? Edit: Nvm. Found it on your twitch channel

  • @hodayfa000h
    @hodayfa000h 8 หลายเดือนก่อน

    Because they don't want anyone to learn from them

  • @antha-earth
    @antha-earth 8 หลายเดือนก่อน

    Ruby also has a nice mod opperator

  • @juansolo1617
    @juansolo1617 7 หลายเดือนก่อน

    Obfuscating? You mean strange formatting... Visual Studio Code would wreck all the formatting as soon as it's pasted or a newline is entered. Obfuscation is when you try to hide function pointers until runtime, including name mangling and other methods.

  • @StevenMartinGuitar
    @StevenMartinGuitar 8 หลายเดือนก่อน

    Only 40mins through but if there's not enough tokens you should unroll all of the loops 😂

  • @kossboss
    @kossboss 8 หลายเดือนก่อน

    soo classno! ❤️ it

  • @vk8a8
    @vk8a8 8 หลายเดือนก่อน

    subtitles broke ):

    • @heyclore5728
      @heyclore5728 8 หลายเดือนก่อน

      it's twitch chat

  • @seanmorris440
    @seanmorris440 8 หลายเดือนก่อน

    Perl programmers be like: That looks completely normal to me.

  • @poketopa1234
    @poketopa1234 8 หลายเดือนก่อน

    Answer: so they can keep their jobs and become unfirable

  • @aldob5681
    @aldob5681 8 หลายเดือนก่อน

    it's self obfuscating

  • @BboyKeny
    @BboyKeny 8 หลายเดือนก่อน

    My code is automatically obfuscated

  • @wjrasmussen666
    @wjrasmussen666 8 หลายเดือนก่อน

    The title of this feels like a click-bait lie.

  • @nikkehtine
    @nikkehtine 8 หลายเดือนก่อน

    1:06:10 legit looks like something from analog horror

  • @623-x7b
    @623-x7b 8 หลายเดือนก่อน

    Does he do leetcode streams?

    • @ManavKaushal
      @ManavKaushal 8 หลายเดือนก่อน +1

      you’re definitely going to be featured in a future stream now :p

    • @623-x7b
      @623-x7b 8 หลายเดือนก่อน

      @@ManavKaushal it's already a meme? What I miss..

  • @alymikky97
    @alymikky97 8 หลายเดือนก่อน

    Can someone explain how did he remove includes and his code worked fine?

    • @Xotchkass
      @Xotchkass 8 หลายเดือนก่อน +2

      Old C allows implicit declarations

    • @brinza888
      @brinza888 8 หลายเดือนก่อน

      @@Xotchkass why only old C? As I know in modern standards you can declare any function by yourself without using include. This based on fact that include directive just extends your code with all necessary declarations before even compiler will work.

    • @alymikky97
      @alymikky97 8 หลายเดือนก่อน

      @@Xotchkass does that mean he include stdio at the end or doesn’t need to include at all?

    • @_PINAKIBANERJEE_CSEA
      @_PINAKIBANERJEE_CSEA 8 หลายเดือนก่อน +2

      ​@@alymikky97you can't include in the end, but you can choose to not include it at all, if printf is all you need, you can give the function declaration yourself,as the include headers don't actually contain the function, they just contain the function signature which is called a function declaration.
      You can simply do int printf(char *,...); Anywhere outside any functions before using the first printf statement . Compiler would probably warn you. But code would worl fine.

    • @satyajeetjena6758
      @satyajeetjena6758 8 หลายเดือนก่อน

      ​​@@alymikky97GCC links with libc by default. It warns him for not knowing what printf is at compile time. But after linking with libc, where its "implementation"(compiled library code) lies, the program can run as usual. You can use -nostdlib flag to see the things the standard c library functions you were granted before(i.e. you will see the regular code fail).

  • @barboll2604
    @barboll2604 8 หลายเดือนก่อน

    Pascal OS stream confirmed????

    • @stefanalecu9532
      @stefanalecu9532 8 หลายเดือนก่อน

      Do OSs like it's Apple in the 80s

  • @jojojorisjhjosef
    @jojojorisjhjosef 7 หลายเดือนก่อน

    Average c programmer behaviour 0:52

  • @j0hnr3x
    @j0hnr3x 8 หลายเดือนก่อน

    37:30 Propaganda used to be just a synonym for advertisement.

  • @hubstrangers3450
    @hubstrangers3450 8 หลายเดือนก่อน

    Thank you...

  • @whereisyourhijab
    @whereisyourhijab 7 หลายเดือนก่อน

    0:54

  • @juanmacias5922
    @juanmacias5922 8 หลายเดือนก่อน

    Whaaaaat, Russia never caught the Poke mania!?

    • @RoadToFuture007
      @RoadToFuture007 8 หลายเดือนก่อน +3

      Kadyrov, the president of Chechen Republic once said, his spetsnaz caught all the Pokemons, so, no, no more Pokes in Russia!

  • @santitabnavascues8673
    @santitabnavascues8673 8 หลายเดือนก่อน

    D... do they?!.... but I've never!.... 😑😑😑

  • @Volarma
    @Volarma 8 หลายเดือนก่อน

    56.1GB P*rn folder... i think it's too smol...

  • @monad_tcp
    @monad_tcp 8 หลายเดือนก่อน

    52:19 Debian ? the same ones crying because of the name of Gimp ?

  • @kakalisaha9428
    @kakalisaha9428 8 หลายเดือนก่อน +6

    Hello from India

    • @mikoposter
      @mikoposter 8 หลายเดือนก่อน

      namaskaram

    • @ben.faerber
      @ben.faerber 8 หลายเดือนก่อน

      Hello from USA

  • @monad_tcp
    @monad_tcp 8 หลายเดือนก่อน +3

    51:31 I hate Debian, stupid dictators telling you what you can or can't do.
    I always have problems when I want to install 2 versions of the same library, can't have that, it "wastes" space, so you get rekt wil "DLL hell" because of it.
    I'm purging that crap from all my servers. I now use Fedora.
    Also, they're woke (the debian ones, the fedora I don't know, they're probably boomers so theyre no woke, that's less bad).

    • @stefanalecu9532
      @stefanalecu9532 8 หลายเดือนก่อน +3

      Why do you care if they're "woke" (I am not sure how they're woke...?)? This is a nothing burger, bring something better

    • @monad_tcp
      @monad_tcp 8 หลายเดือนก่อน +1

      @@stefanalecu9532 I don't care, I just find it funny.
      Every corporation uses Woke as a deflecting shield against any accountability for their actions, and lack of honesty.
      Its so clear now that they're going that, meanwhile the old contributors left the ship, everything is becoming shit, water is entering, the ship is sinking.
      I'm just seeing correlations based on observation, I don't care, I just find it amusing that when big corporations start sinking they become woke.
      I'm not saying its cause and effect either.
      I really don't care, I don't use Debian anymore.

    • @anon_y_mousse
      @anon_y_mousse 8 หลายเดือนก่อน

      @@stefanalecu9532 We should all care since it's a sign that someone is mentally ill.

  • @bashbarash1148
    @bashbarash1148 8 หลายเดือนก่อน

    Next time just grep your /home/streamer/Programming/tsoding/ and you will find it faster

  • @lucasalves1068
    @lucasalves1068 8 หลายเดือนก่อน

    Hello, Sailor 😒😒😒😒

  • @suvetar
    @suvetar 3 หลายเดือนก่อน

    We don't ... turns out we all thought we were programming in Perl 😀

  • @MyrLin8
    @MyrLin8 8 หลายเดือนก่อน

    It's fun.

  • @theblackelephant
    @theblackelephant 8 หลายเดือนก่อน +1

    Hey men you seem very smart with C why not make a C full 38 hour course

  • @dmitryserov5595
    @dmitryserov5595 7 หลายเดือนก่อน

    I do agree their code is пакетик!!!
    pathetic

  • @alvaronaranjo2589
    @alvaronaranjo2589 8 หลายเดือนก่อน

    1:06:13 😂

  • @rayo3914
    @rayo3914 7 หลายเดือนก่อน

    Эх, а на русском никто не пишет :(

    • @Fusjgaprocnzmfjspejx
      @Fusjgaprocnzmfjspejx 7 หลายเดือนก่อน +1

      Какой родной милый акцент... 😉