<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>std9.jp</title>
    <link>https://std9.jp</link>
    <description>技術メモと検証記録</description>
    <language>ja</language>
    <lastBuildDate>Sat, 09 May 2026 08:37:04 GMT</lastBuildDate>
    <pubDate>Fri, 29 Mar 2024 05:29:24 GMT</pubDate>
    <atom:link href="https://std9.jp/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git デフォルトブランチ名を master から main に変更する方法 (TortoiseGit)</title>
      <link>https://std9.jp/articles/01fmgkbgjtpyvm6jdzj7txvzfp</link>
      <guid isPermaLink="true">https://std9.jp/articles/01fmgkbgjtpyvm6jdzj7txvzfp</guid>
      <pubDate>Fri, 29 Mar 2024 05:29:24 GMT</pubDate>
      <category>git</category>
      <description>Windows の TortoiseGit でのデフォルトブランチ名を変更する方法をメモしておきます。</description>
    </item>
    <item>
      <title>Playwright の使い方 メモ ( ..)φ</title>
      <link>https://std9.jp/articles/01g948gz3q9z8cyjpe5m9amhq9</link>
      <guid isPermaLink="true">https://std9.jp/articles/01g948gz3q9z8cyjpe5m9amhq9</guid>
      <pubDate>Fri, 29 Dec 2023 00:26:05 GMT</pubDate>
      <category>JavaScript - Playwright</category>
      <description>Playwright を使ってブラウザの自動化</description>
    </item>
    <item>
      <title>Nuxt3 で Material3 コンポーネントを使う方法</title>
      <link>https://std9.jp/articles/01HFJYCYB7H6E847V86S23GTPQ</link>
      <guid isPermaLink="true">https://std9.jp/articles/01HFJYCYB7H6E847V86S23GTPQ</guid>
      <pubDate>Wed, 20 Dec 2023 04:10:50 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description></description>
    </item>
    <item>
      <title>nuxt3 の ServerAPI で Cloudflare Workers KV を使う方法</title>
      <link>https://std9.jp/articles/01GMW5ZD3JKWECBW18Z14DK1B7</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GMW5ZD3JKWECBW18Z14DK1B7</guid>
      <pubDate>Thu, 07 Dec 2023 04:41:53 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description></description>
    </item>
    <item>
      <title>Nuxt3 で fabric.js を使う方法</title>
      <link>https://std9.jp/articles/01HFK1AFRMKAVBDMR4A4DT10JH</link>
      <guid isPermaLink="true">https://std9.jp/articles/01HFK1AFRMKAVBDMR4A4DT10JH</guid>
      <pubDate>Sun, 19 Nov 2023 07:20:41 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description></description>
    </item>
    <item>
      <title>7-Zip で ZIP ファイルをダブルクリックで展開(解凍)する方法</title>
      <link>https://std9.jp/articles/01fp1cyphrgt39v0ct0szv8jk4</link>
      <guid isPermaLink="true">https://std9.jp/articles/01fp1cyphrgt39v0ct0szv8jk4</guid>
      <pubDate>Mon, 06 Nov 2023 02:52:03 GMT</pubDate>
      <category>Windows</category>
      <description></description>
    </item>
    <item>
      <title>AndroidでのUVCCamera(OTGカメラ)について調べたこと</title>
      <link>https://std9.jp/articles/01H12Z3CG9C74TNNFEY5Q21S0V</link>
      <guid isPermaLink="true">https://std9.jp/articles/01H12Z3CG9C74TNNFEY5Q21S0V</guid>
      <pubDate>Tue, 23 May 2023 07:42:49 GMT</pubDate>
      <category>Other</category>
      <description></description>
    </item>
    <item>
      <title>Google連絡先にCSVをインポートする方法：CSVテンプレート使用ガイド</title>
      <link>https://std9.jp/articles/01H0P9ZFV3JXE9HGAFFARC19PN</link>
      <guid isPermaLink="true">https://std9.jp/articles/01H0P9ZFV3JXE9HGAFFARC19PN</guid>
      <pubDate>Thu, 18 May 2023 02:46:59 GMT</pubDate>
      <category>Other</category>
      <description>Google連絡先へのCSVインポートの簡単ガイド。UTF-8対応のCSVを用意し、Google連絡先ページからインポートします。適切なフォーマットが重要。ひな形のファイルを用意しました。</description>
    </item>
    <item>
      <title>OneDrive にサインインできず、0x8004de40 とか 0x8004de88 が表示される対応方法</title>
      <link>https://std9.jp/articles/01GZTBV6487VR3JFAE5F4ZZH1R</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GZTBV6487VR3JFAE5F4ZZH1R</guid>
      <pubDate>Sun, 07 May 2023 06:32:34 GMT</pubDate>
      <category>Windows</category>
      <description></description>
    </item>
    <item>
      <title>Tauriでnuxt3を動かす方法</title>
      <link>https://std9.jp/articles/01GZ0G1HS3RJME7SP3Z8DF2WPQ</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GZ0G1HS3RJME7SP3Z8DF2WPQ</guid>
      <pubDate>Thu, 27 Apr 2023 08:06:05 GMT</pubDate>
      <category>TAURI</category>
      <description></description>
    </item>
    <item>
      <title>TAURI でタスクバーにアプリを表示しないようにする方法</title>
      <link>https://std9.jp/articles/01GZ09NH2MEQ8Y1G01GGXWG0RJ</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GZ09NH2MEQ8Y1G01GGXWG0RJ</guid>
      <pubDate>Thu, 27 Apr 2023 04:16:52 GMT</pubDate>
      <category>TAURI</category>
      <description>TAURI の設定ファイルである tauri.conf.json の tauri.windows.skipTaskbar プロパティを true にすることで、アプリ起動時からタスクバーから非表示にすることができます。</description>
    </item>
    <item>
      <title>Nuxt3 で Google Analytics (GA4) の実装方法</title>
      <link>https://std9.jp/articles/01fpet6p50yk16ybm3wd8f16pr</link>
      <guid isPermaLink="true">https://std9.jp/articles/01fpet6p50yk16ybm3wd8f16pr</guid>
      <pubDate>Thu, 30 Mar 2023 04:35:22 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description>vue3 で利用できる gtag 用パッケージ、`vue-gtag` を nuxt3 のプラグインとして実装します</description>
    </item>
    <item>
      <title>DBeaverで『[SQLITE_BUSY]  The database file is locked (database is locked)』エラーが発生してWSL内のSQLiteファイルが読み込めない</title>
      <link>https://std9.jp/articles/01GQ6EN8FTBN78HS7P35P49KSR</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GQ6EN8FTBN78HS7P35P49KSR</guid>
      <pubDate>Fri, 20 Jan 2023 05:08:50 GMT</pubDate>
      <category>Linux</category>
      <description></description>
    </item>
    <item>
      <title>Ubuntu 22.04 サーバーに nginx の最新安定板をインストール、SSL対応</title>
      <link>https://std9.jp/articles/01GNBQJXZ18KD3RMNNHJAES5YT</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GNBQJXZ18KD3RMNNHJAES5YT</guid>
      <pubDate>Fri, 30 Dec 2022 02:45:34 GMT</pubDate>
      <category>ＬＯＧ</category>
      <description></description>
    </item>
    <item>
      <title>Ubuntu 22.04 Server に Node.js をインストールする方法</title>
      <link>https://std9.jp/articles/01GDWCJ85PW1AWWTJ8MGBZNKNR</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GDWCJ85PW1AWWTJ8MGBZNKNR</guid>
      <pubDate>Wed, 28 Dec 2022 04:18:46 GMT</pubDate>
      <category>Linux</category>
      <description>Ubuntu (22.04) 環境に Node.js をインストールするには、NodeSource が公開しているバイナリーディストリビューションを使うのが簡単で確実です。</description>
    </item>
    <item>
      <title>TypeScript で型のみ importする方法</title>
      <link>https://std9.jp/articles/01GKTQZX3T863MZVG0HZ2X11HZ</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GKTQZX3T863MZVG0HZ2X11HZ</guid>
      <pubDate>Fri, 09 Dec 2022 06:13:01 GMT</pubDate>
      <category>JavaScript</category>
      <description></description>
    </item>
    <item>
      <title>SurrealDB を使ってみる</title>
      <link>https://std9.jp/articles/01GGV215MD2KEEBTK93JEGGN36</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GGV215MD2KEEBTK93JEGGN36</guid>
      <pubDate>Wed, 30 Nov 2022 11:35:14 GMT</pubDate>
      <category>SurrealDB</category>
      <description></description>
    </item>
    <item>
      <title>nuxt3でビルド時に画像の変換をする方法</title>
      <link>https://std9.jp/articles/01GJEC8C7K3T1E01ECTMZ9344E</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GJEC8C7K3T1E01ECTMZ9344E</guid>
      <pubDate>Tue, 22 Nov 2022 00:56:41 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description>nuxt3のビルド(npm run dev/build/generate)時に画像の変換を実行する例です。viteのプラグインを作成することで実現できます。</description>
    </item>
    <item>
      <title>Nuxt3(Vue3) で URL クエリに応じてモーダルを表示する方法</title>
      <link>https://std9.jp/articles/01GF8260TJCG4BFB1M2851NWQJ</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GF8260TJCG4BFB1M2851NWQJ</guid>
      <pubDate>Thu, 13 Oct 2022 07:28:15 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description>Google フォトのブラウザ版のように、URLのクエリによってモーダルを表示・非表示する方法。</description>
    </item>
    <item>
      <title>WSL2 Tips (インストール方法、WSL再起動方法、など)</title>
      <link>https://std9.jp/articles/01GF7ZV50X4C2YBN9TF7YJW605</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GF7ZV50X4C2YBN9TF7YJW605</guid>
      <pubDate>Thu, 13 Oct 2022 06:32:47 GMT</pubDate>
      <category>Linux</category>
      <description></description>
    </item>
    <item>
      <title>LINEでのURLを外部ブラウザで開かせる方法</title>
      <link>https://std9.jp/articles/01GF7T9A47ZYHJP9QBNBZ5DCRX</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GF7T9A47ZYHJP9QBNBZ5DCRX</guid>
      <pubDate>Thu, 13 Oct 2022 04:49:32 GMT</pubDate>
      <category>HTML</category>
      <description>URLに openExternalBrowser=1 クエリを追加することで LINE 内ブラウザの代わりに外部ブラウザで URL を開きます</description>
    </item>
    <item>
      <title>Strapi v4 の Tips 集、使い方</title>
      <link>https://std9.jp/articles/01G9HNFPAXDC60HNGME7T4BDTP</link>
      <guid isPermaLink="true">https://std9.jp/articles/01G9HNFPAXDC60HNGME7T4BDTP</guid>
      <pubDate>Fri, 07 Oct 2022 07:27:40 GMT</pubDate>
      <category>JavaScript - Strapi</category>
      <description>Node.js の Strapi は Python でいう Django みたいな役割をしてくれます。バックエンドの開発がかなり減らせるので個人開発や手っ取り早く立ち上げたいときに大変助かる存在です。</description>
    </item>
    <item>
      <title>Nuxt3(vue3) でプログラムコード上から動的にコンポーネントを生成する方法</title>
      <link>https://std9.jp/articles/01GER1GGXGNA1KXFKM5GWQ43XS</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GER1GGXGNA1KXFKM5GWQ43XS</guid>
      <pubDate>Fri, 07 Oct 2022 01:49:14 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description></description>
    </item>
    <item>
      <title>Nuxt3 の Tips 集 (TypeScript)</title>
      <link>https://std9.jp/articles/01GAX5BAKZ0045DPBKJG49C3HE</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GAX5BAKZ0045DPBKJG49C3HE</guid>
      <pubDate>Fri, 07 Oct 2022 01:39:48 GMT</pubDate>
      <category>JavaScript - Nuxt3</category>
      <description></description>
    </item>
    <item>
      <title>Ubuntu と Google Domains で DDNS を設定する方法</title>
      <link>https://std9.jp/articles/01GDVPQ775J7AQX5FJSJ8FRK8D</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GDVPQ775J7AQX5FJSJ8FRK8D</guid>
      <pubDate>Mon, 26 Sep 2022 02:04:57 GMT</pubDate>
      <category>Linux</category>
      <description>Google Domains のダイナミック DNS と、Ubuntu 22.04 側で ddclient を使用して DDNS を実現する方法です。</description>
    </item>
    <item>
      <title>VMWare 上に Ubuntu 22.04 Server を構築して SSH 接続する方法</title>
      <link>https://std9.jp/articles/01GDMEM8VRPNP0MKX975AK56PK</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GDMEM8VRPNP0MKX975AK56PK</guid>
      <pubDate>Sat, 24 Sep 2022 03:26:44 GMT</pubDate>
      <category>Linux</category>
      <description></description>
    </item>
    <item>
      <title>Windows 環境に Anaconda をインストールする方法</title>
      <link>https://std9.jp/articles/01GC8JJPC04KJJPGAZH5E9NSG2</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GC8JJPC04KJJPGAZH5E9NSG2</guid>
      <pubDate>Tue, 06 Sep 2022 06:32:19 GMT</pubDate>
      <category>Python</category>
      <description>Anaconda のダウンロードとインストール、動作確認まで行いました。</description>
    </item>
    <item>
      <title>Windows 共有フォルダの同時接続数を確認する方法</title>
      <link>https://std9.jp/articles/01GC8BTYC8322G48V76RZE9K2G</link>
      <guid isPermaLink="true">https://std9.jp/articles/01GC8BTYC8322G48V76RZE9K2G</guid>
      <pubDate>Tue, 06 Sep 2022 04:14:30 GMT</pubDate>
      <category>Windows</category>
      <description>管理者権限で コマンドプロンプト か PowerShell を起動して、net config server コマンドを実行します。</description>
    </item>
    <item>
      <title>JavaScript(TypeScript) による Sleep の実装方法 (async/awateパターン)</title>
      <link>https://std9.jp/articles/01fmrrhkgrd5jkh2k0t55zbype</link>
      <guid isPermaLink="true">https://std9.jp/articles/01fmrrhkgrd5jkh2k0t55zbype</guid>
      <pubDate>Sat, 03 Sep 2022 00:10:53 GMT</pubDate>
      <category>JavaScript</category>
      <description>実験やテスト的に待機時間を入れたいとき用に sleep 関数を実装してみました。</description>
    </item>
    <item>
      <title>Google アカウント作成で『代わりに現在のメールアドレスを使用』が表示されない場合の対処方法</title>
      <link>https://std9.jp/articles/01g910zjbr44zhegnjmqxga1ca</link>
      <guid isPermaLink="true">https://std9.jp/articles/01g910zjbr44zhegnjmqxga1ca</guid>
      <pubDate>Fri, 02 Sep 2022 23:50:44 GMT</pubDate>
      <category>E メール関係</category>
      <description>『代わりに現在のメールアドレスを使用』が表示されないことがある。ちょっとだけ、はまったので解決手段をここに記載しておきます</description>
    </item>
  </channel>
</rss>
