fupio

Fupio es la forma más fácil de compartir en línea Más información »

Únete a Fupio
Orhun's Blog

Orhun's Blog

Systems programming, Rust, Ratatui, terminal tools, open source & life stuff by Orhun Parmaksız

Orhun's Blog
Orhun's Blog
I don't use Spotify or any other streaming platform for listening to music. Some call it old habits, some call it needless effort, but I'm very used to downloading MP3 files over the internet and putting them in a folder on my phone then using the whatever default media player I have installed. However, for a couple of years, I have been following a better and automated approach for taking my music offline and feeling

Orhun's Blog
Orhun's Blog
Recently one of my clients requested me to maintain their Rust project. It is a web server that is built with Rocket + Diesel and running stable for a couple of years now. Like any other Rust developer would do, the first thing that I checked was the outdated dependencies via cargo-outdated. The result was close to what I expected: most of the dependencies were out-of-date. However, among all those crates, rust-jwt

Orhun's Blog
Orhun's Blog
sysctl is a simple and great tool for modifying the kernel parameters. It does its job very well by providing an easy-to-use interface for /proc/sys. It is maintained as a part of procps toolkit for years and it can easily be considered a legacy tool today. So why not push it to its limits and turn it into a more user-friendly and even more useful tool with the power of Rust?

Orhun's Blog
Orhun's Blog
git-cliff is a highly customizable changelog generator that follows conventional commit specifications ⛰️ In this post, I'm explaining the new features in the 0.5.0 release while giving insight into the different use-cases.
https://blog.orhun.dev/git-cliff-0-5-0/