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
False
Herbstein
t2_au753
Set my mom down in front of a computer. She's probably more capable than the "average user". If you gave her a text-only interface she'd simply not use it. I use a lot of text-only interfaces, as I suspect you do too. If you want to refute decades of research you need more than a gut feeling that "the average user ha...
null
0
1544483957
False
0
ebj07pi
t3_a4nztn
null
null
t1_ebisuw0
/r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebj07pi/
1547448971
1
t5_2fwo
r/programming
public
null
False
Sarcon5673
t2_ebelr
I'd call it division. Also, you can have derivatives without calculus: https://en.m.wikipedia.org/wiki/Formal_derivative
null
0
1545746573
False
0
eciqb8g
t3_a9d94p
null
null
t1_eciin36
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciqb8g/
1548051979
2
t5_2fwo
r/programming
public
null
False
purtip31
t2_37l94
> C# is a couple orders of magnitude faster than Python, so that by itself could explain the gap This is what creates the need for more web servers. If your request-response pipeline (including rendering) is orders of magnitude slower, you need orders of magnitude more machines to serve an equivalent load. > Wh...
null
0
1544484062
False
0
ebj0c4p
t3_a4cebi
null
null
t1_ebix8ph
/r/programming/comments/a4cebi/rocket_v04_typed_uris_database_support_revamped/ebj0c4p/
1547449026
2
t5_2fwo
r/programming
public
null
False
Hhserg
t2_2tpu0au3
[EF](https://github.com/Hhserg1965/ef)
null
0
1545746668
False
0
eciqe22
t3_a9f1fq
null
null
t3_a9f1fq
/r/programming/comments/a9f1fq/ef_efficient_functional_scripting_programming/eciqe22/
1548052015
1
t5_2fwo
r/programming
public
null
False
sixilli
t2_7tj3s
I've struggled with a very similar problem and there's a few ways to go about it. The easiest way is to us winapi. Then you'll need specific values for the keys. Look into sentdex's self driving car in gtav project. The keycodes you use might vary because windows and directx use different input values.
null
0
1544484132
1544490408
0
ebj0f2j
t3_a4vzev
null
null
t1_ebi7nq0
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebj0f2j/
1547449062
1
t5_2fwo
r/programming
public
null
False
isakdombestein
t2_rwyo1
I needed this. Thank you and Merry Christmas
null
0
1545746762
False
0
eciqguq
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciqguq/
1548052049
1
t5_2fwo
r/programming
public
null
False
Ameisen
t2_5qad2
Mm, most people using C or C++ tend to disable strict aliasing rules and rely on `restrict`.
null
0
1544484139
False
0
ebj0fcr
t3_a4ufwz
null
null
t1_ebidgry
/r/programming/comments/a4ufwz/typebased_alias_analysis/ebj0fcr/
1547449065
2
t5_2fwo
r/programming
public
null
False
eliasv
t2_786hb
They've already been exploring continuation support via project Loom so I think this probably will land eventually. I remember that in the docs, but I think it's pretty out of date now. Regardless, hardly apples to oranges.
null
0
1545747023
False
0
eciqof6
t3_a9dkji
null
null
t1_ecipkh5
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/eciqof6/
1548052143
3
t5_2fwo
r/programming
public
null
False
Caesim
t2_oedm4
Just classification with ML would act as a strategy amplifier. I would suggest you should read about reinforcment learning, especially Q-Learning. Algorithms like these are able to learn on their own.
null
0
1544484373
False
0
ebj0p86
t3_a4vzev
null
null
t1_ebibthl
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebj0p86/
1547449218
10
t5_2fwo
r/programming
public
null
False
earthboundkid
t2_1w5x
And they call SJWs “snowflakes”. Bruh, does attorneys general trigger you?
null
0
1545747050
False
0
eciqp8z
t3_a97kyr
null
null
t1_ech1lop
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/eciqp8z/
1548052153
-5
t5_2fwo
r/programming
public
null
False
Ameisen
t2_5qad2
My coworkers use linked lists... A lot. In reviews, there was not a single time they held any advantage over arrays.
null
0
1544484451
False
0
ebj0skf
t3_a4ul7u
null
null
t1_ebhsz2n
/r/programming/comments/a4ul7u/what_common_misunderstandings_do_people_have/ebj0skf/
1547449259
1
t5_2fwo
r/programming
public
null
False
neuk_mijn_oogkas
t2_2032avqr
You _cannot_ "fix" exceptions. That's the difference. An error you can fix, an exception lies outside of your control; you cannot fix a drive being full or internet being down or a folder not having the right permissions. Of course there is a meaningful distinction between an unfortunate situation that can be fixed a...
null
0
1545747117
False
0
eciqr95
t3_a8rptf
null
null
t1_ecip8ic
/r/programming/comments/a8rptf/i_do_not_like_go/eciqr95/
1548052208
2
t5_2fwo
r/programming
public
null
False
GhostBond
t2_v4lid
A book where every single page starts with "Summary: Here's what's on this page" is awful. Another thing that is awful is duplicating bug reports in both a bug tracker and in git commits.
null
0
1544484488
False
0
ebj0u4r
t3_a4uynu
null
null
t1_ebi4ire
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebj0u4r/
1547449278
2
t5_2fwo
r/programming
public
null
False
09f911029d7
t2_kqdk35o
> You wouldn't even be able to do it for a SimpleHTML variant that only had <div> and <p> (and their closing tags). An even simpler situation: given an alphabet consisting only of parentheses '(', ')', a regular language can't "count" infinitely, so it can't match only balanced parentheses. A context f...
null
0
1545747133
False
0
eciqrr2
t3_a9d94p
null
null
t1_eciluo6
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciqrr2/
1548052213
14
t5_2fwo
r/programming
public
null
False
exorxor
t2_h57gcb9
There is no point in verifying signatures, if you don't read all the diffs.
null
0
1544484859
False
0
ebj19gt
t3_a4uynu
null
null
t1_ebiwfw6
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebj19gt/
1547449469
3
t5_2fwo
r/programming
public
null
False
fluxxis
t2_hpt6w
Can you put this on Github, I still need to send out some Christmas cards.
null
0
1545747204
False
0
eciqtx8
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciqtx8/
1548052240
67
t5_2fwo
r/programming
public
null
False
michael0x2a
t2_aoqnb
> All those carefully worded commit messages you get in your PR are blown away into a near-useless merge commit message. I wonder if this is more an artifact of whatever tooling you're using rather then anything to do with git squashes in particular. For example, I contribute to an open source project on Github th...
null
0
1544485296
False
0
ebj1rgp
t3_a4uynu
null
null
t1_ebicw9h
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebj1rgp/
1547449691
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
2013 ...
null
1
1545747336
False
0
eciqxvr
t3_a9d94p
null
null
t3_a9d94p
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciqxvr/
1548052289
0
t5_2fwo
r/programming
public
null
False
caleeky
t2_3qqup
SQL is declarative. If you make assumptions about the "how", you're going to have a bad time. Real world experience may vary ;)
null
0
1544485332
False
0
ebj1svl
t3_a4zp2m
null
null
t3_a4zp2m
/r/programming/comments/a4zp2m/boolean_short_circuiting_is_not_guaranteed_in_sql/ebj1svl/
1547449708
47
t5_2fwo
r/programming
public
null
False
msuozzo
t2_b66jc
Something something red-green tree.
null
0
1545747363
False
0
eciqyq3
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/eciqyq3/
1548052299
4
t5_2fwo
r/programming
public
null
False
maus80
t2_ctbdi
I loved this presentation.. every bit of it.. he is a good speaker with a characteristic style and tone that matches the content very well.
null
0
1544485348
False
0
ebj1tkd
t3_a4y4cj
null
null
t3_a4y4cj
/r/programming/comments/a4y4cj/10_tips_for_failing_badly_at_microservices_by/ebj1tkd/
1547449716
2
t5_2fwo
r/programming
public
null
False
eskimoFry
t2_gxd2g
How has it been proven formally? OP literally proved this particular lemma can be explained better. Just because you cannot explain it in simple terms doesn't mean no one can.
null
0
1545747389
False
0
eciqzkj
t3_a9d94p
null
null
t1_ecim8mg
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/eciqzkj/
1548052309
5
t5_2fwo
r/programming
public
null
False
GhostBond
t2_v4lid
So I actually read the article. If your require your commit messages to have the jira task number associated with the changes, that's fine. Maybe the Jira task title as well. More than that and you're usually wasting your time though. You don't want info duplicated both in git and in jira. Just keep it in one place.
null
0
1544485359
False
0
ebj1txv
t3_a4uynu
null
null
t3_a4uynu
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebj1txv/
1547449721
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
There are a few presentations on the topic in the past. Given different constraints, matz and the core team chose the approach - one major reason was maintainability.
null
0
1545747406
False
0
ecir032
t3_a9dkji
null
null
t1_eciiy14
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecir032/
1548052316
1
t5_2fwo
r/programming
public
null
False
phalp
t2_ajc92
> If you gave her a text-only interface she'd simply not use it. Would that have been the case 30 years ago? Or would she have typed `WS` and gotten on with her work, just like everybody did?
null
0
1544485491
False
0
ebj1z8g
t3_a4nztn
null
null
t1_ebj07pi
/r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebj1z8g/
1547449814
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
There is a presentation, or two, by matz on the topic, e. g. why they did not go with the model by Vlad which I think was the faster one but had other problems.
null
0
1545747459
False
0
ecir1up
t3_a9dkji
null
null
t1_ecinhel
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecir1up/
1548052338
3
t5_2fwo
r/programming
public
null
False
MrToolBelt
t2_3zcqb
Well that’s American healthcare. You’re at the whim of your employer 💀
null
0
1544485493
False
0
ebj1zbd
t3_a4n8jv
null
null
t1_ebj04lq
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj1zbd/
1547449815
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Truffleruby is used by like what ... 0.5% of the ruby users, compared to MRI?
null
1
1545747480
False
0
ecir2jv
t3_a9dkji
null
null
t1_ecimuv8
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecir2jv/
1548052346
4
t5_2fwo
r/programming
public
null
False
Earthling1980
t2_495k5
Reminds me of Fravia
null
0
1544485605
False
0
ebj23zq
t3_a4vzev
null
null
t1_ebi9l30
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebj23zq/
1547449873
2
t5_2fwo
r/programming
public
null
False
crabbone
t2_e3qdk15
That feeling would be probably shared by the uni stuff teaching you.
null
0
1545747482
False
0
ecir2m7
t3_a9da04
null
null
t1_ecii0mg
/r/programming/comments/a9da04/learn_prolog_now/ecir2m7/
1548052347
4
t5_2fwo
r/programming
public
null
False
Frizlab
t2_2mhsvzuk
This is cute! Dangerously obsolete, but showing a good practice anyway
null
0
1544485800
False
0
ebj2c2j
t3_a506ju
null
null
t3_a506ju
/r/programming/comments/a506ju/file_versioning_with_rcs/ebj2c2j/
1547449973
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Ok let's overput this - nobody uses truffleruby, compared to MRI.
null
0
1545747506
False
0
ecir3du
t3_a9dkji
null
null
t1_eciqof6
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecir3du/
1548052357
4
t5_2fwo
r/programming
public
null
False
ThePantsParty
t2_2flrj
Well sure, if you don't get a good enough deal to go somewhere, then you shouldn't go there...I think that's true across the board, whether it's a cheap area or a more expensive area. But I wouldn't just arbitrarily rule out the possibility of going somewhere more expensive preemptively just because I *expect* not to ...
null
0
1544486074
False
0
ebj2n8x
t3_a4n8jv
null
null
t1_ebhjje0
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj2n8x/
1547450111
1
t5_2fwo
r/programming
public
null
False
dpash
t2_5bdkm
There are tonnes of things in Java after Java 9. Many of them are small API updates, but together they make a big improvement in user experience when writing Java.
null
0
1545747515
False
0
ecir3pg
t3_a956qz
null
null
t1_ecil16d
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/ecir3pg/
1548052360
2
t5_2fwo
r/programming
public
null
False
ander_bsd
t2_mrrn82w
Stop comparing 80's TEXT ONLY technologies with all the tasks can be done with any advanced Jabber client such as Pidgin or Kopete, being ON PAR to Slack while using 10X less resources.
null
0
1544486086
False
0
ebj2nq0
t3_a45jvw
null
null
t1_ebiqriy
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebj2nq0/
1547450117
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
What for and why? Wouldn't it be better if you gave a reason? :>
null
0
1545747527
False
0
ecir42k
t3_a9dkji
null
null
t1_ecil746
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecir42k/
1548052365
9
t5_2fwo
r/programming
public
null
False
ThePantsParty
t2_2flrj
I live in NYC and I pay just over $2000 in rent (that's the majority of the 3k in expenses), and my employer pays for all my health insurance. I have 5 years experience.
null
0
1544486235
False
0
ebj2tvr
t3_a4n8jv
null
null
t1_ebhz3d1
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj2tvr/
1547450192
2
t5_2fwo
r/programming
public
null
False
suhcoR
t2_rzwyn0
Is Flutter worth getting into Dart for?
null
0
1545747540
False
0
ecir4k8
t3_a9f2ni
null
null
t3_a9f2ni
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/ecir4k8/
1548052371
5
t5_2fwo
r/programming
public
null
False
Joijito
t2_2ikf4udg
Yes, it is basic. One command on the rc. I don't see whats confusing about basic numbers but okay. The thing is, this is the answer to the question: > Do you have the ability to instantly count rows and columns to go to that point in your code where something seems off? The answer is that I don't need, Vim counts...
null
0
1544486298
False
0
ebj2wh1
t3_a4nztn
null
null
t1_ebiwrd9
/r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebj2wh1/
1547450224
1
t5_2fwo
r/programming
public
null
False
neuk_mijn_oogkas
t2_2032avqr
No because that's not a compound; the plural is not "attorneys generals" now is it. In "attorney general" the head noun is "attorney" and "general" is a postpositional adjective which is a grammatical feature that is rare in English but nevertheless possible like "knight templar" or "lord spiritual" or "secretary gene...
null
0
1545747605
False
0
ecir6p3
t3_a97kyr
null
null
t1_eciqp8z
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ecir6p3/
1548052398
4
t5_2fwo
r/programming
public
null
False
sorlafloat
t2_2q1c255k
Grey square. "Adobe Flash Player is blocked." Fail.
null
0
1544486405
False
0
ebj30pt
t3_a50lyy
null
null
t3_a50lyy
/r/programming/comments/a50lyy/the_mad_computer_program/ebj30pt/
1547450276
-5
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Google worker drones doing useless projects. > A little over a week before Dec 1st, we just decided it wasn't worth it. I could have told them this right from the beginning - but that's Google for ya. No wonder Google fails with so many projects since it is such a prevalent mind set at Google to give up.
null
1
1545747616
False
0
ecir74a
t3_a9elh1
null
null
t3_a9elh1
/r/programming/comments/a9elh1/the_gift_of_giving_up/ecir74a/
1548052402
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544486412
1545958613
0
ebj3119
t3_a4vhtk
null
null
t1_ebi0xkb
/r/programming/comments/a4vhtk/how_to_teach_adults_to_code/ebj3119/
1547450281
3
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
I don't want a problem-oriented language - I want a solution oriented one.
null
0
1545747643
False
0
ecir7wj
t3_a9e0a5
null
null
t3_a9e0a5
/r/programming/comments/a9e0a5/programming_a_problemorientedlanguage/ecir7wj/
1548052413
-12
t5_2fwo
r/programming
public
null
False
DuncanIdahos8thClone
t2_yk18c
Yeah the page is old. You can grab the code as a zip at the end. And, what do you want, flash to still be working? You are the FAIL.
null
0
1544486678
False
0
ebj3bxt
t3_a50lyy
null
null
t1_ebj30pt
/r/programming/comments/a50lyy/the_mad_computer_program/ebj3bxt/
1547450444
-10
t5_2fwo
r/programming
public
null
False
eliasv
t2_786hb
Of course, just pointing out the performance isn't as revolutionary as made out, or even equivalent to the state of the art. I'm not saying that there's no value in the improvement, I'm sure it'll be very useful to a lot of people!
null
0
1545747652
False
0
ecir86w
t3_a9dkji
null
null
t1_ecir3du
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecir86w/
1548052416
2
t5_2fwo
r/programming
public
null
False
anthonybsd
t2_4ales
With or without lunch break? I.e. I would say 40ish might be normal for people who take an hour long lunch break.
null
0
1544486725
False
0
ebj3du1
t3_a4n8jv
null
null
t1_ebi9uhw
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj3du1/
1547450467
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Honestly, who outside of Google really uses it, without getting paid by Google to do so?
null
0
1545747683
False
0
ecir96l
t3_a9f2ni
null
null
t3_a9f2ni
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/ecir96l/
1548052428
7
t5_2fwo
r/programming
public
null
False
fruit_observer
t2_11axsl
\> Its entirely possible to implement Any/AllSatisfy over the integers. Agda (and in general dependently typed languages) do it all the time! Assuming I'm not misinterpreting you and you're claiming that you can implement a function `anySatisfy : (ℤ → Bool) → Bool`, then **no, you definitely cannot do this**, even...
null
0
1544486863
False
0
ebj3jeq
t3_a4tlvc
null
null
t1_ebhki42
/r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebj3jeq/
1547450538
1
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Obviously not - otherwise there would be a gazillion of developers already on it.
null
1
1545747697
False
0
ecir9lu
t3_a9f2ni
null
null
t1_ecir4k8
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/ecir9lu/
1548052434
-2
t5_2fwo
r/programming
public
null
False
zardeh
t2_8npx0
I never said it would halt, I said it was possible to implement! Note that for the provided version of allsatisfy, `AllSatisfy and` isn't decidable (it will never halt on the sequence `1111...`.
null
0
1544487017
False
0
ebj3psg
t3_a4tlvc
null
null
t1_ebj3jeq
/r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebj3psg/
1547450616
1
t5_2fwo
r/programming
public
null
False
eliasv
t2_786hb
As responded to another comment: > Of course, just pointing out the performance isn't as revolutionary as made out, or even equivalent to the state of the art. I'm not saying that there's no value in the improvement, I'm sure it'll be very useful to a lot of people!
null
0
1545747737
False
0
ecirasy
t3_a9dkji
null
null
t1_ecir2jv
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecirasy/
1548052448
5
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544487361
1545141017
0
ebj43t2
t3_a4n8jv
null
null
t1_ebhtjo1
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj43t2/
1547450789
2
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> Now, in my career thus far I have done a lot of work > in non-OOP code. C programming is the most obvious. Is GTK written in an OOP style? You can say no but ... what definition of OOP do you use that differs? The Java model? Another model? > But I aint no stranger to some glue-work, with bash scripts &gt...
null
0
1545747969
False
0
eciri84
t3_a9evav
null
null
t3_a9evav
/r/programming/comments/a9evav/using_oop_principles_beyond_objects/eciri84/
1548052539
-6
t5_2fwo
r/programming
public
null
False
thegunn
t2_33d8g
This is insane and I love it.
null
0
1544487544
False
0
ebj4b65
t3_a4vzev
null
null
t3_a4vzev
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebj4b65/
1547450880
5
t5_2fwo
r/programming
public
null
False
GerrardsClaw
t2_fsjxf
Ha ha, I don't like ruby; couldn't you tell?
null
0
1545748188
False
0
ecirp7v
t3_a9dkji
null
null
t1_ecir42k
/r/programming/comments/a9dkji/ruby_260_released_thank_you_everyone_who_worked/ecirp7v/
1548052627
-15
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544487559
False
0
ebj4brx
t3_a4uynu
null
null
t1_ebith5u
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebj4brx/
1547450887
1
t5_2fwo
r/programming
public
null
False
crabbone
t2_e3qdk15
There are multiple reasons. Some are very pedestrian and immediate, other are less so. For example, Prolog has simply the best parsers. Once you used DCGs you will never want to use something like YACC or AntLR. This is not a statement about expressiveness (Byson can do better than DCGs for instance), but a stateme...
null
0
1545748423
False
0
ecirwtp
t3_a9da04
null
null
t1_ecigqnt
/r/programming/comments/a9da04/learn_prolog_now/ecirwtp/
1548052722
23
t5_2fwo
r/programming
public
null
False
philipmat
t2_594my
Any particular reason you embedded the image directly and provided no link to the source or attribution as per the CC license of XKCD?
null
0
1544487666
False
0
ebj4g3l
t3_a4z6ia
null
null
t3_a4z6ia
/r/programming/comments/a4z6ia/code_review_best_practices/ebj4g3l/
1547450940
2
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Probably they should not have admitted you in the first place, if everything just whooosh over your head.
null
1
1545748684
1545750509
0
ecis6nt
t3_a9da04
null
null
t1_ecii0mg
/r/programming/comments/a9da04/learn_prolog_now/ecis6nt/
1548052872
4
t5_2fwo
r/programming
public
null
False
cm9kZW8K
t2_6fyglj1
>> cyber-security firms paying much less attention to the Linux malware ecosystem than they normally do to its Windows counterpart. > This is blatantly false. Are you sure? I'd like to know which major firms you think actually pay equal attention to linux as well as windows. All the firms Ive dealt with...
null
0
1544487760
False
0
ebj4jv3
t3_a4tznm
null
null
t1_ebhkifk
/r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebj4jv3/
1547451017
3
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
To be able to write dense and easy queries over graph-like data, for example. As in, a lot of stuff in compilers.
null
0
1545748844
False
0
ecisc4u
t3_a9da04
null
null
t1_ecigqnt
/r/programming/comments/a9da04/learn_prolog_now/ecisc4u/
1548052938
4
t5_2fwo
r/programming
public
null
False
funnyman6
t2_d2pd4ul
Wow great website and work
null
0
1544488442
False
0
ebj5b0b
t3_a4vzev
null
null
t3_a4vzev
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebj5b0b/
1547451353
4
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Pretty much *all* the problems in programming are optimisation problems. It can even be extended - pretty much all the engineering problems are optimisation problems.
null
0
1545748904
1545750066
0
ecise7b
t3_a9da04
null
null
t1_ecilgnl
/r/programming/comments/a9da04/learn_prolog_now/ecise7b/
1548052964
10
t5_2fwo
r/programming
public
null
False
TinynDP
t2_3ldxp
Not really. It looks bad because he made the personal choice to not add very little "his cut" to the price. In the average situation for a similar book the price would be almost doubled, to include a more substantial author and publisher cut.
null
0
1544488527
False
0
ebj5ebc
t3_a4m0rb
null
null
t1_ebg22qu
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebj5ebc/
1547451394
0
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
You'll find a lot of Prolog-like embedded languages (like core.logic and Kanren). Hardly anything like this is available for Mercury.
null
0
1545748975
False
0
ecisgpa
t3_a9da04
null
null
t1_ecikhhu
/r/programming/comments/a9da04/learn_prolog_now/ecisgpa/
1548052996
3
t5_2fwo
r/programming
public
null
False
causa-sui
t2_69b2i
> It's just easier to delay responses and tune-out meeting content while working remotely. Good. > However, you can't flat out blow off communications while working remotely. Nobody should flat-out blow off communication in any context. > If you aren't reachable for a few hours at a time, you will get a ca...
null
0
1544488813
False
0
ebj5ps6
t3_a4n8jv
null
null
t1_ebivocz
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj5ps6/
1547451535
1
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
A lot of rule engines.
null
0
1545749058
False
0
ecisjja
t3_a9da04
null
null
t1_ecihrp6
/r/programming/comments/a9da04/learn_prolog_now/ecisjja/
1548053030
3
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
sick burn
null
0
1544488875
False
0
ebj5s8w
t3_a4dtp2
null
null
t1_ebgoi2d
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebj5s8w/
1547451565
2
t5_2fwo
r/programming
public
null
False
RalfN
t2_31gcu
>Do programmers that know neither of those find go easier to learn than Java? Yes. The surface area of Go, like Python, is smaller than that of Rust, Java or C++. If it's not your first programming language, you can learn it within a couple of days. This is a combination of intent (they chose to keep it simple), i...
null
0
1545749207
1545750120
0
ecisoc5
t3_a8rptf
null
null
t1_ecgk8cn
/r/programming/comments/a8rptf/i_do_not_like_go/ecisoc5/
1548053091
2
t5_2fwo
r/programming
public
null
False
karlhungus
t2_kdva
As a full time remote, i completely agree, seeing your coworkers is super valuable.
null
0
1544488953
False
0
ebj5vhd
t3_a4n8jv
null
null
t1_ebgk53w
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj5vhd/
1547451634
1
t5_2fwo
r/programming
public
null
False
sisyphus
t2_31lml
If Flutter is worth it then Dart won’t be a problem if you know any other common programming language like Java or C# or whatnot. There are no surprises.
null
0
1545749259
False
0
ecispyk
t3_a9f2ni
null
null
t1_ecir4k8
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/ecispyk/
1548053110
2
t5_2fwo
r/programming
public
null
False
spacejack2114
t2_fp92m
> With Electron, I can display an SVG and bind events to certain paths and regions trivially. I can even make the SVG a part of a React component, and have it update automatically as state changes. How would you do that with Tcl/Tk? I've seen Tcl/Tk code. It provides a lot of shorthand but ultimately it is the sam...
null
1
1544489218
False
0
ebj660n
t3_a4spxl
null
null
t1_ebijrss
/r/programming/comments/a4spxl/walking_in_my_electron_shoes/ebj660n/
1547451764
2
t5_2fwo
r/programming
public
null
False
lngnmn
t2_13tm5q
Obviously, it is possible to compile SML the way go does, it just boils down to a set of rules - how to represent records (like structs in C), etc. What is very good in SML is a balance of syntax and semantics, which, it seems, approaching perfection in Haskell. How to compile an AST into intermediate code (LLVM or on...
null
0
1545749378
False
0
ecisteq
t3_a8rptf
null
null
t1_ech06z3
/r/programming/comments/a8rptf/i_do_not_like_go/ecisteq/
1548053152
1
t5_2fwo
r/programming
public
null
False
NiteLite
t2_3m0dq
The fact that a system, designed to keep a history of my files, actually changes the data when it's presented to me is one of the biggest wtf's I have had with git since I started using it. (Being a Windows user) it was also surprisingly cumbersome to make it stop doing it.
null
0
1544489256
False
0
ebj67kj
t3_a4oi4w
null
null
t1_ebiqu7c
/r/programming/comments/a4oi4w/git_v2200_released/ebj67kj/
1547451783
2
t5_2fwo
r/programming
public
null
False
tonetheman
t2_2ja4
This is a great lesson to learn. As a coder your first inclination will be to re-write. In most cases that urge is wrong. Learning to recognize that fact is experience and wisdom. Great post.
null
0
1545749386
False
0
ecistn6
t3_a9elh1
null
null
t3_a9elh1
/r/programming/comments/a9elh1/the_gift_of_giving_up/ecistn6/
1548053155
16
t5_2fwo
r/programming
public
null
False
beagle3
t2_3ab23
It matters when you check in/out on both Unix and windows (and shortly before git came to life, MacOS 9 as well, though OSX adopted the Unix line ending so we are down to 2 by now). Win uses cr+lf ; Unix uses lf ; MacOS before OSX used cr Programmer's editors can usually deal with anything, but e.g. Windows Notepad f...
null
0
1544489344
False
0
ebj6b1s
t3_a4oi4w
null
null
t1_ebioffh
/r/programming/comments/a4oi4w/git_v2200_released/ebj6b1s/
1547451826
2
t5_2fwo
r/programming
public
null
False
TabCompletion
t2_pe5kw
Now make it work like : curl parrot.live
null
0
1545749707
False
0
ecit3g3
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/ecit3g3/
1548053276
1
t5_2fwo
r/programming
public
null
False
karlhungus
t2_kdva
Generally yield on houses amounts to about 2-3% is my understanding. Every time I've done this calculation it works out that 5 years is the "you should buy" period: https://www.nytimes.com/interactive/2014/upshot/buy-rent-calculator.html. For software developers who want to move around the country it might not be a gre...
null
0
1544489374
False
0
ebj6c8w
t3_a4n8jv
null
null
t1_ebghs30
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj6c8w/
1547451841
2
t5_2fwo
r/programming
public
null
False
tsimionescu
t2_l446x
Not that I don't agree with you, but note that Chuck Moore's recommendations come from a very different, somewhat holistic point of view. His thesis is usually that software should be purpose-made, from the ground up, trimming away not just code, but functionality/requirements, as much as possible, until you only bui...
null
0
1545749726
False
0
ecit43q
t3_a9e0a5
null
null
t1_ecimebb
/r/programming/comments/a9e0a5/programming_a_problemorientedlanguage/ecit43q/
1548053284
28
t5_2fwo
r/programming
public
null
False
wrosecrans
t2_a99kk
Pixel2 certainly has hardware that's fast enough to theoretically run a windowed UI on a real monitor, but doesn't have any sort of software support for this kind of mode.
null
0
1544489496
False
0
ebj6h3m
t3_a4v8zx
null
null
t1_ebioq49
/r/programming/comments/a4v8zx/web_development_on_a_phone_with_linux_on_dex/ebj6h3m/
1547451901
3
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
It's possible to compile absolutely *anything* as a set of rewrite rules. It's the essence of compilation. > There absolutely no need to compile Haskell into a form of simple-typed lambda calculus. STG is quite a bit more complicated than that.
null
0
1545749754
False
0
ecit51b
t3_a8rptf
null
null
t1_ecisteq
/r/programming/comments/a8rptf/i_do_not_like_go/ecit51b/
1548053295
2
t5_2fwo
r/programming
public
null
False
thenuge26
t2_5fvbj
> Transportation is great, you can drive almost anywhere This kills the European
null
0
1544489587
False
0
ebj6kmw
t3_a4n8jv
null
null
t1_ebi9eqq
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj6kmw/
1547451944
10
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Yep, I agree. Just recently had to use videos in order to find how to disassemble a drawer slide. But for programming such cases very rarely arise (LabView and alike, probably). > people who don't know how to write, but do know how to film. I believe that people who don't know how to write should not even try to p...
null
0
1545749897
False
0
ecit9oo
t3_a8epbk
null
null
t1_echahr7
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecit9oo/
1548053352
2
t5_2fwo
r/programming
public
null
False
karlhungus
t2_kdva
Think their suggesting 115k USD max out (~160k CAD). With the paucity of salary info, this seems about high-ish end to me.
null
0
1544489780
False
0
ebj6s7e
t3_a4n8jv
null
null
t1_ebgzoh5
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj6s7e/
1547452038
1
t5_2fwo
r/programming
public
null
False
exorxor
t2_h57gcb9
This is exactly the inevitable problem I have with communicating with a lower class of people. Sooner or later it comes to the point that I need to explain to them that they don't get it. I do think you have a reading comprehension problem probably exacerbated by your blind rage. You should not enter discussions wit...
null
0
1545749898
False
0
ecit9p3
t3_a9d94p
null
null
t1_eciqzkj
/r/programming/comments/a9d94p/i_hate_the_pumping_lemma/ecit9p3/
1548053353
-13
t5_2fwo
r/programming
public
null
False
NiteLite
t2_3m0dq
I agree. JIRA is more or less just detailed post-it notes viewable by anyone at all times. If you are unable to be productive using post-it notes, maybe you should fill them with different content or maybe your style of working requires a notebook instead of post-its. Neither of those are really reasons to say that pos...
null
0
1544490122
False
0
ebj75r5
t3_a4u5k5
null
null
t1_ebhlwh6
/r/programming/comments/a4u5k5/jira_is_an_antipattern/ebj75r5/
1547452234
3
t5_2fwo
r/programming
public
null
False
Agasti
t2_4n99e
youtube-dl --all-subs --skip-download
null
0
1545750049
False
0
ecitegq
t3_a8epbk
null
null
t1_eccrif2
/r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecitegq/
1548053442
1
t5_2fwo
r/programming
public
null
False
opensilence
t2_nezyd
I basically just want to get the programming communities thoughts about documentation as a whole, especially internal. It's an incredibly important thing to have in nearly all projects but how can we be motivated to keep them up to date?
null
0
1544490436
False
0
ebj7ib4
t3_a51woj
null
null
t3_a51woj
/r/programming/comments/a51woj/i_want_to_solve_the_problem_of_stale_internal/ebj7ib4/
1547452389
1
t5_2fwo
r/programming
public
null
False
redditthinks
t2_43jni
Run it yourself: curl https://raw.githubusercontent.com/sergiolepore/ChristBASHTree/master/tree-EN.sh | bash
null
0
1545750152
False
0
ecithow
t3_a9eefg
null
null
t3_a9eefg
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/ecithow/
1548053482
32
t5_2fwo
r/programming
public
null
False
ejrh
t2_4fttf
From an implementation point of view, there are a couple of points to note. 1. The planner will take some boolean expressions ("quals") from the WHERE clause and move them to other places. For instance, a qual in a join query that only references one table will be applied directly as that table is read, instead of on...
null
0
1544490637
False
0
ebj7qmp
t3_a4zp2m
null
null
t3_a4zp2m
/r/programming/comments/a4zp2m/boolean_short_circuiting_is_not_guaranteed_in_sql/ebj7qmp/
1547452492
56
t5_2fwo
r/programming
public
null
False
suhcoR
t2_rzwyn0
That was actually the question, just in other words ;-)
null
0
1545750182
False
0
ecitim5
t3_a9f2ni
null
null
t1_ecispyk
/r/programming/comments/a9f2ni/how_flutter_uses_widgets_elements_and/ecitim5/
1548053494
2
t5_2fwo
r/programming
public
null
False
Tannerleaf
t2_58qlt
Gadzooks! The same buffoon appears to have downvoted the question calling out said buffoon :-| What the hell do they teach kids these days?
null
0
1544490966
False
0
ebj84dm
t3_a4n8jv
null
null
t1_ebhjrx4
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebj84dm/
1547452661
2
t5_2fwo
r/programming
public
null
False
wsdjeg
t2_tmgwq
the first commit is two years ago, and this is first stable version, test on Win 7 and Archlinux and Ubuntu 18.04.
null
0
1545750285
False
0
ecitltj
t3_a9fg8h
null
null
t3_a9fg8h
/r/programming/comments/a9fg8h/spacevim_release_v100/ecitltj/
1548053533
45
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544491311
1547423088
0
ebj8ik5
t3_a4wu3y
null
null
t1_ebic6bg
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebj8ik5/
1547452867
2
t5_2fwo
r/programming
public
null
False
the--dud
t2_6l9v9
Wait, you're Ken from the video aren't you? Can't believe that took me three days to realise! In my defense it has been Christmas... Keep up the good work! It's incredibly interesting to see a bunch of giant nerds being so hands-on with an APG. We probably might never see this kinda stuff again, this whole process co...
null
0
1545750338
False
0
ecitndx
t3_a8tmd0
null
null
t1_ecg106l
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecitndx/
1548053552
2
t5_2fwo
r/programming
public
null
False
biffbobfred
t2_398f5
Solve for me sounds like a “hey today it’s solved” ... it’s a continual process. Part of it is management buy in. It can never be solved in any sense until devs. An say “yeah we need to budget 20% time (or whatever) to keep documentation up to date”. If the manager says “no, we need this new feature out NOW” you’re s...
null
0
1544491342
False
0
ebj8jvi
t3_a51woj
null
null
t3_a51woj
/r/programming/comments/a51woj/i_want_to_solve_the_problem_of_stale_internal/ebj8jvi/
1547452883
2
t5_2fwo
r/programming
public
null
False
LimEJET
t2_4zfyw
Everything can segfault if you try hard enough.
null
0
1545750406
False
0
ecitpiw
t3_a9eefg
null
null
t1_eciq1p1
/r/programming/comments/a9eefg/the_linux_way_of_wishing_christmas/ecitpiw/
1548053579
45
t5_2fwo
r/programming
public
null
False
karstens_rage
t2_e5zi
I've never found a good solution. Documentation has the "degrees of separation" problem. Documentation also has a problem when you know or don't know that something is in there and have to wade through it to find it. Things I have found that *do* work are README's right next to the things they pertain to. Also not au...
null
0
1544491582
False
0
ebj8u45
t3_a51woj
null
null
t3_a51woj
/r/programming/comments/a51woj/i_want_to_solve_the_problem_of_stale_internal/ebj8u45/
1547453008
1
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Just don't. OOP principles are stupid.
null
1
1545750663
False
0
ecitxhj
t3_a9evav
null
null
t3_a9evav
/r/programming/comments/a9evav/using_oop_principles_beyond_objects/ecitxhj/
1548053677
-4
t5_2fwo
r/programming
public
null