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/)SN
Posts
3
Comments
322
Joined
2 yr. ago

  • Gun-related violence is going up because all violent crime is going up. Most Dutchies still underestimate how much of an influence organized crime has become, almost all of it narcotics related.

    That said, due to strict gun laws most violent crime happens with knifes, and worryingly increasingly with explosives.

  • For some little config it's fine, but it's horrible when used when you have thousands upon thousands of lines of it. Lots of DevOps tools tend to use it like a fully-blown turing-complete programming language, and each has a different DSL of doing variables, loops etc. And that becomes an abomination.

  • I don't agree with the one you're replying to, but trademark is usually bound to a sector. I'm pretty sure Pepsi trademarked all sectors known to mankind, but many companies don't do that. If I start a bakery called FooBarBaz I can trademark that just fine even if there's a software company called FooBarBaz that trademarked the name only for software.

  • Excel is never ever going to break backwards compatability. In fact, quite some "features" in Excel are just there to stay bug-for-bug compatible with existing systems.

    Example: Excel stores dates internally as a float - called the serial date, you can view it by running DATEVALUE on any cell that contains a date. It is supposed to be the number of days since 1 January 1900. However, since early Excel versions had to be compatible with Lotus1-2-3, Excel had to be compatible with a bug in Lotus123: they had erroneously assumed 1900 to be a leap year. In addition, the indexing is off by one. So the actual 0 epoch of an Excel serial date is 30 December 1899 for all dates starting 1 March 1900.