# Home

我叫 IlyaYezelovsky，目前是一名高二学生。

你也可以叫我 Ilya、伊利亚、~~1.0~~、锯木机等。

一般情况下可以使用中文或英语与我交流，同时我也有限地（真的很有限）了解俄语和日语。

### 联系方式

你可以在互联网的各个角落找到我，就像那句话一样：

> Across the Great Wall we can reach every corner in the world. 越过长城，走向世界。

Email: <ilyayezelovsky@gmail.com>\
GitHub: [@IlyaYezelovsky](https://github.com/IlyaYezelovsky)\
X: [@ilya\_sawmill](https://x.com/ilya_sawmill)\
Discord: [@ilya\_yezelovsky](https://discord.com/users/1216215110960283728)\
Bilibili: [@伊利亚锯木机](https://space.bilibili.com/3493084490893445?spm_id_from=333.1007.0.0)<br>

### 兴趣

#### 技术

* 一般编程
  * 最偏好/掌握得最好的语言是 Java，因为这是我第一个学的语言（由于 Minecraft 的缘故）。
  * C# 也差不多，因为和 Java 十分相似，不过不太熟悉 C# 的那些库。
  * C++/C/Python 等会一点，但不多。
* 网页相关
  * 不喜欢 HTML 和 CSS，创建网页永远只用 Markdown（就像这个网站）或者 Wiki 系统。
    * 本站的 CSS 是在 AI 的帮助下写的。
    * [我的另一个个人网站](https://ilya.wikidot.com/) 是使用 [Wikidot](https://www.wikidot.com) 建立的，我还在该平台上建了一些其他站。
* 更多…

#### 游戏

* Minecraft (仅限 Java 版)
  * 你可以在 [这里](https://mineatar.io/player/082271c3-52cc-4499-a3bc-69ff19c62416) 找到我的玩家档案。
  * 如果你想了解我在 Minecraft 方面的更多信息，可以访问我在 [Minecraft Wiki](https://zh.minecraft.wiki) 上的 [用户页](https://zh.minecraft.wiki/User:IlyaYezelovsky)。
  * 架设 Minecraft 服务器，使用的服务端是 [Leaves](https://github.com/LeavesMC/Leaves)。
    * 没什么服务端比这更适合了！我讨厌未加修改的原版游戏，而试图用一个模组端开始终跟进最新版的服务器是不现实的。考虑到许多模组的功能可用插件代替，于是我选择了修改多、配置项多的 Leaves。
* 其他 Steam/Xbox 随便玩玩。
  * 主要是 PUBG 和 Rusted Warfare.
* 不玩国服游戏因为有防沉迷验证和审查。

#### 学术

* 偏科人，喜欢理科不喜欢文科。
* 选科物化生。
* 大学想读计算机科学与技术专业。

#### 其他

* 铁道迷（主要是日本铁道）。
* 低浓度的二次元，不怎么看番但愿意去了解。
* 低浓度的同人圈，看的文不多，但了解大部分概念。
  * 我还有自己的原创系列《Lokova Metropolitan》。你可以在关于我的更多地方翻到有关内容，这里不加介绍。
* 还有许多没说的，这里写不下。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ilyayezelovsky.gitbook.io/main/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
