• 0 Posts
  • 376 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • Yeah usually it’s a question of does this pass the smell test, “every expert and sanitation workers who actually see it firsthand are saying one thing, but we tested it and they’re all wrong!” is like hmmm…

    I would be wary of things that purport to be plastics recycling, as the two main issues are 1. It’s still cheaper to make new things rather than recycle 2. The recycled plastic is generally less versatile, which is why you’ll see it in things like Frisbees and knick-knacks.

    Not to say it isn’t something we should be doing when it’s feasible, but it’s sort of like going from ICE cars to electric cars, where we’re putting a band-aid on the problem instead of switching to something that isn’t as destructive.











  • It’s one of my biggest issues with lemmy, it’s like the democrat that gets us some actually great policies, who does have some big problems, is treated the same as the Republicans passing racist transphobic climate damaging research canceling (also canceled funding for cancer research for children…) legislation.

    Democrats seem to be useless because they have to spend 4 years undoing the trainwreck caused by Republicans, but the American people have the memory of a goldfish apparently so we keep getting more Republicans.


  • The line is arbitrary but “have things that sound like explosions for 2 weeks that might happen at any point for 24 hours a day that causes massive stress to animals and some people” should be crossing that line. Same for the animal industry and supporting AI when the data centers are causing huge issues.

    I think almost anyone would agree if there was a set firework show, that lasted 30 minutes to an hour, and no other explosive fireworks outside the show (sparklers etc are totally fine), you would have 1/100th the people complaining. I am not personally massively affected by fireworks but I don’t think that’s an unfair compromise at all.



  • starelfsc2@sh.itjust.workstoCurated Tumblr@sh.itjust.worksPlease stop
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    16 days ago

    This is called the nirvana fallacy. Yes you can go forever and you should reduce your consumption as much as possible. That doesn’t mean I have to buy the specifically really loud animal-terrifying cabinet shaking wake people up who have work tomorrow variety of fireworks, and that doesn’t give my neighbor carte-blanche to do whatever they want no matter how much it bothers me. It’s possible to do better without doing perfect.





  • It’s only really good if you are totally confident in what is and is not a mistake though, as it’ll do things like replace a struct with an int and be like “use a vec of indices and access the actual array with that since it’s smaller to copy and pass around!” when you have no need to copy and pass it around, and it basically created a layer of indirection for no reason.

    It’ll then make up some reason as to why you DO need to pass it around and copy it, so you have to be REALLY sure about what the code should be doing.