I recommend this video that explains how social media affects brain wiring in children. The video also talks about how big social media corporations deliberately target early teens to get them addicted.
youtu.be/1FuaPalNmjg?...
I recommend this video that explains how social media affects brain wiring in children. The video also talks about how big social media corporations deliberately target early teens to get them addicted.
youtu.be/1FuaPalNmjg?...
๐๐
I got a chance to write a new blog post after a long gap.
This new blog post is about my admiration for Unix design and what makes that design so awesome.
theakash.dev/posts/elegan...
#unix #linux #foss
Bravo!
ninja is a drop in replacement for most of the gnumake commands.
`make -j$(nproc)` = `ninja -j$(nproc)`
`make install` = `ninja install`
You can just alias make to ninja.
One problem I see is, if you are using cmake is you have to explicitly define your system to be ninja.
`cmake -G Ninja`
Have you heard of our lord and savior GNU/Linux