• 1 Post
  • 84 Comments
Joined 3 years ago
cake
Cake day: April 10th, 2022

help-circle

  • Brandt’s remarks are a reminder that many Social Democrats are still reluctant to embrace the country’s “Zeitenwende” — a historic turning point — on defence, which former SPD chancellor Olaf Scholz declared in the wake of Russia’s full-scale invasion of Ukraine in 2022.

    Wow what weasely writing. The Social Democrats don’t want to build up another German military-industrial nightmare and the press says they are still reluctant to embrace austerity in favor of world war.

    Well. The social democrats are going to lose, like they always do in an economic crisis, and many will die because of it.






  • How many times does it have to be said.

    China is not trying to conquer Taiwan Island.

    China is not trying to win a battle over Taiwan Island.

    China is not trying to dominate Taiwan Island.

    China is creating the conditions for the people living on Taiwan Island to choose integration with China over integration with the imperialist West. Taiwan Island, as a province of China, will choose to align its local governance with the national government of China when it feels safe and ready to do so and China has stayed for decades that this is the only way reunification will proceed.


  • Congress is stacked against Democrats. There really isn’t anything they can legally do until they regain the Senate or the House

    Except praise ICE, I guess. It doesn’t really matter that Congress is stacked against the Democrats. They’ve shown everyone who they are and what they stand for and it’s not clear in the least that they would behave significantly differently if they were in power. From Biden building the wall to Kamala saying “Do not come”, and all of the messaging of the Ds since they lost and now 75 Ds voting to praise ICE…









  • I am so tired of these sorts of shallow analyses from people that think their screw-ups are actually caused by EDAs or micro services or whatever. They’re even totally transparent about the fact that they did because they heard cool things but never say “so we sat down to learn about best practices, what the current state of the art is, and considered how our use cases matched the architecture”

    They just say “we thought it would be cool so we just started doing it and it sucked - here’s why that’s an inherent problem of the architecture and not in any way related to our behavior”.

    Yes. If you take a team of people who build n-tier and hexagonal MVC monolithic apps, and then tell them to build micro services, they’re going to build a bunch of n-tier or hexagonal MVC monolith candidates and eventually end up with a single service that does too much and ultimately becomes the monolith.

    Yes. If you take a team that does 100% synchronous HTTP interfaces, SOAP or ReST, and then tell them to build microservices, they’re going to daisy chain those microservices via synchronous HTTP interfaces, and if you tell them to build an EDA they are going to build an EDA that attempt to replicate all of the aspects of their synchronous HTTP interfaces with busy polling loops.

    So stop doing that and actually do the hard thing of learning fundamentally different architecture, techniques, technologies, trade offs, best practices, operational patterns, design patterns, and heuristics and principles for managing software. Learning is difficult and humbling. But it sure beats writing ignorant articles like this.