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/)KR
Posts
18
Comments
319
Joined
4 yr. ago

  • This article is two years old, and perhaps discord have improved their accessibility, since this user find it more accessible then matrix. Yes, it's a single usercase, but worth mentioning nonetheless.

    I think there are other arguments against Discord that haven't been mentioned: data privacy. I know there was an instance where Discord collected user without their consent, and that is enough for me to avoid the platform.

    I much rather use matrix or the horridly old IRC protocol than Discord. Or forums. Or just plain old issues!

  • I work in IT and I need this. This field is vast and sometimes it's hard to know what you don't know, or how well you know what you know.

    Sure, there's certs, but they just show how well you're familiar with that particular field (or worse yet, that you know how to pass that particular test).

  • Welcome to the cult!

    We all started as beginners, but before you start, take my advice and avoid hosting anything open to the internet until you've gained more experience in OS/network hardening and risk assessment.

    First off, I think you're starting on a good footing. Having TCP/IP knowlege is good, but you don't need it from the beginning - it will be relevant once you get into network segmentation and setting up reverse proxies.

    I'd say the first thing is to actually choose a rather simple (but useful) application that you can host on Docker and get some experience from OCI-containers and disaster recovery. A lemmy instance (even non federated) might be too much to begin with. Have you considered paperless-ngx, fresh-rss or even syncthing instead? Or begin with formulating what problem you want solved in your daily life.

    I'd say, start by watching this video series to gain a better understanding of Docker (I've so far assumed that you won't do baremetal installs, right?!??). There's also a pretty good online-lab for you to play around in. Remember, you'll propably realise that your first deployments could be better, and keep yourself mentally prepared to redo and rebuild eventually.

    Feel free to message me if you want guidance going forward!

  • I'd only trust my MFA tokens to a (foss) application that has undergone a security audit. I don't known if ente has eitheras I never heard of them, but I think your choices are limited if you want support for both desktop and mobile.

  • Out of curiousity, how would nohup make your situation different? As I understand, nohup makes it possible to keep terminal applications running even when the terminal session has ended.

  • This looks really slick! I don't use ansible though, can I still benefit from running it?

    Edit: just realized that your project has a larger scope than this, but still awesome to see how you solved the homepage feature.

  • There's plenty of good terminals out there, the question is what features that you need in it?

    As for syncing configurations, check out a dot file manager such as chezmoi unless you want to sync over bare git.

  • Tabby is a nice all-in-one solution, though it will trigger some people with its design choices and it being electron based. I liked it when I had to keep track of different machines with different keys. Albeit it is something that can be achieved with ssh config and a dot file manager.

  • Many have already mentioned Obsidian, I too ventured to it from Joplin and couldn't be happier.

    Other (FOSS) tools I use for productivity... GUI tools:

    • nocodb - a web-based database which can be accessed over API too
    • I'm keeping an eye on vikunja.io, hope to have it mature and implement more features regarding project management
    • paperless-ngx, make order of your paper-mess.

    CLI tools:

    • Fish - a very nice and modern shell
    • chezmoi - a really nice dotfile manager
    • lsd instead of ls, dust instead of du, zoxide instead of cd
    • kopia - awesome backup tool. How backup is related to productivity? Disaster recovery ;-)
  • I see @joojmachine@lemmy.ml already answered some of your questions, but regarding "why would hardware work differently on fedra", I assume it has to do with what kernel is being shipped, and what drivers that is also shipped with the distro by default. Sometimes drivers aren't shipped due to legal reasons, and a distro can be shipped with a kernel that dosen't have certain support for certain hardware.