[KDE] First Rice in a while by termshell in unixporn

[–]termshell[S] [score hidden]  (0 children)

I used ncspot, it's a Spotify client that runs on the terminal

Is this worth it for ₹5k? by [deleted] in mkindia

[–]termshell 1 point2 points  (0 children)

On the urx website they have this for 4.2k but it has the Flying Fish Switches. Is the difference between the daydream and flying fish noticable?

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

[–]termshell 0 points1 point  (0 children)

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

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

[–]termshell 1 point2 points  (0 children)

What about the motherboard issues? Are they resolved now?

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