Recently there was an article on LinkedIn about how debugger statement was left in the production code (front end javascript) and thus user could not move forward.
People commented about the code review.
But why invest manual efforts when such things can be automated ? See #4 in the list below.
pre-commit hook is an under appreciated (dare I say, unknown) feature of git
As the name suggests, set of commands/scripts can be executed before git commit
After learning (and I’m still learning) basics of Rust, I decided that I need
to work on real world project to get better understanding of the language and
face real problems 😄
Introducing snb1 - Superfast notes
from the terminal 🎉
I’ve been using Linux on my old MBP since November of last year.
I started with OpenSUSE
After using it for a month or so, I switched to Tuxedo OS 4 It is based on Ubuntu 24.04 LTS but ships with latest KDE Plasma 6.
I meant to write about it, but didn’t ¯_(ツ)_/¯
I used it for 3+ months.
It was more mainstream than OpenSUSE (because of its Ubuntu base)
There was a post on LinkedIn about how asking DeepSeek to list states of India
is not answered. 1
First of all, why would you ask such a trivial question to it , when you can
just search.
We need to consider the difference between search engine and “thinking model”
like DeepSeek
It is like asking Einstein help with 10th class Physics exam 😃 - while he may
be able to help, his abilities are better suited for more difficult tasks.
After my previous post I came across other ways to “quickly test rust code”
Obvious being rust-script
It is easy to install via cargo install rust-script (But I had it already installed. I think Espanso installed it, but not too sure)
This may be better than rustc because one can define the dependencies in the “script” itself, like :
#!/usr/bin/env rust-script //! Dependencies can be specified in the script file itself as follows: //!