<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.hgotoh.jp/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>努力したWiki</title>
        <description>推敲の足りないメモ書き多数</description>
        <link>https://wiki.hgotoh.jp/</link>
        <lastBuildDate>Thu, 06 Aug 2026 22:17:18 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.hgotoh.jp/_media/wiki/logo.png</url>
            <title>努力したWiki</title>
            <link>https://wiki.hgotoh.jp/</link>
        </image>
        <item>
            <title>unknown - 作成</title>
            <link>https://wiki.hgotoh.jp/documents/other/memo01/junk-050</link>
            <description>unknown


$path      = &quot;C:\work\data.bin&quot;
$recordLen = 100
$offset    = 20
$length    = 5

$fs = [System.IO.File]::OpenRead($path)
$buf = New-Object byte[] $recordLen
$recNo = 0

try {
    while (($read = $fs.Read($buf, 0, $recordLen)) -eq $recordLen) {
        $recNo++

        $invalid = $false

        for ($i = $offset; $i -lt ($offset + $length); $i++) {
            if ($buf[$i] -lt 0x30 -or $buf[$i] -gt 0x39) {
                $invalid = $true
                break
            }
        }
…</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Thu, 30 Jul 2026 03:13:31 +0000</pubDate>
        </item>
        <item>
            <title>005.XML/JSON整形再び - 短めスニペット</title>
            <link>https://wiki.hgotoh.jp/documents/proglang/powershell/powershell-010</link>
            <description>005.XML/JSON整形再び

2026-07-30
短めスニペットで記録

XML整形

シンプルにしたもの。


param(
    [Parameter(Mandatory)]
    [string]$Path
)

$xml = New-Object System.Xml.XmlDocument
$xml.PreserveWhitespace = $false
$xml.Load($Path)

$directory = Split-Path $Path -Parent
$fileName  = [System.IO.Path]::GetFileNameWithoutExtension($Path)

$newPath = Join-Path $directory &quot;${fileName}_new.xml&quot;

$settings = [System.Xml.XmlWriterSettings]::new()
$settings.Indent = $true
$settings.Encoding = [System.Text.UTF8Encoding]::new($fal…</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Wed, 29 Jul 2026 23:46:05 +0000</pubDate>
        </item>
        <item>
            <title>013.『当選者の発表は商品の発送をもって代えさせていただきます』に ...</title>
            <link>https://wiki.hgotoh.jp/documents/other/memo01/junk-049</link>
            <description>013.『当選者の発表は商品の発送をもって代えさせていただきます』に対するAI回答の比較

2026-07-26 個性があって面白い。新規作成

概要

複数のAIに同じ質問を与えてその結果を比較しようと考えた。</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 26 Jul 2026 14:40:39 +0000</pubDate>
        </item>
        <item>
            <title>012.カシューナッツ調査レポート - [生産] FAOSTATのリンクを追加</title>
            <link>https://wiki.hgotoh.jp/documents/other/memo01/junk-048</link>
            <description>012.カシューナッツ調査レポート

2026-07-20
カシューナッツの加工の手間を知ったので纏め。

概要

カシューナッツはウルシ科の植物 Anacardium occidentale の種子である。

原産地はブラジルとされるが、現在はアフリカ、西アフリカ諸国、インド、ベトナムなどの熱帯・亜熱帯地域で広く栽培されている。</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Wed, 22 Jul 2026 05:22:03 +0000</pubDate>
        </item>
        <item>
            <title>20260721-232008.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Amemo01%3Apasted%3A20260721-232008.png&amp;ns=documents%3Aother%3Amemo01%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/memo01/pasted/20260721-232008.png?w=500&amp;amp;h=500&amp;amp;tok=8384bf&quot; alt=&quot;20260721-232008.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Tue, 21 Jul 2026 23:20:08 +0000</pubDate>
        </item>
        <item>
            <title>20260720-130310.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Amemo01%3Apasted%3A20260720-130310.png&amp;ns=documents%3Aother%3Amemo01%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/memo01/pasted/20260720-130310.png?w=500&amp;amp;h=500&amp;amp;tok=7f0037&quot; alt=&quot;20260720-130310.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Mon, 20 Jul 2026 13:03:10 +0000</pubDate>
        </item>
        <item>
            <title>20260720-124716.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Amemo01%3Apasted%3A20260720-124716.png&amp;ns=documents%3Aother%3Amemo01%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/memo01/pasted/20260720-124716.png?w=500&amp;amp;h=500&amp;amp;tok=2756d0&quot; alt=&quot;20260720-124716.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Mon, 20 Jul 2026 12:47:16 +0000</pubDate>
        </item>
        <item>
            <title>20260720-124018.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Amemo01%3Apasted%3A20260720-124018.png&amp;ns=documents%3Aother%3Amemo01%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/memo01/pasted/20260720-124018.png?w=500&amp;amp;h=500&amp;amp;tok=7ce22f&quot; alt=&quot;20260720-124018.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Mon, 20 Jul 2026 12:40:18 +0000</pubDate>
        </item>
        <item>
            <title>20260720-122647.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Amemo01%3Apasted%3A20260720-122647.png&amp;ns=documents%3Aother%3Amemo01%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/memo01/pasted/20260720-122647.png?w=500&amp;amp;h=500&amp;amp;tok=4365d1&quot; alt=&quot;20260720-122647.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Mon, 20 Jul 2026 12:26:47 +0000</pubDate>
        </item>
        <item>
            <title>20260720-112554.jpeg - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Amemo00%3Apasted%3A20260720-112554.jpeg&amp;ns=documents%3Aother%3Amemo00%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/memo00/pasted/20260720-112554.jpeg?w=500&amp;amp;h=500&amp;amp;tok=48dba4&quot; alt=&quot;20260720-112554.jpeg&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Mon, 20 Jul 2026 11:25:54 +0000</pubDate>
        </item>
        <item>
            <title>011.ソーラーパンクについて - ソーラーパンク（Solarpunk）とは</title>
            <link>https://wiki.hgotoh.jp/documents/other/memo01/junk-047</link>
            <description>011.ソーラーパンクについて

2026-07-19
ソーラーパンクという言葉を知ったのでメモ

概要

このレポートは、Grokとの対話内容（ソーラーパンクの定義、関連ジャンル比較、現実事例など）をまとめたものです。</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 12:53:55 +0000</pubDate>
        </item>
        <item>
            <title>350.ソーラーパンクについて - ソーラーパンクという言葉を知ったのでメモ</title>
            <link>https://wiki.hgotoh.jp/documents/other/reports/junk-034</link>
            <description>350.ソーラーパンクについて

011.ソーラーパンクについてへ移動しました</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 12:26:36 +0000</pubDate>
        </item>
        <item>
            <title>20260719-120247.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Areports%3Apasted%3A20260719-120247.png&amp;ns=documents%3Aother%3Areports%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/reports/pasted/20260719-120247.png?w=500&amp;amp;h=500&amp;amp;tok=4e41fc&quot; alt=&quot;20260719-120247.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 12:02:47 +0000</pubDate>
        </item>
        <item>
            <title>20260719-120239.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Areports%3Apasted%3A20260719-120239.png&amp;ns=documents%3Aother%3Areports%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/reports/pasted/20260719-120239.png?w=500&amp;amp;h=500&amp;amp;tok=30f0ac&quot; alt=&quot;20260719-120239.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 12:02:39 +0000</pubDate>
        </item>
        <item>
            <title>20260719-120227.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Areports%3Apasted%3A20260719-120227.png&amp;ns=documents%3Aother%3Areports%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/reports/pasted/20260719-120227.png?w=500&amp;amp;h=500&amp;amp;tok=f53208&quot; alt=&quot;20260719-120227.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 12:02:27 +0000</pubDate>
        </item>
        <item>
            <title>20260719-102238.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Areports%3Apasted%3A20260719-102238.png&amp;ns=documents%3Aother%3Areports%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/reports/pasted/20260719-102238.png?w=500&amp;amp;h=500&amp;amp;tok=d57cf3&quot; alt=&quot;20260719-102238.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 10:22:38 +0000</pubDate>
        </item>
        <item>
            <title>20260719-102144.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Areports%3Apasted%3A20260719-102144.png&amp;ns=documents%3Aother%3Areports%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/reports/pasted/20260719-102144.png?w=500&amp;amp;h=500&amp;amp;tok=b55962&quot; alt=&quot;20260719-102144.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 10:21:44 +0000</pubDate>
        </item>
        <item>
            <title>20260719-102127.png - 作成</title>
            <link>https://wiki.hgotoh.jp/?image=documents%3Aother%3Areports%3Apasted%3A20260719-102127.png&amp;ns=documents%3Aother%3Areports%3Apasted&amp;do=media</link>
            <description>&lt;img src=&quot;https://wiki.hgotoh.jp/_media/documents/other/reports/pasted/20260719-102127.png?w=500&amp;amp;h=500&amp;amp;tok=dc318e&quot; alt=&quot;20260719-102127.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Sun, 19 Jul 2026 10:21:27 +0000</pubDate>
        </item>
        <item>
            <title>001.糖尿病の自分用メモ - プソフェキ配合錠の情報追加</title>
            <link>https://wiki.hgotoh.jp/documents/other/memo00/hosp-010</link>
            <description>001.糖尿病の自分用メモ

2026-07-17 新たに処方された薬の情報を追加。

2026-05-17 新たに処方された薬の情報を追加。

2026-03-08 糖尿病に関して自分の参照用メモ。

当然、記述内容が正しい事は保証しない。正確な情報は病院や専門家に相談して得よ。</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Fri, 17 Jul 2026 09:22:18 +0000</pubDate>
        </item>
        <item>
            <title>002.状況整理 - [2026-07-17] マンジャロ増量</title>
            <link>https://wiki.hgotoh.jp/documents/other/memo00/hosp-011</link>
            <description>002.状況整理

入院後、「２型糖尿病」と説明を受けた。

2026-07-20

本日からマンジャロ 2.5mg → 5mg になりました。

2026-07-17

HbA1cの値が

	*  前々月→前月：-0.7
	*  　前月→今月：-0.1

で、想像以上に勢いが鈍化。これが最初の壁なのかもしれない。</description>
            <author>k896951@undisclosed.example.com (k896951)</author>
            <pubDate>Fri, 17 Jul 2026 08:59:11 +0000</pubDate>
        </item>
    </channel>
</rss>
