blob: 260b94a5c24d9b8832c01666ef8e2aa1f2e8c6d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
|
<!DOCTYPE html>
<html lang="ja-JP">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="nsfisis">
<meta name="copyright" content="© 2021 nsfisis">
<meta name="description" content="投稿した記事の一覧 (3ページ目)">
<meta property="og:type" content="article">
<meta property="og:title" content="投稿一覧 (3ページ目)|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="投稿した記事の一覧 (3ページ目)">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="alternate" type="application/atom+xml" href="https://blog.nsfisis.dev/posts/atom.xml">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>投稿一覧 (3ページ目)|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=29e15d3c7ed0bb8e915f44234a2b073f">
</head>
<body class="list">
<header class="header">
<div class="site-logo">
<a href="/">REPL: Rest-Eat-Program Loop</a>
</div>
<nav class="nav">
<ul>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/posts/">Posts</a>
</li>
<li>
<a href="/slides/">Slides</a>
</li>
<li>
<a href="/tags/">Tags</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<header class="page-header">
<h1>投稿一覧 (3ページ目)</h1>
</header>
<nav class="pagination">
<div class="pagination-prev">
<a href="/posts/2/">前へ</a>
</div>
<div class="pagination-page">
<a href="/posts/">1</a>
</div>
<div class="pagination-page">
<a href="/posts/2/">2</a>
</div>
<div class="pagination-page pagination-page-current">
<span>3</span>
</div>
<div class="pagination-page">
<a href="/posts/4/">4</a>
</div>
<div class="pagination-page">
<a href="/posts/5/">5</a>
</div>
<div class="pagination-page">
<a href="/posts/6/">6</a>
</div>
<div class="pagination-next">
<a href="/posts/4/">次へ</a>
</div>
</nav>
<article class="post-entry">
<a href="/posts/2024-03-17/phperkaigi-2024-report/">
<header class="entry-header">
<h2>PHPerKaigi 2024 参加レポ</h2>
</header>
<section class="entry-content">
<p>
2024-03-07 から 2024-03-09 にかけて開催された、PHPerKaigi 2024 に参加した。
</p>
</section>
<footer class="entry-footer">
<time datetime="2024-03-17">2024-03-17</time> 投稿、<time datetime="2024-07-07">2024-07-07</time> 更新
<ul class="entry-tags">
<li class="tag">
カンファレンス
</li>
<li class="tag">
PHP
</li>
<li class="tag">
PHPerKaigi
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2024-02-22/phpkansai-2024-report/">
<header class="entry-header">
<h2>PHPカンファレンス関西 2024 参加レポ</h2>
</header>
<section class="entry-content">
<p>
2024-02-11 に開催された、PHPカンファレンス関西 2024 に参加した。
</p>
</section>
<footer class="entry-footer">
<time datetime="2024-02-21">2024-02-21</time> 投稿
<ul class="entry-tags">
<li class="tag">
カンファレンス
</li>
<li class="tag">
PHP
</li>
<li class="tag">
PHP カンファレンス関西
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2024-02-10/yapcjapan-2024-report/">
<header class="entry-header">
<h2>YAPC::Hiroshima 2024 参加レポ</h2>
</header>
<section class="entry-content">
<p>
2024-02-10 に開催された、YAPC::Hiroshima 2024 に参加した。
</p>
</section>
<footer class="entry-footer">
<time datetime="2024-02-10">2024-02-10</time> 投稿
<ul class="entry-tags">
<li class="tag">
カンファレンス
</li>
<li class="tag">
Perl
</li>
<li class="tag">
YAPC
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2024-02-03/install-wireguard-on-personal-server/">
<header class="entry-header">
<h2>【備忘録】 個人用サーバに WireGuard を導入する</h2>
</header>
<section class="entry-content">
<p>
個人用サービスのセルフホストに使っているサーバに WireGuard を導入する作業をしたメモ
</p>
</section>
<footer class="entry-footer">
<time datetime="2024-02-03">2024-02-03</time> 投稿、<time datetime="2024-02-17">2024-02-17</time> 更新
<ul class="entry-tags">
<li class="tag">
備忘録
</li>
<li class="tag">
WireGuard
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2024-01-10/neovim-insert-namespace-declaration-to-empty-php-file/">
<header class="entry-header">
<h2>【Neovim】 空の PHP ファイルに namespace 宣言を挿入する</h2>
</header>
<section class="entry-content">
<p>
Neovim で空の PHP ファイルを開いたとき、ディレクトリの構造に基づいて自動的に namespace 宣言を挿入するようにする。
</p>
</section>
<footer class="entry-footer">
<time datetime="2024-01-10">2024-01-10</time> 投稿
<ul class="entry-tags">
<li class="tag">
Neovim
</li>
<li class="tag">
PHP
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2023-12-31/2023-reflections/">
<header class="entry-header">
<h2>2023年の振り返り</h2>
</header>
<section class="entry-content">
<p>
2023年にやったことを振り返る
</p>
</section>
<footer class="entry-footer">
<time datetime="2023-12-31">2023-12-31</time> 投稿
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2023-12-03/isucon-13/">
<header class="entry-header">
<h2>ISUCON 13 に参加した</h2>
</header>
<section class="entry-content">
<p>
ISUCON 13 に参加した。チーム名「うつしもゆ」、最終スコア 13,580 点
</p>
</section>
<footer class="entry-footer">
<time datetime="2023-12-03">2023-12-03</time> 投稿
<ul class="entry-tags">
<li class="tag">
ISUCON
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2023-10-13/i-entered-the-open-university-of-japan/">
<header class="entry-header">
<h2>放送大学に入学しました</h2>
</header>
<section class="entry-content">
<p>
放送大学に入学しました。頑張ります。
</p>
</section>
<footer class="entry-footer">
<time datetime="2023-10-13">2023-10-13</time> 投稿
<ul class="entry-tags">
<li class="tag">
放送大学
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2023-10-02/compile-php-runtime-to-wasm/">
<header class="entry-header">
<h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2>
</header>
<section class="entry-content">
<p>
PHP の処理系 (php/php-src) を Emscripten で WebAssembly にコンパイルし、任意のコードを隔離された環境で評価できるようにした。
</p>
</section>
<footer class="entry-footer">
<time datetime="2023-10-02">2023-10-02</time> 投稿、<time datetime="2025-04-23">2025-04-23</time> 更新
<ul class="entry-tags">
<li class="tag">
PHP
</li>
<li class="tag">
WebAssembly
</li>
</ul>
</footer>
</a>
</article>
<article class="post-entry">
<a href="/posts/2023-06-25/phpconfuk-2023-report/">
<header class="entry-header">
<h2>PHP カンファレンス福岡 2023 参加レポ</h2>
</header>
<section class="entry-content">
<p>
2023-06-24 に開催された、PHP カンファレンス福岡に参加した。
</p>
</section>
<footer class="entry-footer">
<time datetime="2023-06-25">2023-06-25</time> 投稿
<ul class="entry-tags">
<li class="tag">
カンファレンス
</li>
<li class="tag">
PHP
</li>
<li class="tag">
PHP カンファレンス福岡
</li>
</ul>
</footer>
</a>
</article>
<nav class="pagination">
<div class="pagination-prev">
<a href="/posts/2/">前へ</a>
</div>
<div class="pagination-page">
<a href="/posts/">1</a>
</div>
<div class="pagination-page">
<a href="/posts/2/">2</a>
</div>
<div class="pagination-page pagination-page-current">
<span>3</span>
</div>
<div class="pagination-page">
<a href="/posts/4/">4</a>
</div>
<div class="pagination-page">
<a href="/posts/5/">5</a>
</div>
<div class="pagination-page">
<a href="/posts/6/">6</a>
</div>
<div class="pagination-next">
<a href="/posts/4/">次へ</a>
</div>
</nav>
</main>
<footer class="footer">
© 2021 nsfisis
</footer>
</body>
</html>
|