• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle










  • This is due to having your session invalidated after that exploit that hit lemmy.world decently hard.

    Delete your user, and readd worked for me. Alternatively clearing the apps cache I’ve heard can work.

    Remove and reinstall would also work, but is just a more roundabout way of the other two methods.

    Technically, it does show a gap in Jerboa to me. It can’t handle the unexpected scenario of server side invalidation of login sessions.



  • ramplay@lemmy.catoChat@beehaw.org*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    They don’t. The only argument for outside cats is Europe. And even then its loose.

    Its irresponsible, unneeded and a menace to the environment. No amount of bells will change it. Not to mention I’d get crucified for letting my dog piss, shit and terrorise your cats in your yard. Why are people insane enough to let the opposite occur.


  • ramplay@lemmy.catoProgramming@programming.devSQL Stored Procedures
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    It’s in git. In our current but on its last legs env we had a inhouse built tool that would compare a release branch with master and build a series files we’d throw at the DBA to run updating procs, tables, views, etc. Had procs built to preserve data when ddl changed and what not. Very painful. This was on Netezza.-

    Now we are moving to Azure Synapse… And we are using Azure DevOps instead of Bitbucket and it works but its jank. Our git repo is now actually tied to the DB through the use of release pipelines. PRs on master will get released automatically… That said most recent update from msft and now it takes 7hrs just for the deployment plan to build.

    Its not great… My company is addicted to stored procs. I hear there is some projects looking into databricks, azure data factory, sparks, etc… For now my life is pain and complaints, just trying to get people to learn to love git. BI here before I joined unfortunately not IT minded.

    Edit: didn’t even touch on testing… And frankly half the devs seem like they don’t/don’t know how to even do impact analysis… If you change a column, at minimum search the code base for impacts… Don’t just deploy and blow up our prod cause you’re mismatching sizes