• 1 Post
  • 47 Comments
Joined 2 months ago
cake
Cake day: July 22nd, 2024

help-circle











  • leisesprecher@feddit.orgtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    4
    ·
    13 days ago

    It’s absolutely not inherently wrong or implausible to assume that the constant and rather direct exposure over decades causes cancer.

    Old timey radio operators definitely died earlier. They had much higher cancer rates. Granted, completely different levels of radiation, but radiation damage is stochastic. If there is an effect at all, it will cause thousands of new cases even low doses simply because we have like 7 billion phone users.

    Doing proper studies on that is hard, but absolutely necessary.




  • It’s easy to criticize something when you don’t understand the needs and constraints that led to it.

    And that assumption is exactly what led us to the current situation.

    It doesn’t matter, why the present is garbage, it’s garbage and we should address that. Statements like this are the engineering equivalent of “it is what it is shrug emoji”.

    Take a step back and look at the pile of overengineered yet underthought, inefficient, insecure and complicated crap that we call the modern web. And it’s not only the browser, but also the backend stack.

    Think about how many indirections and half-baked abstraction layers are between your code and what actually gets executed.



  • What really bothers me is that rpi seems to have “lost its way”.

    I’d argue, there are essentially two camps here. The close-to-x86 camp, who want powerful, but efficient small machines, and the tinker-board camp, who want cheap machines with barely any power needs, basically a microcontroller on steroids, that you can buy an entire school class worth of for a few bucks.

    Rpis started in the latter camp. 35€ for reasonable performance, great software for kids to tinker with, hardly any requirements, everyone has a usb mouse/keyboard.

    But nowadays pis are in the no man’s land between. They’re priced above cheap N100 PCs, but are not as powerful, and simultaneously way too expensive and involved for throwing them at children - like it was initially intended.

    I’m not sure, how that’s supposed to be sustainable.



  • The ranking is perfectly fine, since some of these languages in practice are interchangeable.

    You’ll find business software in Java, C#, Python (and VBA, but we’re not talking about that), and you’ll find more system oriented software in C, C++, Rust.

    Now, you’re right insofar that it’s misleading to lump all languages together, C and JS rarely compete, but it’s a useful tool to gauge developer/employer pools. If you decide, which language to learn because you want to dip into a new niche, you might not want to learn Steve’s obscure cross-paradigm language (SOCL), but e.g. Rust or whatever is popular.

    Same is true for businesses. Yes, your software may be written in really good C, but it’s probably a good idea to go the Java route for the next project, since it’s hard to find 20 new C devs for web apps.

    I’m not saying that this specific ranking here is good, its metrics are dubious at best, but the idea isn’t inherently stupid.