feddit.de has been giving “Server error” for some time but I read that the server is still working when using a Lemmy app. Tried the Photon front-end today and choosing feddit.de as instance.

My question (I’m just curious, I have no account on feddit.de) is : Can an alternative front-end on their server co-exist with the other server software ? I guess it would be a matter of installing Photon and then point nginx configuration to that. Or am I missing something crucial ?

  • Jarvis2323@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    For the record I did not downvote.

    But I capitulate on your point. It would be great if every piece of software was written with resilience and uptime in mind.

    As a former sysadmin that sounds like a dream. But I don’t think I have ever seen that with any mainstream program that I’ve had responsibility for. Does that mean all those programs were bad? I don’t think so. We wouldn’t need sysadmins if all programs were written the way you describe.

    Programs can be written to auto rotate their logs, compact and reindex their db’s. Using browser updates as an example, they can even safely auto update and revert back on failure.

    How many programs actually do these things? My experience is next to 0. But I wouldn’t call them all bad or poorly written programs.