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
If destructors are the best that C++ can offer, I'll continue to stay away from it.
null
0
1315556497
False
0
c2ikoxo
t3_k8gr4
null
t1_c2ikoxo
t1_c2ieyil
null
1427577569
-1
t5_2fwo
null
null
null
True
liotier
null
You mean this : http://i.imgur.com/0oOO3.jpg ? Or if you are truly hardcore you may prefer to use this : http://j.mp/pzZSj9
null
0
1315556501
False
0
c2ikoy2
t3_k8w37
null
t1_c2ikoy2
t1_c2ii8xl
null
1427577569
2
t5_2fwo
null
null
null
True
[deleted]
null
tl;dr if you have exceptions you need unwind-protect
null
0
1315556571
False
0
c2ikp2k
t3_k8gr4
null
t1_c2ikp2k
t3_k8gr4
null
1427577572
3
t5_2fwo
null
null
null
True
ivosaurus
null
Were the previous cheat sheets designed by non-programmers?
null
0
1315556652
False
0
c2ikp8e
t3_k9akm
null
t1_c2ikp8e
t3_k9akm
null
1428194904
3
t5_2fwo
null
null
null
True
donri
null
Perl 6 does this. > (* + * + *)(1, 2, 3) 6 > -> $a, $b, $c { $a + $b + $c }(1, 2, 3) 6
null
0
1315556802
False
0
c2ikphk
t3_k9h3s
null
t1_c2ikphk
t1_c2ij680
null
1427577579
3
t5_2fwo
null
null
null
True
mvcdude
null
what completes this post is a keyboard layout based on data like this.
null
0
1315556810
False
0
c2ikpib
t3_k8w37
null
t1_c2ikpib
t3_k8w37
null
1427577579
1
t5_2fwo
null
null
null
True
doskey
null
I actually did that with a code browser, I configured it so that one foot pedal goes into the tag and one goes back. Was pretty funny...
null
0
1315556823
False
0
c2ikpj0
t3_k8w37
null
t1_c2ikpj0
t1_c2iie5s
null
1427577579
1
t5_2fwo
null
null
null
True
[deleted]
null
> It's also possible to disable Github notifications on pull requests, see: http://i.imgur.com/6JShB.png For https://github.com/MrMEEE/bumblebee/commit/a047be85247755cdbe0acce6f1dafc8beb84f2ac there's only the option to disable email notifications. (Which I have.) The notification inbox still gets spammed. > ...
null
0
1315556924
False
0
c2ikppm
t3_k9rqy
null
t1_c2ikppm
t1_c2ikeoi
null
1427577582
0
t5_2fwo
null
null
null
True
msx
null
that's not stupid at all, they spent quite some time studing different syntaxes and implementations, eventually they concluded C# got it right. I think that's the right decision
null
0
1315556980
False
0
c2ikpth
t3_k9h3s
null
t1_c2ikpth
t1_c2ikblk
null
1427577582
5
t5_2fwo
null
null
null
True
astrangeguy
null
Interesting, which languages use the pound for templates? I believe that those are mostly for mark up. The pound sign isn't the part that is appealing, it could be replaced by any other char. The important part is that the whole function literal is consistently enclosed in matching delimeters.
null
0
1315557012
False
0
c2ikpvd
t3_k9h3s
null
t1_c2ikpvd
t1_c2ikoiv
null
1427577583
1
t5_2fwo
null
null
null
True
ivosaurus
null
The top half has a faulty design principle: you've arranged the letters in a keyboard layout, assuming this will be helpful. However, almost all programmers will know key locations by heart, due to touch typing. Therefore there is no need to *learn* where a key is once you read what it does; you already know. The oth...
null
0
1315557050
True
0
c2ikpy9
t3_k9akm
null
t1_c2ikpy9
t3_k9akm
null
1428194902
7
t5_2fwo
null
null
null
True
scook0
null
It's not the destructors themselves that are great; it's the fact that you can schedule arbitrary code to be implicitly executed when a given scope is exited. The specifics of destruction and object lifetime in C++ are just one way of achieving that goal.
null
0
1315557154
False
0
c2ikq4a
t3_k8gr4
null
t1_c2ikq4a
t1_c2ieyil
null
1428194902
2
t5_2fwo
null
null
null
True
ivosaurus
null
The problem is, the more you learn about vim, the faster you get at manipulating it. So you've spent two years learning vim slowly, and slowly getting faster - whereas if you'd put a significant amount of time and practice in at the start you could have been programming fast the whole time.
null
0
1315557185
False
0
c2ikq65
t3_k9akm
null
t1_c2ikq65
t1_c2iirtm
null
1427577596
0
t5_2fwo
null
null
null
True
stuhacking
null
Surely it would also be worth mentioning that comments take the form of any text that does not contain Trollscript opcodes? Indeed, opcodes and comments can be freely interspersed so that one could write a literate program. It appears that from the way that you split the source file into triplets you have lost the abi...
null
0
1315557252
True
0
c2ikq9x
t3_k9cbj
null
t1_c2ikq9x
t1_c2ihpgn
null
1427577587
2
t5_2fwo
null
null
null
True
ivosaurus
null
Actually, one of the reasons it is popular is that for system admins, logging into multiple different systems through ssh, they always knew the basic vim install would work for them as expected. They could get to work with it straight away. The same could never be said for emacs.
null
0
1315557351
False
0
c2ikqfs
t3_k9akm
null
t1_c2ikqfs
t1_c2iikqk
null
1427577592
3
t5_2fwo
null
null
null
True
scook0
null
*Based on scope* is the important part. In fact, all this talk of destructors is a red herring. You don't need to adopt C++'s notions of object lifetime in order to benefit from the ability to schedule cleanup code to run at scope exit.
null
0
1315557427
False
0
c2ikqkg
t3_k8gr4
null
t1_c2ikqkg
t1_c2id13y
null
1427577595
3
t5_2fwo
null
null
null
True
tibbe
null
Couldn't one get away with a dynamic solution where each core has a number of generations and only when there are cross core data access promote memory to a shared heap?
null
0
1315557515
False
0
c2ikqpn
t3_k85xr
null
t1_c2ikqpn
t1_c2ikkk2
null
1428194900
2
t5_2fwo
null
null
null
True
earthboundkid
null
Because in Python, multi-statement lambdas are called "functions" and they're not anonymous.
null
0
1315557585
False
0
c2ikqu0
t3_k9h3s
null
t1_c2ikqu0
t1_c2ij6ie
null
1427577605
4
t5_2fwo
null
null
null
True
GaryNiger
null
What happened to Exhibit E? Odd that you would delete it...
null
0
1315557597
False
0
c2ikquw
t3_k9rqy
null
t1_c2ikquw
t1_c2ikox3
null
1427577599
4
t5_2fwo
null
null
null
True
medikoo
null
I think he was just trying to be too cool, and made some stupid things on the way. Anyway if he still thinks that everything he done is OK, why he now hides/removes some of stuff that Gary pointed, just that means something wasn't right.
null
0
1315557625
False
0
c2ikqws
t3_k9rqy
null
t1_c2ikqws
t1_c2iknnq
null
1427577599
5
t5_2fwo
null
null
null
True
GaryNiger
null
He's waving around a "refutation" that he didn't post in response to the ticket. I find this very odd: if it was a valid "refutation", then why did he just deface the ticket instead of "refuting" it?
null
0
1315557806
False
0
c2ikr89
t3_k9rqy
null
t1_c2ikr89
t1_c2ikqws
null
1427577609
1
t5_2fwo
null
null
null
True
[deleted]
null
> What happened to Exhibit E? Odd that you would delete it... Why are you trolling so hard? You posted a broken link on purpose and then accuse the author of deleting it? The link to the file you mentioned is: https://github.com/Marak/session.js/blob/master/lib/session.js
null
0
1315558045
False
0
c2ikrm7
t3_k9rqy
null
t1_c2ikrm7
t1_c2ikquw
null
1427577612
0
t5_2fwo
null
null
null
True
[deleted]
null
This video was made private a year ago. It was used for a specific purpose, then taken offline when no longer needed. "GaryNiger" copy-pasta'd someone else's troll thread from a year ago.
null
0
1315558150
False
0
c2ikrsa
t3_k9rqy
null
t1_c2ikrsa
t1_c2ikoej
null
1427577614
-11
t5_2fwo
null
null
null
True
bobappleyard
null
The whole indentation-as-structure thing would fall apart. Think about how you'd make it work. I've tried, maybe you're much cleverer than me because I couldn't do it without bringing delimiters in, which would look very out of place.
null
0
1315558154
False
0
c2ikrso
t3_k9h3s
null
t1_c2ikrso
t1_c2ij6ie
null
1427577614
7
t5_2fwo
null
null
null
True
zokier
null
Lisp Python Char 3.275 1.204 () 0.116 0.457 , 0.079 0.242 ' 0.059 0.000 # (non-comment) 0.035 0.000 ` 0.022 0.000 ~ 0.018 0.231 " 0.003 0.151 % 0.009 0.624 . 0.072 0.411 : 0.001 ...
null
0
1315558218
False
0
c2ikrwj
t3_k8w37
null
t1_c2ikrwj
t1_c2ijsgi
null
1427577615
1
t5_2fwo
null
null
null
True
[deleted]
null
Nothing has been hidden. "GaryNiger" copy-pasta'd a troll thread from a year ago. He's also purposely posting broken links to make it appear like materials are missing.
null
0
1315558310
False
0
c2iks2g
t3_k9rqy
null
t1_c2iks2g
t1_c2ikqws
null
1427577617
-3
t5_2fwo
null
null
null
True
mysticreddit
null
> I spend more time on thinking than I spend on typing. True, but its nice to be able to have the computer be an extension of your mind, and you get all the editing out of the way, so you can focus on the rest of the task ... > pressing ESC I use Ctrl-C, others use Ctrl-[, and others bind Caps -> Esc. Pic...
null
0
1315558329
True
0
c2iks3e
t3_k9akm
null
t1_c2iks3e
t1_c2iknwr
null
1427577617
1
t5_2fwo
null
null
null
True
bloodredsun
null
Thank fuck that they made it similar to the likes of C# and Scala. For devs that work in more than one language it makes the context switching so much less painful.
null
0
1315558691
False
0
c2ikspu
t3_k9h3s
null
t1_c2ikspu
t1_c2ikhfe
null
1427577629
5
t5_2fwo
null
null
null
True
flussence
null
Good catch, I knew this cunt's name sounded familiar...
null
0
1315558838
False
0
c2iksy4
t3_k9rqy
null
t1_c2iksy4
t1_c2ikmo9
null
1427577626
-2
t5_2fwo
null
null
null
True
[deleted]
null
> He's waving around a "refutation" that he didn't post in response to the ticket. I find this very odd: if it was a valid "refutation", then why did he just deface the ticket instead of "refuting" it? Because the place you posted that copy-pasta is where people come to me for help and support, not your personal tr...
null
0
1315558843
False
0
c2iksyk
t3_k9rqy
null
t1_c2iksyk
t1_c2ikr89
null
1427577626
2
t5_2fwo
null
null
null
True
rawlyn
null
I was expecting something more akin to a simple Box2D solid-body physics thing...
null
0
1315558916
False
0
c2ikt2j
t3_k8trx
null
t1_c2ikt2j
t1_c2ii0u3
null
1427577626
2
t5_2fwo
null
null
null
True
internetinsomniac
null
I think he means, since i for insert mode is one of the most basic fundamental commands, why change that one. The directional mapping makes perfect sense, but I suppose if it works for you, not needing to use i, then go for it.
null
0
1315559022
False
0
c2ikt8v
t3_k9akm
null
t1_c2ikt8v
t1_c2iink5
null
1427577628
1
t5_2fwo
null
null
null
True
Wagnerius
null
the low score of : in python is a bit strange, as a symbol it is used a lot..
null
0
1315559039
False
0
c2ikt9v
t3_k8w37
null
t1_c2ikt9v
t3_k8w37
null
1427577628
1
t5_2fwo
null
null
null
True
cr3ative
null
Ha! Ha! It's [Marak Squires, internet drama-diva, blowhard and inflammatory code-troll](http://groups.google.com/group/nodejs/browse_thread/thread/c332756b714d692e/53e0ffe5517cfd3a)! I approve of trolling this individual. Mostly because he never admits he's a bit of a dick. And now, to hide somewhere and not back up m...
null
0
1315559045
False
0
c2iktab
t3_k9rqy
null
t1_c2iktab
t3_k9rqy
null
1427577628
21
t5_2fwo
null
null
null
True
big-o-notation
null
Let's wait with the front page post until there is actual information about the new language out. I hate vaporware articles about something that may or may not be released in the foreseeable future.
null
0
1315559201
False
0
c2iktjz
t3_k9cbj
null
t1_c2iktjz
t1_c2ijxla
null
1427577633
8
t5_2fwo
null
null
null
True
donri
null
You mean how C♯/.NET is largely a copy of Java/JDK?
null
0
1315559234
False
0
c2iktlr
t3_k9h3s
null
t1_c2iktlr
t1_c2ikblk
null
1427577633
-1
t5_2fwo
null
null
null
True
mysticreddit
null
Ok, well here's a mini-tutorial overview... The color coded legend helps provide guidance for your experience level. * Green = Essential * Yellow = Basic * Orange/Blue = Advanced * Red = Expert I would recommend starting with the right side, where it says :buffers # Try all the buffer commands out. Get comfort...
null
0
1315559274
True
0
c2ikto4
t3_k9akm
null
t1_c2ikto4
t1_c2ikbtn
null
1427577633
6
t5_2fwo
null
null
null
True
rawlyn
null
It doesn't work well enough that I can ditch my mouse and keyboard entirely yet though. Until that point, I'll be keeping my mouse and keyboard, and there won't be a microphone in sight.
null
0
1315559328
False
0
c2iktrj
t3_k8ryx
null
t1_c2iktrj
t1_c2if7f3
null
1427577634
1
t5_2fwo
null
null
null
True
big-o-notation
null
He said *increase* the performance.
null
0
1315559545
False
0
c2iku2n
t3_k9rqy
null
t1_c2iku2n
t1_c2ikoso
null
1427577637
12
t5_2fwo
null
null
null
True
mysticreddit
null
Well I wouldn't have to *if* Vim was actually able to distinguish between Ctrl-I and Tab, then I would prefer to use Ctrl-I, Ctrl-J, Ctrl-K, Ctrl-L for all my cursor movement commands; that way I could get my 'i' and 'I' commands back. e.g. This doesn't work because of Vim's half-baked key remapping... * inoremap &lt...
null
0
1315559566
False
0
c2iku3t
t3_k9akm
null
t1_c2iku3t
t1_c2ikt8v
null
1427577638
0
t5_2fwo
null
null
null
True
[deleted]
null
I'm sure that was true 10 years ago... seems like the copying is now all the other way now.
null
0
1315559644
False
0
c2iku8k
t3_k9h3s
null
t1_c2iku8k
t1_c2iktlr
null
1427577639
4
t5_2fwo
null
null
null
True
Aninhumer
null
Again, what's wrong with having similar syntax? There's a reason they both copied and refined C syntax: it works and people already knew it. Calling that "copying homework" is ridiculous.
null
0
1315559658
False
0
c2iku99
t3_k9h3s
null
t1_c2iku99
t1_c2ikohc
null
1427577639
3
t5_2fwo
null
null
null
True
gobliin
null
You misunderstand. Destructors in C++ are used to deterministically deallocate resources when a scope is left. For example in Java you have to write something like: { Bla obj1 = new Bla(); Blub obj2 = new Blub(); ... lots of stuff ... obj2.cleanup(); obj1.cleanup(); } You need to be careful not to forget the call...
null
0
1315559756
False
0
c2ikuee
t3_k8gr4
null
t1_c2ikuee
t1_c2ikoxo
null
1427577641
6
t5_2fwo
null
null
null
True
nstlgc
null
Relevant [GitHub link](https://github.com/Marak/node_mailer/pull/46)
null
0
1315559776
False
0
c2ikufs
t3_k9vf2
null
t1_c2ikufs
t3_k9vf2
null
1427577641
1
t5_2fwo
null
null
null
True
biggerthancheeses
null
That'd be redundant. It's already the official slogan for Larry Ellison.
null
0
1315560336
False
0
c2ikvb8
t3_k9h3s
null
t1_c2ikvb8
t1_c2ik9t3
null
1427577651
3
t5_2fwo
null
null
null
True
internetinsomniac
null
Some feedback from someone who knows only enough to enter insert mode, save and quit: This isn't really a beginner level entry. That would really need the commands to be grouped by function (and then listed from most commonly used, to more rare/advanced). The graphical layout isn't all that useful to me personally, I ...
null
0
1315560474
False
0
c2ikvih
t3_k9akm
null
t1_c2ikvih
t3_k9akm
null
1427577652
2
t5_2fwo
null
null
null
True
[deleted]
null
commenting so I can get this saved on my main machine
null
0
1315560484
False
0
c2ikvj7
t3_k9akm
null
t1_c2ikvj7
t3_k9akm
null
1427577652
-2
t5_2fwo
null
null
null
True
[deleted]
null
I understand just fine. It's just that you are unable to understand anything after too much exposure to C++ braindeath.
null
0
1315560571
False
0
c2ikvnn
t3_k8gr4
null
t1_c2ikvnn
t1_c2ikuee
null
1428194895
-10
t5_2fwo
null
null
null
True
taw
null
> Everything looks easy once it's done. And Lisp did it how long ago :-p ?
null
0
1315560598
False
0
c2ikvpb
t3_k9h3s
null
t1_c2ikvpb
t1_c2iidp2
null
1427577658
5
t5_2fwo
null
null
null
True
[deleted]
null
I said it was "like" in a humorous way dufus
null
0
1315560700
False
0
c2ikvue
t3_k9h3s
null
t1_c2ikvue
t1_c2iku99
null
1427577660
-3
t5_2fwo
null
null
null
True
tomcsi
null
Would you judge the speed of a formula-1 car by looking at the complexity of the controls on its steering wheel? Of course not. You should instead check how fast those people work in vim. Then you can decide if it's worth the steep learning curve or not.
null
0
1315560766
False
0
c2ikvxz
t3_k9akm
null
t1_c2ikvxz
t1_c2iko25
null
1427577671
3
t5_2fwo
null
null
null
True
trezor2
null
Not really. The C# example is flawed. It's not Map, it is "Select" and it is really a LInQ extension-method associated with a collection-instance, so the actual C# syntax would be: // using LInQ methods and lambdas var newCollection = collection.Select(e => e + 1); or // using full LInQ syntax var...
null
0
1315560783
True
0
c2ikvz2
t3_k9h3s
null
t1_c2ikvz2
t1_c2ik5co
null
1427577671
19
t5_2fwo
null
null
null
True
[deleted]
null
Like I said at the top of this string, I don't work there anymore. Even if I did, I wouldn't jump through hoops for some random person insinuating that I lied for fake internet points.
null
0
1315561442
False
0
c2ikwyv
t3_k6z1s
null
t1_c2ikwyv
t1_c2ic8wq
null
1427577674
1
t5_2fwo
null
null
null
True
WalterGR
null
> that's like admitting your a bit thick *you're
null
0
1315561450
False
0
c2ikwzb
t3_k9h3s
null
t1_c2ikwzb
t1_c2ikblk
null
1427577674
4
t5_2fwo
null
null
null
True
EgoIncarnate
null
So rather than take the effort to check if he is guilty you perpetuate a nasty rumor? That's pretty rude. It's one thing to keep an uninformed opinion to yourself, but to go around spreading nasty rumors which you have no idea are true are not??? real nice...
null
0
1315561490
False
0
c2ikx1i
t3_k9rqy
null
t1_c2ikx1i
t1_c2ikppm
null
1427577673
8
t5_2fwo
null
null
null
True
EgoIncarnate
null
Can someone explain what is wrong here? If JimBastard is forking someone else's code but attributing them as seems to be documented here https://gist.github.com/716164 , why is he being attacked for stealing? Is there some piece of this I am missing?
null
0
1315561783
False
0
c2ikxhg
t3_k9rqy
null
t1_c2ikxhg
t1_c2ikdi9
null
1427577678
8
t5_2fwo
null
null
null
True
alexeyr
null
> It may be convergent evolution, much as sharks and dolphins look similar to non-zoologists, or it may be a case of unconscious influence. Why would it have to be unconscious?
null
0
1315561836
False
0
c2ikxk4
t3_k9ud6
null
t1_c2ikxk4
t3_k9ud6
null
1427577686
5
t5_2fwo
null
null
null
True
Tiak
null
I'm thinking that "->" is a more likely culprit for this, as it was apparently a variety of projects that were taken into account.
null
0
1315561873
False
0
c2ikxlx
t3_k8w37
null
t1_c2ikxlx
t1_c2ikfta
null
1427577686
2
t5_2fwo
null
null
null
True
kitd
null
Excuse my idiocy, but how does one declare the return type of the lambda? The compiler is going to be scratching its head otherwise trying to enforce type correctness.
null
0
1315561910
False
0
c2ikxnj
t3_k9h3s
null
t1_c2ikxnj
t3_k9h3s
null
1427577679
4
t5_2fwo
null
null
null
True
Poddster
null
>I'm no Git expert, but I often find myself shaking my head at the crazy commands I have to put in to support fairly basic workflow and configuration... add, commit, branch, checkout?
null
0
1315562019
False
0
c2ikxtn
t3_k7qvj
null
t1_c2ikxtn
t1_c2id7uw
null
1427577681
1
t5_2fwo
null
null
null
True
schaueho
null
> A lot of people frown upon the use of lambdas (except in very few cases). Care to elaborate?
null
0
1315562145
False
0
c2iky0g
t3_k6jko
null
t1_c2iky0g
t1_c2i2der
null
1427577683
1
t5_2fwo
null
null
null
True
she_did_what
null
Thanks!
null
0
1315562449
False
0
c2ikyhm
t3_k9akm
null
t1_c2ikyhm
t1_c2ikto4
null
1427577687
1
t5_2fwo
null
null
null
True
alexeyr
null
[-1.5 months.](http://download.oracle.com/javase/tutorial/essential/concurrency/forkjoin.html)
null
0
1315562491
False
0
c2ikyke
t3_k9h3s
null
t1_c2ikyke
t1_c2ii7xt
null
1427577688
1
t5_2fwo
null
null
null
True
Poddster
null
a) Everything useful is a stupid extension. b) If I do the following; hg update myfirstbranch hg pull myfirstbranch is now no longer where I am. I'm now in a random place with no explicit name. The fact that "their" and "your" branches are one and the same go completely against the distributed workflow. Addit...
null
0
1315562651
True
0
c2ikyrz
t3_k7qvj
null
t1_c2ikyrz
t1_c2i7mcx
null
1427577690
2
t5_2fwo
null
null
null
True
Poddster
null
What's wrong with the command line Git For Windows? It's identical to the Unix experience? I don't really think git _should_ be used from anything but the command line. You need hundreds of checkboxes and drop down boxes to do the things you can do in a few keystrokes. Plus, I tend to find that working with the cmdline...
null
0
1315562998
False
0
c2ikzb6
t3_k7qvj
null
t1_c2ikzb6
t1_c2ig9jh
null
1427577707
2
t5_2fwo
null
null
null
True
GuyWithLag
null
I prefer to look at it as interbreeding two similar dog breeds; sometimes one copies the other, and sometime the other way around.
null
0
1315563169
False
0
c2ikzjm
t3_k9h3s
null
t1_c2ikzjm
t1_c2iku8k
null
1427577701
1
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315563180
False
0
c2ikzk5
t3_k9akm
null
t1_c2ikzk5
t1_c2ijxgs
null
1427577702
1
t5_2fwo
null
null
null
True
Poddster
null
>Well, if more than one person is working on a single repo, you're doing it wrong. wat? Thsi is MY repo. That is YOURS. We might even have a CENTRAL one. All of them can have WORKING SETS, and _pushing_ from any one to any other that has a WORKING SET is the problem here. Which is why CENTRAL repos should not have...
null
0
1315563191
False
0
c2ikzkw
t3_k7qvj
null
t1_c2ikzkw
t1_c2i7kt7
null
1427577702
2
t5_2fwo
null
null
null
True
tombell
null
The interpreter just trolled you. Also, I'm gonna spend more time at the weekend on it.
null
0
1315563300
False
0
c2ikzq9
t3_k9cbj
null
t1_c2ikzq9
t1_c2ikq9x
null
1427577713
2
t5_2fwo
null
null
null
True
ropers
null
Thank you. :)
null
0
1315563516
False
0
c2il01z
t3_k9akm
null
t1_c2il01z
t1_c2ijpbh
null
1428194893
2
t5_2fwo
null
null
null
True
Poddster
null
If I had permissions to PUSH to your repository, and I did, what would you expect to happen to the files on your DISK, as oposed to the ones in your repo? It's why pushing to other people is not a good idea, and pulling is the best model. If you ever need to push to something, it should be a repo that doesn't have a p...
null
0
1315563527
False
0
c2il02k
t3_k7qvj
null
t1_c2il02k
t1_c2i7bq8
null
1428194893
1
t5_2fwo
null
null
null
True
Poddster
null
>Are you saying that git will automatically update my local working files anytime some random "fool" pushes? No. It will not do this and I can't see how you got that idea from okeefe's comment. There are some burried options to allow you to do this, but they're off by default. They're there so that you can have web...
null
0
1315563681
False
0
c2il0b0
t3_k7qvj
null
t1_c2il0b0
t1_c2iii6n
null
1427577719
2
t5_2fwo
null
null
null
True
[deleted]
null
Why on earth would you use a pair `(result, error)` to represent the mutually exclusive choice `Either error result`? In Haskell, this style of error handling is done with the Either type: data Either l r = Left l | Right r You can choose only to handle the "happy" case like this: let Right f = somethingTha...
null
0
1315563712
False
0
c2il0c9
t3_k9ud6
null
t1_c2il0c9
t3_k9ud6
null
1427577715
17
t5_2fwo
null
null
null
True
chrisforbes
null
This actually turns out to be a non-issue.
null
0
1315563740
False
0
c2il0dy
t3_k9h3s
null
t1_c2il0dy
t1_c2ikxnj
null
1427577715
8
t5_2fwo
null
null
null
True
Poddster
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. git branch? Or have I misunderstood what you're asking?
null
0
1315563837
False
0
c2il0j7
t3_k7qvj
null
t1_c2il0j7
t1_c2i66i9
null
1427577717
1
t5_2fwo
null
null
null
True
[deleted]
null
> Is there some piece of this I am missing? Not really. It's just a massive echo-chamber. I've got like 100s of projects I contribute to, this was the worst "evidence" the trolls could come up with. I also sponsor the development of several open-source projects through my company ( by employing other developers to ...
null
0
1315563861
False
0
c2il0k7
t3_k9rqy
null
t1_c2il0k7
t1_c2ikxhg
null
1427577717
-7
t5_2fwo
null
null
null
True
Poddster
null
Why are you rebasing? What's wrong with a merge?
null
0
1315563905
False
0
c2il0mv
t3_k7qvj
null
t1_c2il0mv
t1_c2i67bk
null
1427577719
1
t5_2fwo
null
null
null
True
Poddster
null
nothing like encouraging a nobie to lose work and further cause people to thinke git sucks.
null
0
1315563937
False
0
c2il0oo
t3_k7qvj
null
t1_c2il0oo
t1_c2i7oij
null
1427577719
1
t5_2fwo
null
null
null
True
Poddster
null
>Hg is like 99% of Git's power without any extensions (and pretty much 100% with queues enabled) I don't remember HG having stash, add (to index) by default. That's a huge amount of git's power. A lot more than 1%.
null
0
1315564001
False
0
c2il0rx
t3_k7qvj
null
t1_c2il0rx
t1_c2i7jpu
null
1427577719
2
t5_2fwo
null
null
null
True
[deleted]
null
For PHP there should just be a big hole in the 4 and shift keys.
null
0
1315564299
False
0
c2il17x
t3_k8w37
null
t1_c2il17x
t3_k8w37
null
1427577725
2
t5_2fwo
null
null
null
True
tragomaskhalos
null
Actually this is a lot more maintainable than some of the code I have to work with ...
null
0
1315564317
False
0
c2il194
t3_k9cbj
null
t1_c2il194
t1_c2ihapu
null
1427577725
1
t5_2fwo
null
null
null
True
pragmatick
null
Does anybody have the original content? It was deleted?
null
0
1315564396
False
0
c2il1di
t3_k9rqy
null
t1_c2il1di
t3_k9rqy
null
1427577725
60
t5_2fwo
null
null
null
True
rawlyn
null
Say it like you're very, very angry.
null
0
1315564767
False
0
c2il1wr
t3_k9wry
null
t1_c2il1wr
t3_k9wry
null
1427577738
7
t5_2fwo
null
null
null
True
[deleted]
null
But the problem is: void foo() { bar(baz(~a + ~b + ~c)); } Is this: void foo() { bar(baz((a => a) + (b => b) + (c => c))); } Or: void foo() { bar(baz((a, b, c) => a + b + c)); } Or: void foo() { bar((a, b, c) => baz(a + b + c)); } O...
null
0
1315564877
False
0
c2il22i
t3_k9h3s
null
t1_c2il22i
t1_c2ij680
null
1427577744
6
t5_2fwo
null
null
null
True
kixx
null
Well, the last time I attempted to do such tricks in svn (which was some 3 or 4 years ago, so things might be better now), I logged on the svn server machine, shut down the server (so no one can interfere with the whole operation), dump the whole repository history with [svnadmin dump](http://svnbook.red-bean.com/en/1....
null
0
1315564897
False
0
c2il243
t3_k7qvj
null
t1_c2il243
t1_c2i6syy
null
1427577741
1
t5_2fwo
null
null
null
True
[deleted]
null
> Can you mutate a closed over local variable? They can say no, to maintain consistency with anonymous classes, or they can do it exactly the way C# does it: every scope that has its local variables accessed by a lambda has these variables lifted into an explicit "stack frame"-like compiler-generated class (with la...
null
0
1315564949
False
0
c2il26s
t3_k9h3s
null
t1_c2il26s
t1_c2ik7q2
null
1427577741
11
t5_2fwo
null
null
null
True
trezor2
null
Lol. JSON as a counter-reaction to XML and SOAP madness. Now with schemas. You just got to love it.
null
0
1315564995
False
0
c2il294
t3_k8jbq
null
t1_c2il294
t3_k8jbq
null
1427577741
1
t5_2fwo
null
null
null
True
[deleted]
null
It has pthreads (sort of). While that model is preposterous, you can build whatever library you want on top of it.
null
0
1315565023
False
0
c2il2at
t3_k9h3s
null
t1_c2il2at
t1_c2ii7xt
null
1427577743
1
t5_2fwo
null
null
null
True
nysv
null
Had he actually committed working code, it would have been funny.
null
0
1315565100
False
0
c2il2g0
t3_k9rqy
null
t1_c2il2g0
t3_k9rqy
null
1427577743
3
t5_2fwo
null
null
null
True
[deleted]
null
> Now after more than 1 year, for both technical and non-technical reasons I want to leave my current job. Mention the technical ones, don't mention the non-technical ones. If the technical ones aren't enough, throw some shit in there like "I don't feel like I'm learning anything new" or "I feel that I have more p...
null
0
1315565201
False
0
c2il2lf
t3_k9wry
null
t1_c2il2lf
t3_k9wry
null
1427577750
23
t5_2fwo
null
null
null
True
[deleted]
null
Great list! I had many of the same thoughts, but I'm pretty glad that they finally stopped that NIH-syndrome a bit and just took the syntax everyone is using. Let's see what happens on the "functions-as-types" vs. "functions-as-objects" front. My guess is that they spend a year trying to do something different than a...
null
0
1315565237
True
0
c2il2ng
t3_k9h3s
null
t1_c2il2ng
t1_c2ik7q2
null
1427577746
5
t5_2fwo
null
null
null
True
[deleted]
null
> Exhibit A: Marak's PDF.js is a blatant copy-and-paste ripoff of jsPDF, including comments: Er, and it attributes them > Original Project > Copyright (c) 2009 James Hall http://code.google.com/p/jspdf/ > https://github.com/MrRio/jsPDF What's the problem? This was one of the first things I looked at and ...
null
0
1315565503
False
0
c2il33e
t3_k9rqy
null
t1_c2il33e
t1_c2ikmo9
null
1427577752
15
t5_2fwo
null
null
null
True
[deleted]
null
That's still not decided.
null
0
1315565559
False
0
c2il37a
t3_k9h3s
null
t1_c2il37a
t1_c2ik7sc
null
1427577761
7
t5_2fwo
null
null
null
True
[deleted]
null
> So rather than take the effort to check if he is guilty you perpetuate a nasty rumor? Yes. That's what people tend to do because it's the easiest thing. And frankly I have no time to waste to do checkups on every rumor I hear on the internet.
null
0
1315565568
False
0
c2il37s
t3_k9rqy
null
t1_c2il37s
t1_c2ikx1i
null
1427577761
-10
t5_2fwo
null
null
null
True
mononcqc
null
Part of the reason for it is based on the style of the writer of the lisp code (Paul Garaham). If you tend to write very short function names, with few variables that also happen to have short names, then you'll have more weight on the parentheses than other characters. Make your variable and function names longer and...
null
0
1315565600
False
0
c2il39z
t3_k8w37
null
t1_c2il39z
t1_c2iex3h
null
1427577754
1
t5_2fwo
null
null
null
True
icebraining
null
How do you know whether the error is 'Left' or 'Right'? Just convention?
null
0
1315565627
False
0
c2il3bg
t3_k9ud6
null
t1_c2il3bg
t1_c2il0c9
null
1427577754
8
t5_2fwo
null
null
null
True
malanalars
null
also: not every programmer uses the american keyboard layout...
null
0
1315565870
False
0
c2il3pg
t3_k9akm
null
t1_c2il3pg
t1_c2ikpy9
null
1427577761
4
t5_2fwo
null
null
null
True
Poddster
null
>I commented once on the "rm -rf /usr/bin" thing (3+ months ago) Y U DO THAT?
null
0
1315565930
False
0
c2il3sy
t3_k9rqy
null
t1_c2il3sy
t1_c2ikdi9
null
1427577764
-6
t5_2fwo
null
null
null
True
adshead
null
No hes not - hes just there to protect the Black Knight. Shoot the knight enough times and he will drop a key and that will lead you to the final scene so your almost there. If you have full health you can take a full on hit from the dragons breath so that gives you a chance to remain on the moving platform and hit t...
null
0
1315565948
False
0
c2il3tw
t3_k81qp
null
t1_c2il3tw
t1_c2iiurv
null
1427577764
1
t5_2fwo
null
null
null
True
malanalars
null
there's a reddit function for that. no need to comment.
null
0
1315566094
False
0
c2il42e
t3_k9akm
null
t1_c2il42e
t1_c2ikvj7
null
1427577768
4
t5_2fwo
null
null
null