Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FU
FuzzyDunlop @slrpnk.net
Posts 2
Comments 50
Kakhovka Dam Breach is a Perfect Crime
  • 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.

  • RedditIsFun will shut down on June 30, 2023, in response to Reddit's API changes
  • 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.

  • Showing active monthly users (which is quite low) in data for servers is creating a barrier for entry to Lemmy
  • 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.

  • Showing active monthly users (which is quite low) in data for servers is creating a barrier for entry to Lemmy
  • First, stop posting to lemmy.ml, the admins there are crazy. Don't give them more content.

    We redditors have waaaay enough number to populate our own instances without having to rely on the moderation of crazy people. Look at the population of beehaw skyrocketing since the last few days, we are the king makers. lemmy has never seen such an influx of members.

    So pick whatever instance you prefer and we plant our tent there, and we path the way for the redditors who will inevitable follow us. Don't feed them the same horrible experience we endured for the last few days of being exposed to the crazy moderation, the crazy putin apologists and such, we need to guide the ex-redditors to our instances, where we completely keep the crazy population away.

    Hey, what about joining an EU instance, so when we click "politics" we don't have 90% american stories? Beehaw is already filled with americans. Do you want more american politics, more american gun stories and more woke war, more nba stories? I don't.

    I'm on solarpunks now (https://slrpnk.net/), which is hosted in Portugal. Come here guys, we recreate our reddit from scratch with a taste of Europe.

  • Linus Torvalds -- Creator of Linux -- defends gun regulation, woke communists, womens rights AND trans rights. Linux is political!
  • When the only thing that continues to work on you ad-filled web site is the captcha, I’m not interested in supporting your journalism any more.

    Protip: You can crash self-driving cars by purposefully misclicking during Captcha checks when they ask you to identify what is a bicycle, a car, a pedestrian, etc. Keep misclicking, your are poisoning the AI with each misclick. Just stay safe on the sidewalk.

  • How has ur lemmy experience been so far?
  • @[email protected] World [email protected] China tightens access to Tiananmen Square while 32 are detained in Hong Kong

    10,000 is absurd and it’s a disgrace that the absolute bullshit reporting that some hack journos gave at the time is still treated credibly. Do you think there were machine guns on roofs and tanks deliberately pulping bodies, too?

    And this is your first post, of a 2 days old account

    Go shill to someone else. You think people are naive?

  • Do you think that it is the reddit admins who are running the repost bots?
  • What did you use? I was thinking about doing the same.

    A python script, you need the praw library. The clients 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 at once but I prefer to overwrite my comments first and let the old cache machines fill up with my new garbage before deleting.

  • Electronics @lemmy.ml FuzzyDunlop @slrpnk.net

    What is this black coating on the bottom of the board?

    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?

    6
    Reddit @lemmy.ml FuzzyDunlop @slrpnk.net

    Do you think that it is the reddit admins who are running the repost bots?

    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.

    5