• 1 Post
  • 179 Comments
Joined 4 months ago
cake
Cake day: March 23rd, 2025

help-circle
  • There’s even worse stuff: Planting trees is sold as carbon offset. But where do you plant trees? Certainly not on valuable farmland. Instead they drain bogs to plant trees instead.

    The issue is that bogs can store about 10x as much CO² as a forest can, and by draining the bog, that CO² is released.

    And bog land isn’t exactly well-suited for growing trees, and also the carbon offset only pays for planting the trees, not for keeping them alive. So the trees die almost instantly, thus releasing their stored CO². But the upside to it is that on the now re-deforested land, more trees can be planted.

    It’s complete greenwashing with at best no effect and at worst terrible effects.

    The main issue with planting trees to remove CO² is that a forest doesn’t consume CO² but instead just stores it. Once a forest is fully-grown, no more CO² is sunk in there. A hectare of forest stores ~400t CO2. Germany creates about 650 million tons CO² per year. So to offset that, Germany would need to plant 1.6 million hectars of forest a year, which is about 4.5% of the surface area of Germany. 32% of Germany is already forest, so that leaves a theoretical maximum of 14.5 years of CO² emissions that Germany could offset by planting trees.

    But Germany has been creating CO² for much longer.







  • Listing already exists, but in practice it’s quite impractical, mainly because it’s either not granular enough or too granular.

    If the listing feature allows me to allow/deny on a domain basis, then allowing Wikipedia for example would mean that I’d also allow all the non-child-friendly content on there too. Like the literal full-length porn videos or the photographies of genital torture that are on there. And if I block all of Wikipedia, I also block all of the hundreds of thousands of informative and totally child-acceptable pages on there.

    If, on the other hand, I allow/deny on a per-page basis, then using the internet becomes nigh unmanageable, because each click of my kid requires me to allow/deny the next page. It’s not that often when using the internet that you access the same exact url every day without clicking to sub-pages.

    A header would solve that issue. That way I could e.g. allow all Wikipedia articles that are rated for ages 6 and that’s ok. The rating should of course be like for movies, so that it doesn’t mean that a child would understand the articles, but that there’s nothing child-endangering in there like the videos and images (and accompanying texts) mentioned above.


  • The solution to all of this “think of the children” stuff is that devices owned/used by children should have to be registered as a child’s device, which would enable certain content blockers.

    That’s kinda the case right now already, but the problem is that adult-only sites don’t work with that currently.

    So the right solution would be to mandate that e.g. all sites are required to return a header with an age recommendation or something similar, so that a device set to child-mode then can block all these sites. And if a site doesn’t set the header, it will also get blocked on child-mode devices

    Wouldn’t be too hard to do, and accidental overblocking would only occur on child-mode devices, so there’s not much of a loss there.

    Legislation could then be focussed on mandating that these headers aren’t falsely set (e.g. a porn site setting the header to child-friendly).









  • Did you not read what I wrote?

    Inflation went up due to the knock-on effects of the sanctions. Specifically prices for oil and gas skyrocketed.

    And since everything runs on oil and gas, all prices skyrocketed.

    Covid stimulus packages had nothing to do with that, especially in 2023, 2024 and 2025, when there were no COVID stimulus packages, yet the inflation was much higher than at any time during COVID.

    Surely it is not too much to ask that people remember what year stuff happened in, especially if we are talking about things that happened just 2 years ago.


  • You’re not wrong, and I feel like it was a developing problem even before AI - everybody wanted someone with experience, even if the technology was brand new.

    True. It was a long-standing problem that entry-level jobs were mostly found in dodgy startups.

    Tbh, I think the biggest issue right now isn’t even AI, but the economy. In the 2010s we had pretty much no intrest rate at all while having a pretty decent economy, at least for IT. The 2008 financial crisis hardly mattered for IT, and Covid was a massive boost for IT. There was nothing else to really spend money on.

    IT always has more projects than manpower, so with enough money to spend, they just hired everyone.

    But the sanctions against Russia in response to their invasion of Ukraine really hit the economy and rising intrest rates to combat inflation meant that suddenly nobody wanted to invest anymore.

    With no investments, startups dried up and large corporations also want to downsize. It’s no coincidence that return-to-work mandates only started after the invasion and not in the two years prior of that where lockdowns were already revoked. Work from home worked totally fine for two years after covid lockdowns, and companies even praised how well it worked.

    Same with AI. While it can improve productivity in some edge cases, I think it’s mostly a scapegoat to make mass-fireings sound like a great thing to investors.

    That said, even if you and I will be fine, it’s still bad for the industry. And even if we weren’t the ones pulling up the ladder behind us, I’d still like to find a way to start throwing ropes back down for the newbies…

    You are totally right with that, and any chance I get I will continue to push for hiring juniors.

    But I am also over corporate tears. For decades they have been crying over a lack of skilled workers in the IT and pushing for more and more people to join IT, so that they can dump wages, and as soon as the economy is bad, they instantly u-turn and dump employees.

    If corporations want to be short-sighted and make people suffer for it, they won’t get compassion from me when it fails.

    Edit: Remember, we are not the ones pulling the ladder up.



    • Install adb on your PC
    • Enable developer options on your phone
    • Enable USB Debugging inside the developer options
    • Connect the phone to the PC using USB
    • Open a console window of your choice
    • Execute adb devices and allow USB debugging for this PC on your phone
    • Execute adb shell pm disable-user --user 0 com.google.android.apps.gemini
    • Done

    You can do that with any app you like, they can all be disabled that way. Beware though: if you disable critical system components (like e.g. your last launcher, keyboard or systemui) you might not have a great time using your phone afterwards.