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/)B
Posts
1
Comments
224
Joined
3 yr. ago

  • I'm just testing out thingino, but it's currently lacking features compared to amcrest.

    There's no option to only save video when events trigger, so it fills the card quickly.

    And I can't get the tinyCam app to access recorded files, so I have to use the web-based file browser.

    But then Amcrest's apps (both old and new) have do many faults and glitchy behavior.

  • The UK also has the off-by-one floor numbering.

    Also a nursery rhyme with the line "four and twenty blackbirds"!

  • Lots of features, but not simple and a big learning curve is you don't already is emacs.

    I don't think that there's a way for it to do drag and drop, either, although it's emacs, so who knows?

  • It’s basically emacs incremental search.

  • Ctrl-r, l ctrl-r, ctrl-r, ctrl-r, ctrl-r, ctrl-r, ctrl-r, ctrl-r, ctrl-r. To get ls.

  • The fun thing is that you can create a file named "-rf *" and hope an admin tried to delete it!

  • The "auto" in autofrefactor is because it's the automatic test. It's the "Look at the farmhouse/balloon" test.

    There are several videos about how it works, but if you want to waste some time, this one is about where the image comes from

    https://www.youtube.com/watch?v=1D7I7fmZdOA

  • I have

     
        
    if [ -z "$SSH_AUTH_SOCK" ] ; then
        eval $(ssh-agent -s)
    fi
    
    
      

    At the end of .bashrc and

     
        
    AddKeysToAgent yes
    
    
      

    In .ssh/config so that it auto-adds keys I unlock.

  • I've run small models (a few Gb in size) on my steam deck. It gives reasonably fast responses (faster than a person would type).

    I know that they're far from state-of-the art, but they do work and I know that the Steam Deck is not going to be using much power.

  • The heating time time on some frozen chicken strips was for "a cup". Of long frozen pieces of chicken.

  • Rsync can rename/move target changed or gone from the source.

    I use those options so that I get a separate 'archive' dir next to my backup target, with old versions of files.

    It's useful for loose collections such as photos.

  • You would have done well with this kind of thinking in the mid-80s when you needed to fit code and data into maybe 16k!

    As long as you were happy to rewrite it in Z80 or 6502.

    Another alternative is arithmetic encoding. For instance, if you only needed to store A-Z and space, you code those as 0-26, then multiply each char by 1, 27, 272, 263 etc, the add them.

    To unpack them, divide by 27 repeatedly, the remainder each time is each character. It's simply covering numbers to base-27.

    It wouldn't make much difference from using 5 bits per char for a short run, though, but could be efficient for longer strings, or if encoding a smaller set of characters.

  • Does he die on camera though?

  • Probably best to stop letting the pig in the bed, too.

    https://www.independent.co.uk/news/world/americas/george-and-max-a-love-story-made-in-hollywood-427257.html

    Occasionally, all that squealing can come in handy, like the early morning hours of 16 January 1994, when the Northridge earthquake shook most of Los Angeles, prompting shortlived but very real fears that the Big One had struck.

    ...

    Max was in bed with me and woke up minutes before it happened. And I was yelling at him for waking me up, when everything just exploded. So, I'm naked with Max, and running ... because I'm in a house on a hill, and if it's going down I want to be up on the street, dodging the next house.

  • August 29 1997, the day pajamas became self-aware.

    Actually it's a thing schools do (in the US, at least), like casual day except that the kids wear pajamas to school.

  • I just thought that as the ultimate authority on memes, he might take more of an interest.

  • I'm beginning to think that Richard Dawkins doesn't even bother moderating this community.....

  • Random trivia: The clippy 3D animations were created by Deadpool director Tim Miller (of Blur Studio).