• 27 Posts
  • 196 Comments
Joined 2 years ago
cake
Cake day: August 2nd, 2023

help-circle


  • With the original emojis:

    🎄🎄MERRY CHRISTMAS BITCHES🎄🎄!! Now that it’s finally DICKmas 👅💦Santa’s about to slide 🎅🏾😉 down your hot 🔥 hot 🔥chimney tonight. So lick 💦💋those juicy candy canes and drink up that creamy eggnog🍼, it’s about to get wet down at Santa’s workshop🍆🍆! Don’t forgot to slide down that XXXtra 🎅🏾🎅🏾 big North Pole, and make sure your 🍪 cookie 🍪is yummy enough for Santa to eat👄! 👀 But are you bad enough to handle Santa’s giant juicy 8=candy👊🏼COCK=D💦?? Send this to 🔟 of your baddest bitch elves💁🏼💁🏾 If you get 5️⃣ back, youre on the naughty list this year🍆💦! If you get 🔟 back you better be ready for Santa’s hot ♨️CUMlate☕️💦😭 If you get 2️⃣0️⃣ back you’ve got the most bitchin 🍬peppermint 🍬pussy in the North Pole! ❄️⛄ Hope you get to blow 🌬 lots of XXXmas 🎄dick, and that you get lots of XXXmas 🎄CUMMIES 💝💝 HAVE A SLUTTY 💦🍆👅DICKMAS YOU HOE HOE HOE!!! 🎅🏾🎅🏿🎅🏽🎅🏼

    Someone really needs to make a !cummypasta community for these. I tried posting one for Thanksgiving in [email protected] and it was not well received






  • Cool, that’s good to hear. The good news is that if it comes down to parsing the HTML, that’s pretty straightforward. I’ve been poking at it, and it’s nice and semantic (gets turned into a regular <video> element by JS:

    <video-player
        poster-src="https://loopsusercontent.com/videos/85319640150794240/96649242004583579/8yjZniSLk64lxIPomBfUzr5SwMXRKGWXyHpTLruN.jpg"
        video-src="https://loopsusercontent.com/videos/85319640150794240/96649242004583579/8yjZniSLk64lxIPomBfUzr5SwMXRKGWXyHpTLruN.720p.mp4"
        username="thomasdorr"
        profile-picture="https://loopsusercontent.com/avatars/85319640150794240/v0.jpg"
        caption="Snowing in #DuluthMN"
        tags=""
        likes="8"
        comments="1"
        />
    

    And hopefully it’ll get open source soon or have some way of filing bugs/feature requests. I saw that the dev created https://joinloops.org/ and is planning on putting a roadmap there soon.












  • TBH, I think this is a little counterproductive. It makes corporate social media seem like a delicious treat. Exhorting people to do the right thing like “eat your veggies” probably isn’t the best way to convince them. Something like this seems like a better comparison. Something bad for you and gross, but uses flashy marketing to convince you otherwise:



  • Copying my comment from the cross-post. Anyone here know enough about ActivityPub to know how much work it will be to make it interoperate nicely with Lemmy in addition to Mastodon?

    Looks like it’s still a WIP. lemmy.world says that it can’t find the user, but my instance shows his profile:

    https://midwest.social/u/[email protected]

    If you click on the full username, you get redirect to this page, which is the raw ActivityPub profile:

    https://loops.video/ap/user/1

    {
      "@context": [
        "https://w3id.org/security/v1",
        "https://www.w3.org/ns/activitystreams",
        {
          "toot": "http://joinmastodon.org/ns",
          "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
          "indexable": "toot:indexable"
        }
      ],
      "id": "https://loops.video/ap/user/1",
      "type": "Person",
      "following": "https://loops.video/ap/user/1/following",
      "followers": "https://loops.video/ap/user/1/followers",
      "inbox": "https://loops.video/ap/user/1/inbox",
      "outbox": "https://loops.video/ap/user/1/outbox",
      "preferredUsername": "dansup",
      "name": "dansup",
      "summary": "",
      "url": "https://loops.video/@dansup",
      "manuallyApprovesFollowers": true,
      "indexable": false,
      "published": "2024-06-06T10:30:00+00:00",
      "publicKey": {
        "id": "https://loops.video/ap/user/1#main-key",
        "owner": "https://loops.video/ap/user/1",
        "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1zzC7XBF81lhJV1o47AA\n9JgguOxygANanxzRUaGOA7BUC9kAWbXI2CoQtzVBTGRiSaiy84d8UgdKQOiAT49m\nmmPdkdnb7zeL7PUKVucv5ppxL5pjXvx11FfYDOIvy52TxjirDIEhvSCiau3BSYf7\nvXtIgsoGnVTkDaStoDauDMfEPGnf6E7eCWHKPOkbeuxF3B3k/Mz2qEmg2MXxegt/\njE4Y75E0BiPs+GeCcYBwri6QddGlQlfveUmj5ZGN2AZGaZdZBNE4FlvJK14GIiTi\n/xT1rYJgwEViFSvGdqXXeRWcWth6UzyzzQrUARLniAf9xcFyYFdx6oJmI3Mu4EWd\nMwIDAQAB\n-----END PUBLIC KEY-----\n"
      },
      "icon": {
        "type": "Image",
        "mediaType": "image/jpeg",
        "url": "https://loopsusercontent.com/avatars/1/v0.jpg"
      }
    }
    

    Based on the mention of toots and mastodon, I’m guessing he’s focusing on that first. Hopefully interoperability with Lemmy will come quickly though. Being able to embed loops as posts would be really nice.