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 | sltkr | null | Because these languages have two operators to begin with, instead of eight, like Brainfuck does.
The goal of the language is to interpret a string like "trololloloolol" as a Turing-complete language, by interpreting the 'o's and 'l's in the middle somehow. Since those are two characters, you can either encode a concat... | null | 0 | 1315579321 | False | 0 | c2im5tc | t3_k9cbj | null | t1_c2im5tc | t1_c2ijspk | null | 1427578253 | 5 | t5_2fwo | null | null | null |
True | Peaker | null | In practice, all Haskell code uses whitespace..
Who in the world does not indent their code? I don't understand how this is an issue for actual programmers. | null | 0 | 1315579332 | False | 0 | c2im5vf | t3_k9h3s | null | t1_c2im5vf | t1_c2ilqs1 | null | 1427578254 | 12 | t5_2fwo | null | null | null |
True | Peaker | null | Haskell has indentation-as-structure as well as multi-statement-lambdas.
The indentation rules are just slightly more nuanced than in Python. | null | 0 | 1315579381 | False | 0 | c2im63t | t3_k9h3s | null | t1_c2im63t | t1_c2ikrso | null | 1427578257 | 10 | t5_2fwo | null | null | null |
True | EntroperZero | null | I didn't accuse him of lying, I accused him of sounding arrogant and whiny. It's possible to present a solid argument without this kind of condescension. | null | 0 | 1315579384 | False | 0 | c2im64e | t3_k8gr4 | null | t1_c2im64e | t1_c2ikc1u | null | 1427578257 | 2 | t5_2fwo | null | null | null |
True | SuperGrade | null | A few big differences
1. Tagged union/equivalent is very troublesome, and requires per-point of usage support (no "duck typing").
2. The union represents an explicit set of types, the fully dynamic value can represet *all* types.
This distinction *does* expand the design space. Imagine constructs and and C communi... | null | 0 | 1315579480 | False | 0 | c2im6k3 | t3_k7o9e | null | t1_c2im6k3 | t1_c2ijkjh | null | 1427578263 | 1 | t5_2fwo | null | null | null |
True | StoneCypher | null | > OK; how.
You're complaining about someone behind their back, then setting up for "their incoming rant" which is actually just responding to the fight you just picked.
> I'm pointing out that
Yeah yeah, you're just being a diligent reporter, this isn't highschool melodrama you're spreading at all.
> It's... | null | 0 | 1315579542 | False | 0 | c2im6ug | t3_k9rqy | null | t1_c2im6ug | t1_c2ilf19 | null | 1427578267 | -3 | t5_2fwo | null | null | null |
True | StoneCypher | null | 1) JSON supports recursion how?
2) You asked how to handle a thing; I gave the obvious common approach, which is in fact the approach taken by the example you gave, which doesn't work the way you imagine that it does. No, you don't *have* to handle it that way; it's just the smart way.
3) Where's my easy billion yea... | null | 0 | 1315579612 | False | 0 | c2im75b | t3_k8jbq | null | t1_c2im75b | t1_c2ilhh7 | null | 1427578270 | -2 | t5_2fwo | null | null | null |
True | cr3ative | null | > You're complaining about someone behind their back
Marak was in this thread when I posted my original message, but left shortly after I started posting; bad timing, I guess, or he didn't want to rise to it. I can respect that.
> just deflect with a comment about someone else
...this whole thread is about Ma... | null | 0 | 1315579715 | False | 0 | c2im7mu | t3_k9rqy | null | t1_c2im7mu | t1_c2im6ug | null | 1427578277 | 4 | t5_2fwo | null | null | null |
True | ilostmymangoman | null | It means exactly that.
Of course, you could always declare a final array and modify the elements inside the array. But that doesn't seem like a very elegant solution. | null | 0 | 1315579726 | False | 0 | c2im7oz | t3_k9h3s | null | t1_c2im7oz | t1_c2ils5m | null | 1427578278 | 2 | t5_2fwo | null | null | null |
True | StoneCypher | null | > Marak was in this thread when I posted my original message, but left shortly after I started posting
Fine, then you're publically complaining about someone in front of them, then daring them to respond under the guise that when they do, they're the one picking the fight.
You're *still* trolling. This is the sta... | null | 0 | 1315579829 | False | 0 | c2im85v | t3_k9rqy | null | t1_c2im85v | t1_c2im7mu | null | 1427578284 | -4 | t5_2fwo | null | null | null |
True | 0xABADC0DA | null | It's not just that the error is returned in addition to an invalid other value, but the error is also so generic (os.Error) that you have to jump through hoops to do anything reasonable with it:
file, err = os.Open(filename)
if e, ok := err.(*os.PathError); ok && e.Error == os.ENOENT {
}
vs in C:
... | null | 0 | 1315579883 | False | 0 | c2im8ex | t3_k9ud6 | null | t1_c2im8ex | t1_c2il0c9 | null | 1427578288 | 15 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315579898 | False | 0 | c2im8hl | t3_k9akm | null | t1_c2im8hl | t1_c2ijh6i | null | 1427578289 | 1 | t5_2fwo | null | null | null |
True | _pupil_ | null | branch, add, commit, merge, push, compile, test, push, deploy :) | null | 0 | 1315579957 | False | 0 | c2im8qi | t3_k7qvj | null | t1_c2im8qi | t1_c2ikxtn | null | 1427578291 | 1 | t5_2fwo | null | null | null |
True | cr3ative | null | Look at my original post;
> now, to hide somewhere and not back up my opinions
I am clearly admitting to posting something inflammatory.
However, a quick look at your history reveals that you never back down from arguments and just continue barraging whoever you debate with with walls of text; so I'm ending this... | null | 0 | 1315580050 | False | 0 | c2im966 | t3_k9rqy | null | t1_c2im966 | t1_c2im85v | null | 1427578298 | 3 | t5_2fwo | null | null | null |
True | gospelwut | null | I seriously become upset when I have to use older frameworks of .NET. I'm not sure if this makes me a bad programmer or not, but I would argue things like LINQ and lambda are a lot more than simply convenient syntactic sugar. | null | 0 | 1315580066 | False | 0 | c2im98l | t3_k9h3s | null | t1_c2im98l | t3_k9h3s | null | 1427578299 | 2 | t5_2fwo | null | null | null |
True | lunchboxg4 | null | That's not far off from the truth. | null | 0 | 1315580087 | False | 0 | c2im9bv | t3_k9wry | null | t1_c2im9bv | t1_c2ily4o | null | 1427578300 | 8 | t5_2fwo | null | null | null |
True | mysticreddit | null | > Therefore there is no need to learn where a key is once you read what it does; you already know.
When I was first learning Vim, I needed to know:
* what keys were free
* what each key does
I slowly built up my knowledge base adding a few more keys at a time. Having this "reverse mapping" of "What does key _x_ ... | null | 0 | 1315580097 | False | 0 | c2im9dm | t3_k9akm | null | t1_c2im9dm | t1_c2ikpy9 | null | 1427578300 | 1 | t5_2fwo | null | null | null |
True | Testiclese | null | >I don't remember HG having stash
hg shelve ?
>add (to index) by default
The index is indeed nice, no equivalent in hg from what I can tell. It might not be 1%, you're right, but I doubt it's a completely must-have, can't-use-hg-now thing either. | null | 0 | 1315580142 | False | 0 | c2im9li | t3_k7qvj | null | t1_c2im9li | t1_c2il0rx | null | 1427578303 | 1 | t5_2fwo | null | null | null |
True | adad95 | null | Ctrl+Alt+Space | null | 0 | 1315580150 | False | 0 | c2im9mp | t3_k9h3s | null | t1_c2im9mp | t1_c2il6qz | null | 1427578305 | 1 | t5_2fwo | null | null | null |
True | jlpoole | null | I tried it, when my mouse moved into the drawing pain, it starts to draw a line. I could not figure out how to make the pen lift up and not draw. Perhaps how to do so is intuitive to others, but it wasn't for me. | null | 0 | 1315580155 | False | 0 | c2im9ni | t3_k9ylt | null | t1_c2im9ni | t3_k9ylt | null | 1427578305 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315580161 | False | 0 | c2im9oj | t3_k9rqy | null | t1_c2im9oj | t3_k9rqy | null | 1427578305 | 1 | t5_2fwo | null | null | null |
True | ralphc | null | To all the vi haters, I kind of agree, but at my job I can be on Linux, AIX, Solaris or HP/UX on any given day, and vi is the only editor that's guaranteed to be on all of these, especially at a customer site. A rudimentary knowledge is essential if you're working with any Unix or Unix-like OS. | null | 0 | 1315580276 | False | 0 | c2ima9n | t3_k9akm | null | t1_c2ima9n | t3_k9akm | null | 1427578312 | 1 | t5_2fwo | null | null | null |
True | ricky_clarkson | null | Except Haskell has no statements. | null | 0 | 1315580313 | False | 0 | c2imagc | t3_k9h3s | null | t1_c2imagc | t1_c2im5nu | null | 1427578314 | 2 | t5_2fwo | null | null | null |
True | adolfojp | null | I vote for octothorpe. Coctothorpe and Foctothorpe sound so much better than C sharp and F sharp. | null | 0 | 1315580379 | False | 0 | c2imar5 | t3_k9h3s | null | t1_c2imar5 | t1_c2im1h4 | null | 1427578326 | 7 | t5_2fwo | null | null | null |
True | mysticreddit | null | Fool: Defn. :"One who changes the world to conform to him, instead of conforming to the world."
You have the .PDF and the original Excel .xlsx source, so go with madman. :-) | null | 0 | 1315580382 | False | 0 | c2imarm | t3_k9akm | null | t1_c2imarm | t1_c2ik66v | null | 1427578326 | 1 | t5_2fwo | null | null | null |
True | grauenwolf | null | Not when talking about weight. If you saw a bag of potatoes marked 20# you wouldn't think it was cut into hash browns. | null | 0 | 1315580401 | False | 0 | c2imauz | t3_k9h3s | null | t1_c2imauz | t1_c2ilfqe | null | 1427578321 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | > No, that's a hash, [...] | null | 0 | 1315580401 | False | 0 | c2imav0 | t3_k9h3s | null | t1_c2imav0 | t1_c2im28d | null | 1427578321 | 3 | t5_2fwo | null | null | null |
True | gospelwut | null | I thought this was the official open source mantra?
/runs | null | 0 | 1315580406 | False | 0 | c2imaw0 | t3_k9h3s | null | t1_c2imaw0 | t1_c2ik9t3 | null | 1427578321 | 1 | t5_2fwo | null | null | null |
True | Darkmoth | null | Wow, the Haskell is ridiculously small. That's actually shocking.
Also surprising is that "verbose" Java is half the size of the C. | null | 0 | 1315580427 | False | 0 | c2imaze | t3_k9rh0 | null | t1_c2imaze | t3_k9rh0 | null | 1427578322 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315580450 | False | 0 | c2imb3t | t3_k9wry | null | t1_c2imb3t | t3_k9wry | null | 1427578324 | 1 | t5_2fwo | null | null | null |
True | Peaker | null | It has "do" syntax sugar, which is basically a statement syntax. | null | 0 | 1315580451 | False | 0 | c2imb41 | t3_k9h3s | null | t1_c2imb41 | t1_c2imagc | null | 1427578324 | 5 | t5_2fwo | null | null | null |
True | gospelwut | null | I remember reading Larry Ellison went and bought a (supposedly DE-weaponized) fighter jet. I always imagine him flying around the corporate parking lot exclaiming obscenities at people via a speaker attached to the plane. All the while, a crowd of bewildered, white collar workers look at each other. One grows the coura... | null | 0 | 1315580558 | False | 0 | c2imbkr | t3_k9h3s | null | t1_c2imbkr | t1_c2ikvb8 | null | 1427578329 | 3 | t5_2fwo | null | null | null |
True | delta4zero | null | There are a lot more countries out there besides the USA. Places that are nowhere near as "forward" thinking. | null | 0 | 1315580560 | False | 0 | c2imbky | t3_k9z9s | null | t1_c2imbky | t1_c2ilx2r | null | 1427578329 | -1 | t5_2fwo | null | null | null |
True | mysticreddit | null | Yes, the "In-Joy" is a sweet Freudian slip / pun. :-)
| null | 0 | 1315580577 | False | 0 | c2imbnx | t3_k9akm | null | t1_c2imbnx | t1_c2ii3xl | null | 1427578331 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | > [...] and then fix generics.
It's not easy to fix them. They have to maintain backwards compatibility. They would waste less time if they fixed reflection instead. | null | 0 | 1315580601 | False | 0 | c2imbrt | t3_k9h3s | null | t1_c2imbrt | t1_c2il767 | null | 1427578332 | 0 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315580639 | False | 0 | c2imby5 | t3_k9akm | null | t1_c2imby5 | t1_c2ilias | null | 1427578335 | 1 | t5_2fwo | null | null | null |
True | bitwize | null | If you're wondering how it works, the driver hooks a function by patching the system call table, so it's not safe to unload it unless another thread's about to jump in and do its stuff, and you don't want to end up in the middle of invalid memory! Ha, ha! ...Hello? | null | 0 | 1315580679 | False | 0 | c2imc4k | t3_k8leq | null | t1_c2imc4k | t3_k8leq | null | 1427578337 | 5 | t5_2fwo | null | null | null |
True | Testiclese | null | >Boost is not awesome for some people — i large projects, people tend to avoid it, because it has a nasty tendency of increasing compile time dramatically.
And part of this is the language's fault, sadly. When you have to write entire libraries as header files, and there's no package system...
Speaking of package ... | null | 0 | 1315580720 | True | 0 | c2imcbp | t3_k85xr | null | t1_c2imcbp | t1_c2ijy5c | null | 1427578340 | 6 | t5_2fwo | null | null | null |
True | inmatarian | null | Can I get this in black-and-white (and shades of gray?) | null | 0 | 1315580722 | False | 0 | c2imcc0 | t3_k9akm | null | t1_c2imcc0 | t3_k9akm | null | 1427578340 | 1 | t5_2fwo | null | null | null |
True | mysticreddit | null | That's fine for the built-in / default keyboard layout to not use them, but let the user _decide_ what keys they can use -- the common case is a local terminal, that can detect all these keypresses. | null | 0 | 1315580758 | False | 0 | c2imcie | t3_k9akm | null | t1_c2imcie | t1_c2ilxm8 | null | 1427578342 | 1 | t5_2fwo | null | null | null |
True | NruJaC | null | There was a post from the Java 8 team regarding a lot of the points on here a few weeks back. Essentially, if I understood it correctly, they want to move away from introducing lambdas/function types as another class and instead as first class language features. While that doesn't simplify things (and probably only com... | null | 0 | 1315580770 | False | 0 | c2imckb | t3_k9h3s | null | t1_c2imckb | t1_c2ik7q2 | null | 1427578343 | 3 | t5_2fwo | null | null | null |
True | awap | null | I know, that's what I'm getting at.
The use of the term "data clustering" in this article is confusing because if you say "data clustering" to someone, they're going to think about clustering data points, not data locality in storage. Googling for "data clustering" gives a lot of results about statistical data cluste... | null | 0 | 1315580833 | False | 0 | c2imcvj | t3_k9yjl | null | t1_c2imcvj | t1_c2ilzbq | null | 1427578347 | 1 | t5_2fwo | null | null | null |
True | igouy | null | [I've already provided a direct reply](http://www.reddit.com/r/programming/comments/k7o9e/static_typing_increases_development_time/c2ihc0j) to your "more salient points" but so far you don't seem to have found any way to respond.
| null | 0 | 1315580869 | False | 0 | c2imd1s | t3_k7o9e | null | t1_c2imd1s | t1_c2ihzjx | null | 1427578349 | 0 | t5_2fwo | null | null | null |
True | mysticreddit | null | > Have you considered having one sheet per mode?
Yes, during its development, I was thinking about splitting the top half and bottom half up, but ended up just wanting everything on one sheet, but that' a good idea. I think I'll do that for the 3rd version.
I can see 3 pages
* Standard keyboard layout
* Master I... | null | 0 | 1315580891 | False | 0 | c2imd5a | t3_k9akm | null | t1_c2imd5a | t1_c2il4yy | null | 1427578350 | 1 | t5_2fwo | null | null | null |
True | fykusfire | null | I agree. You always tell the potential employer that you have issues with your current employer, you are simply always seeking to expand your horizons to better yourself on your career path. I have had friends that did not get jobs specifically because of slamming a current or past employer. | null | 0 | 1315580988 | False | 0 | c2imdli | t3_k9wry | null | t1_c2imdli | t1_c2im226 | null | 1427578356 | 3 | t5_2fwo | null | null | null |
True | headzoo | null | Because you know the guy is going to bad-mouth you and your company too once he leaves or gets fired. | null | 0 | 1315580991 | False | 0 | c2imdm6 | t3_k9wry | null | t1_c2imdm6 | t1_c2iljlx | null | 1427578356 | -1 | t5_2fwo | null | null | null |
True | GaryNiger | null | Since I went to sleep, Marak has:
* Continued to harass me in private.
* Continued to deny the obvious in public.
* Deleted the GitHub pull request that this thread relates to.
* Deleted his reddit account.
* **Deleted ~~most of the offending code.~~** a ticket complaining about his stolen code.
* Neglected to pay the... | null | 0 | 1315581009 | True | 0 | c2imdox | t3_k9rqy | null | t1_c2imdox | t3_k9rqy | null | 1427578357 | 7 | t5_2fwo | null | null | null |
True | benjunmun | null | See, I absolutely agree with you in theory. In practice however, I like to email code. I like to copy code off of web pages. I like to copy code from one section of my program to another, from an open source project, etc. All of these sources may have code that's indented with a different style, or indented at a differ... | null | 0 | 1315581072 | False | 0 | c2imdz4 | t3_k9h3s | null | t1_c2imdz4 | t1_c2im5vf | null | 1427578361 | 9 | t5_2fwo | null | null | null |
True | mysticreddit | null | Everyone learns at different paces. ;-) But I would concur, there is pretty much a linear relationship between "time invested" and "ROI" with Vim.
When I first started Vim, I customized the heck with custom keys -- I've slowly reverted most of them, except for the cursor movement, and insert stuff, as I've been slowl... | null | 0 | 1315581077 | False | 0 | c2ime09 | t3_k9akm | null | t1_c2ime09 | t1_c2ikq65 | null | 1427578361 | 1 | t5_2fwo | null | null | null |
True | StoneCypher | null | > However, a quick look at your history reveals
Nothing. All you're seeing is my exchange with one person, who is wrong.
Be sure to "end this here" on an insult, yet walk away feeling like you did something different. | null | 0 | 1315581095 | False | 0 | c2ime3i | t3_k9rqy | null | t1_c2ime3i | t1_c2im966 | null | 1427578363 | -3 | t5_2fwo | null | null | null |
True | Dwarf_Vader | null | So I basically need to get this in a form of vector (not manually!!). I need a program to do this. Is it possible? I've heard something about wolfram's maze path finder, and it does something kinda similar to what I need, so I am inclined to think my goal is achievable.
How, though? | null | 0 | 1315581190 | False | 0 | c2imejd | t3_ka3gd | null | t1_c2imejd | t3_ka3gd | null | 1427578370 | 1 | t5_2fwo | null | null | null |
True | CylonGlitch | null | Yes, it's possible. | null | 0 | 1315581200 | False | 0 | c2imelg | t3_ka3gd | null | t1_c2imelg | t3_ka3gd | null | 1428194866 | 2 | t5_2fwo | null | null | null |
True | mysticreddit | null | The arrow keys are like training wheels -- nothing wrong with starting with them. Some people don't see the point in moving past that -- his prerogative.
| null | 0 | 1315581271 | False | 0 | c2imeyo | t3_k9akm | null | t1_c2imeyo | t1_c2iloie | null | 1427578380 | 1 | t5_2fwo | null | null | null |
True | novacoder | null | I've forgotten more about vim than that cheatsheet will ever show, and I plan to keep it that way. My vim usage is restricted to quick edits to conf files on remote hosts. All you really need to know is:
* i for insert
* x for delete
* . for repeat last command
* dd for cut
* yy for copy
* p for paste.
* / for search... | null | 0 | 1315581287 | False | 0 | c2imf1n | t3_k9akm | null | t1_c2imf1n | t3_k9akm | null | 1427578380 | 1 | t5_2fwo | null | null | null |
True | mysticreddit | null | Already tried that, and it was not bad, not bad at all.
I use capslocks & Esc in the games I play, so I had to revert. :/
| null | 0 | 1315581321 | True | 0 | c2imf7v | t3_k9akm | null | t1_c2imf7v | t1_c2ilea0 | null | 1427578383 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | What prevents Oracle from also supporting co-/contravariance in functions? | null | 0 | 1315581417 | False | 0 | c2imfob | t3_k9h3s | null | t1_c2imfob | t1_c2il6a6 | null | 1427578388 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | i noticed, and came here to see if anyone else had :) | null | 0 | 1315581418 | False | 0 | c2imfoe | t3_k7qvj | null | t1_c2imfoe | t1_c2ibttq | null | 1427578388 | 2 | t5_2fwo | null | null | null |
True | annoymind | null | Who the fuck is Marak?
http://en.wikipedia.org/wiki/Adolf_Lu_Hitler_Marak <- ??? | null | 0 | 1315581428 | False | 0 | c2imfq9 | t3_k9rqy | null | t1_c2imfq9 | t1_c2ildt6 | null | 1427578390 | 21 | t5_2fwo | null | null | null |
True | nickdangler | null | Times being tough and dealing with bad management are (or can be) separate issues. Not liking a job can be cause be either or both of these, as well as numerous other things (e.g., "I'm not qualified").
| null | 0 | 1315581446 | False | 0 | c2imftf | t3_k9wry | null | t1_c2imftf | t1_c2illki | null | 1427578392 | 3 | t5_2fwo | null | null | null |
True | Dwarf_Vader | null | How? :P Please | null | 0 | 1315581491 | False | 0 | c2img1h | t3_ka3gd | null | t1_c2img1h | t1_c2imelg | null | 1427578395 | 1 | t5_2fwo | null | null | null |
True | inmatarian | null | Lua Coroutine are nice, but the comparison to regular multi-threading is what confuses people. The best way to understand them are from the official book [Programming In Lua](http://www.lua.org/pil/), chapters [9.2](http://www.lua.org/pil/9.2.html) and [9.3](http://www.lua.org/pil/9.3.html) where they demonstrate their... | null | 0 | 1315581493 | False | 0 | c2img1p | t3_k9ud6 | null | t1_c2img1p | t3_k9ud6 | null | 1427578395 | 6 | t5_2fwo | null | null | null |
True | igouy | null | > Thus it's not suited for generalizations about "language X is faster than language Y".
If "a language doesn't have an intrinsic speed" then the only thing to be understood about the statement "language X is faster than language Y" is that it's a nonsense statement. | null | 0 | 1315581498 | True | 0 | c2img2l | t3_k58pi | null | t1_c2img2l | t1_c2ikk78 | null | 1427578395 | 0 | t5_2fwo | null | null | null |
True | NruJaC | null | Then its not for you. That said, vim might be old, but that doesn't make it antiquated. I've been slowly amassing a fully featured C/C++ ide within vim. I think the only thing I have left at this point is debugger integration.
Seriously, once you learn to integrate macros, folding, etc. into your workflow, you'll wond... | null | 0 | 1315581520 | False | 0 | c2img6b | t3_k9akm | null | t1_c2img6b | t1_c2im8hl | null | 1427578396 | 2 | t5_2fwo | null | null | null |
True | jonutzz | null | any idea if closures are implied? | null | 0 | 1315581524 | False | 0 | c2img73 | t3_k9h3s | null | t1_c2img73 | t3_k9h3s | null | 1427578396 | 0 | t5_2fwo | null | null | null |
True | ClamatoMilkshake | null | Don't take it personally. I think what he's saying is, we don't know exactly how it could be better, but we know it could be better. No shame in being a good programmer and a poor designer - I think most of us are in the same boat. | null | 0 | 1315581530 | False | 0 | c2img8h | t3_k9akm | null | t1_c2img8h | t1_c2ik52m | null | 1427578396 | 9 | t5_2fwo | null | null | null |
True | ethraax | null | Can't you enclose the `x` argument and lambda body in parentheses to make it stand out more?
foreach (var item in items.Where((x) => (x <= 5))) {
...
I guess the style you prefer is just personal preference though. | null | 0 | 1315581532 | False | 0 | c2img8w | t3_k9h3s | null | t1_c2img8w | t1_c2iloaf | null | 1427578396 | 3 | t5_2fwo | null | null | null |
True | NancyGracesTesticles | null | So it turns out that the 20# paper I've been buying for my printer is really 20£ paper? I guess I'm getting a nice discount on the actual price. The British must really hate buying 100£ cardstock. | null | 0 | 1315581542 | False | 0 | c2imgak | t3_k9h3s | null | t1_c2imgak | t1_c2ilfqe | null | 1427578397 | 2 | t5_2fwo | null | null | null |
True | Testiclese | null | I believe you. The problem is, you guys have horrible PR lately when it comes to the "community".
Remember the Windows 8/Silverlight fiasco? Jesus.
What about the fact that although you seem to push .NET heavily, nothing in Windows 7 (from what I can tell) seems to be using .NET? What kind of message is that sending... | null | 0 | 1315581606 | False | 0 | c2imgkx | t3_k85xr | null | t1_c2imgkx | t1_c2ih8wy | null | 1427578408 | 2 | t5_2fwo | null | null | null |
True | vintermann | null | \# - this is a hash, or number sign.
♯ - this is a sharp. They don't look all that alike.
| null | 0 | 1315581608 | False | 0 | c2imglb | t3_k9h3s | null | t1_c2imglb | t1_c2imar5 | null | 1427578408 | 12 | t5_2fwo | null | null | null |
True | ethraax | null | It's not a question of whether or not I have any indentation in my code at all. It's a question of whether or not I want to have my indentation set up exactly the way Python demands it. | null | 0 | 1315581625 | False | 0 | c2imgnt | t3_k9h3s | null | t1_c2imgnt | t1_c2im5vf | null | 1427578400 | -1 | t5_2fwo | null | null | null |
True | CylonGlitch | null | That's a totally different question then the one asked originally. I'd use Inkscape, and do it by hand. | null | 0 | 1315581628 | False | 0 | c2imgoc | t3_ka3gd | null | t1_c2imgoc | t1_c2img1h | null | 1427578400 | 2 | t5_2fwo | null | null | null |
True | ethraax | null | Wait - in Java, final arrays are not actually constant? What the hell? | null | 0 | 1315581664 | False | 0 | c2imgv4 | t3_k9h3s | null | t1_c2imgv4 | t1_c2im7oz | null | 1427578401 | 0 | t5_2fwo | null | null | null |
True | Gotebe | null | Oh, I agree that it's a benefit, but it's also sooo easy to forget to unregister your event handler or other delegate. Especially with them lambdas of recent days ;-). | null | 0 | 1315581668 | False | 0 | c2imgvy | t3_k8gr4 | null | t1_c2imgvy | t1_c2im282 | null | 1427578402 | 2 | t5_2fwo | null | null | null |
True | SciK | null | Haskell made it. ;) | null | 0 | 1315581713 | False | 0 | c2imh4f | t3_k9h3s | null | t1_c2imh4f | t1_c2ikrso | null | 1427578405 | 2 | t5_2fwo | null | null | null |
True | bobindashadows | null | While this is true, I don't think those places care what a social source-code-sharing website does. | null | 0 | 1315581745 | False | 0 | c2imh9p | t3_k9z9s | null | t1_c2imh9p | t1_c2imbky | null | 1427578406 | 1 | t5_2fwo | null | null | null |
True | Gotebe | null | Hey, there, you mentioned C++ first! | null | 0 | 1315581761 | False | 0 | c2imhd3 | t3_k8gr4 | null | t1_c2imhd3 | t1_c2ildif | null | 1427578408 | 1 | t5_2fwo | null | null | null |
True | bobindashadows | null | The significant whitespace makes it a pain in the ass to move code around. For example, extracting an inner loop out to a separate function just plain sucks. That's not something a Haskell programmer would encounter unless he writes horrible Haskell. | null | 0 | 1315581782 | False | 0 | c2imhgn | t3_k9h3s | null | t1_c2imhgn | t1_c2im5vf | null | 1427578408 | 3 | t5_2fwo | null | null | null |
True | zip117 | null | I wish you could do this so easily with GDI+ | null | 0 | 1315581811 | False | 0 | c2imhlq | t3_k9ylt | null | t1_c2imhlq | t3_k9ylt | null | 1427578410 | 1 | t5_2fwo | null | null | null |
True | inmatarian | null | You need a professional reference from the place you're leaving, so don't badmouth your boss on the way out, and don't badmouth him to other organizations. Simply say that you need more challenge, better opportunities, career advancement, etc.
| null | 0 | 1315581828 | False | 0 | c2imhoo | t3_k9wry | null | t1_c2imhoo | t3_k9wry | null | 1427578410 | 1 | t5_2fwo | null | null | null |
True | ilostmymangoman | null | The final keyword in Java only means that the variable cannot be reassigned. | null | 0 | 1315581876 | False | 0 | c2imhxj | t3_k9h3s | null | t1_c2imhxj | t1_c2imgv4 | null | 1428194864 | 7 | t5_2fwo | null | null | null |
True | johntr10 | null | Wow that is great. Thanks! Doubled my skills with vim with just the first few videos! | null | 0 | 1315581912 | False | 0 | c2imi34 | t3_k9akm | null | t1_c2imi34 | t1_c2ikney | null | 1427578417 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315581913 | False | 0 | c2imi38 | t3_k9u45 | null | t1_c2imi38 | t3_k9u45 | null | 1427578417 | 1 | t5_2fwo | null | null | null |
True | inmatarian | null | Won't happen. It's a QA and user support nightmare.
Having a rolling release is a great idea though. They should do that. | null | 0 | 1315581929 | False | 0 | c2imi62 | t3_k9u45 | null | t1_c2imi62 | t3_k9u45 | null | 1427578420 | 2 | t5_2fwo | null | null | null |
True | bobindashadows | null | I never thought of it that way, because I'm always trying to think of Haskell constructs in terms of what I'm "supposed" to think (monads and applicative functors and ...) but this actually makes a decent amount of sense at a high level. | null | 0 | 1315581934 | False | 0 | c2imi70 | t3_k9h3s | null | t1_c2imi70 | t1_c2imb41 | null | 1428194863 | 1 | t5_2fwo | null | null | null |
True | c0bra51 | null | 20lb = 20 pounds weight.
£20 = 20 pounds currency. | null | 0 | 1315582040 | False | 0 | c2imipz | t3_k9h3s | null | t1_c2imipz | t1_c2imgak | null | 1427578427 | 1 | t5_2fwo | null | null | null |
True | Gotebe | null | I said to my new employer: "look, I do like my old job, but it's getting annoying now..." (in more formal words).
I would have lied if I bad-mouthed the old job. It was good while it lasted.
And new guys said, well, "OK, I hope you will stay... (looking through their papers)... 9 years with us, too". | null | 0 | 1315582089 | False | 0 | c2imiyu | t3_k9wry | null | t1_c2imiyu | t3_k9wry | null | 1427578433 | 1 | t5_2fwo | null | null | null |
True | Dwarf_Vader | null | Well, thanks even for that. I'll look into inkscape as I don't seem to have much choice
Edit: Typo | null | 0 | 1315582151 | True | 0 | c2imj9n | t3_ka3gd | null | t1_c2imj9n | t1_c2imgoc | null | 1427578438 | 1 | t5_2fwo | null | null | null |
True | c0bra51 | null | It would be marked 20lb. More precisely, it would have 9kg written on it because imperial is stupid. | null | 0 | 1315582257 | False | 0 | c2imjs2 | t3_k9h3s | null | t1_c2imjs2 | t1_c2imauz | null | 1427578449 | 10 | t5_2fwo | null | null | null |
True | delta4zero | null | Maybe not "care", but it is nice to be able to say "look how successful they are without all your 9 to 5 nonsense" | null | 0 | 1315582258 | False | 0 | c2imjsk | t3_k9z9s | null | t1_c2imjsk | t1_c2imh9p | null | 1427578449 | 2 | t5_2fwo | null | null | null |
True | rcklmbr | null | He submitted the post for the comedic element, not for the insightfulness of the code. | null | 0 | 1315582269 | False | 0 | c2imjus | t3_k9rqy | null | t1_c2imjus | t1_c2ikhe0 | null | 1427578443 | 8 | t5_2fwo | null | null | null |
True | redditisfun | null | That you're looking for a change or seeking new opportunities. | null | 0 | 1315582400 | False | 0 | c2imkj9 | t3_k9wry | null | t1_c2imkj9 | t3_k9wry | null | 1427578451 | 2 | t5_2fwo | null | null | null |
True | mipadi | null | And C# was, what, 50 years behind Lisp? | null | 0 | 1315582497 | False | 0 | c2imkzt | t3_k9h3s | null | t1_c2imkzt | t1_c2ijq5l | null | 1427578455 | -9 | t5_2fwo | null | null | null |
True | chneukirchen | null | Now make a longer line. | null | 0 | 1315582508 | False | 0 | c2iml1v | t3_k9akm | null | t1_c2iml1v | t1_c2ik003 | null | 1427578462 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315582516 | False | 0 | c2iml37 | t3_ka3lx | null | t1_c2iml37 | t3_ka3lx | null | 1427578462 | 1 | t5_2fwo | null | null | null |
True | AnythingApplied | null | This has a lot more detail than the one I have [hanging on my wall](http://boredzo.org/vi_tutorial/vi_tutorial-Dvorak-Color.pdf). Unfortunately, it doesn't seem like yours comes with a dvorak keyboard layout version.
EDIT: Whoa, just noticed the excel source... nice touch, that would allow me to create my own if I wa... | null | 0 | 1315582517 | False | 0 | c2iml3i | t3_k9akm | null | t1_c2iml3i | t3_k9akm | null | 1427578462 | 1 | t5_2fwo | null | null | null |
True | igouy | null | Don't be sad, be active - use those measurement scripts and publish measurements [for your chosen 3 or 4 implementations of the same language](http://shootout.alioth.debian.org/help.php#implementationx) | null | 0 | 1315582522 | False | 0 | c2iml4i | t3_k9rqy | null | t1_c2iml4i | t1_c2ikllc | null | 1427578457 | 1 | t5_2fwo | null | null | null |
True | mononcqc | null | Author here. To be fair, there is one new chapter coming out every 4-5 weeks on average (for over 2 years now), depending on how fast or busy I am.
This one is on Relups and Appups, or a way to do hot-code loading and live software upgrades in a safe manner, hidden from race conditions and state changes. This is done ... | null | 0 | 1315582529 | False | 0 | c2iml5z | t3_ka3lx | null | t1_c2iml5z | t3_ka3lx | null | 1427578457 | 10 | t5_2fwo | null | null | null |
True | Theon | null | Dictation will never replace keyboards for the same reason kinect won't replace the mouse - gorilla arm. Your arm gets tired quickly. I guess you could call this the "gorilla mouth", and together with the issues you mentioned, it's just not suitable for long usage.
However, it's perfect for short commands, where you c... | null | 0 | 1315582536 | False | 0 | c2iml7h | t3_k8ryx | null | t1_c2iml7h | t1_c2ihvvx | null | 1427578462 | 1 | t5_2fwo | null | null | null |
True | sbrown123 | null | [Number Sign](http://en.wikipedia.org/wiki/Number_sign)! Hash is something you eat. | null | 0 | 1315582586 | False | 0 | c2imlgh | t3_k9h3s | null | t1_c2imlgh | t1_c2imav0 | null | 1427578461 | -1 | t5_2fwo | null | null | null |
True | parl | null | I made the same argument about edlin (the DOS line editor), back in the the day. Eventually, I adapted a better editor to run off of a floppy and carried them (both sized) around with me, as I visited customer sites (at my place of previous employ). | null | 0 | 1315582589 | False | 0 | c2imlh2 | t3_k9akm | null | t1_c2imlh2 | t1_c2ima9n | null | 1427578461 | 2 | 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.