Modal VI-style editing with Helix
If you work with terminals a lot you probably also edit text in it. helix has become my default after years of vim, vi and neovim. Why? Because my config file got too big. ...
If you work with terminals a lot you probably also edit text in it. helix has become my default after years of vim, vi and neovim. Why? Because my config file got too big. ...
Terminals are crucial to my development workflow, locally and remotely. zellij has replaced tmux for my tiling and session management needs. ...
The world crab is no longer just a learning project but shaping up to be quite functional! ...
After dipping my toes into Rust and preparing the boilerplate I’m going to explain what my first project is and how to use it! ...
Not long ago I wrote about dipping my toes into Rust where I discussed what Rust is and why I’m interested to learn it. Now I feel like I need to try my hands on a real project which scratches an itch of mine and at the same time allows me to exercise what I learned. ...
Download audio What is Rust and why would I wanna learn it? Rust is a relatively new language, conceived 2010 which makes it a good 10 years old. Poised as a memory-safe alternative to C++ with no runtime overhead, there’s no garbage collection unlike Go or Python and ownership is predicted at compile-time by default. The biggest downside I was prepared for is one of the steepest learning curves for a newcomer to a programming language....