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

help-circle
  • 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




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







  • F04118F@feddit.nltoLinux@lemmy.mlHow bad is Ubuntu?
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    1 month 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…



  • F04118F@feddit.nltoADHD@lemmy.worldStruggling to set life into motion
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 months ago

    As much as is reasonable, try to expect them. Put a task in 2 weeks describing what to do if there have been no replies yet. Expand your range of options. Search farther, find a different kind of handiman companies to mail, find someone who can give feedback on your resume, or if necessary, consider different kinds of jobs.

    I would not be a part of this community if this mind of planning always went well in my life. But in general, planning these kinds of things in advance so I don’t have to:

    • notice them in the moment
    • make the plan in the moment

    Helps me. Do the work now so you can simply follow reminders and instructions for plan B.


  • I feel you. What helps me, is to organize before starting (as much as I dread organizing). Write down what needs to be done when, and make sure you have at least a reminder to kickstart plan B scheduled.

    I extensively use to-do lists (love the Todoist app) and will put in tasks like (for a home improvement example)

    • mail at least 5 companies asking to do X (tomorrow)
    • in 2 weeks: make sure you have followed up with 1 of them, else read 2 tutorials and get tools to do X myself

    For the boring (but non-waiting) tasks like making the schedule, reading or just doing boring stuff at work, I like to use pomodoro: Set a timer, try to do focused work for 25 minutes. When the timer goes off, you HAVE TO take a break and enjoy yourself for 5 minutes (set a timer again), whether you got any work done or not. Repeat. There’s apps and sites that help make this smooth.

    Usually the first pomodoro is wasted but in the second or third, I get so much work done, and feel better because of the mandatory breaks, that it is usually worth it


  • 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





  • I get it, I actually use the exact same distros you mention: Pop!_OS, Endeavour and Fedora.

    Had the same experience with Pop!_OS: those few things that did not “just work” but needed tinkering caused quite some issues. And yeah, somewhat more bleeding edge than Ubuntu LTS is nice: to use neovim on the 22.04 base, I’d need to use distrobox or build vim from source, but on Fedora and Arch, it “just works”.

    I liked Endeavour, though I haven’t really used it with a DE, I went with Sway. So hard to compare, but the manual sysadmin intervention everyone keeps talking about has been minimal. AUR is amazing, pacman is fast and sane.

    I went to Fedora because it is bleeding edge enough, but seems better tested and more stable than Arch. Also wanted to see how BTRFS is setup on there and test the rollbacks. The codec stuff has been terrible though. Even after enabling RPMFusion and installing a bunch of them, the Fedora source Firefox still refuses to do video calls in MS Teams. I’m using Flatpak browsers now but downloading flatpak updates is way slower than even the worst package manager for “native” binaries. Feels a bit odd to have to use a Flatpak for the browser.

    If I had to install a new pc today, I’d go EndeavourOS with KDE (which I’m using on Fedora now), BTRFS and systemd-boot. I got to know systemd-boot in Pop!_OS and have tried a different boot manager (rEFInd), but systemd-boot is amazing.