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
|
\documentclass{article}
\usepackage[UTF8]{ctex}
% \usepackage{amsmath}
\usepackage{hyperref}
\usepackage{soul}
% \usepackage{fancyhdr}
\usepackage{censor}
\usepackage{graphicx}
% \usepackage{tikz}
\usepackage[style=iso]{datetime2}
\title{About: Yuuta}
% \author{Yuuta Liang}
\date{February 4, 2023}
\AtBeginDocument{%
\Configure{@HEAD}{
\HCode{<link rel="stylesheet" href="/hitokoto.css" type="text/css"/>\Hnewline}
\HCode{<link rel="stylesheet" href="/ip.css" type="text/css"/>\Hnewline}
}
}
\begin{document}
\maketitle
\begin{center}
\includegraphics[width=50mm]{yuuta.jpg}
\emph{An ordinary girl with an extraordinary dream.}
\href{https://blog.yuuta.moe}{Blog} ·
\href{https://git.yuuta.moe}{Git} ·
\href{https://mastodon.yuuta.moe/@yuuta}{Fediverse}
\HCode{<span id="hitokoto" title="一言"> —— </span>}
\end{center}
Hi. I am Yuuta Liang, a computer and electronics enthusiast.
I am currently a first year undergraduate student at the University of British Columbia.
\begin{enumerate}
\item \textbf{Born}: September, 2003
\item \textbf{Locations}: Vancouver, Beijing
\item \textbf{Languages}: English, Mandarin (Simplified Chinese)
\item \textbf{Pronouns}: she / her, transles
\item \textbf{Contact}: yuuta at yuuta.moe (See the the \hyperref[sec:contact]{Contact} section below)
\end{enumerate}
\section{whoami(1)}
\label{sec:whoami}
\begin{itemize}
\item A CS / ECE enthuiast with an open heart on computer systems and electrical engineering
\item A hobbyist web backend / POSIX / Android app coder
\item A hobbyist Unix / Windows / VMware system administrator and home labber
\item A hobbyist network engineer
\item A retro technology lover
\end{itemize}
Current interests: \begin{enumerate}
\item Circuit design, FPGA, and CPU
\item Operating system design
\item System administration and network engineering
\item Amateur radio
\item Classical Chinese and Chinese history, too!
\end{enumerate}
\section{Suki}
\label{sec:suki}
\begin{enumerate}
\item \textbf{Animes}:
CLANNAD,
Patema Inverted
\item \textbf{Music Producers (VOCALOID yes)}:
\href{https://www.youtube.com/channel/UCam3IAA-nyfxRL8_wDQ35VA}{MIMI},
\href{https://www.youtube.com/user/OrangestarAS/}{Orangestar},
Ceui,
Mili
\item \textbf{Games}:
Minecraft,
osu!standard (follow me: \href{https://osu.ppy.sh/users/23872922}{Yuuta_Liang})
\item \textbf{Friends}: \href{https://blog.yuuta.moe/sponsored-sites/}{On my blog}
\end{enumerate}
You may find my watch list at \href{https://anilist.co/user/yuutaw/}{AniList} or \href{https://bgm.tv/user/726754}{bgm.tv}.
\section{Sites}
\label{sec:sites}
\begin{enumerate}
\item \url{https://git.yuuta.moe}: CGit server
\item \url{https://mastodon.yuuta.moe}: Mastodon instance
\item \url{https://chat.yuuta.moe}: Synapse instance
\item \url{https://blog.yuuta.moe}: Blog
\item \url{https://www.yuuta.network}: YuutaNet (AS142281)
\item \url{https://mail.yuuta.moe}: Mail server
\end{enumerate}
\section{Contact}
\label{sec:contact}
\begin{enumerate}
\item PGP: \href{key.gpg}{5D5BD2BB606BE4B60714162307000ADCB05A5BC4}, also available on Ubuntu keyserver.
\item Email: yuuta at yuuta.moe (Primary) or trumeetc at gmail.com (Alternative)
\item Matrix: @yuuta:yuuta.moe
\item Fediverse: \href{https://mastodon.yuuta.moe/@yuuta}{@yuuta@yuuta.moe}
\item \st{Telegram: REDACTED} Use Matrix instead.
\item \st{GitHub: \href{https://github.com/Trumeet}{@Trumeet}} Use \url{https://git.yuuta.moe} instead.
\item \st{Twitter: \href{https://twitter.com/NeoTrumeet}{@NeoTrumeet}} Use Fediverse instead.
\item Bilibili: \href{https://space.bilibili.com/3493116141112125}{@0x576174757559} (Read only)
\item Zhihu: \href{https://www.zhihu.com/people/0x576174757559}{@0x576174757559} (Read only)
\end{enumerate}
\begin{center}
\HCode{<span class="ip">You are visiting from: </span>}
\newline{}
\emph{This page was built automatically from
\href{https://git.yuuta.moe/www.git/tree/neo2/index.tex}{LaTeX source} using make4ht(1) on \today, PST.}
\includegraphics{valid-xhtml10.png} \includegraphics{vcss.gif}
\copyright 2017 - 2024 Yuuta Liang. All Rights Reserved.
\end{center}
\end{document}
|