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 | dennis_w | t2_9hbpe | It sounds as bad as ISO646 and JIS. And honestly I didn't know this whole crap was included in IMAP. | null | 0 | 1543677220 | False | 0 | eauv4a7 | t3_a23cci | null | null | t3_a23cci | /r/programming/comments/a23cci/utf7_a_ghost_from_the_time_before_utf8/eauv4a7/ | 1546279318 | 37 | t5_2fwo | r/programming | public | null |
False | hashedram | t2_1da5xfic | I loved reading it. Good job. | null | 1 | 1544805854 | False | 0 | ebsajzl | t3_a661q3 | null | null | t3_a661q3 | /r/programming/comments/a661q3/my_project_was_considered_by_github_as_one_of_the/ebsajzl/ | 1547607002 | -2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543677234 | False | 0 | eauv4te | t3_a230zo | null | null | t3_a230zo | /r/programming/comments/a230zo/my_attempt_at_a_shadow_casting_algorithm/eauv4te/ | 1546279325 | 1 | t5_2fwo | r/programming | public | null |
False | Dodo_the_OwO_King | t2_2quoo1fd | I mean it's own | null | 0 | 1544805870 | False | 0 | ebsal2i | t3_a61to1 | null | null | t1_ebraevk | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebsal2i/ | 1547607015 | 0 | t5_2fwo | r/programming | public | null |
False | notninja | t2_4ai2o | Nothing should be open through the firewall in a corporate network. Employees need to VPN in for every service including security cameras which I’ve been getting a lot lately. | null | 0 | 1543677261 | False | 0 | eauv5uh | t3_a1ysx2 | null | null | t1_eaun9kh | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauv5uh/ | 1546279338 | 19 | t5_2fwo | r/programming | public | null |
False | ShinyHappyREM | t2_1038di | > commenting every line
I see you've already found enlightenment. | null | 0 | 1544805906 | False | 0 | ebsan8x | t3_a61to1 | null | null | t1_ebryham | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebsan8x/ | 1547607042 | 3 | t5_2fwo | r/programming | public | null |
False | timbowen | t2_3djn8 | I think special programs are great, but this article did make me cringe. | null | 0 | 1543677274 | False | 0 | eauv6b8 | t3_a22biq | null | null | t1_eautic3 | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauv6b8/ | 1546279343 | 2 | t5_2fwo | r/programming | public | null |
False | hashedram | t2_1da5xfic | Umm link the list? | null | 0 | 1544805989 | False | 0 | ebsashz | t3_a62rgy | null | null | t3_a62rgy | /r/programming/comments/a62rgy/i_built_a_crowdsourced_list_of_indie_maker/ebsashz/ | 1547607106 | 1 | t5_2fwo | r/programming | public | null |
False | roodammy44 | t2_366wv | Slow day on redpill? | null | 0 | 1543677276 | 1543677488 | 0 | eauv6dr | t3_a22biq | null | null | t1_eaurlgk | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauv6dr/ | 1546279344 | 6 | t5_2fwo | r/programming | public | null |
False | get_salled | t2_6aezo | >Be careful, however, of jumping the gun on such refactorings.
Really wish past-me would have read this. Our team had a stretch where we were "DRY zealots" and we added flexibility well ahead of \_when\_ it was needed.
\_Two classes doing similar work? Make a common base class!\_ Never mind the fact that they would quickly diverge and we'd be slaves to common base class because of many other dependencies.
I'm all for flexibility in code but oftentimes the most "flexible" implementations are standalone apps you can delete or completely rewrite when a requirement changes. | null | 0 | 1544806038 | False | 0 | ebsavja | t3_a5y50c | null | null | t1_ebr87n7 | /r/programming/comments/a5y50c/why_bad_software_architecture_is_easy_to_monetize/ebsavja/ | 1547607143 | 8 | t5_2fwo | r/programming | public | null |
False | notninja | t2_4ai2o | Give them a separate vlan and vpn from wherever they are to that vlan. | null | 0 | 1543677352 | False | 0 | eauv97k | t3_a1ysx2 | null | null | t1_eauqeyd | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauv97k/ | 1546279379 | 2 | t5_2fwo | r/programming | public | null |
False | Sipkab | t2_142ps8 | I see the phrase "real-time" mentioned a lot. Does it mean that it [guarantees a response within specified time constraint](https://en.wikipedia.org/wiki/Real-time_computing)? I've seen no explanation on the site for this.
That would be very impressive though. Last time I've learned, achieving real-time operation would require some level of operating system support as well. An on top of that, it needs to deal with the quirks of the JVM, as any unexpected pause for garbage collection could violate this requirement.
If anybody finds any info on this, please send it my way. | null | 0 | 1544806115 | False | 0 | ebsb00o | t3_a661pv | null | null | t3_a661pv | /r/programming/comments/a661pv/cettia_a_fullfeatured_realtime_web_framework_for/ebsb00o/ | 1547607199 | 6 | t5_2fwo | r/programming | public | null |
False | tchaffee | t2_92kg3 | > why is the word "feminism" used here
Because the world we live in now is one that mostly discriminates against one gender. Especially when it comes to careers. | null | 0 | 1543677439 | False | 0 | eauvcdq | t3_a22biq | null | null | t1_eaum4o9 | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauvcdq/ | 1546279418 | 8 | t5_2fwo | r/programming | public | null |
False | nldoty | t2_2quk9wk8 | I’d love to see how the government expects this to work. I don’t think they understood the amount of business that will be lost. | null | 0 | 1544806171 | False | 0 | ebsb2z1 | t3_a66102 | null | null | t3_a66102 | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsb2z1/ | 1547607236 | 486 | t5_2fwo | r/programming | public | null |
False | the_mighty_skeetadon | t2_69hhd | You're completely right, but one other point: Google is NOT just a folder for the search engine. It includes almost every Product Area that you have heard of: Chrome, Photos, Maps, Fi, Android, Ads, Search, Brain, Cloud, Hardware (pixel, home, etc), YouTube... And the list goes on and on. | null | 0 | 1543677452 | False | 0 | eauvcvy | t3_a1tazn | null | null | t1_eatbqan | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauvcvy/ | 1546279425 | 1 | t5_2fwo | r/programming | public | null |
False | howHardIsIt2SignUp | t2_dge752e | WTF i'm not going to educate anyone
the clowns in the legislature can hire/appoint people who *know how this stuff works* instead of the children/wives/siblings of their biggest donors
for all the money and perks Congress members make, they can do this much work | null | 0 | 1544806205 | False | 0 | ebsb4rz | t3_a63ff2 | null | null | t3_a63ff2 | /r/programming/comments/a63ff2/we_as_an_industry_should_do_our_best_to_ensure/ebsb4rz/ | 1547607258 | 8 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | I've no reference but some other clojurists even [mentioned it](https://old.reddit.com/r/programming/comments/a1o5iz/maybe_not_rich_hickey/earpilm/) in this thread. | null | 0 | 1543677478 | 1543681609 | 0 | eauvdv3 | t3_a1o5iz | null | null | t1_eauj52x | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eauvdv3/ | 1546279437 | 1 | t5_2fwo | r/programming | public | null |
False | Jataman606 | t2_rm6rq | My point is that it takes very little effort from a programmer to not make this particular mistake (always wrapping blocks in braces). There are multiple classes of mistakes in C that are actually worth addressing in newer languages, but this one is just trivial. | null | 0 | 1544806231 | False | 0 | ebsb669 | t3_a5ylm8 | null | null | t1_ebs5sdh | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsb669/ | 1547607275 | 2 | t5_2fwo | r/programming | public | null |
False | robolab-io | t2_md5k8b0 | Everyone has Plumbus.js, it's native in your browser | null | 0 | 1543677516 | False | 0 | eauvfdn | t3_a1we32 | null | null | t1_eau5nxo | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/eauvfdn/ | 1546279456 | 2 | t5_2fwo | r/programming | public | null |
False | m50d | t2_6q02y | So perhaps that's the case the post should be making.
In principle I could be sold on Ada - though I find its verbosity very concerning, and I'd have to be convinced it offered good alternatives to the advanced type system constructs I've grown used to (HKT etc.). But just telling me it avoids a couple of C stupidities does not convey a compelling advantage for Ada. | null | 0 | 1544806249 | False | 0 | ebsb761 | t3_a5ylm8 | null | null | t1_ebs99jh | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsb761/ | 1547607287 | 3 | t5_2fwo | r/programming | public | null |
False | dvdkon | t2_dj4da | | null | 0 | 1543677644 | False | 0 | eauvk8u | t3_a1rp4s | null | null | t1_eaupdcz | /r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eauvk8u/ | 1546279515 | 1 | t5_2fwo | r/programming | public | null |
False | yeahbutbut | t2_cccqr | Use fundamental-mode. I've edited GB sized files in emacs, you just can't have the UI thread trying to run stuff across the entire buffer and blocking.
​
1K lines shouldn't put a stress on emacs normally though, so I'd say spacemacs is trying to do something absurd. My last employer had some 40kloc files that didn't slow down a 2.4 Ghz 4G ram machine in c mode... | null | 0 | 1544806289 | False | 0 | ebsb97d | t3_a61to1 | null | null | t1_ebrkdmv | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebsb97d/ | 1547607313 | 6 | t5_2fwo | r/programming | public | null |
False | rickityrixkityrick | t2_j4atsoi | Who is this guy why do people like him so much?? | null | 0 | 1543677650 | False | 0 | eauvkgk | t3_a1ysx2 | null | null | t3_a1ysx2 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauvkgk/ | 1546279518 | 25 | t5_2fwo | r/programming | public | null |
False | squigs | t2_14w6r | If I understand it, they're not obligated to put a backdoor in, but assist in finding a man's to circumvent their software, if they get a request.
They genuinely believe there's nothing they can do. If they felt otherwise, they'd work out a means to prevent that exploit, so I do wonder how this will play out. | null | 0 | 1544806386 | False | 0 | ebsbecu | t3_a66102 | null | null | t3_a66102 | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsbecu/ | 1547607376 | 51 | t5_2fwo | r/programming | public | null |
False | the_mighty_skeetadon | t2_69hhd | While a code of conduct *can* be a legally binding document, most are not. Additionally, contracts usually lay down very specific terms -- something like "don't be evil" is not specific enough to be binding since "evil" is s subjective moral assignation. Almost nobody thinks that they're being evil, even if everyone else thinks they are. | null | 0 | 1543677768 | False | 0 | eauvov5 | t3_a1tazn | null | null | t1_eatdtfd | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauvov5/ | 1546279573 | 1 | t5_2fwo | r/programming | public | null |
False | parrot_in_hell | t2_sh2kr | still, kudos for the work | null | 0 | 1544806418 | False | 0 | ebsbg1r | t3_a5sg9k | null | null | t1_ebr9tb2 | /r/programming/comments/a5sg9k/how_unix_programmers_at_restaurants_search_menus/ebsbg1r/ | 1547607397 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543677783 | 1543678780 | 0 | eauvpez | t3_a1ysx2 | null | null | t1_eauirp5 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauvpez/ | 1546279579 | -41 | t5_2fwo | r/programming | public | null |
False | pron98 | t2_f0thb | I agree with most of the opinions in the talk, but not with a tangential point made in the beginning:
> you can't do an experiment on that … we're fundamentally stuck in a world where we need to talk about things based on intuition, based on personal experience based on stories; and it's not the best way to make decisions but it's kind of all we got.
1. The resigned attitude is strange. Lots of fields of research can't do fully valid *direct* controlled experiments to test a hypothesis (and the question of the effectiveness of various techniques/tools is not particularly hard compared to others). But if the question is important, they try other ways. Sure, sometimes the results are meaningless; some attempts are downright ridiculous. But often *some* data is gathered that serves as some form of useful evidence. If you don't even try, it means that the question is not that important to you.
2. The lack of empirical evidence for *whatever* reason is no justification for *increased* confidence in stories or personal experience but for *decreased* confidence, even if that's "all we got." Stories and personal experience is how people sell homeopathy. Sure, sometimes all we got to make a decision is a coin toss, and that may be the best we can do, but that doesn't mean we should imbue the decision with any special significance beyond being a coin toss.
3. While many statistically significant effects are hard to see without controlled experiments, statistically significant effects that are also *large* usually don't stay hidden, even without meticulous experiments -- especially if the effect could be exploited for financial benefit in a capitalist system. If strong evidence of some effect is hard to obtain, the simplest explanation is that the effect is not large. In other words, confidence in a hypothesis of a large effect should decline over sufficient time without strong evidence. Over time, lack of evidence for a *big* claim becomes evidence against it.
| null | 0 | 1544806421 | 1544823561 | 0 | ebsbg7c | t3_a61eig | null | null | t3_a61eig | /r/programming/comments/a61eig/types_and_why_you_should_care/ebsbg7c/ | 1547607399 | 8 | t5_2fwo | r/programming | public | null |
False | tchaffee | t2_92kg3 | When I've talked to women about their experiences in tech one thing they have mentioned as being helpful is hearing from men who are willing to make the workplace more welcoming to them and who are willing to discuss the issue in the first place. As opposed to guys who will, just for example, defend talking to women at work as if they are sexual objects because "deal with it". You would personally rather that only women write these articles? Doesn't that sound a bit.... sexist to you?
​
>thinking they know what "has to be done"
​
Was there something in the article you think the author got wrong? | null | 0 | 1543677791 | False | 0 | eauvpqf | t3_a22biq | null | null | t1_eaum13d | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauvpqf/ | 1546279583 | 0 | t5_2fwo | r/programming | public | null |
False | andreeberhardt | t2_2s99nfvu | https://m.oglobo.globo.com/economia/globoplay-tera-pacote-com-telecine-premiere-23281411 | null | 0 | 1544806577 | False | 0 | ebsbobe | t3_a5wkot | null | null | t1_ebqy6n7 | /r/programming/comments/a5wkot/how_we_built_globoplays_api_gateway_using_graphql/ebsbobe/ | 1547607500 | 1 | t5_2fwo | r/programming | public | null |
False | Mognakor | t2_wazrw | Why does gcc turn memcpy into an unrolled loop instead of using REP MOVS ? | null | 0 | 1543677866 | False | 0 | eauvser | t3_a1roi0 | null | null | t1_eau9dw8 | /r/programming/comments/a1roi0/how_to_optimize_c_and_c_code_in_2018/eauvser/ | 1546279616 | 1 | t5_2fwo | r/programming | public | null |
False | gngeorgiev | t2_q0bfr | They need to clear the whole ecosystem. Package authors have no regards to CPU or memory usage. E.g. the native-dns package uses 60mb of memory worth in cache. It's insane, you start a new node app, 5 packages later it uses 200mb ram, it's insane and I hate this whole ecosystem. | null | 0 | 1544806649 | False | 0 | ebsbs46 | t3_a61to1 | null | null | t1_ebs51k6 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebsbs46/ | 1547607547 | 1 | t5_2fwo | r/programming | public | null |
False | Raenryong | t2_6xu1w | No, I'm saying it's retarded when people celebrate someone's skin colour or genitals rather than their talent.
I really wish assholes like you would understand that adding more discrimination won't fix anything, especially so clumsily. How do you work out how much adversity each person has faced? Or do you just do blanket? A poor white man has suffered far more than a middle class white or black woman. Etc.
Get it? It's dumb, and reduces people purely to their racial/sexual characteristics. | null | 0 | 1543677940 | False | 0 | eauvv7o | t3_a22biq | null | null | t1_eauutx9 | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauvv7o/ | 1546279651 | 2 | t5_2fwo | r/programming | public | null |
False | frankreyes | t2_uiwro | > If the compiler passes the ACATS, you can be sure it is conforment (validated)
Sure, but ACATS is just unit testing, and unit testing does not prove the absence of all bugs, only the presence. Having ACATS v4.1 (instead of stopping at 1.0) means that there were changes in the history of ACATS. Why? Because of the bugs in ACATS.
There's no reason to stop at N tools instead of N+1 tools, because the compiler is just one tool among many: operating system, IDE, source code versioning, merging tool, testing tools, continuous integration, and unit tests, just to name a few.
Your argument is just a strawman. | null | 0 | 1544806665 | False | 0 | ebsbsxu | t3_a5ylm8 | null | null | t1_ebs59rn | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsbsxu/ | 1547607556 | -1 | t5_2fwo | r/programming | public | null |
False | bdtddt | t2_x8et0 | Not an argument. | null | 0 | 1543677941 | False | 0 | eauvv9m | t3_a1yh8f | null | null | t1_eauu2sy | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eauvv9m/ | 1546279652 | 1 | t5_2fwo | r/programming | public | null |
False | industrious_horse | t2_1ud3keua | Has WhatsApp (FB) compromised? | null | 0 | 1544806699 | False | 0 | ebsbur2 | t3_a66102 | null | null | t3_a66102 | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsbur2/ | 1547607609 | 5 | t5_2fwo | r/programming | public | null |
False | DaveTheDalek | t2_z4pdz | Catering to the same people that *were* those children. | null | 0 | 1543677999 | False | 0 | eauvxfo | t3_a1ysx2 | null | null | t1_eauvpez | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauvxfo/ | 1546279678 | 23 | t5_2fwo | r/programming | public | null |
False | annexi-strayline | t2_opgl37x | Changes in ACATS follow changes in the standard only.
ACATS are not unit tests. They specifically test if the compiler is correctly following the language standard, and correctly enforcing language rules. ACATS are validation tests. ACATS does not look for "bugs", they look for non-conformance with the specification. I still don't know any other language that has language conformance tests like that.
Your argument is just a whataboutism. | null | 0 | 1544806946 | False | 0 | ebsc7jp | t3_a5ylm8 | null | null | t1_ebsbsxu | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsc7jp/ | 1547607767 | 7 | t5_2fwo | r/programming | public | null |
False | ase1590 | t2_6qlj4 | Google cloud print makes it simple to print from an android device though.
Kinda hard to replace printing from a mobile or tablet device when some executive wants to print from his iPad with AirPrint. | null | 0 | 1543678033 | False | 0 | eauvyrp | t3_a1ysx2 | null | null | t1_eaus51v | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauvyrp/ | 1546279694 | 7 | t5_2fwo | r/programming | public | null |
False | Jorgenfar | t2_del97 | They’re not Australian. | null | 0 | 1544806999 | False | 0 | ebscaah | t3_a66102 | null | null | t1_ebsbur2 | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebscaah/ | 1547607800 | -6 | t5_2fwo | r/programming | public | null |
False | jag_umiak_roans | t2_16n6ev | Pretty sure this guy hacked my instagram too. I saw the pewdieganda! | null | 0 | 1543678058 | False | 0 | eauvzqu | t3_a1ysx2 | null | null | t3_a1ysx2 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauvzqu/ | 1546279707 | -3 | t5_2fwo | r/programming | public | null |
False | tdammers | t2_6v532 | And that's what happens when you write shitty code at scale (a.k.a. "move fast and break things"). | null | 0 | 1544807037 | False | 0 | ebscca3 | t3_a66ljo | null | null | t3_a66ljo | /r/programming/comments/a66ljo/were_sorry_this_happened_bug_at_facebook_allows/ebscca3/ | 1547607825 | 14 | t5_2fwo | r/programming | public | null |
False | UndeadMeme | t2_4i162 | 9 year olds is what he calls his fans | null | 0 | 1543678115 | False | 0 | eauw1uh | t3_a1ysx2 | null | null | t1_eauvpez | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauw1uh/ | 1546279732 | 49 | t5_2fwo | r/programming | public | null |
False | jeanlaf | t2_11542k | Hopefully not! | null | 0 | 1544807065 | False | 0 | ebscdot | t3_a5z6i5 | null | null | t1_ebs808j | /r/programming/comments/a5z6i5/full_stack_software_developer_named/ebscdot/ | 1547607842 | 1 | t5_2fwo | r/programming | public | null |
False | mcb3k | t2_4gzqu | AGPL would be a really good choice, since it forces distribution of both the client and the server side of the equation. | null | 0 | 1543678151 | False | 0 | eauw36p | t3_a1tazn | null | null | t1_eaurudo | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauw36p/ | 1546279749 | 6 | t5_2fwo | r/programming | public | null |
False | bartonski | t2_493wz | You're missing the point.
$ time for i in {1..1000}; do cat /usr/share/dict/words | grep grimness > /dev/null; done
real 0m2.955s
user 0m2.595s
sys 0m1.829s
$ time for i in {1..1000}; do grep grimness /usr/share/dict/words > /dev/null; done
real 0m2.503s
user 0m1.611s
sys 0m1.011s
That means that per run, there's half a millisecond difference. If you had the two processes running side by side and displayed the word DONE in a 200 point font when both were done, you would only start to perceive a difference if you ran both 20 times in a row.
Yes. Useless use of cat is 'bad practice'. No, don't do it in a shell script, you should know better... but at the same time, think. `fork()/exec()` are cheap in *nix. Does burning processes matter? In the time that it takes you to change `cat foo | grep bar` to `grep bar foo`, you can launch, conservatively, 1-2K processes. | null | 0 | 1544807077 | False | 0 | ebscec0 | t3_a5sg9k | null | null | t1_ebrvsro | /r/programming/comments/a5sg9k/how_unix_programmers_at_restaurants_search_menus/ebscec0/ | 1547607850 | 3 | t5_2fwo | r/programming | public | null |
False | TaviRider | t2_4j58d | The shadow casting is perfectly linear and goes out infinitely from the light source, but the light on the floor has a sudden drop off. Once I noticed it, it seemed incongruous. | null | 0 | 1543678170 | False | 0 | eauw3uj | t3_a230zo | null | null | t3_a230zo | /r/programming/comments/a230zo/my_attempt_at_a_shadow_casting_algorithm/eauw3uj/ | 1546279757 | 23 | t5_2fwo | r/programming | public | null |
False | annexi-strayline | t2_opgl37x | Why is the verbosity concerning? It is there for a reason - readability. I still have never heard a viable reason as to why a language should be made easier to write and the expense of readability.
I also note that the verbosity of Ada is very good at finding common errors. | null | 0 | 1544807092 | False | 0 | ebscf3h | t3_a5ylm8 | null | null | t1_ebsb761 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebscf3h/ | 1547607860 | 3 | t5_2fwo | r/programming | public | null |
False | tchaffee | t2_92kg3 | Some of us are. I have hired conservatives because - all else equal - I want their unique views in my workplace, even though I'm not conservative myself. And that has paid off. I wouldn't hire a Damore. He's got a load of issues that I'm not interested in going into detail about or debating here.
Do you have evidence that folks interested in diversity aren't truly concerned about various difference perspectives? Other than Google firing one guy? A study maybe? Something other than anecdotal? | null | 0 | 1543678181 | False | 0 | eauw49l | t3_a22biq | null | null | t1_eaukq54 | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauw49l/ | 1546279763 | 1 | t5_2fwo | r/programming | public | null |
False | mojomonkeyfish | t2_71i1r | It's the hiring equivalent of the dog mentality: "Throw ball. No take ball, just throw ball." | null | 0 | 1544807107 | False | 0 | ebscfw3 | t3_a5i57x | null | null | t1_ebrhmmd | /r/programming/comments/a5i57x/the_rise_of_microsoft_visual_studio_code/ebscfw3/ | 1547607869 | 1 | t5_2fwo | r/programming | public | null |
False | grauenwolf | t2_570j | CSV import is handled via SSIS or the GUI or Powershell scripts.
Yea, it's weird that they don't have a T-SQL option, but that's not the same as not being able to do it at all. | null | 0 | 1543678194 | False | 0 | eauw4q5 | t3_a18ich | null | null | t1_eaub3sp | /r/programming/comments/a18ich/how_postgres_is_more_than_a_relational_database/eauw4q5/ | 1546279768 | 1 | t5_2fwo | r/programming | public | null |
False | andreeberhardt | t2_2s99nfvu | Nope. We are running a nodejs apollo server that is hosted in our own infra. | null | 0 | 1544807175 | False | 0 | ebscjev | t3_a5wkot | null | null | t1_ebq33jw | /r/programming/comments/a5wkot/how_we_built_globoplays_api_gateway_using_graphql/ebscjev/ | 1547607913 | 1 | t5_2fwo | r/programming | public | null |
False | _AACO | t2_j2hfv | I assumed parent poster watches pewdiepie videos exactly because the "9 year-old" part | null | 0 | 1543678213 | False | 0 | eauw5dx | t3_a1ysx2 | null | null | t1_eauvpez | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauw5dx/ | 1546279806 | 10 | t5_2fwo | r/programming | public | null |
False | annexi-strayline | t2_opgl37x | Baby steps! Remember that the blog specifically intends to focus on well-known, actual vulnerabilities. The theme is to say - if Ada was the project language, this disaster would probably never have happened. Goto fail is both (in)famous, and easy to understand. It is a great introductory example. It is not, nor does it try to be, the be-all to end-all example. | null | 0 | 1544807240 | False | 0 | ebscmuq | t3_a5ylm8 | null | null | t1_ebsb669 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebscmuq/ | 1547607955 | 4 | t5_2fwo | r/programming | public | null |
False | NotUniqueOrSpecial | t2_3wrgy | Urbit is serious. It's just pretty much unlike any other programming language that exists. My coworker and I describe it as what programming would look like if we found computers built by aliens.
It sounds like /u/shadowh511 has actually spent time on their chat, so maybe they can add to that. | null | 0 | 1543678320 | False | 0 | eauw96h | t3_a1we32 | null | null | t1_eauehu2 | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/eauw96h/ | 1546279852 | 4 | t5_2fwo | r/programming | public | null |
False | Dr-ZerO | t2_11knue | I think real-time here means "we use WebSockets so we can also push data to the client". | null | 0 | 1544807275 | False | 0 | ebscoot | t3_a661pv | null | null | t1_ebsb00o | /r/programming/comments/a661pv/cettia_a_fullfeatured_realtime_web_framework_for/ebscoot/ | 1547607978 | 9 | t5_2fwo | r/programming | public | null |
False | the_mighty_skeetadon | t2_69hhd | Because the prior art discovered was incomplete. At a place like Google, that is the responsibility of the *lawyers*, not the inventors. I tend to think that either the lawyers were ignorant of the tech or they began the filing process well before they met this guy. | null | 0 | 1543678449 | False | 0 | eauwe4y | t3_a1tazn | null | null | t1_eatip2e | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauwe4y/ | 1546279914 | 1 | t5_2fwo | r/programming | public | null |
False | kbilsted | t2_33jj6 | If you are interested in Performance, you should look into the Okanshi library [https://github.com/mvno/Okanshi](https://github.com/mvno/Okanshi) | null | 0 | 1544807375 | False | 0 | ebsctua | t3_a64aiz | null | null | t3_a64aiz | /r/programming/comments/a64aiz/building_faster_backends_in_aspnet_core/ebsctua/ | 1547608042 | 2 | t5_2fwo | r/programming | public | null |
False | T-rex_with_a_gun | t2_5zxka | whats good for cc-nc ?
essentially gpl but can't do commercial | null | 0 | 1543678514 | False | 0 | eauwgis | t3_a1tazn | null | null | t1_eauljtz | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauwgis/ | 1546279944 | 1 | t5_2fwo | r/programming | public | null |
False | frankreyes | t2_uiwro | >Changes in ACATS follow changes in the standard only.
That's not true at all, just read your own link again. The version history in the ACATS page is clear. Current version 4.1 for ADA 2012 came after version 4.0 for ADA 2012. The same language standard, two ACATS versions. And if you read ahead a bit more you'll see that there is an ACATS 1.11 for Ada 83. Eleven (twelve?) releases for the same language version. ACATS is unit testing. | null | 0 | 1544807393 | False | 0 | ebscut9 | t3_a5ylm8 | null | null | t1_ebsc7jp | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebscut9/ | 1547608053 | -1 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | > I would argue that it's simpler, especially if there is ever the desire to refactor the Options once you know you can provide them, which I believe is a point Rich makes in his talk.
Then they can be refactored easily in a statically typed language.
Or just use the implicit converter I gave you to create phantom optionals - like how you're doing it in clojure.
> Contrast that to the schema/select style...It was impossible to tell why something was an Option and it just served to make code that used these case classes more complex than they often needed to be.
You can't act like Option is complex when your clojure solution is significantly more complex.
Also, both the spec and implicit-def "solutions" are hacks. Just refactor them.
> I would also think that performance would be better in a schema/select design than having Option; there is less work for an optimizer to do when all uses of year don't have to be followed by exists.
No, it wouldn't be because it works with reflection. You're already sacrificing a lot of performance because of dynamic typing but with something like spec you waste even more to dynamic hacks.
> With respect to ugliness, just on the surface level, Lisp is so much more beautiful than Algol-style syntax languages.
No, it isn't. Lisp is ugly af.
> But the deeper beauty with Lisp is how the syntax enables macros that are so much better than C-style macros or C++-style metaprogramming.
Comparing apples to oranges here. Scala, Rust, Nim etc. have much more powerful metaprogramming features than C or C++ too because they use hygienic AST macros. Can you detect data races with clojure at compile-time [like Nim](https://nim-lang.org/docs/manual.html#parallel-amp-spawn)?
> I have practically no experience with Scala macros, but at first glance, the q"" form string interpolator is significantly more ugly than the way Lisps do things.
Well, the q"" is just the quasiquote which is just advanced templating. The real scala macros which work with ASTs are also much simpler than your spec code or the macros in clojure. | null | 0 | 1543678531 | False | 0 | eauwh55 | t3_a1o5iz | null | null | t1_eauksyg | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eauwh55/ | 1546279951 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544807455 | False | 0 | ebscxws | t3_a63q5y | null | null | t3_a63q5y | /r/programming/comments/a63q5y/evelyn_berezin_word_processor_pioneer_dies_aged_93/ebscxws/ | 1547608092 | -23 | t5_2fwo | r/programming | public | null |
False | AngularBeginner | t2_eky8x | No disclaimer, no source, no information what it does, what platforms are supported, basically no information at all. Just a link to a login form only supporting Google accounts. | null | 0 | 1543678612 | False | 0 | eauwk3b | t3_a23dwp | null | null | t3_a23dwp | /r/programming/comments/a23dwp/wwwshareconfigcom_share_your_config_across_devices/eauwk3b/ | 1546279987 | 5 | t5_2fwo | r/programming | public | null |
False | Pomnom | t2_48wl3 | [Bouncy castle](http://bouncycastle.org/) is among the most common OSS non-US-originated cryptographic library. IIRC android at one point uses this to work around the DoS export restriction.
It will be an interesting time for sure. | null | 0 | 1544807520 | False | 0 | ebsd1gu | t3_a66102 | null | null | t3_a66102 | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsd1gu/ | 1547608136 | 162 | t5_2fwo | r/programming | public | null |
False | RangerPretzel | t2_5z6ev | Oh yeah. It's interesting. I think I might have made the first post and called OP out for the low effort post. Then I left and came back later. And actually OP explained what he was after, but I was long gone and branded a troll or any number of other despicable things. Eh, it's okay. I'm not offended. I'm just blown away that 250+ people would downvote my first post. I mean... if it's downvoted a dozen times already... hehehe. :) | null | 0 | 1543678644 | False | 0 | eauwl91 | t3_a1rp4s | null | null | t1_eatzana | /r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eauwl91/ | 1546280001 | 0 | t5_2fwo | r/programming | public | null |
False | amadeuspaz | t2_242r2t90 | I can't understand the reason why they insist 'Almost all popular web frameworks in Java are supported' without Play framework support. | null | 0 | 1544807574 | False | 0 | ebsd4a2 | t3_a661pv | null | null | t3_a661pv | /r/programming/comments/a661pv/cettia_a_fullfeatured_realtime_web_framework_for/ebsd4a2/ | 1547608170 | 2 | t5_2fwo | r/programming | public | null |
False | arebokert | t2_761ei | Well I wasn't 9 around 2010 and I absolutely hated the content he made then, but now I think his videos are pretty funny | null | 0 | 1543678675 | False | 0 | eauwmgb | t3_a1ysx2 | null | null | t1_eauvxfo | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauwmgb/ | 1546280017 | -24 | t5_2fwo | r/programming | public | null |
False | leonardomso | t2_131ojb | Top Projects in 2018
[https://blog.github.com/2018-12-13-new-open-source-projects/](https://blog.github.com/2018-12-13-new-open-source-projects/)
I'm writing this just to thank all of you who helped with this project, I'd like to thanks all of the 44 contributors that have contributed to the project, and for all of those who have made some constructive feedback! Thanks y'all!
I'm really proud of this project and really glad of the huge feedback that I've been receiving for the last months.
If you don't know the project yet, I'd really recommend it for all of those who want to learn more about JavaScript. If you want to contribute to the project, or just give a feedback, please feel free to do:
33 concepts every JavaScript developer should know
[https://github.com/leonardomso/33-js-concepts](https://github.com/leonardomso/33-js-concepts) | null | 0 | 1544807599 | False | 0 | ebsd5m0 | t3_a661q3 | null | null | t3_a661q3 | /r/programming/comments/a661q3/my_project_was_considered_by_github_as_one_of_the/ebsd5m0/ | 1547608217 | -18 | t5_2fwo | r/programming | public | null |
False | the_mighty_skeetadon | t2_69hhd | >All it gives you the right to do is spend more money suing people who violate your patent
That's not exactly right. A patent grants you the exclusive right to produce and market the invention. If someone infringes on that right, yes, you can choose to sue them... And then they have to pay you restitution. That's how the government protects you. | null | 0 | 1543678683 | False | 0 | eauwms0 | t3_a1tazn | null | null | t1_eatohf0 | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauwms0/ | 1546280021 | 0 | t5_2fwo | r/programming | public | null |
False | tonylearns | t2_7sidw | But they have users in Australia, so they law still applies to them. | null | 0 | 1544807633 | False | 0 | ebsd7ez | t3_a66102 | null | null | t1_ebscaah | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsd7ez/ | 1547608240 | 23 | t5_2fwo | r/programming | public | null |
False | SaltineAmerican_1970 | t2_2kk3ohg | For the same reason it was yesterday, | null | 0 | 1543678685 | False | 0 | eauwmv2 | t3_a23csk | null | null | t3_a23csk | /r/programming/comments/a23csk/why_is_2_i_i_faster_than_2_i_i_in_java/eauwmv2/ | 1546280021 | 5 | t5_2fwo | r/programming | public | null |
False | monumentshorts | t2_6skw4 | This is what happens when you have a culture of “test in prod” and not isolated sandboxes, or have good automated tests, functional tests, integration tests, etc.
I work at a Silicon Valley unicorn and they all have this mentality and then are surprised when their shit breaks and users lose trust. don’t know why they don’t think their shit doesn’t stink? Maybe it’s the tight pants and scooters.
I kind of get it I guess, they’re able to make money even while building a pile of shit. Then it breeds a new generation of engineers who believe that working hard, not smart, is totally ok to get ahead. The world isn’t really proving them wrong, and us older grey beards are sort of just ignored. ¯\\_(ツ)_/¯ | null | 0 | 1544807694 | False | 0 | ebsdam6 | t3_a66ljo | null | null | t1_ebscca3 | /r/programming/comments/a66ljo/were_sorry_this_happened_bug_at_facebook_allows/ebsdam6/ | 1547608280 | 4 | t5_2fwo | r/programming | public | null |
False | GYN-k4H-Q3z-75B | t2_lbonz | I wrote my first programs aged 9. It's not about CompSci. It's about doing what you're interested in. CompSci education doesn't make you a good programmer. | null | 0 | 1543678711 | False | 0 | eauwnte | t3_a22biq | null | null | t1_eauo0l2 | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauwnte/ | 1546280033 | 5 | t5_2fwo | r/programming | public | null |
False | IMovedYourCheese | t2_ld7yx | Lawmakers can already hire any number of qualified staff or consultants to help them understand technology and advise them on how to act. Same goes for any other field. The reality is that they simply do not care.
The recent hearings weren't for the purpose of protecting citizens and holding tech companies accountable — it was so politicians could score cheap points and show their base that they were punishing these companies for helping democrats. | null | 0 | 1544807703 | False | 0 | ebsdb40 | t3_a63ff2 | null | null | t3_a63ff2 | /r/programming/comments/a63ff2/we_as_an_industry_should_do_our_best_to_ensure/ebsdb40/ | 1547608286 | 4 | t5_2fwo | r/programming | public | null |
False | nunz | t2_3g6s9 | I think this is cool and certainly appreciate you sharing this with the community, but what does this solve that git and stow do not solve? | null | 0 | 1543678714 | False | 0 | eauwnxi | t3_a23dwp | null | null | t3_a23dwp | /r/programming/comments/a23dwp/wwwshareconfigcom_share_your_config_across_devices/eauwnxi/ | 1546280035 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544807717 | False | 0 | ebsdbra | t3_a66102 | null | null | t3_a66102 | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebsdbra/ | 1547608294 | 52 | t5_2fwo | r/programming | public | null |
False | arebokert | t2_761ei | Welp, guess I don't watch him enough to catch that joke lol | null | 0 | 1543678717 | False | 0 | eauwo1h | t3_a1ysx2 | null | null | t1_eauw5dx | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauwo1h/ | 1546280036 | -3 | t5_2fwo | r/programming | public | null |
False | Gotebe | t2_2y75 | From what you wrote it rather looks like 4th doesn't fit in the first place. | null | 0 | 1544807724 | False | 0 | ebsdc4l | t3_a5y50c | null | null | t1_ebs8l1q | /r/programming/comments/a5y50c/why_bad_software_architecture_is_easy_to_monetize/ebsdc4l/ | 1547608299 | 2 | t5_2fwo | r/programming | public | null |
False | RealDudeMaybe | t2_22d7cbke | He will just have to wait till you two can talk in person. | null | 0 | 1543678730 | False | 0 | eauwoiy | t3_a1ysx2 | null | null | t1_eaulyqb | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauwoiy/ | 1546280041 | 7 | t5_2fwo | r/programming | public | null |
False | CautiousSquare | t2_2oxudu46 | Would you rather have shitty code that leads to billion dollar company or amazing code at a failed company? | null | 0 | 1544807827 | False | 0 | ebsdhlm | t3_a66ljo | null | null | t1_ebscca3 | /r/programming/comments/a66ljo/were_sorry_this_happened_bug_at_facebook_allows/ebsdhlm/ | 1547608367 | 7 | t5_2fwo | r/programming | public | null |
False | fourdebt | t2_1ir80c62 | is this a woooosh? i can't tell | null | 0 | 1543678754 | False | 0 | eauwpe5 | t3_a1ysx2 | null | null | t1_eauvpez | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauwpe5/ | 1546280054 | 5 | t5_2fwo | r/programming | public | null |
False | Gotebe | t2_2y75 | Haha, true. Maybe because of the consequences of faults 😁😁😁 | null | 0 | 1544807832 | False | 0 | ebsdhws | t3_a5ylm8 | null | null | t1_ebrg6fy | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsdhws/ | 1547608371 | 2 | t5_2fwo | r/programming | public | null |
False | the_mighty_skeetadon | t2_69hhd | "Oh wow cool you're working on exactly the same stuff we're working on? You seem awesome! Want to come work together?"
Which, by the way, is how 99% of these sorts of conversations go. | null | 0 | 1543678778 | False | 0 | eauwqdy | t3_a1tazn | null | null | t1_eat11ri | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauwqdy/ | 1546280066 | 1 | t5_2fwo | r/programming | public | null |
False | annexi-strayline | t2_opgl37x | ACATS tests are directly tied with the standard. So version 4.1 is for the Ada 2012 standard. Like everything in Ada, the ACATS tests are peer-reviewed and refined based on the results of those reviews. The major version of the ACATS refers to each approved standard. Ada 83 - 1.0, 95 - 2.0, 2005 - 3.0, 2012 - 4.0. The peer-review stage requires the tests to be released to the community for review. This sometimes results in minor, often pedantic changes.
Notice how the number of changes are going down with successive standard update? Refinement and peer-review is a wonderful thing. | null | 0 | 1544807856 | False | 0 | ebsdj65 | t3_a5ylm8 | null | null | t1_ebscut9 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsdj65/ | 1547608386 | 3 | t5_2fwo | r/programming | public | null |
False | Fonz234 | t2_p39j8 | Same... also they don't understand how long something takes when its your first time doing it... so many arbitrary "deadline" missed.. I will say that I love that I get to develop everything from scratch, really keeps the job interesting | null | 0 | 1543678790 | False | 0 | eauwqvd | t3_9arzvd | null | null | t1_e4xxjqo | /r/programming/comments/9arzvd/staying_sane_as_a_solo_developer/eauwqvd/ | 1546280072 | 2 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | > Another problem is that this distinction doesn't really tell you much.
Nope. It does. A lot.
If you don't even have enough useful information in compile time to generate efficient code, you have even less information to reason about correctness of the code, to navigate it with precision, and so on.
The difference between dynamic (interpreted in runtime, in any possible way, from a JIT compilation to the dumbest possible AST walking interpreter) and static (fully resolved in compilation time, optimised efficiently) is still fundamental. | null | 0 | 1544807983 | False | 0 | ebsdpq3 | t3_a60dlr | null | null | t1_ebrwenp | /r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebsdpq3/ | 1547608467 | 0 | t5_2fwo | r/programming | public | null |
False | Benjamin-FL | t2_sval6 | [This](https://users.rust-lang.org/t/the-beta-rust-lang-org-pr-debacle/22778/26) is the main feedback-related thread I've seen on the rust forum. It is *not* generally positive. I'm honestly really curious where I can find any significant positive feedback on the new design. | null | 0 | 1543678844 | False | 0 | eauwt3u | t3_a1jjyg | null | null | t1_earmt9x | /r/programming/comments/a1jjyg/a_new_look_for_rustlangorg/eauwt3u/ | 1546280099 | 3 | t5_2fwo | r/programming | public | null |
False | ellicottvilleny | t2_5g0o1 | Not just a LOT MORE work. Also, vulnerable to failures.
Do not nasa and JPL do code reviews? Sure they do. Do these issues evade detection in code review, and in LINT tools? YES. | null | 0 | 1544807983 | False | 0 | ebsdpqv | t3_a5ylm8 | null | null | t1_ebr3gds | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsdpqv/ | 1547608467 | 3 | t5_2fwo | r/programming | public | null |
False | s0lly | t2_j2bhc | It's two different techniques being applied. The first is pure shadow casting. The second is the effect of a "light source" that dims over distance. I definitely need to combine the two effects a bit more smoothly methinks. | null | 0 | 1543678886 | False | 0 | eauwuuo | t3_a230zo | null | null | t1_eauw3uj | /r/programming/comments/a230zo/my_attempt_at_a_shadow_casting_algorithm/eauwuuo/ | 1546280120 | 9 | t5_2fwo | r/programming | public | null |
False | ellicottvilleny | t2_5g0o1 | 99% of companies I've worked for are hostile. | null | 0 | 1544808015 | False | 0 | ebsdrgz | t3_a5ylm8 | null | null | t1_ebrcuwl | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsdrgz/ | 1547608489 | 2 | t5_2fwo | r/programming | public | null |
False | GYN-k4H-Q3z-75B | t2_lbonz | It had a greater share of women in it, but it was never "dominated" by them. In fact, having done business in India, there are almost 40% women in the industry even today. And from my experience, they're better than their male counterparts. The question never is why women aren't into programming. It actually is why they're not into programming *in the west*, where they have many more other choices. | null | 1 | 1543678962 | False | 0 | eauwxw2 | t3_a22biq | null | null | t1_eautcqj | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eauwxw2/ | 1546280158 | 0 | t5_2fwo | r/programming | public | null |
False | ellicottvilleny | t2_5g0o1 | True. But code reviews make the latent issues worse, not better.
Trust me I love code reviews here. I'm just saying that code reviews can fix your bad language design is a sad, pathetic argument. I endorse code reviews and when I conduct them, I try to show a way to do them that is egoless. The only goal is to be error free, and to know if the change is correct. That's all. When code reviews reveal your dysfunction, you can treat that as a benefit of code review. It has unearthed a stench. Now let's handle the stench professionally, with the support of senior leadership, so that we can fix the dysfunction, and if necessary, shuffle the team and let a guy who can not or will not alter his style go.
Fix the fucking languages, language design pros, so that code reviews can become code reviews instead of a manual LINT process.
For C, C++ and so on, that ship has flown, it's bad by design.
| null | 0 | 1544808081 | 1544808303 | 0 | ebsduzt | t3_a5ylm8 | null | null | t1_ebreo75 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebsduzt/ | 1547608531 | 2 | t5_2fwo | r/programming | public | null |
False | pseudochron | t2_62k8y | The guy did an AMA: https://www.reddit.com/r/AMA/comments/a1wo96/i_hacked_50000_printers_worldwide_out_of/ | null | 0 | 1543679102 | False | 0 | eaux3cc | t3_a1ysx2 | null | null | t3_a1ysx2 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eaux3cc/ | 1546280226 | 3 | t5_2fwo | r/programming | public | null |
False | livethefastlife | t2_p7dv8b1 | Hi I'm not sure where to post this but hopefully this is the right place.
In O Auth 2.0 is there ever a need to create a signature (md5 or hmac) within the request URL?
The taobao (tmall) API says it is using OAuth 2.0 but it then asks to sign the request with a signature using the session key that we get from the token url.
I cannot see why this would be necessary if the authorisation has already handed by O Auth 2.0
| null | 0 | 1544808091 | False | 0 | ebsdvk7 | t3_a66rkw | null | null | t3_a66rkw | /r/programming/comments/a66rkw/oauth_20_question/ebsdvk7/ | 1547608539 | 1 | t5_2fwo | r/programming | public | null |
False | gredr | t2_qb5vu | That's the feeling I got from reading the bugs, but you should do you own research before putting your environment at risk. | null | 0 | 1543679201 | False | 0 | eaux775 | t3_a1u6ge | null | null | t1_eau7sjc | /r/programming/comments/a1u6ge/bug_the_latest_nodejs_lts_can_make_permanent/eaux775/ | 1546280273 | 1 | t5_2fwo | r/programming | public | null |
False | jed2500 | t2_11ev8v | The Literate programming tool used to make this is really great. Works with any programming language and very easy to use. I'm a huge fan: https://github.com/zyedidia/Literate | null | 0 | 1544808200 | False | 0 | ebse1dh | t3_a61to1 | null | null | t3_a61to1 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebse1dh/ | 1547608610 | 10 | t5_2fwo | r/programming | public | null |
False | timbowen | t2_3djn8 | Yeah that’s literally what I posted. | null | 1 | 1543679226 | False | 0 | eaux85z | t3_a22biq | null | null | t1_eauwnte | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eaux85z/ | 1546280285 | 2 | t5_2fwo | r/programming | public | null |
False | FengShuiAvenger | t2_4i9senc | In other news: http://edge.alluremedia.com.au/m/g/2016/06/old-man-yells-at-cloud.jpg
Seriously though, these kinds of vaguely attributed straw man arguments Uncle Bob is so fond of building are counter productive. I’m sure if you went digging you could find people seriously making the argument against terms like DDD, but trying to paint that as a common progressive viewpoint is just being divisive for the sake of being divisive. Let’s all chill out and take some arguments on their merits instead. | null | 0 | 1544808266 | False | 0 | ebse4yz | t3_a66f6u | null | null | t3_a66f6u | /r/programming/comments/a66f6u/uncle_bob_sjwjs/ebse4yz/ | 1547608655 | 19 | t5_2fwo | r/programming | public | null |
False | DC-3 | t2_nbm0b | Look at Steve's twitter replies. That's it, as far as I can ascertain. | null | 0 | 1543679243 | 1543683239 | 0 | eaux8vh | t3_a1jjyg | null | null | t1_eauwt3u | /r/programming/comments/a1jjyg/a_new_look_for_rustlangorg/eaux8vh/ | 1546280293 | 1 | t5_2fwo | r/programming | public | null |
False | HowDoIDoFinances | t2_14s0va9q | Attempting to weaken encryption is the definition of a losing battle. It's trivial to properly encrypt if you want to hide bad things. All this does is demolish privacy for normal people. | null | 0 | 1544808289 | False | 0 | ebse67k | t3_a66102 | null | null | t3_a66102 | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebse67k/ | 1547608670 | 363 | t5_2fwo | r/programming | public | null |