Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
Posts
3
Comments
180
Joined
2 mo. ago
  • When I started, it was only GNUCash as a free option. Never tried anything else. It fits my needs as a family very well.

    There's no mobile or web access, and that's fine for me. Updating it is something done once a week or less for me anyway.

    I manage mortgage, virtual account for kids allowances, budget for future expenditures, and have a set of reports that I refresh to keep tabs on my money and goals.

  • I like how you describe the Don't Care licenses, aka permissive licenses. A lot of people fall for the narrative that more strict licenses are a burden for other open source developers, and then regret their decision when Evil Corp does what they usually do.

  • Selfhosted @lemmy.world
    Colloidal @programming.dev

    Battle of the noobs: CasaOS X Yunohost X TrueNAS Scale

    All of the above have web GUIs to install, configure, and maintain services and are commonly suggested for someone that is new to self hosting. What are their key differences? Their advantages and disadvantages for common use cases?

  • Reusing your /home is exactly the kind of thing having a separate mount point for it is for. I've done it without issue. Lately i haven't distro hopped, but back in the day, even between distros, but I don't recommend that. Some apps may balk at a config built for a different version, which would require you to find and delete the offending config.

    I'm curious as to your experience and what led you to recommend against it.

  • 7zip. Just compress the important files to an external HD. Your c:\users\user and if there's files you saved elsewhere that you don't want to lose, those.

    It's got to be dead simple to create and restore. If you do have an incremental backup solution in place, by all means use it. But if not, don't go trying it now.

  • Lots of companies are using open source software, more of them all the time. Most are hoping to save money. The next stated reasons made us chuckle:

    • To reduce vendor lock-in
    • Open standards and interoperability
    • Stable technology with long-term community support
    • To reduce development or maintenance costs

    Number two sort of makes sense, but as for the rest, yeah, good luck with those.

    Why is it risible that using FOSS would reduce vendor lock-in?

  • Snap bad

  • Having experienced Flatpak bloat and seeing your posts here, I might just have been converted. The Flatpak integration on my distro is neat though. But I already use Aptitude for most of my package management needs, so I guess adding AM to my toolbox doesn't seem too bad.

  • Programming.dev Meta @programming.dev
    Colloidal @programming.dev

    https://git.programming.dev is chock full of spam

    It's pages and pages of this. Maybe you want to restrict who can log in and create repositories.

    Learn Programming @programming.dev
    Colloidal @programming.dev

    What is NoSQL good for?

    I’m versed enough in SQL and RDBMS that I can put things in the third normal form with relative ease. But the meta seems to be NoSQL. Backends often don’t even provide a SQL interface.

    So, as far as I know, NoSQL is essentially a collection of files, usually JSON, paired with some querying capacity.

    1. What problem is it trying to solve?
    2. What advantages over traditional RDBMS?
    3. Where are its weaknesses?
    4. Can I make queries with complex WHERE clauses?