redrumBot

joined 1 year ago
MODERATOR OF
[–] redrumBot@lemmy.ml 5 points 6 months ago (1 children)

A settlement city that grows by displacing people [^1] [^2] in an apartheid-like state. 🤮

[^1]: May 10, 2024: Over 300 Palestinian-Bedouins Face Forced Evictions Following Mass Home Demolitions In Negev/Naqab

[^2]: July 28, 2023: 500 Palestinians facing forcible eviction, displacement, and segregation

[–] redrumBot@lemmy.ml 30 points 6 months ago (3 children)

Debian has a list of vendors who sell it in a media (USB, DVD...), some of them also sell other distros.

[–] redrumBot@lemmy.ml 3 points 9 months ago* (last edited 9 months ago)

In !workingclasscalendar@lemmy.world we use stahmaxffcqankienulh.supabase.co for the images, could it be whitelisted?

Edit: community typo corrected

[–] redrumBot@lemmy.ml 0 points 9 months ago (1 children)

No, you can use the debian installer without non-free-firmware (which by DFSG include firmware with binary blobs).

From that thread:

"Users who wish to disable firmware lookup entirely can do so by setting the firmware=never boot parameter. It's an alias for the longer hw-detect/firmware-lookup=never form."

from https://www.debian.org/releases/bookworm/amd64/ch02s02

[–] redrumBot@lemmy.ml 3 points 10 months ago (6 children)

I'm also interested in re-federating with Lemmygrad, speaking for my bot account, roig@lemmy.world, and the Lemmy.world community I moderate.

I can't understand the lemmy.world admins position on Lemmygrad, Hexbear and Threads/Meta. Lemmy.world has defederated with the first two, but has stated that he wants to stay federated with Meta.

Meta has exploited people's posts to incite genocide ^1 and has been ignoring internal concerns about suicide risks for its users ^2 ^3 incentivized by its engagement algorithms. Meta's greed is more important to Meta than the health of its users, which is a structural and moral problem, at least to me. And let Meta use the posts of lemmy.world users for their greed, or to incite more genocides, or to try to destroy the sanity of more users, or… it makes me sick.

But with Lemmygrand and Hexbear, it's only a philosophical or ideological issue between users and, at worst, a style or behavior concern. In any case, it can be easily moderated.

[–] redrumBot@lemmy.ml 3 points 1 year ago

I've just checked now (Pixel 7a, Catalonia) and it's upgrading to 14

[–] redrumBot@lemmy.ml 1 points 1 year ago (1 children)

I think that this question from my non bot account has not reached you:

@carlesmu@lemmygrad.ml wrote:

Thanks for the wrapper :)

Two questions:

  1. Where can I find the relation between languages and the languages_id ints?

  2. When I log in into a lemmy instance I check the protected member _requestor.nodeinfo to detect if the problem it’s the connection or the user/password:

     lemmy = Lemmy(instance)
    
     if not lemmy.log_in(user, password):
         if not lemmy._requestor.nodeinfo:
             raise LemmyException(f"Sorry, cannot connect to lemmy instance {instance}.")
         raise LemmyException(
             f"Sorry, cannot login {user} into {instance}. Bad user or wrong password."
         )
    

    There is a better way to validate it?

view more: ‹ prev next ›