Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zigara
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
24 ms
·
1.
▲
by
zigara
7y ago
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 packa
2.
▲
by
zigara
7y ago
It seems the issue was developers using SSH agent forwarding which was abused to access the production environment.
3.
▲
by
zigara
7y ago
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%... &q
4.
▲
by
zigara
12y ago
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 use, you can
5.
▲
by
zigara
12y ago
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
6.
▲
by
zigara
12y ago
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 maintain it), this is
7.
▲
by
zigara
12y ago
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.