• 2 Posts
  • 58 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • PPSSPP: I initially installed it because my PSP Go was failing and corrupting my save files.

    Dumping all the PSP files onto a pc and loading one save with PPSSPP, fixed all the saves. Then I put them back on the PSP to continue my Gran Turismo career while commuting on the train.

    It was mind-boggling to me that the emulator could fix the original console. Of course, it also does all kinds of upscaling, double framerate, etc.

    After this happened twice though, I replaced the PSP with a Steam Deck. Sadly, the large stick on the Deck has caused me some trouble with controlling the higher end cars. PSP has no analog triggers, so all the finesse is in the flick of the ministick. I should load up GT4 (PS2) on the Deck soon. And MGS 1 through 3. Am very happy playing GRID (2008) and Death Stranding for now though.


  • Yes, you are right.

    The old stuff, now no longer supported, is:

    • .NET Framework up to and incl version 4.8
    • Runtimes distributed as part of Windows
    • Mono is a Linux Runtime used for compatibility

    The new stuff:

    • .NET Core, up to and incl 3, more recent versions are named .NET from version 5 onwards (to prevent mixing it up with the old Framework)
    • Is completely cross-platform, natively
    • I don’t know about desktop specific graphical stuff but that probably depends on the specific library



  • Good point. I guess you’re right, there are no flattering roles. But each of those options you list would have been less on top of existing prejudices.

    Making her the (non-technical) project manager whose only contribution is “how many story points is that?”, who’s then silenced because “this is important!”, confirms the typical prejudices about women in tech:

    • no technical expertise
    • is not in charge
    • does not have anything to say that is worth listening to in times of crisis

    Especially being talked over. This matches many women’s experiences in men-dominated environments to a T.

    I’d much rather the technically competent, important but socially weird engineer (Jared) be the woman, or the incompetent boss, who’s in charge and calls the shots. Even having no women in the skit would be better than this Cindy role.

    Or, weird idea I know, multiple people with different roles being women. 🙄





  • I have never heard of WattOS but that sounds terrible.

    It seems like antiX is a systemd-free Debian flavor.

    If you want systemd, why not just use Debian? Or, if you are looking for a nice preconfigured DE/WM, any of a number of Debian/Ubuntu derivatives.

    Mint for best out of the box setup, Pop!_OS for tiling, Zorin OS if you’re looking for a funky styling, any of the Ubuntu derivatives for the major DEs: Kubuntu, Xubuntu, etc.








  • F04118F@feddit.nltoLinux@lemmy.mlHow bad is Ubuntu?
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    2 months ago

    Completely off topic, but: I’ve been trying Fedora (KDE spin) for a few months now, and I’m flabbergasted at how unusable the distro version (not the Flatpak) of Firefox is. I think it’s a codec issue as I’ve checked Firefox is running in wayland mode, but:

    • video calls (Zoom, Slack) don’t work.
    • despite installing every codec I could find through Fedy, a package manager for non-free Fedora repos.

    Meanwhile, the Microsoft Edge flatpak works flawlessly.

    Are you using a flatpak browser too? If not, how did you get your browser to work?

    I really like Fedora otherwise: up-to-date kernel and modern (very efficiently stored) packages, but properly tested with major releases, btrfs and systemd by default and commonality with RHEL is useful at work.

    But these codec issues are pushing me back to Arch…


  • Exactly! If you only have to edit small text files on a server once in a blue moon, nano is much less biomemory-heavy. But if you regularly write docs and code in l vim or neovim, it starts to pay off after a week or two.

    I really enjoyed learning to quickly select and change entire words or lines, doing things like: :%s/replace_this_text/with_that/g Etc. If you enjoy that, you will soon get to a point where you miss the motions in your regular editor and install a vim extension in VS Code and stuff, just before fully switching to neovim