Earlier quoted context omitted.
> security isn't one of them Oh but it is. If there is harmful data-stealing software running in the container, it will remain isolated to the container. And if the kernel is shared with the host, that's a read-only share.
I think you're missing my point: you are saying that it is one of the benefits, but they don't because it isn't one. Containers are not a security solution for running untrusted code. You saying they are does not make it so. > And if the kernel is shared with the host, that's a read-only share. No, it's not, the kernel is reading and writing files constantly for the container. A bug in the kernel could be exploited t…
WebStorm and Rider Are Now Free for Non-Commercial Use
31–40 of 64 posts
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#32JetBrains IDEs are better than VSCode, but due to Copilot integration in VSCode, I moved away from JetBrains. I don't see myself going back to JetBrains. Secondly, the free JetBrains IDEs also lack devcontainer support which is readily present in VSCode. To not use devcontainer is a substantial security hazard.
>Secondly, the free JetBrains IDEs also lack devcontainer support Actually, there is a significant difference between the community versions (e.g. for PyCharm) and the versions available for non-commercial use. The latter are full versions of the products without any reduced functionality, whereas the community editions have certain features trimmed.
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#33Earlier quoted context omitted.
I think you're missing my point: you are saying that it is one of the benefits, but they don't because it isn't one. Containers are not a security solution for running untrusted code. You saying they are does not make it so. > And if the kernel is shared with the host, that's a read-only share. No, it's not, the kernel is reading and writing files constantly for the container. A bug in the kernel could be exploited t…
There is no such thing as perfect security. Partial security is much better than none at all. Containers go a long way in this regard. All code is untrusted.
Only if you don't let down your guard because it's "secure". Again, there's a reason why they don't claim it's secure and everyone says to not treat containers as a sandbox.
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#34Earlier quoted context omitted.
There is no such thing as perfect security. Partial security is much better than none at all. Containers go a long way in this regard. All code is untrusted.
> Partial security is much better than none at all. Only if you don't let down your guard because it's "secure". Again, there's a reason why they don't claim it's secure and everyone says to not treat containers as a sandbox.
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#35Earlier quoted context omitted.
> Partial security is much better than none at all. Only if you don't let down your guard because it's "secure". Again, there's a reason why they don't claim it's secure and everyone says to not treat containers as a sandbox.
The only people here who are letting their guard down are ones who're not even using a container/jail/VM for each project. JetBrains encourages this by not providing the container integration features for free.
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#36Specifically worth noting: > It’s important to note that, if you’re using a non-commercial license, you cannot opt out of the collection of anonymous usage statistics.
not just anonymous statistics, i presume
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#37Earlier quoted context omitted.
The only people here who are letting their guard down are ones who're not even using a container/jail/VM for each project. JetBrains encourages this by not providing the container integration features for free.
We're going in circles and I'm done engaging with you.
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#38JetBrains IDEs are better than VSCode, but due to Copilot integration in VSCode, I moved away from JetBrains. I don't see myself going back to JetBrains. Secondly, the free JetBrains IDEs also lack devcontainer support which is readily present in VSCode. To not use devcontainer is a substantial security hazard.
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#39Earlier quoted context omitted.
> security isn't one of them Oh but it is. If there is harmful data-stealing software running in the container, it will remain isolated to the container. And if the kernel is shared with the host, that's a read-only share.
> remain isolated to the container. Assuming the code that implements the containerization is 100% bug free and there are no container escapes. I would not bet my user's safety purely on that assumption.
Re: WebStorm and Rider Are Now Free for Non-Commercial Use
#40JetBrains IDEs are better than VSCode, but due to Copilot integration in VSCode, I moved away from JetBrains. I don't see myself going back to JetBrains. Secondly, the free JetBrains IDEs also lack devcontainer support which is readily present in VSCode. To not use devcontainer is a substantial security hazard.
Copilot works just fine in JetBrains? Microsoft has an official plug-in.