• 4 Posts
  • 73 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.





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


  • Makes sense. Mono was necessary in the “old .NET” world, where runtimes were tied to Windows versions and the framework was a pure Windows framework. Mono made it possible to run old dotNET framework versions (up to 4.8) on other OSes.

    Since dotNET Core and then dotNET 5 and higher, the framework itself is cross-platform so Mono is not necessary anymore, except for backwards compatibility for apps that use a now unsupported framework.

    So it makes sense that Microsoft, after dropping the old dotNET Framework versions, also wants to stop supporting the cross-platform library that was only needed for those old versions.




  • Do I honestly have to tell you that many nasty things can indeed pop up from beneath the waves? That nuclear-powered submarines can travel vast distances without surfacing?

    Ireland is nr. 3 in the EU in raw GDP per capita, bested only by Switzerland and Luxembourg. Yes there’s a lot of letterbox firms, it’s a tax haven, but even if you’d have to halve their number to correct for that, they’re still just as rich as the UK and France.

    How has the invasion of Ukraine not woken you up yet? Do you live on a different continent?





  • F04118F@feddit.nltoLinux@lemmy.mlHow bad is Ubuntu?
    link
    fedilink
    arrow-up
    4
    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