Skip Navigation

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/)I
Posts
1
Comments
129
Joined
3 yr. ago

  • A top reply was posted on another lemmy community:

    https://lemmy.world/post/27989752

    I can't see any screenshots from the article, all require a bluesky account. At least on twitter you could see images without login before the takeover. I'm alright if a for profit websites hides "their" content behind a login wall, it's their choice, but how lazy is this "journalism" where they don't copy the images, they just link to the original tweets or whatever they called on bluesky.

  • Removed

    No background, AMA

    Jump
  • This is a symptom. If police won't do it's job there will be some guys who will take it into their own hands. The problem is they have even less oversight than police.

  • And gitea is the fork of gogs, just to complete the family tree

  • That was an example usecase, an MVP, to show it works and can communicate via the fediverse.

    Comments from the post I linked:

    The idea is that every fungi-node also has a UI, yes. So you would be able to browse the AI models - for example if you chat with bot A, and the bot is currently learning with bot B and C, those bots would be visible to you and you could open their UI, too. And it should also show bots with which it trained earlier, too.

    This way you could “browse” the resulting AI web via the browser.

    Well, its similar to a botnet, but one that is open and transparent. You can browse the different nodes, etc. And you can (at least hopefully in the future) add your own computing resources to the network to participate in the AI training.

  • The formatting of the bot's posts are messed up. Add a new line after the link. Links are not even working on there, 404 all, the number of the next line are added to the end of the url.

    Some clients can convert the user handles to link, but the default webui can't, but you can work it around and make it an instance independent link this way:

     
        
    [@hatnix@social.tchncs.de](/u/hatnix@social.tchncs.de)
    
      

    Rendered: @hatnix@social.tchncs.de

  • According to Calvin's dad, bridges are built following Clarke's 2nd law:

  • Its a repostt of a ~2 years old post, when lemmy reached 1 million

  • OP wrote they want to install dependencies as well, that's why it's a bit more complex situation. For python scripts without external dependencies it would work.

  • You shouldnt install python dependencies system wide, recent distros block running pip outside a virtual environment. Use pipx, it automates everything: https://pipx.pypa.io/

  • The alternative is death, so a lot people would choose this instead.

  • Afaik reports are not federated yet, so mods from other instances won't get report notifications, but otherwise the same tools are available for them. So possible, but limited.

  • What is PT?

  • This topic pops up in random news sites like every 5 years, and usually the conclusion is people with these names have less and less problems, as systems evolve.

    Nowadays names which looks like some vulgar words cause more problems, it's called the Scunthorpe problem from the city of Scunthorpe. As this is a shitty article, this actual problem is not even mentioned, classic.

  • Video without the "article": https://www.youtube.com/watch?v=cWnN-FA3zRM

    Sourcecode: https://github.com/ading2210/linuxpdf

    It's TinyEMU under the hood:

    TinyEMU is a system emulator for the RISC-V and x86 architectures. Its purpose is to be small and simple while being complete.

    It has a javascript version, JSLinux, that's embedded in the pdf. You can run other OS-es in the browser with that, see link. It has X window support, so it should be possible to run a full GUI operating system in a pdf.