174 reputation
7
bio website en.wiktionary.org/wiki/…
location
age
visits member for 2 years, 6 months
seen Jun 4 at 8:23
stats profile views 15

big grey box


Jun
2
comment Looking for meaningful, strong argument in favor of antivirus software on development machines
Industrial espionage.
May
29
comment Available options for classifying words in text?
A useful term that often comes up in CS and NLP literature is "OOV" (Out Of Vocabulary).
May
14
comment Single codebase for client and server with Node.js
Compile to a war??
May
14
comment Single codebase for client and server with Node.js
@Kevin: Umm no kidding. I never said otherwise. I merely made some observations on why some people think JavaScript is a good choice on the server side.
May
14
comment Single codebase for client and server with Node.js
Often, different implementations of the same thing behave slightly differently and unexpected problems can arise when the solution on the server does not quite match the solution in the browser. Having the same language on each means you can use the same libraries and get exactly the same results. Your point #2 is an assumption which doesn't hold up. Modern JavaScript such as V8 is faster than all other widely used scripting languages in most things.
Feb
3
suggested suggested edit on What is the purpose of NaN boxing?
Feb
3
comment How safe are hidden AJAX requests that fake performance?
You obviously aren't acquainted with Australian Internet, not to mention poor, developing, and isolated places, even mobile on a moving vehicle...
Feb
2
revised Rigorous Definition of Syntactic Sugar?
terminology tag
Feb
2
suggested suggested edit on Rigorous Definition of Syntactic Sugar?
Jan
17
revised I've been told HTML is a markup language, C++ is a programming language, what could make that difference?
tell->call; markup tag
Jan
17
suggested suggested edit on I've been told HTML is a markup language, C++ is a programming language, what could make that difference?
Jan
9
revised History of Associative Array?
copyedit english usage and punctuation
Jan
9
suggested suggested edit on History of Associative Array?
Jan
9
comment Difference between hash and dictionary
Wikipedia had a "naming discussion" for the article on these datatypes back in 2010: • Wikipedia has another article discussing their implementations, differences, and terminology in many programming languages: Comparison of programming languages (mapping)
Jan
9
comment Difference between hash and dictionary
Related: Apparently such data structures were first implemented in SNOBOL, which called them tables: History of Associative Array?
Jan
9
comment Difference between hash and dictionary
See also Computer Science SE: Relation and difference between associative array and hashing table?
Jan
9
comment Difference between hash and dictionary
See also Stack Overflow: What is the difference between a Map and a Dictionary?
Jan
9
comment Difference between hash and dictionary
Well there's now some good stuff in these comments that would be better off in the answer, even better without the "tone" (-: I will have to look into whether a "national" institute gets to say what's "correct" or "official". Wikipedia also has "associate array" for the page title that includes all these terms, but of course they are not official either. Thanks for the links. I've learned something but I also think the answer would be better if neutral and stated what makes it "correct" or "official". Please also consider improving the Wikipedia article.
Jan
9
comment Difference between hash and dictionary
@KonradRudolph: "Poorly named", "correct", "too lazy", "misnomer" - none are objective. While I agree "hash" is imperfect, "dictionary" doesn't seem much better. A dictionary is a list of words with definitions etc. The most neutral, least ambiguous term among the many used for this data structure is "associative array". To me "hash" is a Perlism, "dictionary" is a Pythonism, "object" is a JavaScriptism, and "associative array" is nice and techinical, which could be one way in which to judge "correctness". Otherwise it's just down to each persons' preference and taste, ie "subjective".
Jan
9
revised Differences between TypeScript and Dart
format code snippets in blockquote