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
tinou
null
Yes they are. Consider programming languages where everything gets cast to a string, or "poor" comparisons such as javascript's `==`. One could also argue that if program is well designed, you don't have to go back-and-forth a lot between types.
null
0
1314956126
False
0
c2gyymf
t3_k11yc
null
t1_c2gyymf
t1_c2gyv3l
null
1427549736
4
t5_2fwo
null
null
null
True
tinou
null
Exactly, thanks.
null
0
1314956158
False
0
c2gyyo1
t3_k11yc
null
t1_c2gyyo1
t1_c2gwf99
null
1427549736
1
t5_2fwo
null
null
null
True
trezor2
null
Git is horrible in Windows though. So horrible in fact that I'd much prefer VSS over Git for any private (Windows) project.
null
0
1314956225
False
0
c2gyyr7
t3_k28av
null
t1_c2gyyr7
t1_c2gysp4
null
1427549738
3
t5_2fwo
null
null
null
True
codenut
null
aren't we using it all the time? A workflow engine is a state machine!
null
0
1314956381
False
0
c2gyyzr
t3_k12ka
null
t1_c2gyyzr
t3_k12ka
null
1427549741
1
t5_2fwo
null
null
null
True
trezor2
null
I also like Perforce's concept of change-sets, something I am missing very much from our TFS-setup.
null
0
1314956394
False
0
c2gyz0c
t3_k28av
null
t1_c2gyz0c
t1_c2gyxfw
null
1427549741
1
t5_2fwo
null
null
null
True
alexeyr
null
VSS, not VS, presumably :)
null
0
1314956447
False
0
c2gyz32
t3_k28av
null
t1_c2gyz32
t1_c2gyxm6
null
1427549742
3
t5_2fwo
null
null
null
True
entity64
null
Still no non-Qt C++ project templates. Plus, you still can't use QtCreator without installing the Qt SDK, even though your project doesn't need it. :-( EDIT: I was wrong with my second point: [Comment](http://www.reddit.com/r/programming/comments/k1k9b/qt_creator_23_released/c2gz4yj) EDIT2: It seems I wasn't wrong b...
null
0
1314956457
True
0
c2gyz3g
t3_k1k9b
null
t1_c2gyz3g
t3_k1k9b
null
1427549742
4
t5_2fwo
null
null
null
True
kaaskop42
null
You should upgrade from VSS to _anything that's not VSS_, my favorite SCM system.
null
0
1314956515
False
0
c2gyz73
t3_k28av
null
t1_c2gyz73
t3_k28av
null
1427549743
6
t5_2fwo
null
null
null
True
oorza
null
There's no "regular expression engine" in Java the same way there is in Python or Perl. As far as I'm aware, the regular expression implementation in the JDK is done entirely in Java (and why wouldn't it be?). As such, there's some faster, more-featureful replacements available: http://www.tusker.org/regex/regex_ben...
null
0
1314956602
False
0
c2gyzbp
t3_k11yc
null
t1_c2gyzbp
t1_c2gxy7a
null
1427549745
2
t5_2fwo
null
null
null
True
m64
null
Regexes are mathematically equivalent to finite state machines. Still I have not yet seen a regex used to control the program flow - this would indeed be interesting.
null
0
1314956934
False
0
c2gyzua
t3_k12ka
null
t1_c2gyzua
t1_c2gwv9s
null
1427549757
9
t5_2fwo
null
null
null
True
EughEugh
null
Random numbers are not only necessary for security applications. Another example where you need random numbers are MonteCarlo simulations, for random sampling. If you have to sample a lot of data points, you might need to produce many random numbers quickly.
null
0
1314957228
False
0
c2gz09g
t3_k0y50
null
t1_c2gz09g
t1_c2gqlyj
null
1427549767
1
t5_2fwo
null
null
null
True
jetbean
null
Why is this important?
null
0
1314957232
False
0
c2gz09q
t3_k0gbq
null
t1_c2gz09q
t3_k0gbq
null
1427549767
2
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1314957355
False
0
c2gz0fc
t3_k28av
null
t1_c2gz0fc
t3_k28av
null
1427549760
2
t5_2fwo
null
null
null
True
EughEugh
null
Seven of Nine
null
0
1314957470
False
0
c2gz0lh
t3_k0y50
null
t1_c2gz0lh
t1_c2gq1a0
null
1427549770
2
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1314957567
False
0
c2gz0qq
t3_k28av
null
t1_c2gz0qq
t3_k28av
null
1427549763
1
t5_2fwo
null
null
null
True
gypsyface
null
I think he can justify getting a new box as a webserver now, surely
null
0
1314957856
False
0
c2gz167
t3_k11vj
null
t1_c2gz167
t3_k11vj
null
1427549769
1
t5_2fwo
null
null
null
True
pigeon768
null
All web browsers do things differently. Sometimes these are subtle difference, sometimes these are enormous differences. jQuery is a library which, at a basic level, attempts to abstract away all those differences. In the process, it also makes numerous common tasks easier, because the jQuery way to any given thing is ...
null
0
1314957965
False
0
c2gz1bs
t3_k1lj4
null
t1_c2gz1bs
t1_c2gyx09
null
1427549772
8
t5_2fwo
null
null
null
True
RazZziel
null
What's so horrible about git on Windows? Been using TortoiseGit for a year on a large project, together with regular git on my Linux machines, no complaints whatsoever.
null
0
1314957993
False
0
c2gz1di
t3_k28av
null
t1_c2gz1di
t1_c2gyyr7
null
1427549773
0
t5_2fwo
null
null
null
True
sockpuppetzero
null
Right. With CFB the first block is malleable, at the cost of scrambling every subsequent block. Which isn't a problem if you've only got one block... then CFB is completely malleable. :) Err, actually with CFB any single block is malleable, at the cost of scrambling every subsequent block. You probably don't need...
null
0
1314958111
True
0
c2gz1j4
t3_k1owo
null
t1_c2gz1j4
t1_c2gyumh
null
1427549774
1
t5_2fwo
null
null
null
True
menteth
null
I didn't explain my point as thoroughly as I should have, apparently. My claim isn't about where the state is stored and nothing in what I said requires that the client state is maintained *by* the server. Rather, I was pointing out that the information flow is a state machine, involving both the client and the server....
null
0
1314958268
False
0
c2gz1s9
t3_k12ka
null
t1_c2gz1s9
t1_c2gwlz1
null
1427549777
1
t5_2fwo
null
null
null
True
oteren
null
People with no idea makes unsecure shit every day, not exactly unique to jQuery.
null
0
1314958313
False
0
c2gz1uf
t3_k1bq3
null
t1_c2gz1uf
t1_c2guyf2
null
1427549778
9
t5_2fwo
null
null
null
True
trezor2
null
Last time I tried to use git on Windows (with Visual Studio), just getting it working took endless efforts fiddling around. I was trying to work against some SSH-based Git-repo using automatic key-authentication, possibly Github. I honestly can't remember. Basically what I wanted to achieve was this: Connect to a repo...
null
0
1314958397
True
0
c2gz1z4
t3_k28av
null
t1_c2gz1z4
t1_c2gz1di
null
1427549779
3
t5_2fwo
null
null
null
True
[deleted]
null
I like the way you write. Keep it up! [5].
null
0
1314958423
False
0
c2gz20v
t3_k1zew
null
t1_c2gz20v
t3_k1zew
null
1427549780
-5
t5_2fwo
null
null
null
True
vombert
null
Right, but for that pseudorandom numbers are probably sufficient.
null
0
1314958534
False
0
c2gz26z
t3_k0y50
null
t1_c2gz26z
t1_c2gz09g
null
1427549782
1
t5_2fwo
null
null
null
True
SerpensStellarum
null
I'm going on vacation without Internet access (a **real** vacation), so I can share my horror stories about TFS after a week.
null
0
1314958571
False
0
c2gz290
t3_k28av
null
t1_c2gz290
t1_c2gyy38
null
1427549783
1
t5_2fwo
null
null
null
True
sockpuppetzero
null
Your database could be keyed by 1a2b3c, or you could keep the symmetric key around to decrypt 1a2b3c to 5. But, if you want to explicitly represent a mapping between 1a2b3c and users, why bother with crypto? Why not select a random 64-bit integer as your user ids? Why even bother assigning a "nice" ID? I don't...
null
0
1314958819
True
0
c2gz2lg
t3_k1owo
null
t1_c2gz2lg
t1_c2gyq62
null
1427549787
3
t5_2fwo
null
null
null
True
FeepingCreature
null
Well, this user quite fancies the spellchecking. It's not very useful for me but I can see it being really useful for people who are only just learning the language. I guess it's one of those things that you tend to see once, think "huh. neat. " and then take for granted. Bad ideas get criticism, good ideas get praise...
null
0
1314959219
False
0
c2gz36q
t3_jwkvx
null
t1_c2gz36q
t1_c2fwh7w
null
1427549795
2
t5_2fwo
null
null
null
True
Chousuke
null
The add-on issue will likely be fixed eventually as Mozilla figures out an actually stable extension API (AFAIK they have promised to do this). The other problem is most likely due to the new release process being, well, new, and not everything has been adjusted for it yet.
null
0
1314959236
False
0
c2gz37i
t3_k11yc
null
t1_c2gz37i
t1_c2gwt06
null
1427549795
1
t5_2fwo
null
null
null
True
FeepingCreature
null
Column numbers allow IDEs to do automatic error highlighting.
null
0
1314959256
False
0
c2gz38q
t3_jwkvx
null
t1_c2gz38q
t1_c2fzrft
null
1427549796
1
t5_2fwo
null
null
null
True
rich97
null
Some people write to get their thoughts on paper and get feedback from others. Some blogs are of higher quality than others. I would rather the OP started a blog like this than cluttering up the interwebs with another mail list archive or video site. At least he's trying to produce good quality original content and th...
null
0
1314959464
True
0
c2gz3j9
t3_k1zew
null
t1_c2gz3j9
t1_c2gyvkj
null
1427549801
8
t5_2fwo
null
null
null
True
rich97
null
I don't know how you process r/programming high. I can barely do it sober.
null
0
1314959515
False
0
c2gz3md
t3_k1zew
null
t1_c2gz3md
t1_c2gz20v
null
1427549801
0
t5_2fwo
null
null
null
True
[deleted]
null
I doesn't tested It, but you can download Qt Creator without the SDK: http://get.qt.nokia.com/qtcreator/qt-creator-win-opensource-2.3.0.exe http://get.qt.nokia.com/qtcreator/qt-creator-linux-x86-opensource-2.3.0.bin http://get.qt.nokia.com/qtcreator/qt-creator-linux-x86_64-opensource-2.3.0.bin http://get.qt.nokia.c...
null
0
1314959766
False
0
c2gz3z5
t3_k1k9b
null
t1_c2gz3z5
t1_c2gyz3g
null
1427549805
4
t5_2fwo
null
null
null
True
catch23
null
TortoiseGit works fine with ssh based git. I use it all the time (when I'm on the work windows box). It integrates with putty. It didn't seem that hard to install, a few double clicks here and there and editing some preferences here and there, but I don't think it's out of grasp for the average windows user.
null
0
1314960088
False
0
c2gz4fn
t3_k28av
null
t1_c2gz4fn
t1_c2gz1z4
null
1427549812
1
t5_2fwo
null
null
null
True
le_kommie
null
No internet access for a **week**??? It's like being **dead**! Looking forward to those stories, and enjoy your holidays, hope you are going somewhere nice :)
null
0
1314960140
False
0
c2gz4ik
t3_k28av
null
t1_c2gz4ik
t1_c2gz290
null
1427549813
2
t5_2fwo
null
null
null
True
palish
null
Dude... Go to a park. A happy park. A theme park, even. Smile.
null
0
1314960295
False
0
c2gz4qy
t3_k28av
null
t1_c2gz4qy
t1_c2gz0fc
null
1427549817
6
t5_2fwo
null
null
null
True
[deleted]
null
Dynamic typing is not about not telling the computer what type you're using, it's about using the wrong type for the wrong thing. Static typing works just fine without having to be explicit.
null
0
1314960326
False
0
c2gz4sk
t3_k11yc
null
t1_c2gz4sk
t1_c2grvr3
null
1427549818
2
t5_2fwo
null
null
null
True
entity64
null
Yeah, you can download it. But you can't compile anything (not even open a project!) without setting up the SDK inside QtCreator... EDIT: I just tested and I stand corrected - it works without having Qt installed! You just have to manually delete all Qt references from the project file and it compiles just fine. Great...
null
0
1314960440
True
0
c2gz4yj
t3_k1k9b
null
t1_c2gz4yj
t1_c2gz3z5
null
1427549819
2
t5_2fwo
null
null
null
True
[deleted]
null
[deleted]
null
0
1314960465
False
0
c2gz4zt
t3_k28av
null
t1_c2gz4zt
t1_c2gz4qy
null
1427549819
3
t5_2fwo
null
null
null
True
ivquatch
null
Ah. I see what you mean. State can be considered an input to the state machine existing on the server. So, a request/response represents the transition: (S,input) -> S'
null
0
1314960473
True
0
c2gz504
t3_k12ka
null
t1_c2gz504
t1_c2gz1s9
null
1427549820
1
t5_2fwo
null
null
null
True
big-o-notation
null
WE GOT THAT B-ROLL
null
0
1314960534
False
0
c2gz53g
t3_k1lj4
null
t1_c2gz53g
t1_c2gvg14
null
1427549821
1
t5_2fwo
null
null
null
True
cheeeeeese
null
JQM is a mess. I had to hack apart about 50% of the built in widgets to work with content loaded with ajax. And how long before the realize that their swype navigation interferes with their slider? But once i worked out the kinks, submitted bugs and my work arounds, im happy with my app. Just so hacked up i cant upgra...
null
0
1314960825
False
0
c2gz5ic
t3_k1lj4
null
t1_c2gz5ic
t1_c2gxnbg
null
1427549825
2
t5_2fwo
null
null
null
True
emboss_
null
Good point about the side-effects, but something like that shouldn't happen if your test coverage is 100%? I see it more in the light of "test the interface" vs. "test the implementation" - in my point of view, testing for type correctness would fall under the latter category. As long as we can guarantee that the inter...
null
0
1314961016
False
0
c2gz5ru
t3_k11yc
null
t1_c2gz5ru
t1_c2gvz8m
null
1427549831
1
t5_2fwo
null
null
null
True
entity64
null
Wondering when this was changed, couldn't find anything related to that in the changelogs...
null
0
1314961493
False
0
c2gz6ib
t3_k1k9b
null
t1_c2gz6ib
t1_c2gz4yj
null
1427549839
1
t5_2fwo
null
null
null
True
tinou
null
It's harder to optimize tail recursion in an imperative language, so that's only rarely practical.
null
0
1314961605
False
0
c2gz6o3
t3_k1zew
null
t1_c2gz6o3
t1_c2gysvz
null
1427549842
0
t5_2fwo
null
null
null
True
ascii
null
You write pretty well. Keep it up!
null
0
1314962075
False
0
c2gz7ei
t3_k1zew
null
t1_c2gz7ei
t3_k1zew
null
1427549851
2
t5_2fwo
null
null
null
True
Chroko
null
A couple of months back, I introduced our 350k line C++ project to some static analysis tools (specifically: pc-lint.) Oh dear god. We *thought* we had a relatively clean codebase, but the tools immediately found 4 or 5 cases where the project definitely could crash - then there were thousands of warnings that indicat...
null
0
1314962275
False
0
c2gz7oo
t3_k11yc
null
t1_c2gz7oo
t1_c2gvh0l
null
1427549853
3
t5_2fwo
null
null
null
True
Timmmmbob
null
Yeah I assume that's where the term came from, and it's just a "2.0" term for the internet. Are there any sentences where replacing "cloud" with "internet" makes a difference?
null
0
1314962697
False
0
c2gz8eq
t3_k0gbq
null
t1_c2gz8eq
t1_c2go7gx
null
1427549864
1
t5_2fwo
null
null
null
True
sztomi
null
That's true, but I wish it was more straightforward with non-Qt projects. It is becoming a really great IDE.
null
0
1314962722
False
0
c2gz8g9
t3_k1k9b
null
t1_c2gz8g9
t1_c2gz4yj
null
1427549864
4
t5_2fwo
null
null
null
True
Tarabukka
null
Ajax is actually pretty easy to do in a way that supports the majority of browsers. I roll my own quick bit of JavaScript if I just want AJAX; including a huge library that creates almost a new language when I just want to grab a bit of HTML content is ridiculous.
null
0
1314962809
False
0
c2gz8l9
t3_k1lj4
null
t1_c2gz8l9
t1_c2gz1bs
null
1427549866
3
t5_2fwo
null
null
null
True
MrSpontaneous
null
You are correct. Mea culpa.
null
0
1314962957
False
0
c2gz8tz
t3_k1lj4
null
t1_c2gz8tz
t1_c2gyxxq
null
1427549869
1
t5_2fwo
null
null
null
True
Timmmmbob
null
I.e. not e.g.
null
0
1314963032
False
0
c2gz8yt
t3_k0y50
null
t1_c2gz8yt
t1_c2gpre1
null
1427549871
1
t5_2fwo
null
null
null
True
[deleted]
null
Just say "no" to asshats with programming blogs.
null
0
1314963213
False
0
c2gz99z
t3_k1zew
null
t1_c2gz99z
t3_k1zew
null
1427549876
-9
t5_2fwo
null
null
null
True
mac1175
null
Nodejs is a kickass server side implementation of JavaScript. They took the non-blocking goodness and used it heavily in nodejs. Picture asynchronous code execution with less complexity(i.e., threading).
null
0
1314963462
False
0
c2gz9o6
t3_k1lj4
null
t1_c2gz9o6
t1_c2gz1bs
null
1427549880
2
t5_2fwo
null
null
null
True
[deleted]
null
Why is it harder?
null
0
1314963842
False
0
c2gzaaq
t3_k1zew
null
t1_c2gzaaq
t1_c2gz6o3
null
1427549889
2
t5_2fwo
null
null
null
True
Tarabukka
null
>its complex metaprogramming capabilities. It's not often that starting web development requires you know how to create magical lambda functions that shoot rainbows while writing all your class structures for you or something.
null
0
1314963860
False
0
c2gzabw
t3_jzvwv
null
t1_c2gzabw
t1_c2gr2zz
null
1427549890
2
t5_2fwo
null
null
null
True
emboss_
null
No, really, I'm grateful for the compiler doing a lot of things and I really enjoy both worlds, because I enjoy languages in general, but I don't like people bashing dynamically-typed languages for something that becomes less and less relevant the more tests you write. There are advantages and disadvantages to both app...
null
0
1314964136
False
0
c2gzatl
t3_k11yc
null
t1_c2gzatl
t1_c2gvy5p
null
1427549898
2
t5_2fwo
null
null
null
True
[deleted]
null
JQuery is a whole bunch of functions you can call that, like, do shit to your webpage. And they're all named "$". It's like the smurf library, smurf this, smurf that, except is $(this), $(that). And every bit as magical as old saturday morning cartoons.
null
0
1314964162
False
0
c2gzav1
t3_k1lj4
null
t1_c2gzav1
t1_c2gyx09
null
1427549898
5
t5_2fwo
null
null
null
True
tluyben2
null
He is partly right; it is very helpful getting a prototype out and even an MVP. IF you are going to throw the result away after the 'market discovery' phase. Unfortunately, that doesn't happen in real life because no time and such resulting in misery for the actual *focused* programmers to take over.
null
0
1314964165
False
0
c2gzavd
t3_k11rr
null
t1_c2gzavd
t1_c2gyglv
null
1427549898
1
t5_2fwo
null
null
null
True
AlyoshaV
null
>While reading this post, assume the universe is deterministic. Naw.
null
0
1314964580
False
0
c2gzbna
t3_k1zew
null
t1_c2gzbna
t3_k1zew
null
1427549906
5
t5_2fwo
null
null
null
True
joesb
null
The posted hash is a valid hash. Sanitizing this hash from the server is the same as sanitizing blog post by not allowing the word "DROP TABLE".
null
0
1314965035
False
0
c2gzcjp
t3_k1bq3
null
t1_c2gzcjp
t1_c2gyjv0
null
1427549917
1
t5_2fwo
null
null
null
True
greenspans
null
Agile is full of shit. Scrum/TDD are incorporated in agile, but are not agile itself. Those ideas precede Agile. Agile is the movement of selling the idea that cherry picked ideas in good practice solve all major problems. Agile has no standard definition, you can usually tell if someone is agile only if they're asking...
null
0
1314965475
True
0
c2gzdhb
t3_k2ctj
null
t1_c2gzdhb
t3_k2ctj
null
1427549930
-16
t5_2fwo
null
null
null
True
Zantier
null
AGAINST THE BUG
null
0
1314965516
False
0
c2gzdkd
t3_jrl0b
null
t1_c2gzdkd
t1_c2fj6k6
null
1427549932
1
t5_2fwo
null
null
null
True
JL235
null
It's good to write a blog, and if you enjoy it, then keep it up! But personally I'd rather have seen a reason as to why I should read it, like a link to a particular topic you have written, then just a 'please read my blog' link.
null
0
1314965645
False
0
c2gzdvv
t3_k1zew
null
t1_c2gzdvv
t3_k1zew
null
1427549940
2
t5_2fwo
null
null
null
True
[deleted]
null
ಠ_ಠ Where did you get that information? I've seen nothing of the sort. He went with Khan Academy but is still a very active contributor to jQuery.
null
0
1314965876
False
0
c2gzefd
t3_k1lj4
null
t1_c2gzefd
t1_c2gytae
null
1427549943
2
t5_2fwo
null
null
null
True
[deleted]
null
I'd never say never use jQuery. I use it quite a bit. I'm just saying it's not needed for every single task and that I rather see the base language improved rather than relying on framework which may or may not introduce more problems. The reason it is good enough for all those companies is because the base language i...
null
0
1314966223
False
0
c2gzf95
t3_k1bq3
null
t1_c2gzf95
t1_c2gvvxt
null
1427549955
1
t5_2fwo
null
null
null
True
[deleted]
null
Not real programmer constantly reinvent something for no good reason. I understand for some people everything is so black and white and they find it hard to believe there are scenarios that don't fit an all or nothing scenario and that's why they rely on people doing the work for them.
null
0
1314966323
False
0
c2gzfhr
t3_k1bq3
null
t1_c2gzfhr
t1_c2gxqdy
null
1427549958
1
t5_2fwo
null
null
null
True
codewarrior0
null
> NOTE: This is not an example of good Haskell code. Please do not emulate.
null
0
1314966390
False
0
c2gzfo5
t3_k21i7
null
t1_c2gzfo5
t1_c2gyx5m
null
1427549959
3
t5_2fwo
null
null
null
True
[deleted]
null
Well being able to check 10^10^9.7 is more than enough for most problems related to primes we encounter!
null
0
1314966515
False
0
c2gzfyu
t3_k21i7
null
t1_c2gzfyu
t1_c2gxjs7
null
1427549962
1
t5_2fwo
null
null
null
True
[deleted]
null
Ah yes because Haskell isn't used anywhere and stretching your mental capacity to learn new concepts doesn't have any benefit. We should all quit school as early as possible, get rid of technology and chill in our gardens watching the fire.
null
0
1314966683
False
0
c2gzgdt
t3_k21i7
null
t1_c2gzgdt
t1_c2gy7rv
null
1427549967
2
t5_2fwo
null
null
null
True
rnicoll
null
Good news! We'd love to have you, and I'm a big fan of jQuery. Bad news, we don't have any money. Good luck?
null
0
1314966972
False
0
c2gzh3c
t3_k1lj4
null
t1_c2gzh3c
t1_c2gydbn
null
1427549977
1
t5_2fwo
null
null
null
True
lampshadish2
null
Isn't there a ruby post you're supposed to be trolling?
null
0
1314967120
False
0
c2gzhht
t3_k2ctj
null
t1_c2gzhht
t1_c2gzdhb
null
1427549981
15
t5_2fwo
null
null
null
True
[deleted]
null
Even his arguments for why it is "Hard" are silly. Its hard because your not doing it my way ? The beauty about scala is that you can pretty much write java if you want, and only use the parts of it that make java easier, or you can write in a functional style if you so choose. So the language allows you to use the bes...
null
0
1314967290
False
0
c2gzhy3
t3_k1oky
null
t1_c2gzhy3
t3_k1oky
null
1427549988
2
t5_2fwo
null
null
null
True
greenspans
null
The agile movement and ruby movement are often a lot of the same people. Both touting crap as something golden. Rockstar level even.
null
0
1314967341
False
0
c2gzi2a
t3_k2ctj
null
t1_c2gzi2a
t1_c2gzhht
null
1427549990
-9
t5_2fwo
null
null
null
True
vfr
null
My experience is that the number one thing that MUST happen is that someone in the office has to hold the teams accountable to keeping to the processes. Scrum requires a lot of non-programming work, and it's easy for teams to decay into waterfall planned in 2 week increments.
null
0
1314968322
False
0
c2gzkvd
t3_k2ctj
null
t1_c2gzkvd
t3_k2ctj
null
1427550027
42
t5_2fwo
null
null
null
True
arturoman
null
Still no ability to see header-only libraries with CMake-based builds.
null
0
1314968667
False
0
c2gzluj
t3_k1k9b
null
t1_c2gzluj
t3_k1k9b
null
1427550040
2
t5_2fwo
null
null
null
True
wowoc
null
There are more than one kind of these robots.
null
0
1314968841
False
0
c2gzmda
t3_k0gbq
null
t1_c2gzmda
t1_c2gxj5k
null
1427550047
1
t5_2fwo
null
null
null
True
mikaelhg
null
\* whoosh \*
null
0
1314968873
False
0
c2gzmh8
t3_k1zew
null
t1_c2gzmh8
t1_c2gzdvv
null
1428195714
-5
t5_2fwo
null
null
null
True
andytuba
null
I would guess the latter is faster, because that's just following an array pointer and checking a property; the former requires function calls on top of all the aforementioned. However, that approach is a little risky. If `$(elem)` doesn't match any DOM elements, then it'll throw an error: "cannot access property `chec...
null
0
1314969180
True
0
c2gzne5
t3_k1lj4
null
t1_c2gzne5
t1_c2gyine
null
1427550065
3
t5_2fwo
null
null
null
True
sltkr
null
Why would using an outdated version of PHP improve their performance? It's not as if releases from the 5.3.x branch are architecturally different in a significant way.
null
0
1314969211
False
0
c2gzni2
t3_k11vj
null
t1_c2gzni2
t1_c2grha7
null
1427550065
2
t5_2fwo
null
null
null
True
[deleted]
null
I am mathematically illiterate, but I'm now enjoying reading about Alexander Yessenin-Volpin and listening to his poetry, thanks. What a remarkable guy. You really have to appreciate just how completely insane it was to bluntly speak out against the state in 1940s Russia. I'm surprised they merely incarcerated him fo...
null
0
1314969235
False
0
c2gznkw
t3_k21i7
null
t1_c2gznkw
t1_c2gxv8c
null
1427550067
5
t5_2fwo
null
null
null
True
andytuba
null
Kittens love boxes. Do that kitten a favor and scope it into a box.
null
0
1314969295
False
0
c2gznr5
t3_k1lj4
null
t1_c2gznr5
t1_c2gwq2a
null
1427550069
3
t5_2fwo
null
null
null
True
ysangkok
null
You see that they reference Scheme.
null
0
1314969437
False
0
c2gzo7z
t3_k21i7
null
t1_c2gzo7z
t1_c2gyx5m
null
1427550077
3
t5_2fwo
null
null
null
True
Chousuke
null
Rebasing is sometimes useful (eg. for getting rid of all the "oops" and "typo" commits that happen), but there's nothing wrong with a plain merge. In fact, if your code is already separated into logical commits, a merge is what you should do. A merge commit saves information about any conflicts and the changes required...
null
0
1314969612
False
0
c2gzosc
t3_k0dpk
null
t1_c2gzosc
t1_c2gu5ex
null
1427550078
2
t5_2fwo
null
null
null
True
losvedir
null
Ah, good point. It is indeed. One of the (very slight) downsides of doing this, which is worth pointing out, is that whenever you type a 'k' in the general course of editing the cursor doesn't immediately move forward, because Vim is determining whether a 'j' is coming next. After a short time or a different key pres...
null
0
1314969768
False
0
c2gzpcg
t3_jxusk
null
t1_c2gzpcg
t1_c2g5jh8
null
1427550085
2
t5_2fwo
null
null
null
True
aspleenic
null
I agree, to a point. Agile is bullshit. It's a buzzword. I won't say anyone has ever asked me for money to be all agile, but it is something we tell every prospective developer. And it's a lie. We aren't agile or SCRUM. We are crazy RoR devs.
null
0
1314969809
False
0
c2gzphg
t3_k2ctj
null
t1_c2gzphg
t1_c2gzdhb
null
1427550086
4
t5_2fwo
null
null
null
True
novagenesis
null
I work at an agile shop that's not a ruby shop. We haven't paid a penny to be trained in "agile". Most of the IT does a daily scrum, with early "weak" builds and a heavy reliance on second-stage cleanup. Admittedly, it gets abused fairly often to hit impossible deadlines and clean up the mess after go-live. That's ...
null
0
1314969924
False
0
c2gzpvs
t3_k2ctj
null
t1_c2gzpvs
t1_c2gzi2a
null
1427550092
10
t5_2fwo
null
null
null
True
walesmd
null
Yeah, if you are far along in life it can be pretty cumbersome.
null
0
1314969986
False
0
c2gzq3i
t3_jzpo5
null
t1_c2gzq3i
t1_c2gitra
null
1427550095
1
t5_2fwo
null
null
null
True
jakkarth
null
> Just because it has a computer in it doesn't make it programming
null
0
1314969997
False
0
c2gzq4p
t3_k22of
null
t1_c2gzq4p
t3_k22of
null
1427550095
3
t5_2fwo
null
null
null
True
minikomi
null
Even .. Not prime!
null
0
1314970001
False
0
c2gzq5c
t3_k21i7
null
t1_c2gzq5c
t1_c2gzfyu
null
1427550096
2
t5_2fwo
null
null
null
True
minikomi
null
Evaluate when called
null
0
1314970034
False
0
c2gzq9t
t3_k21i7
null
t1_c2gzq9t
t1_c2gxo4j
null
1427550096
2
t5_2fwo
null
null
null
True
andytuba
null
How about attaching a success callback to your AJAX call that does that, then: $.get(url, data, function loadResult(result) { $(div).html(result); }); // may need some fixing, I'm on a bus and don't feel like checking docs.
null
0
1314970059
True
0
c2gzqd5
t3_k1lj4
null
t1_c2gzqd5
t1_c2gy9i9
null
1427550098
1
t5_2fwo
null
null
null
True
sclv
null
I don't think Gödel Incompleteness is related in any meaningful way to the issues described in the current top post :-(
null
0
1314970079
False
0
c2gzqg3
t3_k1zew
null
t1_c2gzqg3
t3_k1zew
null
1427550098
9
t5_2fwo
null
null
null
True
mypublicredditface
null
Thanks brother, I appreciate that!
null
0
1314970142
False
0
c2gzqoa
t3_k07at
null
t1_c2gzqoa
t1_c2gx9n9
null
1427550102
0
t5_2fwo
null
null
null
True
kenewbie
null
Turn off Id autoincrement in DB, use random(maxint) for ID field.
null
0
1314970227
False
0
c2gzqy8
t3_k1owo
null
t1_c2gzqy8
t3_k1owo
null
1427550106
-6
t5_2fwo
null
null
null
True
joseph177
null
To answer your question "so what?", well people will start to lose faith in the releases as I have. It's great they are addressing the issues and I look forward to seeing the new releases, but again each time I upgrade I have to hunt for new plugins (and hope they exist). In a corporate environment it's even less tol...
null
0
1314970288
False
0
c2gzr5v
t3_k11yc
null
t1_c2gzr5v
t1_c2gw5mw
null
1427550110
1
t5_2fwo
null
null
null
True
scook0
null
For slow-moving companies, the problem is basically: * Mozilla ships a relatively small number of potentially-major changes every six weeks, rather than batching them up over several months. * Once a new version is released, the previous version becomes unsupported and no longer receives security updates. * If your pr...
null
0
1314970297
False
0
c2gzr6x
t3_k11yc
null
t1_c2gzr6x
t1_c2gwl8x
null
1427550110
3
t5_2fwo
null
null
null
True
sclv
null
Not so much: http://en.wikipedia.org/wiki/Skewes'_number
null
0
1314970385
False
0
c2gzri2
t3_k21i7
null
t1_c2gzri2
t1_c2gzfyu
null
1427550114
1
t5_2fwo
null
null
null
True
joseph177
null
Just as a side note: here is what my about:memory reported (browser has been up 1 day with about 10 tabs). Doesn't really help me much but there it is.. Explicit Allocations 1,148.26 MB (100.0%) -- explicit ├────708.19 MB (61.67%) -- heap-unclassified ├────356.01 MB (31.00%) -- js │ ├──332.00 M...
null
0
1314970429
True
0
c2gzrn7
t3_k11yc
null
t1_c2gzrn7
t1_c2guc60
null
1427550115
1
t5_2fwo
null
null
null
True
skulgnome
null
That's likely the least useful program ever.
null
0
1314970463
False
0
c2gzrrs
t3_k1z0c
null
t1_c2gzrrs
t3_k1z0c
null
1427550117
-8
t5_2fwo
null
null
null
True
mitsuhiko
null
If you are a Python developer there is a version of the signing system in Django available as a separate package: [itsdangerous](http://packages.python.org/itsdangerous/) It can easily be used to sign a part of the URL (the ID) so that incrementing the value won't get the user far.
null
0
1314970498
False
0
c2gzrw7
t3_k1owo
null
t1_c2gzrw7
t3_k1owo
null
1427550118
3
t5_2fwo
null
null
null