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/)GH
Great Blue Heron @ GreatBlueHeron @lemmy.ca
Posts
7
Comments
171
Joined
2 yr. ago

  • I'm the same. When I was recently buying some new wool socks the seller said something like "these are great - you can wear them for days without washing" and I thought that was gross - but he was right. I leave them loosely sitting on top of my boots to air overnight and they are ready for another day.

  • Thank you - your description is the only one that allowed me to see the "other" perspective. If I really focus on the "wrong" bottom face and bottom left vertex I can see it the wrong way for a short time but the instant me brain notices the top right vertex it flips back.

  • USB-PD can be used for more than just charging. If you're running something (a headphone amp for example) from one port of a multi-port brick, you don't want it to stop momentarily every time you plug or unplug one of the other ports.

  • The units themselves are great, but the accessories are rubbish. My wife has had a Pro 7 for about 3 years. In that time she's had 4 genuine Microsoft power supplies and 3 or 4 generic Amazon/eBay ones. And, she's on her 3rd keyboard. They just stop working after a while.

  • It should be obvious from the context here, but you don't just need geographic separation, you need "everything" separation. If you have all your data in the cloud, and you want disaster recovery capability, then you need at least two independent cloud providers.

  • I'm a little determined to stick with Python because I feel that I should - everyone should be able to code Python :-)

    The main problem I have with it is the complex, relaxed, data structures. I'm finding that the type() command in interactive mode is helping a lot. I'm having lots of moments like - "Ah, I'm not down to the dict yet, I'm still in the list.."

  • Thank you for your detailed response. It's a bit much for my proposed "project". I won't be using any libraries (other than built-in python json etc.). I've prototyped most of it and it's currently about 15 lines of code. Literally one call to lemmy, a search to Musicbrainz and a playlist update to listenbrainz. I know it will grow lots as I make it a bit more robust, but it's still very small.

  • Yes, I'm working on it now. Struggling with basic stuff like pulling values out of the json returned by the API when I ask for a list of posts. Python really does not click for me, but I'm determined, for now, to keep at it. An the RSS feed seems like a much easier (than what..?) way to just get new posts with each run - thank you!

  • I find Python difficult - no idea why, it just doesn't feel right. I've tried a few times but never been able to do anything useful with it - that's why it's not in my list above. It does seem though that my proposed project, and development "style", is best suited to Python. Maybe it's time to try again.