FuzzyDunlop

joined 1 year ago
[–] FuzzyDunlop 8 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.

[–] FuzzyDunlop 4 points 1 year ago

You will have a honest answer on /r/lemmy

[–] FuzzyDunlop 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.

[–] FuzzyDunlop 5 points 1 year ago

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

  "countryname": "Netherlands",
  "lat": "52.352",
  "long": "4.9392",
[–] FuzzyDunlop 8 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?

[–] FuzzyDunlop 7 points 1 year ago (1 children)

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

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

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

[–] FuzzyDunlop 5 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.

[–] FuzzyDunlop 7 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.

[–] FuzzyDunlop 6 points 1 year ago (7 children)

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

[–] FuzzyDunlop 2 points 1 year ago (1 children)

When it comes to vegan milk, I just dropped it and instead I mix water + soybean meal. You can store it forever and use it for cooking or for breakfast cereal.

[–] FuzzyDunlop 4 points 1 year ago (1 children)

Antennapod is my app of choice on android (f-droid) and for content I picked:

https://greenletterclub.fr/nos-podcasts

This is a french channel talking about subjects on ecology, energy, environment, etc.

 

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 ›