-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
548 lines (278 loc) · 21 KB
/
index.html
File metadata and controls
548 lines (278 loc) · 21 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- [[! Document Settings ]] -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- [[! Page Meta ]] -->
<title>Botbie Blog</title>
<meta name="description" content="Your mind is for having ideas, not holding them..." />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/assets/images/favicon.ico" >
<!-- [[! Styles'n'Scripts ]] -->
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
<link rel="stylesheet" type="text/css"
href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="/assets/css/syntax.css" />
<!-- [[! highlight.js ]] -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css">
<style>.hljs { background: none; }</style>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- [[! Ghost outputs important style and meta data with this tag ]] -->
<link rel="canonical" href="/" />
<meta name="referrer" content="origin" />
<link rel="next" href="/page/2/" />
<meta property="og:site_name" content="Botbie Blog" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Botbie Blog" />
<meta property="og:description" content="Your mind is for having ideas, not holding them..." />
<meta property="og:url" content="http://blog.botbie.io/" />
<meta property="og:image" content="http://blog.botbie.io/assets/images/covers/cover1.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Botbie Blog" />
<meta name="twitter:description" content="Your mind is for having ideas, not holding them..." />
<meta name="twitter:url" content="http://blog.botbie.io/" />
<meta name="twitter:image:src" content="http://blog.botbie.io/assets/images/covers/cover1.jpg" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "Botbie Blog",
"url": "http://blog.botbie.io/",
"image": "http://blog.botbie.io/assets/images/covers/cover1.jpg",
"description": "Your mind is for having ideas, not holding them..."
}
</script>
<meta name="generator" content="Jekyll 3.0.0" />
<link rel="alternate" type="application/rss+xml" title="Botbie Blog" href="/feed.xml" />
</head>
<body class="home-template nav-closed">
<div class="nav">
<h3 class="nav-title">Menu</h3>
<a href="#" class="nav-close">
<span class="hidden">Close</span>
</a>
<ul>
<li class="nav-home nav-current" role="presentation"><a href="/">Home</a></li>
<li class="nav-about " role="presentation"><a href="/about">About</a></li>
<li class="nav-author " role="presentation"><a href="/author">Contributors</a></li>
<li class="nav-links " role="presentation"><a href="/links">Useful links</a></li>
<li class="nav-meetings " role="presentation"><a href="/meetings">Zoom meetings</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/security">Security</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/ctf">Ctf</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/mongodb">Mongodb</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/injection">Injection</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/bitcoin">Bitcoin</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/bài-dịch">Bài dịch</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/cryptocurrency">Cryptocurrency</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/blockchain">Blockchain</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/plugin">Plugin</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/nodebb">Nodebb</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/ide">Ide</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/source-control">Source control</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/git">Git</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/devops">Devops</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/cryptography">Cryptography</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/hash">Hash</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/system">System</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/vps">Vps</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/server">Server</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/hosting">Hosting</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/docker">Docker</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/openvpn">Openvpn</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/swift">Swift</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/ai">Ai</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/agent">Agent</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/gpu">Gpu</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/hashcat">Hashcat</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/splunk">Splunk</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/elastic">Elastic</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/kibana">Kibana</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/opinions">Opinions</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/links">Links</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/games">Games</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/startup">Startup</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/bookreview">Bookreview</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/triết-học">Triết học</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/nghệ-thuật-sống">Nghệ thuật sống</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/internet">Internet</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/npo">Npo</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/rng">Rng</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/architect">Architect</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/backend">Backend</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/soundcloud">Soundcloud</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/sharing">Sharing</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/investment">Investment</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/loving">Loving</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/psychedelic">Psychedelic</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/science">Science</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/theory">Theory</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/ctf">Ctf</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/webassembly">Webassembly</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/side-channel-attack">Side channel attack</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/design-pattern">Design pattern</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/concurrency-programming">Concurrency programming</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/java">Java</a></li>
<li class="nav-speeches " role="presentation"><a href="/tag/string">String</a></li>
</ul>
<a class="subscribe-button icon-feed" href="/feed.xml">Subscribe</a>
</div>
<span class="nav-cover"></span>
<div class="site-wrapper">
<!-- [[! Everything else gets inserted here ]] -->
<!-- < default -->
<!-- The tag above means - insert everything in this file into the [body] of the default.hbs template -->
<!-- The big featured header -->
<header class="main-header "
style="background-image: url(/assets/images/covers/cover1.jpg) ">
<nav class="main-nav overlay clearfix">
<a class="blog-logo" href="/"><img src="/assets/images/botbie.png" alt="Blog Logo" /></a>
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">Botbie Blog</h1>
<h2 class="page-description">Your mind is for having ideas, not holding them...</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<!-- The main content area on the homepage -->
<main id="content" class="content" role="main">
<!-- The tag below includes the post loop - partials/loop.hbs -->
<!-- Previous/next page links - only displayed on page 2+ -->
<div class="extra-pagination inner">
<nav class="pagination" role="pagination">
<span class="page-number"> Page 1 of 8 </span>
<a class="older-posts" href="/page/2" title="Next Page">Older Posts »</a>
</nav>
</div>
<!-- This is the post loop - each post will be output using this markup -->
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/2019/04/17/java-int-toString">Java integer to String</a></h2>
</header>
<section class="post-excerpt">
<p>1. Bên trong Integer.toString(int) Cú pháp: public static String toString(int i) Ví dụ: int a = 123456; String str_a = Integer.toString(a); System.out.println("String str_a = " + str_a); // Output: String str_a = 123456 Sử dụng thật đơn giản phải ko nào, nhưng bên trong thì nó implement như thế nào nhỉ? Source của GNU Classpath khá đơn giản, nó sử... <a class="read-more" href="/2019/04/17/java-int-toString">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/avatars/jaken.jpeg" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/jaken'>Jaken Ty</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/java'>Java</a>,
<a href='/tag/string'>String</a>
<time class="post-date" datetime="2019-04-17">17 Apr 2019</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/2018/11/14/concurrency-pattern-active-object">Concurrency Pattern - Active Object</a></h2>
</header>
<section class="post-excerpt">
<p>Active Object là một design pattern sử dụng trong lập trình đa luồng, nó giải quyết bài toán concurrency bằng cách tách bạch lời gọi hàm và thực thi của các đối tượng. Mỗi đối tượng Active Object sở hữu một luồng riêng để thực thi tác vụ, một scheduler quản lý thứ tự thực hiện tác vụ, nhờ đó... <a class="read-more" href="/2018/11/14/concurrency-pattern-active-object">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/avatars/jaken.jpeg" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/jaken'>Jaken Ty</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/design-pattern'>Design pattern</a>,
<a href='/tag/concurrency-programming'>Concurrency programming</a>
<time class="post-date" datetime="2018-11-14">14 Nov 2018</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/2018/10/13/flareon2018-chal5-webassembly-writeup-side-channel-attack">[flareon2018] chal5 WebAssembly writeup: side channel attack</a></h2>
</header>
<section class="post-excerpt">
<p>Đọc đề Bài WebAssembly là một trang web nho nhỏ, một đoạn JavaScript vừa đủ gọn để gọi được viết bằng WebAssemly (tất nhiên rồi, đề nó vậy mà). Đoạn JavaScript nhỏ xinh để gọi như sau: fetch("test.wasm").then(response => response.arrayBuffer() ).then(bytes => WebAssembly.instantiate(bytes, { env: { /// comment }, __syscall6: function __syscall6(n, a, b, c, d, e, f) { return... <a class="read-more" href="/2018/10/13/flareon2018-chal5-webassembly-writeup-side-channel-attack">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/avatars/khoai.jpeg" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/khoai'>Khoai</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/ctf'>Ctf</a>,
<a href='/tag/webassembly'>Webassembly</a>,
<a href='/tag/side-channel-attack'>Side channel attack</a>
<time class="post-date" datetime="2018-10-13">13 Oct 2018</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/2018/09/26/ban-ve-thi-nghiem-xac-dinh-chieu-khong-gian-thu-4">Bàn về thí nghiệm xác định chiều không gian thứ 4?</a></h2>
</header>
<section class="post-excerpt">
<p>Bài viết này phản hồi về nội dung bài viết này: http://khoahocphattrien.vn/khoa-hoc/phat-hien-chan-dong-2-thi-nghiem-dong-thoi-xac-nhan-chieu-khong-gian-thu-4/20180917092138773p1c160.htm, tiêu đề bài này có vẻ gây sốc, nhưng bài viết gốc tiếng Anh thì không như vậy: https://physicsworld.com/a/quantum-hall-effect-in-4d-is-created-in-the-lab/ Toàn bộ nội dung phản hồi được ghi lại từ biện giải của Kha, với sự góp ý của Jaken, trong channel #research trên Slack của nhóm Botbie. Mọi... <a class="read-more" href="/2018/09/26/ban-ve-thi-nghiem-xac-dinh-chieu-khong-gian-thu-4">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/avatars/nkimkha.jpg" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/nkimkha'>Nguyễn Kim Kha</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/science'>Science</a>,
<a href='/tag/theory'>Theory</a>
<time class="post-date" datetime="2018-09-26">26 Sep 2018</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="/2018/09/13/tai-sao-toi-ung-ho-cong-nghe-giao-duc">Tại sao tôi ủng hộ Công nghệ giáo dục?</a></h2>
</header>
<section class="post-excerpt">
<p>Bài viết trước của tôi, tôi đã khẳng định là sẽ ủng hộ bộ sách Công nghệ giáo dục (CNGD) của ông Hồ Ngọc Đại, nhưng tôi chưa giải thích kỹ. Giờ xin có đôi dòng phân tích. Mở đầu sách là trẻ con được học về khối vuông/tròn/tam giác/… hay bất cứ thứ gì. Đây không phải là tiếng... <a class="read-more" href="/2018/09/13/tai-sao-toi-ung-ho-cong-nghe-giao-duc">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="/assets/images/avatars/nkimkha.jpg" alt="Author image" nopin="nopin" />
<!-- author -->
<a href='/author/nkimkha'>Nguyễn Kim Kha</a>
<!-- [[tags prefix=" on "]] -->
on
<a href='/tag/sharing'>Sharing</a>
<time class="post-date" datetime="2018-09-13">13 Sep 2018</time>
</footer>
</article>
<!-- Previous/next page links - displayed on every page -->
<nav class="pagination" role="pagination">
<span class="page-number"> Page 1 of 8 </span>
<a class="older-posts" href="/page/2" title="Next Page">Older Posts »</a>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="/">Botbie Blog</a> © 2023</section>
<section class="poweredby">Proudly published with <a href="https://jekyllrb.com/">Jekyll</a> using <a href="https://github.com/biomadeira/jasper">Jasper</a></section>
</footer>
</div>
<!-- [[! Ghost outputs important scripts and data with this tag ]] -->
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- [[! The main JavaScript file for Casper ]] -->
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script>
<script type="text/javascript" src="/assets/js/index.js"></script>
<!-- Add Google Analytics -->
<!-- Google Analytics Tracking code -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51088846-5', 'auto');
ga('send', 'pageview');
</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=1555729331387875";
fjs.parentNode.insertBefore(js, fjs);
}(document, "script", "facebook-jssdk"));</script>
</body>
</html>