rklm

joined 2 years ago
[–] rklm@lemmy.dbzer0.com 1 points 2 weeks ago (1 children)

Looks pretty, and familiar to vscode. I'll check it out!

[–] rklm@lemmy.dbzer0.com 3 points 2 weeks ago* (last edited 2 weeks ago)

I used vim for all of my personal stuff until switching to vscode a few years ago, so an editor inspired by neovim is exciting!

Also,

No Electron. No VimScript. No JavaScript.

Hah! Shots fired, I love it

[–] rklm@lemmy.dbzer0.com 4 points 2 weeks ago (2 children)

I had some coworkers a long time ago who swore by jetbrains, but I've never tried it. Maybe I should give it a shot!

 

I use vscode for my personal projects (c++ and a fully open source stack, compiling for both Linux and Windows).

I'm using the proprietary version of vscode (via the aur) for the plugin repository, but I've always envied the open source version...

Are there any tools that have made you excited?

Bonus points if they have some support for compiling with MSVC (or if you can convince me to ditch it for something else).

[–] rklm@lemmy.dbzer0.com 1 points 1 month ago (1 children)

I recommend using a kernel virtual machine.

KVM comes with the Linux kernel.

If you want to set it up manually, you'll have to look into qemu and virtio.

If you want a more virtualbox-like experience, you can use boxes (also called "gnome boxes"), which gives you a very simple UI for setting up VMs (including windows) with networking/shared drives/hardware pass through/etc.

[–] rklm@lemmy.dbzer0.com 24 points 1 month ago* (last edited 1 month ago) (1 children)

Distrobox is just a set of shell scripts that controlls Podman under the hood. Not only is it like docker, it literally uses the same container format (ContainerD).