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 publisher recently, it's increasingly…
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 cluttering elements? 2. I'd like to pay for not…
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 forms till the 6th, for using but not…
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.
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 and used it wherever possible, and at…
I'm curious, where and how do you watch the Russian media to say that?
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 boot to the same kind of governors…
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 tried things sweeter than carrot". I mean…
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 popular network for the number of projects…
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 produce them when, say, an Italian drops a…
Can someene of the team or early adaptors explain to me: WHY USE "END" statement?
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 module/class with a function.
Sass has a spaced syntax and SCSS, curly-braced.
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 publisher recently, it's increasingly…
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 cluttering elements? 2. I'd like to pay for not…
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 forms till the 6th, for using but not…
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.
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 and used it wherever possible, and at…
I'm curious, where and how do you watch the Russian media to say that?
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 boot to the same kind of governors…
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 tried things sweeter than carrot". I mean…
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 popular network for the number of projects…
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 produce them when, say, an Italian drops a…
Can someene of the team or early adaptors explain to me: WHY USE "END" statement?
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 module/class with a function.
Sass has a spaced syntax and SCSS, curly-braced.