2022-11-25
Hachyderm's community is more ops-oriented than Fosstodon's
I explore using some data, the ways that Hachyderm and Fosstodon may be different, community-wise.
2022-11-16
Power Structure of Social Networks
Why do some nations fail and rise so quickly? The answer to this questions has a surprisingly relevant answer to the recent migrations from a Twitter to Mastodon.
2023-04-14
Go vs. Rust's Readability Trade-offs: Better Safe Than Sorry
I argue that Rust is not less maintainable than Go just because Rust is less readable.
2023-03-25
Pure Rust: How to apply Functional Programming Principles To Your Rust Functions
If you are not familiar with Functional Programming(FP), you are in for a ride. I will try to explain Functional Programming(FP) in more practical terms.
2023-04-09
19% of Rustaceans Need To Know This!
I argue that moved arguments inside Rust's functions preserves the purity of the function.