• 0 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: October 6th, 2023

help-circle

  • We need to be able to express 0 and 1 as integers so that functionality is just being overloaded to express another concept.

    Wait until the person who made this meme finds out about how many bits are being wasted on modern CPU architectures. 7 is the minimum possible wasted bits but it would be 31 on every modern computer (even 64b machines since they default to 32b ints).














  • steeznson@lemmy.worldtoMemes@lemmy.mlCapitalist logix
    link
    fedilink
    arrow-up
    3
    arrow-down
    4
    ·
    8 months ago

    I agree with this. Communist like systems where there is central control of resources encourages corruption as people vie to get closer to the central control of the resources. Capitalism is just more honest about the fact that many people - not all of them - are fundamentally self-interested and entices them into cooperation with others by offering the carrot of individual rewards. Those are probably the same people that would try to exploit the system if it were more centrally controlled.


  • I remember looking at charity jobs when I was graduating with my humanities degree before I got into tech. Revealingly, the alumi I was speaking to who worked in the sector said something like, “At it’s core you need to remember that working for a charity is essentially a sales job.”

    Made me nope tf out of there lol.





  • Yeah I kinda agree. C# might have some nice new shiny features but Java is improving all the time and has deep roots in the open source community.

    Scripting languages don’t really compete with Java because they are a different type of tool. Even when data engineers/scientists use pyspark in data pipelines it’s just a thin wrapper around JVM scala code.