archived stringclasses 2
values | author stringlengths 3 20 | author_fullname stringlengths 4 12 ⌀ | body stringlengths 0 22.5k | comment_type stringclasses 1
value | controversiality stringclasses 2
values | created_utc stringlengths 10 10 | edited stringlengths 4 12 | gilded stringclasses 7
values | id stringlengths 1 7 | link_id stringlengths 7 10 | locked stringclasses 2
values | name stringlengths 4 10 ⌀ | parent_id stringlengths 5 10 | permalink stringlengths 41 91 ⌀ | retrieved_on stringlengths 10 10 ⌀ | score stringlengths 1 4 | subreddit_id stringclasses 1
value | subreddit_name_prefixed stringclasses 1
value | subreddit_type stringclasses 1
value | total_awards_received stringclasses 19
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
True | [deleted] | null | [deleted] | null | 0 | 1315009493 | False | 0 | c2h4nxn | t3_k2x8k | null | t1_c2h4nxn | t1_c2h43df | null | 1427552424 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | Does the Google API include translate? | null | 0 | 1315009615 | False | 0 | c2h4ocv | t3_k2x8k | null | t1_c2h4ocv | t1_c2h435y | null | 1427552428 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315009616 | False | 0 | c2h4od1 | t3_k1owo | null | t1_c2h4od1 | t1_c2h2ww2 | null | 1427552428 | 2 | t5_2fwo | null | null | null |
True | kaninepete | null | On a whim, I decided to make a scoreboard for the dice game "Farkle."
This is ONLY used to keep score, it not a full game.
I know that the colors are bad,
and that there there is no CSS.
I want your honest opinion on my JavaScript.
My use of objects, specifically.
What do I need to change for this to be presentable... | null | 0 | 1315009644 | False | 0 | c2h4ogh | t3_k31yg | null | t1_c2h4ogh | t3_k31yg | null | 1427552429 | 1 | t5_2fwo | null | null | null |
True | grauenwolf | null | File.ReadAllLines doesn't stream data, it pulls the entire file into an array at one time.
File.ReadLines will allow for streaming. | null | 0 | 1315009693 | False | 0 | c2h4on3 | t3_k2jen | null | t1_c2h4on3 | t1_c2h472z | null | 1427552432 | 5 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315009721 | False | 0 | c2h4or3 | t3_k2x8k | null | t1_c2h4or3 | t1_c2h41vu | null | 1427552434 | 3 | t5_2fwo | null | null | null |
True | Jinno | null | I was expecting a post with the results, and either a code-dump on the blog post, or a link to a pastebin. | null | 0 | 1315009805 | False | 0 | c2h4p18 | t3_k2x8k | null | t1_c2h4p18 | t1_c2h43df | null | 1427552438 | 6 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315009826 | False | 0 | c2h4p4c | t3_jyzs7 | null | t1_c2h4p4c | t1_c2gdczg | null | 1427552438 | 1 | t5_2fwo | null | null | null |
True | ckwop | null | Hire good people. That's all you can ever do.
Software development starts and finishes with "good people."
Faith based software development is so easy any one can do it. Faith requires no expertise, just blind adherence.
In contrast, getting and retaining good people is hard. It requires real effort in the way that... | null | 0 | 1315009857 | True | 0 | c2h4p7u | t3_k2ctj | null | t1_c2h4p7u | t1_c2h4n1s | null | 1427552440 | 11 | t5_2fwo | null | null | null |
True | Jinno | null | OK, fine, that's enough. | null | 0 | 1315009881 | False | 0 | c2h4pb9 | t3_k2x8k | null | t1_c2h4pb9 | t1_c2h46z0 | null | 1427552442 | -2 | t5_2fwo | null | null | null |
True | captainhotpants | null | I'm pretty verbose in my comments and I'm trying to knock it off -- I'm testing a theory that if I feel like I need to #comment something, my code is too obtuse.
| null | 0 | 1315009929 | False | 0 | c2h4pgr | t3_k2x8k | null | t1_c2h4pgr | t1_c2h4no0 | null | 1427552444 | -11 | t5_2fwo | null | null | null |
True | ssylvan | null | Atomic interlocked operations and "fast" does not belong in the same sentence.
The only fast write operation is one that goes to a cacheline that no other core cares about (and without any extra flushes or other memory barrier stuff).
Even in a single threaded scenario ref counting is troublesome if you don't make si... | null | 0 | 1315010089 | True | 0 | c2h4q0f | t3_k2jpn | null | t1_c2h4q0f | t1_c2h4n0r | null | 1427552451 | 3 | t5_2fwo | null | null | null |
True | one-half | null | Needs more manifesto.
Needs a bigger, more structured manifesto that clearly highlights the main points.
To explain the virtues of simpler software.
For everyone.
Not just for programmers and hackers, but for users too, so that they can appreciate the real benefits of simpler software.
Simplicity.
Stability.
Spe... | null | 0 | 1315010120 | False | 0 | c2h4q4c | t3_k1lc2 | null | t1_c2h4q4c | t3_k1lc2 | null | 1427552452 | 4 | t5_2fwo | null | null | null |
True | sockpuppetzero | null | > That could open up timing side channels that wouldn't otherwise exist.
True, but the original proposal of CFB is wholly inadequate for the original purpose, even with a MAC. Like I said, you'd also need to include an IV in addition to the mac. Although CFB would enable cutting the block in half, and only sh... | null | 0 | 1315010123 | True | 0 | c2h4q4p | t3_k1owo | null | t1_c2h4q4p | t1_c2h48yl | null | 1427552452 | 1 | t5_2fwo | null | null | null |
True | downneck | null | readable is in the eye of the beholder | null | 0 | 1315010125 | False | 0 | c2h4q4v | t3_k2x8k | null | t1_c2h4q4v | t1_c2h4n1q | null | 1427552452 | 5 | t5_2fwo | null | null | null |
True | iswm | null | Yup, pretty much. The FLV more than likely has cue point metadata stored in it that can easily be listened for in Flash (or possibly an XML file or the likes with cue data). When a cue point fires, the video player SWF makes a call via LocalConnection to the slide viewer SWF telling it to display slide #N. | null | 0 | 1315010283 | True | 0 | c2h4qn2 | t3_k2ihg | null | t1_c2h4qn2 | t1_c2h4mqb | null | 1427552458 | 1 | t5_2fwo | null | null | null |
True | jldugger | null | Actually, most presentation programs will record timing info. So I bet they're uploading that embedded in the slides and making it available to the flash or javascript. | null | 0 | 1315010288 | False | 0 | c2h4qnp | t3_k2ihg | null | t1_c2h4qnp | t1_c2h4mqb | null | 1427552458 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | No, author said he isn't a car-guy, I wouldn't put too much thought into his car analogies. | null | 0 | 1315010587 | False | 0 | c2h4roz | t3_k2i8r | null | t1_c2h4roz | t1_c2h0n6d | null | 1427552473 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315010692 | False | 0 | c2h4s1d | t3_k1lj4 | null | t1_c2h4s1d | t1_c2gwq8f | null | 1427552481 | 0 | t5_2fwo | null | null | null |
True | BoldAssertion | null | **Code comments are like captions for images. Of course you can look and see the action but to hear it properly described by the author is invaluable.** | null | 0 | 1315010825 | False | 0 | c2h4sig | t3_k2x8k | null | t1_c2h4sig | t1_c2h4pgr | null | 1427552483 | 56 | t5_2fwo | null | null | null |
True | grauenwolf | null | Nope. I'm looking at the upload page right now. For each slide there is one box for the title, one for the file, and one for the timing. | null | 0 | 1315010835 | False | 0 | c2h4sjf | t3_k2ihg | null | t1_c2h4sjf | t1_c2h4qnp | null | 1427552483 | 6 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315010908 | False | 0 | c2h4st0 | t3_k1lj4 | null | t1_c2h4st0 | t1_c2gws8z | null | 1427552487 | 0 | t5_2fwo | null | null | null |
True | ForAwhileAlone | null | Something like [this](http://www.youtube.com/watch?v=WnzlbyTZsQY)? | null | 0 | 1315010939 | False | 0 | c2h4swq | t3_k2x8k | null | t1_c2h4swq | t1_c2h4gwt | null | 1427552488 | 50 | t5_2fwo | null | null | null |
True | Fabien4 | null | Start by not shouting. | null | 0 | 1315010942 | False | 0 | c2h4sx1 | t3_k2x8k | null | t1_c2h4sx1 | t1_c2h4036 | null | 1427552488 | 27 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315011094 | False | 0 | c2h4thi | t3_k1lj4 | null | t1_c2h4thi | t1_c2gxt8s | null | 1427552496 | -2 | t5_2fwo | null | null | null |
True | distortednet | null | haha, untill the beholder sobers up from the narcotics of course :) | null | 0 | 1315011168 | False | 0 | c2h4tsi | t3_k2x8k | null | t1_c2h4tsi | t1_c2h4q4v | null | 1427552500 | 4 | t5_2fwo | null | null | null |
True | [deleted] | null | Well, in the Slavic example, Иосифовна is always considered middle-name equivalent. And I doubt there would be any confusion about using the feminine form of the family name in the next field.
My idea is to provide a single name field as an alternative if someone clicks "entity/non-typical" at the top.
But anyway, y... | null | 0 | 1315011209 | False | 0 | c2h4txn | t3_jzpo5 | null | t1_c2h4txn | t1_c2h0rp6 | null | 1427552501 | 2 | t5_2fwo | null | null | null |
True | JohnStrangerGalt | null | So yea, had this for a few years now... | null | 0 | 1315011459 | False | 0 | c2h4uv5 | t3_k2x8k | null | t1_c2h4uv5 | t3_k2x8k | null | 1427552515 | -1 | t5_2fwo | null | null | null |
True | AlyoshaV | null | ###SUDDENLY, 9/11 | null | 0 | 1315011636 | False | 0 | c2h4vhb | t3_k1owo | null | t1_c2h4vhb | t1_c2h0fo8 | null | 1427552525 | 1 | t5_2fwo | null | null | null |
True | ioquatix | null | I did some implementation to this end, and found that if you can manage per-thread ownership e.g. increment reference count _once_ when the object is passed to another thread, you can avoid some issues where atomic reference counting is required - but it isn't easy to make it work well and it certainly isn't transparen... | null | 0 | 1315011845 | False | 0 | c2h4w79 | t3_k2jpn | null | t1_c2h4w79 | t1_c2h4q0f | null | 1427552532 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | ok so can you explain how to run this? i have gotten everything exept dbus.mainloop.glib which i cant seem to find. Also what python version are you using? ( would you mind zipping your lib folder and giving me a dl link :) | null | 0 | 1315011869 | False | 0 | c2h4wam | t3_k2x8k | null | t1_c2h4wam | t3_k2x8k | null | 1427552532 | 2 | t5_2fwo | null | null | null |
True | AlyoshaV | null | Seriously.
http://dwm.suckless.org/
>Because dwm is customized through editing its source code, it’s pointless to make binary packages of it. This keeps its userbase small and elitist. No novices asking stupid questions. There are some distributions that provide binary packages though. | null | 0 | 1315011932 | False | 0 | c2h4wim | t3_k1lc2 | null | t1_c2h4wim | t1_c2h4nif | null | 1427552535 | 8 | t5_2fwo | null | null | null |
True | MrSpontaneous | null | I was giving an example with something I made up off the top of my head. There are a few reasons you'd use something like this...
1. You're acting on a jQuery object - using attr would let you make use of the fluent interface.
1. It handles "true" and "false" attributes properly (by setting the attribute's value equa... | null | 0 | 1315012039 | False | 0 | c2h4wwl | t3_k1lj4 | null | t1_c2h4wwl | t1_c2h4s1d | null | 1427552541 | 1 | t5_2fwo | null | null | null |
True | mcguire | null | And so the wheel turns.... | null | 0 | 1315012085 | False | 0 | c2h4x2o | t3_k2ihg | null | t1_c2h4x2o | t1_c2h3232 | null | 1427552542 | 7 | t5_2fwo | null | null | null |
True | Iggyhopper | null | This kills the crab. | null | 0 | 1315012232 | False | 0 | c2h4xlb | t3_k2x8k | null | t1_c2h4xlb | t1_c2h4sig | null | 1427552549 | 20 | t5_2fwo | null | null | null |
True | KyteM | null | Whoops, forgot to check for that. | null | 0 | 1315012273 | False | 0 | c2h4xqi | t3_k2jen | null | t1_c2h4xqi | t1_c2h4on3 | null | 1427552552 | 1 | t5_2fwo | null | null | null |
True | RUbernerd | null | Those *should* be in the area where you right click the username and click view logs. | null | 0 | 1315012285 | False | 0 | c2h4xs0 | t3_k2x8k | null | t1_c2h4xs0 | t1_c2h3x4m | null | 1427552552 | 3 | t5_2fwo | null | null | null |
True | b0b0b0b | null | Worth mentioning the presenter is Terence Parr and the venue was at a code generation conference. | null | 0 | 1315012350 | False | 0 | c2h4y05 | t3_k2ihg | null | t1_c2h4y05 | t3_k2ihg | null | 1427552555 | 4 | t5_2fwo | null | null | null |
True | fernandoacorreia | null | Good luck. This is a surprisingly confusing issue for such a simple concept as "name". Alas... | null | 0 | 1315012358 | False | 0 | c2h4y16 | t3_jzpo5 | null | t1_c2h4y16 | t1_c2h4txn | null | 1427552556 | 1 | t5_2fwo | null | null | null |
True | itchy118 | null | Its on my front page, I hadn't read what subreddit it was from. | null | 0 | 1315012364 | False | 0 | c2h4y1p | t3_k2x8k | null | t1_c2h4y1p | t1_c2h43df | null | 1427552556 | 6 | t5_2fwo | null | null | null |
True | [deleted] | null | 1 million rows of UUID vs INT, go do some tests. The index sizes grow like weeds if you use UUID as the PK. | null | 0 | 1315012415 | False | 0 | c2h4y80 | t3_k1owo | null | t1_c2h4y80 | t1_c2h15fr | null | 1427552558 | 1 | t5_2fwo | null | null | null |
True | RalfN | null | > the "restrictions" are what not only what make it easier to optimize, but make it inherently more optimizable.
Yes, code that follows those restrictions can utilize a type-analysis that would allow for type erasure. Whether or not those those restrictions are enforced is irrelevant.
And they aren't enforced, not... | null | 0 | 1315012649 | False | 0 | c2h4z07 | t3_k11yc | null | t1_c2h4z07 | t1_c2h0zoi | null | 1427552571 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315012824 | False | 0 | c2h4zn2 | t3_k2x8k | null | t1_c2h4zn2 | t1_c2h498x | null | 1427552582 | 3 | t5_2fwo | null | null | null |
True | dkitch | null | 1 million? If you have 1 million pages or 1 million users, then you can probably afford to throw an extra hard drive at it. You also probably have enough traffic that doing SHA1/MD5 on every page view produces a decent load on your CPU. Disk is much easier to scale than processor power, at least from what I know. | null | 0 | 1315012916 | False | 0 | c2h4zz0 | t3_k1owo | null | t1_c2h4zz0 | t1_c2h4y80 | null | 1427552587 | 2 | t5_2fwo | null | null | null |
True | daftman | null | sounds like your team has a superiority complex. Sometimes you need a superior to make decisions and get the job done. Software engineering shouldn't be a democratic process. | null | 0 | 1315012965 | True | 0 | c2h505b | t3_k2ctj | null | t1_c2h505b | t1_c2h27ot | null | 1427552589 | 2 | t5_2fwo | null | null | null |
True | jlt6666 | null | Isn't this rule #1 in toaster design? Those bastards get me every freaking time. | null | 0 | 1315012984 | False | 0 | c2h507p | t3_k0y50 | null | t1_c2h507p | t1_c2gxisk | null | 1427552589 | 1 | t5_2fwo | null | null | null |
True | Kzone272 | null | This made me sad all over again. | null | 0 | 1315013041 | False | 0 | c2h50f6 | t3_k2x8k | null | t1_c2h50f6 | t1_c2h4xlb | null | 1427552592 | 5 | t5_2fwo | null | null | null |
True | daftman | null | Not all developers deserve trust. Likewise with managers. At the end of the day, you have a people management problem, not a process management. | null | 0 | 1315013084 | False | 0 | c2h50kw | t3_k2ctj | null | t1_c2h50kw | t1_c2h1nmm | null | 1427552593 | 1 | t5_2fwo | null | null | null |
True | aaronla | null | Who proposed CFB? | null | 0 | 1315013181 | False | 0 | c2h50xd | t3_k1owo | null | t1_c2h50xd | t1_c2h4q4p | null | 1427552596 | 1 | t5_2fwo | null | null | null |
True | jlt6666 | null | It'd certainly be better than the multiplication idea where 75% of the lowest level bit would be 0. Not to mention any other likely skew. | null | 0 | 1315013198 | False | 0 | c2h50zh | t3_k0y50 | null | t1_c2h50zh | t1_c2gp7nd | null | 1427552602 | 2 | t5_2fwo | null | null | null |
True | Serplat | null | I've always liked to think of it as the code telling you what it's doing, and the comments telling you why you're doing it. | null | 0 | 1315013217 | False | 0 | c2h511i | t3_k2x8k | null | t1_c2h511i | t1_c2h4sig | null | 1427552597 | 19 | t5_2fwo | null | null | null |
True | mangodrunk | null | Well, of course I agree with that. I think your bulleted point are spot on.
But what do good people do? I can see how some rely too much on their methodology which doesn't necessarily make people better but good people will be working together. Is someone who is good just more adaptive or can they compensate for a p... | null | 0 | 1315013292 | False | 0 | c2h51b6 | t3_k2ctj | null | t1_c2h51b6 | t1_c2h4p7u | null | 1427552599 | 3 | t5_2fwo | null | null | null |
True | daftman | null | > No one should suggest that Agile is a silver bullet for process.
A lot of people implied that it is. I've talked to advocates who think that Agile is the applicable to almost everything. Only when they tried to apply it and failed, they walked away mutter "well it's not a silver bullet" or something worse like "w... | null | 0 | 1315013320 | False | 0 | c2h51ee | t3_k2ctj | null | t1_c2h51ee | t1_c2h1sn5 | null | 1427552600 | 0 | t5_2fwo | null | null | null |
True | moom | null | My advice for you is to stop neglecting comments. | null | 0 | 1315013332 | False | 0 | c2h51fz | t3_k33jt | null | t1_c2h51fz | t3_k33jt | null | 1427552600 | 3 | t5_2fwo | null | null | null |
True | Kzone272 | null | What function/variable name style do you use? I personally prefer camelNotation. | null | 0 | 1315013346 | False | 0 | c2h51hz | t3_k2x8k | null | t1_c2h51hz | t1_c2h4eei | null | 1427552601 | 4 | t5_2fwo | null | null | null |
True | IFeelOstrichSized | null | I am also interested in finder comes to mind.
That reminds, me! I found a site with [THE GREATEST DEALS ON CAMERAS, IPHONES, IPADS AND MORE!](http://1.bp.blogspot.com/-ors89abXtV8/TWdcv7aomrI/AAAAAAAAGwY/tQm2AqBdwrY/s1600/SNAGGLEPUSS%2BORANGE%2BPAPER%2BBLACK.jpg)
I WAS SKEPTICAL, BUT YOU REALLY DO GET A FREE IPAD IF... | null | 0 | 1315013460 | False | 0 | c2h51vt | t3_k2x8k | null | t1_c2h51vt | t1_c2h4jur | null | 1427552605 | 51 | t5_2fwo | null | null | null |
True | Scriptorius | null | Getting two cleverbot sessions to talk to each other has led to some really interesting conversations. I like the parts where they argue over who's the bot. | null | 0 | 1315013478 | False | 0 | c2h51y3 | t3_k2x8k | null | t1_c2h51y3 | t1_c2h3osu | null | 1427552605 | 27 | t5_2fwo | null | null | null |
True | daftman | null | That's smart.
You get the senior technical guys who are capable of being more productive than the juniors and put them on pseudo-management role.
This is software engineering, not acting school. | null | 0 | 1315013508 | False | 0 | c2h5225 | t3_k2ctj | null | t1_c2h5225 | t1_c2h29pl | null | 1427552608 | -1 | t5_2fwo | null | null | null |
True | DylanPeinhardt | null | Hi everybody. I wasn't sure if this was the right place to put it so I hope I don't get flamed but I have been working on this project for about a month now and wanted to share it with the community. It is completely open source and I am not selling it so I hope this isn't seen as advertising.
Mostly I just want to le... | null | 0 | 1315013586 | False | 0 | c2h52ch | t3_k33jt | null | t1_c2h52ch | t3_k33jt | null | 1427552611 | 5 | t5_2fwo | null | null | null |
True | ramses0 | null | I actually dreamed about that last night. CleverBot doing an AMA.
--Robert | null | 0 | 1315013703 | False | 0 | c2h52rz | t3_k2x8k | null | t1_c2h52rz | t1_c2h41hx | null | 1427552617 | 4 | t5_2fwo | null | null | null |
True | puffybaba | null | That was brilliant. | null | 0 | 1315013715 | False | 0 | c2h52tt | t3_k2x8k | null | t1_c2h52tt | t1_c2h4swq | null | 1427552618 | 4 | t5_2fwo | null | null | null |
True | trigraph | null | And guess what...with noscript Javascript performance is improved 100%. I hope I get paid for all that work I just did. | null | 0 | 1315013793 | False | 0 | c2h533v | t3_k11yc | null | t1_c2h533v | t3_k11yc | null | 1427552621 | 0 | t5_2fwo | null | null | null |
True | nascentt | null | I've seen 2 that aren't just pointless ones that I can remember. What are the four you've seen? | null | 0 | 1315013876 | False | 0 | c2h53f4 | t3_k2x8k | null | t1_c2h53f4 | t1_c2h4dg6 | null | 1427552630 | 1 | t5_2fwo | null | null | null |
True | rkenned | null | At work we use crucible for code reviews. http://www.atlassian.com/software/crucible/
Anyone know if there's any similar tools/services out there for crowd sourcing code reviews? A subreddit and github might work, but it would be nice to have something where you can start comment threads on specific lines of code, m... | null | 0 | 1315013899 | False | 0 | c2h53i0 | t3_k33jt | null | t1_c2h53i0 | t3_k33jt | null | 1427552626 | 1 | t5_2fwo | null | null | null |
True | sockpuppetzero | null | [FooBarWidget](http://www.reddit.com/user/FooBarWidget) proposed CFB | null | 0 | 1315013946 | True | 0 | c2h53ok | t3_k1owo | null | t1_c2h53ok | t1_c2h50xd | null | 1427552630 | 1 | t5_2fwo | null | null | null |
True | DylanPeinhardt | null | Ah, yes, I apologize. I am so conflicted with comments because I strive to write self-documenting code and often see people complain about comment abuse. However, I sometimes get carried away and do not write enough comments. I suppose it is all about balance. I will definitely work on that. | null | 0 | 1315014030 | False | 0 | c2h53zk | t3_k33jt | null | t1_c2h53zk | t1_c2h51fz | null | 1427552636 | 1 | t5_2fwo | null | null | null |
True | montibbalt | null | [/r/botcirclejerk/](http://www.reddit.com/r/botcirclejerk/) | null | 0 | 1315014065 | False | 0 | c2h544b | t3_k2x8k | null | t1_c2h544b | t1_c2h47m0 | null | 1427552634 | 5 | t5_2fwo | null | null | null |
True | DylanPeinhardt | null | I agree! I was actually looking for a site that provided such a service but did not have any luck. I am quite addicted to reddit so I figured this would be the next closest thing. Hopefully this thread isn't too off-topic. | null | 0 | 1315014113 | False | 0 | c2h549r | t3_k33jt | null | t1_c2h549r | t1_c2h53i0 | null | 1427552637 | 1 | t5_2fwo | null | null | null |
True | AlyoshaV | null | 1. Don't do it. | null | 0 | 1315014200 | False | 0 | c2h54kg | t3_k2p1v | null | t1_c2h54kg | t3_k2p1v | null | 1427552649 | 1 | t5_2fwo | null | null | null |
True | aperson | null | There's:
original-finder (we should all know this one by now)
Karmangler (a new guy, but can be useful)
nsaibot (Feeds /r/linux and /r/kde, or at least I'm positive they're a bot [though the owner does comment with the account])
tweet_poster | null | 0 | 1315014215 | False | 0 | c2h54m2 | t3_k2x8k | null | t1_c2h54m2 | t1_c2h53f4 | null | 1427552642 | 6 | t5_2fwo | null | null | null |
True | bollvirtuoso | null | I swear I've had a conversation just like with a stranger on the drunk bus.
Maybe I'm a robot. o_o | null | 0 | 1315014511 | False | 0 | c2h55lp | t3_k2x8k | null | t1_c2h55lp | t1_c2h4swq | null | 1427552655 | 13 | t5_2fwo | null | null | null |
True | nascentt | null | Wasn't familiar with middle 2, good finds. | null | 0 | 1315014664 | False | 0 | c2h564a | t3_k2x8k | null | t1_c2h564a | t1_c2h54m2 | null | 1427552661 | 1 | t5_2fwo | null | null | null |
True | theineffablebob | null | Tell me more | null | 0 | 1315014979 | False | 0 | c2h577a | t3_k2x8k | null | t1_c2h577a | t1_c2h51vt | null | 1427552675 | 9 | t5_2fwo | null | null | null |
True | puffybaba | null | How is this instrument of wizardry used, may I ask? I am utterly befuddled. | null | 0 | 1315014997 | False | 0 | c2h579b | t3_k2x8k | null | t1_c2h579b | t3_k2x8k | null | 1427552676 | 1 | t5_2fwo | null | null | null |
True | Fhajad | null | Why am I getting downvoted asking for the .dll for the plugin? :/ | null | 0 | 1315014997 | False | 0 | c2h579d | t3_k2x8k | null | t1_c2h579d | t1_c2h476b | null | 1427552676 | -9 | t5_2fwo | null | null | null |
True | poteland | null | I think camel case is EVIlL. always snake_case
Unless you're writing javascript (or coffeescript) where the convention is too widely considered to be camelCase, only in that case I contain my urge to vomit on the sight of camel case for variables. | null | 0 | 1315015049 | False | 0 | c2h57g6 | t3_k2x8k | null | t1_c2h57g6 | t1_c2h51hz | null | 1427552679 | 3 | t5_2fwo | null | null | null |
True | bready | null | From a quick glance at the source, I believe all it does is looks for a window from Pidgin to pop-up and then does the message routing between the two.
The author makes use of a several non-standard libraries which you would first have to acquire, but I think all you would have to do is copy the code, start Pidgin, an... | null | 0 | 1315015070 | False | 0 | c2h57j7 | t3_k2x8k | null | t1_c2h57j7 | t1_c2h4036 | null | 1427552680 | 2 | t5_2fwo | null | null | null |
True | aperson | null | I might have been tooting my own horn on the last one ;) | null | 0 | 1315015147 | False | 0 | c2h57t6 | t3_k2x8k | null | t1_c2h57t6 | t1_c2h564a | null | 1427552683 | 3 | t5_2fwo | null | null | null |
True | i_only_say_lol | null | lol | null | 0 | 1315015283 | False | 0 | c2h58bm | t3_k2x8k | null | t1_c2h58bm | t1_c2h48s4 | null | 1427552691 | -2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315015318 | False | 0 | c2h58ft | t3_k2x8k | null | t1_c2h58ft | t1_c2h4no0 | null | 1427552691 | 90 | t5_2fwo | null | null | null |
True | [deleted] | null | O my god, that was AMAZING!
Maybe because I had a little too much beer? But, anyway, AMAZING! | null | 0 | 1315015602 | False | 0 | c2h59em | t3_k2x8k | null | t1_c2h59em | t1_c2h4swq | null | 1427552708 | 5 | t5_2fwo | null | null | null |
True | AzMoo | null | http://www.python.org/dev/peps/pep-0008/
CapWords for classes and exceptions (because exceptions are classes).
lower_case_with_underscores for function names.
lower_case_with_underscores for variables.
UPPER_CASE_WITH_UNDERSCORES for constants. | null | 0 | 1315015665 | False | 0 | c2h59n1 | t3_k2x8k | null | t1_c2h59n1 | t1_c2h51hz | null | 1427552709 | 13 | t5_2fwo | null | null | null |
True | gobearsandchopin | null | hah | null | 0 | 1315015734 | False | 0 | c2h59vl | t3_k2x8k | null | t1_c2h59vl | t1_c2h58ft | null | 1427552713 | 5 | t5_2fwo | null | null | null |
True | _SynthesizerPatel_ | null | Camel case is the best case. | null | 0 | 1315015838 | False | 0 | c2h5a7u | t3_k2x8k | null | t1_c2h5a7u | t1_c2h57g6 | null | 1427552722 | 13 | t5_2fwo | null | null | null |
True | [deleted] | null | Don't know, but even if it would: anglo-saxon to latin family translations are impossible to make sense of and the Cleverbot would see it as noise. | null | 0 | 1315016073 | False | 0 | c2h5b2e | t3_k2x8k | null | t1_c2h5b2e | t1_c2h4ocv | null | 1427552727 | 2 | t5_2fwo | null | null | null |
True | poteland | null | CanYouReallyReadThis easier_than_you_can_read_this?
Don't think so. | null | 0 | 1315016170 | False | 0 | c2h5bfb | t3_k2x8k | null | t1_c2h5bfb | t1_c2h5a7u | null | 1427552731 | 2 | t5_2fwo | null | null | null |
True | RalfN | null | Alright!
**First off: dependent types**
function beerOrPuke( numberOfBeers ){
if( numberOfBeers > 12 ) return new Puke();
else return new Beer();
}
What is the return type of this function? Is it Puke or Beer?
Could you write this function in 100% statically typed Java ( no casts... | null | 0 | 1315016178 | True | 0 | c2h5bgf | t3_k11yc | null | t1_c2h5bgf | t1_c2h2pgc | null | 1428195670 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | no....
a million rows is not a disk space problem, it's a logistics problem, specifically logical reads.
Throwing hardware at something that isn't scaled properly isn't a solution, it's something silly linux people do with blue wulfs. | null | 0 | 1315016206 | False | 0 | c2h5bk7 | t3_k1owo | null | t1_c2h5bk7 | t1_c2h4zz0 | null | 1427552733 | 1 | t5_2fwo | null | null | null |
True | yogthos | null | His point was that Racket has a lot of teaching material developed around it, so if you've never used Lisp it is in fact the easiest dialect to start with. I certainly did not follow that route, but I've done some Haskell before diving into Clojure, so while the Lisp aspect was new, the FP approach was not.
Today, the... | null | 0 | 1315016238 | False | 0 | c2h5bnm | t3_k2i8r | null | t1_c2h5bnm | t1_c2h12fm | null | 1427552742 | 4 | t5_2fwo | null | null | null |
True | a_redditor | null | You might want to try /r/learnprogramming instead. | null | 0 | 1315016244 | False | 0 | c2h5bof | t3_k31yg | null | t1_c2h5bof | t3_k31yg | null | 1427552742 | 1 | t5_2fwo | null | null | null |
True | kaninepete | null | Will do.
Thanks. | null | 0 | 1315016282 | False | 0 | c2h5btk | t3_k31yg | null | t1_c2h5btk | t1_c2h5bof | null | 1427552736 | 1 | t5_2fwo | null | null | null |
True | p337 | null | Oh, so you made tweet poster? Good work. I would say it is really useful to me... but alas, RES(reddit enhancement suite) makes it pretty obsolete for me. I bet it is helpful for a lot of people though. Do you mind if I ask you about 50 questions?
Did you know RES had this feature? Did you begin development on the bo... | null | 0 | 1315016326 | False | 0 | c2h5bz8 | t3_k2x8k | null | t1_c2h5bz8 | t1_c2h57t6 | null | 1427552738 | 3 | t5_2fwo | null | null | null |
True | rxvterm | null | As soon as I read the title, I was thinking, "that sounds like a job for dbus..."
And then the first python line is "import dbus" :P | null | 0 | 1315016513 | False | 0 | c2h5cma | t3_k2x8k | null | t1_c2h5cma | t3_k2x8k | null | 1428195669 | 1 | t5_2fwo | null | null | null |
True | ioquatix | null | Thanks - yeah I've added the note about thread safety. | null | 0 | 1315016538 | False | 0 | c2h5cp9 | t3_k2jpn | null | t1_c2h5cp9 | t1_c2h4byd | null | 1427552748 | 3 | t5_2fwo | null | null | null |
True | p337 | null | I am actually in the process of writing one that asks relevant questions to IAmAs. I don't really have a reason for doing it other than I think it might be funny sometimes. Right now, it can "classify" IAmAs into a few different categories that I came up with, and it is right about 80% of the time. I figure once I know... | null | 0 | 1315016547 | False | 0 | c2h5cqa | t3_k2x8k | null | t1_c2h5cqa | t1_c2h41hx | null | 1427552748 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | I decided to quickly upload the code I finally regained when I correctly guessed the password of an old free hosting account.
I made this with a friend of mine many years ago when we first started programming in PHP (Luckily I have recently decided to ditch PHP).
**WARNING: This includes all fishy links/javascript th... | null | 0 | 1315016585 | True | 0 | c2h5cuv | t3_k354v | null | t1_c2h5cuv | t3_k354v | null | 1427552758 | 1 | t5_2fwo | null | null | null |
True | jh123456 | null | I am hoping one day that Spring will become advanced enough that we can even do away with the messy annotations and it will just magically know that when I specify a class name inline with some special keyword, say "new", that I want to create an instance of the class with the same name. It could even check at compile ... | null | 0 | 1315016844 | False | 0 | c2h5dr8 | t3_k2ihg | null | t1_c2h5dr8 | t1_c2h3232 | null | 1427552762 | 13 | t5_2fwo | null | null | null |
True | zoba | null | Would love a Pidgin plug in for this! | null | 0 | 1315017079 | False | 0 | c2h5eiv | t3_k2x8k | null | t1_c2h5eiv | t3_k2x8k | null | 1427552773 | 11 | t5_2fwo | null | null | null |
True | trades | null | > A subreddit and github might work
There's http://www.reddit.com/r/reviewmycode/ for the subreddit/github approach and there's also a stackexchange site for code reviews http://codereview.stackexchange.com/ | null | 0 | 1315017104 | False | 0 | c2h5el9 | t3_k33jt | null | t1_c2h5el9 | t1_c2h53i0 | null | 1427552773 | 6 | t5_2fwo | null | null | null |
True | KnuttyD | null | IMO they are equally easy. I am somewhat tuned to camelCase tho. | null | 0 | 1315017129 | False | 0 | c2h5eo2 | t3_k2x8k | null | t1_c2h5eo2 | t1_c2h5bfb | null | 1427552774 | 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.