Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DE
Posts
0
Comments
77
Joined
2 yr. ago

  • scenario that the new working paper, yet to be peer-reviewed, states will come with an enormous economic cost. A 3C temperature increase will cause “precipitous declines in output, capital and consumption that exceed 50% by 2100” the paper states.

    Is this journalism?

  • Well, forgiving a bunch of debt without fixing the problem isn't going to stop the leak. You can fully expect that bailing out debtors will result in lenders offering riskier loans they expect to be forgiven. With schools turning into a debt-selling industry, buying that debt from private lenders using public money would be robbing not only the tax payer, but also the next generation of the opportunity for an education. You can't buy your way out of problem that isn't caused by cost (hint: greed).

    All that to say, there should be debt caps on education before any kind of broad forgiveness. Or just federally subsidize up to a certain amount and then no one will go to pricier schools except those who can afford to without hardship.

  • Look, if it was a random kid on tiktok that's one thing, but slinging (potentially) slanderous information around (and publishing it, technically) is a serious matter with real-world consequences. If someone made a blog post about how you torture animals and have a horrible taste in music, you'd probably want to do something about it.

  • If someone posts an angry rant about your company and you email them to say "you're wrong and I'm sorry you feel that way" that makes you an "unhinged ... freak?" This is not the president sending the secret service to your college dorm room lol.

  • What I mean to say is that Google isn't invested in native android either. It's been repeatedly strip mined by first-timers looking for a quick promotion and left to burn.

    Things got so bad that Google gave up on native Views and created Jetpack Compose, which has been a source of many complaints related to performance.

    In 2024 Flutter has instant hot-reload, and the "native" (but 100% bundled) solution still requires a complete reinstall on the device. In fact, Dart can compile to native code (or JIT) without an issue, yet Kotlin Native is barely in GA in the new compiler support has been lagging while the new compiler isn't out of beta and is still poorly supported by tooling.

    Consider the absurdity: React Native is the only true native framework out of RN, Jetpack Compose, and Flutter. And all of this barely scratches the surface of the tooling problems that Flutter 99% avoids by allowing development on desktop, web or iOS simulator.

  • I won't be recommending that anyone use Dart or Flutter on new projects.

    You seem to think Google cares at all. Android has been languishing and Flutter is lightyears ahead. KMP is junk compared to what Flutter has accomplished with a fraction of the bells and whistles.