Skip Navigation
Why UTM VMs so slow compared to Parallel Desktop on my Intel MacBook
  • Thank u! Guess I'll stick with Parallels for now.

  • Why UTM VMs so slow compared to Parallel Desktop on my Intel MacBook

    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!

    2
    Do you care about diamonds?
  • is it any better than Invidious? I usually watch through yewtu.be

  • How do you manage your dotfiles?
  • I used bare git repo before, then switch to GNU Stow + Nix home-manager.

  • Stop he's already dead
  • based EU

  • The shady world of Brave selling copyrighted data for AI training
  • It's open-source and only on F-droid

  • The shady world of Brave selling copyrighted data for AI training
  • 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

  • About Privacy: Browsers and Search Engines
    howarddo2208.github.io About Privacy: Browsers and Search Engines

    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.

    0
    Fzf Tmux Session Manager
  • nice, didn't know about it, thank u!

  • Can't remember the name of that one command line tool? Next time, add a comment!
  • 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.

  • Fzf Tmux Session Manager
    howarddo2208.github.io Fzf Tmux Session Manager

    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.

    0
    Hi there!

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

    0
    Fzf Tmux Session Manager
    howarddo2208.github.io Fzf Tmux Session Manager

    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...

    2
    How I manage snippets
    howarddo2208.github.io How I Manage Snippets

    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.

    0
    Are you replacing Reddit with Lenny?
  • I just hope lemmy instances are more searchable like reddit. That would kill any usage of reddit for me for sure

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

  • Applying to be a mod
  • ok then, welcome aboard!

  • Vim tips from my favorite boomer

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

    0
    Understand the basics: buffers, windows and 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 to get some understanding of this matter.

    0
    Nix - An universal package manager
    nixos.org Nix & NixOS | Reproducible builds and deployments

    Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.

    Nix & NixOS | Reproducible builds and deployments

    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

    0
    Auto-create folder when saving a new buffer
    jdhao.github.io You Do Not Need a Plugin for This Feature

    I saw from the repo awesome neovim1 a plugin that helps the user create the intermediate dir when they save a file. I wondered why this feature even needs a whole plugin? You can literally do this with a few lines of code.

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

    0
    Recommendation to get more passion for programming?

    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.

    2
    Fuzzy-switching sesssion in tmux script
    jdhao.github.io Fuzzy-switching Tmux Sessions with Ease

    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

    0
    howarddo Howard Do @programming.dev

    my blog: https://howarddo2208.github.io/

    Posts 15
    Comments 13
    Moderates