🇨🇦 tunetardis

  • 0 Posts
  • 100 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle



  • I’m not a web dev but was chatting with a friend who is, lamenting web 2.0 for pretty much the same reasons as OP. He’s like “2.0?!? Where have you been? It’s all about web3 and blockchains.” Now where was that comfortable old rock I had been hiding under again?

    When the www was in its infancy, I thought there needed to be a standardized way to classify content. Something Dewey Decimal System-ish I suppose? But it would need to be easy for casual content providers to use, since the only way it could work would be in at a grass roots, decentralized level where each provider would be responsible for classifying their own content.

    Perhaps there could be tools like expert systems that would ask you a number of questions about your data and then link it up appropriately. It could usher in a golden age of library science!

    But then everyone went fuck that. Search engines.


  • I suppose Facebook, if only because it’s the hardest to avoid for me. Friends, family, local businesses, charities, bands I follow, bands I play in, friggin everything is on FB and the feed is such a cesspool at this point. And the only thing that might have a snowball’s chance in Hell of challenging its dominance is maybe Discord? Some of my friends seem to be spending more time there of late, and a few community groups I’m involved with have started their own too. But I dunno.










  • We brought back a hamster for our daughter without realizing she was pregnant. After having a giant litter, we gave them all away…or at least we thought we did? A day or two later, I saw a wiggling in the shavings and out pops a head. Our eyes locked momentarily before she dived back down.

    Definitely the runt of the litter. Had all sorts of paranoia and cowered under things for most of her life. She was maybe a year old when my daughter came running up. “Guys, you gotta see Hester!” We rushed over and there she was, hanging from the bars at the top of the cage and swinging arm-to-arm across.

    We were so happy for her, finally getting past her inhibitions and leading her best hamster life. Then she was curled up dead the next morning.






  • I guess this is rather niche, but I go to thesession a lot for fiddle tunes. They are ostensibly an Irish traditional music site, but their collection is a vast community-led effort and there’s all sorts of stuff of varying genres on there. Folk music in general is improvisational by nature, and what’s interesting about thesession is you will find multiple versions (aka settings) of a given tune as it’s played by different artists or in particular regions. None of them are “right” per se, but it gives you some ideas when trying to work out your own style.


  • Yeah, I have some Python scripts that reflow selected passages of code for me using this approach. It always feels so weird when I’m using some OS that seemingly doesn’t support any sort of GUI scripting.

    It’s worth noting that while you can simulate mouse clicks and key strokes within any app, some support a few direct scripting commands. For example, in Terminal, you don’t need a GUI script to open a new window and type in it to run some command. You can just issue an AppleScript command to tell app "Terminal" to do script "top" or whatever. That’s because Terminal’s scripting library includes a do script command.

    For more on this, you can fire up Script Editor and go Open Dictionary. You will see a list of all apps with any sort of scripting support and be able to get documentation on what you can do with it.