• 2 Posts
  • 50 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle












  • Yes, it’s possible to deploy Linux in enterprise. Google even develops ChromeOS for that purpose, deploys Chromebooks in-house, and sells Chromebooks. Heck, you can enroll your Linux boxes into Active Directory with SSSD if you want to. You can use pull-based configuration management tools to configure workstations. Albeit rare, there’re MDM solutions similar to Windows ones with Linux support, such as Kolide and Scalefusion. I agree that the Windows sysadmin experience is seamless if you fit into Microsoft’s model, compared to Linux. Linux sysadmins must know how to write scripts to bridge the gap. Although I suspect the Microsoft experience will get worse as Microsoft deprecates older solutions in favor of Azure.





  • Fedora@lemmy.haigner.metoProgrammer Humor@lemmy.mlLaughs in Jira
    link
    fedilink
    English
    arrow-up
    25
    ·
    edit-2
    2 years ago

    Yet the solution is so simple. Let the them spend 20 – 35 % of their paid time on backlog. Let them refactor the architecture. Let them improve the code base. You know, that thing the Lean book talks about, the part that everyone overlooks, the part so critical yet so often overlooked that others wrote books that ride that one aspect home. Oh, unless you want them to spend overtime on a production problem whose root cause a scrum master added to the backlog 5 years prior to the incident, of course. Oh, unless you want them to give you one year estimates for changes as simple as translation changes 'cause the architecture is so ass-backwards and never improved upon that everything depends on everything and everything breaks with one simple change. And who needs tests, right? Waste of time and money! Just live in fear that one change can break the entire software, like a real man.



  • I’m not too familiar with Spring, so excuse my ignorance, but could you sell Spring Cloud ✨ to management? If I understood the docs correctly, Spring Cloud requires Springboot 3, so you can migrate to Springboot 3 while management can claim that your monolith is very cloud. Or is this a “dump it in ec2 and claim it’s cloud” situation?