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
ctrldavid
null
I'm new to this reddit thing, but I'm the original author of that demo. It was meant as an attempt to learn 3d projection, and I just threw in the swarming for fun, and then some lasers, and then some explosions. It was also one of my first attempts at making well structured JS, which is why I'm stoked to see people c...
null
0
1315437646
False
0
c2i7ooa
t3_k7ewc
null
t1_c2i7ooa
t3_k7ewc
null
1427571301
32
t5_2fwo
null
null
null
True
winzo
null
It's quite fixable with rebase if you haven't pushed it, but as you say "early stages," I imagine that ship has sailed. Instead, this may work for you: http://stackoverflow.com/questions/250238/collapsing-a-git-repositorys-history Let me know if you need help, and definitely let me know how it works out.
null
0
1315437650
False
0
c2i7ool
t3_k7qvj
null
t1_c2i7ool
t1_c2i7e7p
null
1427571301
2
t5_2fwo
null
null
null
True
[deleted]
null
Based on just starting to read that article I feel no problem in saying, no it's not and continuing to ignore the latest fad.
null
0
1315437681
False
0
c2i7otd
t3_k7qvj
null
t1_c2i7otd
t3_k7qvj
null
1427571312
7
t5_2fwo
null
null
null
True
nascent
null
Here is a simple scenario. You start work on a project, develop it for a couple months then decide, "I should open this up to the world." You run into to issues, one you're probably using a monolithic repo for all your projects, and two now you got to get the history to the public. I'm sure these are doable in SVN, I'...
null
0
1315437775
False
0
c2i7p8g
t3_k7qvj
null
t1_c2i7p8g
t1_c2i68kl
null
1427571311
0
t5_2fwo
null
null
null
True
zynasis
null
was that because u used svn first? of course a lot of concepts would carry over to git from svn which you wont need to learn again.
null
0
1315437930
False
0
c2i7pxq
t3_k7qvj
null
t1_c2i7pxq
t1_c2i5okj
null
1427571318
1
t5_2fwo
null
null
null
True
ldpreload
null
Er. It's also statistical that you'll be killed driving to work, and almost certainly with higher probability than a git collision and with less ability for you to do anything about it. Yes, technically, it could happen at any time, but it's not going to. (By the nature of cryptographic hashes, files you are likely to...
null
0
1315437958
False
0
c2i7q2m
t3_k7qvj
null
t1_c2i7q2m
t1_c2i7mrn
null
1427571319
2
t5_2fwo
null
null
null
True
ldpreload
null
I don't know the actual answer to this, but if you haven't played with `git diff --color-words` or `git diff --color-words=.` (or equivalently git show or other things that display diffs), you should.
null
0
1315438017
False
0
c2i7qap
t3_k7qvj
null
t1_c2i7qap
t1_c2i6p8f
null
1427571320
0
t5_2fwo
null
null
null
True
verifex
null
I like what you offer, and I assume this scenario is simple for Git, but I will ask anyways. What if I only want to have and maintain a small part of the repo on the USB key, yet I still want to be able to maintain it to the trunk when I open it?
null
0
1315438094
False
0
c2i7qn8
t3_k7qvj
null
t1_c2i7qn8
t1_c2i7p8g
null
1427571326
1
t5_2fwo
null
null
null
True
niczar
null
> If they don't know you that well, they'll tell you what they think they're supposed to want: "Dark, strong coffee." Well, that's how I drink it so I don't quite relate to this example. Anyway it sounds to me like a poor example; there isn't much peer pressure I can think of towards drinking one kind of coffee ...
null
0
1315438159
False
0
c2i7qyk
t3_k7e0u
null
t1_c2i7qyk
t1_c2i36uy
null
1427571330
1
t5_2fwo
null
null
null
True
donri
null
[I have experimented with this in Python 3.](https://github.com/dag/nox/blob/master/tests/test_interface.py) It is also a feature of Perl 6.
null
0
1315438386
False
0
c2i7ryy
t3_k7o9e
null
t1_c2i7ryy
t1_c2i6nu0
null
1427571347
1
t5_2fwo
null
null
null
True
nascent
null
Much of what we use is built on statistically unique values. UUIDs are quite popular, Windows provides a nice GUID function... Then we have things that are close to unique but must handle collisions, hashtables...
null
0
1315438398
False
0
c2i7s0z
t3_k7qvj
null
t1_c2i7s0z
t1_c2i6i7h
null
1427571348
3
t5_2fwo
null
null
null
True
jonr
null
Can I import svn repositories into git?
null
0
1315438413
False
0
c2i7s3r
t3_k7qvj
null
t1_c2i7s3r
t1_c2i6mis
null
1428195168
1
t5_2fwo
null
null
null
True
usernamenottaken
null
git help rev-parse will show the official documentation but it can be a bit confusing. The diagram near the end is probably the most helpful. Basically commit ^n will select the nth parent commit when there's a merge (so HEAD ^2 will give an error if HEAD wasn't a merge) and commit~n is for getting the nth generation p...
null
0
1315438494
True
0
c2i7shb
t3_k7qvj
null
t1_c2i7shb
t1_c2i76tb
null
1427571352
1
t5_2fwo
null
null
null
True
Skynne
null
Have you tried tortoise Git? I still use the command line to create/swap/delete branches, and for tagging - the UI does the rest. I only use the command line because it's far quicker than navigating through all the menus. I used to think the same about the whole command line stuff - I'm a UI kinda person. But really...
null
0
1315438514
False
0
c2i7skn
t3_k7qvj
null
t1_c2i7skn
t1_c2i5f6f
null
1427571353
0
t5_2fwo
null
null
null
True
shevegen
null
Well. That's a slap into the face of the LLVM guys.
null
0
1315438543
False
0
c2i7sp8
t3_k7q0a
null
t1_c2i7sp8
t3_k7q0a
null
1428195168
-8
t5_2fwo
null
null
null
True
nicwolff
null
I get a flat black page and a Javascript parse error. This rivals Flash games only in that they both suck.
null
0
1315438839
False
0
c2i7u3k
t3_k81qp
null
t1_c2i7u3k
t3_k81qp
null
1427571382
1
t5_2fwo
null
null
null
True
PSquid
null
Yep. Blindly adding directories is bad (I say blindly because there _are_ situations where it's appropriate, but you need to think about it first), because you might not want to track every file that will ever be in there. That said, there's no simple documentation that says that, and `git add .` does otherwise seem t...
null
0
1315438882
False
0
c2i7ua8
t3_k7qvj
null
t1_c2i7ua8
t1_c2i767m
null
1427571379
2
t5_2fwo
null
null
null
True
thegir
null
I always thought that this was due to printing...you know...like on paper.
null
0
1315438906
False
0
c2i7udz
t3_k7pwu
null
t1_c2i7udz
t3_k7pwu
null
1427571379
3
t5_2fwo
null
null
null
True
Skynne
null
Also - try using GitSvn with your current repository, with the tortoise plugin. Have a folder with your svn checkout, and a folder with your git checkout. Work in your git folder - if you _ever_ have a problem, (i.e. some crazy merge conflict etc, fix it in your svn checkout where you're more familiar with it). You'l...
null
0
1315438930
False
0
c2i7uj6
t3_k7qvj
null
t1_c2i7uj6
t1_c2i5f6f
null
1427571381
1
t5_2fwo
null
null
null
True
[deleted]
null
TLDR: efficiency
null
0
1315438931
False
0
c2i7ujh
t3_k7qvj
null
t1_c2i7ujh
t1_c2i62s8
null
1427571381
4
t5_2fwo
null
null
null
True
usernamenottaken
null
Another option, if you want to remove any files or directories: git filter-branch --index-filter 'git rm --cached --ignore-unmatch file/to/remove another/directory' -- --all You'll probably have to do a clone using the file:/// syntax afterwards to make sure you get a fresh repo without all the old objects. Just...
null
0
1315438995
False
0
c2i7utx
t3_k7qvj
null
t1_c2i7utx
t1_c2i7j5w
null
1427571383
1
t5_2fwo
null
null
null
True
[deleted]
null
I switched to git from sourcesafe. Yes, my company still uses it. After suffering through lost changes and project ghosting (trying to play along with their "company culture"), I gave up on it and threw up a git repository on a network share and I work on that exclusively. Anyone joining one of my projects is requir...
null
0
1315439003
False
0
c2i7uvh
t3_k7qvj
null
t1_c2i7uvh
t1_c2i5sfu
null
1427571384
4
t5_2fwo
null
null
null
True
jeff_hanson
null
WebGL is fundamentally flawed, assholes who modded me down (enjoy your banking info getting stolen, by the way). It allows websites to run arbitrary code on your GPU, which wasn't designed with any sort of security in mind at all. Patching individual flaws isn't even going to be able to keep up with the flaws. The whol...
null
0
1315439024
False
0
c2i7uyz
t3_k7jrs
null
t1_c2i7uyz
t1_c2i771z
null
1427571385
-5
t5_2fwo
null
null
null
True
Skynne
null
The _only_ problem I've had with git is with git svn, which causes quite a headache when checkout out a different branch (especially when the branches differ by quite a bit). That and .gitignore with svn-ignore
null
0
1315439046
False
0
c2i7v2r
t3_k7qvj
null
t1_c2i7v2r
t1_c2i5ask
null
1427571387
1
t5_2fwo
null
null
null
True
PSquid
null
Aha, `git gc`. I _knew_ there was something I was missing when I performed similar surgery on my git history and the size didn't go down at all. Thanks very much!
null
0
1315439076
False
0
c2i7v7f
t3_k7qvj
null
t1_c2i7v7f
t1_c2i7igt
null
1427571388
2
t5_2fwo
null
null
null
True
shevegen
null
I don't know why you are getting downvoted. You make a decent point. People are focused on GCC vs. LLVM but what about internal competition in GCC to improve the user and developer experience? And what about the whole crap that is GNU autoconfigure and all the other shit? Anyone having fun looking at config.log fil...
null
0
1315439213
False
0
c2i7vsz
t3_k7q0a
null
t1_c2i7vsz
t1_c2i5wbj
null
1427571394
-6
t5_2fwo
null
null
null
True
usernamenottaken
null
What would you call reset? It makes sense to me, you're resetting your branch to a different commit.
null
0
1315439277
False
0
c2i7w32
t3_k7qvj
null
t1_c2i7w32
t1_c2i73l8
null
1427571406
1
t5_2fwo
null
null
null
True
adshead
null
Thanks - however telling me what browser you are you using would be a more productive comment. Then I could fix the problem perhaps.
null
0
1315439373
False
0
c2i7wk2
t3_k81qp
null
t1_c2i7wk2
t1_c2i7u3k
null
1427571409
6
t5_2fwo
null
null
null
True
adshead
null
Fixed. There is a level later on where a chef is throwing plates so I have renamed the 'throw' animation. Thats the great thing about HTML5 games - you can tweak them live!
null
0
1315439424
False
0
c2i7wt5
t3_k81qp
null
t1_c2i7wt5
t1_c2i7ge9
null
1427571415
3
t5_2fwo
null
null
null
True
Ambiwlans
null
You'll probably end up using part gui part cmd line once you get the hang of things.
null
0
1315439540
False
0
c2i7xae
t3_k7qvj
null
t1_c2i7xae
t1_c2i7fdl
null
1427571423
1
t5_2fwo
null
null
null
True
winzo
null
Yeah, it could definitely use some improvements with regard to consistency in terminology, especially in the documentation.
null
0
1315439620
False
0
c2i7xrd
t3_k7qvj
null
t1_c2i7xrd
t1_c2i7mo7
null
1427571429
7
t5_2fwo
null
null
null
True
[deleted]
null
Hive? It's full of zombies?
null
0
1315439653
False
0
c2i7xwr
t3_k7qe8
null
t1_c2i7xwr
t1_c2i5zvx
null
1427571432
-1
t5_2fwo
null
null
null
True
winzo
null
Hm. I've never had a problem with either of those. Switching branches works as expected for me. What's it doing wrong for you?
null
0
1315439788
False
0
c2i7yj9
t3_k7qvj
null
t1_c2i7yj9
t1_c2i7v2r
null
1427571437
1
t5_2fwo
null
null
null
True
okeefe
null
> doing it wrong. There's nothing stopping you from having a centralized model, with everyone pushing to and fetching from the same repo from their private repos. (Having that repo have a working tree is the bad idea.)
null
0
1315439794
False
0
c2i7yjz
t3_k7qvj
null
t1_c2i7yjz
t1_c2i7kt7
null
1427571437
5
t5_2fwo
null
null
null
True
Amadiro
null
This is all fine and dandy, but I'd rather like to see an article or a few suggestions on how one could improve the problems existing with the windows registry currently (I assume there are a bunch, people seem to complain about it quite frequently.) What about making it isolated per-program storage? (I.e. a program ha...
null
0
1315439796
False
0
c2i7ykh
t3_k7qe8
null
t1_c2i7ykh
t3_k7qe8
null
1427571437
0
t5_2fwo
null
null
null
True
seydar
null
Me too. Once I realized that, I decided I didn't want to be a nuclear engineer. But sonar still gets my dick hard.
null
0
1315440084
False
0
c2i7zuw
t3_k7qvj
null
t1_c2i7zuw
t1_c2i6ijb
null
1427571449
3
t5_2fwo
null
null
null
True
Jyaif
null
ig.game.lives += 100
null
0
1315440114
False
0
c2i7zzp
t3_k81qp
null
t1_c2i7zzp
t3_k81qp
null
1427571452
6
t5_2fwo
null
null
null
True
cincodenada
null
>You’ll never generate two of the same SHA1 hashes. The chances are miniscule. There’s room for all kinds of flowery comparisons like: You’d have to generate more hash codes than the number of stars in the universe before you’d get two of the same! >But my favorite is from Pro Git: “A higher probability exists t...
null
0
1315440236
False
0
c2i80k7
t3_k7qvj
null
t1_c2i80k7
t3_k7qvj
null
1427571456
3
t5_2fwo
null
null
null
True
okeefe
null
The receiving repo can be set up to allow or disallow a non-fast-forward push (a push that would clobber the existing history). Generally, a non-ff push will fail, the user will fetch the new commits, merge it into their branch, and push the merge. There's no locking. For a push to a repo with a working tree, there'...
null
0
1315440261
False
0
c2i80ny
t3_k7qvj
null
t1_c2i80ny
t1_c2i7bq8
null
1427571458
5
t5_2fwo
null
null
null
True
PSquid
null
`${commit}~n` indicates `n` commits prior to `${commit}`, with `n` being assumed to be 1 if no `n` is given. `${commit}`^ is equivalent to `${commit}~1`. `HEAD` is shorthand for the commit you are currently "on" - which is usually the latest commit, though you can checkout old revisions, putting you in a "de...
null
0
1315440385
False
0
c2i817o
t3_k7qvj
null
t1_c2i817o
t1_c2i76tb
null
1427571464
1
t5_2fwo
null
null
null
True
adshead
null
Thats cheating :)
null
0
1315440558
False
0
c2i8218
t3_k81qp
null
t1_c2i8218
t1_c2i7zzp
null
1427571475
-1
t5_2fwo
null
null
null
True
shevegen
null
Yeah, why C++? But then again why Go, D, and all the other languages which are 80% similar anyway? And why not C either? Or Java? These languages ALL suck. Everything they do could be made much more succint in syntax.
null
0
1315440561
False
0
c2i821j
t3_k85xr
null
t1_c2i821j
t3_k85xr
null
1427571475
-23
t5_2fwo
null
null
null
True
star0zero
null
You make an important point here, I think. Not to discount the OPs efforts at all (great game, btw), but I wonder about the viability of a gaming industry where the chosen platform makes it so easy to cheat. Granted, there were ways of doing it before, but this seems much easier. Thoughts anyone? Edit: By "ways of...
null
0
1315440671
False
0
c2i82je
t3_k81qp
null
t1_c2i82je
t1_c2i7zzp
null
1427571481
1
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315440737
False
0
c2i82tq
t3_k7qvj
null
t1_c2i82tq
t3_k7qvj
null
1427571486
-4
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315440826
False
0
c2i838o
t3_k7qvj
null
t1_c2i838o
t1_c2i6puv
null
1427571553
1
t5_2fwo
null
null
null
True
FoolishClownfish
null
This is really cool, and an awesome design to boot. Are you involved in it, or just posting about it?
null
0
1315440853
False
0
c2i83cw
t3_k86i2
null
t1_c2i83cw
t3_k86i2
null
1427571554
1
t5_2fwo
null
null
null
True
hashmal
null
Why Silverlight?
null
0
1315440947
False
0
c2i83rj
t3_k85xr
null
t1_c2i83rj
t3_k85xr
null
1427571559
-11
t5_2fwo
null
null
null
True
busy_beaver
null
FWIW, in the given situation I would probably ask for my coffee black, even though I usually prefer a little cream and sugar. It just seems like less of an inconvenience for the other person, and it doesn't lead to any follow-up questions (i.e. how many creams, how much sugar), so there's less of a chance of fucking th...
null
0
1315441092
False
0
c2i84ge
t3_k7e0u
null
t1_c2i84ge
t1_c2i48jv
null
1427571569
1
t5_2fwo
null
null
null
True
PSquid
null
As you'd see in the article, nfarina uses OS X. Last I checked, the Tortoise* programs are Windows-only. Now Tower, on the other hand... I haven't used OS X myself, so I have no first-hand experience of it, but I've heard good things about it.
null
0
1315441227
False
0
c2i8510
t3_k7qvj
null
t1_c2i8510
t1_c2i518q
null
1427571584
1
t5_2fwo
null
null
null
True
star0zero
null
Not to be a stickler (I'm kind of new around here), but can you discuss the architecture a bit or perhaps an interesting problem that was solved and the steps involved? Just taking a look at the right sidebar, is all ... FWIW, I think the idea is great and I signed up to play.
null
0
1315441228
False
0
c2i851d
t3_k86i2
null
t1_c2i851d
t3_k86i2
null
1427571584
2
t5_2fwo
null
null
null
True
yiyus
null
> the whole point of the DLL example is you might not have all the code at compile time Yes, of course you do. Everything is statically compiled in Go. Dynamic loading could be added at some point, but for the moment is not supported. No matter how many checkboxes you click, if it was not compiled in the program th...
null
0
1315441271
False
0
c2i8588
t3_k70os
null
t1_c2i8588
t1_c2i7c82
null
1427571588
1
t5_2fwo
null
null
null
True
[deleted]
null
*there doesn't seem to be a standard naming convention, and it can quickly become a mess.* *Storing configuration stuff in dot files or in /etc/ seems so much simpler.* Do you have a 3 second memory?
null
0
1315441352
False
0
c2i85jh
t3_k7qe8
null
t1_c2i85jh
t1_c2i72d9
null
1427571586
20
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315441358
False
0
c2i85lb
t3_k7qvj
null
t1_c2i85lb
t1_c2i5f8u
null
1427571586
4
t5_2fwo
null
null
null
True
[deleted]
null
*The security model of the registry and dlls is shameful.* What is wrong with the security model.
null
0
1315441375
False
0
c2i85nz
t3_k7qe8
null
t1_c2i85nz
t1_c2i6spx
null
1427571586
10
t5_2fwo
null
null
null
True
xardox
null
Here's some ZetaLisp code using Flavors that ran on the Symbolics Lisp Machine, that I wrote some time in the mid 80's: http://www.donhopkins.com/drupal/node/103 (defflavor pushy-bounce-window-mixin (x-vel y-vel gravity friction proc delay) () :gettable-instance-variables :settable-instance-var...
null
0
1315441493
False
0
c2i866q
t3_k7pr0
null
t1_c2i866q
t3_k7pr0
null
1427571596
2
t5_2fwo
null
null
null
True
nyeholt
null
Yeah, it sounds an awesome idea, but it'd be great to hear some of the underlying architecture to make it... relevant.
null
0
1315441598
False
0
c2i86ny
t3_k86i2
null
t1_c2i86ny
t1_c2i851d
null
1427571611
0
t5_2fwo
null
null
null
True
danharaj
null
Not programming. (Oh, it was made with programming you say? *that's interesting zz...*)
null
0
1315441668
False
0
c2i86zh
t3_k86i2
null
t1_c2i86zh
t3_k86i2
null
1427571610
1
t5_2fwo
null
null
null
True
jh123456
null
FF6.x and no stuttering for me either. Fans are definitely getting a workout though.
null
0
1315441694
False
0
c2i873s
t3_k7ewc
null
t1_c2i873s
t1_c2i38cx
null
1428195157
2
t5_2fwo
null
null
null
True
adshead
null
Well for casual single player games I don't think it really matters - after all most people won't ever go to the trouble of examining/changing the javascript. I think it only matters when cheating affects other peoples enjoyment, say in a multiplayer environment.
null
0
1315441753
False
0
c2i87dn
t3_k81qp
null
t1_c2i87dn
t1_c2i82je
null
1427571614
1
t5_2fwo
null
null
null
True
jh123456
null
If you are in fact the author... excellent job! The code and results are very impressive.
null
0
1315441831
False
0
c2i87px
t3_k7ewc
null
t1_c2i87px
t1_c2i7ooa
null
1427571617
5
t5_2fwo
null
null
null
True
tilio
null
until there's a non-suck interface for win7, i will continue to avoid it like the plague.
null
0
1315441978
False
0
c2i88c0
t3_k7qvj
null
t1_c2i88c0
t1_c2i5sfu
null
1427571622
7
t5_2fwo
null
null
null
True
bobindashadows
null
There's definitely standard naming conventions for paths to an application's settings. Of course it's up to the individual program after that. I'm personally not a fan of the registry, but you don't have to bullshit to make an argument against it.
null
0
1315442015
False
0
c2i88hm
t3_k7qe8
null
t1_c2i88hm
t1_c2i72d9
null
1427571623
11
t5_2fwo
null
null
null
True
[deleted]
null
All I'm asking is that you understand other people have different experiences with dynamic languages.
null
0
1315442026
False
0
c2i88jd
t3_k56t1
null
t1_c2i88jd
t1_c2i7bpk
null
1427571624
1
t5_2fwo
null
null
null
True
Khaled_Alshaya
null
I have modified the code according to your suggestions. I didn't get to use std::reverse_iterator yet. I am getting lots of compile errors when trying to use it! Thanks.
null
0
1315442045
False
0
c2i88mw
t3_k7v1z
null
t1_c2i88mw
t1_c2i6myb
null
1427571625
1
t5_2fwo
null
null
null
True
wildcat-
null
/etc/ for system wide configuration and dot files for local user configurations. What's so wrong with that?
null
0
1315442107
False
0
c2i88wy
t3_k7qe8
null
t1_c2i88wy
t1_c2i85jh
null
1427571627
5
t5_2fwo
null
null
null
True
FUCKYOURENGLISH
null
PHP is moving to Git, not GIT. Just because it has three letters and is technology-related doesn't mean it's in all caps.
null
0
1315442404
False
0
c2i8a89
t3_k87wr
null
t1_c2i8a89
t3_k87wr
null
1427571645
12
t5_2fwo
null
null
null
True
Pastrami
null
Adding to what captainAwesomePants said: The factory service manual for my old 1991 car was about an inch and half thick. The one for my 2003 is four books and a total of seven inches thick. The manual for my friends 1968 car is about 3/4 of an inch. You could fix anything on the '68 with wrenches and multimeter. B...
null
0
1315442418
False
0
c2i8aap
t3_k7qvj
null
t1_c2i8aap
t1_c2i62cw
null
1427571645
3
t5_2fwo
null
null
null
True
punch137
null
My bad guys, this is my first post in /r/programming and I thought it was for stuff programmers would (hopefully) find cool.
null
0
1315442464
False
0
c2i8ai1
t3_k86i2
null
t1_c2i8ai1
t1_c2i86zh
null
1427571651
1
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315442494
1369081555
0
c2i8amk
t3_k7vpw
null
t1_c2i8amk
t3_k7vpw
null
1427571652
1
t5_2fwo
null
null
null
True
Skynne
null
It's not so much of a problem with git as it is with our repo - each branch traditionally was a version - and hence they drift apart fairly quickly, causing massive conflicts when switching to the branch. Right now I just have a checkout for each revision branch (we only have 3), and work like that. Because we use SVN...
null
0
1315442498
False
0
c2i8an1
t3_k7qvj
null
t1_c2i8an1
t1_c2i7yj9
null
1427571652
1
t5_2fwo
null
null
null
True
punch137
null
I wish I was involved, but I just found it and thought it had a lot of potential.
null
0
1315442516
False
0
c2i8aqe
t3_k86i2
null
t1_c2i8aqe
t1_c2i83cw
null
1427571654
1
t5_2fwo
null
null
null
True
[deleted]
null
Nothing is stopping a linux package manager from removing critical system files either so it isn't just a windows issue.
null
0
1315442603
False
0
c2i8b4o
t3_k7qe8
null
t1_c2i8b4o
t1_c2i6ui0
null
1427571657
7
t5_2fwo
null
null
null
True
igouy
null
There's not been a shortage of people who opine idealistically about "what benchmarks such as this should be for" but they never seem to actually make and publish performance measurements themselves - so they never find out if their idealistic pronouncements crash and burn in practice :-) > "is language X faster th...
null
0
1315442622
True
0
c2i8b7w
t3_k58pi
null
t1_c2i8b7w
t1_c2i5d6k
null
1427571659
0
t5_2fwo
null
null
null
True
gmansilla
null
EDIT: PHP is moving to *Git* //thanks FUCKYOURENGLISH
null
0
1315442636
False
0
c2i8baa
t3_k87wr
null
t1_c2i8baa
t3_k87wr
null
1427571659
4
t5_2fwo
null
null
null
True
feembly
null
I like the part where he killed the productivity of his team by switching from an established system to a new one because it was popular on the Internet.
null
0
1315442959
False
0
c2i8cpm
t3_k7qvj
null
t1_c2i8cpm
t3_k7qvj
null
1427571677
26
t5_2fwo
null
null
null
True
danharaj
null
It's no probs. It's easy to miss the sidebar. > Some seem to think this reddit is for "links that programmers might find interesting or funny". No. It's for programming links. Programming. Programming. Programming.
null
0
1315443030
False
0
c2i8d18
t3_k86i2
null
t1_c2i8d18
t1_c2i8ai1
null
1427571681
1
t5_2fwo
null
null
null
True
WalterBright
null
>Everything they do could be made much more succint in syntax. Minimizing the number of characters written is not the primary goal of a language. Reduce it below a certain point, and it becomes aesthetically unattractive. Further, and it becomes unreadable.
null
0
1315443365
False
0
c2i8ejp
t3_k85xr
null
t1_c2i8ejp
t1_c2i821j
null
1427571704
16
t5_2fwo
null
null
null
True
[deleted]
null
Good point .. I fully expect a 0day hack to be found in one of the popular drivers out there, which means invisible webgl code on a facebook application/advertising banner/etc could own your machine... hmm
null
0
1315443368
False
0
c2i8ek3
t3_k7jrs
null
t1_c2i8ek3
t1_c2i7uyz
null
1427571704
3
t5_2fwo
null
null
null
True
amigoinvisible
null
It doesn't work on Chromium on Ubuntu 11.04. It crash the tab.
null
0
1315443453
False
0
c2i8ex3
t3_k81qp
null
t1_c2i8ex3
t3_k81qp
null
1427571715
2
t5_2fwo
null
null
null
True
[deleted]
null
[This video](http://www.youtube.com/watch?v=ZDR433b0HJY) helped me too.
null
0
1315443473
False
0
c2i8ezq
t3_k7qvj
null
t1_c2i8ezq
t1_c2i4zqs
null
1428195152
9
t5_2fwo
null
null
null
True
[deleted]
null
>"dynamic typing is better suited for small, simple projects." that no one will ever look at again.
null
0
1315443534
False
0
c2i8f9e
t3_k7o9e
null
t1_c2i8f9e
t1_c2i5o97
null
1427571717
5
t5_2fwo
null
null
null
True
shriek
null
While you're at it why not ask "Why programming", why not just put humans to work? >Everything they do could be made much more succint in syntax. I believe you have some languages in your mind?
null
0
1315443541
False
0
c2i8faf
t3_k85xr
null
t1_c2i8faf
t1_c2i821j
null
1427571717
-2
t5_2fwo
null
null
null
True
SeriousWorm
null
Works in Opera, perfectly.
null
0
1315443575
False
0
c2i8ffy
t3_k81qp
null
t1_c2i8ffy
t1_c2i7408
null
1427571720
1
t5_2fwo
null
null
null
True
SeriousWorm
null
Actually, that's not really that important.. way more important is the ability to have full access to the original source code (by design, obviously.. precompiled "javascript" doesn't exist as far as I know).. which doesn't really go well with sponsored flash games.
null
0
1315443765
False
0
c2i8ga5
t3_k81qp
null
t1_c2i8ga5
t1_c2i82je
null
1427571741
5
t5_2fwo
null
null
null
True
coachz
null
It isn't simple. Period.
null
0
1315443848
False
0
c2i8gp0
t3_k7qvj
null
t1_c2i8gp0
t3_k7qvj
null
1427571737
14
t5_2fwo
null
null
null
True
WalterBright
null
There's a limit to how much faster you can make a horse :-)
null
0
1315443859
False
0
c2i8gqs
t3_k6lj2
null
t1_c2i8gqs
t1_c2i65a2
null
1427571737
6
t5_2fwo
null
null
null
True
kristovaher
null
I guess they did not try Mercurial.
null
0
1315444211
False
0
c2i8i9z
t3_k7qvj
null
t1_c2i8i9z
t3_k7qvj
null
1427571758
19
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315444232
False
0
c2i8idh
t3_k7gjy
null
t1_c2i8idh
t1_c2i75a5
null
1427571759
-1
t5_2fwo
null
null
null
True
yogthos
null
Succinctness isn't just about reducing the number of characters, it's about how much boilerplate the code has and how clearly it expresses the intent.
null
0
1315444391
False
0
c2i8j3f
t3_k85xr
null
t1_c2i8j3f
t1_c2i8ejp
null
1427571768
17
t5_2fwo
null
null
null
True
monothorpe
null
I don't know what you did, but when I tested that it's not true. mkdir test; cd test; git init; echo 'something' >> initial.txt; git add .; git commit -m 'initial commit'; touch a b c; git commit -a -m 'does this commit a, b, and c?' Now, I know `git add -A` will find deleted and new files, but that...
null
0
1315444393
False
0
c2i8j3m
t3_k7qvj
null
t1_c2i8j3m
t1_c2i767m
null
1427571770
5
t5_2fwo
null
null
null
True
[deleted]
null
My manager was going to send me there =(
null
0
1315444420
False
0
c2i8j7m
t3_k7e0u
null
t1_c2i8j7m
t1_c2i25m6
null
1427571770
1
t5_2fwo
null
null
null
True
mhd
null
> which are 80% similar anyway? Citation needed. Curly brackets aren't everything.
null
0
1315444444
False
0
c2i8jbx
t3_k85xr
null
t1_c2i8jbx
t1_c2i821j
null
1427571772
8
t5_2fwo
null
null
null
True
Ukonu
null
The problems I've observed with dynamic typing weren't as apparent in the **development time** as in the **maintenance time**. It's relatively easy to write code when you created the API. Joining a new project where a large majority of the code base was written in a dynamically typed language can be hell when you're a...
null
0
1315444598
True
0
c2i8k1g
t3_k7o9e
null
t1_c2i8k1g
t3_k7o9e
null
1427571780
38
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1315444609
False
0
c2i8k3a
t3_k7e0u
null
t1_c2i8k3a
t1_c2i2p29
null
1427571780
1
t5_2fwo
null
null
null
True
gnuvince
null
Time for a [speedup loop!](http://thedailywtf.com/Articles/The-Speedup-Loop.aspx)
null
0
1315444620
False
0
c2i8k5i
t3_k81ic
null
t1_c2i8k5i
t1_c2i7n64
null
1427571780
6
t5_2fwo
null
null
null
True
mhd
null
At least you don't have to stack those too much. I'd much rather take that than AbstractSingletonProxyFactoryBean abstractSingletonProxyFactoryBean = new AbstractSingletonProxyFactoryBean( ... );
null
0
1315444638
False
0
c2i8k8h
t3_k7pwu
null
t1_c2i8k8h
t1_c2i6asb
null
1428195147
7
t5_2fwo
null
null
null
True
Jookia
null
Is this compatible with C++11's loops? Like, the syntax and whatnot?
null
0
1315444666
False
0
c2i8kdg
t3_k7v1z
null
t1_c2i8kdg
t3_k7v1z
null
1427571782
1
t5_2fwo
null
null
null
True
mhd
null
What's good for the terminal user is good for the widescreen user with several windows side by side. Or for the Eclipse user who has a silly amount of gui garbage around the actual code (honestly, some co-workers of mine had setups that made those jokey Word or IE screenshots with the gazillion toolbars look normal).
null
0
1315444767
False
0
c2i8ktz
t3_k7pwu
null
t1_c2i8ktz
t3_k7pwu
null
1427571796
4
t5_2fwo
null
null
null
True
monothorpe
null
I think you may also need to use something like `git reflog expire --all --expire=now` to mark unreachable objects as deletable.
null
0
1315444781
False
0
c2i8kwd
t3_k7qvj
null
t1_c2i8kwd
t1_c2i7v7f
null
1427571790
6
t5_2fwo
null
null
null
True
mhd
null
Paper is right, [but printing is wrong…](http://en.wikipedia.org/wiki/Punched_card#IBM_80_column_punched_card_format)
null
0
1315444859
False
0
c2i8l83
t3_k7pwu
null
t1_c2i8l83
t1_c2i7udz
null
1427571793
3
t5_2fwo
null
null
null