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 | ehird | null | >Unfamiliar terminology.
To be fair, Emacs predates the majority of UI terminology.
>No closures in elisp. Um, why is it even called a lisp?
A mistake it shares with the original Lisp. | null | 0 | 1319697681 | False | 0 | c2uu0x8 | t3_lqffy | null | t1_c2uu0x8 | t1_c2utl6f | null | 1427789747 | 6 | t5_2fwo | null | null | null |
True | jdgeorge8 | null | Thank you for the link! Do you know what the asking price will be when it comes out? I spent a little more time reading. I like it, but pre-orders scare me just based off my lack of trust in the internet. *time lapse* I just finished reading the link you gave. Again, thank you. Based off my reading, the book would not ... | null | 0 | 1319697707 | False | 0 | c2uu108 | t3_lq2mm | null | t1_c2uu108 | t1_c2utue6 | null | 1427789748 | 2 | t5_2fwo | null | null | null |
True | userd | null | >So I like to go to restaurants that are good at whatever kind of food
they do. I don't arrive with specific preferences for a kind of food
to eat--rather, I want to have whatever is good there: perhaps the
local traditional cuisine, or the food of an immigrant ethnic group
which is present in large numbers, or som... | null | 0 | 1319697738 | False | 0 | c2uu13u | t3_lqn76 | null | t1_c2uu13u | t3_lqn76 | null | 1427789749 | 16 | t5_2fwo | null | null | null |
True | skidooer | null | > Then why did you think it applied to Rails in the first place.
I asked if you had a good *design pattern* that kept the logic in the model, like Rails, but allowed the request to happen asynchronously. The only reference to Rails I made was noting its API.
> You are correct that the problem of handing large r... | null | 0 | 1319697837 | False | 0 | c2uu1fw | t3_lovjq | null | t1_c2uu1fw | t1_c2utzqi | null | 1427789754 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | This is no different than getting data from a database. The latency may be higher but it may not.
The render should be written to return in a timely manner independent of long queries, whether from a database or web service. The view may have to be written appropriately, but that is not dependent on using active rec... | null | 0 | 1319697846 | False | 0 | c2uu1gz | t3_lovjq | null | t1_c2uu1gz | t1_c2utyk3 | null | 1427789754 | 1 | t5_2fwo | null | null | null |
True | MatrixFrog | null | "paid" doesn't mean "nonfree" -- I think you mean "proprietary" | null | 0 | 1319697866 | False | 0 | c2uu1jo | t3_lqn76 | null | t1_c2uu1jo | t1_c2utuwn | null | 1427789756 | 23 | t5_2fwo | null | null | null |
True | skidooer | null | I do not disagree. However, your AJAX request still needs to feed a model, unless you're throwing all design patterns out the window as soon as you start writing Javascript? | null | 0 | 1319697964 | False | 0 | c2uu1up | t3_lovjq | null | t1_c2uu1up | t1_c2uu1gz | null | 1427789759 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | The model data only exists when the query returns, it is identical in this regard to a web service. | null | 0 | 1319697985 | False | 0 | c2uu1x7 | t3_lovjq | null | t1_c2uu1x7 | t1_c2uu1fw | null | 1427789760 | 1 | t5_2fwo | null | null | null |
True | marcelk72 | null | Is there an info file for all this information? | null | 0 | 1319697986 | False | 0 | c2uu1x8 | t3_lqn76 | null | t1_c2uu1x8 | t3_lqn76 | null | 1427789760 | 8 | t5_2fwo | null | null | null |
True | bekeleven | null | Bah. I'll just run the same computation 100 times and determine your fuzz distribution, then work backwards from there. Sure the process will take longer, but I can still do it.
The solution is to always return worst-case time. | null | 0 | 1319698107 | False | 0 | c2uu2bl | t3_lq2mm | null | t1_c2uu2bl | t1_c2ute8g | null | 1427789765 | 2 | t5_2fwo | null | null | null |
True | Chuu | null | Having had to deal with conference speakers in another life, I would actually welcome if every speaker came with a list like this. Surprises are incredibly bad when trying to keep a tight schedule, and ambiguity over expenses is always incredibly awkward to deal with. That doc leaves very little to chance. | null | 0 | 1319698186 | False | 0 | c2uu2k8 | t3_lqn76 | null | t1_c2uu2k8 | t1_c2utv0o | null | 1427789768 | 70 | t5_2fwo | null | null | null |
True | skidooer | null | Consider the following Javascript-esq pseudocode:
var user = SomeAjaxUserModelThatDoesNotBlock.get("1")
user.name
=> null
As I have been trying to point out, the pattern doesn't work for asynchronous operations. user.name shouldn't be null, but the line is executed before the data has come back.
The ... | null | 0 | 1319698284 | True | 0 | c2uu2w3 | t3_lovjq | null | t1_c2uu2w3 | t1_c2uu1x7 | null | 1427789772 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | Nope, but since Ajax requests don't block the web page the user is happy, they may have to wait for specific elements on the page to get data, but the page won't be unresponsive. If one of the elements gets its view from a long running job, then the Job is the model and the estimated time to completion could be displa... | null | 0 | 1319698481 | False | 0 | c2uu3ib | t3_lovjq | null | t1_c2uu3ib | t1_c2uu1up | null | 1427789780 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | As I have been saying all along, if you use the Rails pattern to load the models, you *must* block. There is no option of letting the interface continue to update as the content downloads. It cannot be done. You need a different pattern. | null | 0 | 1319698601 | False | 0 | c2uu3vm | t3_lovjq | null | t1_c2uu3vm | t1_c2uu3ib | null | 1427789786 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | But one would use Ajax for that. So the web page is not blocked, when the Ajax success callback would update the element. You likely already know this of course. | null | 0 | 1319698716 | False | 0 | c2uu487 | t3_lovjq | null | t1_c2uu487 | t1_c2uu2w3 | null | 1427789791 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | AJAX is just the network operations though (Think Net::HTTP in Ruby). You still have to fill your model with the data when the AJAX response completes.
If you're calling on the AJAX in your controller and instantiating your models from that response, you're following the pattern grauenwolf described. | null | 0 | 1319698865 | False | 0 | c2uu4ou | t3_lovjq | null | t1_c2uu4ou | t1_c2uu487 | null | 1427789797 | 1 | t5_2fwo | null | null | null |
True | kamatsu | null | Almost all of these demands are perfectly acceptable. Just seems like he's trying to cover his bases. | null | 0 | 1319698953 | False | 0 | c2uu4xu | t3_lqn76 | null | t1_c2uu4xu | t3_lqn76 | null | 1427789800 | 36 | t5_2fwo | null | null | null |
True | serendib | null | Hey, Dave Churchill here... were you at AIIDE this year? If not then I should probably preface this by saying that I was one of the organizers of this year's Starcraft AI competition. Also the writer of UAlbertaBot
Hopefully I can clear up some of the misconceptions you have made in your post.
> Blizzard gave the ... | null | 0 | 1319698992 | True | 0 | c2uu51y | t3_lqb73 | null | t1_c2uu51y | t1_c2ut6sq | null | 1427789801 | 66 | t5_2fwo | null | null | null |
True | Tattoo__ | null | I immediately thought of [Van Halen and M&M's](http://www.thesmokinggun.com/documents/crime/van-halens-legendary-mms-rider) | null | 0 | 1319699100 | False | 0 | c2uu5eb | t3_lqn76 | null | t1_c2uu5eb | t3_lqn76 | null | 1427789807 | -4 | t5_2fwo | null | null | null |
True | tau-lepton | null | Of course there is, RJS has been around for a while, in 3 it's even better. The web application is not blocked, even in older rails. Here's how 3 does it.
http://wowkhmer.com/2011/09/19/unobtrusive-ajax-with-rails-31/ | null | 0 | 1319699135 | False | 0 | c2uu5ht | t3_lovjq | null | t1_c2uu5ht | t1_c2uu3vm | null | 1427789808 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319699142 | False | 0 | c2uu5im | t3_lqffy | null | t1_c2uu5im | t1_c2utl6f | null | 1427789808 | 4 | t5_2fwo | null | null | null |
True | skidooer | null | Where are you putting your AJAX request? Model, view, or controller?
Or do you not structure your client side code? | null | 0 | 1319699228 | False | 0 | c2uu5s3 | t3_lovjq | null | t1_c2uu5s3 | t1_c2uu5ht | null | 1427789812 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | And then run in piet. | null | 0 | 1319699423 | False | 0 | c2uu6da | t3_lq38f | null | t1_c2uu6da | t1_c2up8m1 | null | 1427789819 | 3 | t5_2fwo | null | null | null |
True | mithaldu | null | > Would pulling code that conforms to the most recent version of Perl really produce a significant difference in results?
Absolutely. The main issue isn't that the teaching examples used had old syntax, is that they didn't use modern features like simple "from .. to" lists and strict mode, which forces the use of v... | null | 0 | 1319699541 | False | 0 | c2uu6pl | t3_lpmaq | null | t1_c2uu6pl | t1_c2ust8b | null | 1427789829 | 1 | t5_2fwo | null | null | null |
True | dieselmachine | null | Not only does the author "not get it", but when I posted links to the spec and a cutout of the relevant section (as I did above), he threatened me for using the phrase "It's not debatable" with regards to obeying the RFC.
> I'll kindly ask you - 1 time only - come off the high horse please. **"It's not debatable" i... | null | 0 | 1319699636 | True | 0 | c2uu6yx | t3_lpyyi | null | t1_c2uu6yx | t1_c2utnl4 | null | 1427789833 | 7 | t5_2fwo | null | null | null |
True | primedape | null | Most big bands have rules like that to make sure everything is taken care of. | null | 0 | 1319699709 | False | 0 | c2uu768 | t3_lqn76 | null | t1_c2uu768 | t1_c2utzxy | null | 1427789836 | 3 | t5_2fwo | null | null | null |
True | etherealmachine | null | Please read section 6 (Defenses) of the paper I cited. The actual solution is implemented in OpenSSL 0.9.7b, you can also look there. If you believe you can defeat RSA blinding by measuring the distribution, I would be interested in reading your paper on it. | null | 0 | 1319699714 | False | 0 | c2uu76v | t3_lq2mm | null | t1_c2uu76v | t1_c2uu2bl | null | 1427789836 | 3 | t5_2fwo | null | null | null |
True | kragensitaker | null | That looks pretty reasonable to me, syntax-wise. How would you prefer it?
I think I'd prefer:
def merge(A, p, q, r):
L = A[p:q] + [∞] # 1
R = A[q:r] + [∞] # 2
i = j = 0 # 3
for k in p:r: # 4
if L[i]... | null | 0 | 1319699799 | True | 0 | c2uu7fs | t3_lpmaq | null | t1_c2uu7fs | t1_c2utpe3 | null | 1427789838 | 1 | t5_2fwo | null | null | null |
True | YourAnMoran | null | I know. That's the point. I can only hope organizers read RMS' list of requests throughoutly even in absence of an M&M's clause (unless the parrot one intended as one). | null | 0 | 1319699857 | False | 0 | c2uu7lh | t3_lqn76 | null | t1_c2uu7lh | t1_c2utzxy | null | 1427789840 | 8 | t5_2fwo | null | null | null |
True | acecool | null | >No closures in elisp. Um, why is it even called a lisp? Keeping state is a pain without this.
The thing to remember about Elisp is that it is only used as an interpreter that runs scripts, it does not compile code. Please see these issues addressed in the PicoLisp faqs: [interpreted](http://software-lab.de/doc/faq... | null | 0 | 1319699883 | False | 0 | c2uu7o5 | t3_lqffy | null | t1_c2uu7o5 | t1_c2utl6f | null | 1427789840 | 0 | t5_2fwo | null | null | null |
True | tau-lepton | null | I use web services as backing stores for my models, when an ajax request (xmlhttprequest) is made then the Controller renders the object returned by the Model, which in my case gets its data from AWS CloudWatch API.
The response then is XML or JSON which is then rendered by the web application.
If CloudWatch does... | null | 0 | 1319699999 | False | 0 | c2uu802 | t3_lovjq | null | t1_c2uu802 | t1_c2uu4ou | null | 1427789844 | 1 | t5_2fwo | null | null | null |
True | comex | null | Yes, I suppose-- I'm even using a paid but Free app right now in the form of Textual. However, if anyone can get the software legally without paying (as must be true if it is distributed to a large number of users, since someone is sure to put it on the internet), I'd consider the payment as more of a donation... | null | 0 | 1319700254 | False | 0 | c2uu8pz | t3_lqn76 | null | t1_c2uu8pz | t1_c2uu1jo | null | 1427789850 | 6 | t5_2fwo | null | null | null |
True | mithaldu | null | Alright, that's better. Changed to upvote. :) | null | 0 | 1319700258 | False | 0 | c2uu8qe | t3_lpmaq | null | t1_c2uu8qe | t1_c2uqiwd | null | 1427789850 | 1 | t5_2fwo | null | null | null |
True | mithaldu | null | That still doesn't show any current and in-depth tutorials. | null | 0 | 1319700285 | False | 0 | c2uu8t8 | t3_lpmaq | null | t1_c2uu8t8 | t1_c2uqqg3 | null | 1427789851 | 1 | t5_2fwo | null | null | null |
True | Syphon8 | null | >I incorrectly assumed a "perfect game" implied a guaranteed win. You imply that optimal and perfect are not the same. I am not an expert in game theory but I see your point.
In some games, such as Tic-Tac-Toe, perfect play results in a draw. In a game with sufficient imbalance, perfect play could even result in a ... | null | 0 | 1319700289 | False | 0 | c2uu8th | t3_lqb73 | null | t1_c2uu8th | t1_c2utlub | null | 1427789851 | 3 | t5_2fwo | null | null | null |
True | dkbe1983 | null | Watch out for Sarah Connor, a Colt Commando CAR-15 and a small red dot. | null | 0 | 1319700309 | False | 0 | c2uu8vk | t3_lqb73 | null | t1_c2uu8vk | t3_lqb73 | null | 1427789852 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319700311 | False | 0 | c2uu8vw | t3_lpmaq | null | t1_c2uu8vw | t1_c2uoj7w | null | 1427789852 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | I pretty much follow the 3.1 example I sent.
http://wowkhmer.com/2011/09/19/unobtrusive-ajax-with-rails-31/
| null | 0 | 1319700414 | False | 0 | c2uu95h | t3_lovjq | null | t1_c2uu95h | t1_c2uu5s3 | null | 1427789855 | 1 | t5_2fwo | null | null | null |
True | rmxz | null | Relevant to: Programming. | null | 0 | 1319700490 | False | 0 | c2uu9dd | t3_lqn76 | null | t1_c2uu9dd | t1_c2utwgi | null | 1427789858 | -7 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319700556 | False | 0 | c2uu9j5 | t3_lqn76 | null | t1_c2uu9j5 | t3_lqn76 | null | 1427789860 | -11 | t5_2fwo | null | null | null |
True | kamayamayent | null | THIS is why I come to this subreddit. Thanks, frezik! | null | 0 | 1319700657 | False | 0 | c2uu9rw | t3_lq2mm | null | t1_c2uu9rw | t1_c2urzbn | null | 1428185504 | 1 | t5_2fwo | null | null | null |
True | kamayamayent | null | Thank you as well good sir or madam. Learning something new today means it's a good day (even if it's 3:30 am) | null | 0 | 1319700756 | False | 0 | c2uua1p | t3_lq2mm | null | t1_c2uua1p | t1_c2upplp | null | 1428185502 | 1 | t5_2fwo | null | null | null |
True | tm_helloreddit | null | lawsuit or no lawsuit, people will keep trying. and in the end, they will win. just look at jailbreaking iphones, ps3's and xboxes.
i hope the current insanity about not selling games, but the right to play them will stop soon. | null | 0 | 1319700952 | False | 0 | c2uuaje | t3_lqb73 | null | t1_c2uuaje | t1_c2uu51y | null | 1427789876 | 3 | t5_2fwo | null | null | null |
True | njoubert | null | The guy that wrote this AI, Matt Fisher, is my officemate. I can probably get him to do an AMA if you guys are interested. | null | 0 | 1319700988 | False | 0 | c2uuamz | t3_lqb73 | null | t1_c2uuamz | t1_c2ut6sq | null | 1427789889 | 12 | t5_2fwo | null | null | null |
True | moondance | null | Tangentially related to programming because it's about a famous programmer. Not really relevant to programming at all - it's a list of his preferences.
| null | 0 | 1319701181 | False | 0 | c2uub4p | t3_lqn76 | null | t1_c2uub4p | t1_c2uu9dd | null | 1427789887 | 2 | t5_2fwo | null | null | null |
True | generic_0 | null | No it is not. | null | 0 | 1319701242 | False | 0 | c2uuba3 | t3_lqn76 | null | t1_c2uuba3 | t1_c2uu9dd | null | 1427789889 | 10 | t5_2fwo | null | null | null |
True | poorly_played | null | What does EMACS do that can't be achieved with vim + plugins + gnu screen?
What kind of complex editing tasks? | null | 0 | 1319701266 | True | 0 | c2uubce | t3_lotys | null | t1_c2uubce | t1_c2uknyy | null | 1427789890 | 2 | t5_2fwo | null | null | null |
True | kurige | null | On first glance it seems to use quite a bit less memory than XCode, but the performance is closer to what you would expect from Eclipse. It's certainly not as responsive as XCode on my machine. | null | 0 | 1319701413 | False | 0 | c2uubpy | t3_lohrk | null | t1_c2uubpy | t1_c2uhs1i | null | 1427789893 | 2 | t5_2fwo | null | null | null |
True | serendib | null | A grad student has no means to fight Blizzard. I really hope this doesn't end up hurting him :( | null | 0 | 1319701544 | False | 0 | c2uuc2a | t3_lqb73 | null | t1_c2uuc2a | t1_c2uuaje | null | 1427789895 | 11 | t5_2fwo | null | null | null |
True | zsakuL | null | > I incorrectly assumed a "perfect game" implied a guaranteed win.
If you need to remember this, just think of tic-tac-toe. Perfect play results in a draw. | null | 0 | 1319701575 | False | 0 | c2uuc53 | t3_lqb73 | null | t1_c2uuc53 | t1_c2utlub | null | 1427789895 | 2 | t5_2fwo | null | null | null |
True | tclark | null | That's just great. Does anybody want to buy an emotionally scarred parrot, cheap? | null | 0 | 1319701594 | False | 0 | c2uuc6r | t3_lqn76 | null | t1_c2uuc6r | t3_lqn76 | null | 1427789896 | 23 | t5_2fwo | null | null | null |
True | Lyalpha | null | Why can't the AI determine that zealots can't hit overlords? | null | 0 | 1319701782 | False | 0 | c2uucn9 | t3_lqb73 | null | t1_c2uucn9 | t3_lqb73 | null | 1427789901 | 3 | t5_2fwo | null | null | null |
True | acecool | null | emacs is the ugliest editor in existence by far, but you can make it look nice:
* To get rid of the splash screen with M-x custom (or click the properties icon) and go to Environment>Initialization and there you can set "inhibit start screen" to on, at the bottom of the page you can also get rid of the verbage in ... | null | 0 | 1319701797 | True | 0 | c2uucos | t3_lqffy | null | t1_c2uucos | t1_c2utnvv | null | 1427789901 | 4 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319702015 | False | 0 | c2uud7d | t3_lqn76 | null | t1_c2uud7d | t1_c2utrtb | null | 1427789908 | -2 | t5_2fwo | null | null | null |
True | hannesk | null | Your function can also be attacked by using it to guess the length of the string, though this is not a problem with hashes as their length is known. | null | 0 | 1319702303 | False | 0 | c2uudv2 | t3_lq2mm | null | t1_c2uudv2 | t1_c2uqpgm | null | 1427789916 | 2 | t5_2fwo | null | null | null |
True | Gundersen | null | The [slides](http://projects.mariusgundersen.net/OnGameStart) for the presentation.
The [demos](http://projects.mariusgundersen.net/Origami3D) shown at the end of the presentation.
The [sourcecode](http://svn.mariusgundersen.net) to everything shown. | null | 0 | 1319702337 | False | 0 | c2uudxt | t3_lq54t | null | t1_c2uudxt | t3_lq54t | null | 1427789917 | 10 | t5_2fwo | null | null | null |
True | pnettle | null | I know some guys who had him come give a presentation at a conference. They said he was a pain in the ass. They were going to put him in a hotel, but he asked if he could stay with someone while he was there. He asked for the money they saved from the hotel....which was a bit weird considering they said he does the spe... | null | 0 | 1319702401 | False | 0 | c2uue2y | t3_lqn76 | null | t1_c2uue2y | t3_lqn76 | null | 1427789920 | 21 | t5_2fwo | null | null | null |
True | ais523 | null | I've actually taught C for a job, so I have quite some experience with this.
One problem is that you really need to understand what you're doing with C, more so than with most other languages. A lot has to be done by hand in C that's automated by other languages, and you typically won't get an error (and sometimes not... | null | 0 | 1319702408 | False | 0 | c2uue3f | t3_lpmaq | null | t1_c2uue3f | t1_c2uu8vw | null | 1427789920 | 2 | t5_2fwo | null | null | null |
True | CapnWhales | null | If you need players to test the AI with, I'm sure if you cross-post this to r/starcraft, you'll find plenty of players of all skill ranges willing to go up against this AI.
Overall, some really crazy awesome stuff going on. | null | 0 | 1319702614 | False | 0 | c2uuelk | t3_lqb73 | null | t1_c2uuelk | t3_lqb73 | null | 1427789927 | 3 | t5_2fwo | null | null | null |
True | washort | null | any random time you add will not affect correlation between inputs and time, allowing timing attacks to still succeed. | null | 0 | 1319702738 | False | 0 | c2uuevc | t3_lq2mm | null | t1_c2uuevc | t1_c2ute8g | null | 1427789930 | 2 | t5_2fwo | null | null | null |
True | flutesmurf | null | > Computers are very bad at adapting to scouted information and changing strategies
That soothes my fear of Skynet. | null | 0 | 1319702818 | False | 0 | c2uuf25 | t3_lqb73 | null | t1_c2uuf25 | t1_c2uu51y | null | 1427789933 | 3 | t5_2fwo | null | null | null |
True | skidooer | null | So, based on your description of your client design, it seems you're using a variation of the model-view pattern that grauenwolf also described, which you had "no words" for. Haha. You're alright. ;)
But yeah, the browser is no place to skimp on code design. It deserves the MVC treatment as much as the server, if not ... | null | 0 | 1319702874 | True | 0 | c2uuf6i | t3_lovjq | null | t1_c2uuf6i | t1_c2uu802 | null | 1427789938 | 0 | t5_2fwo | null | null | null |
True | ais523 | null | A simple example is along the line of Emacs' "M-x flymake"; for a range of supported languages (I mostly use it with Perl), you get IDE-style highlighting of errors and warnings in the program with red and yellow backgrounds. (Behind the scenes, it works by running the compiler in a loop, set to a "check syntax" mode i... | null | 0 | 1319702972 | False | 0 | c2uuffd | t3_lotys | null | t1_c2uuffd | t1_c2uubce | null | 1427789938 | 2 | t5_2fwo | null | null | null |
True | idiotthethird | null | And in some cases we just don't know yet. Chess is a good example. Perfect play could result in always win for the person who starts, always lose for the person who starts (this seems less likely but can't be dismissed), or stalemate. Personally, I would predict the latter, but it can't be verified with current computa... | null | 0 | 1319703106 | False | 0 | c2uufp6 | t3_lqb73 | null | t1_c2uufp6 | t1_c2uu8th | null | 1427789941 | 2 | t5_2fwo | null | null | null |
True | luckystarr | null | Did you actually read [what he wrote](http://stallman.org/archives/2011-jul-oct.html#06_October_2011_%28Steve_Jobs%29)? He said no such thing! | null | 0 | 1319703111 | False | 0 | c2uufpn | t3_lqn76 | null | t1_c2uufpn | t1_c2uu9j5 | null | 1427789941 | 3 | t5_2fwo | null | null | null |
True | rmxz | null | relevant to organizing speaking engagements of interest to programmers | null | 0 | 1319703135 | False | 0 | c2uufrq | t3_lqn76 | null | t1_c2uufrq | t1_c2uub4p | null | 1427789942 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319703143 | False | 0 | c2uufsj | t3_lq38f | null | t1_c2uufsj | t3_lq38f | null | 1427789942 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319703218 | False | 0 | c2uufz7 | t3_lqn76 | null | t1_c2uufz7 | t1_c2utw3r | null | 1427789945 | 24 | t5_2fwo | null | null | null |
True | rmxz | null | What's weird about that?
He'll give speeches (and software) for free; but he's got a point that he'd appreciate it more if you gave him the money instead of gave it to some hotel.
After all - even if he does a lot for free - he still has to eat, buy plane tickets, etc. | null | 0 | 1319703241 | False | 0 | c2uug11 | t3_lqn76 | null | t1_c2uug11 | t1_c2uue2y | null | 1427789946 | 16 | t5_2fwo | null | null | null |
True | serendib | null | Funny, Skynet was the name of the winning bot this year :) | null | 0 | 1319703425 | False | 0 | c2uugft | t3_lqb73 | null | t1_c2uugft | t1_c2uuf25 | null | 1427789952 | 10 | t5_2fwo | null | null | null |
True | Tordek | null | > which will always take the same amount of time (namely, len(min(char1, char2)), which can, at best, provide the length of the string, but since you hash both, it's going to be constant).
Then again, reading is overrated. | null | 0 | 1319703478 | False | 0 | c2uugke | t3_lq2mm | null | t1_c2uugke | t1_c2uudv2 | null | 1427789953 | 2 | t5_2fwo | null | null | null |
True | Tordek | null | Expand. | null | 0 | 1319703499 | False | 0 | c2uuglv | t3_lq2mm | null | t1_c2uuglv | t1_c2uth86 | null | 1427789953 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319703513 | False | 0 | c2uugn5 | t3_lqn76 | null | t1_c2uugn5 | t1_c2utuwn | null | 1427789954 | 12 | t5_2fwo | null | null | null |
True | Tordek | null | Sure, then again, MD5 is broken-ish. And, again, it's an example. | null | 0 | 1319703538 | False | 0 | c2uugp0 | t3_lq2mm | null | t1_c2uugp0 | t1_c2ut788 | null | 1427789954 | 2 | t5_2fwo | null | null | null |
True | Zambini | null | This reminds me of EISBot here at UCSC :P | null | 0 | 1319703709 | False | 0 | c2uuh2z | t3_lqb73 | null | t1_c2uuh2z | t3_lqb73 | null | 1427789959 | 1 | t5_2fwo | null | null | null |
True | Syphon8 | null | I believe it's been mathematically proven that Chess is at worst a stalemate for white with perfect play from the first ply (just not every possible ply following n imperfect moves), but your point stands. | null | 0 | 1319703755 | False | 0 | c2uuh63 | t3_lqb73 | null | t1_c2uuh63 | t1_c2uufp6 | null | 1427789960 | 1 | t5_2fwo | null | null | null |
True | Kireas | null | In theory, no, as it's interacting with the DX drivers, not with the game itself.
If it messed directly with the game, then yes, and this student would likely have the pants sued off him - however, as the article correctly notes, it's interacting in the same way that your screen or speakers are.
That only counts for ... | null | 0 | 1319703835 | False | 0 | c2uuhcy | t3_lqb73 | null | t1_c2uuhcy | t1_c2utwsi | null | 1427789962 | 2 | t5_2fwo | null | null | null |
True | wynyx | null | This tutorial inspired me to try adding some functionality I've always wanted in my .emacs file. I've realized that I hate lisp and I'm now resolving to never use it again, if possible.
Edit: This coming from someone who has professionally used at least six programming languages. | null | 0 | 1319703902 | True | 0 | c2uuhi1 | t3_lqffy | null | t1_c2uuhi1 | t3_lqffy | null | 1427789965 | 1 | t5_2fwo | null | null | null |
True | faustas | null | Is there a TL;DR? | null | 0 | 1319704132 | False | 0 | c2uui0r | t3_lqb73 | null | t1_c2uui0r | t3_lqb73 | null | 1427789971 | 1 | t5_2fwo | null | null | null |
True | OldSchoolIsh | null | I remember the name from IRC :) .. would have been 98-2000 my most active time on #tpolm. | null | 0 | 1319704191 | False | 0 | c2uui5k | t3_lp3rw | null | t1_c2uui5k | t1_c2umfq6 | null | 1427789973 | 1 | t5_2fwo | null | null | null |
True | madmaddison | null | It does show current tutorials. I think it's not up to google to ensure tutorials are in depth, but up to the tutorial writers themselves.
You want good tutorials to show up in that query? Than -link- to them, help the algorithm give them the placement they deserve. | null | 0 | 1319704248 | False | 0 | c2uui9x | t3_lpmaq | null | t1_c2uui9x | t1_c2uu8t8 | null | 1427789975 | 1 | t5_2fwo | null | null | null |
True | egypturnash | null | "Capturing the AI in video format is no simple task. [...] For lack of a better option, at the moment I use my own Video Capture program which can capture SC2 at a measly 15 frames per second on my best computer."
Sounds like he has multiple computers. If he's got external video capture capabilities on one of 'em then... | null | 0 | 1319704337 | False | 0 | c2uuigp | t3_lqb73 | null | t1_c2uuigp | t3_lqb73 | null | 1427789978 | 5 | t5_2fwo | null | null | null |
True | FeepingCreature | null | Oh there you are.
Didn't see you when it was the obituary for Dennis Ritchie. | null | 0 | 1319704416 | False | 0 | c2uuims | t3_lqn76 | null | t1_c2uuims | t1_c2utwgi | null | 1427789979 | 53 | t5_2fwo | null | null | null |
True | CyLith | null | So, the guy that made this, [Matt Fisher](http://www.reddit.com/user/techmatt), is a reddit user, and my roommate. He wrote this originally for Warcraft 3 and then made it play DotA. If you've ever played against Auto.Lich, that was the bot. Send him some orangereds! | null | 0 | 1319704628 | False | 0 | c2uuj47 | t3_lqb73 | null | t1_c2uuj47 | t3_lqb73 | null | 1427789987 | 33 | t5_2fwo | null | null | null |
True | kikaerter | null | I use a Unix-like system (Ubuntu) as my primary environment, and have done so for more than ten years. While I do use things like "file" and run scripts that select their interpreter with a #!, the vast majority of my files are identified by extension. This is especially true in the various graphical interfaces, which ... | null | 0 | 1319704723 | False | 0 | c2uujaz | t3_lo9p9 | null | t1_c2uujaz | t1_c2utg78 | null | 1427789989 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319704803 | False | 0 | c2uujh6 | t3_lqb73 | null | t1_c2uujh6 | t1_c2utzwk | null | 1427789992 | 5 | t5_2fwo | null | null | null |
True | Boojum | null | "primitive"? | null | 0 | 1319705014 | False | 0 | c2uujwl | t3_lpw70 | null | t1_c2uujwl | t1_c2unevx | null | 1427789997 | 3 | t5_2fwo | null | null | null |
True | tanepiper | null | I'm sure it was released as an RFC | null | 0 | 1319705027 | False | 0 | c2uujxg | t3_lqn76 | null | t1_c2uujxg | t1_c2uu1x8 | null | 1427789997 | 15 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319705045 | True | 0 | c2uujyy | t3_lqb73 | null | t1_c2uujyy | t1_c2utfbn | null | 1427790007 | 4 | t5_2fwo | null | null | null |
True | thomasz | null | Academic freedom, anyone?
| null | 0 | 1319705063 | False | 0 | c2uuk0o | t3_lqb73 | null | t1_c2uuk0o | t1_c2uuc2a | null | 1427790007 | 8 | t5_2fwo | null | null | null |
True | StommePoes | null | Since Google filters its search results based on where you've gone with that browser (and other things if you're logged in, or use any Google products), I'd say it's not easy to have any idea what results come up for any particular newb (esp, they may be heaps different between a newb to programming vs a newb to just P... | null | 0 | 1319705110 | False | 0 | c2uuk4i | t3_lpmaq | null | t1_c2uuk4i | t1_c2uluv7 | null | 1427790001 | 1 | t5_2fwo | null | null | null |
True | RotateMe | null | Could you expand on the talk with Blizzards legal department? It was my impression that neither the AI player from this post were to be released nor did it anything else to access the DirectX driver. Or is there a term of agreement that during gameplay, the input and output may not be affected in any way? | null | 0 | 1319705219 | False | 0 | c2uukce | t3_lqb73 | null | t1_c2uukce | t1_c2uu51y | null | 1427790002 | 2 | t5_2fwo | null | null | null |
True | kikaerter | null | Sometimes I do want to edit them with a generic spreadsheet app, for one-off data-tweaking jobs where it doesn't make sense to spend the time to write a custom app. For example, I've had situations at work where we get some list of item names, prices, and model numbers from a supplier. We won't get this list again, an... | null | 0 | 1319705243 | False | 0 | c2uukec | t3_lo9p9 | null | t1_c2uukec | t1_c2unjj0 | null | 1427790012 | 2 | t5_2fwo | null | null | null |
True | tanepiper | null | TIL: "A parrot once had sex with me. I did not recognize the act as sex until it was explained to me afterward, but being stroked by his soft feathers was so pleasurable that I yearn for another chance. [I have a photo of that act](http://stallman.org/parrot-love.jpg)"
Context: http://stallman.org/articles/extreme.htm... | null | 0 | 1319705292 | False | 0 | c2uukii | t3_lqn76 | null | t1_c2uukii | t1_c2uthrp | null | 1427790008 | 34 | t5_2fwo | null | null | null |
True | Cruxius | null | If he hasn't done so already, could you get him to post it to /r/Starcraft? | null | 0 | 1319705437 | False | 0 | c2uukta | t3_lqb73 | null | t1_c2uukta | t1_c2uuj47 | null | 1427790020 | 4 | t5_2fwo | null | null | null |
True | whozthizguy | null | > You have no idea what this guy has done/written
What has he done or written? I looked up his linkedIn and his skill set seems to be mostly into technical due diligence for acquisitions. This article is just vague bullshit and adds nothing of value to the intertubes. You sound like a sockpuppet.
> 5. "There is... | null | 0 | 1319705540 | False | 0 | c2uul0i | t3_lpod6 | null | t1_c2uul0i | t1_c2unls6 | null | 1427790012 | 1 | t5_2fwo | null | null | null |
True | hvidgaard | null | > Does multimethods make CLOS objects not objects?
No, but CLOS is also not at all a good example of an OO language. I'd say that Lisp classes are more a like to C structs than an *Object*. Again this is arguing semantics - and if you want to call obvious non-OO language OO on some level of abstraction, be my guest... | null | 0 | 1319705586 | False | 0 | c2uul43 | t3_loy44 | null | t1_c2uul43 | t1_c2uotlk | null | 1428185502 | 0 | t5_2fwo | null | null | null |
True | flutesmurf | null | Of course it was. And here comes the worrying again. | null | 0 | 1319705666 | False | 0 | c2uul9s | t3_lqb73 | null | t1_c2uul9s | t1_c2uugft | null | 1427790016 | 10 | t5_2fwo | null | null | null |
True | whozthizguy | null | > To me it feels more like he was saying, I have a cape, I can fly!
Touche! | null | 0 | 1319705794 | False | 0 | c2uuliy | t3_lpod6 | null | t1_c2uuliy | t1_c2unxfy | null | 1427790020 | 1 | t5_2fwo | null | null | null |
True | CyLith | null | It already has been posted [here](http://www.reddit.com/r/starcraft/comments/lq6ni/starcraft_2_automated_player_with_video/), but it didn't get popular enough to be seen. | null | 0 | 1319705851 | False | 0 | c2uulmq | t3_lqb73 | null | t1_c2uulmq | t1_c2uukta | null | 1427790021 | 8 | 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.