Sorry, but I really like Google Code source browser with its awesome features like searching for definitions, instantiations, calls, declarations etc.
GitHub is very poor on that matter.
HN user
Sorry, but I really like Google Code source browser with its awesome features like searching for definitions, instantiations, calls, declarations etc.
GitHub is very poor on that matter.
Does it necessarily has to be a *copter?
Flying drones without permissions(registred aircraft, pilot license etc.) is illegal in some countries already.
Google should share their income from SERPs with webmasters.
That's not the case. Entrepreneurial culture is there in Europe even though there are many bureaucratical barriers.
US startups have at least one very important handicap: over 300mln people speaking the same language. On
For Europeans it's a very strong growth barrier, we can easily grow within one country, but then we hit the wall.
lack of competitors for Google is bad
I am yet to find some effective way of dealing with this problem - long term plan: retirement at age 40.
It forces programmer to make few more steps during debugging process, using conditional breakpoints in particular.
not a big deal to put conditional breakpoint in handleStreamEvent whereever it is, but in long run it just a waste of time.
this.setup = function () {
this.on('tweet', this.handleStreamEvent.bind(this, 'tweet'));
this.on('retweet', this.handleStreamEvent.bind(this, 'retweet'));
};
This pattern will be obsolote as soon as arrow function gets implemented by all major browsers: this.setup = function () {
this.on('tweet', () => this.handleStreamEvent('tweet'));
this.on('retweet', () => this.handleStreamEvent('retweet'));
};This "pattern" is wrong, it makes debugging much harder. In some cases less code means more pain and this is such case.
From typical Ukrainian POV EU is just better place to live and it is all about long term plans. Sure, Ukraine will have difficult time during adoption of EU rules and regulation, but in the end they will have better living.
Combined with simple XSS(or any other problem, modern websites are full of such bugs) this DoS will work.
Browsers are full of quirks, but today those quirks go beyond layout/rendering.
Vertical search engine might be the answer, much easier to implement and much more useful from users point of view.
Disavow tool actions take months to bring any effect(if any).
What place on the planet gives best chances of surviving impact and its consequences?
Analytics data is the currency of internet industry and it will remain like this.
Makes me wonder how much hacking of postgres source code it required.
What version, configuration, hardware, do they use replication and how?
The idea of web workers as a solution for performance problem is dangerous for the web. I have 4C CPU, 6 threads max, 15 pages open in tabs, imagine each of them opening 4 web workers, because one CPU core for modern website is just not enough! madness !
"Java or C++" is such type of key phrase/statement, but there are other ones, depends on job profile you are looking for. Front end devs should rather avoid job offers, which mention some particular javascript library as an must have requirement.
Question is simple: I don't have a lot of professional experience in required language/technology, but (here goes something interesting about you), should I apply to your job offer?
Look for explicit statement in job offer or just send question before applying, I did that many times and usually got some response. If you don't get any response then it means that it was not worth applying anyway. :)
There is nothing wrong in looking after other opportunities, just like as an employer you would constantly look after new candidates, welcome to 2013! Manager will assume that you have something else lineup up already anyway.
Top Coder challenges may work for you, reading some books will help in solving problems(like Cormen Introduction to Algorithms). That may help only about "theory".
In case of learning the more technical terms, open source projects are the way to go, no need to be active committer, try to understand the workflow and language they use.
You must find a way to communicate that you have computer science knowledge in your resume or during interview. Someone will ask questions, which are supposed to be difficult for a "self taught" guy, you better know the answers, lack of formal education is not an excuse, it will only prove that you are lazy enough to read some books(or just wikipedia :P)
Ecmascript 7 or Ecmascript 8 should not be called "JavaScript", my proposal:
- remove "Script"
- replace "Java" with more accurate term (how about Harmony ?)
Students/grads are not self taught coders? Who are they then?
Low traffic on facebook.com domain = no money
OOP is fun, it makes some sense for beginners, doing something "The OOP Way" always felt like an achievement for me, when I was a child. It motivated me to learn more.
It's bad idea to "stick to that one", no benefit, it will only decrease chances of getting some gig/contract. Since you are aiming for established bigger companies, expect to work on some outdated technologies. Ruby/nodejs is not outdated yet, it might as well cease to exist in few years, because very few businesses will manage to establish on such technologies.
Observe changes