bdonvr

joined 1 year ago
[–] [email protected] 7 points 4 days ago

I mean I find it hard to believe but this level of argumentativeness is silly and toxic. Why would they lie? Maybe they have some edge case or misconfiguration. Maybe they got unlucky and ran into some kind of breaking bug on their specific system. Shit happens.

[–] [email protected] 7 points 4 days ago

Interesting. I use an immutable distro (Fedora Kinoite) so basically everything I use outside of the apps bundled with the OS are flatpaks. Other than learning a few things about FlatPak permissions, file locations, etc, it's been completely painless.

[–] [email protected] 5 points 4 days ago

Most banks I've used allow SMS notifications for things like deposits and purchases.

The check things is true but I need to use it like less than once a year so eh.

[–] [email protected] 24 points 4 days ago (4 children)

Do we really need banking apps? Fuck it I'll use their website.

[–] [email protected] 32 points 4 days ago* (last edited 4 days ago) (10 children)

I wouldn't even mind snap so much but the day I found out apt would automatically use snaps instead for some packages with no easy opt out was a step too far.

Drop it, snaps are dead. All hail FlatPak.

[–] [email protected] 21 points 4 days ago (1 children)

There was the Amazon thing in the launcher years ago

[–] [email protected] 3 points 4 days ago

Yes, essentially.

[–] [email protected] 13 points 4 days ago (1 children)

Sure it is. When you have a mortgage each payment is one step closer to not having a mortgage, and owning it outright. Every payment means you could pocket more if you sold.

With rent that money goes into a black hole.

[–] [email protected] 8 points 4 days ago (1 children)

My landlord updated the lease least year so that electronic payments have a fee. So fuck them they're getting checks.

[–] [email protected] 1 points 5 days ago

I very much doubt that they have discouraged signups to their instance many times

[–] [email protected] 4 points 6 days ago

Having a phone that charges 0-100% in a little less than 30 minutes has really changed my charging habits lmao. I don't know this pain anymore

[–] [email protected] 17 points 6 days ago

Buddy if you think the entry iPhone is expensive you should take a look at the price of an Xperia flagship

 

Thought I'd advertise this at least one more time with a new wave of users. Having a commmunity for truckers is sorely needed!

[email protected]

Alternate link

https://thelemmy.club/c/truckers

 

Well I never had spam issues, until 0.18 forced captchas to be disabled. Thankfully the bots just seem to be signing up, not doing much yet. Using fake emails that never get verified.

So I threw together a little script. Just put this in a sh file, and create a cron job or systemd service to run it every 15 minutes or so. Use your favorite text edit tool to replace "thelemmyclub" with your instance name, or whatever you have your docker containers named. (Check docker ps). You'll also have to be able to run docker without sudo, so add your user to the docker group or put the cron job on root (if you do that make sure only root can access the file, for security)

Also if you set up manually without docker, well I'm sure you have the skills to adapt these commands appropriately.

First though run:

docker exec -it thelemmyclub_postgres_1 psql -U lemmy -h 127.0.0.1 -p 5432 -d lemmy -c "select * from local_user where id in (select local_user_id from email_verification where published < (NOW() - INTERVAL '60 minute'));"

This will list all users who haven't completed email verification, except those that are under an hour old. If you think these are all abandoned accounts and bots, carry on. It's always best to check before doing things to live databases...

Edit: thanks to input from @[email protected]

The sh file you need:

#! /bin/bash
docker exec -it thelemmyclub_postgres_1 psql -U lemmy -h 127.0.0.1 -p 5432 -d lemmy -c "DELETE FROM person WHERE local = 'true' AND id IN (SELECT person_id FROM local_user WHERE id IN (SELECT local_user_id FROM email_verification WHERE published < (NOW() - INTERVAL '60 minute')));"

This will delete all users over an hour old who haven't completed email verification. (Only applies to accounts made after you enabled email verification, so older accounts are safe)

Hope this helps!

 

Hello fellow steering wheel holders! Join us over at:

/c/[email protected]

If the above link doesn't work, just search one of these in your instance's search bar:

[email protected]

https://thelemmy.club/c/truckers

Then, search again.

 

Whole pie:

Recipe: https://altonbrown.com/recipes/perfect-lemon-meringue-pie-reloaded/

Very very good. Crust came out too tough but almost certainly my fault.

view more: ‹ prev next ›