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
Oh, if you meant the security issue, it is because the system can't tell when it is writing to write-protected ~~files~~ memory (thank bobindashadows below), and so this causes permissions issues.
null
0
1315486601
True
0
c2ic5ir
t3_k8leq
null
t1_c2ic5ir
t1_c2ic51f
null
1427573481
5
t5_2fwo
null
null
null
True
notSorella
null
Not bad mouthing e17, I've used it for quite a while, liked most aspects of it, and even being an alpha version it *is* pretty stable. But it's undeniable that it has been under development for way too long, even the developers joke about that in the #e channel. Also, working with the EFL is pretty sweet.
null
0
1315486662
False
0
c2ic5on
t3_k6ceu
null
t1_c2ic5on
t1_c2hwne1
null
1427573485
1
t5_2fwo
null
null
null
True
carsongross
null
Well, it's helpful where it's helpful. Typically what I see as a "schema" for a JSON services is an example. The idea here is to make a very slight change to an example document and provide a schema that a statically typed language can use to make working with the language more pleasant. There is an 'object' primi...
null
0
1315486806
False
0
c2ic628
t3_k8jbq
null
t1_c2ic628
t1_c2ib9js
null
1427573487
0
t5_2fwo
null
null
null
True
yogthos
null
I write applications for a hospital, we use a mix of Java and Clojure.
null
0
1315486882
False
0
c2ic6ad
t3_k85xr
null
t1_c2ic6ad
t1_c2ibl65
null
1427573490
1
t5_2fwo
null
null
null
True
carsongross
null
As I said in my reply to the parent, I typically see an example document given for JSON APIs, and the idea here is to make it trivial to turn that into a schema. That's why I omitted all sorts of useful things (e.g. if a field is nullable): keep it deadly simple.
null
0
1315486907
False
0
c2ic6ct
t3_k8jbq
null
t1_c2ic6ct
t1_c2ibztz
null
1427573498
0
t5_2fwo
null
null
null
True
krum
null
That's kind of a generalization. Surely C++ allows us to solve some problems in ways that GC languages make difficult. But to suggest that C++ is preferable to C# in every case is ridiculous.
null
0
1315486990
False
0
c2ic6l2
t3_k8gr4
null
t1_c2ic6l2
t1_c2ibwbe
null
1427573500
8
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315487032
False
0
c2ic6pv
t3_k8leq
null
t1_c2ic6pv
t3_k8leq
null
1427573493
-2
t5_2fwo
null
null
null
True
carsongross
null
The point of JSchema is not to validate a document and, as I say on website "In order to retain simplicity it is necessary to forego some features." Not allowing people to specify optional vs. mandatory values is one such feature: useful, I know, but it would junk up the grammar and move JSchema documents away from th...
null
0
1315487077
False
0
c2ic6u8
t3_k8jbq
null
t1_c2ic6u8
t1_c2ibicc
null
1427573496
1
t5_2fwo
null
null
null
True
[deleted]
null
If you need a study to understand the pros and cons of static typing and its influence on development time, then you simply have not done enough programming. Yes, I'll throw away 15 years of experience in various programming endeavors using dynamically-typed and statically-typed languages and just believe some one-dim...
null
0
1315487086
False
0
c2ic6v2
t3_k7o9e
null
t1_c2ic6v2
t1_c2ibliz
null
1427573496
1
t5_2fwo
null
null
null
True
danhakimi
null
Or "Git is More Complicated Than You Think"
null
0
1315487140
False
0
c2ic714
t3_k7qvj
null
t1_c2ic714
t1_c2i5f8u
null
1427573499
1
t5_2fwo
null
null
null
True
yogthos
null
and now try ConcatStrings(", ", "", "bar", "baz", null, "") you'll end up with ,bar,baz which is incorrect, so as I said earlier, showing correctness and catching all edge cases is actually quite difficult in imperative code. Often times you'll have code that looks correct, but is missing a particul...
null
0
1315487238
False
0
c2ic7am
t3_k85xr
null
t1_c2ic7am
t1_c2ibgtj
null
1427573502
1
t5_2fwo
null
null
null
True
yogthos
null
>But you yourself are a Lisp zealot. I like Lisp a lot and it's my go to language, but I also like many other languages, and I wouldn't pick Lisp for every problem. >You're one of these "I'm so smart because I use an esoteric language" guys. No, I'm one of those, I've actually learned more than one style of ...
null
0
1315487449
False
0
c2ic7wn
t3_k85xr
null
t1_c2ic7wn
t1_c2ibbkf
null
1428195073
4
t5_2fwo
null
null
null
True
yogthos
null
your code truly does speak for itself
null
0
1315487490
False
0
c2ic81b
t3_k85xr
null
t1_c2ic81b
t1_c2ibb75
null
1427573510
6
t5_2fwo
null
null
null
True
carsongross
null
I don't think XPath is very useful if you have a decent library to work with the tree structure. For example, in the Gosu implementation we are writing you will be able to say: RootNode.findAll(Employee).where( \ emp -> emp.Age >= 21 ) which I think is good enough and flexible enough to handle most of what X...
null
0
1315487492
False
0
c2ic81q
t3_k8jbq
null
t1_c2ic81q
t1_c2ic52j
null
1427573510
1
t5_2fwo
null
null
null
True
axilmar
null
Outdated? man, it was outdated 10 years ago!
null
0
1315487506
False
0
c2ic83h
t3_k7pwu
null
t1_c2ic83h
t3_k7pwu
null
1427573510
1
t5_2fwo
null
null
null
True
yogthos
null
Yes, and Civics are clearly superior to Porsches.
null
0
1315487527
False
0
c2ic85x
t3_k85xr
null
t1_c2ic85x
t1_c2ibb44
null
1427573513
1
t5_2fwo
null
null
null
True
axilmar
null
Why is it ridiculous? C++ may have lots of problems, but they are relatively small ones. It has some major advantages over C#, namely native code, deterministic resource management and direct interfacing with C.
null
0
1315487703
False
0
c2ic8q1
t3_k8gr4
null
t1_c2ic8q1
t1_c2ic6l2
null
1427573519
-4
t5_2fwo
null
null
null
True
sigzero
null
I disagree totally. I hate the Windows registry. The Unix way is clearer and easier. Edit: I say that having been an SA for both.
null
0
1315487706
True
0
c2ic8q5
t3_k7qe8
null
t1_c2ic8q5
t1_c2iaoqm
null
1427573519
1
t5_2fwo
null
null
null
True
JAPH
null
no, this is just a kernel module like any other, but with interesting purposes. There's nothing outright malicious here, it doesn't replicate itself, and it's not breaking into anything you haven't given it permission to break into.
null
0
1315487746
False
0
c2ic8ui
t3_k8leq
null
t1_c2ic8ui
t1_c2ic2wl
null
1427573521
15
t5_2fwo
null
null
null
True
korthrun
null
Yes, seriously. I have a hard time believing that a hosting account costs them only $0.25 a month. I'm asking you to back up that (server electricity + bandwidth + network equipment electricity + support hours + filer electricity + datacenter rent + datacenter cooling) / number of paying hosting account per that server...
null
0
1315487769
False
0
c2ic8wq
t3_k6z1s
null
t1_c2ic8wq
t1_c2i1062
null
1427573522
2
t5_2fwo
null
null
null
True
yogthos
null
I think you've proven my point for me here, which is that it's difficult to tell whether the imperative version actually does the right thing or not. You're missing a lot of edge cases in your code and you clearly felt it was correct. For the following inputs, the expected output is: ", ", null ", ", "", "bar...
null
0
1315487852
False
0
c2ic95n
t3_k85xr
null
t1_c2ic95n
t1_c2iayat
null
1427573523
2
t5_2fwo
null
null
null
True
sigzero
null
I still prefer 80 because of the "eye scan" factor.
null
0
1315488024
False
0
c2ic9o5
t3_k7pwu
null
t1_c2ic9o5
t3_k7pwu
null
1427573538
3
t5_2fwo
null
null
null
True
carsongross
null
Features, cruel temptress!
null
0
1315488140
False
0
c2ica0h
t3_k8jbq
null
t1_c2ica0h
t1_c2ic5hw
null
1427573537
2
t5_2fwo
null
null
null
True
chrishal
null
Git also benefits a small team. For example, on my own private repo I can create a branch to work on a new feature. Nobody else needs to know about this. In SVN branching creates the branch in the central repo. If I decide the branch is good, I merge it back to the main one and push. If I decide it's crap, I delete it ...
null
0
1315488165
False
0
c2ica34
t3_k7qvj
null
t1_c2ica34
t1_c2iboca
null
1427573537
1
t5_2fwo
null
null
null
True
krum
null
C# has some major advantages over C++. I'm not going to enumerate them here. I usually prefer C++ over C# anytime I'm writing something that requires deterministic performance behavior, which is most of the time. If I'm writing a tool, I'll probably use C#. My point is that you're suggesting that C++ is preferable ...
null
0
1315488265
False
0
c2icaf9
t3_k8gr4
null
t1_c2icaf9
t1_c2ic8q1
null
1427573540
6
t5_2fwo
null
null
null
True
shaurz
null
No, viruses are self-copying.
null
0
1315488463
False
0
c2icb2d
t3_k8leq
null
t1_c2icb2d
t1_c2ic2wl
null
1427573547
3
t5_2fwo
null
null
null
True
[deleted]
null
I'd say the fact that many people are trying to show how succint their incorrect/buggy implementations of the same thing in other languages is proving your point.
null
0
1315488572
False
0
c2icbf2
t3_k85xr
null
t1_c2icbf2
t1_c2i9qam
null
1427573550
5
t5_2fwo
null
null
null
True
elperroborrachotoo
null
> If you need a study to understand the pros and cons of static typing and its influence on development time, then you simply have not done enough programming. Nice ad hominem you have there. preparing for elections? It is not about *understanding*. it is about proof. If *you* don't understand the difference, an...
null
0
1315488653
False
0
c2icbom
t3_k7o9e
null
t1_c2icbom
t1_c2ic6v2
null
1427573553
0
t5_2fwo
null
null
null
True
danhakimi
null
Simpler than who thinks? Because I remember when I was first learning Git, people were telling me, "Oh, it's super easy, and makes your life better." And then I tried it. And then I had to wade through three pages of tutorial and basically copy-pasta every line without understanding it to make anything work. I'm in sli...
null
0
1315488657
False
0
c2icbp4
t3_k7qvj
null
t1_c2icbp4
t3_k7qvj
null
1427573553
2
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315488666
False
0
c2icbq7
t3_k8leq
null
t1_c2icbq7
t1_c2ibsjz
null
1427573553
1
t5_2fwo
null
null
null
True
axilmar
null
> C# has some major advantages over C++. Such as?
null
0
1315488666
False
0
c2icbqa
t3_k8gr4
null
t1_c2icbqa
t1_c2icaf9
null
1427573553
-6
t5_2fwo
null
null
null
True
smegmatron
null
I agree with this, and also the [justification for short functions](http://lxr.linux.no/linux+v3.0.4/Documentation/CodingStyle#L353). Sadly my co-workers seem to like their functions wider and several times longer than my screen.
null
0
1315488804
False
0
c2icc6c
t3_k7pwu
null
t1_c2icc6c
t1_c2iajzx
null
1427573557
2
t5_2fwo
null
null
null
True
rubygeek
null
All the stuff that is easy with SVN is easy with Git. The difference comes with things like branching, that most developers understand horribly badly anyway.
null
0
1315488807
False
0
c2icc6s
t3_k7qvj
null
t1_c2icc6s
t1_c2ib5d1
null
1427573557
2
t5_2fwo
null
null
null
True
elperroborrachotoo
null
I agree that the title of the reddit post is bullshit. Does that make the study worthless? *shakes head*
null
0
1315488813
False
0
c2icc7l
t3_k7o9e
null
t1_c2icc7l
t1_c2ic3f1
null
1427573557
0
t5_2fwo
null
null
null
True
Darkmoth
null
It's certainly possible I'm not making myself clear. The fact that you mentioned the Program Files directory on Windows 95 makes me think that's likely. The Program Files directory didn't fix [dll-stomping](http://en.wikipedia.org/wiki/DLL_Hell#DLL_stomping), which was why Win XP added [side-by-side](http://en.wikipedi...
null
0
1315488828
False
0
c2icc9f
t3_k7qe8
null
t1_c2icc9f
t1_c2ib4os
null
1427573559
2
t5_2fwo
null
null
null
True
taw
null
[Relevant](http://taw.chaosforge.org/magic_xml/tutorial.html). [This too](http://taw.chaosforge.org/magic_xml/xquery_use_cases.html).
null
0
1315488921
False
0
c2icck7
t3_k8jbq
null
t1_c2icck7
t1_c2ic81q
null
1427573573
6
t5_2fwo
null
null
null
True
epage
null
Another benefit to RAII: it is automatically composable.
null
0
1315489084
False
0
c2icd4g
t3_k8gr4
null
t1_c2icd4g
t1_c2ibqcg
null
1428195072
6
t5_2fwo
null
null
null
True
Dr9
null
How many operations per second memory was it turning over when you ran that comparison? Nothing? I think you misunderstand that a collection of pointers to nothing would mean it isn't doing any work. Saving up to '50%' is meaningless if the application isn't running (and doing non-trivial work). Otherwise you ca...
null
0
1315489215
False
0
c2icdko
t3_k5z3o
null
t1_c2icdko
t1_c2ib2a2
null
1428195069
0
t5_2fwo
null
null
null
True
rawlyn
null
I'm really glad there are folks out there working towards making the whole "magic speech activated computer" thing work. One day we'll all be the captain of our own personal Enterprise.
null
0
1315489249
False
0
c2icdol
t3_k8ryx
null
t1_c2icdol
t3_k8ryx
null
1427573581
15
t5_2fwo
null
null
null
True
sgoguen
null
(Forgive me if this sounds like I'm lecturing *you*. I'm not. I'm addressing the rest of proggit) > Static languages take more effort up front (more verbose/restrictive), but this pays off for large projects due to gains in maintenance & reasoning I just wanted to quibble that static typed languages with t...
null
0
1315489299
False
0
c2icdui
t3_k7o9e
null
t1_c2icdui
t1_c2i6mtn
null
1427573583
2
t5_2fwo
null
null
null
True
mbcook
null
Right. I meant it more as a mental model. When thought of as some kind of change control on patches, it seems to make a lot more sense to me than trying to think of it as the same thing as CVS or SVN without a master server.
null
0
1315489381
False
0
c2ice6g
t3_k7qvj
null
t1_c2ice6g
t1_c2ia6ma
null
1427573586
2
t5_2fwo
null
null
null
True
mbcook
null
I believe you're right that that's not how Git works, I just meant that as a way to think of it, to try to understand the differences between the Git model and the CVS model.
null
0
1315489473
False
0
c2iceim
t3_k7qvj
null
t1_c2iceim
t1_c2ibws8
null
1427573590
1
t5_2fwo
null
null
null
True
MaxGene
null
>Nothing is stopping a linux package manager from removing critical system files either so it isn't just a windows issue. The package manager is how you're supposed to remove critical system files to begin with if you're going to do that for some reason. It made it a lot less likely that this would happen *without ...
null
0
1315489554
False
0
c2icerr
t3_k7qe8
null
t1_c2icerr
t1_c2i8b4o
null
1427573593
2
t5_2fwo
null
null
null
True
ceolceol
null
"Now, I am become Death, the destroyer of worlds." — Rick Astley
null
0
1315489557
False
0
c2ices7
t3_k8leq
null
t1_c2ices7
t1_c2ibv4z
null
1427573593
62
t5_2fwo
null
null
null
True
GayHitl3r
null
It [exists](http://goessner.net/articles/JsonPath/).
null
0
1315489751
False
0
c2icfga
t3_k8jbq
null
t1_c2icfga
t1_c2ic52j
null
1427573603
6
t5_2fwo
null
null
null
True
MaxGene
null
>On a tangent: from many perspectives the Windows registry is better than Unix configuration I've had to fix problems on various systems using both methods. All the benefits for Unix configuration aside- *screw the registry*.
null
0
1315489753
False
0
c2icfgp
t3_k7qe8
null
t1_c2icfgp
t1_c2iaoqm
null
1427573606
2
t5_2fwo
null
null
null
True
Darkmoth
null
No, I'm actually not talking about UAC virtualization. UAC virt was one of the many solutions Windows has evolved to deal with it's crappy dll architecture. [Side-by-side](http://en.wikipedia.org/wiki/Side-by-side_assembly) assemblies in WinXP essentially resolved [dll-stomping](http://en.wikipedia.org/wiki/DLL_Hell#DL...
null
0
1315489782
False
0
c2icfk9
t3_k7qe8
null
t1_c2icfk9
t1_c2ibmxm
null
1427573603
4
t5_2fwo
null
null
null
True
stubob
null
Wow, how anticlimactic. So, basically he had to merge? Does git give you versions to merge against (like svn's .mine, .version files)? I guess no VCS can handle everything, then it's as good as the user tools built on top of it (I see there is a port of Tortoise for Git and a Git plugin for Eclipse).
null
0
1315489849
False
0
c2icfsj
t3_k7qvj
null
t1_c2icfsj
t1_c2ibkoj
null
1427573606
2
t5_2fwo
null
null
null
True
taw
null
It's not the first, [here's the list](http://t-a-w.blogspot.com/2007/06/object-oriented-dialects-of-lisp.html). RLisp is way better of course.
null
0
1315489931
False
0
c2icg34
t3_k6qbx
null
t1_c2icg34
t3_k6qbx
null
1427573608
1
t5_2fwo
null
null
null
True
aazav
null
Just fuck whomever wrote this.
null
0
1315489950
False
0
c2icg5e
t3_k8leq
null
t1_c2icg5e
t3_k8leq
null
1427573609
-15
t5_2fwo
null
null
null
True
bifftradwell
null
Thanks, this is starting to make more sense. So I could generate a Ruby class on the fly using the schema, and then instantiate it using the JSON objects returned by that endpoint. Yes?
null
0
1315489957
False
0
c2icg6g
t3_k8jbq
null
t1_c2icg6g
t1_c2ic628
null
1427573609
1
t5_2fwo
null
null
null
True
kataire
null
I've been freelancing in Germany for years and I'm not sure what to make of this. I've seen a local job posting for a software developer (any level) that included such a bounty for referrals and I was a bit surprised (to say the least) until I found this article. I've also heard from a placement agency that there is ...
null
0
1315490059
False
0
c2icgko
t3_k5zns
null
t1_c2icgko
t1_c2hrvpx
null
1427573612
1
t5_2fwo
null
null
null
True
[deleted]
null
Lol, XP.
null
0
1315490082
False
0
c2icgnr
t3_k7jrs
null
t1_c2icgnr
t1_c2i4ovn
null
1427573613
1
t5_2fwo
null
null
null
True
[deleted]
null
Yo dawg, I heard you really wanted to use XML.
null
0
1315490110
False
0
c2icgrn
t3_k8jbq
null
t1_c2icgrn
t3_k8jbq
null
1427573615
15
t5_2fwo
null
null
null
True
jczeus
null
Sorry - I read "schema" and automatically thought "validation". So I read the article again, but I must admit I still don't get the exact purpose of JSchema. BTW, I just thought of a funny conversation between two colleagues a couple of years ago: A: "Could you please explain how this works?" B: "Have you read the ...
null
0
1315490112
False
0
c2icgry
t3_k8jbq
null
t1_c2icgry
t1_c2ic6u8
null
1427573615
4
t5_2fwo
null
null
null
True
isarl
null
>Git took me two full weeks just to be able to check things in. You sound like an atypical case. My coworker who *hates* the commandline was checking things in the same day I got her started with it. I just made her a reference sheet: SVN command -> Git command.
null
0
1315490148
False
0
c2icgxb
t3_k7qvj
null
t1_c2icgxb
t1_c2i838o
null
1427573617
3
t5_2fwo
null
null
null
True
ryeguy
null
This would be easier, you could do it simply by editing the open action in the registry.
null
0
1315490300
False
0
c2ichi1
t3_k8leq
null
t1_c2ichi1
t1_c2ibuho
null
1427573624
7
t5_2fwo
null
null
null
True
isarl
null
Agreed; the author's complaints were extremely melodramatic. The error may be a little verbose, but it tells you everything you need to know: CONFLICT (content): Merge conflict in index.html When you have resolved this problem run "git rebase --continue". If you would prefer to skip this patch, instead ru...
null
0
1315490346
False
0
c2ichoe
t3_k7qvj
null
t1_c2ichoe
t1_c2ibkoj
null
1427573626
2
t5_2fwo
null
null
null
True
queus
null
Code generation can be one of potential uses.
null
0
1315490365
False
0
c2ichqv
t3_k8jbq
null
t1_c2ichqv
t1_c2ib9js
null
1427573627
1
t5_2fwo
null
null
null
True
carsongross
null
Not even one f$king bit. This is a reaction *against* XML and, in particular, the XML-inspired JSON Schema: http://json-schema.org/
null
0
1315490392
False
0
c2ichtk
t3_k8jbq
null
t1_c2ichtk
t1_c2icgrn
null
1427573629
0
t5_2fwo
null
null
null
True
[deleted]
null
If you can sit here and say that this study is *proof* that development times are shorter in any and all situations using dynamically-typed languages, then I have no reservations in saying you're a fucking moron.
null
0
1315490455
False
0
c2ici26
t3_k7o9e
null
t1_c2ici26
t1_c2icbom
null
1428195068
3
t5_2fwo
null
null
null
True
Pope-is-fabulous
null
> The learning curve for Git is brutal. Git: Emacs of version controls
null
0
1315490513
False
0
c2ici9h
t3_k7qvj
null
t1_c2ici9h
t1_c2i5pir
null
1427573643
1
t5_2fwo
null
null
null
True
ethraax
null
I suppose, but isn't the entire Windows registry also loaded into RAM, for fast access? If you had a private registry in each folder, you would either have to load all of them (issues with making sure you have them all) or load them at runtime, which would result in a small delay.
null
0
1315490654
False
0
c2icis0
t3_k7qe8
null
t1_c2icis0
t1_c2iabhw
null
1427573646
1
t5_2fwo
null
null
null
True
juancn
null
I just published a fixed version. The main mistake was ignoring suffix collisions. Nice catch!
null
0
1315490664
False
0
c2icitb
t3_k81ic
null
t1_c2icitb
t1_c2i9nfs
null
1427573646
5
t5_2fwo
null
null
null
True
InvidFlower
null
FYI: The latest version of TortoiseSVN has a single .svn folder at the root.
null
0
1315490748
False
0
c2icj4t
t3_k7qvj
null
t1_c2icj4t
t1_c2i8ou4
null
1427573649
3
t5_2fwo
null
null
null
True
Darkmoth
null
Sorry, but what bearing do those questions have on the relative merits of the Windows dll architecture? They are at best milestones to certain *improvements* in that architecture (SxS, UAC virt, etc). My position is not that Windows has been rolling out changes too slowly, but that the original architecture was deeply...
null
0
1315490785
False
0
c2icj9c
t3_k7qe8
null
t1_c2icj9c
t1_c2ib5na
null
1427573651
3
t5_2fwo
null
null
null
True
carsongross
null
Yup, exactly. In ruby you don't get as much of an advantage as a statically typed language like Gosu (where at design time you'll have code completion) but you do get the advantage of things like the date type (which, in the raw, is a string) and the fact that you can understand what the endpoint is going to return ...
null
0
1315490826
False
0
c2icjez
t3_k8jbq
null
t1_c2icjez
t1_c2icg6g
null
1427573658
1
t5_2fwo
null
null
null
True
ethraax
null
True, but then you're looking at the wrong company, because that cloud host never hired many developers to begin with - they're all busy working for the cloud software company.
null
0
1315490865
False
0
c2icjke
t3_k85xr
null
t1_c2icjke
t1_c2ibesu
null
1427573658
0
t5_2fwo
null
null
null
True
yogthos
null
use \ to escape your last paren, eg: [Dylan](http://en.wikipedia.org/wiki/Dylan_(programming_language\))
null
0
1315490879
False
0
c2icjma
t3_k85xr
null
t1_c2icjma
t1_c2ib7d7
null
1427573658
3
t5_2fwo
null
null
null
True
Darkmoth
null
> Why is the result obvious to you? Because I've been a professional programmer for a long time. Scripting languages are always faster than static languages, and this has been true ever since Awk and C. Can I ask why the result surprises you?
null
0
1315490907
False
0
c2icjpu
t3_k7o9e
null
t1_c2icjpu
t1_c2ibzmr
null
1427573664
1
t5_2fwo
null
null
null
True
carsongross
null
Well, it's a way to tell other people what you are going to return at a JSON end point. If that doesn't grab you, it doesn't grab you. Again, the design goal was to take the current "standard", which is to provide an example, and add as little syntax as possible on top of that while still providing a reasonably compl...
null
0
1315490919
False
0
c2icjrk
t3_k8jbq
null
t1_c2icjrk
t1_c2icgry
null
1427573664
0
t5_2fwo
null
null
null
True
carsongross
null
Yup, or an Open Type System: http://guidewiredevelopment.wordpress.com/2010/11/18/gosus-secret-sauce-the-open-type-system/ ;)
null
0
1315490989
False
0
c2ick05
t3_k8jbq
null
t1_c2ick05
t1_c2ichqv
null
1427573663
1
t5_2fwo
null
null
null
True
yeerio
null
I am SO patching this into my co-workers kernel!
null
0
1315491029
False
0
c2ick5h
t3_k8leq
null
t1_c2ick5h
t3_k8leq
null
1427573665
2
t5_2fwo
null
null
null
True
gospelwut
null
Easiest way would probably be to hijack the file association and just have your program not play the song passed to it. EDIT: Somebody [beat me to it](http://www.reddit.com/r/programming/comments/k8leq/kernel_module_for_advanced_rick_rolling/c2ibuho)
null
0
1315491041
False
0
c2ick6v
t3_k8leq
null
t1_c2ick6v
t1_c2ibme3
null
1427573667
2
t5_2fwo
null
null
null
True
iLiekCaeks
null
Thanks.
null
0
1315491080
False
0
c2ickci
t3_k85xr
null
t1_c2ickci
t1_c2icjma
null
1427573667
2
t5_2fwo
null
null
null
True
gospelwut
null
I'm a bit surprised there isn't a single window kernel dev or former dev to comment on this.
null
0
1315491175
False
0
c2ickpg
t3_k8leq
null
t1_c2ickpg
t1_c2ibxmu
null
1427573674
1
t5_2fwo
null
null
null
True
[deleted]
null
you just sold me Lisp... what's it's most widely used idiom?
null
0
1315491179
False
0
c2ickpw
t3_k85xr
null
t1_c2ickpw
t1_c2iap5o
null
1427573674
3
t5_2fwo
null
null
null
True
[deleted]
null
My exact taught :)
null
0
1315491450
False
0
c2icltw
t3_k8leq
null
t1_c2icltw
t1_c2ick5h
null
1427573684
-2
t5_2fwo
null
null
null
True
yogthos
null
it helps when your code actually works :) concat_strings(", ", "foo", "bar", "baz") =>foo, bar, baz concat_strings(", ", "foo", nil, "bar", "baz") =>undefined method `empty?' for nil:NilClass (NoMethodError)
null
0
1315491515
False
0
c2icm3s
t3_k85xr
null
t1_c2icm3s
t1_c2ibp24
null
1427573688
1
t5_2fwo
null
null
null
True
vanillab
null
Not arguing in favor of svn but you should check out [ack](http://betterthangrep.com/). It ignores all .{hg,git,svn} folders by default.
null
0
1315491516
False
0
c2icm3w
t3_k7qvj
null
t1_c2icm3w
t1_c2i8ou4
null
1427573688
5
t5_2fwo
null
null
null
True
jczeus
null
Ah, now it makes sense: it describes data you are going to *provide*, whereas I thought it describes data you'll *accept*. In that case, you're right: the simpler, the better.
null
0
1315491581
False
0
c2icmdg
t3_k8jbq
null
t1_c2icmdg
t1_c2icjrk
null
1427573699
2
t5_2fwo
null
null
null
True
dodehoekspiegel
null
It's still PHP.
null
0
1315491757
False
0
c2icn39
t3_k87wr
null
t1_c2icn39
t3_k87wr
null
1427573704
12
t5_2fwo
null
null
null
True
curien
null
Sure, I guess. `constexpr` is just a replacement for one use of preprocessor macros that templates didn't subsume: generating compile-time constants.
null
0
1315491825
False
0
c2icncn
t3_k6lj2
null
t1_c2icncn
t1_c2i4o5f
null
1427573709
2
t5_2fwo
null
null
null
True
toofishes
null
I don't have a strong opinion either way, but remember with Java you lose a "tab" because every function is inside a class, rather than being left-aligned. This only allows conditionals or braces to nest 2 deep before you're over some magical limit, not to mention the constraints it places on inner class definitions.
null
0
1315492077
False
0
c2icodz
t3_k7pwu
null
t1_c2icodz
t1_c2iajzx
null
1427573720
4
t5_2fwo
null
null
null
True
yogthos
null
Lisp is based around chaining functions to apply transformations to data. So, the example I gave is very representative of how you normally do things. It's similar to the old Unix philosophy where you write programs that do one thing and do it well, and then chain them together to get complex functionality. In Lisp yo...
null
0
1315492173
False
0
c2icosd
t3_k85xr
null
t1_c2icosd
t1_c2ickpw
null
1427573724
3
t5_2fwo
null
null
null
True
[deleted]
null
It might or might not be stored as a diff internally, problem is that logically git only works with snapshots, and with a maximum of three snapshots at a time (for a three-way diff). [Here's a litmus test](http://pastebin.com/xeL8cvwq) (run without arguments to see weird behaviour, or with any argument to see the more...
null
0
1315492248
False
0
c2icp3n
t3_k7qvj
null
t1_c2icp3n
t1_c2ib53c
null
1427573726
3
t5_2fwo
null
null
null
True
[deleted]
null
That would help, but it would be even nicer if you didn't reserve any identifiers, though I don't know if that is feasible.
null
0
1315492290
False
0
c2icpaa
t3_k8jbq
null
t1_c2icpaa
t1_c2ic5gl
null
1427573727
1
t5_2fwo
null
null
null
True
babazka
null
I'll see your CreateProcess and raise you a CreateWindowEx: HWND WINAPI CreateWindowEx( __in DWORD dwExStyle, __in_opt LPCTSTR lpClassName, __in_opt LPCTSTR lpWindowName, __in DWORD dwStyle, __in int x, __in int y, __in int nWidth, __in ...
null
0
1315492304
False
0
c2icpcd
t3_k7pwu
null
t1_c2icpcd
t1_c2i9vuk
null
1427573728
2
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315492335
False
0
c2icphl
t3_k8leq
null
t1_c2icphl
t1_c2ick5h
null
1427573729
1
t5_2fwo
null
null
null
True
rawlyn
null
I expected an awful lot more.
null
0
1315492492
False
0
c2icq5u
t3_k8trx
null
t1_c2icq5u
t3_k8trx
null
1427573736
3
t5_2fwo
null
null
null
True
w4ffl3s
null
Yep, it was not carefully designed to avoid DOS, graphics driver exploitation, or [video memory theft](http://www.contextis.com/resources/blog/webgl2/). Are there any other fundamental vulnerabilities? It'll be interesting to see what happens. I am pulling for WebGL to succeed.
null
0
1315492567
False
0
c2icqhg
t3_k7jrs
null
t1_c2icqhg
t1_c2i771z
null
1427573740
3
t5_2fwo
null
null
null
True
[deleted]
null
You can rarely describe precisely what you will accept or provide (it's the same thing btw., just reverse the roles). For example, no schema language will let you validate an e-mail address (you have to send an e-mail and wait for a response to do that).
null
0
1315492631
False
0
c2icqrn
t3_k8jbq
null
t1_c2icqrn
t1_c2icmdg
null
1427573744
2
t5_2fwo
null
null
null
True
r00x
null
Hahaha! Um. Now how do I remove it? Guys?
null
0
1315492674
False
0
c2icqyg
t3_k8leq
null
t1_c2icqyg
t3_k8leq
null
1427573747
16
t5_2fwo
null
null
null
True
brokenfrog
null
BTW, I think `<stdint.h>` is in C++11 (I know that `<cstdint>` is). So now you can have `uint64_t`, `intptr_t` and so on in C++.
null
0
1315492704
False
0
c2icr3a
t3_k7gjy
null
t1_c2icr3a
t1_c2i6bx3
null
1427573748
1
t5_2fwo
null
null
null
True
pnpbios
null
advantages... maybe trade-offs is a better word. Debugging is much simpler. The standard library is a bit more robust. Development goes faster, error handling with exceptions isn't nearly as disruptive. The build system is a bit easier to configure. Adding dependencies isn't nearly as complicated. Interacting with COM ...
null
0
1315492739
False
0
c2icr97
t3_k8gr4
null
t1_c2icr97
t1_c2icbqa
null
1427573751
1
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315492743
False
0
c2icr9x
t3_k7qvj
null
t1_c2icr9x
t1_c2icgxb
null
1427573751
2
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315492743
False
0
c2icr9y
t3_k7qvj
null
t1_c2icr9y
t1_c2ibe9i
null
1427573751
1
t5_2fwo
null
null
null
True
alofons
null
You can patch [ZwCreateFile](http://msdn.microsoft.com/en-us/library/ff566424(VS.85\).aspx) for all active processes, which is guaranteed to work unless the application does the system call directly (which is not guaranteed to work and changes between versions of Windows). That requires having a process actively patchi...
null
0
1315492773
False
0
c2icren
t3_k8leq
null
t1_c2icren
t1_c2ibme3
null
1427573752
2
t5_2fwo
null
null
null
True
xTRUMANx
null
Nice catch.
null
0
1315492782
False
0
c2icrfy
t3_k85xr
null
t1_c2icrfy
t1_c2ic7am
null
1427573753
1
t5_2fwo
null
null
null
True
munificent
null
> It is harder to truly understand something like perforce. What's hard to understand about Perforce?
null
0
1315492882
False
0
c2icrvo
t3_k7qvj
null
t1_c2icrvo
t1_c2iatjc
null
1427573759
1
t5_2fwo
null
null
null