HOLY KINO

  1. 4 weeks ago
    Anonymous

    >compilers & types are complexity
    It's the fucking opposite. This guy is a brainlet

    • 4 weeks ago
      Anonymous

      To a developer, they are. JS' duck typing makes it "simpler" to work with. X is 9. Now x is "retarded". Now x is a function.
      This causes a myriad of problems down the road, but he doesn't even brush up on that. That's what makes him a retard, a presentation on complexity as if every code was <50 lines long and any kind of groundwork at all is just an annoyance. A decade spent listening to retards -- without touching production code even once.

      • 4 weeks ago
        Anonymous

        >To a developer, they are.
        I am developer shut the fuck up lab monkey. Go play with your toroidal homomorphisms

      • 4 weeks ago
        Anonymous

        >X is 9. Now x is "retarded". Now x is a function.
        works on my machine

    • 4 weeks ago
      Anonymous

      I have never needed types for anything I've ever made.

      Need a high performance backend? TypeScript + tsc -> js to asm compiler. Easy.

      Why bother? It'll just be converted to JS. Plus JS often comes with so many bad practices from what I see of others' JS code. Frankly, if you're compiling, JS isn't what you should use anyway.

      • 4 weeks ago
        Anonymous

        Bad practices aren't a problem in javascript, because it runs on the user's computer.

        • 4 weeks ago
          Anonymous
  2. 4 weeks ago
    Anonymous

    I'm glad to see more and more developers standing against bullshit cargo cults and soidevs.

    • 4 weeks ago
      Anonymous

      All devs are soi. This shit doesn’t happen in any other industry

      • 4 weeks ago
        Anonymous

        this. i can't even imagine an analogy to this in electrical, mechanical or chemical engineering.

  3. 4 weeks ago
    Anonymous

    good

  4. 4 weeks ago
    Anonymous

    Im using react at work, and after a while you do get tired of the magic. It feels so unsatisfying, instead of thinking, all you do is guess the right incantation. I want to become a cnile and go back to monke

    • 4 weeks ago
      Anonymous

      Have watched Blue Zima?

      • 4 weeks ago
        Anonymous

        >have you
        Fixed

  5. 4 weeks ago
    Anonymous

    >reeeeeeee static types is hard
    Not giving your video views
    Not giving you ad revenue
    Take your meds retard

    • 4 weeks ago
      Anonymous

      Bear in mind his experience is with Javascript. Nobody's found a good way to add static types to Javascript, instead you have half-working kludges like TypeScript and Flow. But I agree that static types plus type inference makes a language nicer to work in.

  6. 4 weeks ago
    Anonymous

    nobodys has ever watched more than 30 seconds of a video with bad audio

    • 4 weeks ago
      Anonymous

      That's because it's not an Indian reciting some article he read on Google.

  7. 4 weeks ago
    Anonymous

    >Look at thumbnail
    >Types are in the trash can
    lmao

  8. 4 weeks ago
    Anonymous

    >I like it simple without many abstractions
    >so I like JS which is just like C in that regard

  9. 4 weeks ago
    Anonymous

    Without fail it splits my sides when people talk like there's a language that dispenses with abstraction
    Literally anything other than the actual state of the actual transistors is an abstraction and anyone who disagrees with that is delusional

    • 4 weeks ago
      Anonymous

      There's still different levels of abstraction retard

      • 4 weeks ago
        Anonymous

        Abstraction is not a quantity measurable in exactly one dimension, chucklefuck

  10. 4 weeks ago
    Anonymous

    >2.7k views
    Fuck you OP. I hope you get fired for being an incompetent moron who wastes his time making shitty bait youtube videos in the unlikely chance you're not a NEET.

  11. 4 weeks ago
    Anonymous

    >activate windows

  12. 4 weeks ago
    Anonymous

    activate windows jamal

  13. 4 weeks ago
    Anonymous

    Vanilla JavaScript is literally all you need for anything that isn't a high performance back end system

    • 4 weeks ago
      Anonymous

      Need a high performance backend? TypeScript + tsc -> js to asm compiler. Easy.

    • 4 weeks ago
      Anonymous
      • 4 weeks ago
        Anonymous

        >It's just a quick fix, it'll probably take me 3-5 days to find it
        kek lost

  14. 4 weeks ago
    Anonymous

    I can't believe how much healing is happening right now

  15. 4 weeks ago
    Anonymous

    >You are not a set of keywords.

  16. 4 weeks ago
    Anonymous

    >avoiding complexity
    >recommends javascript
    What a fucking idiot. He's just an average webdev who's oblivious to the gargantuan tech stack that JS sits on, except he's so arrogant that he thinks he knows better than everyone else.
    JS is a so convenient because web giants (e.g. Google) poured millions of dollars and man hours into standardizing it, developing it and writing optimized engines for it, plus all the volunteer work done by package creators. He has no fucking idea how much complexity goes into writing an optimized JS engine, let alone implementing all the fucking standards and putting everything into a web browser or runtime.

    He's not avoiding complexity, he's outsourcing it. That's why most webdev are fucking monkeys, they think software is simple because they don't see all the pipework going on below their feet.

    • 4 weeks ago
      Anonymous

      >I'M PROGRAAAAAAAAAMING

    • 4 weeks ago
      Anonymous

      name something thats not complex then

      • 4 weeks ago
        Anonymous

        That's exactly my point, you simple-minded peepo, simplicity really is outsourced complexity.

      • 4 weeks ago
        Anonymous

        Forth, Lisp, Prolog, C (in a way)
        you can make a simple but working compiler, look at tcc
        lliterally anything you can think off can be made in a non bloated way

        >I'M PROGRAAAAAAAAAMING

        5m40
        >I'm principally interested in UI developpement
        >I mean I'm a fullstack developper, but my main focus is UI

        • 4 weeks ago
          Anonymous

          >Fortran is not even in use anymore

          this guy is breaking every record

          >Fortran is not even in use anymore

          this guy is breaking every record

          holy shit it gets worse
          turns out that by TYPE is in fact talking about front end framework COMPONENTS

        • 4 weeks ago
          Anonymous

          >tcc
          Fabrice Bellard also has written a toy javascript interpreter that is compliant with the ECMA spec.
          If you're complaing about things like V8 complexity you should also be complaining about gcc, linux, glibc, GNU coreutils etc. The latter is many orders of magnitude more complex.
          JS itself is also not a complex language. I wouldn't say it's any more complex than lisp.

          90% of people who go
          >javascript le bad
          have no fucking idea what they're talking about or they have PTSD from having to write JS for a living.

          • 4 weeks ago
            Anonymous

            >Fabrice Bellard also has written a toy javascript interpreter that is compliant with the ECMA spec.
            Yes so?
            >If you're complaing about things like V8 complexity you should also be complaining about gcc, linux, glibc, GNU coreutils etc.
            True, and I do too.

            you original comment
            >name something thats not complex then
            yes, you look at every software in use and they are complex but so what? the argument is that everything you can want to do software wise can be made with a much much simpler software. The existence of a ton of complex softwares is not a counter argument to this fact.

            • 4 weeks ago
              Anonymous

              You're the one bringing up toy implementations as a testament to simplicity buddy.
              Note that this has stopped being about the comparative complexity of JS and the web which was what you were complaining about.
              Now your argument seems to have turned into
              >all software is unnecessarily complex
              Well yeah I don't care about arguing with that. You're free to go use minix or whatever.

              • 4 weeks ago
                Anonymous

                >Note that this has stopped being about the comparative complexity of JS and the web which was what you were complaining about.
                another anon
                Talking to you is fucking pointless.
                you said to name something not complex, I gave you 5 examples and now you're complaining about I don't know what, you have no point

      • 4 weeks ago
        Anonymous

        3

        • 4 weeks ago
          Anonymous

          The existence of 3 implies the existence of numbers which gets very complex very fast once enough autists get involved

      • 4 weeks ago
        Anonymous

        PHP

  17. 4 weeks ago
    Anonymous

    So he's saying keep frameworks in fagman where thousands of devs are working on one website but using them in much smaller orgs is complicating shit for no reason. Nope, the entire industry will use react for personal sites.

    • 4 weeks ago
      Anonymous

      React isn't a framework.

  18. 4 weeks ago
    Anonymous

    >Fortran is not even in use anymore

    this guy is breaking every record

    • 4 weeks ago
      Anonymous

      9m20
      >reusability is a myth
      >because you can't reuse UI buttons
      we have a winner here

      • 4 weeks ago
        Anonymous

        9m55
        >most of these apps are very simple
        >they're just made up of div-s
        >don't give them a type though, everything can be a div

  19. 4 weeks ago
    Anonymous

    >var
    >div
    >index.html

    let me guess you need more?

  20. 4 weeks ago
    Anonymous

    Activate windows

  21. 4 weeks ago
    Anonymous

    Got just the programming language for you king

  22. 4 weeks ago
    Anonymous

    I truly don't get the hate that types get. Maybe it's because I was born on C.

    • 4 weeks ago
      Anonymous

      >I truly don't get the hate that types get.
      Types are fine, but people can't agree on whether they are best put on values or variables.

      • 4 weeks ago
        Anonymous

        variables, no question
        also union type is your friend

  23. 4 weeks ago
    Anonymous

    Corporate dishonesty, Google, ignorance and JavaScript go together like a new fancy meal recipe, spices, a little bit of shit and a menu.

    Most people love it, but after they find out that they are getting sick because of the food they are eating, then they start asking questions.

    • 4 weeks ago
      Anonymous

      Yeah they start asking questions like "why is my wifi making me sick?"

Your email address will not be published. Required fields are marked *