Earlier quoted context omitted.
I skimmed the post linked at [^1], but I have a doubt about that: > Fandom is actually part of the for-profit arm of Wikipedia Are you sure about this? Since Fandom got acquired by private equity in 2018, I don't think Wikipedia has any stake in Fandom anymore
They never had a stake at any point. The connection is that 2 of the main people involved originally (jimmy & angela) had a lot of ties to wikimedia, but they were doing wikicities/wikia/fandom as their own thing, not as part of wikimedia. Also long ago there was some minor connections. They briefly shared an office like 15 years ago i think, and they tried to jointly develop a wysiwyg editor back in like 2012 (wikim…
Helping wikis move away from Fandom
331–340 of 503 posts
Re: Helping wikis move away from Fandom
#332Earlier quoted context omitted.
In my experience this hasn't been necessary yet on anything I've ran. I know WMF wikis run Varnish or something, but personally I'm trying to keep costs and complexity minimal. To that end, more caching isn't always desirable, because RAM is especially premium on low-end boxen. When tuned well, read-only requests on MediaWiki are not a huge problem. The real issue is actually just keeping the FPM worker pool from get…
Varnish caching really only helps if the majority of your traffic is logged out requests. Its the sort of thing that is really useful at a high scale but matters much less at a low scale. Application level caching (memcached/redis/apcu) is super important even at a small scale. Most of the time (unless complex extensions are involved or your wiki pages are very simple) mediawiki should be io-bound on converting wikit…
Re: Helping wikis move away from Fandom
#333Re: Helping wikis move away from Fandom
#334Earlier quoted context omitted.
Specifically, managing edge and object caches (and caching for anonymous viewers vs. logged-in editors with separate frontend and backend caches) while mitigating the effects of cache misses, minimizing the impacts of the job queue when many pages are changed at once, optimizing image storage, thumbnailing, and caching, figuring out when to use a wikitext template vs. a Scribunto/Lua module vs. a MediaWiki extension…
Everything is hard at scale. You have to be pretty big scale before some of that stuff starts to matter (some of course matters at smaller scales)
Re: Helping wikis move away from Fandom
#335I'm happy that people are creating alternatives, but personally I never had a problem with Fandom. Yes, they will monetize the content, but they'll also manage it because it makes them money. Content on fandom is probably going to still be available 10 years later. It's the same with DeviantArt, it's worse now than it has ever been, but artwork uploaded 10 years ago is still available, and it will probably still be a…
Re: Helping wikis move away from Fandom
#336As the person ultimately responsible for the Minecraft Wiki ending up in the hands of Fandom, it is great to see what Weird Gloop (and similar) are achieving. At the time of selling out, the Minecraft Wiki and Minecraft Forum cost tens of thousands of dollars per month to run and so it didn't feel too much like selling out, because we needed money to survive[1]. 15 years later, the internet is a different place, and…
I was approached about a decade ago to combine The Infosphere with then Wikia's Futurama wiki. I asked it was possible to do a no-ads version of the wiki, and while initially they seemed like that might be possible, they eventually said no, and so we said no. So now there are two Futurama wikis online. I still host The Infosphere, haven't checked the Fandom one in years. Fortunately for me, Futurama isn't as popular…
Here's one of their emails:
> [Redacted] mentioned that your site was very cool - and that you're heading off to college. As you may know, Wikia is founded by Jimmy Wales (of wikipedia fame) and we are trying to become THE resource for all gamers
> I was wondering if you'd consider moving over to wikia now that you're going to might have less time with your studies. As an incentive I can point to a few things that might make the move easier
> 1. We have cool new software - gaming.wikia.com lets users do more blog-like contributions in addition to wiki editing - new social networking tools on the wiki - see our test server at http://sports.box8.tpa.wikia-inc.com/index.php?title=User:[R...
> 2. We could also hire you to help moderate the strategy wiki and other wikis if you need some beer and pizza money :-)
> 3. or we could offer to pay all the hosting costs and share some of the ad impressions/revenue with u
> If nothing else, I'd love to chat by phone and get to know you better.
> Let me know if that'd be ok :-)
Re: Helping wikis move away from Fandom
#337Fextralife Wikis are an alternative: https://www.wiki.fextralife.com/ Comments sections on wikis there for e.g. FromSoftware games can tend toward rebarbativity, and the ads can be annoying, but in my recent experience the information troves compiled for big games such as Elden Ring are an indispensable resource.
fextralife has the exact same behavior as Fandom: autoplaying their Twitch streams to farm views and displaying ads, at times hiding it in invisible iframes, or making it so small you can't find it, leading to Twitch making rules against embedding autoplays, ads everywhere, shitty AI generated stubs for half the articles, botting and automatically piling on criticism, and fundamentally, it's just plain wrong, everywh…
Re: Helping wikis move away from Fandom
#338Earlier quoted context omitted.
I remember reading the Minecraft wiki back in the early 2010s, back when Fandom was still Wikia. It would have been much more appealing at the time than it is today - not just for the reasons you list, but because Wikia actually kicked ass in the early 2010s. It was sleek, modern, and easy to use. And today, it isn't.
Every time I wind up on some garbage Fandom page I reminisce about the good old days of Wikia. I remember many a fun night trawling through pages while playing Fallout or Skyrim or whatever - all the information you could ever need, right there at your fingertips. It's an ethos you don't see so much on the modern net.
Funny how they somehow managed to make it worse.
Re: Helping wikis move away from Fandom
#339Earlier quoted context omitted.
For the RuneScape wiki at least, they seem to have a paid agreement with jagex to maintain the wiki. Which makes a lot of sense, the game devs probably want to have a good wiki for their own game (especially for a game like RuneScape). Not sure if that's the case for the other wikis they host, though.
That is correct. However the jagex funding is not really enough[1] so they added ads. The League wiki seems to be also under this model, but I suppose they got a better deal. The Minecraft Wiki doesn't have any ads at all, and it's just been feeding off by the runescape wikis. [1]: https://runescape.wiki/w/Forum:Funding_the_wikis
Re: Helping wikis move away from Fandom
#340As the person ultimately responsible for the Minecraft Wiki ending up in the hands of Fandom, it is great to see what Weird Gloop (and similar) are achieving. At the time of selling out, the Minecraft Wiki and Minecraft Forum cost tens of thousands of dollars per month to run and so it didn't feel too much like selling out, because we needed money to survive[1]. 15 years later, the internet is a different place, and…
Like maybe if a request for an image doesn't result in a 304, instead of sending a 200 response you redirect to lower res versions, or just 429 out. How much throttling do you do? And do you let bots still run full speed for SEO reasons or do you do something else there?