FuzzyDunlop

joined 1 year ago
[–] [email protected] 2 points 1 year ago

Of course, it is entirely conceivable that Britain will eventually find a way to somehow put the blame on Russia. But for the present, it has nothing concrete in hand to vilify Moscow.

Wow, just wow, the complete lack of jugement.

[–] [email protected] -1 points 1 year ago

You will have a honest answer on /r/lemmy

[–] [email protected] -3 points 1 year ago (1 children)

You are "wondering"? Your instance should block the instance immediately. It's in fact a good test. The best setting would be to federate with no one by default.

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

https://lemmy.fediverse.observer/burggit.moe

  "countryname": "Netherlands",
  "lat": "52.352",
  "long": "4.9392",
[–] [email protected] 6 points 1 year ago

Spez decided he’s doing an AMA tomorrow.

Tomorrow? Who wants to bet that the questions and the answers are already written as we speak?

[–] [email protected] 6 points 1 year ago (1 children)

I won't miss the n^th^ screenshot of a tweet of a tiktok.

[–] [email protected] 4 points 1 year ago (3 children)

go to the sub called /r/lemmy, people there are begging for tutorials about lemmy.

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

All your posts and comments will feed the future AI's. That's the end goal of reddit: selling their database to different AI's. Don't give it for free.

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago)

It is a python script, you need the praw library. The client id’s are given in your profile after you create an app.

  
import praw

reddit = praw.Reddit(client_id='yourid',
	client_secret='yoursecret',
	password='your password',
	user_agent='deletes my comments',
	username='your username')

redditor = reddit.redditor("your username")

for comment in redditor.comments.top(limit=10000):
	comment.edit("deleted")
	comment.delete()

You can edit and delete everything in the same pass but I prefer to overwrite my comments first and give time for the cache machines to register my new garbage before deleting with another pass.

[–] [email protected] 4 points 1 year ago (7 children)

Do it quickly while the scripts to do it still allow you to overwrite your comments.

[–] [email protected] -4 points 1 year ago (1 children)

Haven’t seen a ban yet that was out of line

Maybe you haven't paid a lot of attention?

Set up your own communities, and if it really is that bad you’ll have traffic. If not, then not. Don’t go barking orders at people.

If you want to remain passive then good for you, you do you. But I won't let redditors be mislead by numbers. There are a lot of them asking questions right now and I want them to know that no, it's not just them, something is really odd on this network and we are perfectly able to setup our own communities.

 

Is it supposed to be removed mechanically or chemically? Or is it supposed to stay forever? I need to redo some solder points for some components but I guess this is not possible any more, right?

 

Are they running those bots to create a constant float of content? After all it is reddit who benefits the most from repost bots.

The goal would be to keep posting the same content which is known to create a lot of volume in term of comments and then create a custom API specially designed to train the AI's of their customers.

To me the Eldorado in term of monetization for Reddit is to sell reddit as a playfield for AI's, and for this you need a good API. Needless to say that I've overwritten all my comments before deleting them, I won't feed an AI.

view more: next ›