It's really not meant for public facing servers. Now people will say it can but sandstorm like any other software can be hacked into doing whatever. It's meant to host "documents", think Google docs style hosting. You can make documents public which is quite different from a public server.
Would we put foxconn related in the QR code of all apple software etc also ?
I agree with the spirit of what you are saying but this is hardly the solution. I don't think people are against killing of animals, we have been doing this since man was born. What we are against is modern industrial animal farming.
> While the core product is typically maintained by a central engineering team, integrations or plugins are often built by community developers and then occasionally merged into the main branch.
One of the things I really dislike about opensource deployments is plugins. Often the core team is happy to let something go to a plugin and 99.99% of the time plugins just get abandoned. It's worse when some projects "outsource" basic functionality like authentication (say via saml or oidc) to a plugin.
Also it's really weird that in a open source business, contributions come from people who never get a cent of the benefits which the founders receive. This to me feels very disingenuous. Profit sharing should be built in as part of these "open source" projects.
Usually they are mediocre chefs. Actually I don't believe that a chef who doesn't like what he's cooking can make it right, and almost every awesome chef I know demand more from the quality of their dishes than their customers.
The product of a chef is the cooking, not the cooked product itself.
I often buy better ingredients than what's found at any restaurant, but I pay to sit at one because they're prepared, cooked and taste better when done by a professional.
neither is it like that to be a multi millionaire. rare is the multimillionaire who "retires" to a village and enjoys siesta. usually, they want to move even more money (which is fine).
I disagree. I think the world would be a better place if many millionaires had decided to retire instead of trying to extract as much wealth as possible from others.
I thought Notebook is getting deprecated. What is the difference between Jupyter Lab and Jupyter Notebook ? Are these developed by two completely different teams? Why maintain two code bases?
The point here is that they've unified the codebases. The application "Jupyter Notebook" is just a single-document version of "JupyterLab", designed to just do that one part of Lab.
Previously there was "Jupyter Notebook". Then they separately wrote JupyterLab (creating a brand new implementation of notebooks for it). Now, they're taken the JupyterLab notebook code and used it to replace "Jupyter Notebook".
Thanks for explanation. I still don't get what is the motivation to keep Jupyter Notebook going. Is it different feature wise? Or it's just a chrome over JupyterLab because people like the retro look of Jupyter Notebook?