Earlier quoted context omitted.
>But it did make me think about just how easy it is to farm karma on Reddit, and how useless it is as a proxy for "trust" or "reputation" or anything other than what it is - fake internet points. I have to say, do people really take karma, upvotes, credit, fake internet points etc. As a measure of trustworthiness? I know reddit pushes this idea but do people actually participating in communities with point systems se…
You get karma for posting pithy and non-controversial (pessimists might say groupthink agreeable) comments or posts. As much as everyone claims the system is for rewarding on topic discussion, in reality it is used to award points to people who echo whatever is popular and to put wrong think at the bottom.
I got 10k post karma on Reddit with (and without) fast.ai
81–90 of 106 posts
Re: I got 10k post karma on Reddit with (and without) fast.ai
#82Did the end of the article say he only showed he WOULD get 10k, not actually did?
Re: I got 10k post karma on Reddit with (and without) fast.ai
#83So basically you used unethical trickery to cheat yourself 10k meaningless internet points? You also shoehorned AI into the story so you could generate some meaningless internet points with the impressionable youth on Hacker News, too? How about you do something meaningful and ethical with AI instead. Then you might even earn an upvote from me.
Re: I got 10k post karma on Reddit with (and without) fast.ai
#84As someone that got a photo of a grizzly in the wild. It was surprisingly easy. Here's how you can do it too. For probably under 1k. 1. Fly out to Anchorage, Alaska 2. Drive to Denali visitor center, (Denali State Park) 3. Take the Bus to Denali (~$50) You are almost guaranteed to see a wild grizzlies along the way. The bus will stop so you can take a photo. You can even get off and go for a hike if you like. They wi…
> For probably under 1k. 1. Fly out to Anchorage, Alaska You are greatly underestimating that cost
The way to do it cheaply is to fly in late June/July and camp in Denali park. The weather is warm enough for camping and its fantastic. I actually feel camping is the best way to do it!
Assuming you already own camping gear. And can pack some food.
Here's how it can be done:
$100 - Camping in Denali Park: $45 (entrance fee) + $17/night x 3
$200 - $50/day * 4 days car rental
$50 - Fuel / Snacks ( 300 miles round trip from Anchorage)
$50 - Denali Bus Ticket
$50 - Firewood/Misc
_____
$450 - 4 days/3 nights.
Budget left for flight $550 .
Depending where you fly in from you could come in under 1k. Seattle round trip flight in June $400. NY/Alaska is $620 round trip. Which would push you over 1k. But if you convince a friend to go with you, you could split the car/camping costs.
You can also do wild camping for free, and if you're into trying fly fishing, I definitely recommend getting a fishing license.
Fishing License Costs: 1 day - $25 / 3 days - $45. A basic Fly fishing kit can be bought < $100.
Re: I got 10k post karma on Reddit with (and without) fast.ai
#85So basically you used unethical trickery to cheat yourself 10k meaningless internet points? You also shoehorned AI into the story so you could generate some meaningless internet points with the impressionable youth on Hacker News, too? How about you do something meaningful and ethical with AI instead. Then you might even earn an upvote from me.
Aw, please don't flame people this here. It's not sporting and not in the intended spirit of the site. https://news.ycombinator.com/newsguidelines.html
I rephrased what they confessed about their deeds.
The deeds are, indeed, in my estimation, unethical.
I assumed that part is not controversial, as the cheated system in question is called the Karma system.
Surely it is not news to you that cheating karma is unethical?
It was instituted to foster trust and good behavior among visitors of Reddit.
The posting is about cheating that system.
I must be missing something here. Please explain.
Re: I got 10k post karma on Reddit with (and without) fast.ai
#86Maybe crawl the net to find some interesting news, yes, but most of all assign a score to all the news that come my way (RSS, aggregators, etc), and filter out the useless ones.
And while you are at it, apply this to e-mail too. Maybe with a small chance of letting some trough to avoid getting stuck in a local maxima, or locking someone out.
At least this would make it much easier to read the important news first, most of the time. Though important != interesting.
Re: I got 10k post karma on Reddit with (and without) fast.ai
#87Re: I got 10k post karma on Reddit with (and without) fast.ai
#88Earlier quoted context omitted.
> ...doesn't really mean anything and doesn't make your posts more valuable.. True for posts, and true for comments if they get upvotes. Downvotes however make comments less valuable. I imagine some people see the gray/faded comments and just presume low value content, which may not be the case.
I think he meant that your karma on your account won't affect your posts. (And I agree.. you can even see the karma of the poster without clicking into his username.) The points you got for a particular post of course matters, since it affects the visibility.
You may not even know this is being done to you because it uses a shadowban-esq mechanism where the comments remain visible to you.
Re: I got 10k post karma on Reddit with (and without) fast.ai
#89One of the bots in /r/SubredditSimulator was the "top today" bot, which would just take the top 500 posts from /r/all in the last 24 hours, pick one of the links at random, and repost it with a gibberish title made from a markov chain of those 500 posts' titles. With such a small set of input, the titles almost never made any sense at all. I had to shut that bot down, because eventually just reposting a random popula…
Faulty algorithms? algorithms working as intended? vote purchase? intentional spam?
Do you scrape, log, and track, and compare user comments, and profiles on reddit or any other site? What data do you collect?
Re: I got 10k post karma on Reddit with (and without) fast.ai
#90He creates a classifier with 5 label,s and gets 50% accuracy on the cross-val (This may be ok, may be terrible, we don't know), but then only uses the labels for one of those classes. What's the precision/recall on that class?
Also, he's taken a multi-class classification approach to what is essentially a regression task. He's trying to predict the # of upvotes a post will get, and there are approaches that'll do that, but this isn't one of them.
It's fun to see NLP applied to these sort of problems, but this isn't a good example of how to do it well.