Viewing profile — yyyt
yyyt
HN member- Joined
- Wed, Apr 04, 2012, 7:54 AM UTC
- HN karma
- 24
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About yyyt
No profile information was provided.
Recent public activity
-
comment
Comment #4762348
In America, the TV watches YOU. It's another absurd attempt of the publishers to control everything and everyone. Unfortunately, this is technically cheap now. But as I talked to a…
-
comment
Comment #4726696
I see it took some good ideas from Stackexchange. Good. Since there's no contact email, I'm writing questions here: 1. Is it configurable, to get rid of "likes" and other clutterin…
-
comment
Comment #4581932
I see the situation regularly from both sides. I know exactly why I get rejected: for having Masters in Economics (read: Applied Maths), not CS, for not knowing by heart all normal…
-
comment
Comment #4351105
Good point. Every piece of information is remembered a lot better and fits into your brain if you have a problem for it to solve.
-
comment
Comment #4351098
I got a decent programming job only at 28. Though I coded a few programs since I was 17, only at 26 I was assumed at a "developer" position, as PHP junior dev. Then learned Python …
-
comment
Comment #4251395
I'm curious, where and how do you watch the Russian media to say that?
-
comment
Comment #4243993
This makes me wonder why Brits prefer to courageously make jokes at Putin's regime (with which I'm fine, they're deserved), instead of just going to the Big Ben palace and giving a…
-
comment
Comment #4183907
When I wrote in PHP (and it lasted 10 years just to let you know), I would say exactly the same. PHP tasted better than, say, C++ Builder. As we use to say in my country, "never tr…
- comment
-
comment
Comment #3902279
They'll have to invent something really new or have an uphill battle, because GitHub now relies a lot on network externality. In simple words, it is the effect that you chose a pop…
- comment
-
comment
Comment #3902254
I can see that as I comprehend English more, tend to start being more offencive in it. 8 years ago I started Italian and now I know a deal of swear words, but not sure if I can pro…
-
comment
Comment #3877842
Can someene of the team or early adaptors explain to me: WHY USE "END" statement?
-
comment
Comment #3808745
I can't see how this is different from mock.py. Mock can also do temporary patching: with patch('path.to.object') as my_mock: my_mock.method.return_value = ... also you can patch a…
-
comment
Comment #3796606
Sass has a spaced syntax and SCSS, curly-braced.