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/)DA
Posts
0
Comments
235
Joined
2 yr. ago

Vinegar

Jump
  • Yeah, basically. You get the same flavour but in a powdered form. Imagine opening a bag of chips and getting a soggy mess of liquid vinegar. It would be chaos. Its probably cheaper too, but I don’t know shit about chip manufacturing.

  • He's a poet, he's a picker
    \ He's a prophet, he's a pusher
    \ He's a pilgrim and a preacher, and a problem when he's stoned
    \ He's a walkin' contradiction, partly truth and partly fiction,
    \ Takin' ev'ry wrong direction on his lonely way back home.

    The Pilgrim, Chapter 33

  • Vinegar

    Jump
  • Unfortunately most chip companies don’t actually use salt and vinegar directly, they use sodium diacetate and sodium acetate which when combined produce the salt and vinegar flavouring we know.

  • Balls

    Jump
  • The whole point of the Michelin guides were originally to entice people to drive more to visit hotels and restaurants and such, thus leading to more tire wear which would lead to more tire sales, and eventually more money for Michelin.

  • One other thing you may have to do if you have contributors who have also committed code is to get their permission to change the license as well, as the code they committed may still be under their copyright and not yours, and they can choose to allow their code to be relicensed or not. Some projects use a contributor release to reassign copyright for contributions for reasons like this, for instance. This is partly the reason why the Linux kernel has never changed to GPLv3 and still uses GPLv2 (and also because Linus just doesn’t like some provisions of the GPLv3) — it would be pretty much impossible to get everyone who contributed code to a project as large as the kernel to agree to a license change. Any code that couldn’t be changed would need to be extracted and rewritten, and that’s not going to happen given the sheer size of the code base.

    If you don’t have other contributors then you’re home free. You can’t retroactively change licenses to existing copies of the code that have been distributed, but you can change it going forward.