<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>x-nonce</title>
	<atom:link href="https://xnonce.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://xnonce.com</link>
	<description>AIのエサになることにむなしさを感じつつ、自分用に備忘録ノウハウを書いたり、単なる感想を書いておくためのブログ。サーバ代を稼ぐために広告貼っててすまん。</description>
	<lastBuildDate>Mon, 22 Dec 2025 19:19:09 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://xnonce.com/wp-content/uploads/2025/11/cropped-3acb616d-1323-42e3-b669-11475a6295d1-32x32.jpg</url>
	<title>x-nonce</title>
	<link>https://xnonce.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<atom:link rel='hub' href='https://xnonce.com/?pushpress=hub'/>
	<item>
		<title>【Perl】【2025年12月版】VSCode＋WindowsでPerlフォーマッタを使う（Prettierは標準でPerlをサポートしていない事に注意。）</title>
		<link>https://xnonce.com/m785db75/</link>
					<comments>https://xnonce.com/m785db75/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Mon, 22 Dec 2025 19:01:17 +0000</pubDate>
				<category><![CDATA[perl]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1197</guid>

					<description><![CDATA[もうなんか完全に自分用なので箇条書き風だけど、ニーズがあったらもう少し丁寧に書こうかなって思ってます。 概要 Strawberry Perl をインストール https://strawberryperl.com パスを設 &#8230; <p class="link-more"><a href="https://xnonce.com/m785db75/" class="more-link"><span class="screen-reader-text">"【Perl】【2025年12月版】VSCode＋WindowsでPerlフォーマッタを使う（Prettierは標準でPerlをサポートしていない事に注意。）" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/m785db75/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【原因＆対処法】PHPで「PHP Warning: Module &#8220;xxxxxxxx&#8221; is already loaded loaded in Unknown on line 0」</title>
		<link>https://xnonce.com/q7balz9z/</link>
					<comments>https://xnonce.com/q7balz9z/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Tue, 02 Dec 2025 08:05:37 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1188</guid>

					<description><![CDATA[PHPを使っていると、ログやターミナルに次のような警告が大量に並ぶことがあります。 ローカル開発環境でも本番環境でも見かける典型的なエラー。実は原因はシンプルなので対処法とか確認方法を自分用にメモ。 🔍 原因：同じモジュ &#8230; <p class="link-more"><a href="https://xnonce.com/q7balz9z/" class="more-link"><span class="screen-reader-text">"【原因＆対処法】PHPで「PHP Warning: Module &#8220;xxxxxxxx&#8221; is already loaded loaded in Unknown on line 0」" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/q7balz9z/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【確認事項のメモ】GoogleSiteKitでGoogleAdSenseを設定したのに広告が表示されない場合（Javascriptエラーが出る）</title>
		<link>https://xnonce.com/m785lb75/</link>
					<comments>https://xnonce.com/m785lb75/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Wed, 12 Nov 2025 14:54:00 +0000</pubDate>
				<category><![CDATA[n/a]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1173</guid>

					<description><![CDATA[想定ストーリー：AdSenseを正しく設定してサイトも追加して、審査もOKで、ファイヤーウォールなどもOFFにしたのに、広告が表示されない。これを解決するために確認しておいたほうが良いと思う点があったので自分用に備忘録。 &#8230; <p class="link-more"><a href="https://xnonce.com/m785lb75/" class="more-link"><span class="screen-reader-text">"【確認事項のメモ】GoogleSiteKitでGoogleAdSenseを設定したのに広告が表示されない場合（Javascriptエラーが出る）" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/m785lb75/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【GitHub】リポジトリごとに別のアカウントを使い分けたい：「git remote set-url」の設定メモ（Windows＋Git Bash）</title>
		<link>https://xnonce.com/y9mom84j/</link>
					<comments>https://xnonce.com/y9mom84j/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Sun, 09 Nov 2025 07:08:38 +0000</pubDate>
				<category><![CDATA[Git]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1155</guid>

					<description><![CDATA[GitHub を複数アカウントで使っていると、「このプロジェクトは別のアカウントで pullしたいとかpushしたい！」て場面があるんですが、毎回調べるのは面倒なので、自分用の備忘録として、リポジトリ単位でアカウントを切 &#8230; <p class="link-more"><a href="https://xnonce.com/y9mom84j/" class="more-link"><span class="screen-reader-text">"【GitHub】リポジトリごとに別のアカウントを使い分けたい：「git remote set-url」の設定メモ（Windows＋Git Bash）" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/y9mom84j/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【解決方法】Japanized for WooCommerce バージョン 2.7.10で関係ないところにpostの内容が出力される「WP_Post Object([ID]….」【応急処置】</title>
		<link>https://xnonce.com/q9qvzz4n/</link>
					<comments>https://xnonce.com/q9qvzz4n/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Thu, 30 Oct 2025 06:59:18 +0000</pubDate>
				<category><![CDATA[WooCommerce]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1151</guid>

					<description><![CDATA[WordPress＋WooCommerce対応のプラグインを日本語対応にしてくれるプラグインで問題が発生していたのでメモ。 原因はデバッグ出力 原因は「{プラグインフォルダ}/woocommerce-for-japan/ &#8230; <p class="link-more"><a href="https://xnonce.com/q9qvzz4n/" class="more-link"><span class="screen-reader-text">"【解決方法】Japanized for WooCommerce バージョン 2.7.10で関係ないところにpostの内容が出力される「WP_Post Object([ID]….」【応急処置】" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/q9qvzz4n/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>画像が見つからなかった時に.htaccessファイルを使って自動で404 no image画像に転送する方法</title>
		<link>https://xnonce.com/m7xdwp4v/</link>
					<comments>https://xnonce.com/m7xdwp4v/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Tue, 28 Oct 2025 16:34:06 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[.htaccess]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1148</guid>

					<description><![CDATA[テストサイトや（本番サイトでも）画像がリンク切れになっているときに、自動で代替えの画像を表示させたい時があると思います。その時の.htaccessファイルを自分のコピペ用にメモ。 手順 コード まあ転送するだけなんですけ &#8230; <p class="link-more"><a href="https://xnonce.com/m7xdwp4v/" class="more-link"><span class="screen-reader-text">"画像が見つからなかった時に.htaccessファイルを使って自動で404 no image画像に転送する方法" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/m7xdwp4v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows版VSCodeのMCPサーバの設定ファイルの場所（と、一番簡単なMCPサーバのインストール方法）</title>
		<link>https://xnonce.com/windows%e7%89%88vscode%e3%81%aemcp%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%a0%b4%e6%89%80%ef%bc%88%e3%81%a8%e3%80%81%e4%b8%80%e7%95%aa/</link>
					<comments>https://xnonce.com/windows%e7%89%88vscode%e3%81%aemcp%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%a0%b4%e6%89%80%ef%bc%88%e3%81%a8%e3%80%81%e4%b8%80%e7%95%aa/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Thu, 23 Oct 2025 02:09:32 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1141</guid>

					<description><![CDATA[よく忘れるのでメモ。 結論 よくCraude Code なんかで「mcp.jsonに設定を書き込んでください」的なブログ記事が沢山あると思います。Windows版VSCodeの場合、ここにアプリ全体で利用可能なmcpサー &#8230; <p class="link-more"><a href="https://xnonce.com/windows%e7%89%88vscode%e3%81%aemcp%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%a0%b4%e6%89%80%ef%bc%88%e3%81%a8%e3%80%81%e4%b8%80%e7%95%aa/" class="more-link"><span class="screen-reader-text">"Windows版VSCodeのMCPサーバの設定ファイルの場所（と、一番簡単なMCPサーバのインストール方法）" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/windows%e7%89%88vscode%e3%81%aemcp%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e8%a8%ad%e5%ae%9a%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%81%ae%e5%a0%b4%e6%89%80%ef%bc%88%e3%81%a8%e3%80%81%e4%b8%80%e7%95%aa/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>市外局番一覧のCSVファイル</title>
		<link>https://xnonce.com/m78dbb95/</link>
					<comments>https://xnonce.com/m78dbb95/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Thu, 02 Oct 2025 08:01:54 +0000</pubDate>
				<category><![CDATA[パソコン]]></category>
		<category><![CDATA[フリー素材]]></category>
		<category><![CDATA[mysql]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1101</guid>

					<description><![CDATA[なんか、総務省とかが市外局番の一覧とか出してるんですが、全然データとして使えない形式なので、プログラムやツール、AIで使えるようにこっちでCSVファイルを作成しました。 市外局番の一覧（文字コードはUTF-8・CSV形式 &#8230; <p class="link-more"><a href="https://xnonce.com/m78dbb95/" class="more-link"><span class="screen-reader-text">"市外局番一覧のCSVファイル" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/m78dbb95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【脱Elementor】Elementorをアンインストールしたときにデータベースに残っている余分なデータを削除する方法【SQL】</title>
		<link>https://xnonce.com/q7blbq4z/</link>
					<comments>https://xnonce.com/q7blbq4z/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Thu, 07 Aug 2025 08:33:07 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1088</guid>

					<description><![CDATA[最近は、Wordpressもクラシックエディタからブロックエディタへの移行が進んでいると思います。Webサイトリニューアルのさいに、Elementorを廃止してブロックエディタを使う方向に舵を切るサイトもあるんじゃないで &#8230; <p class="link-more"><a href="https://xnonce.com/q7blbq4z/" class="more-link"><span class="screen-reader-text">"【脱Elementor】Elementorをアンインストールしたときにデータベースに残っている余分なデータを削除する方法【SQL】" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/q7blbq4z/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPressでよく見るpost_typeリスト</title>
		<link>https://xnonce.com/wordpress%e3%81%a7%e3%82%88%e3%81%8f%e8%a6%8b%e3%82%8bpost_type%e3%83%aa%e3%82%b9%e3%83%88/</link>
					<comments>https://xnonce.com/wordpress%e3%81%a7%e3%82%88%e3%81%8f%e8%a6%8b%e3%82%8bpost_type%e3%83%aa%e3%82%b9%e3%83%88/#respond</comments>
		
		<dc:creator><![CDATA[xnonce]]></dc:creator>
		<pubDate>Thu, 07 Aug 2025 08:32:41 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://xnonce.com/?p=1093</guid>

					<description><![CDATA[まあなんていうか、時々忘れるのでメモ。 1. 基本投稿タイプ 2. 管理用投稿タイプ 3. プラグイン・テーマ独自のpost_type Elementor関連 フォーム・スライダー系 EC・会員系 SEO・キャッシュ系  &#8230; <p class="link-more"><a href="https://xnonce.com/wordpress%e3%81%a7%e3%82%88%e3%81%8f%e8%a6%8b%e3%82%8bpost_type%e3%83%aa%e3%82%b9%e3%83%88/" class="more-link"><span class="screen-reader-text">"WordPressでよく見るpost_typeリスト" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://xnonce.com/wordpress%e3%81%a7%e3%82%88%e3%81%8f%e8%a6%8b%e3%82%8bpost_type%e3%83%aa%e3%82%b9%e3%83%88/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
