Why UTM VMs so slow compared to Parallel Desktop on my Intel MacBook
  • howarddo howarddo 1y ago 100%

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

    2
  • 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](https://mac.getutm.app/) 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](https://www.parallels.com/), 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! []() []() []() []()

    7
    2
    Do you care about diamonds?
  • howarddo howarddo 1y ago 100%

    is it any better than Invidious? I usually watch through yewtu.be

    1
  • How do you manage your dotfiles?
  • howarddo howarddo 1y ago 83%

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

    4
  • Stop he's already dead
  • howarddo howarddo 1y ago 87%

    based EU

    18
  • About Privacy: Browsers and Search Engines
  • howarddo howarddo 1y ago 100%

    yeah me too, haven't heard of it before but I'm glad I can use it now.

    1
  • The shady world of Brave selling copyrighted data for AI training
  • howarddo howarddo 1y ago 100%

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

    2
  • The shady world of Brave selling copyrighted data for AI training
  • howarddo howarddo 1y ago 90%

    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

    9
  • https://howarddo2208.github.io/posts/06-about-privacy-browsers-and-search-engines/

    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.

    5
    2
    Fzf Tmux Session Manager
  • howarddo howarddo 1y ago 100%

    nice, didn't know about it, thank u!

    2
  • Can't remember the name of that one command line tool? Next time, add a comment!
  • howarddo howarddo 1y ago 100%

    I tried it, it's nice, thank you man! I'm on zsh, so I have to add history 0 in pick_from_history tho. It would be nicer if it allows continuous deletion and not need to rerun every time. Btw, even when I delete it locally it wouldn't delete already synced history on Atuin, I guess I'll take a look at that later.

    2
  • Can't remember the name of that one command line tool? Next time, add a comment!
  • howarddo howarddo 1y ago 100%

    Oh, I didn't know that, thanks! Do you know any quick way to search and delete password contained commands in the history?

    2
  • Can't remember the name of that one command line tool? Next time, add a comment!
  • howarddo howarddo 1y ago 100%

    Nice tip, I will start doing it from now on. I recommend Atuin to keep and sync the shell history, although I don't like its default bindings.

    5
  • https://howarddo2208.github.io/posts/04-fzf-tmux-session-manager/

    I already posted this on `c/commandline` but I think it's more suitable here.

    3
    0
    tmux
    Tmux howarddo 1y ago 100%
    Hi there!

    Welcome to Tmux community, let's share your configs, seek technical help and have some discussions.

    5
    0
    https://howarddo2208.github.io/posts/03-how-i-manage-snippets/

    Hi guys, it's my new blog post on managing snippets with a TUI program called [Nap](https://github.com/maaslalani/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.

    8
    0
    Are you replacing Reddit with Lenny?
  • howarddo howarddo 1y ago 100%

    I just hope lemmy instances are more searchable like reddit. That would kill any usage of reddit for me for sure

    4
  • null-ls is being archived
  • howarddo howarddo 1y ago 100%

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

    8
  • macros not working, stopping in the middle of execution
  • howarddo howarddo 1y ago 100%

    If you suspect plugins break your macros, do a binary chop disable plugins until you find the culprit. That's what I usually do.

    2
  • Get rust program project root using lua script
  • howarddo howarddo 1y ago 100%

    Nice! Didn't know I need it

    2
  • GitHub - akinsho/toggleterm.nvim: A neovim lua plugin to help easily manage multiple terminal windows
  • howarddo howarddo 1y ago 100%

    I think you can learn a thing or two from this guy's config, his keybinding config is clean and I stole it :D toggle layzygit and vifm from toggleterm is nice if you use them. Btw: it only configs float terminal, side by side terminals I just use tmux instead

    2
  • *Permanently Deleted*
  • howarddo howarddo 1y ago 100%

    Nice, I'm using leap.nvim and will give this a try. Seems like a better implementation

    2
  • Hi guys, I'm a soydev trying to learn rust. It's hard, especially with the references, ownership, the compiler goes crazy every time and I just throw all the references, dereference until it stops. I'm not used to it coming from JS. Do you have some resource, tips to improve on this? Thank you very much. Side note: what is your first project in rust? And what are some interesting open-source rust projects, you go to learn from/ contribute to?

    8
    3
    youtu.be

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

    11
    0
    https://blog.sanctum.geek.nz/buffers-windows-tabs/

    If you are like me, chances are you used Neovim for a period of time without knowing the basics. The notion of buffers windows and tabs in Vim is quite different from other IDEs/code editors. I suggest you read through this and [this Stackoverflow answer](https://stackoverflow.com/a/26710166/14156935) to get some understanding of this matter.

    9
    0
    https://nixos.org/

    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](https://www.youtube.com/watch?v=utoj6annRK0). 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`

    3
    0
    https://jdhao.github.io/2022/08/21/you-do-not-need-a-plugin-for-this/

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

    5
    0
    neovim
    Neovim howarddo 1y ago 75%
    Hey there

    General Kenobi

    2
    0

    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.

    28
    35

    I'm a beginner who just started to read the rust book, I find it quite tedious and wonder how long does it take u guys to read it? Also, any suggestion after finishing reading the book?

    2
    0
    https://jdhao.github.io/2021/11/20/tmux_fuzzy_session_switch/

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

    9
    7