<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: cookmeplox</title><link>https://news.ycombinator.com/user?id=cookmeplox</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 07 Sep 2026 20:25:46 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cookmeplox" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cookmeplox in "An update on residential proxies and the scraper situation"]]></title><description><![CDATA[
<p>I have a medium-sized Discord server of web sysadmin people (mostly wiki operators) that came together after I wrote a similar blog post [1] about how the LLM scrapers/resproxies are making it suck to run wikis. Not sure if there's other private communities out there, but feel free to email me if you want to join<p>[1] - <a href="https://weirdgloop.org/blog/clankers" rel="nofollow">https://weirdgloop.org/blog/clankers</a></p>
]]></description><pubDate>Sat, 11 Jul 2026 05:19:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48868993</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=48868993</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48868993</guid></item><item><title><![CDATA[Aggressive AI scrapers are making it kinda suck to run wikis]]></title><description><![CDATA[
<p>Article URL: <a href="https://weirdgloop.org/blog/clankers">https://weirdgloop.org/blog/clankers</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47366434">https://news.ycombinator.com/item?id=47366434</a></p>
<p>Points: 32</p>
<p># Comments: 4</p>
]]></description><pubDate>Fri, 13 Mar 2026 16:19:54 +0000</pubDate><link>https://weirdgloop.org/blog/clankers</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=47366434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47366434</guid></item><item><title><![CDATA[New comment by cookmeplox in "Helping wikis move away from Fandom"]]></title><description><![CDATA[
<p><a href="https://weirdgloop.org/feed.xml" rel="nofollow">https://weirdgloop.org/feed.xml</a> should do it</p>
]]></description><pubDate>Thu, 10 Oct 2024 17:34:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41801189</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=41801189</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41801189</guid></item><item><title><![CDATA[New comment by cookmeplox in "Helping wikis move away from Fandom"]]></title><description><![CDATA[
<p>Yeah - it would be on the same domain, so way users access it wouldn't change at all.<p>If any of the wikis we host want to leave, we'd provide them with a database dump. The admins would have to configure all of their own MediaWiki stuff of course, but I figure that's a pretty reasonable switching cost.</p>
]]></description><pubDate>Thu, 10 Oct 2024 16:45:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=41800704</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=41800704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41800704</guid></item><item><title><![CDATA[New comment by cookmeplox in "Helping wikis move away from Fandom"]]></title><description><![CDATA[
<p>We have services agreements with the League of Legends and RuneScape developers, and we run 1 ad (below-the-fold, not in EU/UK) on the RuneScape wikis. This covers all expenses (including 5 staff) by a pretty healthy margin</p>
]]></description><pubDate>Thu, 10 Oct 2024 16:40:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=41800651</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=41800651</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41800651</guid></item><item><title><![CDATA[New comment by cookmeplox in "Helping wikis move away from Fandom"]]></title><description><![CDATA[
<p>Thanks! I've been meaning to write up a post that talks about some of the specific tricks we're using. A couple big ones:<p>- Heavy use of Cloudflare Workers to cache ~95% of logged-out pageviews, with a particular focus on doing a lot of edge-side modifications to minimize cache fragmentation<p>- Using the MediaWiki jobrunners to repopulate the <i>parser cache</i> before pageviews are requested, so even when pageviews hit the server, there's a high chance that the core contents have already been computed somewhere<p>- I realized that MediaWiki latency is usually dominated by I/O wait time. For example, some pageviews require thousands of synchronous database/redis cache reads, so the difference between 0.5ms lookup and 0.1ms lookup adds up. So we colocated more of those caches on the same physical machines as the webservers that were reading them, which on average dropped latency by ~40%</p>
]]></description><pubDate>Thu, 10 Oct 2024 16:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41800524</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=41800524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41800524</guid></item><item><title><![CDATA[New comment by cookmeplox in "Helping wikis move away from Fandom"]]></title><description><![CDATA[
<p>That's me! I also wrote the blog :)</p>
]]></description><pubDate>Thu, 10 Oct 2024 15:33:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=41799932</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=41799932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41799932</guid></item><item><title><![CDATA[New comment by cookmeplox in "Helping wikis move away from Fandom"]]></title><description><![CDATA[
<p>We're already turning a profit! And there are no third-party investors (or debt) – it's all controlled by wiki people[1]<p>[1] <a href="https://meta.weirdgloop.org/w/Weird_Gloop_Limited" rel="nofollow">https://meta.weirdgloop.org/w/Weird_Gloop_Limited</a></p>
]]></description><pubDate>Thu, 10 Oct 2024 15:26:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=41799846</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=41799846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41799846</guid></item><item><title><![CDATA[New comment by cookmeplox in "A Man Who Thought Too Fast (2020)"]]></title><description><![CDATA[
<p>Your formulation is not equivalent. The actual Ramsey theory formulation is something more like...you need to color, either red or blue, all of the edges of a fully connected graph of 6 elements (there are 15 such edges). No matter which coloring you choose (there are 2^15 of these), there will always be a "triangle" between three nodes where the entire triangle is either fully red, or fully blue. If you were to instead restrict yourself to a graph with 5 elements instead of 6, it's possible[1] to color the edges so there's no triangle where all the elements are the same.<p>As an exercise, try repeating your same argument for 5 colors/blocks, and note that it still works, when it shouldn't.<p>[1] - <a href="https://commons.wikimedia.org/wiki/File:RamseyTheory_K5_no_mono_K3.svg" rel="nofollow">https://commons.wikimedia.org/wiki/File:RamseyTheory_K5_no_m...</a></p>
]]></description><pubDate>Tue, 23 Jul 2024 01:39:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41041715</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=41041715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41041715</guid></item><item><title><![CDATA[New comment by cookmeplox in "Minecraft Wiki has decided to leave Fandom"]]></title><description><![CDATA[
<p>I think you might have some of the facts wrong here - the post you're talking about never mentioned moving back to Fandom (nobody would ever entertain that option), and we ended up putting one pretty small ad in a pretty non-disruptive place, not "injecting ads at a pretty insane volume".<p>In reality, we are doing fine on revenue, and more than covering the full-time labor costs by serving one ad to about 35% of users (really more like 20% after you account for ad blockers). It's still a bit icky compared to doing something donation-based or working directly with the studio, but neither of those would pay the bills. It turns out that a pretty small amount of advertising pays the bills just fine, which really puts into perspective how insane Fandom's monetization is.<p>You can read more specifics/numbers in my post here: <a href="https://meta.weirdgloop.org/w/Forum:Mid-2023_business_update" rel="nofollow noreferrer">https://meta.weirdgloop.org/w/Forum:Mid-2023_business_update</a></p>
]]></description><pubDate>Tue, 26 Sep 2023 00:24:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=37652677</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=37652677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37652677</guid></item><item><title><![CDATA[New comment by cookmeplox in "Minecraft Wiki has decided to leave Fandom"]]></title><description><![CDATA[
<p>> Maybe I have an incorrect view of the costs/revenue.<p>I run Weird Gloop (the group hosting the Minecraft/RuneScape wikis) and your view is generally correct. The content is extremely cacheable and the infrastructure costs have extremely strong economies-of-scale. The labor costs are a bit less obvious, but past a certain baseline (of, say, having enough people for a reasonable oncall rotation), the marginal labor cost of hosting additional wikis is quite low.</p>
]]></description><pubDate>Mon, 25 Sep 2023 16:23:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=37646409</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=37646409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37646409</guid></item><item><title><![CDATA[New comment by cookmeplox in "Minecraft Wiki has decided to leave Fandom"]]></title><description><![CDATA[
<p>It's totally possible to beat the old wiki on Google! We did it for runescape.wiki, which was the most popular wiki on Fandom before we left in 2018.</p>
]]></description><pubDate>Sun, 24 Sep 2023 19:15:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=37636264</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=37636264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37636264</guid></item><item><title><![CDATA[New comment by cookmeplox in "Open RuneScape Classic"]]></title><description><![CDATA[
<p>Cool to see our site show up on HN! Thanks for the kind words :)</p>
]]></description><pubDate>Wed, 08 Feb 2023 03:38:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=34703816</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=34703816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34703816</guid></item><item><title><![CDATA[New comment by cookmeplox in "Open RuneScape Classic"]]></title><description><![CDATA[
<p>The FAQ <a href="https://rs-archive.github.io/faq.html" rel="nofollow">https://rs-archive.github.io/faq.html</a> is pretty clear about what they're used for:<p>> They contain all the various raw assets used in the game (e.g. maps, models, sounds) and the definitions of content like NPCs, Items, and scenery objects.</p>
]]></description><pubDate>Wed, 08 Feb 2023 03:09:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=34703612</link><dc:creator>cookmeplox</dc:creator><comments>https://news.ycombinator.com/item?id=34703612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34703612</guid></item></channel></rss>