• 3 Posts
  • 65 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle











  • 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.

    Image

    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.




  • 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”





  • I could hardlink folders from one user to another

    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).



  • This is the first time I’m hearing about this, but this is how they describe it on their product page:

    The AI-Powered Future of Windows Devices

    Build, explore, and immerse yourself on select laptops with Ryzen™ AI built in. With dedicated AI accelerator hardware seamlessly integrated on-chip and software that intelligently optimizes tasks and workloads, CPU and GPU resources are freed up to enable optimal performance.

    But based on the examples they have on github, it sounds like it might be useful to run generic AI compute stuff. I haven’t seen any details about what memory it uses, since especially LLMs require large amounts of fast memory. If it can use all the system RAM it might provide medium-fast inference of decent models, similar to M1/M2 Macs. If it has dedicated RAM it’ll probably be even faster but possibly extremely limited in what you can do with it.