myl7's Blog!
I am myl7:
-
myl7 == Yulong Ming in en == 明宇龙 in zh-Hans, he/him
-
PhD student (2022-26) in CS at CityU HK interested in network security, especially metadata private messaging recently
-
FOSS enthusiast believing that even once is help
-
GitHub active code contributor with over
1k500 contributions per year -
Linux fan running Arch Linux for everyday use
-
GitHub: myl7
-
Homepage: myl.moe
-
Channel: Mastodon @myl@myl.moe (main message stream)
-
Google Scholar: Yulong Ming
-
Telegram:
-
Matrix: @myl:myl.moe
-
Emails:
- myl@myl.moe (code dev)
- myl.7@my.cityu.edu.hk (academic)
- myl7.moe@gmail.com (general)
-
GPG:
1F9DE45ED2A4F36A
Yulong Ming (myl7) <myl@myl.moe>
available at myl.moe/gpg (current) -
SSH: Available at myl.moe/ssh
-
Avatar: Gravatar myl@myl.moe from Pixiv if required
Entertainment
- osu!: myl7
- Modes: osu! & osu!mania (4K)
- Playstyles: Mouse & keyboard
Posts
Published on 2024-08-11
myl7's Text Style Guide
My style guide for texts such as commit messages and comments.
Published on 2024-06-07
My flows for practical error handling in programming
There are flowcharts on error handling in different programming languages
Published on 2024-04-12
A little C++ and CUDA with your Rust
A little C with your Rust, a well-known article in The Embedded Rust Book, has briefly introduced how to call a C function from Rust without a third-party build dependency. In the post, we will step further to solve the same FFI problem in a more complex scenario: calling a C++ function that additionally contains some CUDA code from Rust without a third-party build dependency, e.g., cxx.