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/)AS
Posts
8
Comments
814
Joined
2 yr. ago
  • I'd absolutely qualify it as non-secure in this context. Signal is E2E encrypted but there are no systems in place where it understands who's added to a chat and validates access based on ACLs or anything. Authorization policies are critical in securing systems.

  • I thought you are going to mention that she's receiving an enormous amount of money from the government, even though she's Republican.

    I can forgive someone for now knowing who specifically enacted some bill or something, but being simultaneously against supporting people with government handouts while relying on $400K from the government to survive? Wtf.

  • It sounds like that's what I'm talking about. It was Imperial -> ROC -> PRC, not Imperial -> PRC.

    The only progress was ROC. PRC was worse.

    It's like saying "Oh you don't like Trump fucking up everything in our government so it's way more authoritarian? Well it's much better than when the US was imperial England, so it's still progress."

    There's a step missing.

  • Well it's not slavery - you still get paid.

    It's just that everything you're paid and probably more will get sucked back into the economy to pay for necessities to live, and if you don't make enough money to afford that then you die.

    But they aren't killing you directly, so not the same thing.

  • C++

  • Yep, we disagree. The world and technology especially is an extremely complicated place. IMO any complex system that is built upon "humans should just know all this complexity and keep it in mind all the time" is fundamentally broken.

  • C++

  • I think you're saying the same thing as what I am. If it's more complex than what you may think, the language should guard against it. If not, it should make it simple.

    Rust, for example, is the only mainstream language where it isn't possible to read from a file handle after it's been closed. Doing so is a compilation failure. This is just a general invariant of "how to use files".

    But you also don't need to think about allocating or deallocating memory in Rust. It does that fke you automatically, even though it's not GC.

    JS can also be complicated when it tries to hide realities about the world. E.g. is a const array or object immutable? No, the pointer is. But pointers don't exist! /s

  • C++

  • I mean, this is correct in many cases, unironically.

    It should be one of the core purposes of a programming language to help humans to write the code they intend. If a language doesnt do that then it's bad.

  • No, it isn't just hype. The hype is justified.

    Outside of security you have some very really world benefits, like performance gains in various scenarios as well as lots more people willing to contribute and a much better type system (more maintainability).

  • If this were a normal, fairly subjective disagreement, I'd feel the same way.

    If this were a medium level disagreement and they were objectively wrong, I'd also feel the same way.

    Supporting Trump is stunningly, objectively wrong, and in doing so they're basically doing the opposite of this. They're supporting lots of people losing a lot more than their homes.

    I fully support being happy about it.

  • I'm of the opposite opinion. Maxing out spending time with mom and dad means less healthy social interactions and growth for your child. I want them to have a separation where they have a teacher, a class and friends, and not feel they can run to me or are distracted by me.

    The children I've seen who were raised at home are miles behind our child in terms if development.

    Bringing a child to work seems worse - they can't play with toys or engage in what they want at all anymore. They'd be subjected fk whatever the mom and dad have to do. They also have no friends or structured learning.

    The daycares we've used have been fantastic and care a lot about teaching our child in many ways they wouldn't otherwise have.

  • science @lemmy.world
    asdfasdfasdf @lemmy.world

    The Human Brain May Contain as Much as a Spoon's Worth of Microplastics, New Research Suggests

    Privacy @lemmy.world
    asdfasdfasdf @lemmy.world

    Why are calendars all so shitty?

    I've been working on my privacy setup and breaking away from Proton. There are a bunch of email providers I looked at, same with email aliases, password managers, etc.

    But I don't understand the state of calendars. It feels like they're always shoved into email services, and they're all so crappy looking.

    I was able to find one or two Android apps that are open source, and they look like they're 20 years old.

    Proton Calendar, for all its faults, looks really good.

    Why, in 2025, is there no simple calendar as a service with nothing else included? And why do the UIs all look like complete trash?

    I don't get it. Can't one of us hire an intern to take a week to learn a CSS framework and create a decent calendar UI? Am I missing something?

    Not The Onion @lemmy.world
    asdfasdfasdf @lemmy.world
    No Stupid Questions @lemmy.world
    asdfasdfasdf @lemmy.world

    Do bike tires increase pressure in summer?

    I know bike tires will lose pressure in colder seasons because the air temp causes the pressure to drop, but is the inverse true? Does bike tire pressure go up in summer due to heat?

    If so, do I need to deflate the tires a bit in summer? Do bike tires ever explode because of a temperature change?

    Coffee @lemmy.world
    asdfasdfasdf @lemmy.world

    I'm disappointed with Third Wave Water

    Not with their end product - the powder itself is excellent. But every little packet is plastic, and doesn't have to be. The world has such a serious problem with plastics, and for a lot of products it's kind of necessary, but this is not one of them.

    Restaurants have had the same size single serving packets for sugar, salt, and pepper for decades now and those are paper, which is much more environmentally friendly. It's even better for usability! With paper, I don't need to go find my scissors like I do for TWW's plastic packets.

    I asked TWW if they would consider using paper instead, but got a generic reply that they'll bring it up, but evidently nothing has been done about this.

    Is anyone else as disappointed as I am with their use of plastic packets? I care a lot about having clean water for my coffee, and I care just as much about not polluting the rest of the world because of it.

    Programming @programming.dev
    asdfasdfasdf @lemmy.world

    Is it really a breaking change if a method changes output after an update?

    This might seem obviously "yes" at first, but consider a method like foo.debugRepr() which outputs the string FOO and has documentation which says it is meant only to be used for logging / debugging. Then you make a new release of your library and want to update the debug representation to be **FOO**.

    Based on the semantics of debugRepr() I would argue that this is NOT a breaking change even though it is returning a different value, because it should only affect logging. However, if someone relies on this and uses it the wrong way, it will break their code.

    What do you think? Is this a breaking change or not?

    Programmer Humor @programming.dev
    asdfasdfasdf @lemmy.world

    JSON, I hardly know 'er

    What Could Go Wrong @lemm.ee
    asdfasdfasdf @lemmy.world

    Why You Shouldn't Call 911 to Scare Your Boyfriend