autonomoususer

joined 2 years ago
[–] autonomoususer@lemmy.world 0 points 2 weeks ago

It’s mentioned below. This post appears to align with this community’s rules but I see there are additional guidelines. I may make a few more changes to ensure it fits, though I’m cautious not to deviate too far from the original source of this cross post.

[–] autonomoususer@lemmy.world 0 points 2 weeks ago

The first was a guide on how to respond to the term "sideloading" and the second was a video about the rise of facial recognition in supermarkets. The link provided was to a YouTube video titled "What You Don't Know About SAINSBURY'S and the AI BIOMETRIC PANOPTICON", although it was not clear that YouTube was referenced in the rules. The post above mentions that attempts were made to contact the admin for clarification but no response has been received.

[–] autonomoususer@lemmy.world -2 points 2 weeks ago (1 children)

This has already been addressed.

[–] autonomoususer@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

Unlikely to post this again, unless you or other users find or request that this be cross post to another relevant community.

[–] autonomoususer@lemmy.world 1 points 2 weeks ago

Thanks for adding this. I encourage others to see comments on the linked post first.

[–] autonomoususer@lemmy.world -1 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

Cross posts have been made no more than once to only few relevant communities, either as relevance was realised or at the request of other users. A clear explanation has been included at the top of each post. It’s not spamming, just sharing where it’s relevant.

[–] autonomoususer@lemmy.world -1 points 2 weeks ago* (last edited 2 weeks ago)

Yes, a cross post to this community was requested in the comments, as shown at the top and bottom of this cross post.

[–] autonomoususer@lemmy.world 0 points 2 weeks ago* (last edited 2 weeks ago) (7 children)

A cross post to this community was requested in the comments, as shown at the top and bottom of this cross post.

 

Here since !lemmy_support@lemmy.ml is unavailable as outlined below.

Hi

There have been some rather concerning actions taken by an admin of the !privacy@lemmy.ml community, dessalines@lemmy.ml. Based on recent moderation decisions and a complete lack of communication, it seems like their account may have been compromised, or even more concerning if these actions are deliberate.

  1. Erroneous Rule 4 Enforcement, First Instance: a guide posted to !privacy@lemmy.ml, despite receiving many positive votes and comments, was removed under Rule 4:

If you have a question, please try searching for previous discussions, maybe it has already been answered

However, this post was a guide and not a question, so Rule 4 does not apply. Attempts were made to reach out for clarification but there has been no response, despite their account showing recent activity.

  1. Erroneous Rule 4 Enforcement, Second Instance: an on-topic informational video also posted to !privacy@lemmy.ml, despite also receiving many positive votes, was again removed under Rule 4. This post was again not asking a question, so again Rule 4 does not apply. Again, no explanation has been given.

  2. User Bans in Completely Unrelated Communities: user bans of over a month have been applied for not only !privacy@lemmy.ml but several completely unrelated communities:

This is especially concerning given that the above posts have no relation to these communities, and no recent activity has been made in any of them, meaning none of their rules could have been broken. Moreover, a public track record of positive contributions across Lemmy has been established, with many positive votes and comments received over a sustained period. Given all of this, the bans appear to be highly disproportionate, only adding to the growing concerns around moderation practices.

  1. Repost with Disclaimer Removed: a repost of the guide, despite a disclaimer explaining the original removal appears to be in error and that attempts to contact the admin have failed, despite again receiving many positive votes and constructive comments, was once again removed. Again, no explanation has been given.

Given all of this, it’s hard to avoid the conclusion that something is not right. Mistakes in moderation happen but the complete lack of communication, the disproportionate actions, and the ongoing bans from unrelated communities raise serious concerns. It seems as though the account is most likely compromised, or even more concerning if these actions are deliberate.

Has anyone else experienced similar issues with this admin, or does anyone have more insight into what might be happening?

TL;DR: Admin dessalines@lemmy.ml of !privacy@lemmy.ml appears to be making seriously concerning moderation decisions, including erroneous enforcement of Rule 4 in at least two separate instances, failing to respond to messages, and applying user bans in completely unrelated communities despite a long track record of positive contributions across Lemmy. This has led to speculation that their account is likely compromised, or even more concerning if these actions are deliberate.

Any thoughts or similar experiences would be appreciated.

The target account is on Lemmy.world but if there is a better place to post this please let me know.

Cross post with https://lemmy.world/post/43944145

[–] autonomoususer@lemmy.world 2 points 1 month ago

Are they checking every drive in the world for the data?

LMAOO, I'm copying that.

[–] autonomoususer@lemmy.world -3 points 1 month ago* (last edited 1 month ago)

Good luck beating Discord by copying the worse parts of obsolete apps.

[–] autonomoususer@lemmy.world -4 points 1 month ago* (last edited 1 month ago) (2 children)

So, where are all the posts saying, 'self-hosted ventrilo?'

[–] autonomoususer@lemmy.world -1 points 1 month ago (1 children)
 

I really don’t get why so many people are turning this into a privacy versus anonymity debate when the real problem is censorship.

Yes, Signal needs a phone number to sign up, but replacing that with an email or username doesn’t make it anonymous. The real issue is that governments are blocking the registration SMS, so people can’t even sign up for the app in the first place.

Sure, there are workarounds, but most people aren’t going to jump through all those extra hoops just to use an app. If we want to spread privacy, how do we do that when Signal's phone number requirement is actively working against us?

Instead of arguing over privacy versus anonymity, shouldn’t we focus on making sure everyone can access Signal without issues? What do you think?

 

I’ve been seeing this more and more in comments, and it’s got me wondering just how big this issue really is. A lot of people feel trapped in apps like Discord, WhatsApp, and Instagram, but can’t get their friends to leave.

It’s really annoying when you suggest trying something new, whether it’s a different app or just not using these platforms so much but sometimes it can feel like no one wants to go first.

So I’m curious, what apps do you feel most trapped in? And have you tried convincing your friends to leave them? What happened? Is it an issue for you, or are you just going along with the flow?

Looking forward to hearing if this is as common as it feels!

 

cross-posted from: https://lemmy.world/post/28493612

Open WebUI lets you download and run large language models (LLMs) on your device using Ollama.

Install Ollama

See this guide: https://lemmy.world/post/27013201

Install Docker (recommended Open WebUI installation method)

  1. Open Console, type the following command and press return. This may ask for your password but not show you typing it.
sudo pacman -S docker
  1. Enable the Docker service [on-device and runs in the background] to start with your device and start it now.
sudo systemctl enable --now docker
  1. Allow your current user to use Docker.
sudo usermod -aG docker $(whoami)
  1. Log out and log in again, for the previous command to take effect.

Install Open WebUI on Docker

  1. Check whether your device has an NVIDIA GPU.
  2. Use only one of the following commands.

Your device has an NVIDIA GPU:

docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda

Your device has no NVIDIA GPU:

docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Configure Ollama access

  1. Edit the Ollama service file. This uses the text editor set in the $SYSTEMD_EDITOR environment variable.
sudo systemctl edit ollama.service
  1. Add the following, save and exit.
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
  1. Restart the Ollama service.
sudo systemctl restart ollama

Get automatic updates for Open WebUI (not models, Ollama or Docker)

  1. Create a new service file to get updates using Watchtower once everytime Docker starts.
sudoedit /etc/systemd/system/watchtower-open-webui.service
  1. Add the following, save and exit.
[Unit]
Description=Watchtower Open WebUI
After=docker.service
Requires=docker.service

[Service]
Type=oneshot
ExecStart=/usr/bin/docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
RemainAfterExit=true

[Install]
WantedBy=multi-user.target
  1. Enable this new service to start with your device and start it now.
sudo systemctl enable --now watchtower-open-webui
  1. (Optional) Get updates at regular intervals after Docker has started.
docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui

Use Open WebUI

  1. Open localhost:3000 in a web browser.
  2. Create an on-device Open WebUI account as shown.
 

cross-posted from: https://lemmy.world/post/27088416

This is an update to a previous post found at https://lemmy.world/post/27013201


Ollama uses the AMD ROCm library which works well with many AMD GPUs not listed as compatible by forcing an LLVM target.

The original Ollama documentation is wrong as the following can not be set for individual GPUs, only all or none, as shown at github.com/ollama/ollama/issues/8473

AMD GPU issue fix

  1. Check your GPU is not already listed as compatibility at github.com/ollama/ollama/blob/main/docs/gpu.md#linux-support
  2. Edit the Ollama service file. This uses the text editor set in the $SYSTEMD_EDITOR environment variable.
sudo systemctl edit ollama.service
  1. Add the following, save and exit. You can try different versions as shown at github.com/ollama/ollama/blob/main/docs/gpu.md#overrides-on-linux
[Service]
Environment="HSA_OVERRIDE_GFX_VERSION=10.3.0"
  1. Restart the Ollama service.
sudo systemctl restart ollama
38
submitted 1 year ago* (last edited 11 months ago) by autonomoususer@lemmy.world to c/selfhosted@lemmy.world
 

cross-posted from: https://lemmy.world/post/27013201

Ollama lets you download and run large language models (LLMs) on your device.

Install Ollama on Arch Linux

  1. Check whether your device has an AMD GPU, NVIDIA GPU, or no GPU. A GPU is recommended but not required.
  2. Open Console, type only one of the following commands and press return. This may ask for your password but not show you typing it.
sudo pacman -S ollama-rocm    # for AMD GPU
sudo pacman -S ollama-cuda    # for NVIDIA GPU
sudo pacman -S ollama         # for no GPU (for CPU)
  1. Enable the Ollama service [on-device and runs in the background] to start with your device and start it now.
sudo systemctl enable --now ollama

Test Ollama alone

  1. Open localhost:11434 in a web browser and you should see Ollama is running. This shows Ollama is installed and its service is running.
  2. Run ollama run deepseek-r1 in a console and ollama ps in another, to download and run the DeepSeek R1 model while seeing whether Ollama is using your slow CPU or fast GPU.

AMD GPU issue fix

https://lemmy.world/post/27088416

Use with Open WebUI

See this guide: https://lemmy.world/post/28493612

view more: next ›