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