<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Chaos Insurgency - new forum posts</title>
		<link>http://ci-wiki.wikidot.com/forum/start</link>
		<description>Posts in forums of the site &quot;Chaos Insurgency&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 12 Aug 2026 08:07:40 +0000</lastBuildDate>
		
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-8608326</guid>
				<title>Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-8608326</link>
				<description></description>
				<pubDate>Sun, 19 Jul 2026 10:56:23 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I can not really help you on a high tech level with the bots, so here are some low tech defenses:</p> <blockquote> <p>Require a specific<br /> user-agent string/URL argument/public username-password<br /> Everyone that does not have that gets nothing. New users get it by clicking an obvious button labeled &quot;use-this&quot;.<br /> This requires that users are smarter than scrapers, which i admit is a weakness, but most people at least found the Join button once.</p> </blockquote> <blockquote> <p>Set the whole site under TOR. Who scrapes there?<br /> The surface web site only has a link to the tor-browser and the onion address.<br /> I would start on TOR anyway and just post the link to wikidot, so I would only need to buy a domain on the surface once everything is set up in <em>The Deep Web</em>. Pointing a server away from an onion service onto a surface web domain should be doable, but i have not looked into it for years.</p> </blockquote> <p>I have no idea whether this is still usable, but it could be worth a shot: <a href="https://invidious.tiekoetter.com/watch?v=4OztMJ4EL1s">HTTP-Code-Tarpit-Talk</a> implemented with nginx.</p> <hr /> <p>What about the <a href="https://www.mediawiki.org/wiki/Help:DiscussionTools">Mediawiki Discussion Tool</a> does not work for us?</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-886609">Wiki Announcements and Proposals / Project Bulletin</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes">Tech Notes</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-8602134</guid>
				<title>Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-8602134</link>
				<description></description>
				<pubDate>Sat, 18 Jul 2026 17:43:51 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So I have good news, because for once I did not just claim to be working on wiki migration, but actually follow up by actually doing that.</p> <p>So far I went through the process of actually setting up a MediaWiki instance on an nginx instance (instead of just messing with crappy local solutions) and frankly the process is quite simple. You just extract the MW provided archive, tell nginx where the root lies, and paste a ~20 lines config and that's pretty much it. However, I'll mention the two issues I ran into for the sake of posteriority anyway:</p> <ol> <li>Don't just <tt><span style="white-space: pre-wrap;">apt&#32;install&#32;mediawiki</span></tt>; that package (at least on APT, idk how it is for AUR, flatpack, etc.) comes with an apache2 webserver that, during the APT installation process, is going for full on murderization of your beautiful, lightweight nginx server<sup class="footnoteref"><a id="footnoteref-616036-1" href="javascript:;" class="footnoteref" >1</a></sup>. You can install MariaDB the necessary php dependencies manually, the <a href="https://www.mediawiki.org/w/index.php?title=Manual%3AInstallation_requirements&amp;useskin=vector">Installation Requirements</a> give you a handy overview of packages].</li> <li>I initially had problems actually running the wiki software because for some godforsaken reason, it was expecting a php8.1-fpm socket for cgi, whilst I had php8.4 installed. I tried messing around in the nginx config to adjust that path, but after some time I gave up and simply <tt><span style="white-space: pre-wrap;">ln&#32;php8.4-fpm.sock&#32;php8.1-fpm.sock</span></tt> in <tt>/var/run/php</tt>. That surprisingly worked, even thought I never expected PHP to actually use semantic versioning. Could this cause nigh-undiagnosable errors down the line? Maybe. Probably less than having two concurrent PHP versions installed? Certainly.</li> </ol> <p>So I guess my next step is to try that again on an actually public-reachable server with its own domain. Since nginx also implements a mail server (which you'll need because of domain registration shenenigans) that's something I should look at. Besides that, it'll be development of the wiki theme and dealing with the forum and page ratings.</p> <p>The latter is actually pretty straightforward now, becaus by virtue of being a lazy bum it seems like <a href="https://www.mediawiki.org/wiki/Extension:RatePage?useskin=vector">the RatePage extension</a> has been developed to include basically every feature we would have needed in the meantime.</p> <p>Forum&#8230; eh. There are plenty interesting things you can do with talk pages, but I'm not much of a fan, tbh. We could juts use redirect magic and use forum software on a different subdomain, but that opens up the question of user accounts. So far I think that's actually the biggest issue we'll be having.</p> <p>The last thing will be bot protection. And look, I am 100% on board with handing everyone who asks a full wikidump. Period. But we also know that the scraperpocalypse is currently in full swing and you'll be flooded by arseholes trying to train their plagiarism machines on your free content the moment you go live. No idea how to handle that. We can't afford a honeypot, IP-banning doesn't work, Anubis is vibe-coded and JS-dependent, so is Gandalf (I also think Gandalf isn't open source) and CloudFlare is a no.</p> <p><a href="https://www.jwz.org/blog/2026/06/today-in-the-scraperpocalypse/">Oh hey looks like the guy who singelhandedly did more for the modern web than all of GAFAM combined</a> has no clue either. Fuck.</p> <div class="footnotes-footer"> <div class="title">Footnotes</div> <div class="footnote-footer" id="footnote-616036-1"><a href="javascript:;" >1</a>. Which is totally unrealistic. I've watched enough mecha shows to know that the spunky protagonist's old Apache II rig is going to get absolutely curbstomped by the evil Engine X during the tournament arc and it takes a lot of filler episodes and the power friendship for him to eventually succeed - which will never happen since every mech show that isn't Gundam never makes it past a first cour.</div> </div> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-886609">Wiki Announcements and Proposals / Project Bulletin</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes">Tech Notes</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17859760#post-8601712</guid>
				<title>Re: Securety</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17859760/backups#post-8601712</link>
				<description></description>
				<pubDate>Sat, 18 Jul 2026 17:06:15 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you experience broken CSS (or the top nav bar being broken, which is actually a JS issues because of course we need JavaScript to re-implement basic HTML features), I recommend you to check the headers of your .html files. It could be that wget retrieved some content from the cloudfront.net CDN in gzip format and forgot to extract them.</p> <p>run <tt><span style="white-space: pre-wrap;">grep&#32;-r&#32;s.gz&#32;*</span></tt> in your directory base, that's the most likely culprit, if you get any hits, that's the most likely culprit. Simply run <tt><span style="white-space: pre-wrap;">gunzip&#32;-r&#32;*</span></tt> in the cloudfront.net directory then and something like <tt><span style="white-space: pre-wrap;">find&#32;./&#32;-type&#32;f&#32;-exec&#32;sed&#32;-i&#32;-e&#32;'s/s.gz/s/g'&#32;{}&#32;\;</span></tt> in the archive root to fix repair every instance.<sup class="footnoteref"><a id="footnoteref-159946-1" href="javascript:;" class="footnoteref" >1</a></sup><sup class="footnoteref"><a id="footnoteref-159946-2" href="javascript:;" class="footnoteref" >2</a></sup></p> <p>I think the <tt><span style="white-space: pre-wrap;">--compression=</span></tt> command flag can help with this stuff but seriously somehow each option does something different than what you'd expect so running a fix-up script might unironically be the most pragmatic solution for now.</p> <p>As for the forum: &#8230;no, I don't think I fetched any XML, but upon further inspection, I think that's for multi-page forum threads? I frankly never bothered to check beyond loading up the first page of a forum thread so I never noticed the rest being borked. I think the fix is probably also JavaScript related to load those afterwards but as of now I'm mostly guessing.</p> <p>I took a look at your github link and frankly, my visceral recoil from seeing some dockerized node.js-bullshit already makes me incredibly biased against whatever the flying fuck those industry-bootlickers have cooked up now.</p> <p>I suppose, since the WD API is a strong case of WikiDon't, this might be somewhat useful if you actually want the retrieve the per-page revision history and changelogs and whatnot; somewhat superfluous for our size.</p> <p>Also, like, wget is a preinstalled utility on pretty much every linux distro ever and has an unblemished 30-year history of doing exactly what it's supposed to do, with extensive documentation and interoperability and customization options.</p> <p>That options is so fundamentally broken they expect you to run it containerized<sup class="footnoteref"><a id="footnoteref-159946-3" href="javascript:;" class="footnoteref" >3</a></sup> from the get-go (where it will slurp up unreasonable amounts of resources) and I furthermore based on Node.js and adsfdadfdgeafh I don't even know where to start there. Was there even one week this year that disgrace upon human achievement did not have some critical eco-system-wide CVE and/or package-based worm? No kinkshaming, but I'm really not into the whole pain and humiliation that brings with it.</p> <p>I haven't grabbed the sandbox yet, but might, frankly.</p> <p>Oh yeah, also since I'm currently in the middle of moving (for the second time this year), that means I technically have off-site backups as of now. Yeah, we're playing in the big leagues.</p> <div class="footnotes-footer"> <div class="title">Footnotes</div> <div class="footnote-footer" id="footnote-159946-1"><a href="javascript:;" >1</a>. And yes, I have a sed.sh in my home directory taking exactly two strings for arguments and substituting them into this crap because there's no way I remember sed syntax &#8230; and it's still the preferable alternative to awk, python and perl. Yikes.</div> <div class="footnote-footer" id="footnote-159946-2"><a href="javascript:;" >2</a>. Also fairly certain this forum post in particular would be affected by the naive fix-up but can you really be bothered?</div> <div class="footnote-footer" id="footnote-159946-3"><a href="javascript:;" >3</a>. Fun fact: Docker only made it big through massive financial support from In-Q-Tel, a company generally recognized to be the CIA's investment arm. Now I am not a cooky conspiracy theorist who will immediately go &quot;it's backdoored! It's a trojan horse&quot; because guess what? A) the only thing worse than not getting into their enemies' stuff for an intelligence agency is their enemies getting into their countries' stuff. And B) perhaps somebody involved into such massive data-processing as a Five-Eyes TLA might actually have a legitimate need for Docker, and at this point it's like arguing &quot;Oh no, I am not using that ballistic vest, the CIA was involved in the R&amp;D so it must have some secrete weakness&quot; which is just stupid. Like, perhaps somebody in urgent need of a solution will genuinely invest into such a solution? But then I recognize that's actually too much of sensible take to post on the internet &#8230; anyway, Docker was made by the CIA. Take from that whatever you want.</div> </div> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17859760/backups">Backups</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-18154899#post-8592690</guid>
				<title>Re: CRITIQUE NEEDED: THE INFOGRAPHIC MAN</title>
				<link>http://ci-wiki.wikidot.com/forum/t-18154899/critique-needed:the-infographic-man#post-8592690</link>
				<description></description>
				<pubDate>Wed, 15 Jul 2026 19:18:53 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings.</p> <p>Here are a few thoughts:</p> <ol> <li>The anomaly has no reason to have errors in its documentation. There are anomalies that require errors for storage purposes, for example if an anomaly replicates via 1:1 knowledge about it, but this is not the case here.</li> <li>&quot;No Hazardous Properties Detected&quot;, as you work with a number instead of a name, let me put it in SCP terms: If it thinks it is at least Euclid. Even if it were just a normal guy with a very informative tattoo he can still steal a gun and shot someone. Also we need to be sure that we do not use the affected color. It is generally bad if a bad batch of paint might leak CI data to what ever entity makes the records.</li> <li>&quot;Reported Anomaly [REDACTED]&quot;, if a Beta reads this you better explain why the second highest authority is required to open the article and only the top people get to know what is actually going on.</li> <li>&quot;not so useless and not so useful for being considered an useless or useful anomaly&quot; not a thing. We either have a use for the guy or we do not. There once was a discussion about it where an author had made a gun so great no one was ever allowed to use it. A gun that will never be used is useless.</li> <li>You invoke high security/secrecy and than do not list what we use it for. The Budget Committee does not work on &quot;Trust me bro&quot;. If we pay money to conceal it we need a reason why it has to be concealed.</li> <li>&quot;480 ronnabytes data about the color Red Purple&quot;, near infinite information about a color? Could be interesting and useful, but you do not describe it well. Does it have info on every paint bucket to ever have that color, does the info update or is it static, what about &quot;white&quot; that by definition includes all color? Also we have a storage problem. According to a quick search earth has about 3.6 x 10^51 atoms. Ronnabytes would be &quot;ronna 10^80&quot; and &quot;bytes 1 byte = 8 bits&quot; for a total of 8 x 10^80 units of information in <span style="text-decoration: underline;">1</span> ronnabyte. Even if it saves on every atom on earth we are orders of magnitude away from it all fitting, completly disregarding the &quot;Normal man shape&quot; the article claims.</li> <li>&quot;for Chaos Insurgency steal&quot;, why do we even need to steal it? If it has all information about something we can just make our own. Why risk it?</li> <li>&quot;and was used so&quot;, it would be nice if you kept punctuation, so that i know that you did intent to end the article there.</li> <li>&quot;The Infographic Man&quot;, still no idea why it has that name.</li> </ol> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893946">Help Section / Help: Drafting</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-18154899/critique-needed:the-infographic-man">CRITIQUE NEEDED: THE INFOGRAPHIC MAN</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-18154899#post-8582443</guid>
				<title>CRITIQUE NEEDED: THE INFOGRAPHIC MAN</title>
				<link>http://ci-wiki.wikidot.com/forum/t-18154899/critique-needed:the-infographic-man#post-8582443</link>
				<description></description>
				<pubDate>Wed, 15 Jul 2026 00:59:21 +0000</pubDate>
				<wikidot:authorName>Chollerman</wikidot:authorName>				<wikidot:authorUserId>9900964</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://ci-sandbox.wikidot.com/the-infographic-man">http://ci-sandbox.wikidot.com/the-infographic-man</a></p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893946">Help Section / Help: Drafting</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-18154899/critique-needed:the-infographic-man">CRITIQUE NEEDED: THE INFOGRAPHIC MAN</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17859760#post-8358727</guid>
				<title>Re: Securety</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17859760/backups#post-8358727</link>
				<description></description>
				<pubDate>Sun, 28 Jun 2026 18:43:53 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I got myself a backup of main and sandbox.<br /> I also found that i have some of the forums (in .xml), but those get not displayed properly. Also the CSS on my author page is broken and shows the unused Valentin background for some reason.<br /> Can you confirm wether your backup has the xml forum parts and the broken css?</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17859760/backups">Backups</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-16394590#post-8341321</guid>
				<title>Re: CoverArt</title>
				<link>http://ci-wiki.wikidot.com/forum/t-16394590/ewa#post-8341321</link>
				<description></description>
				<pubDate>Thu, 25 Jun 2026 12:06:56 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>thx for approving and I changed the file (even slightly compressed with out some giagantic drop in quality)</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-16394590/ewa">Ewa</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-16394590#post-8338041</guid>
				<title>Re: CoverArt</title>
				<link>http://ci-wiki.wikidot.com/forum/t-16394590/ewa#post-8338041</link>
				<description></description>
				<pubDate>Wed, 24 Jun 2026 20:34:42 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Art in articles is nice, and since the image looks transformative I do not think there would be a licensing issue. As you said, I am not sure there is/has to be an in-universe explanation for the image. Could you use jpg instead of png? The image file is quite large without it.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-16394590/ewa">Ewa</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-16394590#post-8321792</guid>
				<title>CoverArt</title>
				<link>http://ci-wiki.wikidot.com/forum/t-16394590/ewa#post-8321792</link>
				<description></description>
				<pubDate>Mon, 22 Jun 2026 16:50:01 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Decided to experiment a bit and Wanted to give this article a Cover art so somehow spice up this More conventional article. I guess one could imagine it as some sort of Art made inuniverse or not. Or a cover art for a methaforical comicbook. Mostly I just wanted to include various elements associated with biblical eve. Like her symbol in Blissymbolics. Hope it won't be skubby for others. Espcecialy since I already experimented with that concept here <a href="http://ci-wiki.wikidot.com/trouble-in-a-spoil-of-war">http://ci-wiki.wikidot.com/trouble-in-a-spoil-of-war</a></p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-16394590/ewa">Ewa</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-18004907#post-8288932</guid>
				<title>Re: A few observations</title>
				<link>http://ci-wiki.wikidot.com/forum/t-18004907/kingdomcraft#post-8288932</link>
				<description></description>
				<pubDate>Mon, 15 Jun 2026 18:34:37 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Before starting from 0 I would suggest to sandbox this. The <a href="http://ci-sandbox.wikidot.com/">CI-Sandbox</a> is a good place to work on things and get feedback later.</p> <p>I had to take down a lot of my work, but it is all still available if someone (like me) wants to take another go at it. I also recommend the <a href="http://ci-wiki.wikidot.com/introduction-to-item-creation-metaw">&quot;Introduction to Item Creation&quot;</a>. People seem to get value out of it.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-18004907/kingdomcraft">Kingdomcraft</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-18004907#post-8288597</guid>
				<title>Re: A few observations</title>
				<link>http://ci-wiki.wikidot.com/forum/t-18004907/kingdomcraft#post-8288597</link>
				<description></description>
				<pubDate>Mon, 15 Jun 2026 12:09:52 +0000</pubDate>
				<wikidot:authorName>Ohnesorge001</wikidot:authorName>				<wikidot:authorUserId>10221346</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Yeah, I rushed this. I'll delete it and take more time with the next one.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-18004907/kingdomcraft">Kingdomcraft</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-18004907#post-8246484</guid>
				<title>A few observations</title>
				<link>http://ci-wiki.wikidot.com/forum/t-18004907/kingdomcraft#post-8246484</link>
				<description></description>
				<pubDate>Sun, 07 Jun 2026 16:36:30 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings.</p> <p>I have a few questions:</p> <blockquote> <blockquote> <p>And thanks to the defensive help from the In-Worlders</p> </blockquote> <p>This part of usage just ends. Why?</p> </blockquote> <blockquote> <p>Why is the anomaly marked as non-living and non-sentient? If things can sigh and enforce treaties I would expect at least some mind, the Archonian stuff further down seems to also point to at least sentience.</p> </blockquote> <blockquote> <p>How do we know that the Foundation has difficulties intercepting these messages? If a person can decode it an office full of people can do so too.</p> </blockquote> <blockquote> <blockquote> <p>source code, development history, or physical host system</p> </blockquote> <p>Why do we trust something like this?<br /> That thing could be entirely run by the Foundation for all we know.</p> </blockquote> <blockquote> <blockquote> <p>modified game client labeled &quot;Kingdomcraft&quot;</p> </blockquote> <p>Does this have source code? Who modified it?</p> </blockquote> <blockquote> <blockquote> <p>Even if Foundation personnel gain access to a transmission, though it is highly unlikely</p> </blockquote> <p>and</p> <blockquote> <p>Foundation cyberwarfare divisions have reportedly intercepted thousands of transmissions yet recovered nothing but seemingly random gameplay logs</p> </blockquote> <p>Contradict each other.</p> </blockquote> <blockquote> <p>Your idea has well studied real-world parallels (with sum drug groups organizing in Minecraft). Once game logs are known they can be matched to observed CI behaviors and used to establish a pattern.</p> </blockquote> <blockquote> <p>Sometimes the only thing needed to get the log-in from some guys &quot;Cookie Sovereign&quot;. How do you input that into the game with the client?</p> </blockquote> <blockquote> <blockquote> <p>regularly finish assigned quests within the game to maintain Archonian peace</p> </blockquote> <p>If our inputs are encoded within the game-world what makes us think theirs are not? Maybe we are doing wood-gathering quests, but in reality the Archonian just need human input to bypass an arcane lock that &quot;can only be opened by humans&quot;.</p> </blockquote> <p>This post has been edited for clearer formatting.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-18004907/kingdomcraft">Kingdomcraft</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17991847#post-8246319</guid>
				<title>Re: Review for Acceptance: The Pool</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17991847/review-for-acceptance:the-pool#post-8246319</link>
				<description></description>
				<pubDate>Sun, 07 Jun 2026 16:06:10 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If the grammar errors purpose is to confuse it does that. At the end i was not sure whether this is supposed to be an item affected by itself or something completely different.</p> <p>Please explain to me:</p> <ul> <li>What the item is</li> <li>Why the Insurgency would have its documentation riddled with errors</li> <li>Why we woulds want to expose new recruits to it</li> </ul> <p>From what I could gather: Something in the pool talks, this causes suicide or people getting murdered by the pool. If you are lucky (shorter than 3 hours) you get a book that has no value. Torturing people with near death is something some cells do, but those cells tend to implode. You do not torture someone than give them a gun and tell them you might torture them again, while they have a gun.<br /> The pool might be an expert in its field, but that does not explain why it dumbs down the item file.</p> <p>Usually if item files are affected by an anomaly someone that has never interacted with the anomaly will clean up the file. It is also generally a bad idea to push most if not all new recruits through something that messes up their brain to the point that they can no longer write.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893946">Help Section / Help: Drafting</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17991847/review-for-acceptance:the-pool">Review for Acceptance: The Pool</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17991847#post-8224591</guid>
				<title>Review for Acceptance: The Pool</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17991847/review-for-acceptance:the-pool#post-8224591</link>
				<description></description>
				<pubDate>Thu, 04 Jun 2026 16:50:28 +0000</pubDate>
				<wikidot:authorName>Chollerman</wikidot:authorName>				<wikidot:authorUserId>9900964</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I created one Item for Chaos Insurgency and i post this thread for reviewing for acceptance for the page, for i write here officialy, the gramatical errors are purposeful<br /> link: <a href="http://ci-sandbox.wikidot.com/the-pool">http://ci-sandbox.wikidot.com/the-pool</a></p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893946">Help Section / Help: Drafting</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17991847/review-for-acceptance:the-pool">Review for Acceptance: The Pool</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-8122351</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-8122351</link>
				<description></description>
				<pubDate>Wed, 20 May 2026 22:10:42 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Unlike SCP our items are not numbered. If you only go by the <a href="http://ci-wiki.wikidot.com/staff:staff-page">staff page</a> count the 100 is close, but there are items on the main site that do not appear on that list.</p> <p>Even if we disregard the hidden items and imported items I do not think we have to make a big deal out of it. It might cause a block as a special 100 page might put the thing under so much scrutiny that nothing looks good enough. Maybe some lucky member just happens to post two items back-to-back and get it that way.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17859745#post-8122244</guid>
				<title>Re: This</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17859745/christmas-room#post-8122244</link>
				<description></description>
				<pubDate>Wed, 20 May 2026 21:46:18 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Got the dates in order with the British English standard. It is closer to my native date format which is Day/Month/Year. I have only written the months out to avoid misunderstandings there.</p> <p>I do not use automated grammar checks and only old-school spellcheck. If you see something you would like to correct you have my permission to edit the page. If you are more comfortable with giving me a list of mistakes, I will fix them myself.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17859745/christmas-room">Christmas Room</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17859745#post-8107402</guid>
				<title>Re: This</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17859745/christmas-room#post-8107402</link>
				<description></description>
				<pubDate>Mon, 18 May 2026 19:55:09 +0000</pubDate>
				<wikidot:authorName>Blue Lead</wikidot:authorName>				<wikidot:authorUserId>7745123</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The story is good but needs a run through to recheck grammar. Off the bat, I noticed dates are improperly formatted and you’ve used improper ordinal numbers. There’s more but I won’t make edits without approval.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17859745/christmas-room">Christmas Room</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-8100480</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-8100480</link>
				<description></description>
				<pubDate>Mon, 18 May 2026 03:20:44 +0000</pubDate>
				<wikidot:authorName>Blue Lead</wikidot:authorName>				<wikidot:authorUserId>7745123</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>A contest based around astrology, and space in general, could be good as well given renewed interests in space travel as a result of the Artemis program. Definitely one of those things that’s near limitless in its scope and scale and always provides good content.</p> <p>Also yes, Item 100 is coming up soon and it definitely needs to be memorable.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-8012692</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-8012692</link>
				<description></description>
				<pubDate>Sat, 09 May 2026 00:20:27 +0000</pubDate>
				<wikidot:authorName>Crayon man</wikidot:authorName>				<wikidot:authorUserId>5239561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>An bounty hunt is fine, and if we are doing that, I would like to suggest interlinking with an existing Item/tale, and featuring a character as reachable goals.</p> <p>Otherwise I would like to mention that, we are two items off from reaching the 100 mark.</p> <p>Here are some ideas to add to the pot:</p> <p>SCP trope contest: Participants must submit a worl featuring a containment fiction trope, regardless if its subverted or not. Think the exploration log slaughter, the thing that is too good at its job, the one thats meta for no reason, or the iteration farmer.</p> <p>Monster Manual contest: This one requires participants to write an Item featuring a hostile entity. This was once the bread of the bread to the butter.</p> <p>Fear Bingo: Lets ignore Zesc suspicions and just make a grid with the 25th most common phobias. Though 25 may be a little too much.</p> <p>Event: Think the Haos resurgence/the tango. Every participant gives their own 2 cents about a predetermined event. The event in question can be anything. (Maybe conflict escalates with an underused GoI, or a defeat got CI on the retreat or the gradual exploration of the ruins of Atlantis)</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17859760#post-8010563</guid>
				<title>Securety</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17859760/backups#post-8010563</link>
				<description></description>
				<pubDate>Thu, 07 May 2026 21:22:39 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Did you grab the sandbox as well?</p> <p>My last backup is a bit older by now and once I am back on a machine that does not run on a core2duo I get myself one of main and sandbox, just to be sure.<br /> Does your backup catch the forums as well? I never got it to pull those.</p> <p>EDIT: I was looking into <a href="https://github.com/scp-cs/wikicomma">https://github.com/scp-cs/wikicomma</a> as a better alternative to wget, but had no luck getting it to run so far.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17859760/backups">Backups</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17859745#post-8010535</guid>
				<title>This</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17859745/christmas-room#post-8010535</link>
				<description></description>
				<pubDate>Thu, 07 May 2026 21:14:12 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I took down the &quot;Merry Christmas&quot; news and got this idea.<br /> This might be as close as it gets to an in-universe connecting tissue. Just writing an essay about how to decode my story gets into &quot;House of Leaves&quot; territory.</p> <p>I have no idea how this reads to someone not familiar with my body of work, but it should be able to be a story that can read on its own.<br /> It does a bit of world building and a bit of character setup, but I hope that it asks questions that can be answered.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17859745/christmas-room">Christmas Room</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17696784#post-8010490</guid>
				<title>+1 from me</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17696784/delacruz#post-8010490</link>
				<description></description>
				<pubDate>Thu, 07 May 2026 21:00:28 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Not how I write my grass-roots Insurgents, but hey, they seem to be at least somewhat on point.</p> <p>I once pitched the Idea that the Insurgency would love to work with the new style of US Government, but I can also see why that Government would force the other side into CI hands as well. Good to see an interpretation of the Chaos Insurgency that at least makes the attempt to look like the good guys.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17696784/delacruz">Delacruz</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15502251#post-8009949</guid>
				<title>Re: Tech Notes</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes#post-8009949</link>
				<description></description>
				<pubDate>Thu, 07 May 2026 18:08:38 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>New <a href="http://ci-wiki.wikidot.com/staff:backups">staff page</a> for jotting down backups. We'll probably forget about this.</p> <p>I'm still not fully back, but found myself with some bandwidth and idle CPU time. I'll get around to reading all the new articles and participating in the forum soon enough. (At least with my usual verbosity, it's believable that answering takes some time.)</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-886609">Wiki Announcements and Proposals / Project Bulletin</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-15502251/tech-notes">Tech Notes</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-8003651</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-8003651</link>
				<description></description>
				<pubDate>Tue, 05 May 2026 19:44:22 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I should have had another contest up and running by now, but I just do not.</p> <p>All ideas are appreciated. It might be difficult to actually judge corrupted files, since even written in clear-text and English a lot of author intent can go missing.</p> <p>Maybe I should just use the bounty system and put together a contest with a grab-bag of options with a &quot;pick at least two&quot; and everything more give bonus points.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-7992566</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-7992566</link>
				<description></description>
				<pubDate>Mon, 04 May 2026 10:11:57 +0000</pubDate>
				<wikidot:authorName>Blue Lead</wikidot:authorName>				<wikidot:authorUserId>7745123</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>My two cents: Maximum word count, a document setup as though it is corrupted, or a journal entry in an end-of-world scenario could all be good for future contests.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17772656#post-7908663</guid>
				<title>Re: Good Day, or Bonjour as the French put it</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17772656/good-day-or-bonjour-as-the-french-put-it#post-7908663</link>
				<description></description>
				<pubDate>Thu, 23 Apr 2026 08:43:42 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Welcome to the Chaos Insurgency Wiki.<br /> It is not <a href="https://dictionary.cambridge.org/de/worterbuch/englisch/procrastinating">procrastinating</a> if you do not have to do it. This is a nice hobby, so there is no reason to feel pressured.</p> <p>We have a lot of members you only know are actually active by article votes. We have people who are members but never said anything and we have the people that disappear and reappear at random.</p> <p>If you visit small wikis you should already experience the speed difference between wikis. The CI-Wiki is a lot slower than SCP, but not a dead wiki that has not updated in months to years.</p> <p>I hope to see you around. Read some stuff, find some gems, some weird stuff and something human.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17772656/good-day-or-bonjour-as-the-french-put-it">Good Day, or Bonjour as the French put it</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17772656#post-7888235</guid>
				<title>Good Day, or Bonjour as the French put it</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17772656/good-day-or-bonjour-as-the-french-put-it#post-7888235</link>
				<description></description>
				<pubDate>Tue, 21 Apr 2026 14:52:34 +0000</pubDate>
				<wikidot:authorName>Mr 09_doctor</wikidot:authorName>				<wikidot:authorUserId>9458014</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi.<br /> I’m JustVektor.</p> <p>You can call me a variety of names including Vektor, Mr 9, Doctor V or just whatever seems fit at the time.</p> <p>I’m active mainly in the Chinese SCP foundation Wiki and the English Wiki, but you can also see me in random wikis.</p> <p>Don’t worry, I’m just checking things out.</p> <p>I’m an artist and writer, but I procrastinate often and haven’t posted a single article yet on the SCP sites.</p> <p>I guess we’ll wait and see when it comes to whether I’ll write anything.</p> <p>In the meantime, feel free to call me up when you need artistic assistance.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17772656/good-day-or-bonjour-as-the-french-put-it">Good Day, or Bonjour as the French put it</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17685555#post-7808227</guid>
				<title></title>
				<link>http://ci-wiki.wikidot.com/forum/t-17685555/the-necrotic-tree#post-7808227</link>
				<description></description>
				<pubDate>Tue, 14 Apr 2026 19:28:10 +0000</pubDate>
				<wikidot:authorName>Crayon man</wikidot:authorName>				<wikidot:authorUserId>5239561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Congrats on making it here and congrats on the good reception.</p> <p>Very glad that recent additions break the character drought we had. +1</p> <p>If I would have to levy crit against it, its that it reads like a rejected Scp. (The use of the number, the disclaimer, the foundation terminology, the use of the imperial system)</p> <p>Also cognitohazardous implies that cameras can think. Maybe distorting would be a better term.</p> <p>Insu was also characterized as pleasantly ruthless.</p> <p>Glad to see a new face here and have a nice day.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17685555/the-necrotic-tree">The Necrotic Tree</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17696784#post-7746607</guid>
				<title></title>
				<link>http://ci-wiki.wikidot.com/forum/t-17696784/delacruz#post-7746607</link>
				<description></description>
				<pubDate>Mon, 06 Apr 2026 14:58:14 +0000</pubDate>
				<wikidot:authorName>Wynths</wikidot:authorName>				<wikidot:authorUserId>9594206</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i've been thinking recently about direct action, and how political organization occurs at the local level. i've also been thinking about US politics recently, having seen people I used to work with in construction be forced to fight against ICE, being forced to wonder if perhaps I might be forced to move from support to offense myself. this tale is a bit of musing, perhaps fantasizing, on those twin subjects. inspiration derived from <a href="https://readnarrowpath.com/" target="_blank">The Narrow Path</a>, author anonymous.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17696784/delacruz">Delacruz</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15368226#post-7724520</guid>
				<title>Re: fOUND iT</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15368226/side#post-7724520</link>
				<description></description>
				<pubDate>Thu, 02 Apr 2026 08:20:16 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I know how to apply css to wikidot sites. What I don't know is which css this was before.<br /> I am going conservative and using ci-theme, it might have been ci-intn or even something from some sandbox we never look at.<br /> Correction: I just checked it was the <a href="http://ci-wiki-intl.wdfiles.com/local--code/theme-page/1">intn one</a>.</p> <p>If it was still April 1th i might have deployed <a href="http://ci-sandbox.wikidot.com/meta-css-experiment">that valentines css</a> i never put on main.</p> <p>I might even be able to just use the illogic-i theme from 2016 (2014 star-css would probably do funny things to the layout).</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-15368226/side">Side</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15368226#post-7723693</guid>
				<title>Re: fOUND iT</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15368226/side#post-7723693</link>
				<description></description>
				<pubDate>Thu, 02 Apr 2026 04:43:29 +0000</pubDate>
				<wikidot:authorName>Zesc</wikidot:authorName>				<wikidot:authorUserId>5703022</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Jokes on you, this is just a diversion from the true source. (Yes, a diversion, and absolutely not a failed first attempt to apply the effect side-wide.)</p> <p>Try reverting it and then start with the <em>real</em> (if slightly early) easter egg hunt for the true source.</p> <p><span style="color: transparent">Try looking in the admin panel.</span></p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-15368226/side">Side</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-15368226#post-7720635</guid>
				<title>fOUND iT</title>
				<link>http://ci-wiki.wikidot.com/forum/t-15368226/side#post-7720635</link>
				<description></description>
				<pubDate>Wed, 01 Apr 2026 21:26:57 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The ZK-Realety-End Scenario countermeasures can be stopped. I found the prank.<br /> Yes, really, put the knife down. There is no purge.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-15368226/side">Side</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17577104#post-7697153</guid>
				<title></title>
				<link>http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir#post-7697153</link>
				<description></description>
				<pubDate>Sat, 28 Mar 2026 15:01:03 +0000</pubDate>
				<wikidot:authorName>Sybin4</wikidot:authorName>				<wikidot:authorUserId>10198494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hyello,<br /> I thought about it, but my artistic abilities are truly not existent so i opted for runic elements only but in my head canon it simmilar to the new Jumanji movies the cover changes according to target audience. Thank you for +1 im so happy about the +3 on the item, i feel so good as a newbie writer and maybe more items and stories from me in the near future &lt;3</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir">Lectures of Fenrir</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-7695520</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-7695520</link>
				<description></description>
				<pubDate>Sat, 28 Mar 2026 09:55:57 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I do not think my idea would work under claustrophobia. Claustrophobia is more a human thing and not something institutional. Also the buried alive fear is <em>Taphophobia</em>.</p> <p>Doing contests made for fears is a sound idea thou. I will think further on this.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-7695401</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-7695401</link>
				<description></description>
				<pubDate>Sat, 28 Mar 2026 09:28:43 +0000</pubDate>
				<wikidot:authorName>Crayon man</wikidot:authorName>				<wikidot:authorUserId>5239561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Maybe we can just tie it to <em>claustrophobia</em>? Call it the first Fearcon.</p> <p>From what I can gleam, It would be broad enough for your idea to fit in, while also not being tied to Easter. Its also rather easy to write for, with literal (burried alive) and non literal interpretations being allowed. (being buried in debts or paperwork/Homework to say the most obvious)</p> <p>If it works, we can make a second one with like Agraphobia or something. The ABCs were rather sucssesfull on the SCP wiki, so mabe bake our own version of this cake.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-7691492</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-7691492</link>
				<description></description>
				<pubDate>Fri, 27 Mar 2026 21:27:07 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I did not want to tie it to Easter to much so others could ignore the bunny and egg angles. As I said most contests I proposed did not go far, but I thought I should try again.</p> <p>If I had a full idea in mind I would have just written the item, so not even I know where this is going.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-7691473</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-7691473</link>
				<description></description>
				<pubDate>Fri, 27 Mar 2026 21:20:38 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I guess it's not a bod one. I just don't know how many people will write for that.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-14206884#post-7691394</guid>
				<title>Re: Let&#039;s make another contest</title>
				<link>http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest#post-7691394</link>
				<description></description>
				<pubDate>Fri, 27 Mar 2026 20:52:08 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Theme Contest Idea: Resurrection, but buried</p> <p>I was thinking about how we kind of lost sight on the 'someone came back from the dead' part of Easter.<br /> When Christianity swallowed the pagan symbols we got bunnies and eggs, than we added sweats and TV ads. I am pretty sure there is an item in there somewhere. How about we try to get it out?</p> <p>I don't have much luck with this kind of contests, but how about it?</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893990">Wiki Announcements and Proposals / Policy Discussion/Proposals</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-14206884/let-s-make-another-contest">Let's make another contest</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17655377#post-7691374</guid>
				<title>Re: Hello CI</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17655377/hello-ci#post-7691374</link>
				<description></description>
				<pubDate>Fri, 27 Mar 2026 20:45:44 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings.</p> <p>Did you come over from the SCP Wiki or did you come by our corner some other way?</p> <p>The speed here is something to look out for so do not get discouraged. It moves. It just does not snap.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17655377/hello-ci">Hello CI</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17655377#post-7683722</guid>
				<title>Re: Hello CI</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17655377/hello-ci#post-7683722</link>
				<description></description>
				<pubDate>Thu, 26 Mar 2026 17:22:22 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi and welcome. Remember to check discord server. Because this place is&#8230;quite slow.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17655377/hello-ci">Hello CI</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17655377#post-7679695</guid>
				<title>Hello CI</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17655377/hello-ci#post-7679695</link>
				<description></description>
				<pubDate>Thu, 26 Mar 2026 10:06:42 +0000</pubDate>
				<wikidot:authorName>ShiZheng</wikidot:authorName>				<wikidot:authorUserId>8579940</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Good day to everyone. My username is ShiZheng and I'm an SCP enthusiast.<br /> I'm delighted to join in Chaos Insurgency to engage in communication and creation with everyone.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17655377/hello-ci">Hello CI</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17640624#post-7671421</guid>
				<title>Re: New Item:Racial Raygun</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17640624/new-item:racial-raygun#post-7671421</link>
				<description></description>
				<pubDate>Wed, 25 Mar 2026 18:38:05 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You should put what we use it for under usage.</p> <p>If the audio log is part of the item file Insurgency command knows and would ether leave a note about what is wrong or would stop deployment immediately.I get why the transcript is there from a narrative point of view, but in universe there has to be &quot;someone that put it there because X&quot;. Just saying &quot;there is a problem, these two know, no further action required&quot; seems incomplete.</p> <p>Also if we can not disassemble it we might just use X-Ray and if that is also to risky ultrasound.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893946">Help Section / Help: Drafting</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17640624/new-item:racial-raygun">New Item:Racial Raygun</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17577104#post-7655422</guid>
				<title></title>
				<link>http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir#post-7655422</link>
				<description></description>
				<pubDate>Sun, 22 Mar 2026 20:21:23 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Personnaly I think the wolf on a book cover looks too goofy. You could make a use of that runestone drawing <a href="https://www.medieval.eu/the-wolf-and-the-vargr-in-early-medieval-scandinavia/">https://www.medieval.eu/the-wolf-and-the-vargr-in-early-medieval-scandinavia/</a><br /> But otherwise a neat Item plus the hidden element is Apprecieated +1 from me</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir">Lectures of Fenrir</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-16394590#post-7655420</guid>
				<title></title>
				<link>http://ci-wiki.wikidot.com/forum/t-16394590/ewa#post-7655420</link>
				<description></description>
				<pubDate>Sun, 22 Mar 2026 20:15:28 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>little change with her name</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-16394590/ewa">Ewa</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17640624#post-7655392</guid>
				<title>New Item:Racial Raygun</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17640624/new-item:racial-raygun#post-7655392</link>
				<description></description>
				<pubDate>Sun, 22 Mar 2026 18:55:23 +0000</pubDate>
				<wikidot:authorName>LasNeonach</wikidot:authorName>				<wikidot:authorUserId>6239335</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Bassicalya gun tat changes your race. Good for Espionage<br /> <a href="http://ci-sandbox.wikidot.com/las-o-neonach">http://ci-sandbox.wikidot.com/las-o-neonach</a><br /> (It's the Racial Raygun Tab)</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893946">Help Section / Help: Drafting</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17640624/new-item:racial-raygun">New Item:Racial Raygun</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17613901#post-7616615</guid>
				<title>Re: &#039;allo</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17613901/allo#post-7616615</link>
				<description></description>
				<pubDate>Thu, 12 Mar 2026 22:15:16 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings.</p> <p>I am looking forward to your effort.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17613901/allo">'allo</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17613901#post-7610047</guid>
				<title>&#039;allo</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17613901/allo#post-7610047</link>
				<description></description>
				<pubDate>Wed, 11 Mar 2026 00:22:59 +0000</pubDate>
				<wikidot:authorName>Wynths</wikidot:authorName>				<wikidot:authorUserId>9594206</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hello! just noticed this thing was here so i figured i ought to drop by. anyways, like post suggests, i'm looking mainly to read some articles and post something for this wiki's anniversary: probably a shortform about a starry-eyed communist teenager? we'll see :-)</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17613901/allo">'allo</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17601623#post-7593206</guid>
				<title>Re: Good morning, good evening, and good night.</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17601623/good-morning-good-evening-and-good-night#post-7593206</link>
				<description></description>
				<pubDate>Fri, 06 Mar 2026 22:43:05 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings and welcome to the Insurgency Wiki.</p> <p>A quick correction about SCP-CI history. Back in 2014 CI staff began a mass rewrite project and several pieces were deleted to comply with SCP quality standards. Following the rewrite much of the original community dispersed and even after that the CI-Wiki did not meet SCP's standards.</p> <p>As for Cad, he pops in from time to time, usually just an upvote or a few posts every year or so. If you wait around long enough and his pattern holds you will eventually meet him.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17601623/good-morning-good-evening-and-good-night">Good morning, good evening, and good night.</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17601623#post-7585444</guid>
				<title>Re: Good morning, good evening, and good night.</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17601623/good-morning-good-evening-and-good-night#post-7585444</link>
				<description></description>
				<pubDate>Thu, 05 Mar 2026 19:07:24 +0000</pubDate>
				<wikidot:authorName>Crayon man</wikidot:authorName>				<wikidot:authorUserId>5239561</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hello and welcome to the wiki!</p> <p>Glad to see a new face here.</p> <p>The reason we arent a sister site to the SCP wiki is that way back when CI started the site was below the SCP wikis standard, and there were no serious attempts to sororitice the sites since then. I dont think it will work today either.</p> <p>As for Caduceus, no idea. I guess hes just, an adult now.</p> <p>Have a nice day!</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17601623/good-morning-good-evening-and-good-night">Good morning, good evening, and good night.</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17601623#post-7583108</guid>
				<title>Good morning, good evening, and good night.</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17601623/good-morning-good-evening-and-good-night#post-7583108</link>
				<description></description>
				<pubDate>Wed, 04 Mar 2026 19:38:08 +0000</pubDate>
				<wikidot:authorName>Ohnesorge001</wikidot:authorName>				<wikidot:authorUserId>10221346</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hiya, I am a Chaos Insurgency fan and I came here to write some articles, read some articles, and do a bunch of other stuff.<br /> I like the color purple, I have a god complex, I am an Omnist, and I am also a new member of the SCP Wiki. P.S. Why aren't we a sister wiki to the SCP Wiki? I've seen the Hime Akumu page linked in the hub over there. Also, what happened to Dr. Caduceus? It seems like he hasn't updated in a while.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17601623/good-morning-good-evening-and-good-night">Good morning, good evening, and good night.</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17577104#post-7562075</guid>
				<title>écraser</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir#post-7562075</link>
				<description></description>
				<pubDate>Sat, 21 Feb 2026 09:08:42 +0000</pubDate>
				<wikidot:authorName>bilibili_02762233170</wikidot:authorName>				<wikidot:authorUserId>8467726</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>écraser L'infame'infame</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir">Lectures of Fenrir</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17577104#post-7534800</guid>
				<title>Re: A few observations</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir#post-7534800</link>
				<description></description>
				<pubDate>Wed, 04 Feb 2026 13:32:15 +0000</pubDate>
				<wikidot:authorName>Sybin4</wikidot:authorName>				<wikidot:authorUserId>10198494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Lad,<br /> Change the tags, correct them if they are still not satisfing and send me in a private message how to apply correct ones in the future. Changed a few things here and there. to hopefully (haha get the pun?) make my writing a bit clearer since im not a professional in any sense and yes the book is the anomaly not just it content so photocopy doesn't work.<br /> Wheather to if A-04 is under the influence my response is : ¯\_(ツ)_/¯ i don't know.<br /> If any spelling mistakes are found point them out in private message.<br /> once again i send my thanks.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir">Lectures of Fenrir</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17577104#post-7534667</guid>
				<title>Re: A few observations</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir#post-7534667</link>
				<description></description>
				<pubDate>Wed, 04 Feb 2026 11:56:39 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> I am generally a &quot;what if&quot; reviewer, so I usually treat items as something we can actually study.</p> <p>These are the <a href="http://ci-wiki.wikidot.com/forum/t-849045/item-announcements-1:power-overwhelming">item</a> and <a href="http://ci-wiki.wikidot.com/forum/t-849726/story-announcements-1:once-upon-a-time">tale</a> announcement thread. Most people just use the per-page-discussion nowadays (which is the thread we are writing in now).</p> <p>For the designations i was thinking in terms of <a href="http://ci-wiki.wikidot.com/personnel-designations">this interpretation</a> of our command structure. Having a General handle something that might compromise them seems dangerous. Letting Alpha personnel even touch the thing seems needlessly risky (if there is a touch effect). The Insurgency is no stranger to internal revolts. I thought the article implied that A-04 was already addicted to the item and working on a defection (&quot;I read it.&quot;). Would not be the first time <a href="http://ci-wiki.wikidot.com/fractal-music-box">Fractal Music Box</a>.</p> <p>I think having something affect the mind is a dangerous, but compared to something like&quot;<a href="http://ci-wiki.wikidot.com/witching-well">Witching Well</a>&quot; which actually has caused loss of personnel in the past, the book has shown no indication of being that dangerous to CI-Personnel to the extend that admin staff has to sign for every use.</p> <p>If i understand you correctly, it is the book and not its content that is anomalous? If so, a photocopy would have no effect.</p> <blockquote> <p>Item’s activation is possible through simply reading it’s content.</p> </blockquote> <p>This suggested otherwise.<br /> I was thinking it was something like <a href="http://ci-wiki.wikidot.com/bygone-jocundity">Bygone Jocundity</a>, where the content is the anomaly and not the medium. If so, copies of the content would have the same effect as the original.</p> <p>When it comes to the &quot;recovery&quot; I agree with you. I must have misread something in the usage section.</p> <p>I would advise you to consult the <a href="http://ci-wiki.wikidot.com/tag-guide">Tag Guide</a> and redo the tags for the page. Tags like &quot;hope&quot;, &quot;book&quot; and &quot;wolf&quot; are already to specific (i suggest artifact and animal as tags) and while &quot;cognitohazard&quot; is in the terms page, the Insurgency uses the &quot;<a href="http://ci-wiki.wikidot.com/system:page-tags/tag/mind-affecting">mind-affecting</a>&quot; tag. There are a few more tags I would like to change, but i think you should try first.</p> <p>I think there were some spelling mistakes in there, but before I go hunting for those I would like to have the content straight in my head.</p> <p>I would not call it convoluted, I would call it either &quot;incomplete&quot; (I could not find a touch effect) or &quot;suspicious&quot; (why is someone under the influence of a mind-affecting artifact allowed to keep handling it and be able to write its deployment procedure in a way that keeps them getting in contact with it? Someone not addicted would not write &quot;loss is not an option&quot; into the document. The Insurgency has let go of great things when their <a href="http://ci-wiki.wikidot.com/paper-colleague">cost grew to high</a>).</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir">Lectures of Fenrir</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17577104#post-7533721</guid>
				<title>Re: A few observations</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir#post-7533721</link>
				<description></description>
				<pubDate>Tue, 03 Feb 2026 20:00:08 +0000</pubDate>
				<wikidot:authorName>Sybin4</wikidot:authorName>				<wikidot:authorUserId>10198494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,<br /> thank you for noticing the report despite doing it without announcment , i was talking on feedback and posting on CI's discord tho but i will announce my future work if you kindly would provide me with a link to the page.</p> <p>In my mind Alpha Command should bother with direct threat to the organisation and not let lower ranks handle it but ok i will change it to probably like ''For gamma personel and higher only'' . Secondly, it just gives the exposed person maybe a vision and the effect of hope so you would open the book and then close it after some time with the large feeling of hope.</p> <p>Thirdly i don't think that replacing a possibly religious cognitohazard or an artefact is doable. In the report it is clearly mentioned that Mrs. Olsen was recovered due to discovery of an annomaly which wasn't somehing CI planned as well&#8230; they discovered it, when Item is in use the person can be exposed and then item stolen by the Sigma opperative infiltrating the ranks of the gang/paramilitary since the effect doesn't end.<br /> Lastly,<br /> The runes should tranlate into ''Wolf smiles upon you '' and ''Wolf laughs happily'' or simmilar but due to using diffrent translators and Old Norse gramaticc rules it got messed up in the translation.</p> <p>TLDR: I nontheless think the report is in a perfect state eventually if more people come to dicuss i will change the level of Apendix to Gamma (give or take might change or not). Additionally if i get it right is my writing to hard to understand or to convuluted? Would love to know,.<br /> P.S: Thank you for checking it out and taking your time ;3</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir">Lectures of Fenrir</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17498453#post-7533261</guid>
				<title></title>
				<link>http://ci-wiki.wikidot.com/forum/t-17498453/as-per-the-specification#post-7533261</link>
				<description></description>
				<pubDate>Tue, 03 Feb 2026 10:15:28 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings.<br /> If you wish to inform people of an item, please use the &quot;<a href="http://ci-wiki.wikidot.com/forum/t-849045/item-announcements-1:power-overwhelming">item announcement tread</a>&quot;, a relevant contests &quot;contest page&quot; or the &quot;per page discussion&quot; of the posted item.</p> <p>Also your link points to nowhere. Please post articles before linking to them.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17498453/as-per-the-specification">As per the Specification</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17498453#post-7533199</guid>
				<title></title>
				<link>http://ci-wiki.wikidot.com/forum/t-17498453/as-per-the-specification#post-7533199</link>
				<description></description>
				<pubDate>Tue, 03 Feb 2026 09:00:47 +0000</pubDate>
				<wikidot:authorName>bilibili_02762233170</wikidot:authorName>				<wikidot:authorUserId>8467726</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Occasionally an event pops up in counties within the regions of East and West Africa that allows you to perform a <a class="newpage" href="http://ci-wiki.wikidot.com/rain-dance">rain dance</a>.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17498453/as-per-the-specification">As per the Specification</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17577104#post-7530253</guid>
				<title>A few observations</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir#post-7530253</link>
				<description></description>
				<pubDate>Sun, 01 Feb 2026 18:43:13 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Greetings.</p> <p>I just saw your article. Usually when people post they announce it somewhere, be that under the file itself or the appropriate announcement page. That is usually done because sometimes the passive members just check the recent posts and not the front page.</p> <p>For what this does I would not trouble Alpha Command. Usually when you get past Gamma this get world ending really fast. I also find it unclear weather the book is written in an easy to understand language or it translates itself. Your handling procedures require gloves, but I have not seen a contact effect in either description. I would also be interested in the effects of translations and photocopies.</p> <p>If we can just print 20 of these we can let recovery fall to the wayside and have police deal with it. Worst case scenario the Foundation gets involved wasting their time and money and best case we might have a lot more Insurgence at our hand that have actual training by being criminals for longer.</p> <p>I have also not seen why we should get people nudges over the edge and then immediately extract them. If we need to deploy items in the wild that usually means that we can not get to a target otherwise. Getting two guys in black suits some official looking badges is easier than actually extracting people already wanted by police. If we want these people to be criminals for us do to their position extracting them seems counterproductive.</p> <p>As for the runes: I do not get the bed, smile or shine, but I appreciate the attempt. It has been a while since I had to use a translator for CI matters.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17577104/lectures-of-fenrir">Lectures of Fenrir</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-13864505#post-7529048</guid>
				<title>Re: Author Post</title>
				<link>http://ci-wiki.wikidot.com/forum/t-13864505/togalai#post-7529048</link>
				<description></description>
				<pubDate>Sun, 01 Feb 2026 00:31:15 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="https://web.archive.org/web/20210730210752/http://ci-wiki.wikidot.com/nevermore">Nevermore</a> (Added to the Arsenal 12 Jun 2019) I do not recall who the author was.</p> <p>The file is save, but this looks like an author self-delete. Sometimes when people leave Wikidot they clean up after themself. There is no mention of it in the &quot;deletions thread&quot; which was still active around that time. Baronjoe removed it from the Arsenal on 25 Sep 2021.</p> <p>Edit: The author of Tógálaí is listed as AtypicallyAzathoth in the Spanish translation.<br /> The Chinese Never-More translation credits Doctor Xythinien, and I know Xyt had an alt account do to <a href="http://ci-wiki.wikidot.com/forum/t-13798952/i-return-my-compatriots">this thread</a>. Xyt, is also known for deleting alts. Considering that Tógálaí is the squeal and both authors are deleted I am 75% confident to a attribute Nevermore to that user as well.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-13864505/togalai">Tógálaí</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-13864505#post-7528128</guid>
				<title>Re: Author Post</title>
				<link>http://ci-wiki.wikidot.com/forum/t-13864505/togalai#post-7528128</link>
				<description></description>
				<pubDate>Sat, 31 Jan 2026 09:08:41 +0000</pubDate>
				<wikidot:authorName>Sybin4</wikidot:authorName>				<wikidot:authorUserId>10198494</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>NOOOOOOOOOOOO why is the Nevermore gone!?<br /> Does anyone have a saved version? or contact with the original author?<br /> I want to know more :&lt;, also shouldn't we implement same rule as on SCP wikidot that if something is coneccted with the report it shouldn't be deleted?</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-855682">Per Page Discussions / Per page discussions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-13864505/togalai">Tógálaí</a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://ci-wiki.wikidot.com/forum/t-17559959#post-7500282</guid>
				<title>Re: Hello</title>
				<link>http://ci-wiki.wikidot.com/forum/t-17559959/hello#post-7500282</link>
				<description></description>
				<pubDate>Mon, 12 Jan 2026 13:18:18 +0000</pubDate>
				<wikidot:authorName>Meta Wonderrat</wikidot:authorName>				<wikidot:authorUserId>2669078</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Welcome to the CI-Wiki.</p> <br/>Forum category: <a href="http://ci-wiki.wikidot.com/forum/c-893984">Wiki Announcements and Proposals / Introductions</a><br/>Forum thread: <a href="http://ci-wiki.wikidot.com/forum/t-17559959/hello">Hello</a>
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>