Here is an example: https://github.com/google/gvisor - https://github.com/google/gvisor/tree/master/tools/go_generi... It was useful enough that someone made a standalone package: https://github.com/mmatczuk/go_generics
It seems the issue was developers using SSH agent forwarding which was abused to access the production environment.
The attacker seems to have responded: https://github.com/matrix-org/matrix.org/issues/357 edit: just saw the rest: https://github.com/matrix-org/matrix.org/issues?utf8=%E2%9C%... "[SECURITY] SSH Agent Forwarding I…
I'm also a UNIX geek, and I would have to disagree with your opinion. The design looks solid. I don't know anyone that has troubles scrolling on their laptop these days. I found that quite bizarre to hear. With daily…
Don't get me wrong, I've been using containers for many many years. I run pure LXC on my desktop at home for simple containers. Containers are great in many situations. It's a shame LXC didn't get as much hype as Docker…
While they do make sense in certain situations, they also add more complications. On linux, it's much easier, but If I want to run this on windows, or osx, they tell you to run Docker inside of a full VBox VM (and…
How about you use a simple virtualenv wrapper such as https://pypi.python.org/pypi/vex ? Then you can easily type 'vex myenv python myapp.py', no need to spin up a linux container for simple development.
Here is an example: https://github.com/google/gvisor - https://github.com/google/gvisor/tree/master/tools/go_generi... It was useful enough that someone made a standalone package: https://github.com/mmatczuk/go_generics
It seems the issue was developers using SSH agent forwarding which was abused to access the production environment.
The attacker seems to have responded: https://github.com/matrix-org/matrix.org/issues/357 edit: just saw the rest: https://github.com/matrix-org/matrix.org/issues?utf8=%E2%9C%... "[SECURITY] SSH Agent Forwarding I…
I'm also a UNIX geek, and I would have to disagree with your opinion. The design looks solid. I don't know anyone that has troubles scrolling on their laptop these days. I found that quite bizarre to hear. With daily…
Don't get me wrong, I've been using containers for many many years. I run pure LXC on my desktop at home for simple containers. Containers are great in many situations. It's a shame LXC didn't get as much hype as Docker…
While they do make sense in certain situations, they also add more complications. On linux, it's much easier, but If I want to run this on windows, or osx, they tell you to run Docker inside of a full VBox VM (and…
How about you use a simple virtualenv wrapper such as https://pypi.python.org/pypi/vex ? Then you can easily type 'vex myenv python myapp.py', no need to spin up a linux container for simple development.