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

  • Why doesn’t this compare time spent traveling over mileage traveled (genuine question)?

    One would expect the vast majority of planes to be faster than the vast majority of trains, so of course they’d have less accidents per mile traveled even if the same number of accidents occurred (I think).

    Whereas with time spent, maybe as an additional data point, it becomes fairer to compare, right?

  • C# is basically Java and from what I can tell, this looks approximately valid.

    Variables can always* be named freely to your liking.

    *You used to have to stick to the Latin alphabet, but that’s increasingly not the case anymore. Emoji-named variables FTW!

  • Maybe, but did you just compare millions of human beings’ suffering to a handful of insects?

    Besides, why are you comparing individuals’ indifference to God’s (potential) indifference? I don’t think that’s a fair comparison.

  • Right, that makes sense, thank you.

    that figure must be of the overall population.

    I’d thought so, but forgot there’s actually people who cannot vote (shocker), so in my mind I went “okay, near-70% turnout, so why didn’t he get closer to 35% rather than 20?”… but this in addition to the turnout this time being lower than I remembered makes waaaay more sense, lol.

  • Thanks! I’ve only known the on-device installable Adguard apps until now (which obviously won’t work for something like roommate’s Apple TV, for example), so this is new stuff to me. Interesting!

  • At this point, TOML is my favorite since it basically amounts to an attempt at standardizing the .ini/.conf style of config “language”/files. It’s still simple enough, but pretty powerful, and was seemingly good for the Rust and Python projects to be convinced to choose it as a default…

    • Port numbers only go up to 5280, the number of feet in a mile

    What about internationalization – do the European port numbers go up to the cm or only meter count within a kilometer?

  • This is my valley rhetoric – I’m just getting warmed up! My friend, have you not heard? Substance is subjective! Perhaps your definition has been clouded by the fog of your own high-mindedness. I prefer to dive into the chaos of the debate – a dance of wit, if you will. I thrive in the ebb and flow, where traditional rules bend, and creativity reigns. Your rigid structure is no competition for my unpredictable flair! Unpredictable flair or just chaotic noise? There’s a fine line between artistry and a cacophony of confusion, and I fear you’ve leapt over it with reckless abandon. True mastery lies in the ability to convey ideas clearly and convincingly, not just in throwing around clever phrases like confetti. But keep at it; your enthusiasm is noted, even if the execution leaves much to be desired.

  • Server (Linux) and personal machine (non-Linux Macbook) with the same general shell config (aliases etc.), but different applications/CLI tools installed.

    No idea how it compares against the Nix paradigms, but I like the ease of use in setting up a new machine. It’ll copy all files to their intended destinations and will be able to fill in credentials from templates using e.g. rbw (third-party Bitwarden, i.e. password manager, CLI tool), meaning, once all fields have been templated, you can make it public without even worrying about leaking a personal email address (I use different ones for git vs. other accounts vs. even other stuff).