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 | IshKebab | t2_htaqb | I've always been tempted but America isn't as nice a place to live IMO, and more importantly I'd have to leave all my friend behind. | null | 0 | 1544430066 | False | 0 | ebhi5yx | t3_a4n8jv | null | null | t1_ebgk9b5 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhi5yx/ | 1547423695 | 22 | t5_2fwo | r/programming | public | null |
False | OneWingedShark | t2_bx7wh | Interesting; I find myself intrigued. | null | 0 | 1545635139 | False | 0 | ecg0g6r | t3_a90xot | null | null | t1_ecfw8vl | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg0g6r/ | 1548006216 | 1 | t5_2fwo | r/programming | public | null |
False | asdfkjasdhkasd | t2_15jlfw | > Plus it's also much easier to flip through a book for various reasons than it is to do it on an Ebook.
This doesn't outweigh all the benfits of a pdf though. (Text searching, clickable links, copy & paste, doesn't degrade in quality over time) | null | 1 | 1544430208 | False | 0 | ebhi8z9 | t3_a4m0rb | null | null | t1_ebgkegu | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebhi8z9/ | 1547423733 | 2 | t5_2fwo | r/programming | public | null |
False | seisvelas | t2_2hhq6e9u | His comment could be read to mean that Java teaches a type of OOP that is horrible, rather than that all OOP is horrible. Like saying, "prisons punish inmates with horrible food." | null | 0 | 1545635142 | False | 0 | ecg0g97 | t3_a90xot | null | null | t1_ecfyn7p | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg0g97/ | 1548006216 | 7 | t5_2fwo | r/programming | public | null |
False | sammymammy2 | t2_xoqzw | Looking up by table of contents and index is usually good enough and books rarely degrade the actual text. The aging of a book is a plus to me, I age so why shouldn't my things? | null | 0 | 1544430336 | False | 0 | ebhibps | t3_a4m0rb | null | null | t1_ebhi8z9 | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebhibps/ | 1547423768 | 2 | t5_2fwo | r/programming | public | null |
False | kenshirriff | t2_7rphg | Yes, you are correct.
| null | 0 | 1545635571 | False | 0 | ecg0r65 | t3_a8tmd0 | null | null | t1_ecelkes | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg0r65/ | 1548006351 | 2 | t5_2fwo | r/programming | public | null |
False | MrToolBelt | t2_3zcqb | > Estonia, Poland, Prague, and Ireland have been getting tons of openings.
I don’t see London, Paris, or Geneva in what i said...
I make a fair amount for my current level, but i know people making more.
Mostly i find it odd that colleagues with the same role can make so much less.
| null | 0 | 1544430374 | False | 0 | ebhich7 | t3_a4n8jv | null | null | t1_ebhi2mr | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhich7/ | 1547423776 | 3 | t5_2fwo | r/programming | public | null |
False | icefoxen | t2_as2vj | Sounds like you want Haskell. ;-) | null | 0 | 1545635631 | False | 0 | ecg0sl7 | t3_a8rptf | null | null | t1_eceanoi | /r/programming/comments/a8rptf/i_do_not_like_go/ecg0sl7/ | 1548006368 | 1 | t5_2fwo | r/programming | public | null |
False | RarePush | t2_1xx1bna5 | > as long as you are not in the bay area
I live in San Francisco as a software engineer and work for a tech company here: I make 190k base salary per year + ~$225k RSUs per year (reserved stock units). I consider my income to be average here.
The stock is equity that is for the time being not real - the company I work for hasn't gone public, but it's nice to know that if it does go public and the value of the company grows (or just stalls) that I have $225k/year equity.
However as you said, work life balance is actually pretty good - yes paid time-off, etc. But the cost of living in SF is high. | null | 0 | 1544430398 | False | 0 | ebhiczn | t3_a4n8jv | null | null | t1_ebh2ayb | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiczn/ | 1547423783 | 0 | t5_2fwo | r/programming | public | null |
False | LawrenceWoodman | t2_7ilvi | I'm always struck by boasts of 100% coverage which haven't even exercised all pathways through a piece of boolean logic such as:
int eitherEqualOne(int a, int b) {
if (a == 1 || b == 0) {
return 1;
}
return 0;
}
You could easily get 100% code coverage for this function by just testing cases where `a` is or isn't equal to `1` and yet it is clearly wrong. | null | 0 | 1545635714 | False | 0 | ecg0ukf | t3_a8zgcm | null | null | t3_a8zgcm | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecg0ukf/ | 1548006393 | 12 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | This solution would have expected the engineers to acknowledge the fact that this "embedded" system overheats, in the first place. | null | 0 | 1544430432 | False | 0 | ebhidpd | t3_a45jvw | null | null | t1_ebgxyu3 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebhidpd/ | 1547423791 | 4 | t5_2fwo | r/programming | public | null |
False | ZiggyTheHamster | t2_5qzay | You're assuming people update, though. I've got plenty of node projects which are frozen in time two or three years ago. They still run last I tried, but I guarantee they won't if I deleted `node_modules` and `npm install`ed even though there's a lock file.
What's the point in upgrading something I wrote as a proof of concept years ago? There isn't one.. but why should I make it completely broken by deleting its `node_modules` directory? Maybe you'd argue to just delete the code, but I'm someone that has the code I wrote in middle school in a BBS-pirated copy of QuickBasic :\ | null | 0 | 1545635717 | False | 0 | ecg0unk | t3_a89y3r | null | null | t1_ecb0081 | /r/programming/comments/a89y3r/the_node_modules_problem/ecg0unk/ | 1548006395 | 1 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | I really enjoyed the wiggle effect. Amusing. | null | 0 | 1544430443 | False | 0 | ebhidxn | t3_a4n8jv | null | null | t1_ebg78gz | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhidxn/ | 1547423794 | 2 | t5_2fwo | r/programming | public | null |
False | FascinatedBox | t2_11blb3 | developers RISE UP | null | 0 | 1545635718 | False | 0 | ecg0uok | t3_a0ppe5 | null | null | t1_ealhb0k | /r/programming/comments/a0ppe5/devsense_steals_and_sells_opensource_ide/ecg0uok/ | 1548006396 | 2 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | It certainly does. You can live at the NEMA or the Paramount with that. I pay under $2.5k for a 1 bedroom in Glen Park. | null | 0 | 1544430547 | False | 0 | ebhig5o | t3_a4n8jv | null | null | t1_ebh947n | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhig5o/ | 1547423822 | 1 | t5_2fwo | r/programming | public | null |
False | ZiggyTheHamster | t2_5qzay | Right, but in a pre-just-use-Yarn project, you wouldn't want to destroy `node_modules`. | null | 0 | 1545635782 | False | 0 | ecg0w95 | t3_a89y3r | null | null | t1_ecawlgp | /r/programming/comments/a89y3r/the_node_modules_problem/ecg0w95/ | 1548006415 | 1 | t5_2fwo | r/programming | public | null |
False | quick_dudley | t2_zel5m | > To be completely honest, I struggled with backprop for weeks before I really understood it
I never had much trouble understanding *how* backprop works (at least to the degree that if I had no tensorflow I could just code it myself); but I found there was a big difference between that and understanding *why* it works. | null | 0 | 1544430594 | False | 0 | ebhih3y | t3_a4tpow | null | null | t3_a4tpow | /r/programming/comments/a4tpow/how_i_made_my_selfdriving_car_repository/ebhih3y/ | 1547423834 | 1 | t5_2fwo | r/programming | public | null |
False | icefoxen | t2_as2vj | C#/Java, then C (don't need C++ to understand how things work), then assembly. Work your way down the stack until you know as much as you want to. | null | 0 | 1545635785 | False | 0 | ecg0wbw | t3_a8rptf | null | null | t1_ecepjqc | /r/programming/comments/a8rptf/i_do_not_like_go/ecg0wbw/ | 1548006415 | 2 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | H1-B probably but it doesn't take long to get a European onto a Green Card. | null | 0 | 1544430818 | False | 0 | ebhilnp | t3_a4n8jv | null | null | t1_ebharc1 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhilnp/ | 1547423890 | 3 | t5_2fwo | r/programming | public | null |
False | ntrid | t2_17c2xm | It should work any other way that does not require me to alter every source file that imports dependency when their hosting provider goes belly-up. | null | 0 | 1545635906 | False | 0 | ecg0z6y | t3_a8rptf | null | null | t1_ecdut66 | /r/programming/comments/a8rptf/i_do_not_like_go/ecg0z6y/ | 1548006451 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544430846 | False | 0 | ebhim6w | t3_a4n8jv | null | null | t1_ebh153k | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhim6w/ | 1547423896 | 2 | t5_2fwo | r/programming | public | null |
False | kenshirriff | t2_7rphg | It's all pretty inexpensive stuff. CuriousMarc brought his vintage Agilent 1670G logic analyzer (I think that's the mabob you're referring to). Mike and I both brought DS1054Z scopes and Mike also had a Digilent Digital Discovery USB logic analyzer. Remember that they built and tested the AGC with 1960s technology, so even low-end modern equipment is way better than what they had back then. It's not like we needed a [100 GHz scope](https://hackaday.com/2015/02/10/the-one-million-dollar-scope-teardown/). | null | 0 | 1545635946 | False | 0 | ecg106l | t3_a8tmd0 | null | null | t1_ecf1kth | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg106l/ | 1548006463 | 8 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | Tracking or edible? I'll take the latter! If all I gotta do is dis 🇮🇱 to get 🍪 s, sign me up for anti-Megaphone. | null | 0 | 1544430919 | False | 0 | ebhinl3 | t3_a4n8jv | null | null | t1_ebgz3gb | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhinl3/ | 1547423913 | 0 | t5_2fwo | r/programming | public | null |
False | flirp_cannon | t2_puyzm | Node + Windows is a PITA, we use unix and that keeps things happy. We have an npm mirror called vertabelo to speed up deployments and protect from npm downtime | null | 0 | 1545636006 | False | 0 | ecg11m0 | t3_a89y3r | null | null | t1_ec9cl9b | /r/programming/comments/a89y3r/the_node_modules_problem/ecg11m0/ | 1548006480 | 1 | t5_2fwo | r/programming | public | null |
False | IshKebab | t2_htaqb | I seriously doubt that is true. You can definitely get highly *very* skilled developers in the UK for example - I work with some. I'm sure the situation is similar in many other countries.
The only reason it wouldn't be true is if all developers were totally free to emigrate to California, but that isn't at all the case. Even among ones that could (me for example) most wouldn't want to because of friends and family, cultural differences, etc. | null | 0 | 1544430927 | False | 0 | ebhinqu | t3_a4n8jv | null | null | t1_ebgrrbz | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhinqu/ | 1547423916 | 5 | t5_2fwo | r/programming | public | null |
False | jayesch | t2_afofv | That’s pipeline model. Ha ha | null | 0 | 1545636021 | False | 0 | ecg11z3 | t3_a8tmd0 | null | null | t1_ecfmxhu | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg11z3/ | 1548006485 | 12 | t5_2fwo | r/programming | public | null |
False | erez27 | t2_3e9sh | Simple answer: They don't. | null | 0 | 1544430997 | False | 0 | ebhip27 | t3_a4n8jv | null | null | t3_a4n8jv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhip27/ | 1547423932 | 2 | t5_2fwo | r/programming | public | null |
False | the_red_scimitar | t2_4ht06 | Um, no. Not at all. | null | 0 | 1545636086 | False | 0 | ecg13hn | t3_a8rptf | null | null | t1_ecfx3nm | /r/programming/comments/a8rptf/i_do_not_like_go/ecg13hn/ | 1548006504 | -1 | t5_2fwo | r/programming | public | null |
False | t0rakka | t2_w00tc | I know.. it just caught me by surprise that distribution is over 20 times more profitable than creating the content being distributed - it's peculiar that the "cut" can even be configured the way it was, that's all. Good thing I don't have to worry myself with these things.. I just code and debug. :)
| null | 0 | 1544431039 | False | 0 | ebhipus | t3_a4m0rb | null | null | t1_ebg9usk | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebhipus/ | 1547423942 | 1 | t5_2fwo | r/programming | public | null |
False | kenshirriff | t2_7rphg | Yes, you are correct. Jimmie (who owns the AGC) was briefly a technician at NASA and a few years later bought the AGC from a scrapyard after it had been scrapped. Fortunately, the AGC was hermetically sealed and pressurized with nitrogen so everything was still pristine inside. | null | 0 | 1545636120 | False | 0 | ecg14ba | t3_a8tmd0 | null | null | t1_ecetgy8 | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg14ba/ | 1548006513 | 3 | t5_2fwo | r/programming | public | null |
False | Rctfan | t2_5dga5 | Yeah, I work at a shipyard and specialist welders are totally a real thing. It would be a waste having them weld pipes because someone less experience can do that and learn something from it. | null | 0 | 1544431097 | False | 0 | ebhiqyx | t3_a4n8jv | null | null | t1_ebgycfb | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiqyx/ | 1547423955 | 10 | t5_2fwo | r/programming | public | null |
False | Memorytoco | t2_1l4615qy | That is what I am looking for, thanks! | null | 0 | 1545636252 | False | 0 | ecg17ew | t3_a91l9v | null | null | t3_a91l9v | /r/programming/comments/a91l9v/my_unusual_hobby/ecg17ew/ | 1548006552 | 6 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Switch to contracting then, 4-digit daily rates are not uncommon. | null | 0 | 1544431128 | False | 0 | ebhiriz | t3_a4n8jv | null | null | t1_ebhcfkq | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiriz/ | 1547423963 | 1 | t5_2fwo | r/programming | public | null |
False | CalebMarting | t2_ndn9b0s | I wondered what it would be like to have to speak out your program, so I made this. The online api push-to-talk cut off the word "world," but you can see how it works. It is fully functional and I am now looking to add some more features.
​ | null | 0 | 1545636810 | False | 0 | ecg1kt7 | t3_a92yi9 | null | null | t3_a92yi9 | /r/programming/comments/a92yi9/i_made_amazon_alexa_run_basic/ecg1kt7/ | 1548006745 | 12 | t5_2fwo | r/programming | public | null |
False | chickensaresexy | t2_w6r61 | Thank you!!!! <3 | null | 0 | 1544431130 | False | 0 | ebhirks | t3_a4n8jv | null | null | t1_ebgxgni | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhirks/ | 1547423963 | 3 | t5_2fwo | r/programming | public | null |
False | ADB963 | t2_qnlzn | 9 | null | 0 | 1545637088 | False | 0 | ecg1rsp | t3_9c71v0 | null | null | t1_e58hv51 | /r/programming/comments/9c71v0/terry_davis_of_templeos_has_passed_away/ecg1rsp/ | 1548006831 | 1 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | One of my friends works at a place that hired contractors in Eastern Europe. Apparently there were two big contracting companies in the mix at the time (early 2000s) and each had ties to different mob factions. Anyway, one lured away an engineer to the other and that guy left with secrets and shit. Caused a big problem at the time because the company dealt with personal data.
They managed to get ahead of it but cut ties with the contractors and now are super nervous about Eastern Europe. Funnily enough they're exploring contracting again now but in China and India.
Just an amusing anecdote. | null | 0 | 1544431162 | False | 0 | ebhis5d | t3_a4n8jv | null | null | t1_ebghvij | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhis5d/ | 1547423970 | -2 | t5_2fwo | r/programming | public | null |
False | ADB963 | t2_qnlzn | O opened | null | 0 | 1545637108 | False | 0 | ecg1san | t3_9c71v0 | null | null | t1_e58hv51 | /r/programming/comments/9c71v0/terry_davis_of_templeos_has_passed_away/ecg1san/ | 1548006837 | 1 | t5_2fwo | r/programming | public | null |
False | circlebust | t2_dr5zq | I don't think putting a red disclaimer over the chat box to "please start with the question" makes anyone look like an asshole. | null | 0 | 1544431193 | False | 0 | ebhisqg | t3_a4hmbu | null | null | t1_ebg4gx9 | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebhisqg/ | 1547424006 | 1 | t5_2fwo | r/programming | public | null |
False | XNormal | t2_439n7 | My first IDE | null | 0 | 1545637132 | False | 0 | ecg1svj | t3_a90xot | null | null | t3_a90xot | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg1svj/ | 1548006845 | 2 | t5_2fwo | r/programming | public | null |
False | poloppoyop | t2_9a5a3 | And we sure work hard on making it complex to do.
CRUD is a solved problem. Write some XML, send it to some Java generator. You're done. Deploy on some random server. Scaling? You'll think about it if you get more than 50 users.
But that's hard to sell book, formations and consulting hours with that. Plus people like to reinvent wheels so they'll birth a new "easier" framework / language / design pattern with no tool and tons of kinks. Which 10 years later may be the new java + xml so the cycle repeats. Until we get a meta generator to handle all those old languages and formats. Then we'll get a meta-CRUD generators cycle. Rince and repeat for every generation of coders who'd like to be the new Knuth but can only create some limited system inspired by xml. | null | 0 | 1544431223 | False | 0 | ebhitak | t3_a4n8jv | null | null | t1_ebgim5g | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhitak/ | 1547424013 | 3 | t5_2fwo | r/programming | public | null |
False | XNormal | t2_439n7 | In TP3 you there was no assembler. You coded the hexadecimal values for the opcodes... | null | 0 | 1545637392 | False | 0 | ecg1z3y | t3_a90xot | null | null | t1_ecfwvvp | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg1z3y/ | 1548006922 | 5 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | Some of my friends hire people from Eastern Europe through Upwork. It's good stuff. | null | 0 | 1544431254 | False | 0 | ebhitvn | t3_a4n8jv | null | null | t1_ebgil5h | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhitvn/ | 1547424020 | 2 | t5_2fwo | r/programming | public | null |
False | XNormal | t2_439n7 | I became a real programmber by studying the source code of Turbo Vision. Amazing piece of work.
edit: oops, I meant Turbo Professionsl by TurboPower (later Object Professional). | null | 0 | 1545637440 | 1545747949 | 0 | ecg209x | t3_a90xot | null | null | t1_ecg059j | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg209x/ | 1548006936 | 7 | t5_2fwo | r/programming | public | null |
False | lllama | t2_3pbku | 4 days a week in pretty commons here (The Netherlands) with samen hourly pay. Also a lot of companies in the service sector (so lots of IT) mandate a 36 hour working week at most. | null | 0 | 1544431314 | False | 0 | ebhiuzv | t3_a4n8jv | null | null | t1_ebh5vtd | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiuzv/ | 1547424034 | 3 | t5_2fwo | r/programming | public | null |
False | JohnyTex | t2_46lra | Any chance of getting it to work with something like Qt? | null | 0 | 1545637518 | False | 0 | ecg226r | t3_a8rptf | null | null | t1_ecf8msh | /r/programming/comments/a8rptf/i_do_not_like_go/ecg226r/ | 1548006960 | 1 | t5_2fwo | r/programming | public | null |
False | IshKebab | t2_htaqb | I'm European and I agree. Even after healthcare, buying a car, enormous rent, etc. you will definitely be better off in America.
The real reasons all these developers don't move to California are)
1. Family and friends
2. Living in a nicer place than California.
3. Not wanting to commute for 2 hours per day (I used to do that in the UK but it sucked so much I eventually quit because of it)
4. Not wanting a really stingy amount of holidays.
Salary is definitely much better and really tempting tbh. | null | 0 | 1544431321 | False | 0 | ebhiv3t | t3_a4n8jv | null | null | t1_ebgpe2z | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiv3t/ | 1547424035 | 10 | t5_2fwo | r/programming | public | null |
False | caspervonb | t2_9a09j | 404? | null | 0 | 1545637546 | False | 0 | ecg22v6 | t3_a8rptf | null | null | t3_a8rptf | /r/programming/comments/a8rptf/i_do_not_like_go/ecg22v6/ | 1548006968 | 3 | t5_2fwo | r/programming | public | null |
False | pezezin | t2_3gq0w | I don't think I will be able to convince my bosses, but I will try. | null | 0 | 1544431373 | False | 0 | ebhiw1o | t3_a3dobm | null | null | t1_eb9g32c | /r/programming/comments/a3dobm/at_22_years_old_postgres_might_just_be_the_most/ebhiw1o/ | 1547424047 | 2 | t5_2fwo | r/programming | public | null |
False | gearvOsh | t2_3yl3z | Unless you're on like NPM 1 or 2, you can definitely delete node\_modules and re-install with no issues. That's assuming the shrinkwrap was built correctly though. | null | 0 | 1545637641 | False | 0 | ecg250d | t3_a89y3r | null | null | t1_ecg0unk | /r/programming/comments/a89y3r/the_node_modules_problem/ecg250d/ | 1548006994 | 1 | t5_2fwo | r/programming | public | null |
False | swordglowsblue | t2_2nrkh5d0 | I had the opportunity during my speech and debate class in high school to teach half a period on any subject I wanted, and I chose to attempt teaching a half-dozen barely computer-literate teenagers to program in Python. It was an interesting experience, and one that I would definitely do differently if I had the chance to try again, but one thing I don't regret in the least was teaching tail recursion rather than imperative loops. The odd thing was, they got it surprisingly easily - people make this huge deal about how hard recursion is to learn and understand, but with 5 minutes and a hypothetical set of stairs I had a class full of people who could barely log in to Facebook understanding it better than most professional programmers seem to. | null | 0 | 1544431392 | False | 0 | ebhiwe1 | t3_a4h2vs | null | null | t1_ebfxzuy | /r/programming/comments/a4h2vs/little_languages/ebhiwe1/ | 1547424052 | 1 | t5_2fwo | r/programming | public | null |
False | gooddeath | t2_4bstx | NNNNNNNNNNNEEEEEEEEEEEEEEEEEEEEEEEEEEEERDDDDDDDDDDDDD!!!!!! | null | 0 | 1545637654 | False | 0 | ecg25ay | t3_a90xot | null | null | t1_ecfnjrd | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg25ay/ | 1548006998 | -5 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | The "competitive for the area" usually has poor information. It's useless. Get the jnfo yourself.
A company I worked for thought that meant £105k+£60k/4yr stock was competitive in London when they paid $185k+250k/4yr stock in SF for the same role. | null | 0 | 1544431430 | False | 0 | ebhix4o | t3_a4n8jv | null | null | t1_ebgfwq1 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhix4o/ | 1547424060 | 3 | t5_2fwo | r/programming | public | null |
False | gooddeath | t2_4bstx | Messing around in QBASIC when I was 10 is what made me get into computer programming in the first place. And by the time I got into college I was way ahead of most of my classmates. QBASIC teaches some bad habits, but I'm glad that I had it rather than not. A more advance language might have intimidated me too much at 10. | null | 0 | 1545637731 | False | 0 | ecg271i | t3_a90xot | null | null | t1_ecfrs8o | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg271i/ | 1548007020 | 53 | t5_2fwo | r/programming | public | null |
False | blorg | t2_1vtw | For software, specifically, yes, pay in the US is just that much higher that financially no amount of free healthcare etc is going to nearly make up for the difference.
This really is just software though, software development pay is completely out of whack with other careers in the US as well. In Europe software development is still a well paid occupation, relatively, but it's not so dramatically inflated compared to other occupations.
Most other professions you don't see this sort of gap between Western Europe and the US. Salaries are higher in the US, but not by these sort of multiples. | null | 0 | 1544431444 | False | 0 | ebhixdk | t3_a4n8jv | null | null | t1_ebhfhus | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhixdk/ | 1547424063 | 12 | t5_2fwo | r/programming | public | null |
False | RabidKotlinFanatic | t2_1qd0ifm5 | The general idea of application generated IDs is that they enable you to "talk about" entities before they have been persisted to an individual database node. This is great for cases outside the classical request-response CRUD logic such as:
* Delayed processing of entities (e.g HTTP 202)
* Event sourcing / CQRS (application IDs are MUCH easier)
* Pipelined batch inserts of object graphs (rows are known without waiting on round trips for IDs)
* In-memory views / precomputed caches
* Low E2E latency event-driven logic like live chat
* Storing / persisting entities across different types of storage
* Semantic IDs
I also find the property of IDs being unique among tables and databases to be very useful.
In my work I rely on application generated IDs and the loose coupling between identification and storage. I wish I had been taught to avoid auto_increment / serial IDs earlier in my career since it can be a PITA to port your system over. If you are worried about YAGNI then use UUIDs and generate them on insert until you need application generated ones. | null | 0 | 1545637880 | False | 0 | ecg2ag6 | t3_a8vpy4 | null | null | t1_ecfzteo | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecg2ag6/ | 1548007062 | 9 | t5_2fwo | r/programming | public | null |
False | OCedHrt | t2_257a4 | SV is one of the cheaper parts of the SF bay area. And yes companies have great health insurance...for preventive care. If you actually get some illness that requires real treatment - your first worries will be is it covered, will they bring in an out of network doctor, what if I can't work anymore? Or in an emergency, how much is that ambulance!?
And a $160k salary is not the typical software engineer salary. I started at less than $60k at a major company in SV. | null | 0 | 1544431485 | False | 0 | ebhiy5n | t3_a4n8jv | null | null | t1_ebhgoyw | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiy5n/ | 1547424073 | 5 | t5_2fwo | r/programming | public | null |
False | cowinabadplace | t2_3xj24 | How interesting. I guess I’ve just not encountered the class of problem solved here. Very cool. | null | 0 | 1545637958 | False | 0 | ecg2c6z | t3_a8vpy4 | null | null | t1_ecg2ag6 | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecg2c6z/ | 1548007084 | 3 | t5_2fwo | r/programming | public | null |
False | iceporter | t2_nz3ax | anyone know where is the highest salary for remote programmers? | null | 0 | 1544431486 | False | 0 | ebhiy6q | t3_a4n8jv | null | null | t3_a4n8jv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiy6q/ | 1547424073 | 1 | t5_2fwo | r/programming | public | null |
False | skulgnome | t2_37fao | Inventing clickbait titles on xmas eve? | null | 0 | 1545638091 | False | 0 | ecg2f8j | t3_a91l9v | null | null | t3_a91l9v | /r/programming/comments/a91l9v/my_unusual_hobby/ecg2f8j/ | 1548007122 | 142 | t5_2fwo | r/programming | public | null |
False | lllama | t2_3pbku | Your client's company has a recruiting problem. | null | 0 | 1544431525 | 1544431768 | 0 | ebhiyuq | t3_a4n8jv | null | null | t1_ebgd9ir | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiyuq/ | 1547424082 | 5 | t5_2fwo | r/programming | public | null |
False | eddpurcell | t2_swl9ef9 | Except it doesn't tell you where you may have missed it (if anywhere), so it's still not that helpful. It's the canary sitting outside the entrance to the mine. Maybe it correctly tells you you don't know your code as well as you thought, but it's just as likely you forgot to give it water.
If something is actually a DTO, it needs a contract test against your API, not a unit test. | null | 0 | 1545638314 | False | 0 | ecg2k6f | t3_a8zgcm | null | null | t1_ecfcvx5 | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecg2k6f/ | 1548007211 | 6 | t5_2fwo | r/programming | public | null |
False | lelanthran | t2_pnmpo0f | You think that letting the paying renter have their rental is fucking up?
What do you do if you paid rent for something and the landlord locks you out?
Why are you so scared of answering that?
When you pay rent and the landlord locks you out, you just go away?
| null | 0 | 1544431565 | False | 0 | ebhizl1 | t3_a477c9 | null | null | t1_ebhh9vf | /r/programming/comments/a477c9/how_linode_screwed_me/ebhizl1/ | 1547424090 | 2 | t5_2fwo | r/programming | public | null |
False | Holston18 | t2_ex7bjge | > So are you saying that Microsoft owns both the trademark electron and also the copyright for all the code?
I'll give you my previous answer verbatim because it looks like you didn't read it:
> I didn't say MS owns Electron, only that it owns Electron's brand (trademark).
AFAIK electron doesn't require signing CLA for PRs so the copyright stays with authors (or their respective companies). GitHub/MS is not the only copyright holder.
> It's a project controlled by a single major corporation.
Project controlled by a single major corporation and open source is completely compatible - it's very common actually.
It's pretty tiring to correct all your misconceptions. I'm a bit torn if you're just trolling. | null | 0 | 1545638441 | False | 0 | ecg2mwr | t3_a8cagl | null | null | t1_ecf90o2 | /r/programming/comments/a8cagl/electron_400_has_been_released_electron_blog/ecg2mwr/ | 1548007244 | 1 | t5_2fwo | r/programming | public | null |
False | appropriateinside | t2_729ad | You do realize that wage is in the VERY upper range right? Senior dev positions are going for 80k-100k a year in most places I see. | null | 0 | 1544431568 | False | 0 | ebhiznv | t3_a4n8jv | null | null | t1_ebgo7rt | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhiznv/ | 1547424091 | 8 | t5_2fwo | r/programming | public | null |
False | anechoicmedia | t2_11w2mr | > why do I need to know this it if I'm working with a high level interpreted language like JS or matlab?
[Run this JS benchmark in your browser and see for yourself.](https://jsperf.com/cache-lines-a-demonstration) On my machine, this simple switch between row and column major array access imparts a 6.2× performance difference. Other browser/hardware combinations see disparities as high as 10-15×.
All of the same forces are at work in managed languages -- you still have data structures, and patterns of access and execution that can be more or less favorable for the CPU. Indeed, the potential variation is so large, that a well-written Javascript application could easily outperform its naive C++ equivalent! That's tremendous potential benefit to your users.
>Are they not programmers? Are they not qualified?
If you hired an investment manager, and they missed out on 90% of your potential return by failing to apply industry best practices, would you say they were qualified?
Maybe if you're writing some back-end, infrequent, batch-job code that nobody is using interactively, then you can just write whatever gets the job done without engineering it for performance. Over at [FiveThirtyEight](http://www.fivethirtyeight.com/), their congressional forecast model is written in Stata, and Nate Silver said at one point it took twenty six minutes to run. Maybe that could be improved, but then again, nobody's browsing experience is being slowed down by the fact that this job is churning in AWS somewhere.
But I don't think most code is like that; I think most code is being used by human beings, who are [extremely sensitive](https://www.semanticscholar.org/paper/In-the-blink-of-an-eye%3A-investigating-latency-Ng-Annett/386a15fd85c162b8e4ebb6023acdce9df2bd43ee) to interaction latency. Slow apps and web pages make computers depressing to use, they impair accessibility, and as a practical matter, they demonstrably lower sales conversion and site engagement!
Pathological data and instruction access patterns can slow you down by 10×, 50×, or even 100×, no matter what your language is. Even if you don't care about leveraging those performance gains to increase the capabilities of your software, that's the user's battery draining in the palm of their hand. It's the carbon footprint of a datacenter increasing with every hit on your site. You can't be a professional and not be deeply concerned about these impacts, and curious about what you can do to improve them. | null | 0 | 1545638720 | False | 0 | ecg2szi | t3_a8kwg9 | null | null | t1_ecc7d2z | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecg2szi/ | 1548007319 | 3 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Exactly. And still, I am downvoted to oblivion every time I claim that linguistic relativism is real... | null | 0 | 1544431618 | False | 0 | ebhj0ko | t3_a45jvw | null | null | t1_ebfk9eq | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebhj0ko/ | 1547424103 | 3 | t5_2fwo | r/programming | public | null |
False | krista_ | t2_ev3bu | there was just something *cool* about assembly in those days. something pure, and fun. | null | 0 | 1545638998 | False | 0 | ecg2ywf | t3_a90xot | null | null | t1_ecfvt8a | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg2ywf/ | 1548007398 | 2 | t5_2fwo | r/programming | public | null |
False | BobFloss | t2_i72r3 | Maybe it's because the USA is where almost all revolutionary technologies have started for at least the past 80 years???? 🤯 | null | 0 | 1544431694 | False | 0 | ebhj1x9 | t3_a4n8jv | null | null | t3_a4n8jv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhj1x9/ | 1547424119 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545639074 | 1545659822 | 0 | ecg30lw | t3_a4n8jv | null | null | t1_ebhjllu | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ecg30lw/ | 1548007419 | 1 | t5_2fwo | r/programming | public | null |
False | lllama | t2_3pbku | Timezones too. | null | 0 | 1544431732 | False | 0 | ebhj2n7 | t3_a4n8jv | null | null | t1_ebgaccf | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhj2n7/ | 1547424128 | 2 | t5_2fwo | r/programming | public | null |
False | a_Tick | t2_3at8x | It world seem that, for quite a while, he considered nix [incomplete until it got static typing](https://github.com/NixOS/nix/issues/14). Unfortunately, static typing isn't one of those that can be bolted on as an afterthought, so it's unclear to me how this would happen at this point. | null | 0 | 1545639116 | False | 0 | ecg31ij | t3_a8rptf | null | null | t1_ecejzvg | /r/programming/comments/a8rptf/i_do_not_like_go/ecg31ij/ | 1548007430 | 1 | t5_2fwo | r/programming | public | null |
False | caurusapulus | t2_c6zvp | Most likely bought with some help coming from his/her parents. In fact, in Italy it is almost impossible for a 35yo guy to buy a house only using your own money, let alone get a mortgage if your parents are not there signing the mortgage with you.
Sadly, if a median house is in the ballpark of 350k and your gross income is 40k, when you consider taxes on your income and living expenses, this is the only way to own a house. | null | 0 | 1544431748 | False | 0 | ebhj2zg | t3_a4n8jv | null | null | t1_ebgxhgg | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhj2zg/ | 1547424132 | 23 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545639184 | 1545660131 | 0 | ecg330i | t3_a4n8jv | null | null | t1_ebrg0ua | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ecg330i/ | 1548007448 | 1 | t5_2fwo | r/programming | public | null |
False | verylittlefinger | t2_ta9ws | Yes please. | null | 0 | 1544431865 | False | 0 | ebhj56j | t3_a4n8jv | null | null | t1_ebgz3gb | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhj56j/ | 1547424160 | 0 | t5_2fwo | r/programming | public | null |
False | MercuryCraze | t2_9nbg0 | Mocking EF core is pretty easy with an in memory database. I've had some good traction with writing tests that spin up an in memory dB, setup a bunch of stuff in the dbset properties of the context and verify logic in the DAL. It's probably not pure unit testing, but ill be damned if I can find a compelling reason not to do it.
| null | 0 | 1545639325 | False | 0 | ecg361l | t3_a8zgcm | null | null | t1_ecfbbye | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecg361l/ | 1548007487 | 6 | t5_2fwo | r/programming | public | null |
False | tomkeus | t2_5cbot | I know that Aus has good pay, on par with US, but with european-like welfare system. Unfortunately, Aus can't fit so many people, and I often hear Australians complaining about the costs of everything. | null | 0 | 1544431894 | False | 0 | ebhj5pf | t3_a4n8jv | null | null | t1_ebgi7ko | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhj5pf/ | 1547424166 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545639585 | 1545659792 | 0 | ecg3bgh | t3_a4n8jv | null | null | t1_ebh8qq1 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ecg3bgh/ | 1548007553 | 1 | t5_2fwo | r/programming | public | null |
False | Nobody_1707 | t2_9nnrc | This is easiest in languages like Forth and Lisp that support compile time meta-programming and are largely implemented in themselves anyway. | null | 0 | 1544431946 | False | 0 | ebhj6n5 | t3_a4h2vs | null | null | t1_ebem32y | /r/programming/comments/a4h2vs/little_languages/ebhj6n5/ | 1547424177 | 2 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | Working with any memory managed language makes most of that pretty irrelevant 99.9% of the time. So if you're shitting on Electron for those reasons you might as well shit on C#, Java, or any other popular programming language. | null | 1 | 1545639724 | False | 0 | ecg3efj | t3_a8kwg9 | null | null | t1_ecdc0mf | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecg3efj/ | 1548007589 | 0 | t5_2fwo | r/programming | public | null |
False | commiesupremacy | t2_bt0dswm | Why post such a stupid reply? | null | 0 | 1544432137 | False | 0 | ebhja54 | t3_a4n8jv | null | null | t1_ebhekcj | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhja54/ | 1547424221 | -10 | t5_2fwo | r/programming | public | null |
False | herrakonna | t2_8x5sk | I hope they notified local law enforcement of their activities. I could imagine one of the hotel staff glancing into that room and immediately thinking "⸘TERRORISTS‽" | null | 0 | 1545639824 | False | 0 | ecg3ggx | t3_a8tmd0 | null | null | t3_a8tmd0 | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg3ggx/ | 1548007616 | -1 | t5_2fwo | r/programming | public | null |
False | trot-trot | t2_14jan | * "The Dark Side of the ForSSHe: ESET researchers discovered a set of previously undocumented Linux malware families based on OpenSSH. In the white paper, 'The Dark Side of the ForSSHe', they release analysis of 21 malware families to improve the prevention, detection and remediation of such threats" by Marc-Etienne M.Léveillé, published on 5 December 2018: https://www.welivesecurity.com/2018/12/05/dark-side-of-the-forsshe/
* Here is the ESET paper
"The Dark Side of the ForSSHe: A landscape of OpenSSH backdoors" by Romain Dumont, Marc-Etienne M.Léveillé, and Hugo Porcher, published in December 2018: https://www.welivesecurity.com/wp-content/uploads/2018/12/ESET-The_Dark_Side_of_the_ForSSHe.pdf
| null | 0 | 1544432212 | 1544433259 | 0 | ebhjbkg | t3_a4tznm | null | null | t3_a4tznm | /r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebhjbkg/ | 1547424238 | -7 | t5_2fwo | r/programming | public | null |
False | shawnwork | t2_728q2 | Cool, could you elaborate further on how you achieve this? | null | 0 | 1545639843 | False | 0 | ecg3gw3 | t3_a92yi9 | null | null | t3_a92yi9 | /r/programming/comments/a92yi9/i_made_amazon_alexa_run_basic/ecg3gw3/ | 1548007621 | 5 | t5_2fwo | r/programming | public | null |
False | ep1939 | t2_qtb0i | Rome is full of jobs, most of them are crap but pay the bill.
If you send me your cv I can give a look at it and send it to HR in our company, you'd definitely receive a call. | null | 0 | 1544432234 | False | 0 | ebhjby7 | t3_a4n8jv | null | null | t1_ebhbk5j | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjby7/ | 1547424243 | 4 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545639857 | 1545659805 | 0 | ecg3h6z | t3_a4n8jv | null | null | t1_ebgk9b5 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ecg3h6z/ | 1548007624 | 1 | t5_2fwo | r/programming | public | null |
False | Bumrang_ | t2_dy7yt | 3.5k/mo is not even close to cost of living in SF, even if you split rent | null | 0 | 1544432325 | False | 0 | ebhjdl6 | t3_a4n8jv | null | null | t1_ebgwtt2 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjdl6/ | 1547424264 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545639970 | 1545659769 | 0 | ecg3jih | t3_a4n8jv | null | null | t1_ebhhlkp | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ecg3jih/ | 1548007653 | 0 | t5_2fwo | r/programming | public | null |
False | ep1939 | t2_qtb0i | > That sounds great but what about savings?
>
>
I'm a tiny little saver, as is my family, so we're okay saving-wise.
I don't really care about this whole investing for retirement we have state pension here in Italy, so I'm okay. | null | 0 | 1544432354 | False | 0 | ebhje4h | t3_a4n8jv | null | null | t1_ebhahct | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhje4h/ | 1547424269 | 1 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | >This profession need very strict regulations to weed the scum out.
Maybe we can also regulate improper use of English so we can weed you out. | null | 0 | 1545639979 | False | 0 | ecg3jpj | t3_a8kwg9 | null | null | t1_ecdmpkx | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecg3jpj/ | 1548007656 | -1 | t5_2fwo | r/programming | public | null |
False | welicious | t2_3egmd | Warsaw, then. You would be making at least $200K for your salary to be 4x of theirs. Prague is even more expensive, as are Dublin or Cork.
My point here is that there are places all around the world where wages are definitely lower than in the US, that's why pretty much everything with a screen comes from China. But saying that large tech companies are not paying a fair wage in the EU, compared to the US, is not true, and making it look like engineers in the US make 4 times more is wildly inaccurate. | null | 0 | 1544432419 | False | 0 | ebhjfau | t3_a4n8jv | null | null | t1_ebhich7 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjfau/ | 1547424284 | -1 | t5_2fwo | r/programming | public | null |
False | CalebMarting | t2_ndn9b0s | [https://github.com/ctjet/alexa-basic/tree/master/AlexaBasic](https://github.com/ctjet/alexa-basic/tree/master/AlexaBasic)
&#x200B;
The setline commands create a line object with the command, line number, and arguments (eg 10 print "hello world").
The run command then takes an array of these objects and goes to the next highest line number, accounting for jumps and stuff. Hopefully that's enough detail! | null | 0 | 1545640102 | False | 0 | ecg3mq1 | t3_a92yi9 | null | null | t1_ecg3gw3 | /r/programming/comments/a92yi9/i_made_amazon_alexa_run_basic/ecg3mq1/ | 1548007693 | 8 | t5_2fwo | r/programming | public | null |
False | ep1939 | t2_qtb0i | I live in the most beautiful city on the planet, Rome, my family and friends are here and I live a comfortable life.
I don't really care to make more money, I have my side projects, freelancing and apps to round it up a bit, but it's not like I really need/want more money. | null | 0 | 1544432458 | False | 0 | ebhjg14 | t3_a4n8jv | null | null | t1_ebh25w9 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjg14/ | 1547424293 | 10 | t5_2fwo | r/programming | public | null |
False | omikel | t2_vk6f1 | Pascal also is being taught. It boggles my mind! But as some teachers learned it, they think it is the best language to learn basic principles, even though easier and more fruitful for kids future would be to teach them economically viable languages. | null | 0 | 1545640256 | False | 0 | ecg3qoy | t3_a90xot | null | null | t1_ecfrs8o | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg3qoy/ | 1548007742 | -3 | t5_2fwo | r/programming | public | null |
False | ep1939 | t2_qtb0i | I'm not single, I live with my gf which makes just a bit less than I do.
We don't intend to have children.
As for family formation, I'd say it's arguable? Here in Italy you don't pay healthcare and education. | null | 0 | 1544432536 | False | 0 | ebhjhgs | t3_a4n8jv | null | null | t1_ebgxfcn | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjhgs/ | 1547424312 | 0 | t5_2fwo | r/programming | public | null |
False | microwavedHamster | t2_a39cg | Good enough. Upvoted. | null | 0 | 1545640801 | False | 0 | ecg44kd | t3_a90xot | null | null | t1_ecfv3dr | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg44kd/ | 1548007938 | 7 | t5_2fwo | r/programming | public | null |
False | ep1939 | t2_qtb0i | Inherited.
My parents were little savers and bought themselves a bigger flat and left me the one we had previously. | null | 0 | 1544432583 | False | 0 | ebhjib6 | t3_a4n8jv | null | null | t1_ebgo0mj | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjib6/ | 1547424323 | 1 | t5_2fwo | r/programming | public | null |
False | saltybandana | t2_2hallns5 | yeah I know, I was more just trying to illustrate it. I doubt he'll get it but hopefully others will be able to see it. | null | 0 | 1545640873 | 1545642271 | 0 | ecg46gu | t3_a8rptf | null | null | t1_ecfzwyh | /r/programming/comments/a8rptf/i_do_not_like_go/ecg46gu/ | 1548007962 | 1 | t5_2fwo | r/programming | public | null |
False | HenkPoley | t2_2y61o | I think it is because there are also a lot of stories about people which didn't get such a great deal. Especially about the software industry in the "Bay Area" in the USA.
For example, just check elsewhere in this thread. | null | 0 | 1544432644 | False | 0 | ebhjje0 | t3_a4n8jv | null | null | t1_ebh25w9 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjje0/ | 1547424336 | 1 | t5_2fwo | r/programming | public | null |
False | zvrba | t2_1vne | > See the SOCKS5 example in the article. […] This is done without support from the compiler.
That example only tackles the "happy path". Say "connect TCP" fails. Which interface is returned? `IConnected` with all methods failing (which is directly lying to the user since the connection is not established) or `IAuthenticated`?
There's a way to resolve this statically, namely returning `std::variant<IConnected*, IAuthenticated*>`. I'm unsure how it would work in practice with more complex state machines.
---
EDIT: This would proliferate. Each method on `IConnected` would have to return (in pseudo-syntax) `std::variant<IConnected*, [IFailed* | IAuthenticated*]>` I'm unsure whether it should return `IFailed*` describing the error that occurred or just `IAuthenticated*`. Let's say it returns `IFailed*`, in which case you must be able to "cast it back" to `IAuthenticated*`. I think it becomes unwieldy quickly, but I can't say for sure before having tried it consistently. It would lead to the client program's structure mirroring
that of the underlying FSM.
| null | 0 | 1545640915 | 1545641330 | 0 | ecg47kp | t3_a92arx | null | null | t1_ecfz9bj | /r/programming/comments/a92arx/state_machines_and_the_strange_case_of_mutating/ecg47kp/ | 1548007975 | 4 | t5_2fwo | r/programming | public | null |
Subsets and Splits
Filtered Reddit Uplifting News
The query retrieves specific news articles by their link IDs, providing a basic overview of those particular entries without deeper analysis or insights.
Recent Programming Comments
Returns a limited set of programming records from 2020 to 2023, providing basic filtering with minimal analytical value.