cablepick

joined 1 year ago
[–] cablepick@lemmy.cablepick.net 1 points 1 year ago (1 children)

I've found the solution to this problem is to not have friends.

[–] cablepick@lemmy.cablepick.net 2 points 1 year ago* (last edited 1 year ago)

The lemmy user in the database needs superuser privilages. Add superuser to the lemmy account, drop the database, and then recreate it.

sudo -iu postgres psql -c "ALTER USER lemmy WITH SUPERUSER;"
sudo -iu postgres psql -c "DROP DATABASE lemmy;"
sudo -iu postgres psql -c "CREATE DATABASE lemmy WITH OWNER lemmy;"

Edit: they may have fixed this but I'm not sure what version it's in. Let me know if that doesn't work. https://github.com/LemmyNet/lemmy/pull/3002

[–] cablepick@lemmy.cablepick.net 1 points 1 year ago (2 children)

If you use a local postfix relay it should queue messages and retry to send on failures.

Scroll down to do a complete reload doesnt work on my iphone but other than that it's great.

It’s tough because you don’t want them to be technically inept in this day and age. There is also peer pressure amongst friends and a certain social status that for better or worse matters to them.

It’s a balance between unrestricted access and a reasonable amount. We keep them busy enough that it’s never a question. They really only come out on long car rides and trips. We don’t use them in the home at all.

Very rarely at a restaurant, only when it’s large family affair at a place we won’t normally go. I used to judge people throwing screens in front of kids at restaurants but let me tell you it’s better than chasing them around. They get a treat, the screen, for behaving and I get to enjoy a nice meal.

And to add to this the universal links with a ! should automatically be fetched by your instance instead of going 404 if they haven’t been searched before.

[–] cablepick@lemmy.cablepick.net 12 points 1 year ago (4 children)

Agreed. Beyond just no ads because I go out of my way to block them on my network and devices its nice to browse new and be able to have discussions instead seeing complete shit posts or popular ones with 1,000+ replies already.

[–] cablepick@lemmy.cablepick.net 12 points 1 year ago (7 children)

No way. I don't care if Lemmy doesn't succeed I'm never going to tolerate that shit. I stopped using Twitter when they killed third party apps and forced even more ads into their piece of shit app.

I've blocked every ad I've ever seen on the app. I haven't used it in a while and I doubt I'll ever go back now.

The only thing left that I use it for is getting alerts about live police chases so I can tune in. Ill leave that going until those people move to other platforms.

[–] cablepick@lemmy.cablepick.net 1 points 1 year ago (1 children)

Try sending an email through there. That will tell you right away if you mail server will allow to you use the from address you want to. The message that it responds with is the message that lemmy, or whatever relay, would be logging anyways.

[–] cablepick@lemmy.cablepick.net 1 points 1 year ago (3 children)

Did you try sending an email through OpenSSL using shell commands? Lemmy has no test email function so you need to be sure your credentials are correct.

It’s not uncommon for email servers to prevent you from sending as someone else even if you authenticate against your primary account. When using the OpenSSL shell commands it should end a successful test send with 250 ok queued or display an error like from not owned by primary account.

view more: next ›