

This is so over the top that it loops back around and I love it now actually
This is so over the top that it loops back around and I love it now actually
I’m more concerned about the acoustic issues to be honest.
And really just the complete unsexiness of this space on every level
There’s no way to even attempt to answer your question without the actual code
There’s no rack mount server there. I see a UPS, switch (network and Nintendo varieties), PS4 and mini PC
From England straight to Louisiana is quite a leap
Why would anyone stop using those standards? You seem very confused about the incentives for adopting standards. Sure, maybe US-driven standards were chosen over other possibilities partly because of political environment, but once you have a perfectly good standard adopted you’re not just going to throw it out because the original author isn’t cool anymore. You don’t need a dominant power to adopt standards.
And for being “slightly political” and “focused on the standards,” your post sure does spend the majority of its time talking about only politics and not about standards at all
For the most part, they’re not specifically supporting the Israeli government. They have endowment funds, which they invest in mutual funds and other such financial instruments, like everyone else. Those mutual funds, in turn, invest money in a huge array of different stocks, bonds, etc, generally with the goal of producing a decent return with a minimum amount of risk. Buried somewhere in that pile of investments are things like Israeli government bonds, shares in defense contractors, etc, because political priorities are not usually a factor in how mutual funds decide where to put their money.
Other than maybe a few very rote, boilerplate types of development, all this shit about replacing coders is almost entirely noise made by either the wishful thinking of oligarchs or credulous repetition of that wishful thinking by clueless journalists.
But it’s still a pretty rough time to be just getting into tech, just because of the state of the job market.
Lambda is certainly an interesting case for this, I’ll give you that. Outside of that, though, the impact on deployment speed is also not relevant; the bottlenecks for deployment are things like CI, canarying, even rolling blackout windows across AZs, etc. The actual time spent transmitting your build artifact over the network is completely negligible even at huge sizes
The size of the code is mostly irrelevant if you’re not shipping it to clients over the network on every request. Short of truly gargantuan statically-linked binaries in compiled languages, anyway, and bundling isn’t really an applicable concept there. And similarly, the overhead of loading modules from the filesystem is a one-time cost that’s mostly irrelevant for server-side code that runs for days or weeks or years at a time.
On the other hand, the complexity overhead of adding the additional bundling step is a major drag on development productivity, debuggability, etc.
There are “off the shelf” systems, for a sufficiently broad interpretation of “off the shelf.” But they are not cheap (requiring probably a dedicated team just to properly configure and maintain, and probably also requiring significant rearchitecturing of your application’s data), and are usually still quite shitty even after all that.
Search is just very, very hard. Much harder than even experienced devs who have not worked in the area appreciate.
Source: I am a dev on a major search engine. No, not that one, but one you have definitely used many times.
#1 and 3, definitely, although 3 is usually not really the IDEs fault.
The others, either not really (#2, 5), who cares, (#4), or maybe occasionally but not really specific to IDEs (#6).