• 4 Posts
  • 242 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2024

help-circle

  • balsoft@lemmy.mltoMemes@lemmy.mlConformity
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    23 hours ago

    If you’re talking about the OP image, it’s actually inefficient as fuck. The houses depicted there house the same number of people as one or maybe two apartment blocks. And those apartment blocks can then have a bunch of greenery between them.



  • balsoft@lemmy.mltoLemmy Shitpost@lemmy.worldFuture
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 days ago
    1. Spying on you (yours doesn’t seem to do that yet, but see pt.2)
    2. Getting hacked because the domain it communicates with wasn’t renewed and got hijacked by scriptkiddies

    Overall I’m quite excited about smart home stuff, but it must live on its own isolated network with some device I have full control over as a bridge to the internet (home-assistant+tailscale or a similar setup). No “IoT” device should have direct internet access, ever.



  • Being a lazy piece of shit who steals labor from workers is not mutually exclusive with being miserable. In fact I suspect they are interlinked, a lot of rich assholes also seem to be in constant mental anguish even though they don’t do anything useful. This is not to provoke pity for them, rather to clarify that I think a certain amount of labor is required for a person to live a complete and happy life.


  • They do, definitionally. They perform a service in exchange for a wage. This service is of net-negative use value for the society, but it’s a service nonetheless. Otherwise we could be arguing that people in advertisement or gambling industries don’t perform any labor.


  • balsoft@lemmy.mltoMemes@lemmy.mlEveryone is a worker
    link
    fedilink
    arrow-up
    21
    arrow-down
    1
    ·
    edit-2
    7 days ago

    I think the depiction of the landlord is not exactly correct.

    Landlords are usually miserable, constantly worried about missing payments and mortgages and property values and blaming apartment dilapidation on the tenant. I’m yet to interact with a happy and fully mentally stable landlord.




  • Most applications for batteries care about their size and weight

    Actually, one of main applications for batteries in the near-to-medium future is gonna be grid storage to supplement the explosive growth of renewables, and home backups to make the grid more distributed and replace diesel/gas generators during blackouts. For those purposes you don’t really care about the size, really don’t care about the weight, and a cheaper, more stable, less fire-prone chemistry suddenly becomes very appealing.

    I agree with you that lithium is not going anywhere for a while, it’s the best fit for many applications like EVs, drones, etc. But I wouldn’t be surprised if its share in the battery market drops significantly over the next 10-15 years.








  • balsoft@lemmy.mltoLemmy Shitpost@lemmy.worldf/18/cali
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    1 month ago

    And then maaybe stop defaming her? Like, this post should be ban worthy by any reasonable instance and community rules?

    This is a shitpost community, I’m pretty sure it is implied that everything posted here is satirical and/or ironic and/or made up for fun. You wouldn’t sue The Onion for defamation either (or maybe you would, IDK)



  • The requirement to check age is on the provider.

    Well, if you’re going that route, there are a whole bunch of other issues (apart from absolving parents from responsibility for their kids digital wellbeing). Either the provider just asks the user for their age (which is what we’re doing now, and it’s just 100% useless), or there would have to be some way to prove one’s age. Presumably it would be via a government-issued token of some kind, ideally as a ZK proof. While there are some european countries where this is somewhat feasible, for most of the world issuing every resident a smartcard which can attest if one is an adult or not is just not possible. So, you’d be forced to either give out gov-signed certificates of age as files (which will be easily reused by kids to access stuff which they shouldn’t), or you have a centralized server which can issue time-limited certificates on the fly based on some ID (which will tell the government that you wanna watch adult stuff), or you just have to upload your ID to the provider directly (I hope I don’t need to explain why this is bad).

    Meanwhile, what we are discussing right now is just a basic extension to parental controls. Notice how the field is not mandatory, you can just leave it empty, and I’d argue everyone who doesn’t have kids should just do that. As it is implemented right now, the machine administrator decides if they want to use this or not and what to set the date to. Even if some distro complies with the stupid law and make it mandatory in california (which I’d argue they shouldn’t), you can just enter 1970-01-01 and be done with it, because you decide what to put in that field during account creation.

    This means any website can ask for your birth date. Then they store it, and use it for tracking. Private browser? HAH! Not your birth date!

    Well, first of all, for now browsers don’t even support reading userdb at all, and there’s no way for website to request it. Then, I hope when it is implemented it will be hidden behind a website permission so that kids can decide if they want to share it or not (i.e. “this website wants to know you age: allow/deny”). For adults (if the california law gets implemented), I hope that “privacy” browsers will have a feature to return a random date (more than 18 years ago) every time if the field is not set in userdb, or you can just write a cronjob/systemd-timer that changes the date randomly every hour.

    There is a question of random apps now having unfettered access to your child’s birthday. This is indeed an issue, and poettering’s approach of “just containerize it” is not very cool. It would be nice to have a way to gate userdb access behind a user prompt, similar to what I’m describing for browsers. I guess for now flatpaking everything you don’t 100% trust not to read userdb is the only option.