aboutsummaryrefslogtreecommitdiffhomepage
path: root/content
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-05-13 19:15:41 +0900
committernsfisis <nsfisis@gmail.com>2022-05-13 19:15:41 +0900
commit1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d (patch)
tree5ea600bdd8198456e627246e981d50e75de9cef1 /content
parent40c58a04c59c5083baf01adfcd9d1a4f067296c7 (diff)
downloadblog.nsfisis.dev-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.tar.gz
blog.nsfisis.dev-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.tar.zst
blog.nsfisis.dev-1ffa8278bc9efbdefcda8ae74d1e3faa57e73e3d.zip
manually write summary for all posts
Diffstat (limited to 'content')
-rw-r--r--content/posts/2021-03-05/my-first-post.md2
-rw-r--r--content/posts/2021-03-30/phperkaigi-2021.md4
-rw-r--r--content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md2
-rw-r--r--content/posts/2021-10-02/python-unbound-local-error.md2
-rw-r--r--content/posts/2021-10-02/ruby-detect-running-implementation.md2
-rw-r--r--content/posts/2021-10-02/ruby-then-keyword-and-case-in.md2
-rw-r--r--content/posts/2021-10-02/rust-where-are-primitive-types-from.md2
-rw-r--r--content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md2
-rw-r--r--content/posts/2021-10-02/vim-swap-order-of-selected-lines.md2
-rw-r--r--content/posts/2022-04-09/phperkaigi-2022-tokens.md2
-rw-r--r--content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md2
-rw-r--r--content/posts/2022-05-01/phperkaigi-2022.md2
12 files changed, 25 insertions, 1 deletions
diff --git a/content/posts/2021-03-05/my-first-post.md b/content/posts/2021-03-05/my-first-post.md
index 758278a..c6ca853 100644
--- a/content/posts/2021-03-05/my-first-post.md
+++ b/content/posts/2021-03-05/my-first-post.md
@@ -3,6 +3,8 @@ title: "My First Post"
date: 2021-03-05T23:38:21+09:00
draft: false
aliases: ['/posts/my-first-post/']
+summary: |
+ これはテスト投稿です。これはテスト投稿です。これはテスト投稿です。
---
# Test
diff --git a/content/posts/2021-03-30/phperkaigi-2021.md b/content/posts/2021-03-30/phperkaigi-2021.md
index 51a6f64..48a43e5 100644
--- a/content/posts/2021-03-30/phperkaigi-2021.md
+++ b/content/posts/2021-03-30/phperkaigi-2021.md
@@ -4,11 +4,13 @@ date: 2021-03-30T23:22:40+09:00
draft: false
tags: ["conference", "php", "phperkaigi"]
aliases: ['/posts/phperkaigi-2021/']
+summary: |
+ 2021-03-26 から 2021-03-28 にかけて開催された、PHPerKaigi 2021 に参加した。
---
# PHPerKaigi 2021 参加レポ
-2021/03/26 から 2021/03/28 にかけて開催された、[PHPerKaigi 2021](https://phperkaigi.jp/2021/) に一般参加者として参加した。
+2021-03-26 から 2021-03-28 にかけて開催された、[PHPerKaigi 2021](https://phperkaigi.jp/2021/) に一般参加者として参加した。
弊社[デジタルサーカス株式会社](https://www.dgcircus.com/) (今年1月から勤務) はダイヤモンドスポンサーとなっており、スポンサー枠のチケットを使わせていただいた。
このようなカンファレンスには初めて参加するのでかねてより心待ちにしていたのだが、生憎2日目から体調を崩してしまい、この記事も途中までとなっている。まだ見ていないセッションも多いが、ひとまず現時点での参加レポを書いておく。
diff --git a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
index 78267d7..5658f1e 100644
--- a/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
+++ b/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
@@ -4,6 +4,8 @@ date: 2021-10-02T09:38:30+09:00
draft: false
tags: ["cpp", "cpp17"]
aliases: ['/posts/cpp-you-can-use-keywords-in-attributes/']
+summary: |
+ C++ の属性構文の属性名には、キーワードが使える。ネタ記事。
---
diff --git a/content/posts/2021-10-02/python-unbound-local-error.md b/content/posts/2021-10-02/python-unbound-local-error.md
index 45baac6..e29cd67 100644
--- a/content/posts/2021-10-02/python-unbound-local-error.md
+++ b/content/posts/2021-10-02/python-unbound-local-error.md
@@ -4,6 +4,8 @@ date: 2021-10-02T09:32:37+09:00
draft: false
tags: ["python", "python3"]
aliases: ['/posts/python-unbound-local-error/']
+summary: |
+ Python における UnboundLocalError の理由と対処法。
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/ruby-detect-running-implementation.md b/content/posts/2021-10-02/ruby-detect-running-implementation.md
index 1f1d78b..3826903 100644
--- a/content/posts/2021-10-02/ruby-detect-running-implementation.md
+++ b/content/posts/2021-10-02/ruby-detect-running-implementation.md
@@ -4,6 +4,8 @@ date: 2021-10-02T09:37:50+09:00
draft: false
tags: ["ruby"]
aliases: ['/posts/ruby-detect-running-implementation/']
+summary: |
+ Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
index ce311e6..8e68ef4 100644
--- a/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
+++ b/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
@@ -4,6 +4,8 @@ date: 2021-10-02T09:38:50+09:00
draft: false
tags: ["ruby", "ruby3"]
aliases: ['/posts/ruby-then-keyword-and-case-in/']
+summary: |
+ Ruby 3.0 で追加される case in 構文と、then キーワードについて。
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
index 2f2f743..b744b20 100644
--- a/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
+++ b/content/posts/2021-10-02/rust-where-are-primitive-types-from.md
@@ -4,6 +4,8 @@ date: 2021-10-02T09:39:27+09:00
draft: false
tags: ["rust"]
aliases: ['/posts/rust-where-are-primitive-types-from/']
+summary: |
+ Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
index acf3704..db5ed3d 100644
--- a/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
+++ b/content/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre.md
@@ -4,6 +4,8 @@ date: 2021-10-02T09:37:12+09:00
draft: false
tags: ["vim"]
aliases: ['/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/']
+summary: |
+ Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
index f49ed90..d336734 100644
--- a/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
+++ b/content/posts/2021-10-02/vim-swap-order-of-selected-lines.md
@@ -4,6 +4,8 @@ date: 2021-10-02T09:37:25+09:00
draft: false
tags: ["vim"]
aliases: ['/posts/vim-swap-order-of-selected-lines/']
+summary: |
+ Vim で選択した行の順番を入れ替える方法。
---
この記事は Qiita から移植してきたものです。
diff --git a/content/posts/2022-04-09/phperkaigi-2022-tokens.md b/content/posts/2022-04-09/phperkaigi-2022-tokens.md
index 4695bf7..27bb189 100644
--- a/content/posts/2022-04-09/phperkaigi-2022-tokens.md
+++ b/content/posts/2022-04-09/phperkaigi-2022-tokens.md
@@ -4,6 +4,8 @@ date: 2022-04-09T21:50:19+09:00
draft: false
tags: ["conference", "php", "phperkaigi"]
aliases: ['/posts/phperkaigi-2022-tokens/']
+summary: |
+ PHPerKaigi 2022 で私が作成した PHPer チャレンジ問題を解説する。
---
# 更新履歴
diff --git a/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md b/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md
index 9496b3d..ed71760 100644
--- a/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md
+++ b/content/posts/2022-04-24/term-banner-write-tool-showing-banner-in-terminal.md
@@ -3,6 +3,8 @@ title: "term-banner: ターミナルにバナーを表示するツールを書
date: 2022-04-24T13:22:52+09:00
draft: false
tags: ["my-programs"]
+summary: |
+ ターミナルに任意の文字のバナーを表示するためのツールを Go で書いた。
---
diff --git a/content/posts/2022-05-01/phperkaigi-2022.md b/content/posts/2022-05-01/phperkaigi-2022.md
index f378f60..d15efa6 100644
--- a/content/posts/2022-05-01/phperkaigi-2022.md
+++ b/content/posts/2022-05-01/phperkaigi-2022.md
@@ -3,6 +3,8 @@ title: "PHPerKaigi 2022"
date: 2022-05-01T09:41:39+09:00
draft: false
tags: ["conference", "php", "phperkaigi"]
+summary: |
+ 2022-04-09 から 2022-04-11 にかけて開催された、PHPerKaigi 2022 に参加した。
---
# はじめに