Min S. Kim
msk.dolbo.net
Min S. Kim
@msk.dolbo.net
Writing ML software in Rust
I've used Axum, but not for Swagger UI integration. Honestly, poem-openapi has been such a smooth experience that I haven't felt the need to explore other options for OpenAPI/Swagger in Rust.
February 24, 2025 at 8:22 PM
Reposted by Min S. Kim
A small tasty treat for Emacs-loving Zed users. Following the beta Emacs keymap that shipped in v0.162, Zed now also includes `ctrl-k` / `ctrl-y` Cut and Yank actions.
December 4, 2024 at 9:21 PM
Day 1 of #AdventOfCode with Mojo: compiler crash with the dreaded message:

mojo crashed!
Please file a bug report.

I knew Mojo was early-stage, but I didn’t expect to hit a wall this soon.
December 1, 2024 at 6:33 PM
For Rust, I've had a great experience using the Poem framework combined with the poem-openapi crate.

crates.io/crates/poem-...
crates.io: Rust Package Registry
crates.io
November 29, 2024 at 11:27 PM
RustでUnionFindを実装するなら、ac-library-rsクレートのDsu構造体が参考になるかもしれません。ドキュメントはこちらです:
docs.rs/ac-library-r...
Dsu in ac_library::dsu - Rust
A Disjoint set union (DSU) with union by size and path compression.
docs.rs
November 19, 2024 at 2:10 AM