

That’s just vibe couping
That’s just vibe couping
MassJacker sounds like someone had too much fun at church.
I certainly would rather focus on making money for myself then a company if those are my two choices during work hours.
But really, I’d rather be farming and playing with my daughter.
I can’t wait for the day that I can just send my ai digital twin to the meeting to talk to all the other ais and just focus on building my resume so I can jump to a better paying job where I don’t have to actually do anything because companies don’t need to make profit anymore just stock growth.
I love freetube for my android and Linux PCs.
Here is HurricanePootis pinned comment in the AUR.
So, I am going to pin this post.
For now, I am pointing this package to https://git.naxdy.org/Mirror/Ryujinx as it has tags, which is useful for this package.
I am against deleting this package, as with yuzu and citra, forks will arise and then these packages will be resurrected (sometimes by less skilled maintainers cough cough citra). Therefore, I am going to keep an eye out to see where Ryujinx development goes, and go on from there.
OK but have you ran x11 on Ubuntu inside WSL from the Windows terminal?
WSL is the only way I’ll use Windows for work.
Its not new tech but you’d most likely only see this in a datacenter or buildings with 10 Gb connections as this is fiber optic cabling. One would need an SFP to actually connect it to the port however. Also the tips of the fiber were probably scratched when installing it into the vent holes so the whole cable will probably be replaced and then fixed, so there are multiple failures here.
This is what an SFP looks like.
You could probably make a new issue in a wishlust repo that uses markdown checkboxes or something similar. Would be good if you already host Gitea or another git sever.
I recommend adding ollama under the artificial intelligence tag.
You might want to give emacs a shot
Damn, the Talos principle was a good game
You are right. But proxmox and many of the other suggestions aren’t vms either.
If you are dipping toes into containers with kvm and proxmox already, then perhaps you could jump into the deep end and look at kubernetes (k8s).
Even though you say you don’t need production quality. It actually does a lot for you and you just need to learn a single API framework which has really great documentation.
Personally, if I am choosing a new service to host. One of my first metrics in that decision is how well is it documented.
You could also go the simple route and use docker to make containers. However making your own containers is optional as most services have pre built ones that you can use.
You could even use auto scaling to run your cluster with just 1 node if you don’t need it to be highly available with a lot of 9s in uptime.
The trickiest thing with K8s is the networking, certs and DNS but there are services you can host to take care of that for you. I use istio for networking, cert-manager for certs and external-dns for DNS.
I would recommend trying out k8s first on a cloud provider like digital ocean or linode. Managing your own k8s control plane on bare metal has its own complications.
I think there is a place for this on lemmy
Boost also has ads
Changelogs are published to stakeholders. So what I’m saying is you don’t have to try to enforce a commit style using got hooks if you have public shaming at your disposal.
Because if you are creating a changelog automatically based on the commit messages it will be very public and that user will look bad.
https://www.conventionalcommits.org/en/about/#tooling-for-conventional-commits
I would say that if you are going to host it at home then kubenetes is more complex. Bare metal kubernetes control plane management has some pitfalls. But if you were to use a cloud provider like linode or digital ocean and use their kubernetes service, then only real extra complexity is learning how to manage Kubernetes which is minimal.
There is a decent hardware investment needed to run kubernetes if you want it to be fully HA (which I would argue means it needs to be a minimum of 2 clusters of 3 nodes each on different continents) but you could run a single node cluster with autoscaling at a cloud provider if you don’t need HA. I will say it’s nice not to have to worry about a service failing periodically as it will just transfer to another node in a few seconds automatically.
Yes two drives is much better than using the same drive to dual boot. However be aware that windows update will at some point break the Linux install even if installed on a second drive. There’s a few steps you can take to avoid this like making sure the boot partition and booy manager ate both on the Linux only drive but Microsoft messing something up is an inevitability.
If on a laptop with only one drive, you could boot to a USB drive or USB external enclosure for an SSD.
Ideally, you should back up all data to an external drive which is only plugged in during backups (unplug when installing another os). I would even recommend windows users booting into clonezilla and cloning their windows drive as it is really easy to overwrite or format the wrong drive.