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/)AL
Posts
2
Comments
141
Joined
2 yr. ago

  • I don't really have an answer for you here, but isn't having the expiry pointless now if you're going to honour an elapsed token?

    The argument has become "if price X mins ago is equal to price now, honour it" - so it could have expired 10 mins ago, or 10 days ago, etc. and you'd still be honouring it, right?

    So, why have an expiry at all in this scenario? The question should become, if we're going to honour it after 5 mins, will we honour it at 10 mins? 100 days? Which? A cut off needs to be defined.

  • Not going to lie, I think I lost interest after the 3rd reference to "Nix" and there being no guide as to whether it means Unix-like, Nix (the plan9 fork), NixOS (Linux distro), Nix (the package manager) or something referred to as "The Nix Language"

  • I don't tend to use awk in scripts as I do tend to do them in Python, but I do use awk on almost daily basis in one-liners.

    Probably the most common thing for me is so I can read a config file without annoying comments and big line spaces.

    grep -v "^#" krb5.conf | awk NF

  • Which version of stat do you have? I get the same blank result locally on ext4 and btrfs filesystems (not over nfs) using stat 8.30 on an rpi4 (raspbian, 5.10.103-v8+).

    Seems to work fine with stat 8.32 on xfs on a spot instance I have, running Rocky 9 (5.14.0-362.13.1.el9_3.x86_64).

    I thought there might be more info in the changelog: info coreutils aqstat invocationaq but I'm not seeing it.

  • They're advertising alt-cigarette products, right? Probably from their parent companies alt subsidiary.

    I vaguely remember in the '90s they used to have slips like that in the UK. Can't remember if it was advertising or things like "Collect 100 of these tokens, get a 20 pack for free!"

  • That's surprising, as I think the first Windows TCP/IP stack was ported over from BSD by Spider Systems (pretty sure that's why it still has things like "/etc/hosts" - albeit under System32). Wonder if the bug was in BSD and never backported (cross ported?).

  • There's a bit of nuance here. Mad cow disease (BSE) was a big deal, yes, but vCJD (the human form) was not prevalent - as of a few years ago, I think there was less than 200 cases in the UK, and less than 250 cases worldwide - ever. As it can be dormant for decades they believe, it's why the UK population and visitors at those times is not allowed. Keep in mind, in the UK we do still donate blood - we don't have to import it from elsewhere. But as it's such a horrific disease, it's easier to just say "No one from the UK can donate blood." it's not like it would impact other countries blood supplies, and keeps them a bit safer.

  • What's worse I find is self-checkout's (at least in the UK) require a member of staff to clear your failed payment. Like, there's no reason it couldn't just go back to "Try again", instead the light goes red, the single person who has already approved your over 18 purchases, your brought your own bag alert, etc. has to come back on their route of 40 self checkouts to check that you have in-fact not got enough money on your card, and then to stand next to you (or worse, bugger off to someone else) for you to try again or use a different card. Argh.