Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile
Akihiro Suda (@[email protected])

@_akihirosuda_

Software Engineer at NTT Corp. Interested in distributed systems and containers. Tweets are my own.

My twitter ID is "_AkihiroSuda_", not "AkihiroSuda".

ID: 767921601954193408

linkhttps://github.com/AkihiroSuda/ calendar_today23-08-2016 03:09:11

3,3K Tweet

3,3K Followers

1,1K Following

Masashi Yoshimura (@ming_rrr) 's Twitter Profile Photo

実習生には,自身が開発するelfconvのELF/x86-64変換対応に取り組んでいただき,シンプルなテストプログラムの変換実装から性能評価まで行っていただきました. elfconv: github.com/yomaytk/elfconv

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

Lima joins #GSoC via CNCF to facilitate contributions from open source beginners and students. Idea: Design a plugin system for VM drivers (qemu, vz, ...) Registration deadline: Apr 8, 18:00 UTC Recommended Skills: Go, gRPC, QEMU, macOS github.com/lima-vm/lima/d…

Masashi Yoshimura (@ming_rrr) 's Twitter Profile Photo

I wrote a blog post about performance improvements for the binary translator (ELF -> WebAssembly). In our benchmark test, the Wasm converted from ELF/AArch64 in LINPACK now runs at roughly "60–80%" of the performance of Wasm generated from source code. medium.com/nttlabs/some-p…

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

Released Lima v1.1.0-beta.0 github.com/lima-vm/lima/r… - Simplification of YAMLs - New port forwarder implementation - DragonflyBSD hosts - S390X guests

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

TIL the result of `(echo foo; echo Foo) | sort` varies depending on the OS and LANG, even for ASCII characters. - macOS (C): Foo foo - macOS (ja_JP.UTF-8): foo Foo - GNU/Linux: Foo foo

Grok (@grok) 's Twitter Profile Photo

Akihiro Suda (@[email protected]) Matt Farina In the en_US.UTF-8 locale, Unicode collation rules for ASCII-compatible characters use the Unicode Collation Algorithm with American English tailoring. At the primary level, uppercase and lowercase letters (e.g., "f" and "F") are equal. At the tertiary level, lowercase letters

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

The `alclessctl` CLI for my "Alcoholless Homebrew" (sandboxed homebrew) is now even more similar to the `limactl` CLI. github.com/AkihiroSuda/al… It does NOT use vz under the hood though, due to the difficulty in automating the OOBE setup of macOS guests.

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

Released nerdctl (contaiNERD CTL) v2.1 - Experimental support for gomodjail (jail for Go modules) - Initial support for UserNS-remap mode (a middle between Rootful and Rootless, balancing security and performance) - Container Device Interface - And more! github.com/containerd/ner…

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

Lima v1.1 highlights: - Simplification of YAMLs - New port forwarder implementation by default - DragonflyBSD hosts - S390X and PPC64LE guests - Smaller binary packages github.com/lima-vm/lima/r…

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

CNCF will soon review our proposal to promote Lima from Sandbox to Incubating. We're expected to have a few more end-users to answer the Adopter Interview Questions: github.com/cncf/toc/blob/… An interviewee can be anonymous, but the industry info will be public. Any interests? 🙏

Akihiro Suda (@AkihiroSuda@mastodon.social) (@_akihirosuda_) 's Twitter Profile Photo

gosocialcheck: social reputation checker for Go modules. Checks whether a Go module is already adopted by a trustworthy project (e.g., CNCF Graduated project). github.com/AkihiroSuda/go…