• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • vzq@lemmy.blahaj.zonetoSelfhosted@lemmy.worldI love Home Assistant, but...
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    4
    ·
    edit-2
    9 months ago

    First subdomain. I think HA is completely right that proxy with a subpath is basically an anti-pattern that just makes things worse for you and is always a bad idea (with very few exceptions).

    It’s only an “anti pattern” because app developers are, on the whole, lazy bastards that start out hard coding stuff and then get discouraged at the amount of work needed to fix things after the fact.

    I should know: I am one of these people.

    It’s crap, it’s best to roll with the punches and use a sub domain.





  • I definitely do not count it against them as long as they know how to human at the interview. I just review the code as I would any repo.

    The only thing is that with regular projects I tend to go “I noticed on your GitHub you have project X that uses technology Y, etc etc”. With H projects I just go “do you have experience with Y” and let him choose how much he wants to share about the project. So far they remain vague on the non technical details and I let them leave with their dignity intact.

    So, ranked, way ahead of candidates without visible projects, but slightly behind people with projects we can discuss in detail in front of the people from HR ;)




  • vzq@lemmy.blahaj.zonetoSelfhosted@lemmy.worldWhy docker
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    Apparently I was unclear, I was referring to the security implications of using different manifestations of other people’s code. Those are rather similar.

    I’d recommend reading up on docker and containerization. It is not a script for setting up software.

    I was referring specifically to docker files. Those are almost to the letter scripts for setting up software.

    if that’s what you’re thought is then you really don’t understand containerization and I recommend taking some learnings on it.

    I find your attitude not just uncharitable, but also rude.




  • vzq@lemmy.blahaj.zonetoSelfhosted@lemmy.worldWhy docker
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    3
    ·
    edit-2
    10 months ago

    How is this meaningfully different than using Deb packages? Or building from source without inspecting the build commands? Or even just building from source without auditing the source?

    In the end docker files are just instructions for running software to set up other software. Just like every other single shell script or config file in existence since the mid seventies.