About the only time I find myself using regular Wikipedia these days is if I need to know if someone died since August 2025 when this ZIM dump was created.
I have all of wikipedia in a single 156 GB text file. in my
.zshrci havefastWikiLookup() { cat ~/wikipedia.txt | grep "$@" }If you want a free and massive performance optimization, remove the
cat:fastWikiLookup() { grep "$@" ~/wikipedia.txt }Reading and piping 156 GB of data to another process every time you want to look something up is a somewhat nontrivial action. Grep can directly read the file, which should result in a pretty damn good speed up.
Considering the community, I think catting 156 GB to grep and calling it
fastWikiLookupis a subtle joke about how absurd this is.Yeah, I was being pretty thick earlier today. Oopsie!
i thought it was obvious i was joking but yeah, that would be faster
It was obvious and I was being a bit of a dummy this morning. Mea culpa.
Seeious question - since Wikipedia doesn’t serve ads, wouldn’t a drop in direct traffic be a good thing for them? It would reduce their server costs and presumably the people who truly value Wikipedia (contributors and donors) would still use it for its intended purpose.
Ignoring the population as a whole getting dumber, which seems to be a side effect of everything these days.
My concern would be losing market share to other sources resulting in Wikipedia slowly being forgotten by future generations. Then the downstream of effects of fewer new contributions, and increasingly consolidated moderators.
Then not being at the forefront of the Internet hurts prestige that reduces donations. I agree with your point on ad revenue vs server costs, but I imagine a 20% reduction in traffic hurts their long strategy more than a 20% reduction on hosting costs.
When I have to poop, I scroll through the Wikipedia app, I’m done scrolling reels/short. The front page is well curated and entertaing and at least I don’t have to deal with sloppy and fake content.
WikiTok Swipe through random articles.
First article it gave me was for “Human extinction” lol
https://en.wikipedia.org/wiki/Long-term_nuclear_waste_warning_messages
This was my favorite random pull
There’s a wiki app?!
Fun fact, if you search for a term but start with !w you will get the wiki page.



