howarddo

joined 1 year ago
MODERATOR OF
[–] howarddo@programming.dev 2 points 1 year ago

Thank u! Guess I'll stick with Parallels for now.

 

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.

Thanks for your help!

[–] howarddo@programming.dev 1 points 1 year ago

I used bare git repo before, then switch to GNU Stow + Nix home-manager.

[–] howarddo@programming.dev 0 points 1 year ago (1 children)

It's open-source and only on F-droid

[–] howarddo@programming.dev 0 points 1 year ago* (last edited 1 year ago) (3 children)

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. For search engine, use StartPage, Whoogle (privacy frontend for Google) or SearXNG (search engine aggregator)

 

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.

4
How I manage snippets (howarddo2208.github.io)
submitted 1 year ago* (last edited 1 year ago) by howarddo@programming.dev to c/neovim@programming.dev
 

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.

[–] howarddo@programming.dev 1 points 1 year ago (1 children)

Good for him, I personally think null-ls should be a core functionality rather than a plugin.

 

he gives some really nice tips with the the g key, I think u can learn a thing or two from this.

 

I think the main pain point of distro hopping is learning a new package manager, I discovered Nix a while ago, it works on every single OS, has the biggest package repo out there. I replaced Homebrew on my mac with it. If this piques your interest, give it a go. Later, you can integrate with Home-manager to manage all of your program config to have a reproducible dev environment on any machine, as described in the tutorial here.

The catch is it's really advanced and got steep learning curve. You can adopt gradually tho. Just get started with nix-shell and nix-env

 

If you find yourself adding a new file with :e but the folder isn't there yet, this is for u

 

General Kenobi

 

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.

 

I found this post really helpful to anyone who is using tmux