Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DD
Posts
0
Comments
33
Joined
2 yr. ago

  • I often stumble on this example of nix usage - a one-off shell with a a specific package. This is such a niche and seemingly unimportant use case, that it’s really strange to have it mentioned so often.

    Like literally what’s the point of having a shell with ffmpeg? Why not simply install it? Even if you need something just once, just install it and then uninstall it, takes like 10 seconds.

    The other use case that is often brought up is for managing dev environments, but for a lot of popular languages (Python, Node, Java, Rust, etc. ) there are proven environment management options already (pyenv and poetry, nvm, jenv, rustup). Not to mention Docker. In the corporate setting I haven’t seen nix replacing any of these.

    From my limited experience using home manager under Linux and macOS:

    • GUI app shortcuts work in neither of the OSs
    • error messages are about as readable as the ones you get for C++ templates
    • a lot of troubleshooting searches to unsolved GitHub issues

    All in all nix seems like a pretty concept but not too practical at the moment.

  • I think the minimap gets colored in red in such areas but I agree a better indicator or a hint could be nice.

    In case of moonrise towers, if you just cross the bridge back to town you can long rest there and come back.

  • I keep seeing this comment and I think people are confused about private companies.

    Private company is one that’s not publicly listed (traded on an exchange). Private companies still have shareholders, they may still have board of directors with shareholders representatives sitting in them. And these shareholders can still demand returns on their investment. There’s a whole industry around this called private equity.

    Now it doesn’t look like Gabe Newell ever took Private Equity funding and according to the internet he owns 50% of the Valve shares but that still means that a large pile of shares is owned by other people who get some say in the company’s direction.

    So saying that Valve makes this or that decision because they are private is wrong. Most companies are private and you don’t see them being all charitable and investing in open source.

    You could argue that Valve is allowed to make certain decisions more freely because he’s a co-founder who still owns the majority stake though. And the company being private means that unless he sells his shares he gets to retain that control.

  • The way I understand it, disabling FSR is supposed to make performance worse, or at least GPU more busy. That and increasing some settings from medium to high has the potential to slow things down to unplayable level. But maybe if you decrease the FPS to 30 it’ll be okay, dunno.

    For me changing the FSR mode from the default was more of a way to get rid of the blur.

    Eagerly waiting for FSR2 which I’ve heard is going to be implemented in one of the patches.

    • Everything on “medium”
    • SMAA instead of TAA to avoid blur
    • FSR set to Quality to avoid blur
    • cap FPS to 40
    • vanilla stable SteamOS with no tinkering

    Works really well so far in act 1. With the above settings GPU seems to be the bottleneck. But, as the others pointed out, later acts are more demanding.

  • AirPods Pro gen 2 are problematic with Steam deck: https://steamcommunity.com/app/1675200/discussions/1/3370405530896320680/?tscn=1689301955

    Dozens of people reports issues, most commenters are able to pair but experience various stability issues on top of the headphones not connecting automatically.

    With no visible response from Valve, the hope is that kernel and relevant Bluetooth and pipewire packages upgraded in the upcoming SteamOS 3.6 contain some fixes.

    AirPods Pro gen 1 are not affected.

  • I’m running Arch on my RPI 4b+ and quite happy with it.

    The installation was pretty simple IIRC - I did run into some issue with uboot which was easily solved by searching for the error on the internet.

    Arch Linux ARM ships with a mainline aarch64 kernel and uboot by default, but if you are interested in running the RPI kernel and their boot loader, there’s a custom pacman repo and instruction on the forums: https://archlinuxarm.org/forum/viewtopic.php?t=16144

    All in all I don’t think arch needs that much maintenance on a non-critical home server - just make sure to check for config updates every now and then and reboot after kernel upgrades.