As Ferrari has been proving over the last few generations, they know how to make engines but Pininfarina knows how to design cars. I'm not even slightly surprised by the Luce.
Really the only thing keeping me from going all in on keychain is the lack of a UI for the times when it doesn’t autocomplete or I need a password in terminal or something.
I’d pay for something that provided a global hotkey and an interface that isn’t nested in Settings.
At least in Los Angeles, Teslas are more of an upgraded Prius. Most people with money have been replacing them with Taycans or E-trons over the last 2-3 years.
I use Tiller for this. By initial comparison this looks more expensive with less features and a limit on total accounts, am I missing something? Tiller is a bit weak on tracking stocks in investment accounts.
Call me pessimistic, but my thoughts on the matter is that TSLA and by association Musk have become too big to fail. Anything that would take Musk down would harm a lot of very wealthy investors.
There are people looking to take him down along with SpaceX / Tesla etc. Others are glad to have someone powering ahead relative to competition in places like China etc. We will see how it plays out.
They'd have to sell these at a significant loss to make up for the risk any company would have to take to build out a DC on first generation hardware from a startup.
I mean, how many companies are building out DCs left and right these days? Not many. This will fit in nicely for brand new projects that require nothing more than a rack. Once a company puts something through the paces for 2-3 years, and the engineers managing it love it, then the slow migration from UCS (or Nutanix) to Oxide begins. This is usually how I've seen new hardware architectures introduced at mid and large size companies.
i'm curious why you didn't go the direction of adding this functionality to CDK directly? i'd like to use some of the functionality in here like live lambda development, but i also don't want to take on converting my org's already built CDK extensions and deal with migrations.
We had to change the build process of Lambdas to support deploying a mock version of the function. And we need to add a new command that deployed the debug stack.
Your existing CDK app should work with SST. The main difference is that SST deploys per stage (or environment). This allows you to do `sst start` that goes to one environment and `sst deploy --stage prod` that goes to another.