<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mt Range Tech</title>
    <link>https://mt-range-tech.com</link>
    <description>Web技術などITに関わる知識を発信しています。</description>
    <language>ja</language>
    <atom:link href="https://mt-range-tech.com/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>iPhoneのスクリーン距離で子どもの近視リスクを抑える（アプリ開発を諦めてOS標準にたどり着いた話）</title>
      <link>https://mt-range-tech.com/article/screen-distance</link>
      <guid>https://mt-range-tech.com/article/screen-distance</guid>
      <pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate>
      <description>子どもがiPhoneを顔に近づけて見る問題を、最初はサードパーティアプリで検知しようとしたものの、iOSのバックグラウンドカメラ制約に阻まれ、最終的にiOS 17標準の「スクリーン距離」機能で解決した記録です。</description>
      <category>iOS</category>
      <category>プライバシー</category>
      <category>子育て</category>
    </item>
    <item>
      <title>マンションの壁埋め込みWiFiを1万円で改善した話（WiFi 6ルーター追加）</title>
      <link>https://mt-range-tech.com/article/mansion-wifi-improvement</link>
      <guid>https://mt-range-tech.com/article/mansion-wifi-improvement</guid>
      <pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate>
      <description>マンション備え付けの壁埋め込みWiFiで「5GHzが繋がらない・2.4GHzが33Mbpsしか出ない」問題を、WiFi 6ルーターをAPモードで追加して650Mbpsまで改善した記録です。</description>
      <category>ネットワーク</category>
      <category>WiFi</category>
    </item>
    <item>
      <title>【NAS自作】第2回：パーツ選定 ー 約7万円で組むNAS構成</title>
      <link>https://mt-range-tech.com/article/nas-parts-selection</link>
      <guid>https://mt-range-tech.com/article/nas-parts-selection</guid>
      <pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate>
      <description>NAS自作シリーズ第2回。CPU・マザーボード・メモリ・HDD・SSD・ケース・電源の各パーツの選定理由と費用を詳しく解説します。</description>
      <category>NAS</category>
      <category>自作</category>
      <category>パーツ選定</category>
    </item>
    <item>
      <title>【NAS自作】第1回：iPhoneの写真・動画を自宅NASで管理する</title>
      <link>https://mt-range-tech.com/article/nas-introduction</link>
      <guid>https://mt-range-tech.com/article/nas-introduction</guid>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <description>iPhoneの写真・動画が増え続ける問題を、自作NASで解決しました。TrueNAS + ZFS + Immichで構築する自宅NASシリーズの第1回です。</description>
      <category>NAS</category>
      <category>自作</category>
    </item>
    <item>
      <title>docker compose入門：WEBアプリケーションを構築</title>
      <link>https://mt-range-tech.com/article/docker-compose-web</link>
      <guid>https://mt-range-tech.com/article/docker-compose-web</guid>
      <pubDate>Sun, 01 Dec 2024 00:00:00 GMT</pubDate>
      <description>Dockerで開発を進めるのであれば必須！複数コンテナを一括管理するdocker-composeについて解説します。</description>
      <category>Docker</category>
      <category>docker compose</category>
    </item>
    <item>
      <title>Dockerネットワーク入門：コンテナ間通信を実現する</title>
      <link>https://mt-range-tech.com/article/docker-network</link>
      <guid>https://mt-range-tech.com/article/docker-network</guid>
      <pubDate>Wed, 20 Nov 2024 00:00:00 GMT</pubDate>
      <description>Dockerのネットワーク設定を学び、複数のコンテナ間で通信を実現する方法を解説します。ハンズオンで手を動かしながら体験してみましょう！</description>
      <category>Docker</category>
      <category>ネットワーク</category>
    </item>
    <item>
      <title>Dockerのボリューム入門：bind mountでデータを永続化する</title>
      <link>https://mt-range-tech.com/article/docker-bind-mount</link>
      <guid>https://mt-range-tech.com/article/docker-bind-mount</guid>
      <pubDate>Sat, 02 Nov 2024 00:00:00 GMT</pubDate>
      <description>ボリューム永続化を行わないとデータの消失リスクが高まります。本記事では、bind mountの特徴と、永続化の手順を詳しく解説します。</description>
      <category>Docker</category>
      <category>ボリューム</category>
    </item>
    <item>
      <title>Dockerのボリューム入門：volumesでデータを永続化する</title>
      <link>https://mt-range-tech.com/article/docker-volumes</link>
      <guid>https://mt-range-tech.com/article/docker-volumes</guid>
      <pubDate>Sun, 27 Oct 2024 00:00:00 GMT</pubDate>
      <description>ボリューム永続化を行わないとデータの消失リスクが高まります。本記事では、volumesの特徴と、永続化の手順を詳しく解説します。</description>
      <category>Docker</category>
      <category>ボリューム</category>
    </item>
    <item>
      <title>Dockerのボリューム永続化が重要な理由とその方法</title>
      <link>https://mt-range-tech.com/article/docker-volume</link>
      <guid>https://mt-range-tech.com/article/docker-volume</guid>
      <pubDate>Fri, 25 Oct 2024 00:00:00 GMT</pubDate>
      <description>ボリューム永続化を行わないとデータの消失リスクが高まります。本記事では、Dockerのvolumesとbind mountの特徴と、永続化の手順を詳しく解説します。</description>
      <category>Docker</category>
      <category>ボリューム</category>
    </item>
    <item>
      <title>Dockerネットワーク入門：Apacheコンテナでテストページ表示</title>
      <link>https://mt-range-tech.com/article/docker-httpd</link>
      <guid>https://mt-range-tech.com/article/docker-httpd</guid>
      <pubDate>Sat, 19 Oct 2024 00:00:00 GMT</pubDate>
      <description>DockerでApacheコンテナを作成し、ポートフォワーディングを設定して、ホストのブラウザにテストページを表示する手順を解説します。</description>
      <category>Docker</category>
      <category>ネットワーク</category>
    </item>
    <item>
      <title>vscodeおすすめ拡張機能（docker）</title>
      <link>https://mt-range-tech.com/article/vscode-expansion-docker</link>
      <guid>https://mt-range-tech.com/article/vscode-expansion-docker</guid>
      <pubDate>Tue, 15 Oct 2024 00:00:00 GMT</pubDate>
      <description>vscodeのおすすめ拡張機能を紹介します。dockerを使っているなら拡張機能「Docker」を使いましょう！今回は拡張機能のインストールと使い方を紹介します！</description>
      <category>VSCode</category>
      <category>Docker</category>
      <category>拡張機能</category>
    </item>
    <item>
      <title>dockerを体験してみよう！</title>
      <link>https://mt-range-tech.com/article/docker-experience</link>
      <guid>https://mt-range-tech.com/article/docker-experience</guid>
      <pubDate>Sun, 13 Oct 2024 00:00:00 GMT</pubDate>
      <description>dockerをインストールしましたか？今回は実際にdocker動かして体験してみましょう。この記事ではPythonが入っているコンテナを作成し、Pythonを実行してみます。</description>
      <category>Docker</category>
      <category>入門</category>
    </item>
    <item>
      <title>dockerをインストールする（Windows）</title>
      <link>https://mt-range-tech.com/article/docker-install</link>
      <guid>https://mt-range-tech.com/article/docker-install</guid>
      <pubDate>Sat, 12 Oct 2024 00:00:00 GMT</pubDate>
      <description>最近の開発ではdockerをよく使います。構成がコード化されているので構成の理解・再現性からもう使わない手はないという感じです。そんなdockerの概要とインストール方法を書いていきます。</description>
      <category>Docker</category>
      <category>環境構築</category>
    </item>
    <item>
      <title>VSCodeのインストール方法を徹底解説 | 初心者向け手順ガイド（Windows）</title>
      <link>https://mt-range-tech.com/article/vscode-install</link>
      <guid>https://mt-range-tech.com/article/vscode-install</guid>
      <pubDate>Sat, 05 Oct 2024 00:00:00 GMT</pubDate>
      <description>有名なcodeエディターの一つVisual Studio Codeをインストールしてみましょう！様々なプログラム言語に対応しているのでプログラミングをするならインストールして損はないでしょう。</description>
      <category>VSCode</category>
      <category>環境構築</category>
    </item>
  </channel>
</rss>
