Hi, I'm using a MacBook Pro 2018, and I'm dipping my toes into virtual machine, tried VirtualBox and then moved to QEMU with UTM after some recommendation on YouTube saying KVM is just better.
However, my Windows 10 virtual machine created with UTM is so slow and laggy. Then I tried the Parallel Desktop, which is propriety and the performance is so much better. Why is that?
I don't want to use a propriety paid program for VM, so I want to ask how to improve performance on UTM or any open-source alternative that gives the performance on par with one on parallel desktop.
is it any better than Invidious? I usually watch through yewtu.be
I used bare git repo before, then switch to GNU Stow + Nix home-manager.
It's open-source and only on F-droid
seem like a good place to shill my blog about switching browser and search engine. I recommend Librewolf on desktop and Mull on android tho. view this privacy comparison
Another step into being an open source purist, I decided to change my browser and search engine for better privacy. Not that I’m doing anything illegal and afraid of someone trying to get me, it’s just I’ve read and listened to a lot of stories of people got screw over by big tech data collection . ...
Hi, so I stumbled on some videos and decided to change my browser and search engine for more privacy. I wrote about it in my blog, hope u find it useful.
Comic Sans is the answer.
Today I wrote a script to quickly search, delete and add new tmux session with the power of fzf. The script The --bind flag of fzf took me quite some time to debug because of many escape backslashes I needed to add. #!/bin/bash # ~/.local/bin/tmux-session-manager FIND_DEFAULT_COMMAND="tmux list-sess...
I already posted this on c/commandline
but I think it's more suitable here.
Welcome to Tmux community, let's share your configs, seek technical help and have some discussions.
Today I wrote a script to quickly search, delete and add new tmux session with the power of fzf. The script The --bind flag of fzf took me quite some time to debug because of many escape backslashes I needed to add. #!/bin/bash # ~/.local/bin/tmux-session-manager FIND_DEFAULT_COMMAND="tmux list-sess...
Snippet manager is not something I pay attention to until recently, but when I do, I want to make it blend into my workflow smoothly. I will share my tool and process in this blog The tool Nap is the tool of choice for me. It runs on the terminal, have a nice terminal UI. I don’t really like GUI sol...
Hi guys, it's my new blog post on managing snippets with a TUI program called Nap. I know it not addressing Neovim specifically, but writing code in the terminal in general, and I'm requesting Tmux
community btw. Hope you find the blog useful.
I just hope lemmy instances are more searchable like reddit. That would kill any usage of reddit for me for sure
nice progress, keep it up!
Nix ftw!
What are some of your recommendations for books, videos, podcasts, or any other media that inspire and spark more passion for programming and computer science in general? I'm interested in hearing how these resources have helped you grow as a programmer.
During my work, I use multiple Tmux sessions to manage different projects. When I create a new session, I usually give it unique name so that I know that the project is about via the session name.
I found this post really helpful to anyone who is using tmux