Just your normal everyday casual software dev. Nothing to see here.

  • 0 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: August 15th, 2023

help-circle

  • Mint is another good one, I would probably recommend against their Debian Edition(LMDE 6) though, it sounds good but, it’s their newer system so it doesn’t have all the bugs ironed out yet. I struggled with LMDE when I tried it last summer, which granted a lot of time has passed, but I rarely ever have an issue with their standard Linux Mint releases.


  • Pika@sh.itjust.workstoLinux@lemmy.mlPlanning to switch to Linux for my next PC
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    18 days ago

    if you liked the design of older style windows (think like windows XP), you could look into Q4OS. I use it for my laptop and it’s Debian based so you will have pretty decent support applications wise and it has a pretty simple UI. I had never heard of it prior to a few months ago but I have had no issues with it.

    Being said, I can’t remember if it has UnattendedUpgrades by default, but that program can be configured on any debian based system to allow for automatic updates. It does take a little bit of configuration if it isn’t pre-installed though.



  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldIt's hard sometimes
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    20 days ago

    the amount of software I’ve used that lacks this type of system is aggravating. How hard is it to keep an object of property names, and if the name isn’t in it then it errors.

    this can be continued into command line as well. if flag -z doesn’t exist, you shouldn’t allow me to run a command with it. It’s clear I am trying to do something (incorrectly) thinking -z is something it isn’t, just error it and tell me that.


  • Because it’s universal, it works, it’s multi-platform, device agnostic and it’s simple to use user side.

    Nothing else available really fits that criteria.

    The closest in todays age is probally discord or teams, but neither of which are decentralized. XMPP could work for it, but nobody really uses it anymore and to be honest the standard is ugly as hell to implement.

    Browser Notifications are ineffective and have a high probability of failing or not being seen, they are more meant for real-time notices not historical notices not to mention locked to that browser.

    App notifications would be amazing for things with apps, but not everyone wants to be forced into using their mobile device for everything, and it would again only be available from said app(unless you do use something like NTFY), which would generally be locked down to a device

    Email sucks admin side, but there’s a reason its used.

    This is also ignoring the multi-use case that email allows for such as authentication as well, so if its already being stored for accounts, might as well use it for notifications



  • my only complaint about it is the lack of clear “hey this is going to be a major update” on the webUI. I did the update command and was met with a different UI. Which wasn’t difficult to figure out, and I have to blame myself for not actually checking the patch notes first, but I wasn’t expecting a major update from the webUI as it only said “new version available run this command to upgrade”

    the upgrade as a whole is all and all a great improvement



  • I’ve recently setup an recipe archival project using tandoor, I’m working on converting all my grandparents fading old as dust cooking recipes from their misc handwritten cursive notecards to digital.

    Setup was uneventful but it took a little research to figure out how to use a remote postgres server, turns out the app doesn’t give an error when it can’t connect to the server, it just fails to run

    Have to say the actual program itself is absolutely absurd and how they choose their permissions, it breaks all conventional and took quite a bit to get used to.




  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldHow do you keep up?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 month ago

    Strangely it sounds like that’s correct. I was under the understanding that depends_on cared about it past start as well but it does not. It doesn’t look like there’s a native way of turning containers that are depending on one another when you turn the dependency off. It looks like the current recommended way of doing it is either with a Docker compose file (which doesn’t help if the process crashed/was concidered unhealthy), or having a third party script on the host monitor the dependencies and if one is considered offline, it turns the dependees off.

    Looking into it the concern has been approached twice now on the GitHub page, however every time that it’s been brought up it’s been closed for stale because nobody ever replies to the question



  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldHow do you keep up?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I’ve never heard of komodo, I’ve heard a lot about Watchtower but I found it more annoying to set up due to its labeling systems. Is there any added benefit for Komodo over using a standard watch tower setup?

    I haven’t set up either of them, but my main concern is having a breaking change be automatically updated


  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldHow do you keep up?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 month ago

    I’ve never used true nass, but I’ve never had any issue with keeping up with releases. I use a proxmox host with Debian containers mostly, and then I use ansible to do any major changes to the hosts such as replacing certificates or upgrading the packages

    Being said my backup structure isn’t the most professional, I have a 8 TB external drive that I keep plugged in via USB and I have proxmox backup server on the same host and it creates backups nightly



  • I think a big reason is, people always think it’s an all or nothing migration. Personally I still have a windows install on my system from when I migrated. Sure I can count on one hand the number of times ive had to actually use it, nor have I had to at all in the past few months, but it’s there in case I needed it.

    I think people would be much more apt to do that, if they could realize that you can “try it” and if it doesn’t work then switch back again without much difficulty. Which most user friendly installs support dual booting, and the worse case scenario from it is that Windows decides to nuke the bootloader (which doesn’t happen as much anymore due to it changing to UEFI boot) and then at the end of the day, they still have the windows OS to fall on, and the linux OS still exists, it just doesn’t know its there which is a simple fix with just a google search and a boot repair disk (available on the same install medium that the original install was done with)


  • This is my boat with fish shell at the moment, like I started learning how to make scripts with it, and I very quickly realized that it’s definitely a minority shell, and that it’s not worth it to make scripts for, it’s missing functionality that normal bash has and has zero functionality with existing Scripts so I’m finding myself having to switch to bash anyway for most scripting.

    I never really tried zsh, I might tinker with it if it does have that functionality as that’s the part I really like about fish


  • Practice.

    Practice.

    Practice.

    That’s really the best I can give you. The more you use the commands the easier they come to you.

    Even novices can struggle with the command line. Don’t be afraid to search online for answers. I still need to look up arguments for things that I don’t use daily and I’ve been using Linux for almost 20 years now. Duck duck go and man are your friends.

    One thing that I have found nice is using a shell that remembers what you have typed in the past because sometimes I will remember part of a command but not the whole thing, for example fish shell remembers commands and will start to auto fill commands that are typed as long as I have the beginning of the command correct and as long as I have typed the command in the past, which works wonders when you’re doing similar commands but with different file names or you are trying to remember the more advanced portions of git

    A side note that I want to add regarding alternative shells be aware that every shell has its own strengths and weaknesses, for example fish shell is amazing for auto completion and plug in support, but it’s downside is it’s not compatible with standard bash Scripts and scripting as a whole on it is pretty mediocre