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

help-circle
  • Most of (what we call) Linux OSes are formally GNU/Linux. GnuCash is as close as it gets to “made for Linux”. If you don’t want an accounting-specific application, but just generic spreadsheets, check out LibreOffice.

    I highly recommend GnuCash for accounting though: a fellow board member cleaned up an org’s accounting by putting it all in GnuCash, where it was a bunch of error-prone Excel sheets before. That really made it easier to keep track and to do it right.


  • F04118F@feddit.nltoProgrammer Humor@programming.devPlease stop
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    6 hours ago

    A quick Google shows Quickbooks to be cloud-based accounting software. For FOSS accounting, GnuCash exists so you could try that (it can also run on Windows and macOS). However, it’s unlikely to have feature parity so if you like the added convenience that Quickbooks offers, see if you can use Quickbooks in a browser. Being cloud-based, they would probably build a browser version before building a Linux desktop app. If they don’t and you need to run a Windows desktop app on Linux, you can probably do this using Bottles (which uses Wine and Proton under the hood, the tech that enables the Steam Deck).



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






  • IIRC, Canonical is using Ubuntu to push an “extended security maintenance” program or something like that.

    These kinds of services are all the same. RedHat does it, Microsoft does it, many others too probably.

    The idea is: (stop reading if any of these don’t apply)

    • You are a huge enterprise with lots of money
    • You have a lot of computers with a lot of complex, (manually tested and badly designed) programs/systems that are strongly coupled to and dependent on the specific configuration of those computers.
    • Thus, you HATE upgrading all these computers to new OS versions
    • You would love to pay a company to give you a sense of security by providing monthly security patches so you can keep using your old OS
    • You don’t really mind that this is fundamentally flawed and insecure because the cost of upgrading to a new OS version is too great for you to pay: you’d rather take a subscription for shitty bandaid.







  • I am like you but a year behind. I hope to get there too at some point. Switched to Linux for the majority of my pc use and a lot of games. But my VR flight sim and the occasional racing is holding me back. I have an HP Reverb G2 (Windows Mixed Reality) headset which doesn’t work very well on Linux (yet?) and an Nvidia RTX 3080.

    There doesn’t seem to be an ideal Linux VR setup yet, now that SteamVR still does not work with Wayland. Hoping they’ll fix it and then I can sidegrade to a Valve Index and an RX 6900 XT and be set. I don’t like the complexity and latency of wireless streaming.





  • That’s an honest criticism that does not intend to devalue frontend. But there’s an overlap where “over-complicate” may imply that frontend (tools) should be uncomplicated.

    Having only done a few frontend projects in recent years, I see obvious value to new, more powerful CSS selectors and even things like Tailwind. I can’t read Tailwind yet, but making intuitive user interfaces that work well on all kinds of devices for all kinds of people (screen readers?) is difficult and should not be expected to be simple, IMO. But this is a matter of opinion.

    The ones most qualified to deal with that issue are, obviously, experienced frontend devs and they build these things.