Earlier quoted context omitted.
> all public github code In RAM.
Some napkin math - as of late 2013, GitHub's main Elasticsearch cluster had ~128 shards of ~120 GB [1]. Obviously they have more data now, and it's not clear whether the number of shards includes replicas, but at current EC2 on-demand prices[2]: RAM: 63 r3.8xlarge @ $2.80/hr = $176.40/hr SSD: 5 i2.4xlarge @ $3.41/hr = $ 17.05/hr HDD: 1 hs1.8xlarge @ $4.60/hr = $ 4.60/hr [1] http://www.elasticsearch.org/case-study/git…
C# Autocomplete Demo Using Bing Code Search Engine
41–50 of 50 posts
Re: C# Autocomplete Demo Using Bing Code Search Engine
#42Earlier quoted context omitted.
> all public github code In RAM.
Some napkin math - as of late 2013, GitHub's main Elasticsearch cluster had ~128 shards of ~120 GB [1]. Obviously they have more data now, and it's not clear whether the number of shards includes replicas, but at current EC2 on-demand prices[2]: RAM: 63 r3.8xlarge @ $2.80/hr = $176.40/hr SSD: 5 i2.4xlarge @ $3.41/hr = $ 17.05/hr HDD: 1 hs1.8xlarge @ $4.60/hr = $ 4.60/hr [1] http://www.elasticsearch.org/case-study/git…
Maybe one or two others. Say I am working on a Angular/Pyramid application, all I would need is JavaScript and Python loaded.
Re: C# Autocomplete Demo Using Bing Code Search Engine
#43I always thought that people should have more built-in search power when they code. It's funny that Microsoft is taking the lead over Google on this, though I guess Google doesn't have their own IDE. Soon, modular projects will just consist of searching and plugging in components...
Android Studio.
Re: C# Autocomplete Demo Using Bing Code Search Engine
#44I always thought that people should have more built-in search power when they code. It's funny that Microsoft is taking the lead over Google on this, though I guess Google doesn't have their own IDE. Soon, modular projects will just consist of searching and plugging in components...
Android Studio.
Re: C# Autocomplete Demo Using Bing Code Search Engine
#45I fear for the future of working with copy/paste programmers, but then my fears are probably unfounded because after all, this uses the Bing search engine. Searching for "///how to sort an array" will most likely just give me the top ten tourist hotels in Paraguay instead.
Re: C# Autocomplete Demo Using Bing Code Search Engine
#46Because we need to have more people using random copy-pasted code in their programs.
Yes, I rather my juniors cut and paste from StackOverflow because it means they are using a modern coding pattern and can learn from it and see great commentary about why this was the "chosen" pattern. How else are we supposed to learn? Same goes to all these clowns who champion one language/platform over another simply because of ego.
Unfortunately it means no such thing. I have seen junior engineers search stack overflow and click for easiest/fewest lines of code with no regard to why.
You took the OP extreme view and countered it with your own which is equally biased. Let everyone just be honest about it is all.
How else are we supposed to learn? Actively thinking and engaging others when we don't know.
Re: C# Autocomplete Demo Using Bing Code Search Engine
#47Re: C# Autocomplete Demo Using Bing Code Search Engine
#48Earlier quoted context omitted.
Yes, I rather my juniors cut and paste from StackOverflow because it means they are using a modern coding pattern and can learn from it and see great commentary about why this was the "chosen" pattern. How else are we supposed to learn? Same goes to all these clowns who champion one language/platform over another simply because of ego.
"...because it means they are using a modern coding pattern and can learn from it and see great commentary about why this was the "chosen" pattern." Unfortunately it means no such thing. I have seen junior engineers search stack overflow and click for easiest/fewest lines of code with no regard to why. You took the OP extreme view and countered it with your own which is equally biased. Let everyone just be honest abo…
Re: C# Autocomplete Demo Using Bing Code Search Engine
#49Because we need to have more people using random copy-pasted code in their programs.
Yes, I rather my juniors cut and paste from StackOverflow because it means they are using a modern coding pattern and can learn from it and see great commentary about why this was the "chosen" pattern. How else are we supposed to learn? Same goes to all these clowns who champion one language/platform over another simply because of ego.
How does this help learning when one does not see the commentary from StackOverflow? That's my point exactly: if the tool automates the copy-paste, the comments are not visible.
I don't get your ego reference.
Re: C# Autocomplete Demo Using Bing Code Search Engine
#50One of my pet ideas is a new programmer's editor that uses proportionally as much compute resources as Emacs did in the late-80s. An amount of computing that would show up as a major line item on your department's timesharing bill. 1000 cores costs around $50/hr, so if it boosted my productivity measurably it'd be worth it. Searching all public github code for strings matching around my cursor seems like the sort of…