• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle


  • i’m around 12 years on reddit, and votes & how good a post or comments gets welcomed by the communitys on reddit feels kinda random to me.

    you can post like you said the same thing at random times, and it will be either welcomed or punished to hell. i had times where i tried to find out if time & timezones have something to do with, but even when trying to post on specific times this didn’t changed much.

    after all this years, i decided for myself posting on reddit is like a dice. you roll and either win or fail.

    edit: sorry for the horrible english by the way. my motherlanguage isn’t english so i often have still issues with finding the right words for things :/




  • Also comments don’t seem to get hidden due to downvotes thankfully. That was always a stupid system.

    i hate this so much about reddit. a lot of users abuse this system so much to hide your comments so nobody sees them anymore… they just vanish because usually users don’t click unhide.

    even if you are nice in the comment and are in the right… if someone dislikes your comment they can pull out their twink accounts and downvote it. and if a comment is at around -3 to -4 or similiar, most users just click downvote without actually reading it… because “others have downvoted that comment so it has to be right. downvote click

    its just so toxic on reddit…


  • reddit already banned and killed aubreddits who just explained people how to migrate to kbin and lemmy. so i think if you would do that reddit would just start banning people and prevent us from posting any lemmy links. also most users probably wouldn’t bother even clicking on the link since they want the infos directly without having to do a lot of clicks. so it helps more to recommend lemmy to users in comments etc.




  • based on the knowledge, i would say nah. but maybe there is somewhere on the internet a genius who can somehow gets it to work stable enough… who knows.

    i just checked the announcement of libreddit and it seems they used the same json endpoints i did for my project, so they probably encountered the same issues i did. and if they didn’t found a good solution yet (even after working way more with the API and endpoints than me)… dunno.


  • the biggest issue is that they detect thirdparty clients coded as a website parser on their server and just block you. and bypassing this isn’t really working well because of the rate limiting.

    example: i just did send 3 requests where i first logged in, then asked for the recent posts of a sub… and already after this 2 requests i got rate limited by error 429 and couldn’t send any requests anymore.

    so even just requesting the recent posts in a sub is an issue (with spoofed browser useragent). if you use a “legit” useragent it works better, but reddit exactly knows you’re using a thirdparty client and can block or ban you whenever they feel like. so it’s not really a good solution because every minute reddit could hit the killswitch. just not worth the time to develope a app if it gets killed off then anyway.


  • difficult till almost impossible. i recently started coding my own client for reddit (i wanted a way to still get nsfw content when thirdparty clients go dead), and reddit is fucking annoying as hell. everything you do… they smash issues towards you. every time shitty 429 errors (rate limiting) even if you are logged in. just using a useragent of a normal browser gets you ratelimited. so spoofing a normal browser don’t works. sending a bit too much requests (like the Stealth app who is basically a parser for reddits website) gets your device ip banned. if you then open reddit in browser, they smash a error in your face that basically says “fuck you, we think you are a bot. gtfo.”.

    bypassing this rate limiting is almost impossible even if you try to spoof a browser. i tried the last few days and just gave up because its too annoying and buggy. the whole system of reddit is so annoying as a developer to work with.

    it annoyed me so much, that i now think about making the app not for reddit but for lemmy. because reddit sucks. hard. fuck them.