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

help-circle
  • 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’m sorry, it seems I misinterpreted your comment by a lot.

    I read about Slavoy Zizek’s philosophy and ideas and in that context, “I would prefer not to” is the ultimate rejection of capitalism and some sort of super-resistance, if I understood correctly.

    I thought you meant to dismiss the whole group of ideas without reading them based on how convinced you are of Zizek’s ideas, and were blaming me for “supporting the system”. That’s why I reacted so aggressively, I’m sorry, that was bullshit.

    P.S. I do tend to get stuck in these rabbit holes of philosophy.


  • I’m not sure if I should feel sad for you, or envious. To be so certain of your own point of view and take pride in not taking other ideas seriously. It must give some sense of calm but at the same time, you miss out on so much. I won’t ask or recommend you anything though, I read the thing. Enjoy your wall staring. Let’s hope it will make the world a better place.













  • Software-wise, if you are using a Linux installation with KDE interface, on an AMD CPU and AMD GPU, and are using a wayland session with gamescope to play games, it is very VERY close to the Steam Deck and you are benefiting from all the optimizations that were made for Steam Deck. Bonus points if the hardware is Ryzen 3000 series and Radeon RX 6000 series.

    You probably saw this, but Nexus Mods are asking feedback from Linux users, not just Steam Deck. Because, you know, apart from the sticks, size and touch pads, Steam Deck is just another Linux machine.



  • 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
    8
    arrow-down
    2
    ·
    16 days 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).