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

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

help-circle
  • I agree, but I really don’t think complying will be advantageous to OP either. Not only do they get less prep time out of it, it’s also removing from the benefits given by the contract.

    There’s also a chance that if they’re firm on their action and make it clear they are going to follow the contract, the people running the meeting may stop doing it early days they work, as they need to recap the entire thing once they are on the clock anyway.

    Regardless I don’t think OP should let it get to them, my old work was that way, everyone was expected to clock in early and work late, I stood firm and even made some comments on how I habe a life outside of work and I follow my shift, they eventually left me alone.

    There’s no winning if you cave and just follow the mantra all you do is come out with less. Regardless of what the rest of the workers think.





  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldIt's hard sometimes
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    12 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.



  • Yea Canada would be the only one to even remotely manage that, and that’s taking the gamble that the US doesn’t launch a nuke before it finishes.

    Being said it would need to be the military, I don’t think the average citizen would stop something like that. Especially if the invaders were another democratic leaning country. The only way I think you get civilians to fight is if it ends up being a communist country that tries to invade. The relational ties with Canada are pretty strong, many people have friends who are Canadian, and it’s so unlike Canada that I don’t think many would believe it was actually them if it was done.

    Hell we’re talking a country that basically shrugged and said “oh well they deserved it” when someone shot a healthcare CEO, I can’t see anyone batting much of an eye if someone deposed the sitting officials, especially the head of the country, at least in it’s current state.

    Being said though… if something like that did happen, I don’t think it will be from a foreign government, I think it would be domestic. Not that it makes it any better.



  • Pika@sh.itjust.workstoSelfhosted@lemmy.worldHow do you keep up?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    25 days 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
    25 days 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
    25 days 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’ve never used bit warden, but I migrated from Nordpass to keepass, I currently use a private key for my second form of Authentication so even if my vault is stolen it can’t be decrypted cuz they would need the private key along with it

    It’s a stupid simple setup, because I use syncthing to synchronize my Vault across all systems, and I have syncthing set up that way it keeps three or four versions of the Vault active at a time so if I somehow managed to corrupt The Vault I can just use an older version, this way I only have one account that I’m locked out of instead of all accounts.

    As for 2fa, yeah I do the same thing as the other guy my 2fa is stored in my vault. I used to use authy for everything, then they decided that it wasn’t secure to have a desktop app, and since I don’t have my phone on me at all times I decided just fuck it and threw it all in one location. It’s less secure but there isn’t a decent desktop 2fa app available that I know of. Technically I could make a seperate keepass vault only for 2fa but that would be a second password to remember