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/)RE
Posts
17
Comments
94
Joined
2 yr. ago

  • I've used Exportify (https://github.com/watsonbox/exportify) to get CSVs of my playlists. I do it for kind of disaster recovery scenario, so I've never actually had to re-import my playlists. Judging from the readme it seems it's possible but tedious. And as for importing to a different service, no idea.

    It does require you to log in with your Spotify account though. But I think it's trustworthy enough and also you can self host it.

  • Thanks everyone!! This is more than I expected. Lots of promising stuff! I will look into each and every one of your suggestions.

    (Since it's a bit silly to reply to every single comment the same thing, I'm just putting this one here)

  • I wouldn't say it's a bad thing. If it works for you, good. But if the book is in your native language, my advice would be read it in that language.

    I tend to favor my native language for a few reasons though. I live in a foreign country so it helps me keep in touch with my language. Also if the book is old (like 100+ years) a translation in my language would make it easier to understand. Finally if it's an audiobook, I find it easier to follow without zoning out if it's in my language.

  • I crafted a simple counter-example (single letters for brevity). The way the sequence goes totally depends on the instructions, and we don't have any guarantees on that. It could be anything. Of course, looking at the input data we could find what the instructions are, but the assumption doesn't hold in general.

     
        
    A = (B, X)
    B = (C, X)
    C = (X, Z)
    Z = (A, C)
    X = (X, X)
    
    L L R L L L R R R -> A B C Z A B C Z C Z
    L L R R R L L L R -> A B C Z C Z A B C Z
    
      

    Here the distance of Z cycling back into itself could be 2 or 4, depending on what the instruction string is doing.

  • I've always had this question. When I login with Google, I know what data the website will get from my Google account. But what data can Google get from the website and my usage of it, if any? (besides, of course, that I have an account on said website).