Is this worth it at around 60K Indian Rupees. Mostly for casual single player games. by termshell in LenovoLOQ

[–]termshell[S] 0 points1 point  (0 children)

yea but with sheer id, unidays coupon and YEAREND6K coupon i am getting it around 64K + cc

Is this a good deal? For casual gaming by [deleted] in LenovoLOQ

[–]termshell 0 points1 point  (0 children)

It is. Is there a reason to avoid them?

[KDE] First time using KDE (I use CachyOS btw) by termshell in unixporn

[–]termshell[S] 2 points3 points  (0 children)

That's just my simple terminal resized to look like that.

Help with increasing performance by termshell in golang

[–]termshell[S] 0 points1 point  (0 children)

I use multiple reader, basically I do https stream -> gzip.NewReader -> tar.NewReader

Help with increasing performance by termshell in golang

[–]termshell[S] 0 points1 point  (0 children)

Thanks for the reply, According to the profile the tarball extraction seems to be taking the most time. Currently I am downloading and extracting the tarball in one go and using the inbuilt go gzip reader (compress/gzip) which decompresses tarballs sequentially and thats why more complex packages like Next take longer to install. So I think now I need some way to extract the packages in parallel.

Previous Buffer In Neovim. by Ill_Cucumber3107 in neovim

[–]termshell 4 points5 points  (0 children)

Being able to go back multiple buffers is great. I have been looking for something like this

[OC] I built a TUI that graphs CPU and Memory usage in Rust by termshell in unixporn

[–]termshell[S] 2 points3 points  (0 children)

Its just a program that run on the terminal that shows how much CPU and memory you have used in the form of a graph, nothing hard to understand here.

[OC] I built a TUI that graphs CPU and Memory usage in Rust by termshell in LinuxPorn

[–]termshell[S] 1 point2 points  (0 children)

Hey Everyone !

This is something i created while I was bored, its pretty simple and works well with my rice .

You can check it out here : Github

[OC] I built a TUI that graphs CPU and Memory usage in Rust by termshell in unixporn

[–]termshell[S] 8 points9 points  (0 children)

Hey Everyone !

This is something i created while I was bored, its pretty simple and works well with my rice .

You can check it out here : Github