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

  • But then the country you are in needs to recognize the country you're a diplomat of and want those diplomats in their country. Diplomatic status is not a "I can go where I please" status. But it's that way to sovereign citizens, I guess.

  • Review is done before code gets into main, but that’s inefficient for most of the non-mission critical projects out there. A better approach is to optimistically merge most changes as soon as not-rocket-science allows it, and then later review the code in situ, in the main branch.

    Assuming you have a project with continuous delivery, that is an absolute foot gun. Optimistically merge the change and then realize in situ that you forgot the WHERE part of your SQL command (or analog statement of the query builder)? No fucking thanks.

  • Lol, Browser the cat did not just only win the right to stay but even out lived the guy trying to get Browser removed from the library. The council man passed away in 2022 and Browser is still happy and alive in 2023 (according to Reddit at least). Staying alive out of spite, that is definitely a cat.

  • If all of those servers are yours (which they likely are, since you get ssh access), you can use one key for all. Using different keys would make one compromised key less problematic. But if someone was able to copy one file of your system, they can copy multiple files.

    That resolves keeping track of things as well 😄