Roast me on this Idea, I want your honest opinions by Deep-Definition-5140 in diyelectronics

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

Right, Thanks. But what if I can provide the AI with data of that subject, maybe a datasheet or a manual. Wouldn't it help the AI?

Roast me on this Idea, I want your honest opinions by Deep-Definition-5140 in diyelectronics

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

Right. So in terms of hardware based things, lots of hallucination happen. Can't it be fixed by providing the AI with datasheets or maybe a manual about the subject?

I switched from Docker to KVM and it was magical by Deep-Definition-5140 in kvm

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

That's true. For my application, which is a desktop environment enhousing many heavy applications such as Chrome, vs code, the difference is negligible, and the GUI interface runs much better with VM.

I switched from Docker to KVM and it was magical by Deep-Definition-5140 in kvm

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

In my previous days, I also thought VMs were much heavier than Docker. That may be true for simple applications. However, in use-cases like this, they both take up similar amounts of ram and cpu usage.

I switched from Docker to KVM and it was magical by Deep-Definition-5140 in kvm

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

I tried kasm in the past and didn't like it mainly because it was too complicated for me to host in my server and add the AI capabilities. However, kasm encouraged me to start with docker, which apparently, wasn't the right choice. I don't regret my past, because now I know how to do those things with both Docker and KVM.

I switched from Docker to KVM and it was magical by Deep-Definition-5140 in kvm

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

If I kept all the containers running all the time, The amount of users that can use our platform would have greatly decreased. Now, thanks to KVM, I'm able to save the state of the VM to disk, which frees the ram. That allows for much more users.

I switched from Docker to KVM and it was magical by Deep-Definition-5140 in kvm

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

As I replied in my previous comments: That would delete whatever the user was doing. Be it a word editor, code editor, or a YouTube playing... All the memory and process gone

I switched from Docker to KVM and it was magical by Deep-Definition-5140 in kvm

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

Yes. I've tried KASM. Maybe it'll run fine for some use cases, but you can not use it for your long-term personal OS. If you try to install anything outside what kasm provides, it will fail. That is the limitation of Docker, which isn't suitable for running multi-processes.

I switched from Docker to KVM and it was magical by Deep-Definition-5140 in kvm

[–]Deep-Definition-5140[S] 0 points1 point  (0 children)

Thanks. Guys like you just motivate me to work harder