I did nothing and I’m all out of ideas!

  • 1 Post
  • 53 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • This is getting weird.

    If I would generate an image with an AI and then take a photo of it, I could copyright the photo, even if the underlying art is not copyrightable, just like the leaves?

    So, in an hypothetical way, I could hold a copyright on the photo of the image, but not on the image itself.

    So if someone would find the model, seed, inference engine and prompt they could theoretically redo the image and use it, but until then they would be unable to use my photo for it?

    So I would have a copyright to it through obscurity, trying to make it unfeasible to replicate?

    This does sound bananas, which - to be fair - is pretty in line with my general impression of copyright laws.




  • Mechanize@feddit.ittomemes@lemmy.world🤖.🌎
    link
    fedilink
    arrow-up
    19
    arrow-down
    4
    ·
    2 months ago

    Considering you seem to dislike the whole concept of Bots, isn’t the Bot toggle in the Lemmy profile exactly what you want?

    It auto ignores all posts and comments made by accounts marked as Bots. Sure, the owner of the account has to correctly mark it, but I feel that can easily be solved by reporting unmarked bots.

    But I’m interested, if you would like to expand on it, how would you make a bot opt-in?
    The only way I could think of is through PMs, but that would be cumbersome, and generally unfit for purpose, for all the involved parties.













  • disable this system security feature temporarily,

    This should be - if I’m not mistaken - possible using the pip env var I posted about earlier, like this:

    PIP_BREAK_SYSTEM_PACKAGES=1 sudo apt install howdy

    Or exporting it for the current shell, before running the installation

    export PIP_BREAK_SYSTEM_PACKAGES=1

    But I personally highly discourage it, because - AFAIK - if it even works it will mess up the deps in your system.


  • I’m no python expert but reading around it seems your only real solution is using a virtual environment, through pipx or venv as you already had found out, or using the

    --break-system-packages
    
    * Allow pip to modify an EXTERNALLY-MANAGED Python installation
    
      (environment variable: `PIP_BREAK_SYSTEM_PACKAGES`)
    

    pip flag which, as the name suggest, should be avoided.

    EDIT: After rereading I got your problem better and I was trying to read the source for Howdy to see how to do it, so far no luck.


  • I actually feel this is gonna make it harder for people to find out about the change, having something suddenly disappear from your feed is less visible than having reminders when you click on a new post.

    At the same time, cosidering the .org one is new, not a lot of servers/instances will have the community federated, so it will not appear even in the All feed for people, especially in the small ones.

    For those reasons I would advice for a transition period, if possible, but I can see how it could be annoying to manage.