<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>taikii.github.io</title>
    <link>https://taikii.github.io/</link>
    <description>Recent content on taikii.github.io</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; Copyright 2017 taikii</copyright>
    <lastBuildDate>Thu, 18 Dec 2025 00:00:00 +0900</lastBuildDate>
    <atom:link href="https://taikii.github.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Redmine ログイン失敗でユーザをロックするプラグイン作った話</title>
      <link>https://taikii.github.io/posts/2025/12/18_redmine-user-lockout-plugin/</link>
      <pubDate>Thu, 18 Dec 2025 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2025/12/18_redmine-user-lockout-plugin/</guid>
      <description>&lt;p&gt;この記事は &lt;a href=&#34;https://adventar.org/calendars/11694&#34;&gt;Redmine Advent Calendar 2025&lt;/a&gt; 18日目です。&lt;/p&gt;&#xA;&lt;p&gt;色々あって、指定回数ログインに失敗した場合に対象ユーザをロックするプラグインを作りました。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;まず最初に、READMEにも書いていますが、これはユーザアカウントをロックする攻撃に使用することができてしまいます。このプラグインを導入する前にOAuth2や2FAの導入を検討してください。&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Redmine User Lockout plugin&lt;/strong&gt;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;a href=&#34;https://github.com/taikii/redmine_user_lockout&#34;&gt;https://github.com/taikii/redmine_user_lockout&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cosense（Scrapbox） TIL用カレンダー2025年版</title>
      <link>https://taikii.github.io/posts/2025/03/scrapbox-til-calendar-2025/</link>
      <pubDate>Thu, 27 Mar 2025 22:42:49 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2025/03/scrapbox-til-calendar-2025/</guid>
      <description>&lt;p&gt;以前 &lt;a href=&#34;https://taikii.github.io/posts/2022/10/scrapbox-til/&#34;&gt;ScrapboxでTIL&lt;/a&gt; という記事を書いたんですが、今更その2025年版カレンダーを作ったのでメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>育児日記のハードルを下げたい</title>
      <link>https://taikii.github.io/posts/2024/12/ikuji-diary2/</link>
      <pubDate>Tue, 03 Dec 2024 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2024/12/ikuji-diary2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://adventar.org/calendars/10811&#34;&gt;子育てエンジニア Advent Calendar 2024&lt;/a&gt; 3日目の記事です。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo のテーマ Whiteplain に Bluesky シェアボタン作った</title>
      <link>https://taikii.github.io/posts/2024/02/bluesky-share-button/</link>
      <pubDate>Thu, 29 Feb 2024 22:38:24 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2024/02/bluesky-share-button/</guid>
      <description>&lt;p&gt;Bluesky がバージョンアップして念願のハッシュタグが実装されました！おめでとう！それと同時にインテントにも対応したため、せっかくなのでWhiteplainにシェアボタンを作りました。&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Bluesky: &amp;ldquo;📢 1.70 is rolling out now (5/6) (This one is a bit techy) Compose intent URLs! https:// bsky . app /intent/compose?text=”…” to open Bluesky with the composer open and prefilled with the text parameter.&amp;rdquo; — Bluesky &lt;a href=&#34;https://bsky.app/profile/bsky.app/post/3kmjboaopvn2f&#34;&gt;https://bsky.app/profile/bsky.app/post/3kmjboaopvn2f&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>curlのconfigではダブルクォートを使う</title>
      <link>https://taikii.github.io/posts/2024/02/curl-config-quote/</link>
      <pubDate>Tue, 27 Feb 2024 21:41:36 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2024/02/curl-config-quote/</guid>
      <description>&lt;p&gt;curl でコンフィグファイルを指定するオプション &lt;code&gt;-K / --config&lt;/code&gt; で指定するファイルではダブルクォートで記述する必要があります。シングルクォートだと機能しません。manにも書いてありました。いやーハマったハマった。&lt;/p&gt;&#xA;&lt;p&gt;また &lt;code&gt;-K&lt;/code&gt; に &lt;code&gt;-&lt;/code&gt; を渡すことで標準入力から取ることができます。&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://curl.se/docs/manpage.html#-K&#34;&gt;https://curl.se/docs/manpage.html#-K&lt;/a&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;div class=&#34;chroma&#34;&gt;&#xA;&lt;table class=&#34;lntable&#34;&gt;&lt;tr&gt;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;lnt&#34;&gt;1&#xA;&lt;/span&gt;&lt;span class=&#34;lnt&#34;&gt;2&#xA;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&#xA;&lt;td class=&#34;lntd&#34;&gt;&#xA;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ curl -K- https://example.com/ &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;-H \&amp;#34;Authorization: Bearer &lt;/span&gt;&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;_token&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;\&amp;#34;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ curl -K- https://example.com/ &lt;span class=&#34;o&#34;&gt;&amp;lt;&amp;lt;&amp;lt;&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;Header = \&amp;#34;Authorization: Bearer &lt;/span&gt;&lt;span class=&#34;si&#34;&gt;${&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;_token&lt;/span&gt;&lt;span class=&#34;si&#34;&gt;}&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;\&amp;#34;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&lt;p&gt;参考&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://qiita.com/ktooi/items/958bab82b828b389969a&#34;&gt;そんな curl で大丈夫か？認証情報を非対話で安全に入力する方法 #Linux - Qiita&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://stackoverflow.com/questions/27127195/how-do-i-set-a-custom-header-in-a-curl-config-file&#34;&gt;http - how do I set a custom header in a curl config file - Stack Overflow&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Blueskyクライアントシェルを作った</title>
      <link>https://taikii.github.io/posts/2024/02/bsky-sh/</link>
      <pubDate>Fri, 23 Feb 2024 06:15:17 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2024/02/bsky-sh/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://bsky.app/&#34;&gt;Bluesky&lt;/a&gt; のリストをバルク処理したかったので、APIをコールするクライアントをBashで作りました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ドメインを変更しました</title>
      <link>https://taikii.github.io/posts/2024/02/change-domain/</link>
      <pubDate>Fri, 09 Feb 2024 23:15:33 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2024/02/change-domain/</guid>
      <description>&lt;p&gt;なんとなく思うところがあって、ドメインを &lt;a href=&#34;https://taikii.net&#34;&gt;https://taikii.net&lt;/a&gt; から &lt;a href=&#34;https://nagarage.dev&#34;&gt;https://nagarage.dev&lt;/a&gt; に変更しました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>MS IMEはタブキーで日付に変換する</title>
      <link>https://taikii.github.io/posts/2023/11/convert-date-with-ms-ime/</link>
      <pubDate>Tue, 14 Nov 2023 23:10:54 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2023/11/convert-date-with-ms-ime/</guid>
      <description>&lt;p&gt;最近知ったんですが、MS IMEでも「kyou」と打った直後に &lt;code&gt;Tab&lt;/code&gt; キーを押すことで「2023/11/14」のような日付に変換することができるんですね。&lt;/p&gt;&#xA;&lt;p&gt;ATOKやGoogle日本語入力でできるっていうのは知っていて、MS IMEでもできるっていう記事は何度も目についたんですが、なんで自分はできないんだろうとずっと疑問でした。私、スペースキーを連打してました。。。まさかスペースを押す前にタブを押す必要があるとは。。。&lt;/p&gt;&#xA;&lt;p&gt;惜しむらくは ISO 8601 フォーマットに変換できないんですよねぇ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scrapbox TIL用カレンダー2024年版</title>
      <link>https://taikii.github.io/posts/2023/11/scrapbox-til-calendar-2024/</link>
      <pubDate>Tue, 14 Nov 2023 22:38:18 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2023/11/scrapbox-til-calendar-2024/</guid>
      <description>&lt;p&gt;以前 &lt;a href=&#34;https://taikii.github.io/posts/2022/10/scrapbox-til/&#34;&gt;ScrapboxでTIL&lt;/a&gt; という記事を書いたんですが、その2024年版カレンダーを作ったのでメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>育児日記をSlackとGitHub Actionsでつけている話</title>
      <link>https://taikii.github.io/posts/2023/11/ikuji-diary/</link>
      <pubDate>Thu, 02 Nov 2023 22:45:13 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2023/11/ikuji-diary/</guid>
      <description>&lt;p&gt;育児の記録をなんらかの形で残したいとは思うものの、紙の日記やブログはどうしても続かないので、気が向いたときに個人Slackにつぶやいて、それを日次のGitHub ActionsでGitHubリポジトリにMarkdownファイルに落とし込んで残すようにしています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ムームードメインからCloudflareにドメインを移管した</title>
      <link>https://taikii.github.io/posts/2023/01/domain-transfer-cloudflare/</link>
      <pubDate>Mon, 09 Jan 2023 01:42:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2023/01/domain-transfer-cloudflare/</guid>
      <description>&lt;p&gt;これまでこのサイトは、Circle CIでビルドしGitHub Pagesでホスティングしてドメインはムームードメインで管理していました。&lt;a href=&#34;https://muumuu-domain.com/information/news/4901&#34;&gt;ムームードメインが2月からサービス維持調整費をとるようになる&lt;/a&gt; というのと、同じく2月から &lt;code&gt;.net&lt;/code&gt; の価格が上がるということで、いい機会なのでCloudflareにドメインを移管することにしました。ついでにホスティングもCloudflare Pagesに変更しました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine Includeマクロ拡張マクロを拡張してテーブル表示できるようにした</title>
      <link>https://taikii.github.io/posts/2022/12/redmine-include-macro-extension-extension/</link>
      <pubDate>Tue, 13 Dec 2022 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/12/redmine-include-macro-extension-extension/</guid>
      <description>&lt;p&gt;この記事は &lt;a href=&#34;https://adventar.org/calendars/7683&#34;&gt;Redmine Advent Calendar 2022&lt;/a&gt; 13日目です。&lt;/p&gt;&#xA;&lt;p&gt;RedmineにはWikiページを挿入する &lt;code&gt;include&lt;/code&gt; というマクロがありますが、以前それを拡張してWikiページの特定のセクションだけを挿入できるようにした &lt;a href=&#34;https://github.com/taikii/redmine_include_macro_extension&#34;&gt;Redmine Include Macro Extension&lt;/a&gt; というプラグインを作りました。これをさらに拡張して、複数のWikiページの同じ名前のセクションを表で表示する機能を追加しました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ScrapboxでTIL</title>
      <link>https://taikii.github.io/posts/2022/10/scrapbox-til/</link>
      <pubDate>Sun, 30 Oct 2022 13:23:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/10/scrapbox-til/</guid>
      <description></description>
    </item>
    <item>
      <title>Redmine 5.0 のメンション機能を検証</title>
      <link>https://taikii.github.io/posts/2022/09/redmine5-mention/</link>
      <pubDate>Thu, 29 Sep 2022 00:22:13 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/09/redmine5-mention/</guid>
      <description>&lt;p&gt;Redmine 5.0 で組み込まれた待望のメンション機能を検証します。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gitlab OmnibusのMattermostでHSTSが有効になった話</title>
      <link>https://taikii.github.io/posts/2022/09/gitlab-mattermost-hsts/</link>
      <pubDate>Sun, 04 Sep 2022 01:05:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/09/gitlab-mattermost-hsts/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://news.mynavi.jp/techplus/article/20220826-2435525/&#34;&gt;GitLabにRCE脆弱性&lt;/a&gt; ニュースをきっかけに、重い腰を上げてGitLab Omnibusを 14.6 → 15.3.1 にアップデートしました。そうしたところ、GitLab Mattermost で HSTS（Strict-Transport-Security） が機能するようになってしまい、同じホスト上動いているHTTPのサービス（HTTPSではなく）にアクセスできなくなってしまう問題が発生しました。&lt;/p&gt;&#xA;&lt;p&gt;これ、いつから…？（更新サボってるのが悪い）&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine: 印刷対象外領域書けるマクロを作った</title>
      <link>https://taikii.github.io/posts/2022/04/redmine-noprint-macro/</link>
      <pubDate>Sat, 23 Apr 2022 22:44:28 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/04/redmine-noprint-macro/</guid>
      <description>&lt;p&gt;Redmineで印刷対象外の領域を書けるマクロを作りました。&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/taikii/redmine_noprint_macro&#34;&gt;https://github.com/taikii/redmine_noprint_macro&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>x時台に動くcronを調査する</title>
      <link>https://taikii.github.io/posts/2022/03/x%E6%99%82%E5%8F%B0%E3%81%AB%E5%8B%95%E3%81%8Fcron%E3%82%92%E8%AA%BF%E6%9F%BB%E3%81%99%E3%82%8B/</link>
      <pubDate>Sun, 13 Mar 2022 23:58:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/03/x%E6%99%82%E5%8F%B0%E3%81%AB%E5%8B%95%E3%81%8Fcron%E3%82%92%E8%AA%BF%E6%9F%BB%E3%81%99%E3%82%8B/</guid>
      <description>&lt;p&gt;cronって色々な書き方あるじゃないですか。5分間隔だと &lt;code&gt;*/5 *&lt;/code&gt; とか、毎時2分から5分間隔であれば &lt;code&gt;2-59/5 *&lt;/code&gt; とか、0時から6時・18時から23時の毎時0分だと &lt;code&gt;0 0-6,18-23&lt;/code&gt; とか。短くスマートに書けるのはいいんですが、じゃあ「22時台に動いている処理は？」って言われると、ぱっと出てこないんですよね。grepしても出てこない。台帳作っとけよという話なんですが、なんというか…台帳をメンテするのも大変というか…台帳が信用おけないというか。&lt;/p&gt;&#xA;&lt;p&gt;なので、cronの内容から「時」のフィールドを展開するワンライナーを考えてみました。かなり力技で。&lt;/p&gt;&#xA;&lt;p&gt;メンテ等で影響するジョブを調査する上では「何時台に動いているバッチ」がわかればいいだろうと思うので、「時」のフィールドだけを対象にしています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>日本語URLの場合にソーシャルシェアがうまく機能しない問題を修正</title>
      <link>https://taikii.github.io/posts/2022/02/%E6%97%A5%E6%9C%AC%E8%AA%9Eurl%E3%81%AE%E5%A0%B4%E5%90%88%E3%81%AB%E3%82%BD%E3%83%BC%E3%82%B7%E3%83%A3%E3%83%AB%E3%82%B7%E3%82%A7%E3%82%A2%E3%81%8C%E3%81%86%E3%81%BE%E3%81%8F%E6%A9%9F%E8%83%BD%E3%81%97%E3%81%AA%E3%81%84%E5%95%8F%E9%A1%8C%E3%82%92%E4%BF%AE%E6%AD%A3/</link>
      <pubDate>Mon, 14 Feb 2022 00:12:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/02/%E6%97%A5%E6%9C%AC%E8%AA%9Eurl%E3%81%AE%E5%A0%B4%E5%90%88%E3%81%AB%E3%82%BD%E3%83%BC%E3%82%B7%E3%83%A3%E3%83%AB%E3%82%B7%E3%82%A7%E3%82%A2%E3%81%8C%E3%81%86%E3%81%BE%E3%81%8F%E6%A9%9F%E8%83%BD%E3%81%97%E3%81%AA%E3%81%84%E5%95%8F%E9%A1%8C%E3%82%92%E4%BF%AE%E6%AD%A3/</guid>
      <description>&lt;p&gt;この記事のようにURLが日本語が含まれる場合…というか、URLエンコードが必要なURLの場合、ソーシャルシェアリンクがうまく機能しない問題がありました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ゴジラ×メカゴジラ見た</title>
      <link>https://taikii.github.io/posts/2022/01/%E3%82%B4%E3%82%B8%E3%83%A9%E3%83%A1%E3%82%AB%E3%82%B4%E3%82%B8%E3%83%A9%E8%A6%8B%E3%81%9F/</link>
      <pubDate>Sat, 29 Jan 2022 08:50:37 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/01/%E3%82%B4%E3%82%B8%E3%83%A9%E3%83%A1%E3%82%AB%E3%82%B4%E3%82%B8%E3%83%A9%E8%A6%8B%E3%81%9F/</guid>
      <description>&lt;p&gt;3式機龍カッコいい。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在宅勤務を続けたい</title>
      <link>https://taikii.github.io/posts/2022/01/%E5%9C%A8%E5%AE%85%E5%8B%A4%E5%8B%99%E3%82%92%E7%B6%9A%E3%81%91%E3%81%9F%E3%81%84/</link>
      <pubDate>Sun, 16 Jan 2022 11:53:46 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2022/01/%E5%9C%A8%E5%AE%85%E5%8B%A4%E5%8B%99%E3%82%92%E7%B6%9A%E3%81%91%E3%81%9F%E3%81%84/</guid>
      <description>&lt;p&gt;ありがたいことに2020年の中頃から基本的に在宅勤務をやらせてもらっています。今の所、この在宅勤務というものは私にあっていると感じているので、現在の思いを書き留めておこうと思います。あと、記事のファイル名を日本語にしてみるテスト。&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitLab 13.12 から 14.6 へのアップグレードでコケた話</title>
      <link>https://taikii.github.io/posts/2021/12/gitlab-146-upgrade/</link>
      <pubDate>Thu, 30 Dec 2021 07:43:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2021/12/gitlab-146-upgrade/</guid>
      <description>&lt;p&gt;GitLab 13.12 で運用していたんですが、先日リリースされた &lt;a href=&#34;https://about.gitlab.com/releases/2021/12/22/gitlab-14-6-released/&#34;&gt;GitLab 14.6&lt;/a&gt; へのアップグレードを行った際にいくつかの障壁があったのでメモ。&lt;/p&gt;&#xA;&lt;p&gt;アップグレードは &lt;a href=&#34;https://docs.gitlab.com/ee/update/#upgrade-paths&#34;&gt;Upgrade paths&lt;/a&gt; を元に実施しています。今回は以下のようなパスでアップグレードを実施しました。&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;13.12 -&amp;gt; 13.12.12 -&amp;gt; 14.0.11 -&amp;gt; 14.1.8 -&amp;gt; 14.6&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;私は &lt;a href=&#34;https://hub.docker.com/r/gitlab/gitlab-ee&#34;&gt;gitlab/gitlab-ee - Docker Image | Docker Hub&lt;/a&gt; を使用しています。&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;※アップグレードは、必ずバックアップを取ってから行いましょう。&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>jqでDockerログをJSTに変換する</title>
      <link>https://taikii.github.io/posts/2021/12/jq-docker-log-dateformat/</link>
      <pubDate>Sat, 04 Dec 2021 23:36:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2021/12/jq-docker-log-dateformat/</guid>
      <description>&lt;p&gt;JSON形式のDockerログのタイムスタンプをJSTに変換したい。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spring Data JPAのsave時にSELECTしないようにする</title>
      <link>https://taikii.github.io/posts/2021/12/spring-jpa-insert/</link>
      <pubDate>Sat, 04 Dec 2021 23:07:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2021/12/spring-jpa-insert/</guid>
      <description>&lt;p&gt;Spring Data JPAでは &lt;code&gt;save&lt;/code&gt; する際にレコード存在チェックをしに行くので、これを抑制して &lt;code&gt;INSERT&lt;/code&gt; だけするようにしたい。&lt;/p&gt;&#xA;&lt;p&gt;同じことを解説している良質な記事は他にたくさんありますので、そっち見てください…。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Microsoft EdgeのIEモードについて調べてみた</title>
      <link>https://taikii.github.io/posts/2021/06/edge-ie-mode/</link>
      <pubDate>Sun, 27 Jun 2021 17:36:04 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2021/06/edge-ie-mode/</guid>
      <description>&lt;p&gt;Microsoft Edge (Chromium) の Internet Explorerモード（IEモード）について調べたことをまとめます。（&lt;a href=&#34;https://docs.microsoft.com/ja-jp/deployedge/edge-ie-mode&#34;&gt;Internet Explorer モードとは | Microsoft Docs&lt;/a&gt;）&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Analyticsを削除しました</title>
      <link>https://taikii.github.io/posts/2021/06/delete-google-analytics/</link>
      <pubDate>Sat, 26 Jun 2021 23:39:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2021/06/delete-google-analytics/</guid>
      <description>&lt;p&gt;Googleアナリティクスを削除しました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>バセドウ病を治療して変わったこと</title>
      <link>https://taikii.github.io/posts/2021/02/basedow/</link>
      <pubDate>Sat, 27 Feb 2021 15:10:03 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2021/02/basedow/</guid>
      <description>&lt;p&gt;バセドウ病が落ち着いてきたので治療して変わったことなどをまとめます。&lt;/p&gt;</description>
    </item>
    <item>
      <title>2020年ふりかえり</title>
      <link>https://taikii.github.io/posts/2021/01/review2020/</link>
      <pubDate>Fri, 01 Jan 2021 09:20:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2021/01/review2020/</guid>
      <description>&lt;p&gt;2020年ふりかえります。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thymeleafに関する記事を2件修正しました</title>
      <link>https://taikii.github.io/posts/2020/08/thymeleaf-posts-update/</link>
      <pubDate>Sun, 30 Aug 2020 16:18:56 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2020/08/thymeleaf-posts-update/</guid>
      <description>&lt;p&gt;Thymeleafに関する記事を2件修正しました。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://taikii.github.io/posts/2019/10/i18n-fields-on-thymeleaf/&#34;&gt;Thymeleafで言語別フィールドをカッコよく表示する&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://taikii.github.io/posts/2020/08/thymeleaf-sec-authorize-url/&#34;&gt;thymeleaf-extras-springsecurityでURLへのアクセス権の有無によってリンクとラベルを切り替える&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>thymeleaf-extras-springsecurityでURLへのアクセス権の有無によってリンクとラベルを切り替える</title>
      <link>https://taikii.github.io/posts/2020/08/thymeleaf-sec-authorize-url/</link>
      <pubDate>Sun, 02 Aug 2020 00:17:49 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2020/08/thymeleaf-sec-authorize-url/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://github.com/thymeleaf/thymeleaf-extras-springsecurity&#34;&gt;thymeleaf-extras-springsecurity&lt;/a&gt; を使うと Thymeleaf で Spring Security のオブジェクトにアクセスできるようになります。&lt;/p&gt;&#xA;&lt;p&gt;thymeleaf-extras-springsecurity には、指定のURLにアクセス可能である場合に要素を出力する &lt;code&gt;sec:authorize-url=&amp;quot;url&amp;quot;&lt;/code&gt; という属性があり、結構便利に使えます。この属性はアクセス権がない場合の処理には使えないので「アクセス権の有無によってリンクとラベルを切り替えたい」みたいなニーズは、この属性だけでは実現できません（と思います）。それをスマートに書けないか考えてみました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thymeleafの sec:authorize 内で変数にアクセスする</title>
      <link>https://taikii.github.io/posts/2020/02/thymeleaf-sec-authorize-access-object/</link>
      <pubDate>Mon, 17 Feb 2020 00:06:38 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2020/02/thymeleaf-sec-authorize-access-object/</guid>
      <description>&lt;p&gt;ThymeleafでSpring Securityの機能を使用できる thymeleaf-extras-springsecurity を使っていて、&lt;code&gt;sec:authorize&lt;/code&gt; 内で変数の参照に手間取ったのでメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spring Bootのかっこいいページネーションを考える</title>
      <link>https://taikii.github.io/posts/2020/02/spring-boot-kakko-e-pagination/</link>
      <pubDate>Sun, 16 Feb 2020 23:08:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2020/02/spring-boot-kakko-e-pagination/</guid>
      <description>&lt;p&gt;Spring Bootのページネーションを考えてみます。&lt;/p&gt;&#xA;&lt;p&gt;コントローラ側の処理は省略しますが、簡単に言うとメソッドの仮引数 &lt;code&gt;Pageable&lt;/code&gt; を定義するだけです。デフォルト値はこの仮引数にアノテーション &lt;code&gt;@PageableDefault&lt;/code&gt; で指定します。&lt;/p&gt;</description>
    </item>
    <item>
      <title>コミュニケーションミスを減らしてシステムトラブルを乗り越える</title>
      <link>https://taikii.github.io/posts/2020/02/over_the_trouble/</link>
      <pubDate>Thu, 13 Feb 2020 01:30:17 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2020/02/over_the_trouble/</guid>
      <description>&lt;p&gt;お金がない！&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&#xA;&lt;p&gt;ITに携わっているとシステムトラブルを避けて通ることはできません。システムトラブルと一言で言ってもハードウェア障害からオペミス、自分が作り出したバグまでその種類は多岐にわたります。障害が発生すると関係者はダウンタイムを極力抑えるために躍起になって対応するわけですが、トラブル対応で最も怖いのはその混乱の中で生み出される二次災害です。二次災害は三次災害を呼び、なんでもなかった小さな障害がユーザサービスに影響する大きな障害に発展してしまうこともあります。&lt;/p&gt;&#xA;&lt;p&gt;二次災害を生み出してしまう原因も色々ありますが、個人的な経験上コミュニケーションミスは上位にランクインし、かつ防ぎようのあるものと感じています。しかし、コミュニケーションというものは複雑で、いざトラブルが発生してから「コミュニケーションミスを起こさないぞ！」と思ったとしてもそれはなかなか難しい。災害対策と同じで日頃からトラブルを想定して訓練し、また情報を収集・整理しておく必要があります。&lt;/p&gt;&#xA;&lt;p&gt;コミュニケーションミスを減らしてシステムトラブルを乗り越えるためには、どんなヒューマンスキルを鍛える必要があり、どのように使っていけばいいか、個人的な経験から考えてみたいと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>私の作ったRedmineプラグイン2019</title>
      <link>https://taikii.github.io/posts/2019/12/redmine-plugins-2019/</link>
      <pubDate>Sun, 15 Dec 2019 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/12/redmine-plugins-2019/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://adventar.org/calendars/4221&#34;&gt;Redmine Advent Calendar 2019&lt;/a&gt; 15日目の記事です。今年作ったプラグインをまとめて紹介します。&lt;a href=&#34;https://taikii.github.io/posts/2018/12/my-redmine-plugins/&#34;&gt;去年と同じ&lt;/a&gt;流れになってしまいました。本当はアドカレのためにもう一個作りたかったけど…勘弁して…。&lt;/p&gt;</description>
    </item>
    <item>
      <title>VS CodeのFormatterでThymeleafの式ユーティリティーオブジェクトがあると整形できない</title>
      <link>https://taikii.github.io/posts/2019/12/vscode-thymeleaf-format/</link>
      <pubDate>Tue, 10 Dec 2019 01:11:08 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/12/vscode-thymeleaf-format/</guid>
      <description>&lt;p&gt;VS CodeのFormatterでThymeleafの式ユーティリティーオブジェクトがあると整形できない問題に直面したのでメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>ブラウザのカラースキームによってWhiteplainの明暗を切り替わるようにしました</title>
      <link>https://taikii.github.io/posts/2019/10/prefers-color-scheme/</link>
      <pubDate>Tue, 29 Oct 2019 23:27:40 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/10/prefers-color-scheme/</guid>
      <description>&lt;p&gt;Chrome 78で試験的にWebページにダークモードを強制する機能が実装されたというニュースから、&lt;code&gt;prefers-color-scheme&lt;/code&gt;というブラウザのカラースキームによってスタイルを切り替えるメディアクエリがあることを知りました。Hugoのテーマ&lt;a href=&#34;https://github.com/taikii/whiteplain&#34;&gt;Whiteplain&lt;/a&gt;の&lt;a href=&#34;https://github.com/taikii/whiteplain-dark&#34;&gt;暗色版&lt;/a&gt;を作ったときから、自動で切り替わるといいのに…とは思っていたので、このメディアクエリを使って明色と暗色が切り替わるようにしました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thymeleafで言語別フィールドをカッコよく表示する</title>
      <link>https://taikii.github.io/posts/2019/10/i18n-fields-on-thymeleaf/</link>
      <pubDate>Thu, 17 Oct 2019 23:15:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/10/i18n-fields-on-thymeleaf/</guid>
      <description>&lt;p&gt;日本語名カラムと英語名カラムを持つテーブルってよくあるじゃないですか。…よくありますよね？まぁよくあるとして、それを画面表示する際にユーザのロケールによって切り替えたい。カッコよく。そんな試行錯誤のメモです。&lt;/p&gt;</description>
    </item>
    <item>
      <title>情報に埋もれTai</title>
      <link>https://taikii.github.io/posts/2019/10/jouhouniumore-tai/</link>
      <pubDate>Fri, 04 Oct 2019 06:25:34 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/10/jouhouniumore-tai/</guid>
      <description>&lt;p&gt;俺のブログなんて誰も見てないだろって思ってたんですが、Google Analyticsを見ると日に100人くらい来ているらしく、思ったより見られてるなっていう印象。（世間からすると最弱クラスとは思いますが）&lt;/p&gt;</description>
    </item>
    <item>
      <title>JPAでシーケンスを使ってIDを自動採番する場合の注意点</title>
      <link>https://taikii.github.io/posts/2019/09/jpa-sequence-generator/</link>
      <pubDate>Wed, 18 Sep 2019 23:40:30 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/09/jpa-sequence-generator/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://taikii.github.io/posts/2019/09/oracle-sequence-noorder/&#34;&gt;Oracle シーケンスのデフォルトはNOORDERである罠&lt;/a&gt; の続きです。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Oracle シーケンスのデフォルトはNOORDERである罠</title>
      <link>https://taikii.github.io/posts/2019/09/oracle-sequence-noorder/</link>
      <pubDate>Fri, 13 Sep 2019 06:17:16 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/09/oracle-sequence-noorder/</guid>
      <description>&lt;p&gt;Oracleのシーケンスを使っていて見事にハマったのでメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gitの user.email に実在するメールアドレスを設定してみるテスト</title>
      <link>https://taikii.github.io/posts/2019/09/git-email/</link>
      <pubDate>Mon, 09 Sep 2019 00:47:57 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/09/git-email/</guid>
      <description>&lt;p&gt;私はこれまでGitの &lt;code&gt;user.email&lt;/code&gt; は &lt;a href=&#34;https://help.github.com/ja/articles/setting-your-commit-email-address&#34;&gt;GitHubのnoreplyアドレス&lt;/a&gt; を使っていたのですが、思うところがあって実在するメールアドレスに変更しました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>TIL 2019/09/04</title>
      <link>https://taikii.github.io/posts/2019/09/til-20190904/</link>
      <pubDate>Thu, 05 Sep 2019 00:57:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/09/til-20190904/</guid>
      <description>&lt;p&gt;最近技術調査とか勉強とかしてるので久しぶりにTILやってこうと思います。そもそもこのブログを始めたときっかけがTILやるためだったので、初心に帰るというか。&lt;/p&gt;&#xA;&lt;p&gt;あまりきれいにまとめる時間は取れないけど、技術メモを取ってるScrapboxにStreamというアクティビティっぽいビューがあることを知ったので、これを雑にまとめる感じで。Streamは直近の変更しか見れないっぽいし、TILとして起こしていくのは自分的に意味はありそう。&lt;/p&gt;</description>
    </item>
    <item>
      <title>モダナイと僕らの役割について</title>
      <link>https://taikii.github.io/posts/2019/08/modernization/</link>
      <pubDate>Fri, 02 Aug 2019 00:16:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/08/modernization/</guid>
      <description>&lt;p&gt;最近書くことがないので、日記っぽいものを書きます。Javaのライフサイクルの件やらでリプレース案件が結構起きている気がするのと、私もちょっと関わっているのでモダナイについて。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmineのエモい話</title>
      <link>https://taikii.github.io/posts/2019/06/emoi-redmine/</link>
      <pubDate>Mon, 03 Jun 2019 00:15:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/06/emoi-redmine/</guid>
      <description>&lt;p&gt;1年半前くらいに &lt;a href=&#34;https://taikii.github.io/posts/2018/01/redmine-is-dead/&#34;&gt;Redmine is Dead&lt;/a&gt; というエントリを書いたのですが、当時とは状況が変わってきていますし、今掘り起こされるとただの感じの悪い人になってしまう気がするので（笑）、その後のエモい感じのことを書きたいと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine: タブ区切りのテキストをテーブルで表示するMacroを作った</title>
      <link>https://taikii.github.io/posts/2019/05/redmine-tsv-macro/</link>
      <pubDate>Fri, 31 May 2019 01:21:52 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/05/redmine-tsv-macro/</guid>
      <description>&lt;p&gt;タブ区切り（TSV）のテキストをテーブルで表示するプラグインを作りました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine 4.0.3 にバージョンアップした話</title>
      <link>https://taikii.github.io/posts/2019/05/redmine4-update/</link>
      <pubDate>Wed, 22 May 2019 06:45:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/05/redmine4-update/</guid>
      <description>&lt;p&gt;Redmineを &lt;code&gt;3.4&lt;/code&gt; から &lt;code&gt;4.0.3&lt;/code&gt; にバージョンアップしたのでそのメモです。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine: タグと同名のWikiページへのリンクを張るプラグインを作った話</title>
      <link>https://taikii.github.io/posts/2019/05/redmine-related-wiki/</link>
      <pubDate>Sat, 04 May 2019 00:37:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/05/redmine-related-wiki/</guid>
      <description>&lt;p&gt;Redmineのチケット画面から登録されたタグと同名のWikiページへのリンクを張る &lt;a href=&#34;https://github.com/taikii/redmine_related_wiki&#34;&gt;Related Wikiプラグイン&lt;/a&gt; というものを作りました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine Callout Macroプラグイン</title>
      <link>https://taikii.github.io/posts/2019/05/redmine-callout-macro/</link>
      <pubDate>Wed, 01 May 2019 09:07:06 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/05/redmine-callout-macro/</guid>
      <description>&lt;p&gt;Redmineの&lt;a href=&#34;https://github.com/taikii/redmine_callout_macro&#34;&gt;Callout Macroプラグイン&lt;/a&gt;というのを作りました。&lt;a href=&#34;https://docs.gitbook.com/content-editing/rich-content#hints-and-callouts&#34;&gt;GitBookではHintsとかCallout&lt;/a&gt;、&lt;a href=&#34;https://vuepress.vuejs.org/guide/markdown.html#custom-containers&#34;&gt;VuePressではCustom Containers&lt;/a&gt;とか呼ばれてるやつです。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Whiteplain gets DarkPower</title>
      <link>https://taikii.github.io/posts/2019/04/whiteplain-gets-darkpower/</link>
      <pubDate>Fri, 26 Apr 2019 00:15:02 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/04/whiteplain-gets-darkpower/</guid>
      <description>&lt;p&gt;・・・・・・暗・・・こ・・・・・・・ロ・・・も・・チ・・・・・・。&lt;/p&gt;</description>
    </item>
    <item>
      <title>RedmineのWiki REST APIでハマった話</title>
      <link>https://taikii.github.io/posts/2019/03/redmine-wiki-pages-api/</link>
      <pubDate>Wed, 20 Mar 2019 00:09:36 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/03/redmine-wiki-pages-api/</guid>
      <description>&lt;p&gt;RedmineのWiki APIでちょっとハマったのでメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cliborで空行を削除する</title>
      <link>https://taikii.github.io/posts/2019/02/clibor-regex/</link>
      <pubDate>Mon, 18 Feb 2019 23:08:12 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/02/clibor-regex/</guid>
      <description>&lt;p&gt;Windowsのクリップボード拡張ツールといえば&lt;a href=&#34;https://www.amunsnet.com/&#34;&gt;Clibor&lt;/a&gt;が有名ですよね。私も愛用しています。&lt;/p&gt;&#xA;&lt;p&gt;Cliborにはクリップボード上のテキストを整形する便利な機能があります。この整形機能を使って空行を削除したいと思ったのですが、ちょっとハマったのでメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>こんな学習支援サービスがほしい</title>
      <link>https://taikii.github.io/posts/2019/02/dream-learning-app/</link>
      <pubDate>Fri, 15 Feb 2019 00:30:32 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/02/dream-learning-app/</guid>
      <description>&lt;p&gt;色々箸をつけすぎたせいで、積読やら中途半端に進めたチュートリアルが溜まってしまい、自分が何を学習中なのかわからなくなってしまっています…。タスク管理ツールを導入したほうがいいのかと思うもののしっくり来るものがなく。そこで夢の学習支援サービスを思い描いてみるという現実逃避です。&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitLabにカバレッジバッジを貼る（GitLab CI&#43;Gradle&#43;JaCoCo）</title>
      <link>https://taikii.github.io/posts/2019/02/gitlab-coverage-badge/</link>
      <pubDate>Sun, 10 Feb 2019 23:03:24 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2019/02/gitlab-coverage-badge/</guid>
      <description>&lt;p&gt;GitLabにカバレッジバッジを貼りたいと思い、試行錯誤した結果です。GitLabのバージョンは &lt;code&gt;11.6&lt;/code&gt;です。カバレッジはGitLab CI上で実行されるGradleのJaCoCoプラグインのものを使用します。&lt;/p&gt;&#xA;&lt;p&gt;カバレッジバッジが正常に表示されるまでには3つのステップがあります。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;GitLabにカバレッジバッジを貼る&lt;/li&gt;&#xA;&lt;li&gt;GitLab CIでカバレッジを取得する設定をする&lt;/li&gt;&#xA;&lt;li&gt;GradleのJaCoCoプラグインでカバレッジを出力する&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>同時編集しよう</title>
      <link>https://taikii.github.io/posts/2018/12/live-share2/</link>
      <pubDate>Tue, 25 Dec 2018 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/12/live-share2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://adventar.org/calendars/3086&#34;&gt;IT地方エンジニア Advent Calendar 2018&lt;/a&gt; 25日目の記事ですが、地方関係ないです。最終日に穴が空いていると締まらないかな～と思って書きます。&lt;/p&gt;&#xA;&lt;p&gt;先日Visual StudioのLive Shareに感動したので、ちょっとエモいことを書きたいと思います。私はアジャイルとかモダンな開発経験がないので、「そんなん当たり前やろ」みたいなアレかもしれませんが、ご容赦ください。&lt;/p&gt;</description>
    </item>
    <item>
      <title>私の作ったRedmineプラグイン</title>
      <link>https://taikii.github.io/posts/2018/12/my-redmine-plugins/</link>
      <pubDate>Wed, 19 Dec 2018 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/12/my-redmine-plugins/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://adventar.org/calendars/3352&#34;&gt;Redmine Advent Calendar 2018&lt;/a&gt; 19日目の記事です。&lt;/p&gt;&#xA;&lt;p&gt;これまでいくつかRedmineのプラグインを（自分用に）作ってきました。どれもわずか数ステップの、大したものではないのですが、個人的には便利に使ってるので布教を兼ねてまとめて紹介したいと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>みんな～！どうやってCIに変数を渡してるの？</title>
      <link>https://taikii.github.io/posts/2018/12/ci-secret-variables/</link>
      <pubDate>Thu, 13 Dec 2018 21:57:31 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/12/ci-secret-variables/</guid>
      <description>&lt;p&gt;CIで自動テストをする際にDBなどの接続情報をどうやって渡してますか？&lt;/p&gt;</description>
    </item>
    <item>
      <title>宇都宮に越して10年経った件</title>
      <link>https://taikii.github.io/posts/2018/12/utsunomiya-engineer/</link>
      <pubDate>Sat, 08 Dec 2018 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/12/utsunomiya-engineer/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://adventar.org/calendars/3086&#34;&gt;IT地方エンジニア Advent Calendar 2018&lt;/a&gt; 8日目の記事です。&lt;/p&gt;</description>
    </item>
    <item>
      <title>読書感想文: カイゼン・ジャーニー</title>
      <link>https://taikii.github.io/posts/2018/11/kaizen-journey/</link>
      <pubDate>Tue, 13 Nov 2018 23:20:26 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/11/kaizen-journey/</guid>
      <description>&lt;p&gt;半年以上かけて読み、数カ月後に感想文を書くという、どうしようもない感じです。昼休みくらいしか読む時間ないし許して…。&lt;/p&gt;</description>
    </item>
    <item>
      <title>redmine.tokyo 第15回勉強会にちょろっと参加メモ</title>
      <link>https://taikii.github.io/posts/2018/11/redmine-tokyo-15/</link>
      <pubDate>Sun, 11 Nov 2018 09:07:32 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/11/redmine-tokyo-15/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://redmine.tokyo/projects/shinared/wiki/%E7%AC%AC15%E5%9B%9E%E5%8B%89%E5%BC%B7%E4%BC%9A&#34;&gt;redmine.tokyo 第15回勉強会&lt;/a&gt;にちょろっとYoutube参加しましたので、気になった話をメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitLab: ローカルを指した外向きWebhookはデフォルト禁止（10.6以降）</title>
      <link>https://taikii.github.io/posts/2018/11/gitlab-disable-requests-to-the-local-network-from-hooks/</link>
      <pubDate>Sat, 10 Nov 2018 00:09:26 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/11/gitlab-disable-requests-to-the-local-network-from-hooks/</guid>
      <description>&lt;p&gt;Redmine上のGitリポジトリ更新されてなくない…？という事象が発生。&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://github.com/koppen/redmine_github_hook&#34;&gt;Redmine GitHub Hook Plugin&lt;/a&gt;を使って、GitLabにPush/Mergeが発生したらRedmineコンテナ上のBareリポジトリをfetchさせてるハズなんですが…。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Oracle: データベース・リンクはtnsnames.ora変更後に再作成が必要</title>
      <link>https://taikii.github.io/posts/2018/11/oracle-dblink-need-recreate/</link>
      <pubDate>Fri, 09 Nov 2018 00:02:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/11/oracle-dblink-need-recreate/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://ejje.weblio.jp/content/SSIA&#34;&gt;SSIA&lt;/a&gt;って感じですが…&lt;/p&gt;</description>
    </item>
    <item>
      <title>VSCode Live Shareでプロキシを越える</title>
      <link>https://taikii.github.io/posts/2018/10/vscode-live-share-over-proxy/</link>
      <pubDate>Thu, 11 Oct 2018 23:09:50 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/10/vscode-live-share-over-proxy/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://twitter.com/yoshinorin24&#34;&gt;YoshinoriN&lt;/a&gt;さんがVSCode Live Share pluginがすごいと言ってるのを見て私もやってみたくなったわけですが、会社のプロキシ環境下ではリモートホストに繋がらねぇと怒られてしまいました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Docker LibraryのPostgreSQLで日本語がうまくソートされない</title>
      <link>https://taikii.github.io/posts/2018/09/postgres-lc-collate/</link>
      <pubDate>Fri, 21 Sep 2018 23:48:03 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/09/postgres-lc-collate/</guid>
      <description>&lt;p&gt;私はRedmineをDocker Libraryのイメージで立てており、DBには同じくDocker LibraryのPostgreSQLを使用しています。以前はMuSQLを使ってたんですが、PostgreSQLに移行してからソートしても日本語がうまくソートされない問題が発生するようになりました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bashで多重起動防止する</title>
      <link>https://taikii.github.io/posts/2018/08/bash-exclusive-control/</link>
      <pubDate>Tue, 28 Aug 2018 22:32:09 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/08/bash-exclusive-control/</guid>
      <description>&lt;p&gt;若いのから「バッチの多重起動を防止するのになんでロックディレクトリなんですか？ロックファイルじゃだめなんですか？」と聞かれたので、メモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>古いWikiページを掘り起こせ</title>
      <link>https://taikii.github.io/posts/2018/08/dig-out-old-wiki-pages/</link>
      <pubDate>Sat, 11 Aug 2018 13:46:12 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/08/dig-out-old-wiki-pages/</guid>
      <description>&lt;p&gt;先日、RedmineのWikiページが更新されてない事案が発生して、Wikiが継続的にメンテされている状態にするにはどうすればいいか・・・みたいな話になったのですが、メンバの一人から「GitHubのように貢献度ランキングみたいなものがあればやる気が出るんじゃないか」という提案がありました。要はフィードバックが欲しいってことですよね。わかるー。&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitLab 11.0でMattermost関連の設定項目が削除されている</title>
      <link>https://taikii.github.io/posts/2018/08/gitlab11-mattermost-configuration-changes/</link>
      <pubDate>Mon, 06 Aug 2018 06:30:45 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/08/gitlab11-mattermost-configuration-changes/</guid>
      <description>&lt;p&gt;先日、GitLab Omnibus packageを 10.7 から 11.1 にバージョンアップを行ったところ、&lt;code&gt;gitlab-ctl reconfigure&lt;/code&gt; でコケてしまいました。その時は訳がわからず、とりあえず 10.7 に戻して事なきを得たんですが、後日よくよくログを確認するとしっかり理由が書いてありました。。。ログはちゃんと読もうね＞自分&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitHub Pagesを独自ドメインで運用する</title>
      <link>https://taikii.github.io/posts/2018/07/github-pages-with-custom-domain/</link>
      <pubDate>Mon, 30 Jul 2018 18:00:19 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/07/github-pages-with-custom-domain/</guid>
      <description>&lt;p&gt;このブログはGitHub Pagesにホスティングされています。先日ブログのURLを &lt;a href=&#34;https://taikii.net/&#34;&gt;https://taikii.net&lt;/a&gt; という独自ドメインに変更したのですが、このカスタムドメインの設定がお昼休み中にできちゃうくらい簡単な作業でしたので、ちょっと紹介したいと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmineには2つのPlantUMLプラグインがある</title>
      <link>https://taikii.github.io/posts/2018/07/redmine-has-two-plantuml-plugins/</link>
      <pubDate>Thu, 05 Jul 2018 21:43:58 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/07/redmine-has-two-plantuml-plugins/</guid>
      <description>&lt;p&gt;RedmineでPlantUMLを書くことのできるプラグインを2つ紹介したいと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Active Directoryのグループから1,500件を超えるメンバーを取得する方法（はもう考えなくていい）</title>
      <link>https://taikii.github.io/posts/2018/05/ad-1500-over-members/</link>
      <pubDate>Sat, 19 May 2018 10:40:48 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/05/ad-1500-over-members/</guid>
      <description>&lt;p&gt;Active Directoryにおいて属性値が1,500件を超えている場合、すべての値を一度に取得することができません（でした）。この場合の属性値の取得方法について解説します。&lt;/p&gt;&#xA;&lt;p&gt;この記事では&lt;code&gt;ldapsearch&lt;/code&gt;コマンドで検証しています。また、そこまで値が増える属性は&lt;code&gt;member&lt;/code&gt;くらいしか無いと思いますので、&lt;code&gt;member&lt;/code&gt;属性に絞って書いています。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Markdownでリンクを定義して使いまわす</title>
      <link>https://taikii.github.io/posts/2018/02/markdown-link-reference-definition/</link>
      <pubDate>Thu, 15 Feb 2018 11:16:56 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/02/markdown-link-reference-definition/</guid>
      <description>&lt;p&gt;先日、たまたま&lt;a href=&#34;https://github.com/jenkinsci/jenkins/blob/master/README.md&#34;&gt;JeninsのREADME.md&lt;/a&gt;のRAWデータを見ていたら、ロゴの部分が&lt;code&gt;[![][ButlerImage]][website]&lt;/code&gt;と書かれていました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine is Dead</title>
      <link>https://taikii.github.io/posts/2018/01/redmine-is-dead/</link>
      <pubDate>Mon, 15 Jan 2018 00:04:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2018/01/redmine-is-dead/</guid>
      <description>&lt;p&gt;ぶっちゃけ、私も &amp;ldquo;XX is Dead&amp;rdquo; という記事を書いてみたかっただけです。はい。&lt;/p&gt;&#xA;&lt;p&gt;私は&lt;strong&gt;まだ&lt;/strong&gt;Redmineユーザです。Redmineは私をExcel地獄から救ってくれましたし、これまでにどれだけ助けられたかわかりません。Redmineを愛していると言ってもいいかもしれません。&lt;/p&gt;&#xA;&lt;p&gt;ですが、使えば使うほど、競合製品/サービスに遅れを感じ、将来が不安になります。&lt;/p&gt;&#xA;&lt;p&gt;なぜ私が「Redmineは死んだ」と考えるのか、それでもなおRedmineユーザであり続けるのかを書きたいと思います。&lt;/p&gt;</description>
    </item>
    <item>
      <title>GitlabがMermaidをサポートした話</title>
      <link>https://taikii.github.io/posts/2017/12/gitlab-10.3/</link>
      <pubDate>Thu, 28 Dec 2017 23:44:02 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/12/gitlab-10.3/</guid>
      <description>&lt;p&gt;先日&lt;a href=&#34;https://about.gitlab.com/2017/12/22/gitlab-10-3-released/&#34;&gt;GitLab 10.3&lt;/a&gt;がリリースされましたが、その中でMermaidをサポートされるようになりました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hugo Theme Whiteplain</title>
      <link>https://taikii.github.io/posts/2017/12/hugo-theme-whiteplain/</link>
      <pubDate>Mon, 25 Dec 2017 23:39:49 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/12/hugo-theme-whiteplain/</guid>
      <description>&lt;p&gt;他の方が作ったテーマを使うのは、エンジニアとして負けなんじゃないかと思い、&lt;a href=&#34;https://themes.gohugo.io/whiteplain/&#34;&gt;Whiteplain&lt;/a&gt;というHugoテーマを作りました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>バージョン1709時代のWSLリフレッシュ</title>
      <link>https://taikii.github.io/posts/2017/11/refresh-wsl-on-1709/</link>
      <pubDate>Sun, 12 Nov 2017 23:14:22 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/11/refresh-wsl-on-1709/</guid>
      <description>&lt;p&gt;Windows 10 Fall Creators Update（バージョン&lt;code&gt;1709&lt;/code&gt;） において、Windows Subsystem for Linux（以下WSL）のアンインストールで少しハマりました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Auto Deploy Hugo by Circle CI 2.0</title>
      <link>https://taikii.github.io/posts/2017/11/auto-deploy-hugo-by-circleci/</link>
      <pubDate>Wed, 01 Nov 2017 22:23:47 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/11/auto-deploy-hugo-by-circleci/</guid>
      <description>&lt;p&gt;以前、&lt;a href=&#34;https://taikii.github.io/posts/2017/10/build-site-by-hugo/&#34;&gt;Hugoでブログサイトを作る&lt;/a&gt;記事を書きましたが、Circle CI 2.0を使って自動デプロイできるようにしたので、自分のやったことについてまとめます。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Build Site by Hugo</title>
      <link>https://taikii.github.io/posts/2017/10/build-site-by-hugo/</link>
      <pubDate>Tue, 17 Oct 2017 00:25:05 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/10/build-site-by-hugo/</guid>
      <description>&lt;p&gt;静的サイトジェネレータHugoとGitHub Pagesでブログを公開する方法についてまとめました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redmine Mermaid Macro Plugin</title>
      <link>https://taikii.github.io/posts/2017/10/redmine-mermaid-macro-plugin/</link>
      <pubDate>Sun, 15 Oct 2017 22:56:54 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/10/redmine-mermaid-macro-plugin/</guid>
      <description>&lt;p&gt;Redmine上で&lt;code&gt;mermaid.js&lt;/code&gt;を実行するプラグインを作りました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jekyllに対するHugoの優位点</title>
      <link>https://taikii.github.io/posts/2017/10/jekyll-vs-hugo/</link>
      <pubDate>Fri, 13 Oct 2017 00:30:12 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/10/jekyll-vs-hugo/</guid>
      <description>&lt;p&gt;&lt;code&gt;Jekyll&lt;/code&gt;+GitHub Pagesで少しだけブログを運用してみましたが、思うところがあってHugoに変えました。なぜ乗り換えたのか、Hugoがどのような点でJekyllに対して優れていると感じたのかをまとめます。&lt;/p&gt;</description>
    </item>
    <item>
      <title>HTML5のDOCTYPE宣言は&lt;!DOCTYPE html&gt;か&lt;!doctype html&gt;か</title>
      <link>https://taikii.github.io/posts/2017/10/doctype/</link>
      <pubDate>Mon, 02 Oct 2017 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/10/doctype/</guid>
      <description>&lt;p&gt;正しいHTML5を書こうとしていろんなサイトのソースを見ていたところ、Googleの多くは小文字の&lt;code&gt;&amp;lt;!doctype html&amp;gt;&lt;/code&gt;だったので違いを調べてみました。&lt;/p&gt;</description>
    </item>
    <item>
      <title>セマンティックなマークアップ</title>
      <link>https://taikii.github.io/posts/2017/10/semantics/</link>
      <pubDate>Sun, 01 Oct 2017 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/10/semantics/</guid>
      <description>&lt;p&gt;HTML5で追加された代表的な要素をメモ。&lt;/p&gt;</description>
    </item>
    <item>
      <title>マージコミットを削除する</title>
      <link>https://taikii.github.io/posts/2017/09/posts-delete-merge-commit/</link>
      <pubDate>Fri, 29 Sep 2017 00:00:00 +0900</pubDate>
      <guid>https://taikii.github.io/posts/2017/09/posts-delete-merge-commit/</guid>
      <description>&lt;p&gt;マージコミットを&lt;code&gt;git reset&lt;/code&gt;したらどうなるの？&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
