• 438 Posts
  • 8.43K Comments
Joined 2 年前
cake
Cake day: 2023年10月4日

help-circle





  • Speaking for myself, while I’m not really happy about some of the political baggage associated with the lemmy dev team, and additionally would be interested in participating in discussion about non-lemmy server alternatives, I don’t really want to jump into something named quite as adversarially as “cancel_lemmy”.

    That’s not to say that there isn’t potentially demand for and interest in this. It just crosses the line into getting more political on the matter than I’d like to be. But I would like to point out that it may be that there are other people who feel the same way, and might exclude some users who would otherwise participate.

    EDIT: I’d also point out that while it’s not specifically directed to discussion of the Lemmy software package, !MeanwhileOnGrad@sh.itjust.works has a fair bit of discussion among people who are unhappy about the political side of the lemmy.ml, lemmygrad.ml, and hexbear.net instances and want to discuss that.


  • taltoFediverse memes@feddit.ukThe Great Migration Has Begun Again!
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 小时前

    You can have a “no local pornography” rule without also defederating from instances that have pornography.

    The instance I’m on, lemmy.today, has an admin who disallows local pornography communities on the instance and explicitly says that he’s fine with users participating in pornography communities on other instances through his instance. From its server rules:

    No local pornography communities (but you are free to subscribe to them on other instances if you wish).

    That makes sense if you don’t have some sort of desire to block it from users on the server, but just don’t want to deal with the administrative hassle that comes with it.


  • taltoFediverse memes@feddit.ukThe Great Migration Has Begun Again!
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 小时前

    While I come from more of the Rust sort of side of things, and I agree with you that I’d rather have widely-used languages having static typing (though I’ve written more Python than Rust), it’s also true that different languages have different degrees of uptake in different areas.

    As things stand, Piefed, Lemmy, and Mbin all have an integrated Web frontend and backend, with third party client support via API. That is, they work kind of like Reddit does, not Usenet or IRC servers, where the backends and the frontends are entirely different projects.

    I’m confident that Python has vastly more uptake for frontend Web development than Rust does. That means that it’s going to be way easier to find contributors who understand how to build a Web UI who know Python than who know Rust.

    If there were a split from this approach — that is, if the UI became decoupled from the backends, and users just used Aphrodite or mlym or whatever, and the backend wound up looking something like Usenet server software, — then I think that there might be a stronger argument for doing the backend in something like Rust, depending upon how it was structured.

    But I think that Rust probably creates a high bar for attracting front-end contributors who are knowledgeable in building Web systems.

    I’d also point out that Reddit started out in Common Lisp — Paul Graham, who was involved with its early days, is a huge fan of Common Lisp — but eventually was rewritten in Python.

    EDIT: There’s also Sublinks, in Java, but it doesn’t look like it’s getting a lot of activity.


  • taltoNews@lemmy.worldICE agents mistakenly detain U.S. marshal in Arizona
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    4 小时前

    Reddit used to have a number of people running bots that would de-AMP links. I haven’t seen anyone setting up something similar on the Threadiverse, though.

    kagis

    It looks like AmputatorBot is open-source and supports Reddit and used to support Twitter.

    EDIT: Though…I don’t see activity from the user /u/Killed_Mufasa on the bot subreddit (moderator of the subreddit and it looks like the dev) or commits to the github repo in the past two years, so the Reddit API fiasco might have killed it.

    EDIT2: No, /u/AmputatorBot is the bot account, and it’s still functional.


  • A bunch of scenes in Kentucky route zero,

    You know, just yesterday I was trying to think of games that have untextured polygon art, because there are some that I really like the aesthetic of. Kentucky Route Zero is a good example.

    • Carrier Command 2

    • Kentucky Route Zero

    • Out of This World/Another World (though that’s getting back into the era where untextured polygons were a technical requirement rather than a stylistic choice)

    • Avara. Honestly, the graphics here aren’t that amazing, but I was kind of missing the lonely feel of it; some levels had a sort of wind sound playing and the graphics gave it a really cold feeling that I was kind of nostalgic for. Looks like it was open sourced and ported to various platforms.

    • Ex-Zodiac, kind of a Star Fox-alike.

    • Rez

    I don’t know if all of these are strictly untextured. Like, Carrier Command 2 might implement its pixelated displays with textures, or there might be glow or something like that done with textures. But the general aesthetic is untextured stuff, and it’s kind of impressive to me how nice some of these look.

    Some of these (Avara, Out of This World) are getting back into the era where computers just couldn’t reasonably do texturing, and Ex-Zodiac is aiming to evoke Star Fox, which had that technical constraint. But some of them are just interesting aesthetic decisions. I do like what the modelers managed to do.

    It has some of the effect that low-resolution pixel art does — makes the brain fill in the detail that isn’t there.


  • taltoxkcd@lemmy.worldxkcd #3100: Alert Sound
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    7 小时前

    Fallout 76 has a location, Alpine River Cabins, which is rigged up to have random screams and suchlike play, along with some other rigged things, like doors randomly opening and closing.

    I remember the first time I ran across them, walking by the road that ran near the cabins, and was like “what the hell?”


  • taltoxkcd@lemmy.worldxkcd #3100: Alert Sound
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    edit-2
    7 小时前

    The alert sound of a USB device connecting

    Is this a Windows thing or something?

    EDIT: On Linux, if you somehow knew that some USB device had been connected, but didn’t know what, I’d run sudo journalctl -krb — I believe that the kernel will always log a message when a new device is connected. Also, lsusb -t would show the layout of the USB tree and what devices are where on it.