Live data from Hacker News

Viewing profile — yyyt

yyyt

HN member
Joined
Wed, Apr 04, 2012, 7:54 AM UTC
HN karma
24
Public activity
15 items

About yyyt

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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.

  5. 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 …

  6. comment
    Comment #4251395

    I'm curious, where and how do you watch the Russian media to say that?

  7. 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…

  8. 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…

  9. comment
  10. 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…

  11. comment
  12. 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…

  13. comment
    Comment #3877842

    Can someene of the team or early adaptors explain to me: WHY USE "END" statement?

  14. 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…

  15. comment
    Comment #3796606

    Sass has a spaced syntax and SCSS, curly-braced.