archived stringclasses 2
values | author stringlengths 3 20 | author_fullname stringlengths 4 12 ⌀ | body stringlengths 0 22.5k | comment_type stringclasses 1
value | controversiality stringclasses 2
values | created_utc stringlengths 10 10 | edited stringlengths 4 12 | gilded stringclasses 7
values | id stringlengths 1 7 | link_id stringlengths 7 10 | locked stringclasses 2
values | name stringlengths 4 10 ⌀ | parent_id stringlengths 5 10 | permalink stringlengths 41 91 ⌀ | retrieved_on stringlengths 10 10 ⌀ | score stringlengths 1 4 | subreddit_id stringclasses 1
value | subreddit_name_prefixed stringclasses 1
value | subreddit_type stringclasses 1
value | total_awards_received stringclasses 19
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
True | [deleted] | null | Yes, I had to check and:
> The UCS-2 and UTF-16 encodings use 16-bit code units. In these encodings, all characters are Basic Multilingual Plane (BMP), and hence most characters that people use these days, are represented directly: a character is represented as one code unit. It represents the code number of the ch... | null | 0 | 1318277213 | False | 0 | c2qdl67 | t3_l6xnp | null | t1_c2qdl67 | t1_c2qd9ck | null | 1427712554 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | The [Middle Square Method](http://en.wikipedia.org/wiki/Middle-square_method) is another way to generate random numbers easily. | null | 0 | 1318277266 | False | 0 | c2qdlgf | t3_l77q2 | null | t1_c2qdlgf | t3_l77q2 | null | 1427712559 | 1 | t5_2fwo | null | null | null |
True | gclaramunt | null | For me, the big win about Coq's approach is not in writing the program itself, is about how do you prove that your configuration is correct. | null | 0 | 1318277288 | False | 0 | c2qdlko | t3_l6dcp | null | t1_c2qdlko | t1_c2qdgo7 | null | 1427712559 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | I agree, but most standard List implementations are not Doubly Linked, that's one of the things that makes Linux's implementation special. The other thing is the reduced memory- overhead / fragmentation / allocation compared to any alternatives I've seen. | null | 0 | 1318277316 | False | 0 | c2qdlrd | t3_l6xa0 | null | t1_c2qdlrd | t1_c2qcw2e | null | 1427712562 | 2 | t5_2fwo | null | null | null |
True | 5a1 | null | No doubt Merril Lynch could 'store' whole departments' data in spreadsheets.
(But its still a spreadsheet... unless I'm missing something...) | null | 0 | 1318277347 | False | 0 | c2qdlwr | t3_l1tjd | null | t1_c2qdlwr | t1_c2qcmhr | null | 1427712564 | 1 | t5_2fwo | null | null | null |
True | grauenwolf | null | Which version of Delphi? | null | 0 | 1318277358 | False | 0 | c2qdm07 | t3_l6uwv | null | t1_c2qdm07 | t1_c2qdj2j | null | 1427712566 | 1 | t5_2fwo | null | null | null |
True | grauenwolf | null | Such as? | null | 0 | 1318277391 | False | 0 | c2qdm6a | t3_l1tjd | null | t1_c2qdm6a | t1_c2qdhl0 | null | 1427712568 | 1 | t5_2fwo | null | null | null |
True | ruinercollector | null | >There is no guarantee that it will be called, but it will likely be called.
No. Dispose is not called unless it is explicitly called by the programmer (either directly or through a using block.)
What you are thinking of are finalize/destructors which are an entirely different thing. | null | 0 | 1318277410 | False | 0 | c2qdmax | t3_l4bk8 | null | t1_c2qdmax | t1_c2ppxci | null | 1427712569 | 1 | t5_2fwo | null | null | null |
True | EntroperZero | null | DW2 using entropy to seed the PRNG *during* a battle? That seems like overkill for a NES title. :) | null | 0 | 1318277480 | False | 0 | c2qdmpy | t3_l77q2 | null | t1_c2qdmpy | t1_c2qd1ij | null | 1427712575 | 2 | t5_2fwo | null | null | null |
True | inmatarian | null | It's a good introduction to random numbers, but you should be specific that it only works with such small periods in gaming. Anywhere where it matters, having a short period to your generator means that it can be determined very quickly how to predict the next state of the generator. Even in supremely large generators,... | null | 0 | 1318277481 | False | 0 | c2qdmq7 | t3_l77q2 | null | t1_c2qdmq7 | t3_l77q2 | null | 1427712575 | 8 | t5_2fwo | null | null | null |
True | hiffy | null | Well. Don't IDEs have access to the AST these days, making it moot?
I confess I've been out of that game for quite a while now. | null | 0 | 1318277499 | False | 0 | c2qdmtk | t3_l6uwv | null | t1_c2qdmtk | t1_c2qcx0z | null | 1427712576 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318277573 | False | 0 | c2qdn84 | t3_l6uwv | null | t1_c2qdn84 | t1_c2qatfs | null | 1427712582 | 0 | t5_2fwo | null | null | null |
True | catcradle5 | null | Good lord is it ugly. I don't care if it can do more than C++, coding in it would still make my eyes bleed. | null | 0 | 1318277611 | False | 0 | c2qdng1 | t3_l6uwv | null | t1_c2qdng1 | t1_c2qatfs | null | 1427712585 | 2 | t5_2fwo | null | null | null |
True | lusion | null | Perhaps I am overlooking something, but I am not very impressed by what I see in Dart. I am a big fan of Google Go and think it is refreshing how they rethought a lot of core assumptions about how a language should be. I think about stuff like: panic instead of exceptions, no inheritance, duck typing in a static langua... | null | 0 | 1318277612 | False | 0 | c2qdngd | t3_l6uwv | null | t1_c2qdngd | t3_l6uwv | null | 1427712585 | 6 | t5_2fwo | null | null | null |
True | cogman10 | null | Yeah, I can see multiple element editing being a pretty big gain as well. The VM and the Render can do a lot of parallel work because when you say "Modify group like this" you almost never really care what order it gets done in. | null | 0 | 1318277612 | False | 0 | c2qdngm | t3_l6uwv | null | t1_c2qdngm | t1_c2qc3om | null | 1427712586 | 2 | t5_2fwo | null | null | null |
True | Araneidae | null | Alas, link is barely readable (stupidly slow), and kev009's attempt at a fix is also a complete failure. | null | 0 | 1318277631 | False | 0 | c2qdnkg | t3_l6yn1 | null | t1_c2qdnkg | t3_l6yn1 | null | 1427712586 | 1 | t5_2fwo | null | null | null |
True | scrogu | null | Looks like 1996 just threw up in my browser. Again.
I'll stick to CoffeeScript and the underlying flexibility and power of JavaScript. | null | 0 | 1318277668 | False | 0 | c2qdnrz | t3_l6u5q | null | t1_c2qdnrz | t3_l6u5q | null | 1427712589 | 7 | t5_2fwo | null | null | null |
True | darkpaladin | null | Of course, these days you have TFS which I would put on par with SVN and even GIT once their azure offering is beefed up a bit more. | null | 0 | 1318277668 | False | 0 | c2qdns4 | t3_l1a2e | null | t1_c2qdns4 | t1_c2p0s2j | null | 1427712589 | 1 | t5_2fwo | null | null | null |
True | ruinercollector | null | Delphi 3. Which I guess was 1997 (after java's initial development.)
VB first had intellisense in 5.0 which was 1996.
So both were not only after java's initial development (1991) but after its initial release (1995.)
| null | 0 | 1318277830 | False | 0 | c2qdop1 | t3_l6uwv | null | t1_c2qdop1 | t1_c2qdm07 | null | 1427712600 | 2 | t5_2fwo | null | null | null |
True | Rhomboid | null | In truth, the whole idea about whether a character encoding is fixed or variable width is a bit of a red herring in the greater scheme of things. When working with Unicode you can have a single grapheme that's composed of multiple code points, which makes doing anything that you'd ordinarily do character-by-character ... | null | 0 | 1318277894 | False | 0 | c2qdp1x | t3_l6xnp | null | t1_c2qdp1x | t1_c2qdl67 | null | 1427712606 | 6 | t5_2fwo | null | null | null |
True | espegri | null | I had a job interview with one of the presenters for a summer internship. I got asked many of the questions in his slides. I answered more like Joe-programmer than Sally-know-it-all and he still gave me a job! :-) | null | 0 | 1318277900 | False | 0 | c2qdp37 | t3_l6yn1 | null | t1_c2qdp37 | t1_c2qc58d | null | 1427712607 | 4 | t5_2fwo | null | null | null |
True | grauenwolf | null | I'm sure they do, but that doesn't help them decide when to show a code completion list. Without the hint that "new" provides you have to either always show the list when the spacebar is pressed or wait for some shortcut that means "open the list". | null | 0 | 1318277950 | False | 0 | c2qdpdv | t3_l6uwv | null | t1_c2qdpdv | t1_c2qdmtk | null | 1427712610 | 2 | t5_2fwo | null | null | null |
True | 5a1 | null | Have to be careful though, in defining 'correctness' as it can setup false dichotomies that choke your solution.
You don't want to make your solution only work *one* way for *one* problem, as the problem changes so does your solution adapt. Hence the strength of higher-level specification of software systems.
Think... | null | 0 | 1318277962 | False | 0 | c2qdpgm | t3_l6dcp | null | t1_c2qdpgm | t1_c2qdlko | null | 1427712611 | 0 | t5_2fwo | null | null | null |
True | ruinercollector | null | If you really want me to provide you with a list of vb code on the internet that indicates a preference to imperative style coding, we're going to be here a while.
I know that it is your language of choice, and I know that not everyone who uses it is an idiot, but you know as well as I do that as a language it still a... | null | 0 | 1318277969 | False | 0 | c2qdpi4 | t3_l1tjd | null | t1_c2qdpi4 | t1_c2qdm6a | null | 1427712612 | 1 | t5_2fwo | null | null | null |
True | jimbokun | null | "Optional types are a really nice bonus. They help you find errors and document your APIs but don't generally get in the way."
Does the compiler perform optimizations based on explicit types? Or plans to do so in the future? | null | 0 | 1318277968 | False | 0 | c2qdpic | t3_l6uwv | null | t1_c2qdpic | t1_c2q9t7h | null | 1427712612 | 2 | t5_2fwo | null | null | null |
True | shevegen | null | And another language noone sane in his mind will need.
Honestly.
Stick to Ruby or Python when it comes to "scripting" languages. | null | 0 | 1318278060 | False | 0 | c2qdq0g | t3_l6uwv | null | t1_c2qdq0g | t3_l6uwv | null | 1427712619 | -4 | t5_2fwo | null | null | null |
True | KinOfCain | null | Syntax has a lot to do with how quickly the language can be compiled, however, which is a huge part of how "fast" the language is for JIT environments like web browsers. Initial parse/compilation speed is a huge issue, especially on mobile devices. | null | 0 | 1318278089 | False | 0 | c2qdq6l | t3_l6uwv | null | t1_c2qdq6l | t1_c2qbckp | null | 1427712621 | 1 | t5_2fwo | null | null | null |
True | faustoc4 | null | Why there isn't a language standard for writing stored procedure code. That should be the first step. | null | 0 | 1318278125 | False | 0 | c2qdqcs | t3_l6wmx | null | t1_c2qdqcs | t3_l6wmx | null | 1427712622 | 1 | t5_2fwo | null | null | null |
True | catcradle5 | null | To my understanding:
Google started a mission some years ago to, eventually, completely replace Javascript with something better and more versatile. They first named it Dash, and had a few (somewhat secretive) discussions about it, later renamed it to Dart, and this is sort of the beta of it. Right now though it doesn... | null | 0 | 1318278150 | False | 0 | c2qdqi2 | t3_l6uwv | null | t1_c2qdqi2 | t1_c2qasz9 | null | 1427712626 | 4 | t5_2fwo | null | null | null |
True | jimbokun | null | "We also have clean lexical scoping"
This by itself could make switching to Dart over Javascript worth the trouble. | null | 0 | 1318278153 | False | 0 | c2qdqih | t3_l6uwv | null | t1_c2qdqih | t1_c2qbaqa | null | 1427712626 | 5 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318278165 | False | 0 | c2qdqkr | t3_l6uwv | null | t1_c2qdqkr | t1_c2qasz9 | null | 1427712626 | 2 | t5_2fwo | null | null | null |
True | webbitor | null | Is Dart being developed by Google? Nothing about Google on the website. | null | 0 | 1318278221 | False | 0 | c2qdqwu | t3_l6uwv | null | t1_c2qdqwu | t1_c2qczd4 | null | 1427712630 | 3 | t5_2fwo | null | null | null |
True | grauenwolf | null | I'm a reporter. So if you are seeing articles on VB 9/10 that I'm not then I would be remiss to not use this as a chance to widen my net. I don't even care about this converstation any more, I'm looking for new sources. | null | 0 | 1318278257 | False | 0 | c2qdr3q | t3_l1tjd | null | t1_c2qdr3q | t1_c2qdpi4 | null | 1427712633 | 1 | t5_2fwo | null | null | null |
True | lusion | null | I hope I don't sound too negative because you guys must have put a lot of effort into it, but you seem so intent on creating something that everybody likes that it ends up rather bland. Might be better to be strongly disliked by 50% and loved by 50% rest rather than just be accepted by 100%. If you are merely accepted ... | null | 0 | 1318278275 | False | 0 | c2qdr78 | t3_l6uwv | null | t1_c2qdr78 | t1_c2qbaqa | null | 1427712634 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318278304 | False | 0 | c2qdrdl | t3_l7bjb | null | t1_c2qdrdl | t1_c2qdhdv | null | 1427712635 | 1 | t5_2fwo | null | null | null |
True | grauenwolf | null | Thanks. | null | 0 | 1318278306 | False | 0 | c2qdrdu | t3_l6uwv | null | t1_c2qdrdu | t1_c2qdop1 | null | 1427712635 | 1 | t5_2fwo | null | null | null |
True | yonkeltron | null | Fascinating! | null | 0 | 1318278338 | False | 0 | c2qdrll | t3_l6uwv | null | t1_c2qdrll | t1_c2qdqwu | null | 1427712639 | 1 | t5_2fwo | null | null | null |
True | Mattho | null | > You can't have two *anything* with the same name in the same scope.
Or am I mistaken? | null | 0 | 1318278402 | False | 0 | c2qds09 | t3_l6uwv | null | t1_c2qds09 | t1_c2qa19p | null | 1427712643 | 5 | t5_2fwo | null | null | null |
True | mappum | null | Is it just strict-type Javascript? | null | 0 | 1318278441 | False | 0 | c2qds7r | t3_l6uwv | null | t1_c2qds7r | t3_l6uwv | null | 1427712646 | 1 | t5_2fwo | null | null | null |
True | klange | null | I entered about 6 million 'a's and it reported an error. | null | 0 | 1318278444 | False | 0 | c2qds8b | t3_l7bjb | null | t1_c2qds8b | t1_c2qdjqj | null | 1427712646 | 34 | t5_2fwo | null | null | null |
True | orukusaki | null | A good read, that. | null | 0 | 1318278539 | False | 0 | c2qdssf | t3_l6xnp | null | t1_c2qdssf | t1_c2qbn5s | null | 1427712654 | 2 | t5_2fwo | null | null | null |
True | earthboundkid | null | Well, I gave it my best shot. :-)
| null | 0 | 1318278571 | False | 0 | c2qdsz4 | t3_l5n8e | null | t1_c2qdsz4 | t1_c2qbmyo | null | 1427712656 | 0 | t5_2fwo | null | null | null |
True | Iggyhopper | null | If we write `a = b() + c();` and it's executed as `c(); b();`, and our solution is to do `a = b(); a += c();`, then why doesn't the compiler just do that instead of picking a certain order because it felt good!?
/rant
This is also a thing on side-effects. So if you have code like that and has side-effects, you probab... | null | 0 | 1318278596 | True | 0 | c2qdt58 | t3_l6yn1 | null | t1_c2qdt58 | t1_c2qdj18 | null | 1427712659 | 1 | t5_2fwo | null | null | null |
True | aeosynth | null | game 'news' doesn't show up in the main stream | null | 0 | 1318278613 | False | 0 | c2qdt7z | t3_l6uwv | null | t1_c2qdt7z | t1_c2qbs72 | null | 1427712660 | 1 | t5_2fwo | null | null | null |
True | danzat | null | That sort of computation does not have any side effects. And that is exactly the point of that rule. You need to write expression that would evaluate correctly regardless of the evaluation order of individual terms.
If order IS important, then you should be explicit about it, that's all. | null | 0 | 1318278629 | False | 0 | c2qdtam | t3_l6yn1 | null | t1_c2qdtam | t1_c2qdj18 | null | 1427712661 | 5 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318278636 | False | 0 | c2qdtbk | t3_l6dcp | null | t1_c2qdtbk | t1_c2qdgo7 | null | 1427712661 | 1 | t5_2fwo | null | null | null |
True | nick_giudici | null | It's an attempt at science. Management is essentially an applied version of sociology so what you're seeing is scientific detachment.
As a side tip, being able to talk about yourself in terms of "being a resource" with your manager is what makes you promotion material. | null | 0 | 1318278659 | False | 0 | c2qdtgh | t3_l6m5r | null | t1_c2qdtgh | t1_c2q7ysg | null | 1427712664 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318278665 | False | 0 | c2qdti2 | t3_l6yn1 | null | t1_c2qdti2 | t1_c2qdj18 | null | 1427712664 | 1 | t5_2fwo | null | null | null |
True | pnpbios | null | I think this is where it starts to get murky. My personal feeling about it is if you need to use a conditional statement, or something akin to a for to determine how to continue with the procedure, you should evaluate if it really belongs at that level.
| null | 0 | 1318278667 | False | 0 | c2qdtih | t3_l6wmx | null | t1_c2qdtih | t1_c2qda48 | null | 1427712664 | 1 | t5_2fwo | null | null | null |
True | jng | null | You got it right. Currently it's mostly for UI layout. It will allow more things in the future.
CSS3 just doesn't cut it, SASS is nice, and I hope the W3C adopts things like nested rules and variables in the future, but it doesn't cover the fundamental things we need. There is a philosophy behind the design, which is ... | null | 0 | 1318278737 | False | 0 | c2qdtxs | t3_l7769 | null | t1_c2qdtxs | t1_c2qc9wu | null | 1427712670 | 2 | t5_2fwo | null | null | null |
True | p-squared | null | C++ is _more expressive_ than C. It is in no way _easier_. | null | 0 | 1318278745 | False | 0 | c2qdtzd | t3_l6yn1 | null | t1_c2qdtzd | t1_c2qbked | null | 1427712670 | 10 | t5_2fwo | null | null | null |
True | kamatsu | null | They justify their decisions with "experience suggests that...", "it's more intuitive that...". In other words, we have no reason to design our language this way other than Bracha's wrongheadedness. | null | 0 | 1318278749 | False | 0 | c2qdu0m | t3_l6uwv | null | t1_c2qdu0m | t1_c2qdhd6 | null | 1427712670 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318278755 | False | 0 | c2qdu1j | t3_l7769 | null | t1_c2qdu1j | t1_c2qc9wu | null | 1427712671 | 1 | t5_2fwo | null | null | null |
True | s73v3r | null | My boss does this quite well, both from higher levels, and other organizations in the company. It's very nice not having to deal with a lot of the stupid crap he has to put up with. | null | 0 | 1318278761 | False | 0 | c2qdu2u | t3_l6m5r | null | t1_c2qdu2u | t1_c2q9447 | null | 1427712671 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318278808 | False | 0 | c2qduc6 | t3_l6uwv | null | t1_c2qduc6 | t1_c2qdop1 | null | 1427712675 | 1 | t5_2fwo | null | null | null |
True | jrochkind | null | grep in the unix distro is some really old and worked over code, it seems highly unlikely you can do better than it in the general case; anyone other than me think it sounds like a fool's errand to try? | null | 0 | 1318278840 | False | 0 | c2qduiq | t3_l6xnp | null | t1_c2qduiq | t3_l6xnp | null | 1427712677 | 1 | t5_2fwo | null | null | null |
True | Mattho | null | It has low user base in google's target market(s). It's the same reason why all other google services don't support Opera. | null | 0 | 1318278903 | False | 0 | c2qduv0 | t3_l6uwv | null | t1_c2qduv0 | t1_c2q9rgd | null | 1427712681 | 2 | t5_2fwo | null | null | null |
True | s73v3r | null | You're gonna have to spend a lot of your own money first on initial studies. Investors aren't going to give you lots of money simply because you have an "idea". | null | 0 | 1318278937 | False | 0 | c2qdv2r | t3_l6m5r | null | t1_c2qdv2r | t1_c2qan3p | null | 1427712685 | -1 | t5_2fwo | null | null | null |
True | notSorella | null | JavaScript *is* an object oriented language. There isn't just "one OO model to rule them all", in fact, there are several schools of thoughts on how object orientation should be expressed. Classical OO is one, prototypical OO is another one.
Second, what you've just described is already what happens on JS's prototypic... | null | 0 | 1318278953 | False | 0 | c2qdv69 | t3_l765i | null | t1_c2qdv69 | t1_c2qdgxf | null | 1427712686 | 10 | t5_2fwo | null | null | null |
True | s73v3r | null | You're gonna have to spend a lot of your own money first on initial studies. Investors aren't going to give you lots of money simply because you have an "idea". | null | 0 | 1318278983 | False | 0 | c2qdvcp | t3_l6m5r | null | t1_c2qdvcp | t1_c2qan3p | null | 1427712688 | -1 | t5_2fwo | null | null | null |
True | webbitor | null | obvious example; polymorphic function | null | 0 | 1318278997 | False | 0 | c2qdvg5 | t3_l6uwv | null | t1_c2qdvg5 | t1_c2qcz7e | null | 1427712690 | 7 | t5_2fwo | null | null | null |
True | s73v3r | null | You're gonna have to spend a lot of your own money first on initial studies. Investors aren't going to give you lots of money simply because you have an "idea". | null | 0 | 1318279044 | False | 0 | c2qdvqw | t3_l6m5r | null | t1_c2qdvqw | t1_c2qan3p | null | 1427712693 | 1 | t5_2fwo | null | null | null |
True | jng | null | "it's a webkit wrapper with a few custom CSS tags."
Nope, sorry, you're wrong. Please check your facts. Why do you answer with obviously wrong facts? It might make you feel better, but it only decreases the quality of the conversation and wastes everybody's time. | null | 0 | 1318279064 | False | 0 | c2qdvv1 | t3_l7769 | null | t1_c2qdvv1 | t1_c2qcgm9 | null | 1427712695 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | Fair enough.
I'd dare say our (me and my colleagues) day to day work is easy enough when we only have to deal with the character sets latin-1 and latin-2. | null | 0 | 1318279096 | False | 0 | c2qdw1r | t3_l6xnp | null | t1_c2qdw1r | t1_c2qdp1x | null | 1427712698 | 1 | t5_2fwo | null | null | null |
True | jrochkind | null | an analogy is supposed to ease understand by simplifying while still being accurate enough symbolism in the features essential to your discussion.
Yours does none of that. Unintelligible. | null | 0 | 1318279126 | False | 0 | c2qdw7z | t3_l6iyb | null | t1_c2qdw7z | t3_l6iyb | null | 1427712699 | -1 | t5_2fwo | null | null | null |
True | ruinercollector | null | I can't think of examples off hand. Maybe you're right. Maybe I'm being completely selective in my memory of VB.NET code I've seen, and maybe I still have prejudices from the VB6 days and/or from my own limited personal experiences. | null | 0 | 1318279132 | False | 0 | c2qdw93 | t3_l1tjd | null | t1_c2qdw93 | t1_c2qdr3q | null | 1427712699 | 1 | t5_2fwo | null | null | null |
True | philh | null | However, skipping 'at most n' characters is still O(1), because you can see without context whether any given byte is the start of a character. I think Boyer-Moore still works if you unknowingly skip too few characters.
Another interesting result: My previous test was an MP3 file. I just tested again with 32MB of noth... | null | 0 | 1318279132 | False | 0 | c2qdw9c | t3_l6xnp | null | t1_c2qdw9c | t1_c2qcnt0 | null | 1427712701 | 7 | t5_2fwo | null | null | null |
True | s73v3r | null | Technically, we are respecting rediquette. His comment did not add to the discussion, and therefore should be downvoted. | null | 0 | 1318279151 | False | 0 | c2qdwct | t3_l6m5r | null | t1_c2qdwct | t1_c2qazhg | null | 1427712702 | 3 | t5_2fwo | null | null | null |
True | matthiasB | null | You probably got downvoted because you don't use lambdas but talk about them. You just use the shorter syntax to define named functions.
// using normal named function syntax:
playerTerminalVelocity() { return abs(player.speed) > terminalVelocity; }
// or (this is asked for and is not a lambda)
play... | null | 0 | 1318279189 | False | 0 | c2qdwks | t3_l6uwv | null | t1_c2qdwks | t1_c2qanqk | null | 1427712705 | 1 | t5_2fwo | null | null | null |
True | salty-horse | null | That sort of expression is computed at compile-time.
The issue isn't to do with operator precedence, but with evaluation of expressions.
For example:
int result = f() + g() * h();
Suppose f() returns 1, g() returns 2 and h() returns 3, and each prints a message before returning it. The result will always be 7, b... | null | 0 | 1318279201 | False | 0 | c2qdwnm | t3_l6yn1 | null | t1_c2qdwnm | t1_c2qdj18 | null | 1427712706 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318279204 | False | 0 | c2qdwog | t3_l6uwv | null | t1_c2qdwog | t1_c2qanqk | null | 1427712706 | 1 | t5_2fwo | null | null | null |
True | jng | null | Sorry, re-read this, I had understood it wrong. CSS is only used to indicate how HTML data should be displayed when converted into a native mobile UI. | null | 0 | 1318279209 | False | 0 | c2qdwp3 | t3_l7769 | null | t1_c2qdwp3 | t1_c2qc2w6 | null | 1427712706 | 1 | t5_2fwo | null | null | null |
True | s73v3r | null | >Your comment pointed that out and was factually correct.
And your point is? Again, the comment may have been factually correct, but not relevant to the discussion. I could put a comment saying "The Sky is Blue." That would be factually correct. But it would have no relevance to the discussion, so it would be downv... | null | 0 | 1318279221 | False | 0 | c2qdwrk | t3_l6m5r | null | t1_c2qdwrk | t1_c2qbgwx | null | 1427712707 | 2 | t5_2fwo | null | null | null |
True | pRtkL_xLr8r | null | What attitude? I wasn't being sarcastic - I was sincerely thankful, and I sincerely wanna know what the upshot of using this is... | null | 0 | 1318279241 | False | 0 | c2qdww2 | t3_l6uwv | null | t1_c2qdww2 | t1_c2qcj0m | null | 1427712711 | 1 | t5_2fwo | null | null | null |
True | yiyus | null | I don't understand what you mean here. How could they be the same thing? | null | 0 | 1318279242 | False | 0 | c2qdwwb | t3_l6uwv | null | t1_c2qdwwb | t1_c2qa39o | null | 1427712711 | 2 | t5_2fwo | null | null | null |
True | tnecniv | null | Also, I inputed a Θ and it gave me a ? | null | 0 | 1318279289 | False | 0 | c2qdx70 | t3_l7bjb | null | t1_c2qdx70 | t1_c2qdjqj | null | 1427712712 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | Dynamic typing folks prefer an argument couched in experience (Bracha certainly has a ton of it) to one couched in a mathematical proof. | null | 0 | 1318279310 | False | 0 | c2qdxb4 | t3_l6uwv | null | t1_c2qdxb4 | t1_c2qdu0m | null | 1427712713 | 1 | t5_2fwo | null | null | null |
True | orthogonality | null | 3
I picked it randomly. | null | 0 | 1318279312 | False | 0 | c2qdxb8 | t3_l77q2 | null | t1_c2qdxb8 | t3_l77q2 | null | 1427712713 | -1 | t5_2fwo | null | null | null |
True | svincent | null | Question: If one executes the command, does it officially make him a coq sucker ? | null | 0 | 1318279361 | False | 0 | c2qdxkv | t3_l6dcp | null | t1_c2qdxkv | t1_c2qacap | null | 1427712717 | -1 | t5_2fwo | null | null | null |
True | ruinercollector | null | Are you sure that you don't have a model?
No Entity Framework classes? No Linq-to-SQL Entities? Your ViewModel is pulling shit directly out of your database/repository?
If that's really the case, then you aren't doing MVVM. | null | 0 | 1318279362 | False | 0 | c2qdxl7 | t3_l4027 | null | t1_c2qdxl7 | t1_c2pnvcj | null | 1427712717 | 1 | t5_2fwo | null | null | null |
True | philh | null | That could explain it: I'm using grep 2.5.4, which is at least two years old. | null | 0 | 1318279364 | False | 0 | c2qdxlo | t3_l6xnp | null | t1_c2qdxlo | t1_c2qcbev | null | 1427712717 | 1 | t5_2fwo | null | null | null |
True | atrich | null | Lambdas, auto/decltype (include late-specified return type), and static_assert are the big ones in Visual Studio 2010. No variadic templates, however. | null | 0 | 1318279371 | False | 0 | c2qdxn5 | t3_l5410 | null | t1_c2qdxn5 | t1_c2q5r3z | null | 1427712717 | 1 | t5_2fwo | null | null | null |
True | ethraax | null | > However, skipping 'at most n' characters is still O(1), because you can see without context whether any given byte is the start of a character. I think Boyer-Moore still works if you unknowingly skip too few characters.
But what if you skip to the inside of a character? I didn't think UTF supported a mechanism f... | null | 0 | 1318279441 | False | 0 | c2qdy1f | t3_l6xnp | null | t1_c2qdy1f | t1_c2qdw9c | null | 1427712723 | 1 | t5_2fwo | null | null | null |
True | stef13013 | null | Two years ? ho my... time is running so fast. :)
So, if Dart is for client AND server, why doing Go ? | null | 0 | 1318279474 | True | 0 | c2qdy83 | t3_l6uwv | null | t1_c2qdy83 | t1_c2qbofn | null | 1427712726 | 1 | t5_2fwo | null | null | null |
True | ruinercollector | null | Likewise. I think that it's the danger of giving people an easy way to do something. Worth it either way for people that can use it without losing sight of what they are actually asking for... | null | 0 | 1318279550 | False | 0 | c2qdyna | t3_l4cv3 | null | t1_c2qdyna | t1_c2pnr2k | null | 1427712730 | 2 | t5_2fwo | null | null | null |
True | mrbunbury | null | First time I've heard of this book it looks very intriguing.
Could somebody give me a quick overview of it? From looking at the tech overview page it looks like it takes on a JS type role (hence being able to convert to JS), and not so much a back-end role?
Please correct me if I'm wrong, I'm still trying to wrap my ... | null | 0 | 1318279554 | False | 0 | c2qdyo2 | t3_l6uwv | null | t1_c2qdyo2 | t3_l6uwv | null | 1427712732 | -1 | t5_2fwo | null | null | null |
True | Taladar | null | Are you sure you mean Javascript and not the browser API? The language Javascript actually isn't that bad, especially when compared to something like this that could only really described as "Java, only worse". | null | 0 | 1318279645 | False | 0 | c2qdz5a | t3_l6uwv | null | t1_c2qdz5a | t1_c2qd9qz | null | 1427712738 | 7 | t5_2fwo | null | null | null |
True | bbot | null | First time in a while I've had to disable CSS on a site to make the text readable. | null | 0 | 1318279664 | False | 0 | c2qdz9x | t3_l6xnp | null | t1_c2qdz9x | t3_l6xnp | null | 1427712740 | 1 | t5_2fwo | null | null | null |
True | Tiak | null | I haven't thought about the problem much, but two things come to mind for me.
First, is that standards are often quite hard to change. With Google's weight behind it, I'm not so sure it matters, but this seems like an easier sell to people that are resistant to change.
Second, it seems somehow like it is harder to s... | null | 0 | 1318279664 | False | 0 | c2qdz9z | t3_l6uwv | null | t1_c2qdz9z | t1_c2qbmth | null | 1427712740 | -1 | t5_2fwo | null | null | null |
True | matthiasB | null | You want a direct connection from the client's browser to your database? | null | 0 | 1318279669 | False | 0 | c2qdzbc | t3_l6uwv | null | t1_c2qdzbc | t1_c2qc486 | null | 1427712740 | 2 | t5_2fwo | null | null | null |
True | ruinercollector | null | The model is not the database itself. The model is generally either your ORM layer or a separate layer on top of the ORM.
I.e. EntityFramework classes. | null | 0 | 1318279715 | False | 0 | c2qdzib | t3_l4027 | null | t1_c2qdzib | t1_c2pniqd | null | 1427712742 | 1 | t5_2fwo | null | null | null |
True | ruinercollector | null | The model is not the database itself. The model is generally either your ORM layer or a separate layer on top of the ORM.
I.e. EntityFramework classes. | null | 0 | 1318279727 | False | 0 | c2qdzkm | t3_l4027 | null | t1_c2qdzkm | t1_c2pniqd | null | 1427712742 | 1 | t5_2fwo | null | null | null |
True | stoph | null | What languages get things right? (Especially with regard to null pointers.) | null | 0 | 1318279739 | False | 0 | c2qdzn2 | t3_l6uwv | null | t1_c2qdzn2 | t1_c2qch7u | null | 1427712744 | 2 | t5_2fwo | null | null | null |
True | jng | null | I know what type of people come to proggit. I've been around here since reddit launched. I don't know why you jump to the conclusion we're looking for VCs here.
Monotouch and Monodroid serve very different goals than Mouin does, comparing to them doesn't make sense.
Mouin-created apps are not based on a webkit frame.... | null | 0 | 1318279740 | False | 0 | c2qdznn | t3_l7769 | null | t1_c2qdznn | t1_c2qcebe | null | 1427712745 | 2 | t5_2fwo | null | null | null |
True | SweetIrony | null | I'm not seeing your point, we are talking about where to put business logic, at the database layer or at the application layer. The Author doesn't want to put any business logic at all into the database, I'm saying "okay, but your application isn't ACID now". This is perfectly fine, and there is nothing wrong with tha... | null | 0 | 1318279771 | False | 0 | c2qdztk | t3_l6wmx | null | t1_c2qdztk | t1_c2qdtih | null | 1427712747 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318279787 | False | 0 | c2qdzwm | t3_l6wmx | null | t1_c2qdzwm | t1_c2qdtih | null | 1427712747 | 1 | t5_2fwo | null | null | null |
True | nibot | null | The jargon file concurs: http://www.catb.org/jargon/html/G/grep.html | null | 0 | 1318279798 | False | 0 | c2qdzys | t3_l6xnp | null | t1_c2qdzys | t1_c2qchb3 | null | 1427712749 | 1 | t5_2fwo | null | null | null |
True | akdas | null | The use of `end` has nothing to do with optional semicolons; just use curly braces to delimit blocks, but with the same line continuation rules as Ruby. | null | 0 | 1318279799 | False | 0 | c2qdzyt | t3_l6uwv | null | t1_c2qdzyt | t1_c2qbll7 | null | 1427712749 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1318279811 | False | 0 | c2qe019 | t3_l6xnp | null | t1_c2qe019 | t1_c2qchb3 | null | 1427712749 | 1 | t5_2fwo | null | null | null |
True | jng | null | It's that, plus native UI controls for display. CSS3 will never allow that. HTML/CSS apps have noticeably less-responsive interfaces than native-UI apps. That's one of the main values of our system, and it can't be replicated in a weekend.
But good luck with your project, and happy reddit birthday! | null | 0 | 1318279833 | False | 0 | c2qe060 | t3_l7769 | null | t1_c2qe060 | t1_c2qd3rm | null | 1427712751 | 0 | t5_2fwo | null | null | null |
Subsets and Splits
Filtered Reddit Uplifting News
The query retrieves specific news articles by their link IDs, providing a basic overview of those particular entries without deeper analysis or insights.
Recent Programming Comments
Returns a limited set of programming records from 2020 to 2023, providing basic filtering with minimal analytical value.