Akash Doppalapudi's Avatar

Akash Doppalapudi

@theakash.dev

I like building software, cooking, movies and anime Here is my blog: https://theakash.dev Some of my work: https://github.com/akashters

7
Followers
10
Following
7
Posts
27.09.2025
Joined
Posts Following

Latest posts by Akash Doppalapudi @theakash.dev

What Social Media Is Doing To Gen Alpha, with Jonathan Haidt
What Social Media Is Doing To Gen Alpha, with Jonathan Haidt YouTube video by StarTalk

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?...

22.10.2025 06:33 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

๐Ÿ˜‚๐Ÿ˜‚

16.10.2025 14:43 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Preview
GitHub - terslang/LocalTranslate: Translate offline using Firefox Translation Models Translate offline using Firefox Translation Models - terslang/LocalTranslate

github.com/terslang/loc...

This you?

16.10.2025 14:37 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 1 ๐Ÿ“Œ 0
Elegance of Unix - What makes Unix simply awesome? Unix inspired more than half of the popular operating systems. GNU/Linux, BSD, Minix and more. Let's see what's so special about Unix.

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

14.10.2025 18:33 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Bravo!

11.10.2025 17:06 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

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`

29.09.2025 11:50 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

Have you heard of our lord and savior GNU/Linux

29.09.2025 08:11 ๐Ÿ‘ 0 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0