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/)ZE
Posts
0
Comments
22
Joined
2 yr. ago

  • I had a quick view at this post : https://www.reddit.com/r/radeon/comments/157qa6c/rx_6600_or_rx_6700_xt_for_1080p/

    It seems to me that 6700xt is much stronger than 6600. More expensive, too. Personally, I would pay some extra money 6700xt, but it depends on OP's budget and game preference.

    I'd suggest OP to consider several factors:

    1. Is the game you're playing CPU-intensive? aka Will your 3600X be the bottleneck if you have a powerful GPU?
    2. Do you have a 4K/1440p monitor?
  • Well, this is my first time hearing Betterbird

    After reading their feature table https://www.betterbird.eu/#featuretable I think they have a really laudable goal.

    I'd suggest to check the feature table first. If there is anything you concern, you pick Betterbird. Otherwise, you can choose one randomly :)

  • I'm also mounting them into /home/user/data while I don't think hard-coding the user name in the mountpoint is a good idea. Besides, it needs the assumption that I'm the only "human-user" of this computer.

    I may also mount them at /opt/data, but I'm not sure if it's a good idea

  • I had been using WSL2 for about one year. The experience was terrible compared to a Linux host. (Sadly I can't change the system on my work laptop). However, it was much better than Cygwin, msys2 and powershell - based on my experience.

    If your host OS is windows and you're interested in Linux, I think WSL2 is a good way to have a try

    • Find an open-source software that you're interested in, but your main distro doesn't provide it in the official repo. Be a packager for this software.
    • Open your distro's wiki, rewrite (or contribute, if already good enough) a page or section.
    • Try the bleeding-edge version (or very-early testing) of your favourite distro, and submit some test results, regarding to your hardware.

    IMHO these tasks are interesting, could learn a lot from these tasks, and other linux users could benefit from these work

  • Also: I think rpm-ostree only supports rpm-based packages, tho; right?

    Can I install .deb software too?

    I don't think rpm-ostree could support .deb softwares, just like dnf/yum can't support deb packages.

    Can you share your use case for trying to install a deb package in Fedora? I'm just curious.

    And is there any kind of system-as-a-config-file kind of solution available like in NixOS or blendOS?

    Good question. I only have a few computers, so I had never considered about it.

  • While I’ve looked into Fedora Silverblue, that distro is limited to only install Flatpaks, which is fine for “apps”, but seems to be more of a problem with managing system- and CLI tools.

    No. Your understanding to Fedora Silverblue is wrong. I can just run rpm-ostree install package.name in Silverblue, like other Fedora spins. The small disadvantage is that I need to reboot to apply this update. (re-construct)

    but doesn’t that result in new A/B snapshots, or something like that?

    Well, you can call it snapshots, but there is no need to think about it. In most cases, the system points to the newest snapshot (deployment 0). If a rollback is needed, I can pin to the older deployments. When a major change is to be applied (Like bump Fedora version), I'd manually mark the current deployment as dont-auto-delete.

    Sure, but I’d like to have a more seamless experience, i.e. not having to open/start any “containers” or something like that.

    I never used toolbox in my Fedora Silverblue system. I feel that I can't tell the difference between using Silverblue and the default Fedora spin

  • My solution is not ideal:

    I created a directory, called ~/config_sync. I create sym links for config files, like ~/.bashtc to ~/config_sync/bashrc

    However, I need to record the sym links I've created, and repeat this process on new machines

  • Valve has been using MoltenVK to run Dota2 on Mac1. I'm a bit worried that if Valve would cut the funding on MoltenVK2. Furthermore, CS:GO had been an example of a cross-platform example for multiple-player game. Valve's games may still support Linux/SteamOS, but what if other developers only release their games as win-only in future?