<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>TIL on taikii.github.io</title>
    <link>https://taikii.github.io/tags/til/</link>
    <description>Recent content in TIL on taikii.github.io</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <copyright>&amp;copy; Copyright 2017 taikii</copyright>
    <lastBuildDate>Thu, 27 Mar 2025 22:42:49 +0900</lastBuildDate>
    <atom:link href="https://taikii.github.io/tags/til/index.xml" rel="self" type="application/rss+xml" />
    <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>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>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>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>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>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>バージョン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>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>
