aka freamon

Codeberg: https://codeberg.org/freamon?tab=activity

Anything from https://lemmon.website/ is me too.

  • 8 Posts
  • 351 Comments
Joined 1 year ago
cake
Cake day: March 27th, 2024

help-circle











  • Heretic (the one with Hugh Grant in it). I’m not sure any of it stands up to much scrutiny after watching, but it’s an enjoyable watch when it’s happening.
    I’m halfway through Black Doves. It’s recognisably a Joe Barton affair (the last thing I saw of his was The Lazarus Project, and BD has the same character archetypes, and the same strangely old cars).
    The latest episode of Silo. Continues to be slow-paced, and stupid at times. Like the book, it feels like Young Adult stuff masquerading as something mainstream, but I’ve said that in the past, and been strongly disagreed with.


  • If an admin bans a local user, they’re banned once, but if they ban a remote user, the way Lemmy currently handles it is to ban them from every community they’ve subscribed to. There’s an Issue about it because it’s a hacky and incomplete solution. As such, the ‘banned 20 times’ thing isn’t something that people should read too much into.


  • That link shows loads of apps I’ve never heard of, but visiting their repos suggests that they’re dead.

    Since that site helpfully breaks down platforms by programming language, it might be best to target something familiar (or maybe something you want to learn).

    This community is hosted by Lemmy (Rust), and most of the posts and replies will be made by people using that, but they’ll also be some by people using PieFed (python) or MBIN (PHP).


  • Andrew@piefed.socialtoAsk Lemmy@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    6 months ago

    The 4K Blu-ray remux of Andor Season 1 is 230 GB. This new government might be shutting down the internet, but I doubt that they’re monsters, and so surely wouldn’t expect me to re-watch it in any lower quality. Fortunately, I’ve worked out that the Aldanhi arc and the last 2 episodes are 102 GB, so it should be manageable if some recaps are cut.




  • Ah, I see now, thanks. That makes more sense than my previous theory, that MBIN users were pathological liars or something. Also, now my previous comment makes me look like an idiot. Oh, well.

    It’s interesting what MBIN does - making the user click a button gives it an extra chance to query the remote site, so it can render it correctly. That’s not the same as taking the markdown and rendering it as HTML, but the end result is nice.

    Elsewhere (like on PieFed), Youtube embedding works well because the URL is in a nice dedicated field, so it’s easy to process, rather than parse through the text of a comment to find it. No idea what’s happening with Tesseract, but it’s just a front-end for Lemmy (albeit a sophisticated one), so my guess is that your link would fail, but since the comments aren’t there, it’s a bit moot.


  • Andrew@piefed.socialtoFediverse@lemmy.worldHappy Thanksgiving!
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    6 months ago

    I’d be surprised if that test worked on any platform in existence. You’re using the markdown to render a static image, and sticking a youtube URL in there. PieFed supports it if the URL ends in something like .mp4, but that’s only because Lemmy have fudged it, and so now people expect it. There’s meant to be a 1:1 relationship between markdown and HTML, metadata transformed into metadata - nothing should have to look at the actual contents to know what tags to produce.

    As for ‘works for me embedded in mbin’ … eh? It looks like this in mbin:

    That’s literally just a external link to youtube. It ‘works’ because it doesn’t - same as for the screenshot itself - instead of embedding it, it just coughs up the link to a remote site. Everything else is rendering it as it is - a broken link to an image that doesn’t exist.

    (maybe ‘originallucifer’ has some fancy app that takes a youtube shorts URL, works out the embed code, and then puts it in an iframe … but like I say, I’d be surprised).


  • A fair bit of Mastodon content doesn’t fit well on Lemmy. One mundane technical reason is that their posts don’t always split up well into the post title / post body that Lemmy expects. A cultural reason is that Mastodon users have a much higher tolerance for other users promoting things like their patreon than Lemmy users do. Even if the posts split well, and is content that Lemmy would like, bringing in the replies to it opens up a spam vector.

    Lemmy let’s you impersonate other users. I used to do that with https://lemmy.world/c/[email protected], but stopped because the above-mentioned reasons made it tricky to automate (and because I got bored with it)