-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (193 loc) · 5.61 KB
/
index.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta name="generator" content="Hugo 0.119.0">
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://oing9179.github.io/blog/images/favicon.png" />
<title>Hotaru's Notebook</title>
<meta name="title" content="Hotaru's Notebook" />
<meta name="description" content="Hugo + Bear = :heart:" />
<meta name="keywords" content="android,barebone,blog,coding,deployment,english,front-end,information-security,kotlin-/-java,language,linux,music-production,networking,programming,python,server,tech-life,android,anonymous,apple,asm,barebone,better-code,bind9,bios,blog,bootloader,career,cloud,coding,commenting,concurrency,coordinatorlayout,crack,dell,depression,disassemble,dnscrypt,docker,document,encrypt-home,english,english-in-use,esxi,finical-manager,firefly,fragment,fragmentmanagerstate,fragmentstate,gateway,github.io,gnu,grammar,gta,hexo,hugo,icmp-tunnel,intellij-idea,internship,ios,ip-over-icmp,iptables,java,java-ee,java-memory-model,javascript,jboss,jvm-language,kcp,kotlin,lan,linearizability,linux,lldb,loader,makefile,markdown,markdown-navigator,multi-markdown,multi-threading,music,mybatis,nextcloud,nginx,objective-c,oneplus,opengapps,openshift,packet-tunneling,parallelism,pawpsicle,present,privacy,programming,python,python-pytun,recruitment,reverse-proxy,route,scapy,scheduled-task,security,serializability,server,shadowsocks,softether-vpn,spring-framework,stack-trace,sysrq,systemrescuecd,tails-linux,tap,task,todo-list,tor,trigger,tun,tunnel-device,twrp-recovery,typecho,uefi,v2ray,vsphere,websocket,wekan,wildfly,xcode,xposed,you-dont-know-js," />
<meta property="og:title" content="" />
<meta property="og:description" content="Hugo + Bear = :heart:" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://oing9179.github.io/blog/" /><meta property="og:site_name" content="Hotaru's Notebook" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content="Hugo + Bear = :heart:"/>
<meta itemprop="name" content="">
<meta itemprop="description" content="Hugo + Bear = :heart:">
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="alternate" type="application/rss+xml" href="https://oing9179.github.io/blog/index.xml" title="Hotaru's Notebook" />
<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
background-color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #222;
}
a {
color: #3273dc;
}
.title {
text-decoration: none;
border: 0;
}
.title span {
font-weight: 400;
}
nav a {
margin-right: 10px;
}
textarea {
width: 100%;
font-size: 16px;
}
input {
font-size: 16px;
}
content {
line-height: 1.6;
}
table {
width: 100%;
}
img {
max-width: 100%;
}
code {
padding: 2px 5px;
background-color: #f2f2f2;
}
pre code {
color: #222;
display: block;
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
}
div.highlight pre {
background-color: initial;
color: initial;
}
div.highlight code {
background-color: unset;
color: unset;
}
blockquote {
border-left: 1px solid #999;
color: #222;
padding-left: 20px;
font-style: italic;
}
footer {
padding: 25px;
text-align: center;
}
.helptext {
color: #777;
font-size: small;
}
.errorlist {
color: #eba613;
font-size: small;
}
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: #8b6fcb;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #eee;
}
a {
color: #8cc2dd;
}
code {
background-color: #777;
}
pre code {
color: #ddd;
}
blockquote {
color: #ccc;
}
textarea,
input {
background-color: #252525;
color: #ddd;
}
.helptext {
color: #aaa;
}
}
</style>
</head>
<body>
<header><a href="https://oing9179.github.io/blog/" class="title">
<h2>Hotaru's Notebook</h2>
</a>
<nav><a href="https://oing9179.github.io/blog/">Home</a>
<a href="https://oing9179.github.io/blog/cv-resume/">CV / Résumé</a>
<a href="https://oing9179.github.io/blog/blog">Blog</a>
</nav>
</header>
<main>
<h1 id="a-programmer-with-autistic-traits">A Programmer with Autistic Traits.</h1>
<h2 id="biography">Biography</h2>
<p>Gender: Male<br>
MBTI Personality: INTJ</p>
<p>My Traits & Beliefs:</p>
<ul>
<li>Born with ASD and suffering from Depression and Anxiety.</li>
<li>Bad at interpersonal communication;</li>
<li>Dislikes auditory noises;</li>
<li>Dropped out from high-school;</li>
<li>Toke an IELTS test on 4th Sep 2023, achieved score <strong>6</strong> for listening,
reading, writing and <strong>6.5</strong> for speaking.</li>
<li>I use Arch Linux, btw;</li>
<li>Apple Inc. is shit and unfriendly to software developers.</li>
</ul>
</main>
<footer>Made with <a href="https://github.com/janraasch/hugo-bearblog/">Hugo ʕ•ᴥ•ʔ Bear</a>
</footer>
</body>
</html>