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/)TH
Posts
1
Comments
144
Joined
2 yr. ago

  • Go is like that abusive partner that gives you flowers and the next day makes you feel like shit. Then another day you go to an expensive restaurant and you tell yourself that maybe it's not so bad and they still care. And the cycle continues.

    Rust is an autistic partner that sometimes struggles with telling you how much they care, is often overly pedantic about technical correctness and easily gets sidetracked by details, but with some genuine effort from both sides it's very much a workable relationship.

  • I have nothing against veganism as a dietary decision, I'm actually seriously considering it for health reasons and for easier food preparation.

    I am sick of veganism as a moral high horse, especially with hypocrisy in the background. I have a friend constantly ordering stuff, including vegan ingredients, from Amazon of all places. If he's going to low-key admonish me for hurting animals, I'd expect him to care about the Amazon warehouse employees to a similar degree. Unless it's all just posturing.

  • An int& reference is just as much of a variable as int* const would be (a const pointer to a non-const int). "Variable" might be a misnomer here, but it takes just as much memory as any other pointer.

  • If the hard mode merely makes everything into a bullet sponge with huge HP bar, no thanks. I'm perfectly fine with some games just being easier and others just being harder. Or having multiple well thought out difficulty options, but only if they are actually well thought out.

  • never mind, I looked it up. It’s a “reference” instead of a pointer. Similar, but unlike a pointer it doesn’t create a distinct variable in memory of its own.

    I'm almost sure it does create a distinct variable in memory. Internally it's still a pointer, specifically a const pointer (not to be confused with a pointer to a const value; it's the address that does not change). Think about it as a pointer that is only ever dereferenced and never used as a pointer. So yes, like the other commenter said, like an alias.

  • They can just charge €10/mo like every other company does, for example Netflix. They can't offer it as an alternative to the "freely given consent". It's not freely given if the alternative is to pay to not give this consent.

  • I'd be perfectly okay with them just charging for Bitwarden, period. Instead they pretend it's free but charge premium for all the most effective security features, including 2FA to their own services. Effectively it creates a group of people that use Bitwarden without access to these security features but complacent enough to not seek alternatives that would offer these features at a price acceptable for them (possibly free, like KeepassXC).

    Bottom line: security shouldn't be a premium feature. It should be either available or not at all. Never as a premium within the service.

  • Indeed

    Jump
  • Even if it's supported, it doesn't mean it needs to be installed in every system. If the user wants to use a Musl-based system, the software working only on glibc needs to be patched. At least that's how I understood these statements.