you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 insightful - 3 fun3 insightful - 2 fun4 insightful - 3 fun -  (2 children)

3) SaidIt/reddit open source is big data capable (in the right hands) because it uses the Cassanda DB, which is easily scalable to multiple machines. Most all of these other reddit clones use a more traditional Postgres or MySQL database which do not scale easily to multiple machines. Social media is write heavy and scaling writes is way less straightforward than scaling reads. But none of this shit matters until your site starts to get about as big as SaidIt at its peak, or Voat. Until then not worrying about scaling at all on purpose might even be the smart thing to do. "Premature optimization is the root of all evil".

5) I thought java, though common, has security issues?

Java and javascript are apples and oranges, but neither has security flaws. Javascript and security is talked about a lot because it's sitting here running in your browser and all of those interfaces are constantly evolving. Java is backend only enterprise-grade insanity, Oracle's baby.

6) With this friend-network, the 5 tiers outlined here could indicate users' "status". Like a stop light, red yellow green seem obvious enough (plus orange and blue)

That reddit browser extension RES does something like that. You can tag everyone with custom labels and shit. I support you marking people as Asstrolls.

Imagine top ranked categorized forum content that is automatically linked/fed/shared/noted under related articles on WikiSpooks with other cooperative sites, other functions, and such. Obviously this "smart" sharing in itself is a huge project.

It sounds cool, but also that it would need to be curated, so pick the most meaningful connections, otherwise you just link to 1000 posts and only 4 of them are really worthwhile.

there's a real though realistically slim chance it could take off

If there's one thing I've learned in my years of technology, it's that if you build it, they won't come. I've seen dozens of nice social sites come and go on /r/redditalternatives some of them with thousands of hours put in. (cue building a quick minimum viable product/proof of concept first to see if anyone cares)

[–]JasonCarswell 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (1 child)

3) Right, the Cassandra complex (crying caution but no one believes and will suffer). Good info, thanks! How much would distribution via decentralization and/or openly available backups help/hinder? (ie. WikiSpooks backups are completely downloadable.)

5) TIL. Thanks.

6) That RES sounds neat. Can others see your labels too? Before they are labeled "asstrolls" they'll need to "earn" it and distinguish themselves from the fray of active users, rare users, and new users.

Obviously this "smart" sharing in itself is a huge project. It sounds cool, but also that it would need to be curated, so pick the most meaningful connections, otherwise you just link to 1000 posts and only 4 of them are really worthwhile.

I want both. Mediawikis have tabs/fields for entry (article, talk page, history, etc.) so why not have a list of thousands for researchers. Imagine every Epstein post on SaidIt listed on WikiSpooks in a dedicated "research" field, for lack of a better term. This sharing process could include the rankings on the forum as well as manually adjusted rankings on the wiki, along with other sorting options like post date, article date, source, etc. The standouts would standout on the wiki too. A sort could select the highest ranking, and importantly, the highest ranked in a period. ie. with SaidIt growth comes more votes, but something with 20 votes today doesn't compare with 20 votes 2 years ago. I could go on dreaming but I'm boring myself.

If there's one thing I've learned in my years of technology, it's that if you build it, they won't come. I've seen dozens of nice social sites come and go on /r/redditalternatives some of them with thousands of hours put in.

A fair warning that makes me sad for them and humanity, of which I'm a part. I often wonder if I had actually bothered to research for a truth-seeker forum what I would have found. I meant to, after I had a first draft to share. Instead I stumbled on SaidIt via TinFoilHat that I don't even watch anymore, and have been addicted to SaidIt for ~2.5 years.

(cue building a quick minimum viable product/proof of concept first to see if anyone cares)

That's what I'd hope an animation might provide - an animation that can be updated as new improvement ideas come in.

[–][deleted] 2 insightful - 2 fun2 insightful - 1 fun3 insightful - 2 fun -  (0 children)

How much would distribution via decentralization and/or openly available backups help/hinder?

This hinders the DB because you are asking accessing it more, but then again a decentralized approach means that your site doesn't need to be huge, and probably shouldn't be. I do love the publicly available download thing. Everyone should do it.

Can others see your labels too?

Nope, it's all private to you, and even that browser, because it is all just local data. RES does have an export thing though so you can switch browsers or PCs or just backup your settings/data.

The standouts would standout on the wiki too

You're right, all doable, I withdraw my concern.

I often wonder if I had actually bothered to research for a truth-seeker forum what I would have found.

I think there's a few decent forums still. Traditional forums, not reddit clones*. I see abovetopsecret being linked to here and there.

and have been addicted to SaidIt for ~2.5 years

truth bombs set us free! i'm addicted too.

That's what I'd hope an animation might provide - an animation that can be updated as new improvement ideas come in.

Yes, even just visually drawing the UI on paper helps me sometimes. Sometimes half of the concept is hidden behind the UI, but all 'users' really care about is what's there in the UI.