[–] icannotsee 0 points 16 points 16 points (+16|-0) ago
If there isn't anything against it, I'm gonna start posting some of the deals from there over here while posting whatever I find here and not there.
This community is so much less fucking gay I could never go back for that reason alone
[–] Voopin__Voopin 0 points 5 points 5 points (+5|-0) ago
good to have ya, and hell yes post all the things.
[–] [deleted] 1 point 12 points 13 points (+13|-1) ago
[–] fusir 0 points 14 points 14 points (+14|-0) ago (edited ago)
This has general Voat truth to it. Being a Voater requires more posting and less lurking. You cannot be low energy and have a community survive.
Post Post Post.
It's not bad to copy the best from their subreddit. Make sure there is nothing there that isn't hear of worth.
Here is an optional userscript. It sorts a reddit page by new so the bottom are things that are liked enough they've withstood time and lasted on the front page. The top are things that are new to the front page and ideal to interact with.
// ==UserScript==
// @name Reddit new sort page
// @namespace Reddit Sort
// @match https://www.reddit.com/r/*
// // @grant none
// ==/UserScript==
(function sortall () {
$('.stickied').remove();
var sitetable = $('#siteTable');
var children = sitetable.find('.thing.link').toArray();
console.log(children.length);
var sorted = children.sort(function(a,b) {
if(!a.datetime) {
console.log('miss a');
a.datetime = parseInt($(a).attr('data-timestamp'));
console.log('just got',a.datetime)
}
else {
console.log('hit a');
}
if(!b.datetime) {
console.log('miss b');
b.datetime = parseInt($(b).attr('data-timestamp'));
}
else {
console.log('hit b');
}
console.log(b.datetime,a.datetime);
return b.datetime-a.datetime;
});
sorted.forEach(function(i) {
sitetable.append($(i));
});
})();
[–] Madetheswitch [S] 0 points 25 points 25 points (+25|-0) ago
They reopened shop at /r/gundeals and everyone went crawling back because despite what they say people actually enjoy being censored and told what to do and they get uncomfortable when they experience true freedom.
[–] artfulsmear ago
probably has more to do with the fact that the gundeals community on reddit was far and away one of the most mature and respectful groups of people on the internet, and insisting on polluting every thread with racial and homophobic slurs simply because "freedom" didn't sit right with reasonable adults.
[–] Havasulife5150 0 points 9 points 9 points (+9|-0) ago
Damn shame I can’t post... not enough “karma”? “Upvotes”?
[–] Voopin__Voopin 0 points 3 points 3 points (+3|-0) ago
you're halfway there. Here's another upgoat for you.
comment a couple more times, you'll get there.
spam is a motherfucker without these measures, but i know they're a pain in the ass for regular goats.
[–] DPRCalifornia 0 points 21 points 21 points (+21|-0) ago
I'm here for good. r/gundeals will only be around on Reddit up until the next gun moral panic. In the meantime, I'm done helping to contribute to that censorious site.