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 | skidooer | null | > The timeout is independent of the client connection speed
Your time spent blocking the main thread is not. If it takes 10 minutes to download the data, the user will have an app that does nothing for 10 minutes. No response to user input, not even a indicator that updates with the current status of the download. ... | null | 0 | 1319692611 | True | 0 | c2uti4s | t3_lovjq | null | t1_c2uti4s | t1_c2utexx | null | 1427789444 | 1 | t5_2fwo | null | null | null |
True | tigol_bitties | null | I prefer one of those keyboard shortcut diagrams to any "tutorial"...there's really no need to make it any more difficult. | null | 0 | 1319692676 | False | 0 | c2utieh | t3_lqffy | null | t1_c2utieh | t3_lqffy | null | 1427789439 | 2 | t5_2fwo | null | null | null |
True | ZorbaTHut | null | > There's no way to play a perfect game of Starcraft because of informational asymmetry
This isn't really true. In an informationally-asymmetric game, "perfect" is defined as "always does the action which results in the highest chance of winning". Yes, that won't result in a 100% win rate, but it can be optimal wit... | null | 0 | 1319692745 | False | 0 | c2utio9 | t3_lqb73 | null | t1_c2utio9 | t1_c2ut6sq | null | 1428185508 | 19 | t5_2fwo | null | null | null |
True | aaronla | null | Cost: conditional branches and code size. The conditional branches won't cost you too much, as the branch predictor will take care of them. The code size will be significant though.
You can reduce the code size by dispatching to arithmetic functions, but then your cycle count will really be hurting. | null | 0 | 1319692767 | False | 0 | c2utira | t3_lol4l | null | t1_c2utira | t1_c2ujg3z | null | 1427789445 | 1 | t5_2fwo | null | null | null |
True | rogerallen | null | I coded up a Mac OS X Screensaver based on this. I've only tested this on my own Mac, but the code is here: https://bitbucket.org/rallen/quasicrystalscreensaver
| null | 0 | 1319692881 | False | 0 | c2utj7p | t3_lofem | null | t1_c2utj7p | t1_c2udhfw | null | 1427789451 | 1 | t5_2fwo | null | null | null |
True | total_looser | null | here's my emacs tut:
%> c-x c-c
%> vim
%> ":help" | null | 0 | 1319692947 | False | 0 | c2utjhe | t3_lqffy | null | t1_c2utjhe | t3_lqffy | null | 1427789453 | -12 | t5_2fwo | null | null | null |
True | tau-lepton | null | If it takes ten minutes then an http request response is the wrong paradigm. Give them a job ticket, typically in a URL, ask if they'd like to be notified on completion. If possible the progress of the job can be checked using their ticket URL. This is done for things like satellite imagery applications all the time... | null | 0 | 1319692962 | True | 0 | c2utjji | t3_lovjq | null | t1_c2utjji | t1_c2uti4s | null | 1427789454 | 1 | t5_2fwo | null | null | null |
True | ICanSayWhatIWantTo | null | Scattering shifts throughout a function is rage inducing criminal stupidity.
For sequential shifts at the start of a function, tediousness and readability issues aside, it is unnecessarily modifying the stack, and on most versions of Perl, [it is usually slower than an identical list copy](http://stackoverflow.com/que... | null | 0 | 1319693081 | False | 0 | c2utk1y | t3_lpmaq | null | t1_c2utk1y | t1_c2usr0o | null | 1427789459 | 2 | t5_2fwo | null | null | null |
True | skidooer | null | What if your model is a complex 3D object? Not every model is a couple of small text properties tied to a relational database. A ten minute download, or even more, is definitely possible and necessary in some cases. | null | 0 | 1319693085 | True | 0 | c2utk2m | t3_lovjq | null | t1_c2utk2m | t1_c2utjji | null | 1427789459 | 1 | t5_2fwo | null | null | null |
True | antonivs | null | That attitude is why the Windows platform sucks so badly for experts. If everything is so easy to use as to not need tutorials, then nothing is powerful enough to make an expert's life easier. | null | 0 | 1319693094 | False | 0 | c2utk4e | t3_lqffy | null | t1_c2utk4e | t1_c2ushh7 | null | 1427789460 | 10 | t5_2fwo | null | null | null |
True | untogethered | null | There's nothing wrong with cross-posting between unrelated subreddits. | null | 0 | 1319693097 | False | 0 | c2utk4s | t3_lqb73 | null | t1_c2utk4s | t1_c2utf9h | null | 1427789460 | 13 | t5_2fwo | null | null | null |
True | davvblack | null | if it thought you entered SA, it might have removed all of those words from the dictionary without actually notifying you. | null | 0 | 1319693192 | False | 0 | c2utkja | t3_lq2mm | null | t1_c2utkja | t1_c2uswvw | null | 1427789473 | 3 | t5_2fwo | null | null | null |
True | norkakn | null | It really depends on what kind of maintainability you are after. If you want a lot of vendors making toolchains for a language, C and to a lesser extent C++, beat pretty much anything else. No matter what happens, there will be good compilers and libraries for those.
If you want a language that is flexible enough to... | null | 0 | 1319693204 | False | 0 | c2utkkp | t3_lpmaq | null | t1_c2utkkp | t1_c2usn0f | null | 1427789466 | 4 | t5_2fwo | null | null | null |
True | soAsian | null | you can just stick with Xcode then. It's probably not worth your time. | null | 0 | 1319693230 | False | 0 | c2utkoh | t3_lohrk | null | t1_c2utkoh | t1_c2uruww | null | 1427789467 | 1 | t5_2fwo | null | null | null |
True | rawlyn | null | Only one AA - two A's. ;) | null | 0 | 1319693273 | False | 0 | c2utkuj | t3_lq38f | null | t1_c2utkuj | t1_c2upxyv | null | 1427789469 | 3 | t5_2fwo | null | null | null |
True | vocalbit | null | I have two frustrations with emacs:
1. Unfamiliar terminology. Why call it 'faces' when everybody calls it 'fonts'. Every time I try to look for documentation I waste a ton of time to just find the right name.
2. No closures in elisp. Um, why is it even called a lisp? Keeping state is a pain without this.
| null | 0 | 1319693355 | False | 0 | c2utl6f | t3_lqffy | null | t1_c2utl6f | t3_lqffy | null | 1427789474 | 3 | t5_2fwo | null | null | null |
True | tau-lepton | null | I know, I've. written application like this, re-read my response, I addressed this exact case. Specifically high resolution rendering of satellite imagery to user defined projections which can take more than an hour if the image is very large and the map server is handling multiple requests.
Edit: http://mapserver.or... | null | 0 | 1319693371 | True | 0 | c2utl8p | t3_lovjq | null | t1_c2utl8p | t1_c2utk2m | null | 1427789475 | 1 | t5_2fwo | null | null | null |
True | petrov76 | null | Yes, he talks about playing Battle.Net with this code. He also talks about the bot picking up when the human interrupted it.
It probably isn't that hard to take this codebase, and modify it so it interjects actions to improve human play, without interfering w/ the human. E.g. do better micro.
If this becomes common... | null | 0 | 1319693400 | False | 0 | c2utlcw | t3_lqb73 | null | t1_c2utlcw | t1_c2ut7p3 | null | 1427789475 | 9 | t5_2fwo | null | null | null |
True | antonivs | null | He obviously doesn't realize that emacs has a key sequence for releasing captured parrots back into the wild. | null | 0 | 1319693459 | False | 0 | c2utlkr | t3_lqn76 | null | t1_c2utlkr | t1_c2uthrp | null | 1427789479 | 84 | t5_2fwo | null | null | null |
True | mr_chromatic | null | Yes; why should arrays start at 0?
(We both know why, but we both know how to program.) | null | 0 | 1319693467 | False | 0 | c2utllu | t3_lnevu | null | t1_c2utllu | t1_c2us8na | null | 1427789479 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | Go on...
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 any particular Starcraft game, there are potentially multiple paths to victory; different tech paths or armies could still result in... | null | 0 | 1319693524 | False | 0 | c2utlub | t3_lqb73 | null | t1_c2utlub | t1_c2utio9 | null | 1427789482 | 11 | t5_2fwo | null | null | null |
True | rawlyn | null | That... is... beautiful! | null | 0 | 1319693527 | False | 0 | c2utluv | t3_lqn76 | null | t1_c2utluv | t1_c2utlkr | null | 1427789483 | 7 | t5_2fwo | null | null | null |
True | skidooer | null | What if my application is a viewer for really large 3D medical images generated by a remote imaging device? I've got this really fancy GPU on my system that will have no trouble rendering the data in real time once loaded, but it takes a long time for the data to arrive because I only have modem access at my remote off... | null | 0 | 1319693596 | True | 0 | c2utm4v | t3_lovjq | null | t1_c2utm4v | t1_c2utl8p | null | 1427789486 | 1 | t5_2fwo | null | null | null |
True | thoomfish | null | I can only surmise from the fact that he includes this detail that it must have happened at least once, which is both hilarious and sad. | null | 0 | 1319693732 | False | 0 | c2utmob | t3_lqn76 | null | t1_c2utmob | t3_lqn76 | null | 1427789493 | 67 | t5_2fwo | null | null | null |
True | coonskinmario | null | Yup yup. | null | 0 | 1319693734 | False | 0 | c2utmou | t3_lq2mm | null | t1_c2utmou | t1_c2urm07 | null | 1427789493 | 2 | t5_2fwo | null | null | null |
True | tau-lepton | null | So the client has to wait to get the data. That is not a concurrency issue. | null | 0 | 1319693747 | False | 0 | c2utmqr | t3_lovjq | null | t1_c2utmqr | t1_c2utm4v | null | 1427789494 | 1 | t5_2fwo | null | null | null |
True | kalobkalob | null | I wonder, if you combine this with enough scouting, if you can minimize the asymmetry to a minor factor. | null | 0 | 1319693891 | False | 0 | c2utnb2 | t3_lqb73 | null | t1_c2utnb2 | t1_c2utio9 | null | 1427789502 | 1 | t5_2fwo | null | null | null |
True | uberalles2 | null | Blame IE for shitty coding and then "force" a stupid fix.
Always use...
dataType: "text",
contentType: "application/json; charset=utf-8",
Those that don't get it, keep bashing IE. | null | 0 | 1319693966 | False | 0 | c2utnl4 | t3_lpyyi | null | t1_c2utnl4 | t3_lpyyi | null | 1427789506 | 13 | t5_2fwo | null | null | null |
True | [deleted] | null | watching that video gave me a headache | null | 0 | 1319693987 | False | 0 | c2utno6 | t3_lqb73 | null | t1_c2utno6 | t3_lqb73 | null | 1427789507 | 18 | t5_2fwo | null | null | null |
True | [deleted] | null | i rather upvote this because im not a member of starcraft 2 | null | 0 | 1319694040 | False | 0 | c2utnun | t3_lqb73 | null | t1_c2utnun | t1_c2utf9h | null | 1427789509 | 3 | t5_2fwo | null | null | null |
True | thantik | null | emacs is a great operating system and all, I just find that it's lacking a decent text editor. | null | 0 | 1319694046 | False | 0 | c2utnvv | t3_lqffy | null | t1_c2utnvv | t3_lqffy | null | 1427789510 | 3 | t5_2fwo | null | null | null |
True | FeepingCreature | null | Bandwidth. | null | 0 | 1319694129 | False | 0 | c2uto7p | t3_lkma3 | null | t1_c2uto7p | t1_c2thukr | null | 1427789514 | 1 | t5_2fwo | null | null | null |
True | LenHolgate | null | I've looked at a few of the cross platform libs but many seem to try and shoehorn IOCP into the epoll/kqueue way of working whereas, from what little I know, it seems they are almost opposites. Anyway, thanks for the suggestion. | null | 0 | 1319694138 | False | 0 | c2uto92 | t3_lpi78 | null | t1_c2uto92 | t1_c2urdh5 | null | 1427789515 | 2 | t5_2fwo | null | null | null |
True | ZorbaTHut | null | Check out [Bayesian game](http://en.wikipedia.org/wiki/Bayesian_game) for a big mathematical blob of info :)
But as a (relatively) simple example, let's say we've got a PvZ matchup, each AI is perfect and knows exactly how the other AI is coded, and each player can choose the "rush" or "macro" strategy with the follow... | null | 0 | 1319694203 | False | 0 | c2utoho | t3_lqb73 | null | t1_c2utoho | t1_c2utlub | null | 1427789528 | 23 | t5_2fwo | null | null | null |
True | joe_n | null | The only common accesses for these threads is to the vector being multiplied, and that is only a read operation. I can't imagine restrict would cause any issues, but I'm surprised it would yield a huge speedup.
Anyway for your specific values, the number of elements stored should be around 30 * 1M / 2 = 15M. Again, ... | null | 0 | 1319694402 | False | 0 | c2utp88 | t3_kwo7p | null | t1_c2utp88 | t1_c2uqubr | null | 1427789527 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319694437 | False | 0 | c2utpdk | t3_lmykg | null | t1_c2utpdk | t3_lmykg | null | 1427789531 | 1 | t5_2fwo | null | null | null |
True | xiongchiamiov | null | Sorry, I wasn't quite clear what I meant there. The particular version of psuedocode that Cormen uses adds an extra level of indentation for every loop.
Here is their psuedocode for the merge sort:
MERGE(A, p, q, r)
1 n1 <- q - p + 1
2 n2 <- r - q
3 create arrays L[1..n1 + 1] and R[1..n2 + 1... | null | 0 | 1319694445 | False | 0 | c2utpe3 | t3_lpmaq | null | t1_c2utpe3 | t1_c2urme9 | null | 1427789531 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | It is most definitely a concurrency issue. Again, if you block the main thread, the application will stop working, at least in the eyes of the user. In my example, the user would be prevented from looking at other images while he waits for the new image to download. Why would you want to do that to your user?
Realisti... | null | 0 | 1319694487 | False | 0 | c2utpkp | t3_lovjq | null | t1_c2utpkp | t1_c2utmqr | null | 1427789533 | 1 | t5_2fwo | null | null | null |
True | ZorbaTHut | null | Well . . . sort of.
I mean, you could start at the very beginning, and grab one probe for each possible base and send them off. Then the asymmetry would be dramatically reduced.
Of course, you'd just plain lose because you were spending too much money on scouting. But there wouldn't be nearly as much asymmetry.
I su... | null | 0 | 1319694508 | False | 0 | c2utpnr | t3_lqb73 | null | t1_c2utpnr | t1_c2utnb2 | null | 1427789533 | 4 | t5_2fwo | null | null | null |
True | tau-lepton | null | In your edit you state that rails doesn't handle this by default. So? Use one of the asynchronous extensions for rails. It doesn't handle it by default because it is an unusual case. It doesn't mean it's not relatively easy to accomplish, in fact there are already libraries and patterns to deal with this exact situ... | null | 0 | 1319694556 | False | 0 | c2utpua | t3_lovjq | null | t1_c2utpua | t1_c2utm4v | null | 1427789535 | 1 | t5_2fwo | null | null | null |
True | kalobkalob | null | 8:30 minutes to have that big of a force? Wow! It'd be awesome if they released replays of that. | null | 0 | 1319694604 | False | 0 | c2utq1c | t3_lqb73 | null | t1_c2utq1c | t3_lqb73 | null | 1427789538 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | Now you have me confused. Who writes a desktop 3D imaging application in Rails? Rails is great for generation of web content, but we're talking about MVC and related design patterns here, not creating HTML pages. | null | 0 | 1319694665 | False | 0 | c2utqad | t3_lovjq | null | t1_c2utqad | t1_c2utpua | null | 1427789541 | 1 | t5_2fwo | null | null | null |
True | judah_mu | null | Does it work with Evony? /troll | null | 0 | 1319694681 | False | 0 | c2utqct | t3_lqb73 | null | t1_c2utqct | t1_c2usjf9 | null | 1427789542 | -3 | t5_2fwo | null | null | null |
True | cultic_raider | null | They are font faces. Check your friendly neighborhood CSS reference, for example.
A font, much like a person, is more than just a pretty face. | null | 0 | 1319694748 | False | 0 | c2utqmj | t3_lqffy | null | t1_c2utqmj | t1_c2utl6f | null | 1427789545 | 6 | t5_2fwo | null | null | null |
True | Coriform | null | Ubuntu isn't free? | null | 0 | 1319694826 | False | 0 | c2utqwv | t3_lqn76 | null | t1_c2utqwv | t3_lqn76 | null | 1427789549 | 4 | t5_2fwo | null | null | null |
True | tau-lepton | null | You brought up the 3d application not me.
Anyway here are some libraries that handle long running jobs. I could care less if you don't want to use rails, don't. But don't assert that there are not facilities for handling long running jobs.
http://wiki.rubyonrails.org/howtos/background-processes | null | 0 | 1319694854 | False | 0 | c2utr0m | t3_lovjq | null | t1_c2utr0m | t1_c2utqad | null | 1427789550 | 1 | t5_2fwo | null | null | null |
True | Ihategeeks | null | 9 pylon
11 gate/Chrono Boost Nexus
14 Chrono Boost Nexus
16 Cybercore/Assimilator
16 Pylon
17 CHronoboost Nexus
18 Gate/Zealot
21 - mine gas
22 - pylon/chrono nexus
23 - assimilator
25 - zealot
28 - Stalker
29 - pylon
30 - chrono boost cybercore/ zealot
32 - mine second gas/ chronoboost cybercore/ 2 s... | null | 0 | 1319694855 | False | 0 | c2utr0y | t3_lqb73 | null | t1_c2utr0y | t3_lqb73 | null | 1427789551 | 11 | t5_2fwo | null | null | null |
True | tau-lepton | null | Already posted this, but here you go
http://wiki.rubyonrails.org/howtos/background-processes | null | 0 | 1319694894 | False | 0 | c2utr6i | t3_lovjq | null | t1_c2utr6i | t1_c2utpkp | null | 1427789553 | 1 | t5_2fwo | null | null | null |
True | cultic_raider | null | Heh, imagine writing an Emacs tutorial in Markdown. It would take strong AI to render properly. | null | 0 | 1319694917 | False | 0 | c2utr96 | t3_lqffy | null | t1_c2utr96 | t1_c2usycr | null | 1427789553 | 1 | t5_2fwo | null | null | null |
True | frighter | null | Sounds like something like this would be really cool to be able to pull more information out of starcraft 2 replays then what the replay file itself can provide. | null | 0 | 1319694927 | False | 0 | c2utrb0 | t3_lqb73 | null | t1_c2utrb0 | t3_lqb73 | null | 1427789555 | 2 | t5_2fwo | null | null | null |
True | cultic_raider | null | That is called VIPER. | null | 0 | 1319694945 | False | 0 | c2utrd3 | t3_lqffy | null | t1_c2utrd3 | t1_c2ut7g5 | null | 1427789555 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | And a second suggestion if you are using rails. Learn how it works. | null | 0 | 1319694994 | False | 0 | c2utrj4 | t3_lovjq | null | t1_c2utrj4 | t1_c2utpkp | null | 1427789557 | 1 | t5_2fwo | null | null | null |
True | bombnomnom | null | rms said the same thing to Oracle when they tried to show him MySQL. | null | 0 | 1319694999 | False | 0 | c2utrjq | t3_lqn76 | null | t1_c2utrjq | t1_c2uthrp | null | 1427789557 | 9 | t5_2fwo | null | null | null |
True | keath | null | A captive parrot isn't free. :( | null | 0 | 1319695043 | False | 0 | c2utrpf | t3_lqn76 | null | t1_c2utrpf | t1_c2utqwv | null | 1427789560 | 12 | t5_2fwo | null | null | null |
True | cojoco | null | He came to [visit my parrots](http://home.iprimus.com.au/cojoco/rms/RichardAndTheParrots.html) in 2004.
He said at the time he doesn't want his own parrot because he's travelling all the time, and they'd eat his books.
| null | 0 | 1319695070 | False | 0 | c2utrtb | t3_lqn76 | null | t1_c2utrtb | t3_lqn76 | null | 1427789562 | 122 | t5_2fwo | null | null | null |
True | ladaghini | null | > Why call it 'faces' when everybody calls it 'fonts'.
Because it comes from typefaces? | null | 0 | 1319695142 | False | 0 | c2uts1s | t3_lqffy | null | t1_c2uts1s | t1_c2utl6f | null | 1427789564 | 5 | t5_2fwo | null | null | null |
True | TKN | null | There certainly are some [new demos](http://www.youtube.com/watch?v=ktUguF1TnJk) for the PET but I doubt anything too impressive was done back then.
Just imagine how people would have reacted to something like [this](http://www.youtube.com/watch?v=1KeYnbCoNpE&feature=related) instead of the [C64 demonstrations](ht... | null | 0 | 1319695167 | False | 0 | c2uts4w | t3_lp3rw | null | t1_c2uts4w | t1_c2ushv7 | null | 1427789565 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | I re-read this and only now do I see that you're shooting in the dark, that's not how web apps work. In this case the client isn't blocked, the server sends a timely response, which is a web page that has javascipt code to check the status of the job and refresh the page, typically AJAX, but it could use comet or a we... | null | 0 | 1319695295 | False | 0 | c2utsmt | t3_lovjq | null | t1_c2utsmt | t1_c2utdh2 | null | 1427789572 | 1 | t5_2fwo | null | null | null |
True | IvyMike | null | I named my surprise pet parrot 'Ubuntu', and Stallman's coming over tomorrow. Dammit. | null | 0 | 1319695385 | False | 0 | c2utsyo | t3_lqn76 | null | t1_c2utsyo | t1_c2utrpf | null | 1427789578 | 31 | t5_2fwo | null | null | null |
True | tau-lepton | null | The client should receive a timely response and provide a status page that is periodically updated. See my other response for details. | null | 0 | 1319695478 | False | 0 | c2utta7 | t3_lovjq | null | t1_c2utta7 | t1_c2utpkp | null | 1427789583 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | It's a view problem, you've been thinking it was a model or data access problem. | null | 0 | 1319695570 | False | 0 | c2uttm1 | t3_lovjq | null | t1_c2uttm1 | t1_c2uti4s | null | 1427789588 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | Wait, you're now suggesting that a developer should send the request to another process just to avoid using an asynchronous pattern to download model data? Haha.
This is a solved problem already. You just talked like you had an even better solution. It is clear now that you do not. | null | 0 | 1319695766 | False | 0 | c2utudc | t3_lovjq | null | t1_c2utudc | t1_c2utr0m | null | 1427789599 | 1 | t5_2fwo | null | null | null |
True | aristus | null | Not sure what you mean. The book is written, and has been read by several dozen people. We're working on the illustrations and the Spanish edition now. It will be available at an Amazon near you in December. The Kickstarter project is to help raise money to pay translators and proofers, and to give people a place to ma... | null | 0 | 1319695774 | False | 0 | c2utue6 | t3_lq2mm | null | t1_c2utue6 | t1_c2utfqw | null | 1427789599 | 4 | t5_2fwo | null | null | null |
True | tau-lepton | null | http://www.therailsway.com/2009/2/22/file-downloads-done-right
You've described a large file download problem, among other things. | null | 0 | 1319695867 | False | 0 | c2utuq5 | t3_lovjq | null | t1_c2utuq5 | t1_c2uti4s | null | 1427789598 | 1 | t5_2fwo | null | null | null |
True | mhd420 | null | RMS has got some serious 'spergs. | null | 0 | 1319695905 | False | 0 | c2utuv1 | t3_lqn76 | null | t1_c2utuv1 | t3_lqn76 | null | 1427789601 | 6 | t5_2fwo | null | null | null |
True | comex | null | Ubuntu includes a bunch of non-free drivers in the standard distribution, and prominently features paid apps in Software Center. | null | 0 | 1319695919 | False | 0 | c2utuwn | t3_lqn76 | null | t1_c2utuwn | t1_c2utqwv | null | 1427789601 | 33 | t5_2fwo | null | null | null |
True | [deleted] | null | It's easy to make fun of RMS' long list of specific demands, but it also just seems like he's sensitive, principled, and being incredibly honest. He mostly justifies his requests, and the reasons for most of them are very reasonable.
FWIW, poorly-socialized dogs (i.e., all suburban dogs) that are big enough to bite of... | null | 0 | 1319695951 | False | 0 | c2utv0o | t3_lqn76 | null | t1_c2utv0o | t3_lqn76 | null | 1427789602 | 97 | t5_2fwo | null | null | null |
True | skidooer | null | I have been developing Rails applications it since it was first release to the world. I have developed some pretty major projects using it. I'm *very* familiar with it. Thanks for the suggestion though.
Rails doesn't really apply to what we're talking about though. It is completely serial. Most MVC applications are no... | null | 0 | 1319696008 | False | 0 | c2utv6s | t3_lovjq | null | t1_c2utv6s | t1_c2utrj4 | null | 1427789605 | 1 | t5_2fwo | null | null | null |
True | rawlyn | null | I couldn't care less about starcraft, so I don't read that subreddit. I do however give a massive shit about programming.
This is a perfect example of an *acceptable* cross post.
FWIW, I went and downvoted the other post, just to make a point (of sorts). | null | 0 | 1319696069 | False | 0 | c2utves | t3_lqb73 | null | t1_c2utves | t1_c2utf9h | null | 1427789608 | 6 | t5_2fwo | null | null | null |
True | tau-lepton | null | It's not a model problem, it's a download problem, and you're right it has been solved, and has nothing to do with the need to handle long running backend database or service requests asynchronously, just to handle them. Way to be obtuse. | null | 0 | 1319696075 | False | 0 | c2utvfr | t3_lovjq | null | t1_c2utvfr | t1_c2utudc | null | 1427789609 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | Who said anything about web apps? MVC is a design pattern, not an application. | null | 0 | 1319696141 | False | 0 | c2utvns | t3_lovjq | null | t1_c2utvns | t1_c2utsmt | null | 1427789611 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | How can you update the interface when the main thread is blocked? Do you understand what blocking means? | null | 0 | 1319696188 | False | 0 | c2utvt5 | t3_lovjq | null | t1_c2utvt5 | t1_c2utta7 | null | 1427789614 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | Bullshit, the problem you finally decided to describe was solved before rails and has virtually nothing to do with MVC. | null | 0 | 1319696189 | False | 0 | c2utvtd | t3_lovjq | null | t1_c2utvtd | t1_c2utv6s | null | 1427789614 | 1 | t5_2fwo | null | null | null |
True | travis- | null | Having read that, I can safely assume Richard is not someone I'd like to have a beer with. I can see it, someone forgets and cooks him breakfast to see him freaking out about his no asking about breakfast rule. wtf?
EDIT: I should say have wine with. And that is if he is feeling up to it. | null | 0 | 1319696271 | True | 0 | c2utw3r | t3_lqn76 | null | t1_c2utw3r | t3_lqn76 | null | 1427789622 | 24 | t5_2fwo | null | null | null |
True | skidooer | null | It is a model problem if you put the network logic the model. That is where you suggested it should go way back in the thread, remember? | null | 0 | 1319696315 | False | 0 | c2utw8t | t3_lovjq | null | t1_c2utw8t | t1_c2utvfr | null | 1427789627 | 1 | t5_2fwo | null | null | null |
True | skidooer | null | It doesn't even apply to Rails. We've both agreed that it operates serially. I'm not sure why you keep going back to Rails? | null | 0 | 1319696370 | False | 0 | c2utwg2 | t3_lovjq | null | t1_c2utwg2 | t1_c2utvtd | null | 1427789623 | 1 | t5_2fwo | null | null | null |
True | moondance | null | Not. Programming. | null | 0 | 1319696374 | False | 0 | c2utwgi | t3_lqn76 | null | t1_c2utwgi | t3_lqn76 | null | 1427789623 | 26 | t5_2fwo | null | null | null |
True | nmulcahey | null | I assume Warden will probably crush your soul if you run this on Bnet right now. | null | 0 | 1319696376 | True | 0 | c2utwgw | t3_lqb73 | null | t1_c2utwgw | t1_c2utlcw | null | 1427789623 | 2 | t5_2fwo | null | null | null |
True | nom-de-reddit | null | You might be interested in this book... http://nostarch.com/hacking2.htm | null | 0 | 1319696419 | False | 0 | c2utwmu | t3_lpmaq | null | t1_c2utwmu | t1_c2unc1r | null | 1427789626 | 1 | t5_2fwo | null | null | null |
True | catcradle5 | null | This is really cool, but do you think it goes against Blizzard's Terms of Use? I would guess it probably does. | null | 0 | 1319696463 | False | 0 | c2utwsi | t3_lqb73 | null | t1_c2utwsi | t3_lqb73 | null | 1427789629 | 0 | t5_2fwo | null | null | null |
True | simucal | null | I found the [slides](http://projects.mariusgundersen.net/OnGameStart/). It makes this video watchable even with the poor camera work. Most of the slides have interactive canvas examples. Pretty cool.
| null | 0 | 1319696507 | True | 0 | c2utwxp | t3_lq54t | null | t1_c2utwxp | t3_lq54t | null | 1427789629 | 2 | t5_2fwo | null | null | null |
True | javajunkie314 | null | "The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense." -- Edsger Dijkstra | null | 0 | 1319696516 | False | 0 | c2utwyz | t3_lpmaq | null | t1_c2utwyz | t1_c2unvyt | null | 1427789631 | 3 | t5_2fwo | null | null | null |
True | tau-lepton | null | Are you really that stupid or just a dick. | null | 0 | 1319696534 | False | 0 | c2utx12 | t3_lovjq | null | t1_c2utx12 | t1_c2utvns | null | 1427789631 | 1 | t5_2fwo | null | null | null |
True | tau-lepton | null | Show me where I suggested that. | null | 0 | 1319696580 | False | 0 | c2utx6u | t3_lovjq | null | t1_c2utx6u | t1_c2utw8t | null | 1427789641 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319696684 | False | 0 | c2utxj3 | t3_lpyyi | null | t1_c2utxj3 | t1_c2uscfw | null | 1428185504 | 1 | t5_2fwo | null | null | null |
True | 00kyle00 | null | XP has everything to do with that. Vista was first OS with driver model that fixes this. | null | 0 | 1319696722 | False | 0 | c2utxo4 | t3_losip | null | t1_c2utxo4 | t1_c2ur9nu | null | 1427789646 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1319696790 | False | 0 | c2utxwd | t3_lqb73 | null | t1_c2utxwd | t1_c2utpnr | null | 1427789644 | 1 | t5_2fwo | null | null | null |
True | sharkeyzoic | null | The first rule of Breakfast Club is ...
wait, maybe I'm getting my movies mixed up. | null | 0 | 1319696923 | False | 0 | c2utycm | t3_lqn76 | null | t1_c2utycm | t1_c2utw3r | null | 1427789713 | 21 | t5_2fwo | null | null | null |
True | underdog138 | null | >But unfortunately, both of our AIs are smart. Assume Z is going to rush. P knows that Z is going to rush, so P chooses to rush. Now Z knows that P is going to rush, so Z chooses to macro. Now P knows that Z is going to macro, so P macros. Now Z knows that P is going to macro, so Z rushes. We can just run around thi... | null | 0 | 1319696935 | False | 0 | c2utyec | t3_lqb73 | null | t1_c2utyec | t1_c2utoho | null | 1427789649 | 8 | t5_2fwo | null | null | null |
True | skidooer | null | grauenwolf said:
> Whoa, wait a second. A Model is supposed to be pure data, no external resouces involved at all. The Controller is in charge of fetching and storing data, either directly or via some sort of service/repository.
You disagreed. And the pointed to ActiveResource, which puts the network logic in the ... | null | 0 | 1319696981 | False | 0 | c2utyk3 | t3_lovjq | null | t1_c2utyk3 | t1_c2utx6u | null | 1427789716 | 1 | t5_2fwo | null | null | null |
True | YourAnMoran | null | Well, RMS *is* a rockstar programmer. Rockstars are known for their long lists of demands regarding venues and accommodation. See Van Halen for instance. | null | 0 | 1319697023 | False | 0 | c2utypd | t3_lqn76 | null | t1_c2utypd | t1_c2utv0o | null | 1427789718 | 16 | t5_2fwo | null | null | null |
True | ZorbaTHut | null | Yep, not a bad example :) Given the options of which to drink, and a perfectly intelligent opponent, the right solution is to choose randomly.
Or, better, find a third option, although in Starcraft that's a bit tricky. | null | 0 | 1319697135 | False | 0 | c2utz3d | t3_lqb73 | null | t1_c2utz3d | t1_c2utyec | null | 1427789723 | 3 | t5_2fwo | null | null | null |
True | michaelstripe | null | Where did you get the mesh for the scene? | null | 0 | 1319697157 | False | 0 | c2utz6f | t3_loe9z | null | t1_c2utz6f | t3_loe9z | null | 1427789724 | 1 | t5_2fwo | null | null | null |
True | ICanSayWhatIWantTo | null | I once had to debug an application that used huge and constantly changing tiered shared hashes that was leaking memory like a sieve until I stopped simply deleting the upper-level key and started recursively deleting all sub-hashes (no circular references were being used either). I seem to recall finding a link at the... | null | 0 | 1319697188 | False | 0 | c2utzam | t3_lpmaq | null | t1_c2utzam | t1_c2utewb | null | 1427789726 | 1 | t5_2fwo | null | null | null |
True | Gotebe | null | You are the second Lisper this month to whom I need to explain why C++ approach is better. Not much, but still. See, with scope-based resource release of C++, you needn't have that WITH-whatever, you needn't write it, and you don't *need* that "close" or whatever in your object. A destructor is all there is to it. And ... | null | 0 | 1319697189 | False | 0 | c2utzay | t3_lpicx | null | t1_c2utzay | t1_c2umj7x | null | 1427789726 | 1 | t5_2fwo | null | null | null |
True | merehap | null | Yeah, they'd have to add a ton of improvements to gource for it to be even close to as exciting as programming. Sadly, I doubt it's possible. | null | 0 | 1319697193 | False | 0 | c2utzbg | t3_lpjq8 | null | t1_c2utzbg | t1_c2urjxk | null | 1427789726 | 2 | t5_2fwo | null | null | null |
True | b0dhi | null | Vista would've tried to re-start the video driver, failed, and reverted to standard driver, just as XP did. What Vista's driver model does is prevent a crashed driver from bringing down the whole system. That obviously didn't happen here and would've helped nothing. | null | 0 | 1319697241 | True | 0 | c2utzgv | t3_losip | null | t1_c2utzgv | t1_c2utxo4 | null | 1427789728 | -1 | t5_2fwo | null | null | null |
True | tau-lepton | null | Then why did you think it applied to Rails in the first place. My initial comment was about using Web Services as data sources in MVC applications, the natural objection being long response time, not large responses. Apparently you confused the two. You are correct that the problem of handing large responses on the ... | null | 0 | 1319697322 | False | 0 | c2utzqi | t3_lovjq | null | t1_c2utzqi | t1_c2utwg2 | null | 1427789731 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | It actually seems to first chrono the nexus at 9, which is very strange. | null | 0 | 1319697371 | False | 0 | c2utzwk | t3_lqb73 | null | t1_c2utzwk | t1_c2utr0y | null | 1427789734 | 6 | t5_2fwo | null | null | null |
True | raforther | null | That M&M's thing had a point though. | null | 0 | 1319697382 | False | 0 | c2utzxy | t3_lqn76 | null | t1_c2utzxy | t1_c2utypd | null | 1427789734 | 37 | 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.