• 1 Post
  • 1.18K Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle




  • Once people start to openly justify the bubble by the rationality of the greater fool theory, they tend to pop very quickly.

    This time things are different in that there is an actual caste of people with infinite money that can only pop one bubble if they inflate another one (or if the government stops giving them money, but I wouldn’t bet on that). And there doesn’t seem to exist anything big enough to take all that money. So it’s hard to imagine the bubble popping mechanics working here.


  • marcos@lemmy.worldtoScience Memes@mander.xyzJust how?
    link
    fedilink
    English
    arrow-up
    74
    ·
    2 days ago

    I hereby propose we make a workforce to rename all the stuff named after Euler.

    It’s just horrible. What’s the difference between Euler’s relation and Euler’s ratio? What about Euler’s rule and Euler’s method? Do all of those only name a single thing? Who knows? Why does Google just replace half of them by their preferred Euler named stuff? Who knows?











  • marcos@lemmy.worldtolinuxmemes@lemmy.worldmeme
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    4 days ago

    Tried Suse and Red Hat before Fedora existed… Also a lot of stuff that isn’t on this graph, and made a system from scratch two times because of strict requirements.

    No plans of moving from Debian. Why TF can one argue that those two are more productive? The only reason to use Fedora in particular is if you are stuck with it due to some hardware or contractual requirement.


  • for example, simply optimize it away

    Yeah, that example makes it reasonable. But the optimizer can do ridiculous stuff when it proves the loop never terminates and also assume it terminates.

    The most famous example of UB bullshit is when some compilers run code that is impossible to reach just because there’s an infinite loop on the file (not even in the same function).