5 ms·
Wikipedia is one of those services about whose reliability I have never thought, simply because it always seems to work. Very impressive especially considering
by __forward__ 4y ago
Wikipedia is one of those services about whose reliability I have never thought, simply because it always seems to work. Very impressive especially considering that their tech stack doesn't appear to be the most modern or is (in the case of php) especially known for its robustness.
- midasuni 4y agoMaybe that’s why it’s so reliable.
- mritzmann 4y agoThought the same thing. Finding the root cause is easier when you don't have to debug dozens of abstraction layers (KVM, Containerd/Docker, Kubernetes, etc).
- siva7 4y agoOperating at this scale you can assume that all these things you mentioned do exist :)
- rvnx 4y agoIt's all public: https://wikitech.wikimedia.org/wiki/Wikimedia_infrastructure https://wikitech.wikimedia.org/wiki/Wikimedia_infrastructure You can even get access to devops/SREs tickets (and IRC messages)
- baq 4y agoDocker? You’re probably right. K8s? Wouldn’t be so sure. Would like to hear from the horse’s mouth though. Edit: looks like it’s used. Wonder if it’s more tooling than production traffic. No time to dig further.
- tecleandor 4y agohttps://wikitech.wikimedia.org/wiki/MediaWiki_On_Kubernetes https://wikitech.wikimedia.org/wiki/MediaWiki_On_Kubernetes
- deleted 4y ago[deleted]
- baq 4y agoYou’re implying serious and useful work can be done in a stable tech stack? Preposterous. Seriously though, not a fan of php at all but the js tooling is rocket science in comparison.
- mschuster91 4y ago> Seriously though, not a fan of php at all but the js tooling is rocket science in comparison. laughs in left-pad, Webpack, Grunt, ... JavaScript tooling absolutely sucks - even for a moderate sized project, `npm install` can take many minutes, often enough because some native code has to be compiled. Webpack builds can take even longer. In contrast, with PHP you run `composer install` and it works, no bundling or whatever required.
- eitland 4y agoLots of valid criticism exist for PHP, but not robust isn't something I would say. (Lots of the criticism is exaggerated as well.)
- ErrantX 4y agoThe Foundation have invested a lot over the last decade in reliability. Nowadays it is in a great place, but about 10 years ago it was up and down all the time.
- cr3ative 4y agoI'm a big fan of "boring" technology for this reason. Huge knowledge base behind the existing stuff. No real need to change.
- londons_explore 4y agoRemember that they mostly serve static content to non-logged-in users. As long as the cache layer is working, most people wouldn't notice an outage.
- tux3 4y agoThey do have a pretty complex infra with redundancy, extensive caching, the whole works. But I think they use a relatively boring, reliable stack throughout. It doesn't look like they run a lot of GARTNER MAGIC QUADRANT Cloud Solutions to Supercharge™ their web-scale data blazingly. On the plus side solid stable software can run for decades without incidents, as long as the hardware is willing. The main negative is that it's not as Supercharged™ as the latest cloud product with a 99.9% SLA, which itself relies on 5 other internal microservices with 99.9% SLA each.
- melx 4y ago5 internal microservices? I thought the Supercharged™ had deployed 256 microservices last week alone.
- fmajid 4y agoI doubt anyone at HN takes Gartner seriously, as James Plamondon (Microsoft) wrote: > Analysts sell out - that's their business model. But they are very concerned that they never look like they are selling out, so that makes them very prickly to work with. The question is, who is gullible enough to still believe Gartner has any value? You'd think by now even the most clueless of MBAs would have caught on.
- mschuster91 4y ago> or is (in the case of php) especially known for its robustness. It's 2023, can this pointless PHP bashing please stop once and for all if you're not talking about Wordpress? In some cases, "keep it simple and stupid" is the thing to go - MediaWiki has mastered this.
- favaq 4y agoUh? If anything wikipedia is robust because their tech stack isn't modern. Also php is robust as fuck