[–] 16 points 2 days ago*

Oh my god it's actually way worse they're using incredibly broad regular expressions to blacklist users. There's a whole section for it.

If you just happen to have the same text in your username as a previously blacklisted user, you're blacklisted automatically too. For example:

"^Fleure", 

If your username is Fleure_1998 or FleuresArePretty you're going to be blacklisted.

Isn't there a less draconian way to manage alt-account spam? This is casting the net over the whole ocean and eventually if that user regex list gets big and broad enough it'll be near impossible to not be shadowbanned by default.

ALSO WHY IS YURI BLOCKED HELLO?????

  • source
  • [–] 5 points 1 month ago* (last edited 1 month ago)

    If it's something with a solid reputation, and a history of good code curation. Maybe backed by a non-profit foundation ( e.g FUTO, KDE's mobile apps ). I dont have any issue allowing whatever permissions it requests right off the bat.

    If something ever ever happened with KDE Connect. There'd be hellfire, and shouting all over the internet for miles and miles. KDE is one of the organizations that actually has the resources and manpower to properly vet contributions. KDE hosts their own git client, with their own credentials, and their own dedicated team ( A bad actor can't just push a harmful update directly without humans reviewing it). They've also been doing this for longer than I've even been alive, they don't ask for a profit, and they make a damn good desktop environment so I guess I feel comfortable trusting apps from their F-droid repo xD

    You could spend time manually reviewing the source for every FOSS application you install, which isn't a terrible idea. But at the end of the day it does matter to an extent how much you trust an individual / organization. And how open that individual / organization is to the community.

  • source
  •  

    (Android 16) I have auto-rotate disabled manually, my phone should be locked in portrait mode at all times. Yet somehow, whenever the slightest bit of rotation is detected this dumb banner pops up in the top right corner. It'll cover up a button I'm trying to use, I'll accidentally hit it and the phone will lock itself into landscape orientation. Then I'll have to close everything. Grrrrr.

    Is there a way to disable this modal? Or is it a built in annoyance?

     

    There's a large spot at the front of my house underneath an awning that doesn't get any direct sunlight (except for in the early morning hours). And I'd really like to add some foundational shrubs to grow against the side of the house. I've considered just filling the whole space with boxwood. The problem is that I'd like to have something colorful and pretty there too.

    Does anyone know of any mounding / shrub-like periennials that:

    1. Thrive in the shade
    2. Can tolerate cold winters
    3. Bloom

    ( any and all advice would be appreciated! )

     

    I should preface this by stating I am a novice in general when it comes to the linux world.

    I'm trying to write a bash script that will run on an ordinary basis as a cron job. It's simple enough it just runs apt update -y apt upgrade -y apt autoclean every 24 hours. The issue is that I also would like to be able to schedule a restart automatically if a restart would be frugal. I don't really want to just rely on checking for /var/run/reboot-required, and the output from debian-goodies checkrestart seems to be pretty dated and incompatible with scripts in general. Would it be better to run systemctl status and check for degradation, and then schedule a restart based on that? Does anyone far smarter than me have a solution?

    view more: next ›