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 | Timmmmbob | null | Does he explain how to do something useful? A particle system for example? | null | 0 | 1315165332 | False | 0 | c2hgnfc | t3_k3bse | null | t1_c2hgnfc | t1_c2hc6h8 | null | 1427558219 | 0 | t5_2fwo | null | null | null |
True | bcain | null | > With my experiences with boost, it can have a lot of dependencies even if you only want to do a small part of it
For all of the supported platforms, those dependencies are satisfied by other boost libraries.
> you can get 20MB of just library code in your app, which I haven't seen and probably isn't an issue ... | null | 0 | 1315165416 | False | 0 | c2hgnr8 | t3_k3l0g | null | t1_c2hgnr8 | t1_c2h9n4y | null | 1427558213 | 0 | t5_2fwo | null | null | null |
True | bintu | null | When can we get and update to Black Market? I'd rather have you code that. | null | 0 | 1315165447 | False | 0 | c2hgnvw | t3_k4395 | null | t1_c2hgnvw | t3_k4395 | null | 1427558215 | 1 | t5_2fwo | null | null | null |
True | bcain | null | I'm not sure why they're (I'm) considered a fanboy. You know that much of what constitutes boost ends up as C++11 language features, right?
Just because they haven't suffered the pain of porting boost to an unsupported platform doesn't mean that their opinion isn't valuable. | null | 0 | 1315165517 | False | 0 | c2hgo6p | t3_k3l0g | null | t1_c2hgo6p | t1_c2hfv59 | null | 1427558230 | 1 | t5_2fwo | null | null | null |
True | codeshite | null | It's ok, you don't have to use Java, and it sounds like you shouldn't.
This wasn't intended as a Java thing, it was more a critique of some frighteningly common and naive points of view.
Scaremongering the death of a language has been going on since I can remember... whilst those using it quietly work away writing ... | null | 0 | 1315165677 | False | 0 | c2hgotn | t3_k42i7 | null | t1_c2hgotn | t1_c2hggpa | null | 1427558228 | 4 | t5_2fwo | null | null | null |
True | Negitivefrags | null | He explained that in the third paragraph
> For example, std::vector<T>::resize, std::vector<T>::reserve automatically use T’s move-constructor instead of a copy-constructor if T's move-constructor does not throw. Moving of T objects instead of copying would likely achieve higher performance. | null | 0 | 1315165695 | False | 0 | c2hgow3 | t3_k4a5c | null | t1_c2hgow3 | t1_c2hg7wm | null | 1427558229 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | Next to the box where the clone URL for your repository is there's a button that says "HTTP". Use that link for the remote instead. | null | 0 | 1315165752 | False | 0 | c2hgp4c | t3_k4dqo | null | t1_c2hgp4c | t1_c2hg9r9 | null | 1427558232 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | ### THE CLOUD! | null | 0 | 1315165768 | False | 0 | c2hgp6v | t3_k42i7 | null | t1_c2hgp6v | t3_k42i7 | null | 1427558236 | 11 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315165892 | False | 0 | c2hgpnl | t3_k4jik | null | t1_c2hgpnl | t3_k4jik | null | 1427558241 | -2 | t5_2fwo | null | null | null |
True | RiotingPacifist | null | Use a filesystem suited to your data, either use something with a small extents size or something with tailpacking, minimum filesize isn't really an issue | null | 0 | 1315166006 | False | 0 | c2hgq3d | t3_k3w0c | null | t1_c2hgq3d | t1_c2hftit | null | 1427558243 | 0 | t5_2fwo | null | null | null |
True | Smallpaul | null | This makes no sense. An individual or organization does not do something because something else is "not a good idea." The NSA is doing this because they wish to get more contributors of all kinds to their code. This reduces costs and improves quality along all vectors. Given how little of the code base is dedicated tow... | null | 0 | 1315166069 | False | 0 | c2hgqcj | t3_k3w0c | null | t1_c2hgqcj | t1_c2hbhhx | null | 1427558246 | 1 | t5_2fwo | null | null | null |
True | Smallpaul | null | > The principle is simple: what use is information if you can't get it quickly enough?
You're stretching. This software could be used just as easily to power a completely public search engine as to power a private key database. It is essentially agnostic towards information security to the same extent that the two'... | null | 0 | 1315166275 | False | 0 | c2hgr7b | t3_k3w0c | null | t1_c2hgr7b | t1_c2hc2c0 | null | 1427558256 | 2 | t5_2fwo | null | null | null |
True | 00kyle00 | null | No. This doesn't explain how having _noexcept move-ctor_ improves performance. I'm skeptical that it does (but it may, i dunno) because violation of noexcept is required to be detected.
Edit: Yeah well, disregard that. move_if_noexcept provides improved performance, not _noexcept move-ctor_ per se. My bad. | null | 0 | 1315166284 | True | 0 | c2hgr8m | t3_k4a5c | null | t1_c2hgr8m | t1_c2hgow3 | null | 1427558256 | 1 | t5_2fwo | null | null | null |
True | Smallpaul | null | Yes. Of course THEIR APPLICATION of the technology has a national security aspect to it, just as their application of light switches does. That does not mean that this software has any deep or intrinsic software security aspect. | null | 0 | 1315166394 | False | 0 | c2hgrop | t3_k3w0c | null | t1_c2hgrop | t1_c2hcroz | null | 1427558262 | 3 | t5_2fwo | null | null | null |
True | Otis_Inf | null | > Would love to see an example of your lambda-based fluent interface
http://weblogs.asp.net/fbouma/archive/2011/04/21/llblgen-pro-queryspec-the-basics.aspx | null | 0 | 1315166445 | False | 0 | c2hgrvb | t3_k3pyu | null | t1_c2hgrvb | t1_c2hglg3 | null | 1427558265 | 1 | t5_2fwo | null | null | null |
True | bcain | null | > Why should I bother with that, such a huge addon?
If you use python or Java (or ruby, perl, or php), do you find yourself complaining about the utility of the standard library? Or do you just say, "gee, this is really convenient"? If boost were included with every C++ compiler, would you still find it so distas... | null | 0 | 1315166505 | False | 0 | c2hgs42 | t3_k3l0g | null | t1_c2hgs42 | t1_c2hfipy | null | 1427558269 | 1 | t5_2fwo | null | null | null |
True | geon | null | I'm hardly that experienced, but It seems to me that the issue is not so much working with large tools and framework, as working with *bad* tools and documentation.
I do web and iOS development. On the web side, it is mainly CakePHP and Joomla. Booth have OK-to-decent documentation, and do their job well-to-great.
As... | null | 0 | 1315166539 | False | 0 | c2hgs8r | t3_k42if | null | t1_c2hgs8r | t3_k42if | null | 1427558269 | 8 | t5_2fwo | null | null | null |
True | attrition0 | null | Get the fuck out | null | 0 | 1315166687 | False | 0 | c2hgstl | t3_k4jik | null | t1_c2hgstl | t1_c2hgpnl | null | 1427558278 | 3 | t5_2fwo | null | null | null |
True | edma2 | null | Yeah. More subtle, less space efficient. | null | 0 | 1315166824 | False | 0 | c2hgtci | t3_k3vg1 | null | t1_c2hgtci | t1_c2hgd9c | null | 1427558285 | 2 | t5_2fwo | null | null | null |
True | LoveGroucho | null | OUT | null | 0 | 1315166853 | False | 0 | c2hgtgk | t3_k4jik | null | t1_c2hgtgk | t1_c2hgpnl | null | 1427558294 | 1 | t5_2fwo | null | null | null |
True | mrreddit | null | This is going on my resume, 'torvalds is using GitHub to share code with you!' | null | 0 | 1315166873 | False | 0 | c2hgtjg | t3_k3un1 | null | t1_c2hgtjg | t3_k3un1 | null | 1427558287 | 1 | t5_2fwo | null | null | null |
True | terremoto | null | Imgur will re-compress images, and it only accepts JPEGs as well. | null | 0 | 1315166993 | False | 0 | c2hgu1g | t3_k3vg1 | null | t1_c2hgu1g | t1_c2hgcwd | null | 1427558296 | 4 | t5_2fwo | null | null | null |
True | LoveGroucho | null | nah, thats what [/r/all](http://www.reddit.com/r/yeahiknowthankgodforrollovers) is for. | null | 0 | 1315167069 | False | 0 | c2hguc9 | t3_k2x8k | null | t1_c2hguc9 | t1_c2ha1mu | null | 1427558296 | 2 | t5_2fwo | null | null | null |
True | a_redditor | null | Please don't post stupid memes to /r/programming. | null | 0 | 1315167221 | False | 0 | c2hguyn | t3_k4lvv | null | t1_c2hguyn | t3_k4lvv | null | 1427558306 | 1 | t5_2fwo | null | null | null |
True | camzakcamzak | null | Give me $2 and I'll make one. 50 cents more and I'll make it as horrible as possible. | null | 0 | 1315167558 | False | 0 | c2hgwb8 | t3_k1z0c | null | t1_c2hgwb8 | t1_c2h7cnl | null | 1428195575 | 1 | t5_2fwo | null | null | null |
True | eganist | null | Developing a high-availability data store is completely in line with information security and assurance. Making the entire project open was done in order to ensure that the design is one which is secure by design rather than by obscurity.
So, how exactly does my point make no sense? | null | 0 | 1315167639 | False | 0 | c2hgwml | t3_k3w0c | null | t1_c2hgwml | t1_c2hgqcj | null | 1427558327 | 2 | t5_2fwo | null | null | null |
True | suppressingfire | null | Good post. If you add a = a.intern() and b=b.intern() before assert(a==b) the assertion will pass. | null | 0 | 1315167722 | False | 0 | c2hgwyw | t3_k3ivo | null | t1_c2hgwyw | t1_c2hdrxq | null | 1427558332 | 2 | t5_2fwo | null | null | null |
True | eganist | null | You stand to be corrected, perhaps unwillingly.
The goals of information security and assurance is to ensure the following:
* Confidentiality of information
* Data Integrity
* Availability of information to the correct individuals
* Authenticity of data
* Non-repudiation
Other information security and assurance ... | null | 0 | 1315168068 | True | 0 | c2hgyd8 | t3_k3w0c | null | t1_c2hgyd8 | t1_c2hgr7b | null | 1427558350 | 1 | t5_2fwo | null | null | null |
True | Smallpaul | null | > Making the entire project open was done in order to ensure that the design is one which is secure by design rather than by obscurity.
[citation needed]
| null | 0 | 1315168213 | False | 0 | c2hgz18 | t3_k3w0c | null | t1_c2hgz18 | t1_c2hgwml | null | 1427558358 | 1 | t5_2fwo | null | null | null |
True | the_real_rezzie | null | > Shit-F1
> Dump()
Hehe. | null | 0 | 1315168256 | False | 0 | c2hgz87 | t3_k4jik | null | t1_c2hgz87 | t1_c2hg6cc | null | 1427558361 | 9 | t5_2fwo | null | null | null |
True | eganist | null | Perhaps it's not open knowledge, but I'd bet my degree in information security as well as my career on it.
As an aside, the NSA has an entire subsection devoted to Information Assurance. It's a great read:
http://www.nsa.gov/ia/index.shtml | null | 0 | 1315168351 | False | 0 | c2hgzmo | t3_k3w0c | null | t1_c2hgzmo | t1_c2hgz18 | null | 1427558366 | 2 | t5_2fwo | null | null | null |
True | hsoft | null | s/Programming/Java | null | 0 | 1315168362 | False | 0 | c2hgzok | t3_k42if | null | t1_c2hgzok | t3_k42if | null | 1427558367 | 21 | t5_2fwo | null | null | null |
True | grauenwolf | null | Lets take a immutable variable, or what us CS guys call constants.
In what way is a closure over a constant meaningful? If you want to reuse a constant somewhere else you don't need a closure, you can just use it.
Looking at it from the other side, Closures are really nothing more than syntatic sugar for passing ex... | null | 0 | 1315168372 | False | 0 | c2hgzq7 | t3_k3pyu | null | t1_c2hgzq7 | t1_c2hgazd | null | 1427558367 | 1 | t5_2fwo | null | null | null |
True | mikef22 | null | US folk don't do sarcasm, remember. | null | 0 | 1315168672 | False | 0 | c2hh119 | t3_k42i7 | null | t1_c2hh119 | t1_c2hg3ym | null | 1427558384 | 0 | t5_2fwo | null | null | null |
True | grauenwolf | null | Even with block suballocation or "tail packing" you still need to consider the block size in comparison to the record size. | null | 0 | 1315168927 | False | 0 | c2hh238 | t3_k3w0c | null | t1_c2hh238 | t1_c2hgq3d | null | 1427558403 | 1 | t5_2fwo | null | null | null |
True | d1v1d3byz3r0 | null | I was referring mostly to talks I've seen in person, but here's a few I was able to dig up:
http://www.infoq.com/presentations/Transforming-to-Groovy
http://www.infoq.com/presentations/Creating-DSLs-in-Java-Venkat-Subramaniam
http://www.infoq.com/presentations/venkat-agile-practices-nfjs
http://thirstyhead.com/watc... | null | 0 | 1315169028 | False | 0 | c2hh2i6 | t3_k3bse | null | t1_c2hh2i6 | t1_c2hcnsy | null | 1427558406 | 1 | t5_2fwo | null | null | null |
True | el_muchacho | null | This is pretty much the definition of Tokyo/Kyoto Cabinet. | null | 0 | 1315169075 | False | 0 | c2hh2ow | t3_k3w0c | null | t1_c2hh2ow | t1_c2hcmcy | null | 1427558409 | 1 | t5_2fwo | null | null | null |
True | yogthos | null | OOP did what now? | null | 0 | 1315169128 | False | 0 | c2hh2wx | t3_k42if | null | t1_c2hh2wx | t1_c2hegqb | null | 1427558411 | 11 | t5_2fwo | null | null | null |
True | flussence | null | http://developers.slashdot.org/story/11/02/09/025237/Java-Floating-Point-Bug-Can-Lock-Up-Servers | null | 0 | 1315169129 | False | 0 | c2hh2x4 | t3_k3ivo | null | t1_c2hh2x4 | t1_c2hg986 | null | 1427558411 | 4 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315169222 | False | 0 | c2hh3ai | t3_k3vo0 | null | t1_c2hh3ai | t3_k3vo0 | null | 1427558414 | 1 | t5_2fwo | null | null | null |
True | d1v1d3byz3r0 | null | TextMate (see above) | null | 0 | 1315169268 | False | 0 | c2hh3h1 | t3_k3bse | null | t1_c2hh3h1 | t1_c2hcl5m | null | 1427558417 | 2 | t5_2fwo | null | null | null |
True | MatrixFrog | null | http://ro-che.info/ccc/11.html | null | 0 | 1315169270 | False | 0 | c2hh3h7 | t3_k21i7 | null | t1_c2hh3h7 | t1_c2gxl36 | null | 1427558417 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | textmate. | null | 0 | 1315169315 | False | 0 | c2hh3o5 | t3_k3bse | null | t1_c2hh3o5 | t1_c2hcl5m | null | 1427558419 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | You're not gonna write it in Haskell? Fucking n00bs. | null | 0 | 1315169339 | False | 0 | c2hh3rn | t3_k4395 | null | t1_c2hh3rn | t3_k4395 | null | 1427558421 | 0 | t5_2fwo | null | null | null |
True | password456 | null | Also, the latest [beta](http://www.linqpad.net/beta.aspx) includes an [interactive tutorial on async functions](http://social.msdn.microsoft.com/Forums/en-AU/async/thread/08ca7f35-2053-4131-a80e-40b53ddd3450)
| null | 0 | 1315169379 | False | 0 | c2hh3x0 | t3_k4jik | null | t1_c2hh3x0 | t3_k4jik | null | 1427558423 | 7 | t5_2fwo | null | null | null |
True | grauenwolf | null | Because you still have to explain what it is.
Closures are incredibly simple concepts that one can explain in terms of syntax. Further more the implementation of it is easy to understand using decompiler.
Monads, as used in Haskell, are a catch all for everything from side effect management to query comprehensions t... | null | 0 | 1315169467 | False | 0 | c2hh488 | t3_k3pyu | null | t1_c2hh488 | t1_c2hgblh | null | 1427558436 | 1 | t5_2fwo | null | null | null |
True | bcash | null | This is another aspect, the "can't see the wood for the trees" aspect of developers when it comes to technology choices.
The death of Java has been coming any day now since the first spring of Ruby hype back in 2005 or so; but instead of becoming an irrelevance, more and more high-profile users are making more and mor... | null | 0 | 1315169488 | False | 0 | c2hh4bi | t3_k42i7 | null | t1_c2hh4bi | t1_c2hggpa | null | 1427558428 | 3 | t5_2fwo | null | null | null |
True | grauenwolf | null | Not necessarily. If MSR ever finished their implementation of code contracts then we would also get the concept of functional purity. And with that the compiler would have enough information to catch the simple cases. | null | 0 | 1315169559 | False | 0 | c2hh4l5 | t3_k3pyu | null | t1_c2hh4l5 | t1_c2hfw2v | null | 1427558443 | 1 | t5_2fwo | null | null | null |
True | Rhomboid | null | It's a PDF because it's a paper that was submitted to the Concurrency Working Group of the C/C++ standards committee. In the time it took to type your comment you could have just put the URL into google and clicked on [QuickView](http://docs.google.com/viewer?url=http%3A%2F%2Fwww.open-std.org%2FJTC1%2FSC22%2FWG21%2Fdo... | null | 0 | 1315169614 | False | 0 | c2hh4t2 | t3_k4jfq | null | t1_c2hh4t2 | t1_c2hgm0t | null | 1427558439 | 21 | t5_2fwo | null | null | null |
True | grauenwolf | null | Still there is interesting research into making it better than it is now. For example the "Interactive Extensions" has a way to insert a ToList-like clause that won't evaluate it immediately, but will cache the results of the proceeding OrderBy clause.
Of course the vast majority of the time this wouldn't be worth bot... | null | 0 | 1315169744 | False | 0 | c2hh5bb | t3_k3pyu | null | t1_c2hh5bb | t1_c2hg86q | null | 1428195573 | 2 | t5_2fwo | null | null | null |
True | grauenwolf | null | I think you exagerate the amount of mismatch. Often the problem is simply trying to fetch an entire object graph in a single select statement instead of using a separate statement for each layer. | null | 0 | 1315169874 | False | 0 | c2hh5te | t3_k3pyu | null | t1_c2hh5te | t1_c2hglg3 | null | 1427558455 | 1 | t5_2fwo | null | null | null |
True | grauenwolf | null | Please explain | null | 0 | 1315169906 | False | 0 | c2hh5xr | t3_k3pyu | null | t1_c2hh5xr | t1_c2hg9bi | null | 1427558457 | 3 | t5_2fwo | null | null | null |
True | grauenwolf | null | > In the simplest implementation you write your code in a basic XML file, this is why you can use Excel DNA with out even having an IDE installed. The DNA XLL will then pick up the XML file read out the code and compile it.
WTF? | null | 0 | 1315169995 | False | 0 | c2hh6bj | t3_k4kmd | null | t1_c2hh6bj | t3_k4kmd | null | 1427558460 | 3 | t5_2fwo | null | null | null |
True | bcash | null | Drawing parallels between Java and COBOL is just another example of the same kind of behaviour.
For such parallels to be valid, Java would have to be used only for legacy applications (which is not true, as I mentioned elsewhere in this thread it's the language behind the most-hyped launch of 2011); and it would be vo... | null | 0 | 1315170048 | False | 0 | c2hh6iy | t3_k42i7 | null | t1_c2hh6iy | t1_c2hgbsx | null | 1427558461 | 10 | t5_2fwo | null | null | null |
True | [deleted] | null | Finally a place for all us rol lovers. | null | 0 | 1315170092 | False | 0 | c2hh6p9 | t3_k2x8k | null | t1_c2hh6p9 | t1_c2hguc9 | null | 1427558463 | 2 | t5_2fwo | null | null | null |
True | el_muchacho | null | It's not merely a question of size/speed. The choice largely depends on your application. Heavily transactional applications are not suited to NoSQL databases, because they don't offer ACID guarantees. They are better suited to web based applications with a large number of users, or applications with a lot of querying,... | null | 0 | 1315170309 | True | 0 | c2hh7k2 | t3_k3w0c | null | t1_c2hh7k2 | t1_c2hbugp | null | 1427558478 | 2 | t5_2fwo | null | null | null |
True | BobTheSCV | null | Indeed. It's all about using the right tools for the job. Cowboy coding vs. TDD/XP/Agile/Scrum/Waterfall/whatever makes as much sense as Hammer vs. Saw/Screwdriver/Crowbar/Wheelbarrow/whatever. | null | 0 | 1315170497 | False | 0 | c2hh8a8 | t3_jrzfo | null | t1_c2hh8a8 | t1_c2eqgqs | null | 1427558482 | 1 | t5_2fwo | null | null | null |
True | DaFox | null | While we're at it.
* Source Engine:
[Source Engine Multiplayer Networking](http://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking)
[Latency Compensating Methods in Client/Server In-game Protocol Design and Optimization in the Source Engine](http://developer.valvesoftware.com/wiki/Latency_Compensating_... | null | 0 | 1315170590 | True | 0 | c2hh8nk | t3_k4m3q | null | t1_c2hh8nk | t3_k4m3q | null | 1427558485 | 93 | t5_2fwo | null | null | null |
True | MatrixFrog | null | What browser are you using that it thinks "sucks"? | null | 0 | 1315170679 | False | 0 | c2hh90u | t3_k0dgl | null | t1_c2hh90u | t1_c2hfq61 | null | 1427558489 | 1 | t5_2fwo | null | null | null |
True | tnecniv | null | They would watch him eat cookies if he streamed it. | null | 0 | 1315170831 | False | 0 | c2hh9nx | t3_k4395 | null | t1_c2hh9nx | t1_c2hfgaq | null | 1427558499 | 11 | t5_2fwo | null | null | null |
True | BobTheSCV | null | Debian's version of Firefox. It refuses to acknowledge modern versions of the browser because of licensing disagreements or some such. | null | 0 | 1315171050 | False | 0 | c2hhai4 | t3_k0dgl | null | t1_c2hhai4 | t1_c2hh90u | null | 1427558516 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | Having written and used parts of a large cloud network for hundreds of thousands of users, first in node.js, then rewriting much of it in Erlang, I can sure say it's not just async style's fault; node really does make for terrible code. | null | 0 | 1315171252 | False | 0 | c2hhb9n | t3_k42if | null | t1_c2hhb9n | t1_c2hgaj7 | null | 1427558520 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | Yet it had lexical closures to start.. I don't think the prototypes hurt it at all. Just don't use them. | null | 0 | 1315171422 | False | 0 | c2hhby7 | t3_k42if | null | t1_c2hhby7 | t1_c2hcx0r | null | 1428195568 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | Ok, but going back to what we're actually talking about "security through obscurity" is still relevant... | null | 0 | 1315171579 | False | 0 | c2hhcjl | t3_k3w0c | null | t1_c2hhcjl | t1_c2hgrop | null | 1427558542 | 1 | t5_2fwo | null | null | null |
True | SCombinator | null | Because everyone thinks the Java APIs are so wonderful, and are so lightweight that adding an extra method doesn't matter. | null | 0 | 1315171609 | False | 0 | c2hhcp4 | t3_k3ivo | null | t1_c2hhcp4 | t1_c2hf3br | null | 1427558542 | -1 | t5_2fwo | null | null | null |
True | AnythingApplied | null | There are streams of Notch eating cookies?!? Do you have a link? | null | 0 | 1315171613 | False | 0 | c2hhcpu | t3_k4395 | null | t1_c2hhcpu | t1_c2hh9nx | null | 1427558543 | 8 | t5_2fwo | null | null | null |
True | [deleted] | null | Call their references? | null | 0 | 1315171672 | False | 0 | c2hhcyz | t3_k3nab | null | t1_c2hhcyz | t1_c2hbf0m | null | 1427558544 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | >About codeshite -
My goal is nothing less than to save the lost programmers
What makes you believe that we are lost and more importantly that you can save us? Who are you?
(As this is the only post on your blog, I would like to know more about you and your opinions - announcing yourself to the greater community... | null | 0 | 1315171706 | False | 0 | c2hhd3v | t3_k42i7 | null | t1_c2hhd3v | t3_k42i7 | null | 1427558550 | 2 | t5_2fwo | null | null | null |
True | qkdhfjdjdhd | null | You should be very careful about thinking that "no noticeable exists". There are statistical tests that can easily detect most stenography.
For example, the entropy of the low bit of each image of an unmodified image is X. The entropy of the low bit of an image generated by your program with English text is a very d... | null | 0 | 1315171721 | False | 0 | c2hhd64 | t3_k3vg1 | null | t1_c2hhd64 | t1_c2hgcwd | null | 1427558547 | 4 | t5_2fwo | null | null | null |
True | [deleted] | null | > So when the architect says "exclude slf4j from the library's build sequence or modify the pom file dependency list" we don't say "what the hell are you talking about". We don't say anything. We go to google and spend the next two weeks learning slf4j and Ivy and Maven, and RESTful WebServices and Grails, and the ... | null | 0 | 1315171723 | False | 0 | c2hhd6i | t3_k42if | null | t1_c2hhd6i | t3_k42if | null | 1427558547 | 2 | t5_2fwo | null | null | null |
True | last_useful_man | null | > will be replaced by "D"
Or [Rust](http://www.reddit.com/r/programming/comments/eh9z0/brendan_eich_on_new_programming_languages_and/).
Or, C++ :) | null | 0 | 1315171725 | False | 0 | c2hhd6k | t3_k3ivo | null | t1_c2hhd6k | t1_c2he3ro | null | 1427558547 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | > It is true that object oriented programming in things like Java is not fun.
No it's not. I quite enjoy coding at work. In Java. BURN ME NOW, I'M A WITCH. | null | 0 | 1315171799 | False | 0 | c2hhdhy | t3_k42if | null | t1_c2hhdhy | t1_c2hd56f | null | 1427558551 | 9 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315172195 | False | 0 | c2hhf2u | t3_k3ivo | null | t1_c2hhf2u | t1_c2hbjka | null | 1427558569 | 1 | t5_2fwo | null | null | null |
True | NakedOldGuy | null | I like how the link wouldn't load. Clever. | null | 0 | 1315172214 | False | 0 | c2hhf64 | t3_k4m3q | null | t1_c2hhf64 | t3_k4m3q | null | 1427558569 | 98 | t5_2fwo | null | null | null |
True | gobongo | null | If you're trying to shoehorn an existing design into GAE, that might be true, but if you're starting from scratch GAE is actually a joy to use. The deployment system, zero config, zero sysadmin, etc are very, very nice.
I still don't currently use it because of the pricing scheme, but calling it "nightmarishly comple... | null | 0 | 1315172231 | False | 0 | c2hhf8q | t3_k3bwx | null | t1_c2hhf8q | t1_c2hgjax | null | 1427558570 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | WTF? UDP? Use TCP retards. | null | 0 | 1315172445 | False | 0 | c2hhg2v | t3_k4m3q | null | t1_c2hhg2v | t1_c2hh8nk | null | 1427558582 | -113 | t5_2fwo | null | null | null |
True | RightOverMyHead | null | Quite the generalization... | null | 0 | 1315172448 | False | 0 | c2hhg3g | t3_k4395 | null | t1_c2hhg3g | t1_c2hfgaq | null | 1427558582 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | The best networking model I've ever seen was the one used for Tribes. Used very little bandwidth, great update rate, and the server-client architecture was very safe against cheaters. | null | 0 | 1315172467 | False | 0 | c2hhg5y | t3_k4m3q | null | t1_c2hhg5y | t3_k4m3q | null | 1427558583 | 15 | t5_2fwo | null | null | null |
True | [deleted] | null | Website seems down right now; really wanted to look at this.
I really hate Source's networking, at least in Team Fortress 2. Back in the old Q3A days you would shoot a little bit ahead of your opponent to compensate for lag and that was fine. With Source, you have the benefit of being able to shoot directly at someo... | null | 0 | 1315172550 | False | 0 | c2hhggr | t3_k4m3q | null | t1_c2hhggr | t3_k4m3q | null | 1427558587 | 14 | t5_2fwo | null | null | null |
True | [deleted] | null | Node.js? Really now?
| null | 0 | 1315172669 | False | 0 | c2hhgxk | t3_k42if | null | t1_c2hhgxk | t1_c2hcrex | null | 1427558595 | 2 | t5_2fwo | null | null | null |
True | RightOverMyHead | null | Lets see you come close in 14 days.
Or maybe youve already done something for charity this week? | null | 0 | 1315172682 | False | 0 | c2hhgza | t3_k4395 | null | t1_c2hhgza | t1_c2hehe8 | null | 1427558596 | 6 | t5_2fwo | null | null | null |
True | RightOverMyHead | null | Idk why you have been downvoted, unless i missed something.. | null | 0 | 1315172736 | False | 0 | c2hhh7b | t3_k4395 | null | t1_c2hhh7b | t1_c2heaav | null | 1427558599 | 1 | t5_2fwo | null | null | null |
True | Zarutian | null | Nice! So, basicly sent an encrypted letter enclosed in javascript code that given the address and account number as key would decrypt it.
I have seen similiar technique used for self grading multiple choice quiz. It worked like this:
For each question there were at least two possible answers.
Each answer had a tag w... | null | 0 | 1315172784 | False | 0 | c2hhhf4 | t3_jxb8g | null | t1_c2hhhf4 | t1_c2fwku9 | null | 1427558605 | 1 | t5_2fwo | null | null | null |
True | jnz | null | Well now the website seems to be under heavy load.
It's like rain...
Here is the google cache version: [link](http://tinyurl.com/3vw3zxs)
| null | 0 | 1315172863 | False | 0 | c2hhhre | t3_k4m3q | null | t1_c2hhhre | t3_k4m3q | null | 1427558603 | 16 | t5_2fwo | null | null | null |
True | Apocrypha | null | Bandwidth. | null | 0 | 1315173094 | False | 0 | c2hhipg | t3_k4m3q | null | t1_c2hhipg | t1_c2hhg2v | null | 1427558616 | -4 | t5_2fwo | null | null | null |
True | dyydvujbxs | null | Nothing is wrong with that. The name is fine; the appeal to the (not very relevant) authority of category theory is what bugs me. | null | 0 | 1315173103 | False | 0 | c2hhiql | t3_k3pyu | null | t1_c2hhiql | t1_c2hgblh | null | 1427558617 | 5 | t5_2fwo | null | null | null |
True | forthelose | null | all while allowing a large amount of customization client side. very clever indeed | null | 0 | 1315173302 | False | 0 | c2hhjii | t3_k4m3q | null | t1_c2hhjii | t1_c2hhg5y | null | 1427558627 | 2 | t5_2fwo | null | null | null |
True | pbunbun | null | Because all his dive logs are in XML... | null | 0 | 1315173368 | False | 0 | c2hhjrm | t3_k3un1 | null | t1_c2hhjrm | t1_c2hfvll | null | 1427558630 | 5 | t5_2fwo | null | null | null |
True | M0b1u5 | null | Networking Model **doesn't work**
> **Firefox can't establish a connection to the server at trac.bookofhook.com.** | null | 0 | 1315173589 | False | 0 | c2hhkp2 | t3_k4m3q | null | t1_c2hhkp2 | t3_k4m3q | null | 1427558645 | -13 | t5_2fwo | null | null | null |
True | Zarutian | null | You have a link to a detailed description handy? | null | 0 | 1315173708 | False | 0 | c2hhl62 | t3_k4m3q | null | t1_c2hhl62 | t1_c2hhg5y | null | 1427558650 | 6 | t5_2fwo | null | null | null |
True | [deleted] | null | Stop fucking whining. If you're a programmer you've got at least 2 beans in your brain to figure this shit out by yourself:
[google reader](http://webcache.googleusercontent.com/search?q=cache:_V1z7NVpGt0J:www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2167.pdf+http://www.open-std.org/JTC1/SC22/WG21/docs/papers/200... | null | 0 | 1315173735 | False | 0 | c2hhl9m | t3_k4jfq | null | t1_c2hhl9m | t1_c2hgm0t | null | 1427558652 | 9 | t5_2fwo | null | null | null |
True | rjberry | null | This isn't very funny. And yes, I get it. Subtlety? | null | 0 | 1315173800 | False | 0 | c2hhlia | t3_k42i7 | null | t1_c2hhlia | t3_k42i7 | null | 1427558661 | 0 | t5_2fwo | null | null | null |
True | theillustratedlife | null | I'm curious what happens in this situation:
Server --- sends 1 ------------------------------> Client
Server <-- acknowledges 1 ------------------------ Client
Server --- sends 2 (delta from 1) ---------------> Client
Server <-- acknowledges 2 ------------------------ Client
Server --- ... | null | 0 | 1315173908 | False | 0 | c2hhlyh | t3_k4m3q | null | t1_c2hhlyh | t3_k4m3q | null | 1427558658 | 10 | t5_2fwo | null | null | null |
True | Negitivefrags | null | I have to say I much prefer the source approach. You have to take cover a little earlier than you otherwise would, but that is easy to compensate for compared to having to change your aiming substantially. In a game where headshots are important, I'd rather have the perfect aiming. | null | 0 | 1315174076 | False | 0 | c2hhmmi | t3_k4m3q | null | t1_c2hhmmi | t1_c2hhggr | null | 1427558667 | 12 | t5_2fwo | null | null | null |
True | Pxtl | null | I just hear all the crazy workarounds people need to do to deal with the timeouts, the NoSQL system, etc. | null | 0 | 1315174313 | False | 0 | c2hhnjo | t3_k3bwx | null | t1_c2hhnjo | t1_c2hhf8q | null | 1427558680 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | I'm not saying I could come close in 14 days. I'm saying it's not going to be a good game if they only spend 14 days on it. Who cares what I've done for charity this week. I wasn't addressing that fact. | null | 0 | 1315174353 | False | 0 | c2hhnp6 | t3_k4395 | null | t1_c2hhnp6 | t1_c2hhgza | null | 1427558689 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | Actually, I think it is still available in the form of a game engine called Torque. I haven't looked at it for a while, but it looks like they've been making many more improvements to it. You can probably find something on their website. GarageGames.com | null | 0 | 1315174459 | False | 0 | c2hho4i | t3_k4m3q | null | t1_c2hho4i | t1_c2hhl62 | null | 1427558689 | 2 | t5_2fwo | null | null | null |
True | AgentME | null | Some of the data the client receives will be redundant with what it already knows. No issue. | null | 0 | 1315174610 | False | 0 | c2hhoox | t3_k4m3q | null | t1_c2hhoox | t1_c2hhlyh | null | 1427558694 | 2 | t5_2fwo | null | null | null |
True | acrophobia | null | Mongo (and presumably most other NoSQL dbs) can index fields within documents. Not sure, but I don't think there are any filesystems where it can optimize the retrieval of all files containing eg:
SentFrom:Alice AND SentTo:Bob
Also you don't have to worry about parsing files because the apis will return native da... | null | 0 | 1315174675 | False | 0 | c2hhoyo | t3_k3w0c | null | t1_c2hhoyo | t1_c2hecdu | null | 1427558706 | 2 | t5_2fwo | null | null | null |
True | codeshite | null | It's a tagline... I had no idea what to write. | null | 0 | 1315174679 | False | 0 | c2hhoz7 | t3_k42i7 | null | t1_c2hhoz7 | t1_c2hhd3v | null | 1427558707 | 3 | 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.