In response to how over complex I saw the langchain and autogpt code was, I made my own implementation that starts with a solid foundation to doing similar types of things https://youtu.be/KN_etwBLej8 and I share the code if you want to do the same
I wish you had made this as a top level comment. This should be at the top, not the pro wealth tax comment. Like you said, the net always gets wider and wider.
Oh he's so brave demanding censorship for the masses. President Trump speaks for those that have lost their voice in the chicomm and leftist controlled media and big tech. As he says himself, big tech censors those that dare speak the truth.
I don't care, let the downvoting and misguided leftist justice ensue on my hacker news account. After all, you must censor my speech any way you can.
Libertarian leaning myself, sad to say, this is the first time I am now in full realization that monopolies do in fact exist and are very dangerous. Platforms like Youtube are beyond ubiquitous and we all depend on them. The companies behind them have more money than countries. That, combined with the tax free private foundations their founders nearly all have, is taking us down some very bad roads. Of course, those roads are always paved with the best intentions and for our own good. I think it is well past time government step in and limit the power and control mega corporations flex on their platforms and on our public policy in nearly all matters.
> Libertarian leaning myself, sad to say, this is the first time I am now in full realization that monopolies do in fact exist and are very dangerous.
YouTube is not a monopoly. There are other websites where you can post or watch video. Not as many people choose to use them, but you're not entitled to their attention anyway.
Existence of competition doesn't stop courts from considering a company to be a monopoly. You could have used a Mac and Netscape in the 90s, but the US went after Microsoft anyway.
On top of that, you have to realize that these countries (YT, Google, Facebook, Twitter, etc) are completely obedient to the government of China. Not because it's their biggest market, but because China will shut them out if they don't toe the line. Whereas the US and Europe have never indicated a willingness to sanction these companies no matter what. It's a tyranny of the minority.
Question for any Amazon folks here that may know. Is this akin to something like Atomic or CoreOS that is used within Openshift as the Master or Worker node OS or is this more like the UBI (Universal Base Image) that can be used as the base image of a container via "FROM" within a dockerfile?
You don't need Amazon folks, just read the material.
This is not a container base image, it's a container host OS. It is somewhat similar to Atomic or CoreOS, but in some ways it seems to be a bit more of a radical redesign than those.
I am a solutions architect at Red Hat but I came from being an application architect. I recently gave a talk on cqrs and event sourcing at a midwest user group. I am routinely surprised how few "DevOps" engineers care to grasp application architecture yet want to start dabbling in things like Kubernetes. Automation using Ansible, yes, no problems there. Creating microservice architectures using containers and kubernetes tooling is yet a ways out for many. New tooling is absolutely necessary to implement the things we have all been talking about for at least 10 years. Developers can no longer just care about writing code. They have to think about how to manage breaking up their monolith, not just for performance; that's not typically the driving force behind adopting microservice architectures. It's about improving lead time and reducing the batch size of releases. You can't have microservice architectures without both sides(dev and ops) understanding what each actually do. I have first hand knowledge how difficult it still is to break those silos down. Developers, if you still think writing code is the hard part; well, I've got news for you. Ok, writing good code is still hard but there's a lot more to think about to get the most out of that code when it goes to production. As a starting point to answer "why do any of this?" I recommend the book "Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations".