I disagree very much. I don't think any blanket statement like that makes sense.
I recently started building a service and need to keep costs down. Serverless is perfect for it. My service has low to moderate traffic, costs pennies to run on AWS Lambda and MongoDB Atlas. If I had gone the boring route of JVM + PG + k8s, putting aside the time it would take to defamiliarize myself with anything on the JVM, the cost to run this service would have been in the hundreds of dollars a month vs the pennies. Interestingly the most expensive part of my current setup is the NAT Router on my VPC. With JVM + PG + k8s it would have been PG or K8S depending on where I ran PG.
I do agree that there is a misconception with containers taking longer than server less. I don't think either takes longer considering the current tooling available.
Seems like you got burned on Serverless at some point, I'm sorry that happened, but for many people and teams it is a productivity multiplier and can be a big cost cutting solution.
Off topic(?) but, "what next" in that sentence at all seems jarring. English is my first language so I could be wrong, but should it be "what's next" or "what is next"?
> These languages are more alike than they are different.
I agree with this point. I learned python years before I learned Ruby and I found them to be very similar. Ultimately I dropped ruby because I didn't care much for the syntax and I like whitespace.
I don't think you'd sound like a jackass saying "O is for optimism. But we are not done yet. V is for vascularization...." but wouldn't you rather sound like a jackass than give bad advice? I'd rather hear this than the clinical robotic "Rest Ice Compression Elevation", I mean come on, I'm a person!
Good question. My guess is because those things are all 3D virtual worlds (to some extent) and/or a platform that is focused on social connection. Obviously they all need some connective tissue and evolution before they are a legit meta verse.
This is interesting. I've been relearning C++ after not using it for 25 years. It is hard, I was a Java dev for years, now Python with some Golang. Carbon looks much easier to take up.
On average it isn't true. The average profit margin is 1.4% for gas stations in the US. Clearly the majority are not making much money on gas. Presumably that low average could mean for many gas is a loss leader.
I am doubtful this will have any real affect of prices but I am hopeful. I need GPUs for deep learning and simply cannot afford the current prices if I can even find them available. I am so sick of cryptocurrency.
this. I had piloted a project in Elixir a few years ago. It wasn't until I really learned Erlang that it became a pleasant experience. In the end it was replaced by another team in another language.