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
mobiliakas1
t2_ibsn1ye
And BSLang exists (kind of)
null
0
1543865177
False
0
eb0onb3
t3_a2jrs4
null
null
t1_eazg6gk
/r/programming/comments/a2jrs4/every_clojure_talk_ever/eb0onb3/
1546377269
1
t5_2fwo
r/programming
public
null
False
Saturnation
t2_eftb9
\#18 is a sign of not writing tests before writing the implementation. If you write a failing test first you never doubt your tests are testing what you expect them to test. And when you do this and your test pass then you **know** something is wrong instead of suspecting. ​
null
0
1545017401
False
0
ebyg6a9
t3_a6nfgh
null
null
t1_ebwfxnv
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyg6a9/
1547710565
0
t5_2fwo
r/programming
public
null
False
naasking
t2_1z3jj
More power to you! Brainfuck on WASM is totally doable.
null
0
1543865223
False
0
eb0opum
t3_a2on5t
null
null
t1_eb04qaj
/r/programming/comments/a2on5t/what_comes_after_serverless/eb0opum/
1546377300
1
t5_2fwo
r/programming
public
null
False
SnarkOilSalesman
t2_dzecdru
Yeah, I don't really feel like I'm learning anything in my current job. Its probably one of the worst feeling's I've had while working. Not only is the codebase shit, but we aren't even able to improve it (the one chance I had to improve it, the change was rejected because the tester screwed up. They didn't figure out ...
null
0
1545017418
1545158271
0
ebyg6yj
t3_a6nfgh
null
null
t1_ebwpdjr
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyg6yj/
1547710572
2
t5_2fwo
r/programming
public
null
False
rerecurse
t2_qvu3obu
I don't doubt that some places really mean it when they say it, and that it's an awesome perk if they do, but they still do it because by general accounting standards they're paying you less.
null
0
1543865246
False
0
eb0or48
t3_a2p0j9
null
null
t1_eb0afm1
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0or48/
1546377316
1
t5_2fwo
r/programming
public
null
False
one_is_the_loneliest
t2_r62aul9
Sure, and hopefully the effort wasn't just to remove the words, but to improve the documentation. I wouldn't go into a code repository just to reword a comment that used profanity, but I _would_ go into a code repository to update a misleading comment if I had spent a significant amount of time confused by it, and I'd...
null
0
1545017444
False
0
ebyg7xz
t3_a6i85m
null
null
t1_ebwil3e
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebyg7xz/
1547710585
1
t5_2fwo
r/programming
public
null
False
Liam2349
t2_h62v4
Background tasks are not a solution to that problem, and most of them will be in-process anyway; and you opt out of suspending with the "particular rescap" I mentioned. As I also said, this rescap does not lift all restrictions, so it's a partial solution at best. Non-suspended processes are literally zero drain if th...
null
0
1543865326
False
0
eb0ovfv
t3_a2b8u4
null
null
t1_eb0nfa2
/r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb0ovfv/
1546377369
0
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545017582
False
0
ebygdcp
t3_a6nfgh
null
null
t3_a6nfgh
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebygdcp/
1547710651
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1543865397
False
0
eb0oz8o
t3_a1gbqw
null
null
t1_eaq55gq
/r/programming/comments/a1gbqw/ebay_japan_source_leak_as_git_folder_deployed_to/eb0oz8o/
1546377417
1
t5_2fwo
r/programming
public
null
False
yugo_1
t2_1vg57bnw
God kills a kitten every time someone re-invents the tokenizer. It is known.
null
0
1545017590
False
0
ebygdpf
t3_a6ufoy
null
null
t1_ebycsiz
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebygdpf/
1547710656
625
t5_2fwo
r/programming
public
null
False
bloodguard
t2_16a6f
All it takes sometimes is one person to start. After the first couple "this is a 30 second status email stretched into a 2 hour brown bag lunch" meetings I just started hitting "decline". After a couple more the confirmed list started looking pretty sparse and they stopped having them. Also - "We'll have veggie ...
null
0
1543865419
False
0
eb0p0ed
t3_a2p0j9
null
null
t1_eb06326
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0p0ed/
1546377431
13
t5_2fwo
r/programming
public
null
False
tanner-gooding
t2_l8dji
We are also adding support for SIMD Intrinsics to .NET Core for 3.0 (which means you can use them in C#). For example, here are the APIs being exposed for the SSE ISA: [https://source.dot.net/#System.Private.CoreLib/shared/System/Runtime/Intrinsics/X86/Sse.cs,a190e303dd574c72](https://source.dot.net/#System.Private.Cor...
null
0
1545017651
False
0
ebyggal
t3_a6g1nh
null
null
t3_a6g1nh
/r/programming/comments/a6g1nh/an_introduction_to_simd_intrinsics/ebyggal/
1547710688
1
t5_2fwo
r/programming
public
null
False
__________________c
t2_b5o4a
ya
null
0
1543865441
False
0
eb0p1kt
t3_a2ou38
null
null
t1_eb06yes
/r/programming/comments/a2ou38/i_edited_yahoos_nsfw_image_recognizer_script/eb0p1kt/
1546377445
4
t5_2fwo
r/programming
public
null
False
one_is_the_loneliest
t2_r62aul9
I definitely agree that passive aggressiveness is _way_ worse than aggressiveness, but that's because I value clarity in communication. If I am doing a bad job, I want someone to tell me so I can fix whatever that is. However, it needs to be consistent, and often anger is highly inconsistent because it's often influen...
null
0
1545017805
False
0
ebygmuo
t3_a6i85m
null
null
t1_ebwix4r
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebygmuo/
1547710769
1
t5_2fwo
r/programming
public
null
False
__j_random_hacker
t2_4rnnt
Thanks for the details!
null
0
1543865482
False
0
eb0p3mh
t3_a1roi0
null
null
t1_eb0nfss
/r/programming/comments/a1roi0/how_to_optimize_c_and_c_code_in_2018/eb0p3mh/
1546377471
1
t5_2fwo
r/programming
public
null
False
cyrusol
t2_bkmvv
That can only mean you haven't yet had to use 98% of its standard library.
null
0
1545017806
False
0
ebygmwr
t3_a6nfgh
null
null
t1_ebx7ywl
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebygmwr/
1547710770
1
t5_2fwo
r/programming
public
null
False
YserviusPalacost
t2_217nemmx
This is really cool and one helluva treasure trove of geek magic history. Not sure I'd throw down $400+ for the LSL1 source code, but I'd gladly have cherished a "hand-me-down" version. 😁 My main concern for him is possible legal action by Activision (or whomever owns the IP's for these old games), since the source c...
null
0
1543865527
False
0
eb0p5x7
t3_a2rcot
null
null
t3_a2rcot
/r/programming/comments/a2rcot/al_lowe_reveals_his_sierra_source_code/eb0p5x7/
1546377500
8
t5_2fwo
r/programming
public
null
False
Ashken
t2_67n5t
OBS?
null
0
1545017956
False
0
ebygt45
t3_a6r0ka
null
null
t1_eby9ob7
/r/programming/comments/a6r0ka/concord_how_i_built_a_screen_sharing_application/ebygt45/
1547710877
14
t5_2fwo
r/programming
public
null
False
bautin
t2_3cri3
Was he non-technical? All you said was that the first agency you worked at involved working with the owner. The level of detail in your post didn't lead to that conclusion. I would assume that the owner of a company small enough to perform these sorts of tasks would have some level of experience with what you're doing...
null
1
1543865588
False
0
eb0p911
t3_a2p0j9
null
null
t1_eb0kzur
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0p911/
1546377538
-3
t5_2fwo
r/programming
public
null
False
one_is_the_loneliest
t2_r62aul9
Sure, but that's not at all what I'm talking about. I'm talking about casual, meaningless swearing that has become all the rage in tech circles (and sales, business, etc). It adds nothing and completely removes the meaning from those words. If you feel like swearing occasionally to yourself helps you, then go for it....
null
0
1545018019
False
0
ebygvmy
t3_a6i85m
null
null
t1_ebwleeg
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebygvmy/
1547710907
1
t5_2fwo
r/programming
public
null
False
JarredMack
t2_dih76
That's the way it should be, and on call is completely fine in that case. However, particularly in the case if the big companies, it's often an absolute pittance that 'is basically free money since you'll rarely get called anyway!'
null
0
1543865602
False
0
eb0p9pp
t3_a2lrrh
null
null
t1_eb0gn03
/r/programming/comments/a2lrrh/developer_on_call/eb0p9pp/
1546377546
2
t5_2fwo
r/programming
public
null
False
froops
t2_elwus
Yeah I don't think common medicine is changing anywhere near the rate of new JavaScript frameworks
null
0
1545018028
False
0
ebygw0u
t3_a6nfgh
null
null
t1_ebycjmf
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebygw0u/
1547710912
4
t5_2fwo
r/programming
public
null
False
twilightnoir
t2_4tfak
A company that I worked at before had kegs in the cafeteria, but the taps wouldn't unlock till 4pm on Friday afternoon. People just can't be trusted not to be responsible with open kegs all week long.
null
0
1543865606
False
0
eb0p9w8
t3_a2p0j9
null
null
t1_eb0lznb
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0p9w8/
1546377548
8
t5_2fwo
r/programming
public
null
False
cyrusol
t2_bkmvv
It's your responsibility to not include something in a sprint that doesn't fulfill the definition of ready. Of course if you have no choice other than accept the dictatorial decisions of people who are clueless then it's not your responsibility but trying to move the team/company into a direction where you can make th...
null
0
1545018094
False
0
ebygyr3
t3_a6nfgh
null
null
t1_ebxpb7n
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebygyr3/
1547710946
3
t5_2fwo
r/programming
public
null
False
2A_is_the_best_A
t2_9yc24
Asked for it, and they really needed my specific experience in this very small industry. Also, they were moving me across country (and paying for it), and I didn't want to get stuck out here if it didn't work out. I wanted them invested in making it work out if I was going to move.
null
0
1543865622
False
0
eb0parh
t3_a2p0j9
null
null
t1_eb0n25b
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0parh/
1546377559
3
t5_2fwo
r/programming
public
null
False
zhaoz
t2_3fc6d
Maybe in your subs!
null
0
1545018374
False
0
ebyhakb
t3_a6ufoy
null
null
t1_ebya42d
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyhakb/
1547711092
7
t5_2fwo
r/programming
public
null
False
nothashrocket
t2_16egu9
It's currently at over $10k now. Pretty crazy! I'm sure at 72 it'll help him out some. [https://www.ebay.com/itm/Source-code-to-Leisure-Suit-Larry-1-unique-collectors-Al-Lowe-1987/183561134340?hash=item2abd18a104:g:iHUAAOSwzwVcAQA4:rk:3:pf:0](https://www.ebay.com/itm/Source-code-to-Leisure-Suit-Larry-1-unique-collector...
null
0
1543865676
False
0
eb0pdeb
t3_a2rcot
null
null
t1_eb0p5x7
/r/programming/comments/a2rcot/al_lowe_reveals_his_sierra_source_code/eb0pdeb/
1546377620
3
t5_2fwo
r/programming
public
null
False
cowardlydragon
t2_d0po
The "best" technology is a matter of opinion a lot more than people think it is. It's often clouded by: \- what someone knows best \- it fixes something annoying in an established platform but lacks fundamental infrastructure and tooling that the established platform has \- what will be good for someone's res...
null
0
1545018420
False
0
ebyhcfr
t3_a6nfgh
null
null
t1_ebwv72n
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyhcfr/
1547711115
3
t5_2fwo
r/programming
public
null
False
ostensibly_work
t2_w830rw8
There are browser extensions that get rid of all the nonsense that make Medium articles a pain to read. I'd highly recommend them. [Chrome](https://chrome.google.com/webstore/detail/make-medium-readable-agai/kljjfejkagofbgklifblndjelgabcmig?hl=en) [Firefox](https://addons.mozilla.org/en-US/firefox/addon/make-medium...
null
0
1543865794
False
0
eb0pjme
t3_a1we32
null
null
t1_eaxg4yp
/r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/eb0pjme/
1546377696
2
t5_2fwo
r/programming
public
null
False
Liam2349
t2_h62v4
Good question. I hadn't thought of a definition so much as a blacklist. Someone with an Engineering degree would be an engineer. I think people can become engineers without that.
null
0
1545018430
False
0
ebyhcvt
t3_a6nfgh
null
null
t1_eby9nt2
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyhcvt/
1547711120
1
t5_2fwo
r/programming
public
null
False
klysm
t2_vhgyt
https://github.com/amwmedia/plop
null
0
1543865816
False
0
eb0pksb
t3_a2okkh
null
null
t1_eb0jnpg
/r/programming/comments/a2okkh/cookie_a_templatebased_file_generator/eb0pksb/
1546377711
3
t5_2fwo
r/programming
public
null
False
foxh8er
t2_60e80
Do you work at Google? Where do you work?
null
0
1545018446
False
0
ebyhdht
t3_a6nfgh
null
null
t1_eby7bi9
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyhdht/
1547711128
-1
t5_2fwo
r/programming
public
null
False
mariefred
t2_zzmz0
Welcome to Sweden !
null
0
1543865909
False
0
eb0ppea
t3_a2p0j9
null
null
t1_eb0803b
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0ppea/
1546377768
-1
t5_2fwo
r/programming
public
null
False
dethb0y
t2_8u1lw
I was like "what the fuck? giant array of individual characters?"
null
0
1545018551
False
0
ebyhhv9
t3_a6ufoy
null
null
t1_ebycsiz
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyhhv9/
1547711182
106
t5_2fwo
r/programming
public
null
False
dpash
t2_5bdkm
Can't tell from their behaviour of you mean they signed up to Reddit 12 years ago or if it's the account of a 12 year old. :) Low blows aside, they seem very keen on adding negative comments on anything Java related, and apparently .Net. Given how much they hate them they spend a lot of time during the various subred...
null
0
1543866010
False
0
eb0pumn
t3_a2oxml
null
null
t1_eb0lb9x
/r/programming/comments/a2oxml/how_i_wrote_a_modern_c_library_in_rust/eb0pumn/
1546377833
4
t5_2fwo
r/programming
public
null
False
one_is_the_loneliest
t2_r62aul9
> In my opinion swearing is all about conveying emotion Yeah, and that's what I intended by the word "shock". It's _supposed_ to be something so rare that it adds a _ton_ of emphasis, but it has become something people just throw in randomly. > is just as informative as the clean version. I intentionally made ...
null
0
1545018557
False
0
ebyhi33
t3_a6i85m
null
null
t1_ebwmopn
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebyhi33/
1547711184
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1543866080
False
0
eb0py90
t3_a2ml49
null
null
t1_eazw7zh
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0py90/
1546377877
-1
t5_2fwo
r/programming
public
null
False
cyrusol
t2_bkmvv
Eh. Intelligent people who aren't confident cannot push ideas even if they are benefitial. So confidence by itself really is neither bad (dangerous) nor good.
null
0
1545018566
False
0
ebyhigm
t3_a6nfgh
null
null
t1_ebwumcg
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyhigm/
1547711189
3
t5_2fwo
r/programming
public
null
False
LeftInternal
t2_2n6ahjso
I'm reading this book! It's interesting that Dan seems to be pro dependent types but not regular old types. I guess they are just much more powerful?
null
0
1543866158
False
0
eb0q2au
t3_a2s08c
null
null
t3_a2s08c
/r/programming/comments/a2s08c/the_little_typer_lets_learn_about_dependent_types/eb0q2au/
1546377928
6
t5_2fwo
r/programming
public
null
False
aullik
t2_duui5
Well in a way, but blockchain is a VERY niche technology. I'm pretty sure the majority of distributed applications will shy away from it. I'm not even sure it will be used for transactions. Variations of this are clearly useful... like they are in GIT today (and 3 years before bitcoin was released). However those are...
null
0
1545018595
False
0
ebyhjlc
t3_a60qu2
null
null
t1_ebxg23b
/r/programming/comments/a60qu2/a_deep_look_at_the_different_skill_requirements/ebyhjlc/
1547711204
1
t5_2fwo
r/programming
public
null
False
jhaluska
t2_379gd
After working at a couple companies, if someone told me they had great project planning I would assume they are lying.
null
0
1543866162
False
0
eb0q2in
t3_a2p0j9
null
null
t1_eb0bq34
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0q2in/
1546377930
6
t5_2fwo
r/programming
public
null
False
Equivalent_Cat
t2_2n0j3qus
Google docs meets the www in 1996
null
0
1545018649
False
0
ebyhlo6
t3_a6v4yh
null
null
t3_a6v4yh
/r/programming/comments/a6v4yh/one_of_my_friends_created_this_super_cool_and_fun/ebyhlo6/
1547711230
3
t5_2fwo
r/programming
public
null
False
masklinn
t2_d5sb
You probably don't want to interact with shevegen, they're just a troll and you're wasting your time.
null
0
1543866199
False
0
eb0q4id
t3_a2oxml
null
null
t1_eb00y1g
/r/programming/comments/a2oxml/how_i_wrote_a_modern_c_library_in_rust/eb0q4id/
1546377954
5
t5_2fwo
r/programming
public
null
False
KingBubIII
t2_le590sn
Really cool program! When your read the results of the pie chart around the circle in order it's kinda funny.
null
1
1545018749
False
0
ebyhpnq
t3_a6ufoy
null
null
t3_a6ufoy
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyhpnq/
1547711278
-2
t5_2fwo
r/programming
public
null
False
rarelongsun
t2_jn8an
I agree and to the extent that you depend on Lombok, you should be writing Lombok unit tests and pull requesting them into the lombok project. This contributes to the greater good and protects you from regression. The important point is that you would be testing Lombok code - and not Lombok generated code; and the te...
null
0
1543866242
False
0
eb0q6ps
t3_a2oimy
null
null
t1_eb0m1m4
/r/programming/comments/a2oimy/code_coverage_the_metric_that_makes_your_tests/eb0q6ps/
1546377982
1
t5_2fwo
r/programming
public
null
False
Mr_L_on_Yoshi
t2_dxquxp5
Hey, thanks for the input. I've gotten back into this project and am working towards plastering warnings everywhere so that nobody uses this as suggested. However, I'm genuinely stuck on finding a license that outright prohibits any use. Do you have any suggestions?
null
0
1545018793
False
0
ebyhrc5
t3_a331io
null
null
t1_eb3ayj5
/r/programming/comments/a331io/ive_made_my_own_rsa_and_aes_encryption_algorithms/ebyhrc5/
1547711299
1
t5_2fwo
r/programming
public
null
False
ZebulanMacranahan
t2_tl6aw
>Not trying to nitpick but - do we have ever increasing CPU power? Yes we do - *clock speeds* have been stagnant, but overall performance is still increasing (albeit at a slower rate than before.) Take a look at [single thread specINT performance over the past 40 years](https://www.karlrupp.net/wp-content/uploads/2...
null
0
1543866289
False
0
eb0q961
t3_a2oxxm
null
null
t1_eb0ds3b
/r/programming/comments/a2oxxm/nvidia_physx_sdk_has_gone_open_source_3clause_bsd/eb0q961/
1546378012
15
t5_2fwo
r/programming
public
null
False
eyal0
t2_32z87
This is only a problem if you write the tests after you write the code.
null
0
1545018867
False
0
ebyhu6e
t3_a6nfgh
null
null
t1_ebwonyx
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyhu6e/
1547711334
2
t5_2fwo
r/programming
public
null
False
internetuser0x00
t2_efeuy
great! :D
null
0
1543866319
False
0
eb0qaoy
t3_a2jrs4
null
null
t3_a2jrs4
/r/programming/comments/a2jrs4/every_clojure_talk_ever/eb0qaoy/
1546378031
1
t5_2fwo
r/programming
public
null
False
one_is_the_loneliest
t2_r62aul9
I think that's more a case of me not putting much effort into making examples. And perhaps I should have, since apparently it's not as obvious to other people as I thought it was. For me, context, tone, and body language are _way_ more useful for conveying emotion than swearing, especially for people who casually swea...
null
0
1545018933
False
0
ebyhwvf
t3_a6i85m
null
null
t1_ebwpo41
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebyhwvf/
1547711369
1
t5_2fwo
r/programming
public
null
False
ThePantsThief
t2_7iu2w
I don't know why you're being downvoted, this is the correct logic. In iOS, the Objc standard libraries are all literal frameworks. And a lot of their code does call your code. Delegation and whatnot.
null
0
1543866443
False
0
eb0qgwr
t3_a2ml49
null
null
t1_eazxs01
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0qgwr/
1546378107
3
t5_2fwo
r/programming
public
null
False
xTommy2016x
t2_a8q2z
I actually didn't know stop words were a thing lol. Glad I had the right idea though
null
0
1545019123
1545033799
0
ebyi4kc
t3_a6ufoy
null
null
t1_eby582n
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyi4kc/
1547711492
35
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1543866483
False
0
eb0qivv
t3_a2p24m
null
null
t1_eb0bg1c
/r/programming/comments/a2p24m/securing_your_site_like_its_1999/eb0qivv/
1546378132
1
t5_2fwo
r/programming
public
null
False
xXAndrew28Xx
t2_yc0dz
Lol I can relate so much with the keyboard issue. I recently switched to a mechanical keyboard and every time I type a sentence, my friends can hear every single keystroke.
null
0
1545019165
False
0
ebyi67q
t3_a6r0ka
null
null
t1_eby12p3
/r/programming/comments/a6r0ka/concord_how_i_built_a_screen_sharing_application/ebyi67q/
1547711512
10
t5_2fwo
r/programming
public
null
False
mdnrnr
t2_3mit9
This sounds very much like the 10 minute catch up meetings that turned into 3 and a half hour bitch fests over a couple of months at a company I worked for.
null
0
1543866508
False
0
eb0qk4c
t3_a2p0j9
null
null
t1_eb0p0ed
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0qk4c/
1546378147
2
t5_2fwo
r/programming
public
null
False
SaladFingerzzz
t2_10u984
in the fitness diagram the word "I've" is in the list... wouldn't the single quote have gotten stripped out with the alphanumeric character condition?
null
0
1545019171
False
0
ebyi6gp
t3_a6ufoy
null
null
t3_a6ufoy
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyi6gp/
1547711515
14
t5_2fwo
r/programming
public
null
False
LeftInternal
t2_2n6ahjso
The skin in the game part is right on the money. Being on call can suck though.
null
0
1543866526
False
0
eb0ql3o
t3_a2lrrh
null
null
t3_a2lrrh
/r/programming/comments/a2lrrh/developer_on_call/eb0ql3o/
1546378160
2
t5_2fwo
r/programming
public
null
False
survivalking4
t2_zulkg
> [word for word in words if word not in stop_words] This is the best example I’ve ever seen of why people say python is just pseudocode lol.
null
0
1545019195
False
0
ebyi7ej
t3_a6ufoy
null
null
t1_ebycsiz
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyi7ej/
1547711526
281
t5_2fwo
r/programming
public
null
False
ThePantsThief
t2_7iu2w
Heads up, looks like you got tricked into using the Fancy Pants editor. Your markdown is not rendering.
null
0
1543866527
False
0
eb0ql4i
t3_a2ml49
null
null
t1_eazohha
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0ql4i/
1546378160
1
t5_2fwo
r/programming
public
null
False
glaba314
t2_g0h7l
why is this so highly upvoted?
null
0
1545019216
False
0
ebyi8a4
t3_a6ufoy
null
null
t3_a6ufoy
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyi8a4/
1547711538
95
t5_2fwo
r/programming
public
null
False
mdnrnr
t2_3mit9
Fussball sounds intriguing though.
null
0
1543866557
False
0
eb0qmo9
t3_a2p0j9
null
null
t1_eb0f1lo
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0qmo9/
1546378207
2
t5_2fwo
r/programming
public
null
False
Ghroznak
t2_kflgt
Sounds like a politically correct version of “shit in, shit out”.
null
0
1545019412
False
0
ebyifj7
t3_a6nfgh
null
null
t1_ebwsqir
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyifj7/
1547711627
1
t5_2fwo
r/programming
public
null
False
TheCarnalStatist
t2_1902pnn3
I'm on job 6 now and I've had experiences much closer to yours in virtually all of them than the horror stories here.
null
0
1543866577
False
0
eb0qnpq
t3_a2p0j9
null
null
t1_eb0803b
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0qnpq/
1546378221
2
t5_2fwo
r/programming
public
null
False
phrasal_grenade
t2_i4dru
I know it's frustrating to have ideas shot down and later resuggested by someone else who takes the credit. But that happens to a lot of people, not definitive proof of discrimination.
null
0
1545019436
False
0
ebyigfh
t3_a6nfgh
null
null
t1_ebx8cwt
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyigfh/
1547711638
4
t5_2fwo
r/programming
public
null
False
nirataro
t2_m09pc
It's going to end up like that. There's a huge demand for a universal app, hence the population of electron/js/etc madness.
null
0
1543866579
False
0
eb0qnuo
t3_a2b8u4
null
null
t1_eb0nh6i
/r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb0qnuo/
1546378222
1
t5_2fwo
r/programming
public
null
False
humoroushaxor
t2_extbe
Except when that plastic chair works just enough to not be replaced but costs dozens or hundreds of man hours of additional work.
null
0
1545019437
False
0
ebyiggc
t3_a6nfgh
null
null
t1_ebybdw0
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyiggc/
1547711638
2
t5_2fwo
r/programming
public
null
False
ThePantsThief
t2_7iu2w
This, 1000x.
null
0
1543866591
False
0
eb0qogu
t3_a2ml49
null
null
t1_eb00ogx
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0qogu/
1546378229
2
t5_2fwo
r/programming
public
null
False
daterusbhaterus
t2_29yqxdv
True. Some places are more lenient than others. In which case explaining and advocating automated tests. There is enough literature that you don't even have to formulate your own arguments. I was speaking on the complaint that management would like tests but developers are not writing them because of whatever reason. ...
null
0
1545019475
False
0
ebyihws
t3_a6nfgh
null
null
t1_ebygyr3
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyihws/
1547711657
1
t5_2fwo
r/programming
public
null
False
bbugyi200
t2_1axwyy1p
I have to admit, that looks awesome. I hate that it's written in JavaScript but that's not a dealbreaker or anything. I'll be installing it and testing it out ASAP. For now, I've added it to the list of similar projects in Cookie's README. Thanks for spreading the word!
null
0
1543866681
False
0
eb0qt55
t3_a2okkh
null
null
t1_eb0pksb
/r/programming/comments/a2okkh/cookie_a_templatebased_file_generator/eb0qt55/
1546378287
1
t5_2fwo
r/programming
public
null
False
DC-3
t2_nbm0b
For what it's worth - the guy above you is probably in the top 0.1% of software engineers in the world. He's definitely written good code :-)
null
0
1545019546
False
0
ebyikiz
t3_a6nfgh
null
null
t1_ebxxxcm
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyikiz/
1547711689
1
t5_2fwo
r/programming
public
null
False
ThePantsThief
t2_7iu2w
Strawman JS is crazytown because of how many dependencies each package has I don't use spring or rails but how many dependencies do they have? 1-2? 0 even? Most JS packages have a dozen or more. It's absurd. I'm relatively new to webdev but even I know this is common knowledge
null
0
1543866710
False
0
eb0qukj
t3_a2ml49
null
null
t1_eb06434
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0qukj/
1546378305
5
t5_2fwo
r/programming
public
null
False
Ghroznak
t2_kflgt
The code I write works decently for the first intended purpose. It’s afterwards when trying to add more to it that it starts to deteriorate into a swirling maelstrom of entropy.
null
0
1545019591
False
0
ebyim7j
t3_a6nfgh
null
null
t1_ebx0lz4
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyim7j/
1547711709
5
t5_2fwo
r/programming
public
null
False
Kalium
t2_3jday
This can absolutely happen! I have heard exactly this complaint from developers more than once. With that said, this is usually a sign of one of several things: * Tooling makes developer think about and handle things they consider irrelevant (deployment, input validation, secrets management, compliance box-ticking, ...
null
0
1543866745
False
0
eb0qwgz
t3_a2ml49
null
null
t1_eb08dvp
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0qwgz/
1546378328
13
t5_2fwo
r/programming
public
null
False
coworker
t2_46sia
People who have more tests than code probably need to add tests for their tests.
null
0
1545019748
False
0
ebyis66
t3_a6nfgh
null
null
t1_ebwu9ap
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyis66/
1547711783
1
t5_2fwo
r/programming
public
null
False
codemonkey14
t2_xoac1
If code coverage metrics say a block of code isn't tested, it is certainly missing tests. If code coverage says a block of code is executed during tests, it still needs to be validated that the tests are asserting something meaningful. Used in this context, code coverage is a valuable metric
null
0
1543866760
False
0
eb0qxa9
t3_a2oimy
null
null
t3_a2oimy
/r/programming/comments/a2oimy/code_coverage_the_metric_that_makes_your_tests/eb0qxa9/
1546378339
4
t5_2fwo
r/programming
public
null
False
suclearnub
t2_82gvj
Truly dreadful code.
null
0
1545019764
False
0
ebyisry
t3_a6ufoy
null
null
t3_a6ufoy
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyisry/
1547711791
40
t5_2fwo
r/programming
public
null
False
runevault
t2_39khi
eh Performance is more than JUST Kestrel, though a lot of the optimization tools like Span<T> started because of Kestrel.
null
0
1543866781
False
0
eb0qycr
t3_a2r38x
null
null
t1_eb0k4wk
/r/programming/comments/a2r38x/top_10_net_core_features_you_need_to_know_coding/eb0qycr/
1546378352
1
t5_2fwo
r/programming
public
null
False
one_is_the_loneliest
t2_r62aul9
> What "tone"? How do you determine the "tone"? Well, that really depends on the situation. For example, if you're having a conversation and someone is obviously getting more irritated, some of that irritation will be conveyed in the tone of their voice. I can immediately tell when someone is frustrated or excited...
null
0
1545019804
False
0
ebyiu8f
t3_a6i85m
null
null
t1_ebwprey
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebyiu8f/
1547711808
1
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
> as it's not constrained only by what you can tractably prove That's your conjecture, not backed by evidence or a theory. You just expect that in certain cases that you deem important, runtime information (along with the cost of accumulating it) will yield useful optimisations. No way you can know for sure. >...
null
0
1543866823
False
0
eb0r0iy
t3_a1rp4s
null
null
t1_eb0gqhc
/r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eb0r0iy/
1546378379
1
t5_2fwo
r/programming
public
null
False
geeky_username
t2_48dak
I really dislike list comprehension like this, but it's more the programmer's fault for picking similar variables
null
0
1545019809
False
0
ebyiuej
t3_a6ufoy
null
null
t1_ebyi7ej
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyiuej/
1547711811
63
t5_2fwo
r/programming
public
null
False
mdnrnr
t2_3mit9
Same as Ireland. Some companies will pay for sick leave,most want, but you are entitled to claim sick pay from the government, paid at the same rate as the dole, so roughly 31 euros per day.
null
0
1543866836
False
0
eb0r17v
t3_a2p0j9
null
null
t1_eb0k8dc
/r/programming/comments/a2p0j9/must_be_willing_to_work_under_pressure_is_a/eb0r17v/
1546378387
2
t5_2fwo
r/programming
public
null
False
chaosbutters
t2_ccipv
I think he slaughtered a shelter over how bad this post is
null
0
1545020067
False
0
ebyj3qv
t3_a6ufoy
null
null
t1_ebygdpf
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyj3qv/
1547711926
131
t5_2fwo
r/programming
public
null
False
Liam2349
t2_h62v4
CPUs today are wayyyy more powerful than CPUs from 2012. Gaming has seen major improvements from that. AMD's Ryzen sparked Intel to push even further, and we're seeing fantastic CPU improvements these days.
null
0
1543866890
False
0
eb0r43r
t3_a2oxxm
null
null
t1_eb0ds3b
/r/programming/comments/a2oxxm/nvidia_physx_sdk_has_gone_open_source_3clause_bsd/eb0r43r/
1546378422
3
t5_2fwo
r/programming
public
null
False
CryTheSly
t2_15vce5
> As it turns out the comments are actually a giant array of individual characters! What a revolutionary idea
null
0
1545020228
False
0
ebyj9pz
t3_a6ufoy
null
null
t3_a6ufoy
/r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebyj9pz/
1547712029
118
t5_2fwo
r/programming
public
null
False
MoDuReddit
t2_bzmq3
> Because fuck you, that's why. Pretty much. Same reason the web got worse. Why bother with pre-rendered bare html (think php) when your client can do all that processing locally for you? You forgot the enormous lag everything web-related induces. Clicking a button with no visual feedback, only for it to respond 1...
null
0
1543866914
False
0
eb0r5em
t3_a2b8u4
null
null
t1_eax5eqz
/r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb0r5em/
1546378439
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545020265
False
0
ebyjb2i
t3_a6nfgh
null
null
t1_ebyhcvt
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyjb2i/
1547712047
1
t5_2fwo
r/programming
public
null
False
LateHuckleberry9
t2_3h55iyo
Yeah that was interesting to me as well! Part of the problem is that I have difficult getting inside of the heads of people who think strict types make programming more difficult since the opposite seems true to me on a gut level.
null
0
1543866995
False
0
eb0r9mn
t3_a2s08c
null
null
t1_eb0q2au
/r/programming/comments/a2s08c/the_little_typer_lets_learn_about_dependent_types/eb0r9mn/
1546378491
13
t5_2fwo
r/programming
public
null
False
alufpikud
t2_1vqpahan
Not necessarily, it is only a problem when corruption put power in the hand of inadequate people or it hurt prices. But prices are pretty efficient in the capitalist system except from couple of over regulated fields and anyway in the capitalistic system most of the capital falls into the hands of a minority. So the qu...
null
0
1545020499
False
0
ebyjjl2
t3_a6nfgh
null
null
t1_ebxum3m
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyjjl2/
1547712151
1
t5_2fwo
r/programming
public
null
False
Kalium
t2_3jday
Having worked with Clojure webapps some, I've found that everything you have said is absolutely correct and highly appealing to a lot of developers. With that said, I've also found Clojure frameworkless bag-of-libraries webapps to fall prey to the dangerous scenario that the people working on them need to anticipate a...
null
0
1543867011
False
0
eb0rahl
t3_a2ml49
null
null
t1_eazxqyp
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0rahl/
1546378501
4
t5_2fwo
r/programming
public
null
False
yawaramin
t2_77bue
A nice historical overview of software. I would include unit testing in the list, or maybe the more generalized QA automation, since it gives software makers a cheaper way to check for defects and thus in a sense industrialize software production.
null
0
1545020510
False
0
ebyjjz2
t3_a6nwf0
null
null
t3_a6nwf0
/r/programming/comments/a6nwf0/the_most_important_software_innovations/ebyjjz2/
1547712156
1
t5_2fwo
r/programming
public
null
False
ThePantsThief
t2_7iu2w
jQuery is bae. I was hesitant at first but it's like 10x shorter and more readable than most vanilla JS.
null
0
1543867094
False
0
eb0reuz
t3_a2ml49
null
null
t1_eazxiab
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0reuz/
1546378556
1
t5_2fwo
r/programming
public
null
False
one_is_the_loneliest
t2_r62aul9
Yeah, I came up with relatively poor examples. I had hoped that my point was fairly obvious, and that my poor examples would be enough to strengthen my point, but it seems they've done the opposite. I don't have any good examples in front of me, but whenever _I_ run into a bunch of cussing in code, I find it distracti...
null
0
1545020619
False
0
ebyjny1
t3_a6i85m
null
null
t1_ebx96rn
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebyjny1/
1547712205
1
t5_2fwo
r/programming
public
null
False
AngularBeginner
t2_eky8x
What a low-effort shitpost, seriously. It frequently changes how .NET Core is written and the English is lacking as well. > Mac & Linux users waited so long but after .Net Core launch we can Develop & Run .Net Core Applications using Mac or Linux. .NET Core applications could **always** be run on Mac OS X ...
null
0
1543867130
False
0
eb0rgsi
t3_a2r38x
null
null
t3_a2r38x
/r/programming/comments/a2r38x/top_10_net_core_features_you_need_to_know_coding/eb0rgsi/
1546378579
5
t5_2fwo
r/programming
public
null
False
[deleted]
None
Big emphasis on that first point, seems like every article is so surface level, always talking about languages and frameworks and what not. Hardly ever see algorithms or mathematics. Another point I'll add is that although they're discussing a field technical in nature, alot of those articles are really just opinion pi...
null
0
1545020740
1545020951
0
ebyjslu
t3_a6r0ka
null
null
t1_eby98fx
/r/programming/comments/a6r0ka/concord_how_i_built_a_screen_sharing_application/ebyjslu/
1547712262
8
t5_2fwo
r/programming
public
null
False
MotherOfTheShizznit
t2_ccgnn
Then, just partition it and lower the cost even more!
null
0
1543867133
False
0
eb0rgy5
t3_a1rp4s
null
null
t1_eaugybl
/r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eb0rgy5/
1546378581
1
t5_2fwo
r/programming
public
null
False
genuinealgerian
t2_14k0f7
I can sorta relate, but the bitterness and extreme cynicism in your comment really reflects a distorted view of people and reality. After I read all of the replies to this comment, I thought, ‘Wait, this sounds familiar’ and scrolled up to the comment’s username. Man, I think you’re the only user on reddit I can pick ...
null
0
1545020866
False
0
ebyjxso
t3_a6nfgh
null
null
t1_ebwx43a
/r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebyjxso/
1547712326
0
t5_2fwo
r/programming
public
null
False
ThePantsThief
t2_7iu2w
This is the right mindset. Don't reinvent the wheel but don't choose an 18 wheeler when a pickup truck will get the job done
null
0
1543867167
False
0
eb0rip7
t3_a2ml49
null
null
t1_eazv5uq
/r/programming/comments/a2ml49/going_frameworkless_why_you_should_try_web_dev/eb0rip7/
1546378604
3
t5_2fwo
r/programming
public
null
False
sky5walk
t2_a171k
I just disagree with the self limiting nature of the list. hooray for Fortran, but we fly with C. hooray for the Fourier Transform but the FFT unleashed it upon the masses. Look ma! I can bubble sort. But QuickSort...sorts the world. Wait, that made the list? While I applaud the firsts of this world, don't diminish the...
null
0
1545021140
False
0
ebyk7q4
t3_a6nwf0
null
null
t1_ebxmde4
/r/programming/comments/a6nwf0/the_most_important_software_innovations/ebyk7q4/
1547712449
1
t5_2fwo
r/programming
public
null
False
JoinTheFightersGuild
t2_1rl9i5um
Thank you for this, this illustrates what a lot of people are commenting about. Single threaded speeds have increased - not as much as in the previous decade, but they have slightly increased. What has dramatically increased is the average number of cores. So those two factors should mean that the average performance p...
null
0
1543867187
False
0
eb0rjr2
t3_a2oxxm
null
null
t1_eb0q961
/r/programming/comments/a2oxxm/nvidia_physx_sdk_has_gone_open_source_3clause_bsd/eb0rjr2/
1546378616
9
t5_2fwo
r/programming
public
null
False
terbet
t2_278m1bw5
> Perhaps technology would be leagues behind what it is today. Correlation doesn't imply causation. Except when it comes to swearing in the source code, folks! Little known fact: one "fuck" per commit a day keeps ten bugs away
null
0
1545021228
False
0
ebykb0o
t3_a6i85m
null
null
t1_ebvqxji
/r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebykb0o/
1547712490
5
t5_2fwo
r/programming
public
null