freamon

@freamon@feddit.nl

Parked account.

Currently using freamon@lemmy.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

freamon, (edited )

EDIT: Issue is fixed now, thank you.

I’m not sure anything from this instance is federating anywhere since this change.

Looking at activitypub, attempting to subscribe to something gets no reply (the screenshot below shows me trying with 3 different communities, followed by what’s expected to happen with a random community on another 0.19 instance)https://i.postimg.cc/rmsqBRGR/feddit-nl.jpg

Looking at an active community (like nuclear@feddit.nl), there’s been 6 posts in the past 2 days that aren’t showing up anywhere else (at <whatever_instance>/c/nuclear@feddit.nl)

freamon,

I created an account here and a couple of communities, but it was sort of by accident that I’m here. At the time, join-lemmy referred to the Awesome Instances GitHub page, and that recommended feddit.nl, and said don’t overthink it, so I didn’t. If I had thought about it more, I would’ve joined up to feddit.uk I suppose (although that’s the instance that people are now concerned about now, ironically enough).

But given the .nl domain, maybe feddit.nl should just be a place for people to talk to one another in languages (other than English) that are popular in The Netherlands. For the focus to generally be specific to one location, and for Communities that other instances in the Fediverse don’t provide. (sort of like what I imagine feddit.it does for the people of Italy).

I’m fairly active on Lemmy (from accounts on endlesstalk.org and lemmy.world), but the content I really want to create is animated in some form - as a gif or a webp file. My efforts in this are being stymied by Lemmy, as it seems utterly determined to wreck them, either by half-arsing an unwanted transcode, or re-compressing something that’s already compressed. So, similar to others in this thread, but for completely different reasons, I’m waiting for the software itself to mature before I can fully unleash my genius on the world.

As for frontends, I’ve started using photon at lemmy.world. It’s really nice, especially for the aforementioned animated stuff. I’ve even started using phtn.app for browsing on my phone too. (There’s also Tesseract, a fork of photon that I’ve only seen at db0 and dubvee.org, but would like to play with.)

freamon,

Re: trending communities, if a link gives you this error:

The server returned this error: FetchError: invalid json response body at lemmy:8536/api/v3/post/list?community_name=exchri…. This may be useful for admins and developers to diagnose and fix the error

that’s just a timeout that’s usually resolved by a refresh. It’ll happen more often with links from that list than elsewhere, because it’s more likely to provide links that no-one else on feddit.nl has visited before.

I just had a click around on the latest post, and that was the only error I got. If it’s not that though, please leave a comment. I’m on the same instance as you, so can investigate what the problem might be, and it’s my bot, so can try to fix it if need be.

freamon,

I’m guessing this is from the latest episode - if so, this Community is becoming my primary source for knowing when a new episode drops.

freamon,

Mysteriously, this isn’t currently playing via the standard web page on lemmy.world. But it does when viewed from other instances/frontends/apps, so I don’t understand.

freamon, (edited )

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:
https://i.postimg.cc/q7Cy4VSF/HAN.jpg

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

freamon,

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.

freamon,

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)

freamon,

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:

spoilerhttps://i.imgur.com/1n5PFgP.jpg

freamon,

I’ve always wondered why this scene from “New York, I Love You” is used for Star Wars stuff.

freamon, (edited )

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 (feddit.nl)

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....

freamon,

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.

freamon, (edited )

Hi. I’ve found the best place to test the api is here

Example script for making a post


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

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:


<span style="color:#323232;">my_instance="https://lemm.ee"
</span><span style="color:#323232;">
</span><span style="color:#323232;">API="api/v3"
</span><span style="color:#323232;">
</span><span style="color:#323232;">resolve() {
</span><span style="color:#323232;">        end_point="resolve_object"
</span><span style="color:#323232;">        www_data="q=https://lemmy.zip/c/linuxscripts"
</span><span style="color:#323232;">
</span><span style="color:#323232;">        url="$my_instance/$API/$end_point?$www_data"
</span><span style="color:#323232;">
</span><span style="color:#323232;">        curl "$url"
</span><span style="color:#323232;">}
</span><span style="color:#323232;">
</span><span style="color:#323232;">resolve
</span>

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

freamon,

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.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • Durango
  • ngwrru68w68
  • thenastyranch
  • magazineikmin
  • hgfsjryuu7
  • DreamBathrooms
  • Youngstown
  • slotface
  • vwfavf
  • PowerRangers
  • everett
  • kavyap
  • rosin
  • normalnudes
  • khanakhh
  • tacticalgear
  • InstantRegret
  • cubers
  • mdbf
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • cisconetworking
  • tester
  • Leos
  • modclub
  • provamag3
  • All magazines