Wander

joined 1 year ago
[–] Wander@yiffit.net 1 points 1 year ago

One step towards avoiding misuse is to stop considering porn to be misuse.

[–] Wander@yiffit.net 0 points 1 year ago (8 children)

It's worth mentioning that this impacts only US vehicles from those brands.

 

This new version introduced a system so that your instance stops sending out content to other instances that are supposedly dead / offline.

Unfortunately for some reason there's false positives. When I checked comparing the results from a curl request vs the information in our Lemmy database I found over 350+ false positives.

In the DB there is a table called "instance" which has a column called "updated". If the date on that column is older than 3 days, your server will stop sending any content to those instances.

For some reason I had entries that were dated as last being alive in July, while actually they were always up. If an entry is incorrect, you can fix it by manually using an update statement and adding today's date. If your instance is not too large you can safely update all entries to today's date and check if everything works as expected from then on any new content created on your instances.

The dead instances won't have an impact unless your instance is larger and generates more content, thus it might be easier to simply update all entries and have Lemmy believe they're all alive if you start noticing wonky behavior and don't want to check one by one.

If you don't know how to access the database run this command where domaincom is your instance domain without the dot.

  1. docker exec -it domaincom_postgres_1 busybox /bin/sh

  2. psql -U

(The default user is 'lemmy') You could technically do this is one single step, but it's good to know the command to get shell access to the container itself if you didn't know how to.

This should give you access to a postgres CLI interface. Use \c to connect, \dt to list tables and \d+ tablename to list table definition. You can also run SQL queries from there.

Try with this query: SELECT * from instance to list all instances and their updated date.

You can use other SQL queries to get better results or correct false positives. Just be careful with what you execute since there's no undo.

[–] Wander@yiffit.net 0 points 1 year ago (7 children)

It's a shame that people are still using that platform.

 

Yikes.

 

Check out !worldnews@lemmit.online. The admin of lemmit.online has set up a bot that fetches reddit posts via RSS, making it much easier to make the switch and of course not getting any ads.

Also, these posts can then be cross-posted to help us create more content on lemmy native communities. Although I do recommend removing most of the post body when cross-posting. Alternatively you can turn the cross-post into a native post as if you simply were sharing content that you've seen on reddit, but with the perk of not having to load reddit.

You can make requests for subs to fetch at !requests@lemmit.online.

In the end we're just using lemmy and lemmit's bot as a simple RSS reader, so nothing illegal or even remotely unethical happening here.

 

Anyone well known who wants to speak out about what's been happening on reddit? Louis Rossmann? Apollo dev? John Oliver (one can dream)... or maybe former Reddit mods who were kicked out?

Anyone who has a story and who understands they'd have a massive impact by giving an exclusive AMA on a Lemmy or Kbin instance.

This could be announced a few days in advance to make sure all remote instances follow the AMA community.