Skip Navigation

Posts
2
Comments
125
Joined
2 yr. ago

  • Manga is Villainess Level 99: I May Be the Hidden Boss but I'm Not the Demon Lord.

    It's cute, nothing to write home about.

  • I waited for the speaker support. Seems pretty stable in my sample size of one.

  • I like Apple's hardware but their software is not ideal.

    I have an M1 Macbook Air that is honestly the best laptop I've ever used. I will run this thing until it dies. I'm running Asahi Linux so I don't even have to deal with MacOS anymore.

    As for my smartphone, while I am concerned with privacy and control over my devices... I think privacy is more important. While I do not trust Apple with my privacy, I trust them over a literal advertising company.

  • I took the code you posted and then asked the free version of ChatGPT to do what you asked and got working code immediately. I would go that route.

  • Do you have any code written? Generally speaking people are willing to help but won't write your project for you.

  • My GPU is quite literally 15 or 16 years old (I pulled it out of an old server that was being trashed). If you aren't going to do heavy graphical work and just want to spruce up your desktop performance then really anything is probably fine.

    I think both these options require downloading additional libraries on your Proxmox host to work.

  • Under hardware > display there is an option for VirtiO-GPU and VirGL-GPU. I'm not super knowledgeable but I think these options allows VMs to make system calls to the GPU. I put an ancient Quadro in my server and my RDP sessions were noticeably better.

  • Setup a virtual desktop on your server and RDP into it to access the web interface. Here is me doing that using my cat as a stand lol.

  • That's a good idea too. I'll have to look into that.

  • I always run my queries in a script that will automatically rollback if the number of rows changed isn't one. If I have to change multiple rows I should probably ask myself what am I doing.

  • I feel like Ika Musume would be the best choice here due to her squid hair.

  • I have a copy of Microsoft Office 2013 on a Windows 11 VM.

  • Now that is a shitty technical if I ever saw one!

  • These photos for some reason made me go look up an old MTG card from my childhood.

  • Another anime where Kantoku does the designs? This man has become too powerful.

  • I'm not sure. All I know is that Proxmox doesn't recommend using Docker in LXCs. It seems Proxmox has much more control over the internals of the container and can break stuff.

    https://pve.proxmox.com/wiki/Linux_Container

    If you want to run application containers, for example, Docker images, it is recommended that you run them inside a Proxmox QEMU VM. This will give you all the advantages of application containerization, while also providing the benefits that VMs offer, such as strong isolation from the host and the ability to live-migrate, which otherwise isn’t possible with containers.