• 0 Posts
  • 6 Comments
Joined 7 months ago
cake
Cake day: April 17th, 2024

help-circle
  • I understand your perspective but at the end of the day all you’re doing is justifying why you should be able to disregard this guy’s blog post under the premise that he comes off as someone who’s full of himself.

    At the end of the day vaxray’s ability to state that “almost all the other compositors suck beyond opening terminal windows” should be tied to whether or not the statement is true/justifiable; it shouldn’t be tied to whether or not people can’t stand the optics of it.


  • I’m not the one going around making statements that imply reliable wayland compositors can just be readily whipped up and shipped out.

    You can complain about the guy’s ego if you feel like he’s talking up his product too much, but if you’re going to reject valid statements he’s making under the assumption that they’re all self-motivated and therefore incorrect, then you should be able to justify the position.




  • sabin@lemmy.worldto196@lemmy.blahaj.zoneC rule
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Honestly C imo is not that bad. It’s actually a very small specification. There’s not much to it. The actual amount of code you’d need to create a working C compiler is relatively tiny.

    It stuck around all this time because concepts like null-terminated strings, arrays decaying to pointers, etc. are all very intuitive if your working in a language that’s built to be as minimalistic and simple as possible.

    If you understand these things I’d say you’re already past the learning curve. Now just make sure you remember exactly how type definitions are parsed so that contrived type declarations don’t cause you to lose marks on an exam.

    The difficulty with C imo comes with people needing programming concepts abstracted away from them because they never actually learned how their computer represents or processes data.