It looks pretty, but IMO one of the selling points of zsh is that it allows async updating of the prompt, allowing you to use slow commands like "git status" without adding a delay every time the prompt needs to be printed.
E.g. the default prompt from prezto is quite light and responsive, but when inside a git repo adds the info on the right side (shows when you have commits ahead/behind the remote branch, stashes, modified/deleted/added/staged files, etc) when that becomes available.
Didn't look like any of the example themes on ohmyposh.dev had the $RPROMPT stuff, which I guess would be difficult support for a cross-shell theming engine.
In the defence of client side AC; if the entire game runs on the server, then network delay makes FPS:es awful to play. Being able to trust clients and let them do hit detection is quite important in making online FPS:es responsive. In addition, cheats that remove walls/grass, highlight players or even autoaim are near impossible to detect server side. One could try to use heuristics and statistics but it would be difficult to tell the difference between cheaters and players who are just good at aiming and map awareness.
That's been the primary reason why I've kept a Windows dual boot, though when I tried Steam VR on Linux a month ago it mostly worked well. Still some features that are unavailable, and a couple of bugs, but usable.
I also use KDE because I like customizing my DE, but I'm not sure I agree that it's hard to break. When I just switched from Xfce to KDE I downloaded several global themes using the built-it theme browser, and a few of those definitely messed things up. It's also happened more than once that I boot my computer and end up with only the desktop background (i.e. no panels or context menu) because KDE thought there was some wrong with the theme, which can be difficult to recover from for someone who doesn't know how to ctrl-alt-F3 and edit settings manually. Though it's ofc. more stable when not testing global themes, and only changing other appearance settings.
It sucks when this happens, but the article also says:
Update 20/11/23 14:33 UTC — Crytek responded to note: "This is a known issue and we are working on it to fix it and apply the fix for the resolution as soon as possible."
So not ideal but at least the devs want to support Linux.
And you're 100% sure you installed it in the correct wine prefix? Because that's the tricky part, and having it installed in a different wine prefix won't work.
I had the same "unable to detect uplay" error except for a different Anno game. Here's how I solved it, if you want to try:
Install ProtonUp-Qt, then add SteamTinkerLaunch using it.
In Steam, go to Properties... for the game that needs Ubisoft Connect. Then Compatibility tab, check "Force the use of a specific Steam Play compatibility tool", and select "Steam Tinker Launch" from the dropdown.
Start the game, and quickly press the "MAIN MENU" button at the bottom of the window.
Click "One time run", choose the UbisoftConnectInstaller.exe that you downloaded and click "RUN COMMAND"
From what I've heard Microcenter frequently has a deal for "new customers" where you can get an Ender 3 Pro for $99. Though it's a pretty old printer by now, and while getting some mods would do a lot for it, I think I would rather get something like a Sovol SV06 unless $200 is a hard limit.
This is assuming you're interested in an FDM printer, and might not apply as much if you're shopping for resin printers.
I like this list of 3d printers, it is maintained by users of the 3D Printing discord server, who I know have first hand experience with multiple printers. Unfortunately it's not been updated with the latest models, such as Sovol SV07 and Ender 3 v3 SE/KE.
There are sadly a lot of fake reviews and paid youtubers out there, so it's difficult to do your own research when it comes to buying tech nowadays. I fell for this and ended up with an Ender 3 v2 which I wasn't happy with before I had spent an additional €300 and many hours on modding it (though I didn't go for the cheapest mods, it could've been improved for less). Don't trust anyone who has a strong preference for a single brand. Most cheap Chinese brands have managed to design both a few good or at least decent printers, and several bad/flawed printers.
Creality is probably the most known brand when it comes to budget printers. They got a good reputation with the original Ender 3, but after establishing their position as market leaders they began using lower quality components, and appeared to have non-existing QC. IMO they also failed to keep up with the competition and ended up selling outdated and overpriced printers for several years, while paying youtubers for good reviews. Ender 3 S1 was a step in the right direction, though a bit expensive and still a gamble with QC. Ender 3 v3 looks quite promising and actually competitively priced, so hopefully they've got their shit together again but I think it's too early to tell.
Do not buy from Amazon if you have other options. Their permissive returns policy can be a double edged sword in this case. 3d printers are high precision machines, and with companies competing to make them as cheap as possible there's always a risk of a manufacturing/QC fault. It can be something really subtle, like holes drilled 1mm off or a bent aluminium extrusion, which is difficult to "debug" even for an experienced user but near impossible for a beginner. These faulty printers are often returned to Amazon where they are repackaged to look like new and sold to some other unsuspecting customer. This is less of an issue with new models, but it has happened that people have had to return multiple printers before getting a fully working unit when buying a model that has been on the market for longer.
When you get your 3d printer, find a comprehensive guide to calibrating it and go through every step. Don't touch the build plate with your hands more than necessary, fingerprints ruin adhesion.
Any possibility that you've accidentally modified something in the automatically generated part of the config, so its failing to read the saved value? Perhaps you could attach your entire printer.cfg?
There are tons of options for running LLMs locally nowadays, though none come close to GPT4 or Claude 2 etc. One place to start is /c/localllama@sh.itjust.works
It's only a wild guess, though I have seen similar issues in other projects :), but I thought it might be worth reporting it to the developer in case it's a just a bug. I love FOSS, it's so satisfying being able to fix (some of) my own issues instead of having to hope that the closed source devs have time and motivation to fix it for you. SteamVR for Linux is one of those projects that feel like it could be so much better if they could open source it..
Maybe some bug in the Linux version? E.g. if they're receiving input events at a different rate than on Windows, and the code assumes it's always the same.. Just speculation but it feels like it wouldn't be easy to draw anything if it was like this for everybody.
Can't remember if it's a default keybinding or if I changed it, but I use shift+meta+s to select a rectangle of the screen to copy. In KDE I have to select "copy" from the notification hamburger menu, Xfce I configured to automatically copy it to the clipboard. Then you can upload the selection to Discord and other apps with ctrl+v. Just meta+s copies the entire screen but I use that much less often.
I think that mostly applies when you combine it with the Samantha character description in the prompt, but if you substitute it for a different character card the model itself doesn't feel heavily censored or anything. Personally I like it as an RP model because it isn't hypersexual like many others are. And while Mistral-7b is very competent as an AI assistant I don't think it's great for RP, so I tend to prefer fine-tunes of llama-2-13b for conversations.
I don't think you could, afaik hardlinks are only allowed for files. You might be able to something similar with a bind mount though.
Personally I keep those kind of folders outside a single user's home dir. On one computer I have /home/Shared (not a real user, I just put the folder there.. no idea if it's a bad idea, but noone else is going to be creating users on that computer anyway).
It looks pretty, but IMO one of the selling points of zsh is that it allows async updating of the prompt, allowing you to use slow commands like "git status" without adding a delay every time the prompt needs to be printed.
E.g. the default prompt from prezto is quite light and responsive, but when inside a git repo adds the info on the right side (shows when you have commits ahead/behind the remote branch, stashes, modified/deleted/added/staged files, etc) when that becomes available.
Didn't look like any of the example themes on ohmyposh.dev had the $RPROMPT stuff, which I guess would be difficult support for a cross-shell theming engine.