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 | I'll just stick to enjoying my descriptively named symbols thanks.
When a method takes typed arguments (especially generics), it's really not hard to wrap at 80 chars, which uglies up my code completely unnecessarily.
For example, here's a simple method definition that will wrap if I used 80 chars...
public Co... | null | 0 | 1315452213 | True | 0 | c2i9lbt | t3_k7pwu | null | t1_c2i9lbt | t1_c2i8sn0 | null | 1427572274 | 2 | t5_2fwo | null | null | null |
True | gnatinator | null | Could be done in Flash as well with a memory tool. Any sort of sanity checks would have to be done server side as usual. | null | 0 | 1315452240 | False | 0 | c2i9lgl | t3_k81qp | null | t1_c2i9lgl | t1_c2i7zzp | null | 1427572275 | 1 | t5_2fwo | null | null | null |
True | PSquid | null | I don't know for certain, but I would assume (based on what I _do_ know) they continue to exist, they just aren't part of the visible history of any branch and are thus, as you suggested, only findable through the reflog. | null | 0 | 1315452247 | False | 0 | c2i9lhn | t3_k7qvj | null | t1_c2i9lhn | t1_c2i9hbe | null | 1427572275 | 1 | t5_2fwo | null | null | null |
True | nawlinsned | null | Yep. Generics in Java alone help blast past that barrier with ease. | null | 0 | 1315452278 | False | 0 | c2i9lnd | t3_k7pwu | null | t1_c2i9lnd | t3_k7pwu | null | 1427572277 | 6 | t5_2fwo | null | null | null |
True | gnatinator | null | Congrats on releasing some open source. /r/programming probably won't appreciate it, but don't let that be disheartening to you. Keep it up! | null | 0 | 1315452326 | False | 0 | c2i9lw7 | t3_k80yz | null | t1_c2i9lw7 | t3_k80yz | null | 1427572278 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | Are you serious? | null | 0 | 1315452423 | False | 0 | c2i9mb9 | t3_k7qe8 | null | t1_c2i9mb9 | t1_c2i9aj7 | null | 1427572283 | 5 | t5_2fwo | null | null | null |
True | wadcann | null | >Took me quite a while to pick up SVN, I was comfortable with Git in a couple of days.
Just out of curiosity, did you first use CVS? There's more basic-feature overlap between SVN and CVS than that between SVN and git. | null | 0 | 1315452435 | False | 0 | c2i9mgq | t3_k7qvj | null | t1_c2i9mgq | t1_c2i5okj | null | 1427572285 | 1 | t5_2fwo | null | null | null |
True | a_redditor | null | /r/programminglolz | null | 0 | 1315452438 | False | 0 | c2i9mh9 | t3_k86i2 | null | t1_c2i9mh9 | t1_c2i91ay | null | 1427572285 | 2 | t5_2fwo | null | null | null |
True | [deleted] | null | WTF, I should of known this was written on a mac, there's a metric ton of whitespace, the article is 1 inch wide... | null | 0 | 1315452440 | False | 0 | c2i9mhl | t3_k7qvj | null | t1_c2i9mhl | t3_k7qvj | null | 1427572285 | 1 | t5_2fwo | null | null | null |
True | a_redditor | null | /r/startups would be the place to go probably. | null | 0 | 1315452484 | False | 0 | c2i9mpt | t3_k86i2 | null | t1_c2i9mpt | t1_c2i8ai1 | null | 1427572287 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315452516 | False | 0 | c2i9mvm | t3_k7qe8 | null | t1_c2i9mvm | t1_c2i6s0s | null | 1427572296 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315452576 | False | 0 | c2i9n7f | t3_k7qe8 | null | t1_c2i9n7f | t1_c2i9ftp | null | 1427572292 | 7 | t5_2fwo | null | null | null |
True | [deleted] | null | I just used this example below, but how would you refactor
public Collection<PublisherStatsModel> findWebsiteOverviewModels(Long accountId, Date startDate, Date endDate);
to make it shorter? Changing type names or method signatures solely to fit into an arbitrary line length is crazy. | null | 0 | 1315452619 | False | 0 | c2i9nfl | t3_k7pwu | null | t1_c2i9nfl | t1_c2i8y69 | null | 1427572296 | 2 | t5_2fwo | null | null | null |
True | lolplz | null | his modified O(N) algo yields 3, whereas the original O(N^2) algo yields 4 for the following inputs
scala> names
res11: List[java.lang.String] = List(ando, Rando, Lando)
scala> surnames
res12: List[java.lang.String] = List(Lando, Rando) | null | 0 | 1315452620 | False | 0 | c2i9nfs | t3_k81ic | null | t1_c2i9nfs | t3_k81ic | null | 1427572296 | 8 | t5_2fwo | null | null | null |
True | Saisann | null | Wait, how are those different than the .git directories? | null | 0 | 1315452656 | False | 0 | c2i9nlo | t3_k7qvj | null | t1_c2i9nlo | t1_c2i8ou4 | null | 1427572297 | 1 | t5_2fwo | null | null | null |
True | x86_64Ubuntu | null | I tried to make it satirical, but I wasn't too familiar with stereotypical Australian, and what is "real Australian". That is why I mentioned Foster's since Australians are always saying it isn't really Australian and I was gambling that you all didn't celebrate the queen, you know, with your whole history and all wit... | null | 0 | 1315452772 | False | 0 | c2i9o5w | t3_k5zns | null | t1_c2i9o5w | t1_c2i9gmq | null | 1427572302 | 2 | t5_2fwo | null | null | null |
True | Panaetius | null | I recently realised that svn has an "[svn export](http://svnbook.red-bean.com/en/1.0/re10.html)" feature that copies directories without copying the .svn directories (or checks it out that way directly from the repo). I wish I'd found this sooner (not that it's particularily hidden, it just never occured to me to look ... | null | 0 | 1315452853 | True | 0 | c2i9ok9 | t3_k7qvj | null | t1_c2i9ok9 | t1_c2i8ou4 | null | 1427572306 | 8 | t5_2fwo | null | null | null |
True | gnatinator | null | Lovely fractal goodness (= Thanks for sharing. | null | 0 | 1315452864 | False | 0 | c2i9olw | t3_k0dgl | null | t1_c2i9olw | t3_k0dgl | null | 1427572306 | 1 | t5_2fwo | null | null | null |
True | tene | null | For what it's worth, HEAD^^ works just fine. I use it all the time. | null | 0 | 1315452986 | False | 0 | c2i9p7r | t3_k7qvj | null | t1_c2i9p7r | t1_c2i9gus | null | 1427572316 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | WTF, I should of known this was written on a mac, there's a metric ton of whitespace, the article is 1 inch wide...
The article is simpler than you think... *view, page style, no style*, the article is now 2 pages double spaced with pictures included. | null | 0 | 1315453176 | False | 0 | c2i9q6t | t3_k7qvj | null | t1_c2i9q6t | t1_c2i5iat | null | 1427572336 | 0 | t5_2fwo | null | null | null |
True | yogthos | null | >A certain about of redundancy (boilerplate) is necessary. Source code for a language with zero redundancy would be indistinguishable from random sequences of characters. In fact, any random sequence of characters would be a valid program.
Again, I'm afraid you're missing the forest for the trees here. So, I'll giv... | null | 0 | 1315453198 | False | 0 | c2i9qam | t3_k85xr | null | t1_c2i9qam | t1_c2i91bf | null | 1427572329 | 6 | t5_2fwo | null | null | null |
True | tene | null | PSquid is right, they stick around for gc.reflogexpireunreachable days (defaults to 30), at which point they'll be removed in the next 'git gc' pass. | null | 0 | 1315453207 | False | 0 | c2i9qcb | t3_k7qvj | null | t1_c2i9qcb | t1_c2i9hbe | null | 1427572339 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | > We're stepping in religious territory here.
Yeah pretty much. We have some guys at work who insist that all lines be 80 chars long, and no .* imports allowed at all, because it makes it hard to print out the code and read it...
...which I've never seen them do, but nonetheless. | null | 0 | 1315453213 | False | 0 | c2i9qda | t3_k7pwu | null | t1_c2i9qda | t1_c2i7dcb | null | 1427572339 | 2 | t5_2fwo | null | null | null |
True | a_redditor | null | Please pay attention the the guidelines listed in the sidebar. | null | 0 | 1315453215 | False | 0 | c2i9qdl | t3_k8emu | null | t1_c2i9qdl | t3_k8emu | null | 1427572339 | 1 | t5_2fwo | null | null | null |
True | Panaetius | null | Have you tried TortoiseGit? | null | 0 | 1315453227 | False | 0 | c2i9qfd | t3_k7qvj | null | t1_c2i9qfd | t1_c2i88c0 | null | 1427572334 | 4 | t5_2fwo | null | null | null |
True | [deleted] | null | Java 7's diamond operator will help a little bit. | null | 0 | 1315453257 | False | 0 | c2i9ql2 | t3_k7pwu | null | t1_c2i9ql2 | t1_c2i9lnd | null | 1427572337 | 5 | t5_2fwo | null | null | null |
True | wadcann | null | >What throws me off with GIT: it seems designed for you to have only one source tree for each "project" and not allowing you to quickly fork into a new folder(please correct me if I'm wrong) without just cloning the repo again.
Three ways I know of to do this in git, none of which works in svn (and thus may not be ... | null | 0 | 1315453345 | True | 0 | c2i9r1o | t3_k7qvj | null | t1_c2i9r1o | t1_c2i66i9 | null | 1427572342 | 2 | t5_2fwo | null | null | null |
True | a_redditor | null | Please do not post stupid memes in /r/programming. | null | 0 | 1315453405 | False | 0 | c2i9rdk | t3_k88ya | null | t1_c2i9rdk | t3_k88ya | null | 1427572346 | 1 | t5_2fwo | null | null | null |
True | tene | null | I know I'm a bit late here, but there are a few much easier ways to delete a file from history. The easiest, as a few people say, is 'git rebase -i <some earlier commit>', change the commit that adds the file you want to remove to 'edit' instead of 'pick' (as documented in the editor), and then follow the direct... | null | 0 | 1315453444 | False | 0 | c2i9rlb | t3_k7qvj | null | t1_c2i9rlb | t1_c2i5tow | null | 1427572346 | 1 | t5_2fwo | null | null | null |
True | OMouse | null | >And do you think this parser was 100% correct? (Do you believe that the test suite had no bugs, as well?)
No, but the criteria in the paper are the test suites. I'm not a huge fan of unit-testing and I'm not naive enough to think that they cover everything.
However, the fact that only one person was able to pass ... | null | 0 | 1315453480 | False | 0 | c2i9rry | t3_k7o9e | null | t1_c2i9rry | t1_c2i8mkx | null | 1427572348 | 4 | t5_2fwo | null | null | null |
True | wnoise | null | There is only one `.git` directory, at the root. There is a `.svn` directory in every single directory. | null | 0 | 1315453515 | False | 0 | c2i9ryc | t3_k7qvj | null | t1_c2i9ryc | t1_c2i9nlo | null | 1427572348 | 6 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315453584 | False | 0 | c2i9sbw | t3_k7pwu | null | t1_c2i9sbw | t1_c2i9nfl | null | 1427572352 | 1 | t5_2fwo | null | null | null |
True | drstock | null | >factory service manual
That is the manual the factory supplies to auto repair shops. | null | 0 | 1315453629 | False | 0 | c2i9sjn | t3_k7qvj | null | t1_c2i9sjn | t1_c2i9208 | null | 1427572354 | 2 | t5_2fwo | null | null | null |
True | stesch | null | Someone should open an issue and propose the use of C++. :-)
| null | 0 | 1315453645 | False | 0 | c2i9smk | t3_k81oh | null | t1_c2i9smk | t3_k81oh | null | 1427572356 | 1 | t5_2fwo | null | null | null |
True | ctrldavid | null | No library, the point of this was kinda to teach myself how 3d projection works. I read the pages on wikipedia and just went nuts.
If you're curious and want to follow the 'progression' of my 3d stuff, look at this:
http://jsfiddle.net/ctrlfrk/agQYM/13/
and keep changing the number at the end from 13 till 30.
From now... | null | 0 | 1315453782 | False | 0 | c2i9tbh | t3_k7ewc | null | t1_c2i9tbh | t1_c2i9fay | null | 1427572366 | 3 | t5_2fwo | null | null | null |
True | tanishaj | null | I went to Dev Days for $99 one time and paid with my own money. My job at the time was in sales.
Some people spend time on and pay money for things they enjoy. What do you spend your time and money on? | null | 0 | 1315453805 | False | 0 | c2i9tf5 | t3_k7e0u | null | t1_c2i9tf5 | t1_c2i2osg | null | 1427572367 | 2 | t5_2fwo | null | null | null |
True | captainAwesomePants | null | I know, right? And these other dudes think I'm joking about something! | null | 0 | 1315453842 | False | 0 | c2i9tlo | t3_k7qvj | null | t1_c2i9tlo | t1_c2i7zuw | null | 1427572368 | 3 | t5_2fwo | null | null | null |
True | noisysocks | null | public class WebsiteOverviewModels {
public class Criteria {
public Long accountId;
public Date startDate;
public Date endDate;
}
public static Collection<PublisherStatsModel> find(Criteria criteria);
}
I don't like it, but you asked, and I was ... | null | 0 | 1315453854 | False | 0 | c2i9toc | t3_k7pwu | null | t1_c2i9toc | t1_c2i9nfl | null | 1427572369 | 4 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315453964 | False | 0 | c2i9u8a | t3_k7qvj | null | t1_c2i9u8a | t1_c2i9208 | null | 1427572385 | 5 | t5_2fwo | null | null | null |
True | exoplasm | null | I'm aware of that. It's the only reason I can think of for a set of books related to a car being 7 inches thick.
Edit: Just realized my mistake. | null | 0 | 1315453992 | True | 0 | c2i9ucw | t3_k7qvj | null | t1_c2i9ucw | t1_c2i9sjn | null | 1427572379 | 1 | t5_2fwo | null | null | null |
True | OMouse | null | It's kinda worthless unless it's replicable... | null | 0 | 1315454020 | False | 0 | c2i9ui6 | t3_k7o9e | null | t1_c2i9ui6 | t1_c2i627v | null | 1427572381 | 2 | t5_2fwo | null | null | null |
True | Saisann | null | Ah you're right, been a while since I used svn and I forgot every directory got their own .svn folder. | null | 0 | 1315454059 | False | 0 | c2i9up9 | t3_k7qvj | null | t1_c2i9up9 | t1_c2i9ryc | null | 1427572383 | 1 | t5_2fwo | null | null | null |
True | maxjg | null | Interesting that they didn't mention [GitHub's official Mac app](http://mac.github.com/). Not quite sure how it stacks up to Versions, but it's pretty solid. | null | 0 | 1315454173 | False | 0 | c2i9va4 | t3_k7qvj | null | t1_c2i9va4 | t1_c2i5d6g | null | 1427572391 | 3 | t5_2fwo | null | null | null |
True | tanishaj | null | I guess self-employed is impossible in your world?
Other than that, you are absolutely right; people who do things differently than you are stupid, unprofessional, or both. That was your point right? | null | 0 | 1315454188 | False | 0 | c2i9vcd | t3_k7e0u | null | t1_c2i9vcd | t1_c2i4p3k | null | 1427572392 | 0 | t5_2fwo | null | null | null |
True | exoplasm | null | Oh I just realized I completely glossed over that detail in your post.
Don't mind me. | null | 0 | 1315454208 | False | 0 | c2i9vgg | t3_k7qvj | null | t1_c2i9vgg | t1_c2i9u8a | null | 1427572393 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | Chromium crashes a LOT. | null | 0 | 1315454273 | False | 0 | c2i9vr6 | t3_k81qp | null | t1_c2i9vr6 | t1_c2i8ex3 | null | 1427572397 | 0 | t5_2fwo | null | null | null |
True | neorab | null | Magic numbers are bad, this is one of those things I see weak coders argue about all the time and our solid guys shrug off. Readable code is what matters not the length of a string. I have a marker set at 100 to remind me that whatever I'm doing might not be right. I rarely use languages where these epic sentances a... | null | 0 | 1315454281 | False | 0 | c2i9vs0 | t3_k7pwu | null | t1_c2i9vs0 | t3_k7pwu | null | 1427572397 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | > I don't like it, but you asked, and I was bored enough to try.
Yeah, that's about the cleanest way to do it. I'll personally keep my line length at 140 instead. :D
TBH, this reminds me of the bad ol' function signatures of the Win32 API...
BOOL WINAPI CreateProcess(
__in_opt LPCTSTR lpApplicat... | null | 0 | 1315454293 | False | 0 | c2i9vuk | t3_k7pwu | null | t1_c2i9vuk | t1_c2i9toc | null | 1427572398 | 1 | t5_2fwo | null | null | null |
True | uriel | null | Obviously only Go developers use use Go, just like only Python developers use Python, but I guess you meant that only *the developers of Go use Go*.
If that is the case, let me point out first that there are more than 200 contributors to the Go project so far.
And second, plenty of people are using Go, see this list ... | null | 0 | 1315454361 | False | 0 | c2i9w64 | t3_k70os | null | t1_c2i9w64 | t1_c2i4ntm | null | 1427572402 | 2 | t5_2fwo | null | null | null |
True | Serializedrequests | null | I believe git is more corruption-resistant, and handles file copies and renames much more efficiently (mercurial is a bit more like svn in that regard). Mercurial queues may be a great feature, but they also add complication and are something I can live without. I don't know how merging compares.
That said, I went wit... | null | 0 | 1315454476 | True | 0 | c2i9wqw | t3_k7qvj | null | t1_c2i9wqw | t1_c2i7mcx | null | 1427572410 | 3 | t5_2fwo | null | null | null |
True | BluMoon | null | Honestly, I wish there were a better way to learn git through the official documentation. It seems like git started with little to no good documentation, got popular regardless, and lots of mini-tutorials, cheat sheets, and books have sprung up from third parties trying to fill the gap. The man pages can be great for f... | null | 0 | 1315454629 | True | 0 | c2i9xic | t3_k7qvj | null | t1_c2i9xic | t1_c2i6nit | null | 1428195118 | 2 | t5_2fwo | null | null | null |
True | tanishaj | null | Well, I think you are right about that. Plus, he is arrogant.
That said, he has some intelligent things to say. | null | 0 | 1315454630 | False | 0 | c2i9xip | t3_k7e0u | null | t1_c2i9xip | t1_c2i6np9 | null | 1428195118 | 1 | t5_2fwo | null | null | null |
True | Lakario | null | And the award for most unfitting title goes to... | null | 0 | 1315454688 | False | 0 | c2i9xsf | t3_k7qvj | null | t1_c2i9xsf | t3_k7qvj | null | 1427572438 | 3 | t5_2fwo | null | null | null |
True | the_other_brand | null | I do believe that's the interface he was talking about.
After coming from TourtoiseSVN it leaves a lot to be desired. | null | 0 | 1315454764 | False | 0 | c2i9y4g | t3_k7qvj | null | t1_c2i9y4g | t1_c2i9qfd | null | 1427572435 | 7 | t5_2fwo | null | null | null |
True | [deleted] | null | >I would prefer there just be a .config or some such
I would not prefer that all my apps use the same config file.
>I can delete most of them without caring, but they'll reappear the next time any of these programs run.
Yea that's the idea. The apps store your preferences.
| null | 0 | 1315454896 | False | 0 | c2i9ypq | t3_k7qe8 | null | t1_c2i9ypq | t1_c2i8ycy | null | 1427572441 | 8 | t5_2fwo | null | null | null |
True | woo545 | null | I'm sure Chekov could have used that information to find the [nuclear wessels](http://www.youtube.com/watch?v=MdSJFrhb-HM). | null | 0 | 1315454963 | False | 0 | c2i9z0v | t3_k7qvj | null | t1_c2i9z0v | t1_c2i5ukf | null | 1428195116 | 3 | t5_2fwo | null | null | null |
True | unanimus | null | Did you find any books, tutorials, or other projects useful in your work on either project? | null | 0 | 1315455016 | False | 0 | c2i9zac | t3_k7ewc | null | t1_c2i9zac | t1_c2i8soa | null | 1427572454 | 3 | t5_2fwo | null | null | null |
True | WalterGR | null | Do you use terminals that can't be resized to over 80 characters wide? | null | 0 | 1315455100 | False | 0 | c2i9zoi | t3_k7pwu | null | t1_c2i9zoi | t1_c2i737q | null | 1427572458 | 7 | t5_2fwo | null | null | null |
True | Maristic | null | It doesn't seem like the graphs really compare clang performance, which is what people use these days.
But with regard to clang, Makarov says:
> The above said about compilation speed is true when GCC front-end is
used for LLVM. LLVM has another C-language family front-end called
CLANG which can speed up compilati... | null | 0 | 1315455188 | False | 0 | c2ia03r | t3_k7q0a | null | t1_c2ia03r | t3_k7q0a | null | 1427572462 | 8 | t5_2fwo | null | null | null |
True | tedivm | null | I don't think it's that people don't want to learn something new, but that there is only so much time and there may be other things with a higher value at the moment. | null | 0 | 1315455402 | False | 0 | c2ia133 | t3_k7qvj | null | t1_c2ia133 | t1_c2i6co5 | null | 1427572475 | 3 | t5_2fwo | null | null | null |
True | zelniak | null | LOL!!!
It's like reading those sad and pathetic Mozilla fanboy posts on Slashdot from a couple years ago when Chrome turned Firefox into a public joke.
Now the LLVM guys are doing the same thing to the idiots working on GCC.
You can just sense the angry impotence from the GCC crowd. Just like Firefox, they realize t... | null | 0 | 1315455432 | False | 0 | c2ia189 | t3_k7q0a | null | t1_c2ia189 | t1_c2i5wq3 | null | 1427572476 | -11 | t5_2fwo | null | null | null |
True | [deleted] | null | But you care way to much, even if only a little, and you could care less. Why don't you just care less? | null | 0 | 1315455523 | False | 0 | c2ia1ng | t3_k7qe8 | null | t1_c2ia1ng | t1_c2i9398 | null | 1427572480 | 0 | t5_2fwo | null | null | null |
True | the_other_brand | null | Where does one come with it? Maybe in Linux and Mac it does. In Windows, these are two separate entities that must be put together. | null | 0 | 1315455530 | False | 0 | c2ia1on | t3_k7qvj | null | t1_c2ia1on | t1_c2i71d3 | null | 1427572480 | 1 | t5_2fwo | null | null | null |
True | daniels220 | null | What I needed was HEAD~2, though, for which there is no ^ equivalent unless a merge happened. Yes, HEAD^ works fine for dealing with the previous commit. | null | 0 | 1315455543 | False | 0 | c2ia1qk | t3_k7qvj | null | t1_c2ia1qk | t1_c2i9p7r | null | 1427572487 | 1 | t5_2fwo | null | null | null |
True | daveisgay | null | Always observe the style guidelines. For example when writing Python if the employer/customer has no formal style guidelines I refer to PEP8 - http://www.python.org/dev/peps/pep-0008/ | null | 0 | 1315455632 | False | 0 | c2ia247 | t3_k7pwu | null | t1_c2ia247 | t3_k7pwu | null | 1427572498 | 0 | t5_2fwo | null | null | null |
True | Maristic | null | From the followups, Duncan Sands wrote:
>> It's not clear to me which GCC front-end you mean. There is llvm-gcc (based on gcc-4.2) and the dragonegg plugin (the 2.9 version works with gcc-4.5; the development version works also with gcc-4.6). Can you please clarify.
and Vladimir Makarov replied:
> This is n... | null | 0 | 1315455636 | False | 0 | c2ia24w | t3_k7q0a | null | t1_c2ia24w | t1_c2ia03r | null | 1427572498 | 20 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315455843 | False | 0 | c2ia31o | t3_k7qe8 | null | t1_c2ia31o | t1_c2i9ypq | null | 1427572505 | 7 | t5_2fwo | null | null | null |
True | [deleted] | null | Oh for sure, the benefits of Git are clear as daylight, for a 10000 people project.
The benefits of Git for a 5 man team...are not.
Git is just the new fad. Is a cool tool, dont get me wrong, just people are using it in the wrong way and for the wrong reasons. The fad will go away in a bit of time and the tool will g... | null | 0 | 1315455864 | False | 0 | c2ia34x | t3_k7qvj | null | t1_c2ia34x | t1_c2i8sk5 | null | 1427572507 | 1 | t5_2fwo | null | null | null |
True | cengelhard | null | It sounds like you are generalizing from limited personal experience with dynamic typing, and perhaps inexperience with trying to grok large established systems (hint: it's always hard and painful, regardless of typing discipline.)
For one, privacy has nothing to do with typing. Any dynamically typed language with lex... | null | 0 | 1315455906 | False | 0 | c2ia3br | t3_k7o9e | null | t1_c2ia3br | t1_c2i8k1g | null | 1427572509 | -4 | t5_2fwo | null | null | null |
True | silence_forever | null | It is sad to see. You would think the GCC guys would have learned from mess the Firefox devs created for themselves.
Firefox devs use to flame people with AC posts on Slashdot for years instead of admitting their memory and performance problems.
Then when Chrome came out and left Firefox in the dust in performance an... | null | 0 | 1315455914 | False | 0 | c2ia3da | t3_k7q0a | null | t1_c2ia3da | t1_c2ia189 | null | 1427572511 | -5 | t5_2fwo | null | null | null |
True | daniels220 | null | Holy crap that's a useful article, I _get_ it now and it would have solved my problem, in fact it specifically deals with it. (What I needed was `git reset --soft HEAD~2; rm ${file I didn't want}; git add .; git commit`.) Bookmarked. | null | 0 | 1315456032 | False | 0 | c2ia3vo | t3_k7qvj | null | t1_c2ia3vo | t1_c2i9xic | null | 1427572515 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315456047 | False | 0 | c2ia3yb | t3_k7e0u | null | t1_c2ia3yb | t1_c2i68i0 | null | 1427572515 | 1 | t5_2fwo | null | null | null |
True | WalterGR | null | > The *core* failure of Windows design is that it puts the system's integrity in the hands of third-party developers.
How is this different from other OSes?
If you install software under elevated permissions on Windows, you put your system's integrity at risk.
In exactly the same way as if you install software un... | null | 0 | 1315456225 | False | 0 | c2ia4p9 | t3_k7qe8 | null | t1_c2ia4p9 | t1_c2i6spx | null | 1427572522 | 6 | t5_2fwo | null | null | null |
True | Iggyhopper | null | Is there something like an software equalizer? | null | 0 | 1315456261 | False | 0 | c2ia4vi | t3_k85xr | null | t1_c2ia4vi | t1_c2i9i53 | null | 1427572524 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | >That would indeed be quite silly. I meant a .config/ directory; as one already exists, I assumed what I meant was clear. Sorry.
Ah well that already exists but not all programs use it.
>What I was meaning to say was that even trying to clean things up a bit is a futile prospect.
Honestly I don't really care w... | null | 0 | 1315456284 | False | 0 | c2ia4zg | t3_k7qe8 | null | t1_c2ia4zg | t1_c2ia31o | null | 1427572525 | 2 | t5_2fwo | null | null | null |
True | Darkmoth | null | Yes, it has. DLL hell is essentially gone in Win7, and even Vista IIRC. Applications no longer overwrite each other's dlls. I mentioned that it wasn't as bad in Win7.
Unfortunately, installs still aren't managed well. | null | 0 | 1315456394 | False | 0 | c2ia5gk | t3_k7qe8 | null | t1_c2ia5gk | t1_c2i9gtv | null | 1427572529 | 3 | t5_2fwo | null | null | null |
True | Iggyhopper | null | Is there a lisp-y language that doesn't have lisp-y grammar? | null | 0 | 1315456405 | False | 0 | c2ia5ii | t3_k85xr | null | t1_c2ia5ii | t1_c2i9qam | null | 1427572529 | 3 | t5_2fwo | null | null | null |
True | Darkmoth | null | I should say *was* shameful. It's much improved in Win7. | null | 0 | 1315456493 | False | 0 | c2ia5uw | t3_k7qe8 | null | t1_c2ia5uw | t1_c2i85nz | null | 1427572531 | 1 | t5_2fwo | null | null | null |
True | Iggyhopper | null | No, because I can't mute it. | null | 0 | 1315456503 | False | 0 | c2ia5wq | t3_k81qp | null | t1_c2ia5wq | t3_k81qp | null | 1427572532 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315456550 | True | 0 | c2ia63s | t3_k81qp | null | t1_c2ia63s | t1_c2i8v3g | null | 1427572534 | 1 | t5_2fwo | null | null | null |
True | snkscore | null | It very well may be, but specifically in this thread here there are lots of people saying "$499!? My phone costs that much and is useful 24/7 for at least one year. $499 for a conference is ridiculous", "500? Not a problem? How rich are they?", "$500 and I could make a decent PC that'll last me a good 5 years" stuff... | null | 0 | 1315456586 | False | 0 | c2ia68r | t3_k7e0u | null | t1_c2ia68r | t1_c2i65qk | null | 1427572534 | 1 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315456618 | False | 0 | c2ia6d6 | t3_k7qe8 | null | t1_c2ia6d6 | t3_k7qe8 | null | 1427572537 | 1 | t5_2fwo | null | null | null |
True | cengelhard | null | Sexprs, but with commas? Uh, no thanks. | null | 0 | 1315456660 | False | 0 | c2ia6jk | t3_k6qbx | null | t1_c2ia6jk | t3_k6qbx | null | 1427572539 | 2 | t5_2fwo | null | null | null |
True | dnew | null | Actually, it's more like source versioning without the patch management. (Or on-the-fly patch management.) Darcs is more like patch management. Git saves files, not differences, and that's what screws everyone up. Cherry picking and rebasing and all that is just figuring out what changed, and then making the same chang... | null | 0 | 1315456676 | False | 0 | c2ia6ma | t3_k7qvj | null | t1_c2ia6ma | t1_c2i657t | null | 1427572545 | 11 | t5_2fwo | null | null | null |
True | Iggyhopper | null | I think you underestimate casual users.
All you need is a comment section (like most *flash* game sites have) and you're toasted. | null | 0 | 1315456688 | False | 0 | c2ia6nv | t3_k81qp | null | t1_c2ia6nv | t1_c2i87dn | null | 1427572545 | 3 | t5_2fwo | null | null | null |
True | Chroko | null | If this was a commercial project, only one person would have been able to ship. The correct target for the experiment should have been to time how long it took for each developer to pass 100% of the tests.
Without participants actually finishing the problem, this experiment is academia gone crazy and should be ignored... | null | 0 | 1315456701 | False | 0 | c2ia6q2 | t3_k7o9e | null | t1_c2ia6q2 | t1_c2i9rry | null | 1427572544 | 7 | t5_2fwo | null | null | null |
True | [deleted] | null | How exactly did it improve? | null | 0 | 1315456909 | False | 0 | c2ia7l1 | t3_k7qe8 | null | t1_c2ia7l1 | t1_c2ia5uw | null | 1428195110 | 8 | t5_2fwo | null | null | null |
True | tene | null | Uhh... apparently I'm full of shit, and wasn't paying attention when I was testing. I just went to verify that HEAD^^ was equivalent to HEAD~2, and I couldn't get anything to accept HEAD^^, and I can't find any evidence in my bash_history of doing what I remembered. I have no idea what I was doing here, I guess? | null | 0 | 1315457015 | False | 0 | c2ia82e | t3_k7qvj | null | t1_c2ia82e | t1_c2ia1qk | null | 1427572562 | 1 | t5_2fwo | null | null | null |
True | dnew | null | I hate to say this, but "--" and "." have both been around since before V7 UNIX (i.e., before TCP/IP), let alone Linux. If you're using source control and don't know what "." is, you really need to understand the prerequisites. :-) | null | 0 | 1315457247 | False | 0 | c2ia8zz | t3_k7qvj | null | t1_c2ia8zz | t1_c2i6n7j | null | 1427572577 | 5 | t5_2fwo | null | null | null |
True | WalterGR | null | > I mentioned that it wasn't as bad in Win7.
Where? I wouldn't have made my comment if I had seen this. | null | 0 | 1315457544 | False | 0 | c2iaa6k | t3_k7qe8 | null | t1_c2iaa6k | t1_c2ia5gk | null | 1427572586 | 1 | t5_2fwo | null | null | null |
True | WalterGR | null | > A better question is, "why does the registry exist?" The registry is nothing but a cruft magnet.
The registry is a binary serialization of config files, accessible via an API rather than direct manipulation of the binary data.
So you could ask the same questions about config files. | null | 0 | 1315457680 | False | 0 | c2iaaqq | t3_k7qe8 | null | t1_c2iaaqq | t1_c2ia6d6 | null | 1427572594 | 6 | t5_2fwo | null | null | null |
True | dnew | null | I think that conceptually, an instance is supposed to "represent" an object in a real world. That's why you get example classes like Vehicle and Animal instead of things like Matrix in OO programming. And an object in the real world has an identity. It's the same Animal that eats something the first time as eats someth... | null | 0 | 1315457732 | False | 0 | c2iaayl | t3_k56t1 | null | t1_c2iaayl | t1_c2i5z1u | null | 1427572597 | 1 | t5_2fwo | null | null | null |
True | pupeno | null | No, not really. You can socialize in IRC in some channels, in some others you can't; and in all of them, the socializing is quite different to a conference or real world meeting.
I am a fan of IRC, but it won't ever replace hanging out with other people and discussing ideas. | null | 0 | 1315457781 | False | 0 | c2iab5n | t3_k7e0u | null | t1_c2iab5n | t1_c2i6wm0 | null | 1427572599 | 3 | t5_2fwo | null | null | null |
True | dnew | null | http://www.reddit.com/r/programming/comments/k56t1/if_the_only_tool_you_have_is_java_everything/c2iaayl
Sure, the language works perfectly well. But it's a functional language with classes and instances. But the instances aren't modeling the "real world" as was envisioned by early OO proponents. | null | 0 | 1315457802 | False | 0 | c2iab8c | t3_k56t1 | null | t1_c2iab8c | t1_c2hswil | null | 1427572600 | 1 | t5_2fwo | null | null | null |
True | totemo | null | Very cunning, James.
> While other researchers (such as for example [23]) use existing programming languages and IDEs within their experiments, we decided to implement a new language with a corresponding IDE just for the purpose of the experiment(and following experiments).
And there you have it... they made up a ... | null | 0 | 1315457805 | False | 0 | c2iab8s | t3_k7o9e | null | t1_c2iab8s | t1_c2i6x82 | null | 1427572600 | 3 | t5_2fwo | null | null | null |
True | [deleted] | null | [deleted] | null | 0 | 1315457866 | False | 0 | c2iabhw | t3_k7qe8 | null | t1_c2iabhw | t1_c2iaaqq | null | 1427572603 | 4 | t5_2fwo | null | null | null |
True | xTRUMANx | null | I know I'm missing the point, but why do you increment `i` if s `isEmptyOrNull`?
I'd also replace the following:
> `out.append(s);`
> `if (i < strs.length - 1 && !isEmptyOrNull(strs[i+1]))`
> ` out.append(separator);`
With:
> `out.append("," + s);`
And just check before starting the loo... | null | 0 | 1315457960 | False | 0 | c2iabv1 | t3_k85xr | null | t1_c2iabv1 | t1_c2i9qam | null | 1427572608 | 2 | t5_2fwo | null | null | null |
True | holofernes | null | > I tried to make it satirical
I got that :)
Come over here sometime and drink some real beer. | null | 0 | 1315458156 | False | 0 | c2iacls | t3_k5zns | null | t1_c2iacls | t1_c2i9o5w | null | 1427572617 | 2 | t5_2fwo | null | null | null |
True | robertmarkbram | null | I would break the line up into multiple lines, rather than abstract it out.
public Collection<PublisherStatsModel> findWebsiteOverviewModels(
Long accountId, Date startDate, Date endDate);
I think that's still easy to read, and nicely fits with Java Code Conventions: http://www.oracle.com/technetw... | null | 0 | 1315458296 | False | 0 | c2iad4p | t3_k7pwu | null | t1_c2iad4p | t1_c2i9nfl | null | 1427572625 | 9 | t5_2fwo | null | null | null |
True | Camarade_Tux | null | Same goes for emacs vs. vim. :-) | null | 0 | 1315458359 | False | 0 | c2iaddl | t3_k7qvj | null | t1_c2iaddl | t1_c2i56a4 | null | 1427572627 | 1 | 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.