-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
631 lines (353 loc) · 12 KB
/
404.html
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<!DOCTYPE html>
<html lang="ja">
<head>
<title>
Page Not Found
</title>
<style>
body, body.pushable {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover !important;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="ta08" />
<meta name="description" content="" />
<meta name="generator" content="Hugo 0.57.2" />
<link rel="shortcut icon" href="/img/defaultFav.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Inconsolata" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/site.css">
<style>
body.pushable {
display: block;
background-image: var(--bgImage) !important;
;
}
</style>
<script>
var isMobile = ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) )
console.log("The client device is a "+(isMobile?"mobile":"PC")+".")
</script>
</head>
<body>
<script>
var prevBgIndex = 0;
var bodyBgSwitchIndex = 0;
document.body.style.backgroundColor = "#5EBABA";
function getRandomInt(min, max) {
min = Math.ceil(min);
max = Math.floor(max);
var random;
while (1) {
random = Math.floor(Math.random() * (max - min)) + min;
if (random !== prevBgIndex) {
prevBgIndex = random;
break;
}
}
return random;
}
</script>
<div class="blur-overlay"></div>
<div id="sidebar" class="ui sidebar inverted vertical menu">
<section id="author" class="ui top attached center aligned inverted segment">
<div class="ui small circular image">
<img src="https://avatars1.githubusercontent.com/u/16427109?s=400&v=4">
</div>
<h3 class="ui header">
ta08
<div class="sub header">I'm looking for ways to make the world more efficient and efficient. This blog aims to share my knowledge and what I had created.</div>
</h3>
</section>
<section class="ui attached center aligned inverted segment sidebar-dream-tags">
<a class="ui label green " href="/tags/aws" title="aws">aws</a>
<a class="ui label brown " href="/tags/documentation" title="documentation">documentation</a>
<a class="ui label green " href="/tags/gas" title="gas">gas</a>
<a class="ui label green " href="/tags/girepo" title="girepo">girepo</a>
<a class="ui label pink " href="/tags/markdown" title="markdown">markdown</a>
<a class="ui label orange " href="/tags/siri" title="siri">siri</a>
<a class="ui label brown " href="/tags/tool" title="tool">tool</a>
<a class="ui label teal " href="/tags/twitter" title="twitter">twitter</a>
<a class="ui label pink " href="/tags/typescript" title="typescript">typescript</a>
<a class="ui label blue " href="/tags/asana" title="asana">asana</a>
</section>
<section class="ui attached inverted segment sidebar-dream-categories both flexbox">
<div class="ui inverted accordion">
<div class="title">
<i class="dropdown icon"></i>
<a class="link" href="/categories/aws_bot">aws_bot</a>
</div>
<div class="content">
<a class="item" href="http://ta08.github.io/posts/20191115t20/">
<div>
<i class="cocktail icon"></i>
<p>AWS CDKによるプロビジョニング化</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20191016t01/">
<div>
<i class="cocktail icon"></i>
<p>LambdaとIFTTTでBotの作成</p>
</div>
</a>
</div>
<div class="title">
<i class="dropdown icon"></i>
<a class="link" href="/categories/gas_siri">gas_siri</a>
</div>
<div class="content">
<a class="item" href="http://ta08.github.io/posts/20190930t02/">
<div>
<i class="cocktail icon"></i>
<p>SiriとGASを用いて音声入力による記録自動化2</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190908t00/">
<div>
<i class="cocktail icon"></i>
<p>SiriとGASを用いて音声入力による記録自動化</p>
</div>
</a>
</div>
<div class="title">
<i class="dropdown icon"></i>
<a class="link" href="/categories/girepo">girepo</a>
</div>
<div class="content">
<a class="item" href="http://ta08.github.io/posts/20190924t23/">
<div>
<i class="cocktail icon"></i>
<p>公開したToolの機能追加とCIの設定</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190901t07/">
<div>
<i class="cocktail icon"></i>
<p>調査補助ツールの作成と公開</p>
</div>
</a>
</div>
<div class="title">
<i class="dropdown icon"></i>
<a class="link" href="/categories/info">info</a>
</div>
<div class="content">
<a class="item" href="http://ta08.github.io/posts/20191106t22/">
<div>
<i class="cocktail icon"></i>
<p>TODOツールをAsanaからJiraに移行</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190914t04/">
<div>
<i class="cocktail icon"></i>
<p>BTOサイト比較とPCの修理</p>
</div>
</a>
</div>
<div class="title">
<i class="dropdown icon"></i>
<a class="link" href="/categories/tech">tech</a>
</div>
<div class="content">
<a class="item" href="http://ta08.github.io/posts/20191115t20/">
<div>
<i class="cocktail icon"></i>
<p>AWS CDKによるプロビジョニング化</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20191016t01/">
<div>
<i class="cocktail icon"></i>
<p>LambdaとIFTTTでBotの作成</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190930t02/">
<div>
<i class="cocktail icon"></i>
<p>SiriとGASを用いて音声入力による記録自動化2</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190924t23/">
<div>
<i class="cocktail icon"></i>
<p>公開したToolの機能追加とCIの設定</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190908t00/">
<div>
<i class="cocktail icon"></i>
<p>SiriとGASを用いて音声入力による記録自動化</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190905t13/">
<div>
<i class="cocktail icon"></i>
<p>なろうAPIで自然言語処理をするノートブック公開</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190902t21/">
<div>
<i class="cocktail icon"></i>
<p>AWSJPの無料キャンペーン通知</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190901t07/">
<div>
<i class="cocktail icon"></i>
<p>調査補助ツールの作成と公開</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190827t21/">
<div>
<i class="cocktail icon"></i>
<p>Processingでビジュアルアート</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/20190823t23/">
<div>
<i class="cocktail icon"></i>
<p>自宅ネットワークの不調を可視化</p>
</div>
</a>
<a class="item" href="http://ta08.github.io/posts/first-post/">
<div>
<i class="cocktail icon"></i>
<p>Hugoでブログ作成</p>
</div>
</a>
</div>
</div>
</section>
<section id="footer" class="ui bottom attached center aligned inverted segment">
<p>© 2019 ブログ的な何か</p>
<p>Powered by <a href="https://gohugo.io/" target="_blank">Hugo</a> with <a href="https://github.com/UtkarshVerma/hugo-dream-plus" target="_blank">Dream Plus</a> theme.</p>
</section>
</div>
<div class="pusher">
<div class="flipper">
<div class="front">
<nav class="ui top secondary menu bar">
<div class="item">
<i class="inverted big link bullseye icon dream-flip-toggle" title="About Me"></i>
</div>
<div class="item">
<a href="/">
<i class="inverted big link home icon" title="Home"></i>
</a>
</div>
<div class="item">
<a href="/posts">
<i class="inverted big link archive icon" title="Archive"></i>
</a>
</div>
<div class="item">
<a href="/tags">
<i class="inverted big link tags icon" title="All Tags"></i>
</a>
</div>
<div class="item">
<a href="/categories">
<i class="inverted big link cubes icon" title="All Categories"></i>
</a>
</div>
<div class="item right">
<a href="/posts/index.xml">
<i class="inverted big link rss icon" title="RSS Feed"></i>
</a>
</div>
</nav>
<div class="ui centered grid four-o-four">
<div class="fifteen wide mobile fifteen wide tablet fifteen wide computer column">
<section class="ui stacked segments">
<div class="ui inverted segment">
<article class="twemoji">
<h1>Error 404: Page Not Found</h1><hr>
<h4>It seems that the page that you're trying to access doesn't exist. 😟</h4>
<h4>If you're sure that it exists, chances are it might have been moved to a new link! You may search for it on the home page.</h4>
<p><center><a class="ui center aligned blue label" href="/">Return to Homepage</a></center></p>
</article>
</div>
</section>
</div>
</div>
</div>
<div class="back">
<nav class="ui top secondary menu bar">
<div class="item">
<i class="inverted big link bullseye icon dream-flip-toggle" title="About Me"></i>
</div>
<div class="item">
<a href="https://github.com/ta08" target=" _blank">
<i id="ico" class="inverted big link github icon" title="GitHub"></i>
</a>
</div>
<div class="item">
<a href="https://gist.github.com/ta08" target=" _blank">
<i id="ico" class="inverted big link github alternate icon" title="gist"></i>
</a>
</div>
<div class="item">
<a href="https://www.amazon.co.jp/hz/wishlist/ls/E3OWVIN571QZ" target=" _blank">
<i id="ico" class="inverted big link amazon icon" title="amazon"></i>
</a>
</div>
</nav>
<div class="ui centered grid about">
<div class="sixteen wide mobile fifteen wide tablet fifteen wide computer column about">
<section class="ui stacked segments">
<div class="ui inverted segment">
<article class="twemoji">
<h1 id="about-me">About Me 🐝</h1>
<p>👤 💓 🍕🍣🍰🍈.</p>
<h2 id="as-a-software-engineer">As a Software Engineer 🌸</h2>
<p>I’m a software engineer, spending the most time as a back-ends engineer.</p>
<p>Speaking of programming languages, I have experiences with Scala, Java, Python, Typescript at work.</p>
<p>But not only these programming languages, I have experiences with other programming languages in my private time.</p>
<h2 id="education">Education 🎓</h2>
<ul>
<li>Bachelor of Computer Science</li>
<li>Master of Computer Science
<ul>
<li>especially NLP</li>
</ul></li>
</ul>
<h2 id="tech-interests">Tech Interests ⭐✨✨</h2>
<ul>
<li>Natural Language Processing</li>
<li>Functional Programming</li>
<li>Automation</li>
<li>Data Visualization</li>
<li>Data Handling</li>
<li>Rust</li>
</ul>
</article>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<script src="/js/site.js"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.6"></script>
<script>
(function () {
console.log("Twemoji up and making stuff colourful!");
for (var b = document.getElementsByClassName("twemoji"), a = 0; a < b.length; a++) {
twemoji.parse(b[a]);
}
})();
</script>
</body>
</html>