diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-06-27 23:39:31 +0900 |
| commit | 674fe965550444db87edc7937ff6932e1a918d9d (patch) | |
| tree | e8a80dd958d3e082485286bf5785a7992b6e6b0e /services/blog/content/posts/2024-12-33/2024-reflections.dj | |
| parent | fe4d1d625b53796c5f20399790e5ff8c7a7e1608 (diff) | |
| download | nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.gz nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.tar.zst nsfisis.dev-674fe965550444db87edc7937ff6932e1a918d9d.zip | |
feat(meta): rename vhosts/ directory to services/
Diffstat (limited to 'services/blog/content/posts/2024-12-33/2024-reflections.dj')
| -rw-r--r-- | services/blog/content/posts/2024-12-33/2024-reflections.dj | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/services/blog/content/posts/2024-12-33/2024-reflections.dj b/services/blog/content/posts/2024-12-33/2024-reflections.dj new file mode 100644 index 00000000..88b6c9b9 --- /dev/null +++ b/services/blog/content/posts/2024-12-33/2024-reflections.dj @@ -0,0 +1,84 @@ +--- +[article] +uuid = "d7f98354-83fc-4cf1-8769-2784f0ebb6c8" +title = "2024年の振り返り" +description = "2024年にやったことを振り返る" +tags = [ +] + +[[article.revisions]] +date = "2025-01-02" +remark = "公開" +--- +{#intro} +# はじめに + +ご存じのとおり、4 と 11 と 23 で割り切れる年は閏年というやつで 12 月が 33 日まである。 +1年の振り返りを書く猶予が平年よりも長くなるので大変に都合がよい。 + +去年のやつ: [/posts/2023-12-31/2023-reflections/](/posts/2023-12-31/2023-reflections/) + +{#conference} +# 登壇・カンファレンス参加 + +参加または登壇した勉強会やカンファレンス。 +LT 等も含めて計 8 回の登壇をおこなった。 +また、4つのカンファレンスでコアスタッフまたは当日スタッフとして参加した。 + +* PHP カンファレンス北海道 2024 オンラインで参加 +* [PHP 勉強会@東京 第 160 回 登壇](/slides/2024-01-24/phpstudy-tokyo-160/) +* [YAPC::Hiroshima 2024 参加](/posts/2024-02-10/yapcjapan-2024-report/) +* [PHPカンファレンス関西 2024 参加](/posts/2024-02-22/phpkansai-2024-report/) +* PHPerKaigi 2024 + + * [登壇](/slides/2024-03-08/phperkaigi-2024/) + * コアスタッフとして参加 + +* [Ya8 2024 登壇](/slides/2024-03-15/ya8-2024/) +* PHP カンファレンス小田原 2024 + + * [登壇](/slides/2024-04-13/phpcon-odawara-2024/) + * 当日スタッフとして参加 + +* [PHP 勉強会@東京 第 163 回 LT で登壇](/slides/2024-04-25/phpstudy-tokyo-163/) +* [PHP カンファレンス香川 2024 参加](/posts/2024-05-11/phpconkagawa-2024-report/) +* [ScalaMatsuri 2024 参加](/posts/2024-06-19/scalamatsuri-2024-report/) +* [PHP 勉強会@東京 第 166 回 登壇](/slides/2024-07-18/phpstudy-tokyo-166/) +* iOSDC Japan 2024 コアスタッフとして参加 +* Nix meetup #1 参加 +* [PHP 勉強会@東京 第 169 回 登壇](/slides/2024-10-30/phpstudy-tokyo-169/) +* [紅白ぺぱ合戦 LT で登壇](/slides/2024-11-30/cohackpp/) +* PHP カンファレンス 2024 当日スタッフとして参加 + +{#articles} +# 書いた記事 + +今年はこのブログに月1記事以上の記事を書くという目標を立てていた。本数としては 12 本以上あるが、10月と11月はゼロになってしまった。 +社内記事を社外向けにリライトする作業を中々進められていないので、2025年は定期的に消化していきたい。 + +* 社外記事 (このブログ): 15本 +* 社内記事: 22本 + + * 年間で最も記事を書いた人として社内表彰された + +{#coding} +# 作ったもの + +今年は主に WebAssembly ランタイムと、カンファレンスの企画で使うシステムを作っていた。 +後者のシステムでもサンドボックス化のための技術として WebAssembly を用いているので、今年は WebAssembly と戯れた一年だったと言える。 + +* [Waddiwasi: pure PHP で書かれた WebAssembly ランタイム](https://github.com/nsfisis/php-waddiwasi) +* [Albatross.PHP: PHPerKaigi 2024 のコードゴルフ企画で使われたシステム](https://github.com/nsfisis/phperkaigi-2024-albatross) +* [Albatross.swift: iOSDC Japan 2024 のコードバトル企画で使われたシステム](https://github.com/nsfisis/iosdc-japan-2024-albatross) +* [ReparoJSON: 文法エラーを直すだけの JSON フォーマッタ](/posts/2024-07-19/reparojson-fix-only-json-formatter/) + +{#misc} +# その他 + +* [MN-Core Challenge #1 に参加](/posts/2024-09-28/mncore-challenge-1/) +* ISUCON 14 に参加 + +{#outro} +# おわりに + +今年も大変お世話になりました。よいお年を! |
