Skip Navigation
This gif goes up to 11

(11 frames per second, I mean.)

Click here if it's blank or static - lemmy.world broke it when federating it in.

6
Sometimes, it's advisable to just smile and nod
  • Have found it impossible to upload this file directly to Lemmy. It's already a compressed WEBP file, but whatever settings I use, Lemmy insists on copying it and compressing it further, until there's only about 5 pixels left. So the only options left are for the post to be a link to the external url, or for it to look like a comment post, but with an inline image squashed inside. Neither are ideal.

    EDIT: My experience with Lemmy:

    EDIT 2: Now have something a bit more acceptable, loaded directly to Lemmy.
    Lemmy always seems to compress WEBP at 75% - I uploaded an image, it compressed it, I downloaded Lemmy's version and re-up'd that, and it compressed it again. Presumably I could do this forever.

    So, I created the original WEBP using the 'lossless' setting (it was about 2.5MB), uploaded that and let Lemmy convert it, and now it doesn't look too bad. The only thing is I had to use the version I tested at enterprise.lemmy.ml, 'cos feddit.nl got confused by the transparent frames. So the trick seems to be: upload the least efficient version imaginable

  • Basic Lemmy API login script
  • Ooops. I tested it before I posted, and the reason it worked is because it turns out that authentication isn't needed for that query.

    I've edited the comment now, and there only being one part means that there's no need for an ampersand, so there's no probs with special characters.

  • Basic Lemmy API login script
  • Hi. I've found the best place to test the api is here

    Example script for making a post

    my_instance="https://lemm.ee"
    
    auth="YOUR-JWT"
    community_id=COMMUNITY-ID
    name="TITLE OF POST"
    body="BODY OF POST"
    
    API="api/v3"
    
    create() {
            end_point="post"
            json_data="{\"auth\":\"$auth\",\"community_id\":$community_id,\"name\":\"$name\",\"body\":\"$body\"}"
    
            url="$my_instance/$API/$end_point"
    
            curl -H "Content-Type: application/json" -d "$json_data" "$url"
    }
    
    create
    

    You'll need to get your instance's community.id for the community you want to post to. To use this community as an example, it would be:

    my_instance="https://lemm.ee"
    
    API="api/v3"
    
    resolve() {
            end_point="resolve_object"
            www_data="q=https://lemmy.zip/c/linuxscripts"
    
            url="$my_instance/$API/$end_point?$www_data"
    
            curl "$url"
    }
    
    resolve
    

    (lemmy will probably sanitise the ampersand in that query, so you'll have to replace the HTML with a literal ampersand)

  • Oh, I think so
  • I wasn't trying to give you a hard time about it - I was just providing a alternative version of this meme (that was posted here a while back) with a jokey bit of text.

    For clarity though: you're not forbidden from reposting memes from other sites. Original content is preferred, but none of us can deny the popularity of the classic stuff. There might be some guidelines coming about them, and when/if we get flairs, we'll ask for them to be tagged, but that's about it.

  • The rule of two started with a Sith from the mines; but when push comes to shove
  • Hey there OP with the OC, thanks for playing along with today's theme. If you ever have any other suggestions for a Wednesday Theme, please feel free to get in touch (typically with me, RHO, or WhoRoger). So far, we've had Droids, Aliens, Pirates, Expanded Universe, D+ TV, and Rhymes. Things will cycle around of course, but if there's anything else you want to dedicate a day too, we'll do what we can (by which I just mean: create a sticky; have a crack at it myself; and hope someone else does too, but it's something, at least)

  • Wednesday is Poetry Day. Your Best Rhyming Memes Please

    For Wednesday’s Theme A Rhyming Meme Would be Preferred As Surely You’ve Heard? The Best Films of Our Time Are Like Poetry, They Rhyme

    The more tortuous the better, please. I’ll post some examples in the comments as “inspiration”

    8
    Trending Communities for Thursday 24th August 2023
  • Minor edit to move 'Sex Meme Pit' up a few places - it's swapped back again from a NSFW to SFW community, and the list was only showing its growth as a SFW one. I'm guessing that the Mod is going for 'SFW community with the more egregious posts NSFW'd out' approach.

  • NSFW
    *Ahsoka Spoiler* He’s like really?
  • NSFW'ing stuff isn't a particularly y good way to hide spoilers, btw (it's not the same as it is on Reddit)

    It will (probably) blur the image for anyone who's set their account to view NSFW, but the majority of members here just won't see the post at all.

    To the extent that spoiler tags are supported, it might be better to include images as an inline link, surrounded by spoiler tags.

    Test:

    spoiler

  • Adventure, excitement!
  • Please try to be a bit less sweary. If the comments get out of hand on these sorts of posts, then we have to start asking posters to tag stuff as NSFW, and then a lot less people will see them.

    (edit re: downvotes, well this is the last time I'll ever try to reason with anyone, I guess)

  • Wednesday is Space Pirates Day. Criminal memes preferred

    The Empire acts in our best interests, and tries to prevent run-ins with these unseemly types. Perhaps you can help, with your best memes celebrating the bounty hunters who pursue them, or the Hutts who imprison them. Or maybe just find ways to highlight what scumbags Han Solo, Hondo Ohnaka and their ilk really are.

    Thank you for your service.

    2
    Mods when I post another obscure meme they have to research.
  • I mean, if you're trying to post an obscure meme, the very least you could do is not feature a mountain that Anakin Skywalker himself didn't obliquely refer to in Skyewalkers: A Clone Wars Story.

    If my tears can't cure me, I doubt they'd do much for you.

  • i now have to dismiss this prompt after every comment?

    I'm just chatting shit on the Internet, I'm not emailing my boss

    14
    Trending Communities

    A bot-driven site, providing a daily list of Communities trending across the LemmyVerse, determined by growth in subscribers.

    Some people have already discovered it (meaning it's currently featuring on its own list!), but I always intended to post on here once the bot had been running for a few days. Now that it has, it can average daily growth over the previous days, to better highlight consistent growth (vs. a random spurt in popularity).

    It's early days, but I think it's already illustrating some interesting things: e.g. the popularity of table-top RPGs on Lemmy, the kick that "Accidental Renaissance" got from Reddit migrants, or how the sudden investment in "Antiques Memes Roadshow" threatened to break the "All" feed. There's also appearances from Communities that featured here, so it'll be intriguing to see if the likes of "Deal Malls" can stay on the list (tune in tomorrow to find out ...).

    There's also a "NSFW" version (see the link in the sidebar), and a post to discuss suggestions for improving the algorithm and how the results are displayed.

    Link 1: Trending Communities Link 2: !trendingcommunities@feddit.nl

    5
    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/)FR
    freamon @feddit.nl

    Parked account.

    Currently using freamon@lemmy.world

    Posts 36
    Comments 169
    Moderates