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 | DeonCode | t2_ezv3i | .... WHOA. It's not limited to YT's current range of [.25, .5, .75, 1, 1.25, 1.5, 2] either.
Thanks.
/u/ShetlandJames in case you haven't noticed. | null | 0 | 1544423493 | False | 0 | ebhdyok | t3_a4hmbu | null | null | t1_ebh7n4s | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebhdyok/ | 1547421738 | 1 | t5_2fwo | r/programming | public | null |
False | Good_Guy_Engineer | t2_2qdba2x | Wiwo.de, the site he is using, specifically states this as a breach of TOS so I guess not | null | 0 | 1545622280 | 1545650606 | 0 | ecfoph7 | t3_a8pf9b | null | null | t1_eccjud6 | /r/programming/comments/a8pf9b/crawler_for_german_news_website_wirtschaftswoche/ecfoph7/ | 1548000729 | 1 | t5_2fwo | r/programming | public | null |
False | ten24 | t2_9qjql | If they have more than 50 full time employees, they're required to by law. | null | 0 | 1544423653 | False | 0 | ebhe2z3 | t3_a4n8jv | null | null | t1_ebgtxnt | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhe2z3/ | 1547421792 | 2 | t5_2fwo | r/programming | public | null |
False | ruinercollector | t2_4bzgg | Especially XmlHttpRequest and all that followed. | null | 0 | 1545622399 | False | 0 | ecfotxt | t3_a7k0an | null | null | t1_ec49e5y | /r/programming/comments/a7k0an/did_google_cripple_edges_youtube_performance/ecfotxt/ | 1548000784 | 1 | t5_2fwo | r/programming | public | null |
False | ProfessorPhi | t2_84c4z | Lot of them want complete control over culture and it's hard to do in a remote office. Google Sydney is more competitive than Google mountain view. | null | 0 | 1544423897 | False | 0 | ebhe9j9 | t3_a4n8jv | null | null | t1_ebg0loe | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhe9j9/ | 1547421873 | 1 | t5_2fwo | r/programming | public | null |
False | yawaramin | t2_77bue | Unless you use a stored procedure. Then it's a single call, single network trip and atomically inside a single transaction to boot, so you're guaranteed to be in a consistent state no matter what happens. | null | 0 | 1545622400 | False | 0 | ecfotz9 | t3_a8vpy4 | null | null | t1_eced1vc | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecfotz9/ | 1548000785 | 3 | t5_2fwo | r/programming | public | null |
False | Ashnoom | t2_zpm4d | Here in the Netherlands it highly depends on your programming field. Mobile apps? Websites? Mostly Amsterdam. Technical programming/high tech/embedded is mostly concentrated around Eindhoven. (Due to Phillips and ASML). | null | 0 | 1544423913 | False | 0 | ebhe9xn | t3_a4n8jv | null | null | t1_ebg2iuo | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhe9xn/ | 1547421878 | 4 | t5_2fwo | r/programming | public | null |
False | krowvin | t2_i4w3l | [Mythical Man Month](https://en.m.wikipedia.org/wiki/The_Mythical_Man-Month) had this exact point in it. | null | 0 | 1545622615 | False | 0 | ecfp22j | t3_a8tmd0 | null | null | t1_ecej4mo | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfp22j/ | 1548000886 | 5 | t5_2fwo | r/programming | public | null |
False | SpookyKid94 | t2_ja15t | I feel like you don't use React Native because it's good, you use it because it saves you an enormous amount of time.
Going over shortcomings is kind of arbitrary. It's obvious that you would need to accept drawbacks from it's one size fits all philosophy. | null | 0 | 1544423974 | 1544424176 | 0 | ebhebio | t3_a41wdv | null | null | t3_a41wdv | /r/programming/comments/a41wdv/react_native_accessibility_is_pretty_bad/ebhebio/ | 1547421897 | 1 | t5_2fwo | r/programming | public | null |
False | lngnmn | t2_13tm5q | It is so ridiculously naive, amateurish and unsubstantiated.
First of all, Go did so many things right, based on experience and research and certain principle-guided culture of Bell Labs, which gave us UNIX (without fucking systemd) among other things. The small and sane standard library, non-too-fancy straightforward compilation into native code, minimalistic or even static binaries
(which is a good-enough container!), etc.
Yes, there are some inheritance of C, but it is reasonable to sometimes pass a (void *) only to be casted back to a strong type in the very first line of a procedure, instead of complicating the runtime. It is normal, given that the machine code is untyped. Naive purists do not know the costs of their abstractions. I could go on and on.
On the other hand, I regret that Go (and Rut) started from C
(and C++) instead of Standard ML, which all the beauties it has (partial functions, currying, partial applications, and especially pattern matching) but we have to accept that Go is a C-family language. Period.
I hope, someday someone would try to leverage decades of research in Standard ML, which has been partially done in the very same Bell Labs. We need some sanity especially today in the age of fucking React-Redux idiocy, which makes J2EE look good.
| null | 1 | 1545622652 | False | 0 | ecfp3hd | t3_a8rptf | null | null | t3_a8rptf | /r/programming/comments/a8rptf/i_do_not_like_go/ecfp3hd/ | 1548000903 | -5 | t5_2fwo | r/programming | public | null |
False | Uristqwerty | t2_6lg6v | It's common to have 5 mouse buttons, right? Well, with AutoHotkey and a bit of effort, you could set it up so that if the back/forward buttons are held while another is pressed, it suppresses both and performs a custom action. Or incorporate cursor position/motion, to create custom gestures. | null | 0 | 1544424025 | False | 0 | ebhecvd | t3_a4nztn | null | null | t1_ebhcm1l | /r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebhecvd/ | 1547421914 | 4 | t5_2fwo | r/programming | public | null |
False | yawaramin | t2_77bue | Your in-memory test DB can't use or generate similar-type identifiers to your production DB? Are you sure the test DB is similar enough to be appropriate, you know, as a test DB? | null | 0 | 1545622700 | False | 0 | ecfp5cu | t3_a8vpy4 | null | null | t1_ecekabp | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecfp5cu/ | 1548000926 | 2 | t5_2fwo | r/programming | public | null |
False | GhostBond | t2_v4lid | Buying a House - you take out a mortgage and a huge amount in "closing costs" just to take out the mortgage. Thrn you pay interest on the mortgage. If you can't put 20% down you also have to pay mortgage which provides no benefit to you but pays back the mortgage company if you default.
When you sell you lose about 6% in realtors fees. 6% of day $300k is $18,000.
Then you also have "property taxes, maintenance, insurance, renovations...".
I'm not getting into making claims on the total, but buying and selling a house is very costly. | null | 0 | 1544424077 | False | 0 | ebhee9e | t3_a4n8jv | null | null | t1_ebghs30 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhee9e/ | 1547421931 | 6 | t5_2fwo | r/programming | public | null |
False | ruinercollector | t2_4bzgg | IE also became popular for being better than the competition. In IE4 vs Netscape Navigator 4 vs early opera it was no contest.
The number of standards being violated and ignored by all players then was crazy, but Netscape was the worst. Proprietary tags, CSS that barely did anything, etc. And then the insane app bundling. You wanted a browser, but you got like eight other apps that no one wanted or used. | null | 0 | 1545622819 | False | 0 | ecfp9tv | t3_a7k0an | null | null | t1_ec47plj | /r/programming/comments/a7k0an/did_google_cripple_edges_youtube_performance/ecfp9tv/ | 1548000981 | 2 | t5_2fwo | r/programming | public | null |
False | advenjer | t2_2mjdnrgw | While not a type system, dependency injection can help with that to some extent.
For example, if you are writing a component that needs a list that has _O(1)_ time complexity for insertion, you can signal this requirement like this:
```
@Autowired
public MyComponent(@Qualifier("fastInsertionList") List aList) {
}
```
Then you can provide it in your code:
```
@Bean
@Qualifier(scope = PROTOTYPE)
public List fastInsertionList() {
return new LinkedList();
}
```
A language with native AOP constructs such as AspectJ could potentially make it more elegant too. | null | 0 | 1544424201 | False | 0 | ebhehhd | t3_a4m2dp | null | null | t1_ebfpszz | /r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebhehhd/ | 1547421971 | 1 | t5_2fwo | r/programming | public | null |
False | Ham62 | t2_kywlg | Uhhh... not sure what world you're from, but when Doom was released it came on 4 floppy disks for MS-DOS and once installed took up just over 10MB of storage space. Your point still stands but some of your numbers are waay off (Not to mention Doom came out 2 years before Windows 95 was released) | null | 0 | 1545622855 | False | 0 | ecfpb5s | t3_a8tmd0 | null | null | t1_ece6734 | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfpb5s/ | 1548000997 | 9 | t5_2fwo | r/programming | public | null |
False | Swamplord42 | t2_51vxn | > unlimited time off
There's no such thing. Try taking 2 years off and see if they'll pay you for that. Calling it unlimited is just dishonest, because there's quite obviously a limit.
Worse, the limit is now arbitrary and it will depend on your manager. And if you end up taking less than the fixed 20-25 days elsewhere, there's nothing to roll over to the next year or even pay out. | null | 0 | 1544424314 | False | 0 | ebhekcj | t3_a4n8jv | null | null | t1_ebh52yz | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhekcj/ | 1547422007 | 7 | t5_2fwo | r/programming | public | null |
False | yawaramin | t2_77bue | Are we talking about slightly different things? I'm talking about specifically _boolean expression replacement_ mutants, i.e. in the `if` statement replace the condition successively with `true` and `false`.
Edit: in any case I don't believe there's a boundary, my condition is `customer.age >= 21`. This is always either true or false, even when age is 21. | null | 0 | 1545623185 | False | 0 | ecfpnds | t3_a8p1m1 | null | null | t1_ecdih98 | /r/programming/comments/a8p1m1/the_myth_of_100_code_coverage/ecfpnds/ | 1548001148 | 1 | t5_2fwo | r/programming | public | null |
False | Luci420 | t2_1d2fy9nj | code bullet is one of the best/most funcodeing channels together with michael reeves (If you ask me) xD
If you don`t know michael reeves, check him out! ;D | null | 0 | 1544424406 | False | 0 | ebhemrl | t3_a4rep1 | null | null | t3_a4rep1 | /r/programming/comments/a4rep1/interesting_channel/ebhemrl/ | 1547422036 | 1 | t5_2fwo | r/programming | public | null |
False | ponybau5 | t2_6yptu | Wow that's some hot garbage. | null | 0 | 1545623195 | False | 0 | ecfpnqh | t3_a8rptf | null | null | t1_ece72z1 | /r/programming/comments/a8rptf/i_do_not_like_go/ecfpnqh/ | 1548001152 | 17 | t5_2fwo | r/programming | public | null |
False | Dreadgoat | t2_39pns | Hi. I have your job and live where you live, except I wouldn't describe myself as senior, more like mid-level in terms of experience.
I make about double your salary. If I choose to move toward the city (not that I want to), I could easily triple your salary.
To echo these many replies, what the fuck dude. Are you working for the Amish? | null | 0 | 1544424407 | False | 0 | ebhemsc | t3_a4n8jv | null | null | t1_ebghque | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhemsc/ | 1547422037 | 10 | t5_2fwo | r/programming | public | null |
False | urbanek2525 | t2_dwwbc | Cost vs. Benefit. If it's your habit to build sude effects into property setters, definitely unit test.
However, it's pretty common for side effects to cross boundaries, and therefore have to tested in integration testing.
If you're using a code generator to create your unit tests, then you could have a very low cost, so a low level of benefit is just fine. | null | 0 | 1545623202 | False | 0 | ecfpnyo | t3_a8zgcm | null | null | t1_ecfcn1n | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecfpnyo/ | 1548001155 | 14 | t5_2fwo | r/programming | public | null |
False | AttackOfTheThumbs | t2_79zad | Ultimately, not everyone can work on the next best AI, or whatever. There's certainly a few smaller start ups and shops that you can work for if you want something "exciting/cutting edge"
There's enough software positions in Alberta that will allow a more than comfortable lifestyle. | null | 0 | 1544424407 | False | 0 | ebhemsh | t3_a4n8jv | null | null | t1_ebhcha3 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhemsh/ | 1547422037 | 2 | t5_2fwo | r/programming | public | null |
False | urbanek2525 | t2_dwwbc | Unit test coverage is not the same as test coverage. However, most test coverage automation only really consider unit tests.
Good integration tests are indespensible. | null | 0 | 1545623299 | False | 0 | ecfprmb | t3_a8zgcm | null | null | t1_ecfcq36 | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecfprmb/ | 1548001230 | 22 | t5_2fwo | r/programming | public | null |
False | diMario | t2_3kx17 | When I need help I just straight up ask for it:
Me: Hey Guru, I'm stuck and I need some of your attention. Do you have time?
Guru : Not now, but first thing right after lunch.
Me: Okay, thanks. | null | 0 | 1544424535 | False | 0 | ebheq3a | t3_a4hmbu | null | null | t1_ebeyrwb | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebheq3a/ | 1547422078 | 2 | t5_2fwo | r/programming | public | null |
False | ncsurfus | t2_ksl48 | I would assume similar behavior as a panic? | null | 0 | 1545623945 | False | 0 | ecfqg8y | t3_a8rptf | null | null | t1_ecefwlh | /r/programming/comments/a8rptf/i_do_not_like_go/ecfqg8y/ | 1548001533 | 3 | t5_2fwo | r/programming | public | null |
False | sdfrtret | t2_1l2xfuuq | \> but I thought that this work had been commoditized and outsourced to offshore developers
That was just a fad. It soon became apparent that cheap offshore labor:
a) Takes fucking forever to deliver,
b) Has such low quality that the product is unusable, and
c) Rarely even meets the spec
So now no one does it. Paying in house devs hurts up front, but then you actually get to ship products. | null | 0 | 1544424645 | False | 0 | ebheswp | t3_a4n8jv | null | null | t1_ebgy2hm | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebheswp/ | 1547422113 | 8 | t5_2fwo | r/programming | public | null |
False | ruminatr1 | t2_o2vwd | Right | null | 0 | 1545624139 | False | 0 | ecfqnrk | t3_9go8ul | null | null | t1_ecdz858 | /r/programming/comments/9go8ul/software_disenchantment/ecfqnrk/ | 1548001627 | 1 | t5_2fwo | r/programming | public | null |
False | shared_makes_it_real | t2_wvcqaot | > $30k for health insurance
And people wonder why nobody thinks they can afford kids. | null | 0 | 1544424709 | False | 0 | ebheui5 | t3_a4n8jv | null | null | t1_ebh9b3i | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebheui5/ | 1547422133 | 5 | t5_2fwo | r/programming | public | null |
False | Darkmatter2k | t2_qoxxq | The first part of the article, describing what scrum has become at 99.9% of all corps is spot on. But I'm far more sceptical of the proposed solutions especially the attempt to save scrum at the end of the article. All of these issues are organisational and political in nature, and are not going to be solved by methodology or process.
To me, it's clear that scrum has become a crutch for incompetent managers to demand daily meetings, that either exist only for the manager to keep tabs on the team, or serve as a chance for the manager to unload all of their issues on the team.
ScrumMaster, Retrospectives, sprint planning and most of the other parts of the scrum are often skipped, but daily standups prevail. Even when most members of the team are working on separate tasks, managers will still demand daily stand-ups as it gives them a sense of security and a belief that they understand whats going on. | null | 0 | 1545624558 | False | 0 | ecfr4c1 | t3_a806xl | null | null | t3_a806xl | /r/programming/comments/a806xl/dark_scrum/ecfr4c1/ | 1548001860 | 2 | t5_2fwo | r/programming | public | null |
False | fartingdoor | t2_13kg1g | I can’t say for other countries but for India, if you’re paying really well, you will find very good developers. There are tons of software companies which are catering to the international and the local market with highly polished software and services. I know of 25-30 devs in my own network who are doing very well for their companies.
Honestly your company probably came to India looking for cheap talent and then got what they went looking for.
Also your tech stack might have been an issue. The devs I know are almost all self-taught (even if they graduated from a top tier college) and such people generally tend to gravitate towards Linux/Node/Ruby and non-Microsoft stacks. This is anecdotal but I see few Microsoft-stack guys today compared to other stacks. And the C#/Java tech stacks generally attract a lot of cookie cutter schools. So finding the high quality devs can become a very laborious task.
| null | 0 | 1544424766 | False | 0 | ebhevyu | t3_a4n8jv | null | null | t1_ebgd9ir | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhevyu/ | 1547422151 | 7 | t5_2fwo | r/programming | public | null |
False | myringotomy | t2_9f1cg | Depending on the type of GUID you use.
Also postgres doesn't "keep" clustered indexes. New items are always added into the tree like normal. You need to keep clustering periodically if you want the table ordered that way.
| null | 0 | 1545624696 | False | 0 | ecfr9rb | t3_a8vpy4 | null | null | t1_ecfh7l1 | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecfr9rb/ | 1548001927 | 1 | t5_2fwo | r/programming | public | null |
False | beginner_ | t2_cnvyz | > I am 2-3x as productive when I can lock myself in my office, zone in and crank shit out. Now that everyone and their mother has bought into open offices it's so hard to get in the zone while someone prattles on about some dumb shit right next to me.
I have a single-office now, we will move in a couple of month to a new building and yes, open-plan office. I'm horrified. I will make the move and see how it turns out but chances are I might then switch jobs. Yeah, I most likely won't find one with single-office, but I know I could get a higher salary than I have now. So if it it's open-plan either way, of course I go with the money.
The building is actually built by the company I work for. In the planing phase, like 3-4 years ago, I sent one of the planers / PMs a a list of links about the consequences of open-plan (more sick days, more stress, less productivity, less!!! communication,...) and also printed some of them out and give it to him in person. They simply did not care. | null | 0 | 1544424795 | False | 0 | ebhewqs | t3_a4n8jv | null | null | t1_ebge05i | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhewqs/ | 1547422161 | 10 | t5_2fwo | r/programming | public | null |
False | spacejack2114 | t2_fp92m | I'm talking about PCs that run just an Electron app and whatever other software we install. It's worked fine on 32-bit/4GB PCs and up. That usually includes a node/express server that might do anything from processing media with ffmpeg, talking to hardware over serial ports, networking other tablet clients, spawning other software or whatever. | null | 0 | 1545624835 | False | 0 | ecfrfel | t3_a8vkzm | null | null | t1_ecf9w4x | /r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/ecfrfel/ | 1548001997 | 2 | t5_2fwo | r/programming | public | null |
False | beginner_ | t2_cnvyz | Exactly. Saving money on space is easy to make a chart and KPI for. 0 skill needed and bonus incoming. For the low productivity it's obviously the employees fault for slacking off. So manager cuts raises and demands over-time and gets bonus...
There is this classic analogy. You are planing a nuclear plant and end up spending the most time on where to place the bike stands. Simply because that is trivial and everyone can have a strong opinion about it and doesn't have to feel dumb for understanding jack shit about the issue being discussed. Same here. How do you actually measure productivity of programmers? Too hard let's do something simple.
On the plus side it can make your life much simpler in certain areas of work. | null | 0 | 1544425100 | False | 0 | ebhf4i7 | t3_a4n8jv | null | null | t1_ebgjzkw | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhf4i7/ | 1547422284 | 17 | t5_2fwo | r/programming | public | null |
False | MyCoffeeIsDietCoke | t2_d9vfzuj | Lot of people never moved on to delphi. Or the 90s. | null | 0 | 1545625005 | False | 0 | ecfrluk | t3_a90xot | null | null | t1_ecfnjrd | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfrluk/ | 1548002078 | 24 | t5_2fwo | r/programming | public | null |
False | MrToolBelt | t2_3zcqb | Tbf, I have a high deductible plan (that covers 100%) over the deductible. And happened to need to use it last year.
Normally it would be about 6k less. There also exist cheaper plans. I think the bottom is ~8k per year. They barely cover anything though. (What’s the point of buying health insurance if you still go broke when you get sick?)
There is no way my wife and I can afford kids though. | null | 0 | 1544425160 | False | 0 | ebhf61v | t3_a4n8jv | null | null | t1_ebheui5 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhf61v/ | 1547422303 | 5 | t5_2fwo | r/programming | public | null |
False | smikims | t2_99ozc | It also ran on Linux and a bunch of other Unix-like systems of the day. | null | 0 | 1545625045 | False | 0 | ecfrnb9 | t3_a8tmd0 | null | null | t1_eceb9eq | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfrnb9/ | 1548002096 | 3 | t5_2fwo | r/programming | public | null |
False | BluntnHonest | t2_alac5 | I'm in Texas and I've been a dev for a little over 2 years and I make like double what you do. As the others have said, you're probably being underpaid. At that level of compensation, I wouldn't even bother with asking for a raise and just outright find a new job (unless you can't because visa or something. Then ask for a raise). | null | 0 | 1544425170 | False | 0 | ebhf6b0 | t3_a4n8jv | null | null | t1_ebghque | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhf6b0/ | 1547422306 | 3 | t5_2fwo | r/programming | public | null |
False | diffcalculus | t2_11hlua | Thank you. Sometimes I read shit around here and wonder if I'm living in some vacuum bubble and everyone else doing development is moving at lightspeed, making millions.
Then people like you come along and remind me that there's still sanity and people doing normal development. | null | 0 | 1545625129 | False | 0 | ecfrqe0 | t3_a8vpy4 | null | null | t1_eceamoc | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecfrqe0/ | 1548002134 | 6 | t5_2fwo | r/programming | public | null |
False | beginner_ | t2_cnvyz | Yeah you can probably measure them in request per minute or hour...99% of the resources the app needs comes from the windows OS it's running on. Yeah, we have windows standard. want to do simple "LAMP"? Nope, you can't use linux. like WTF? | null | 0 | 1544425264 | False | 0 | ebhf8mj | t3_a4n8jv | null | null | t1_ebgkmzf | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhf8mj/ | 1547422335 | 1 | t5_2fwo | r/programming | public | null |
False | pixel_of_moral_decay | t2_14q3e1 | Once something is adopted by education it lives on forever. BASIC is still taught in a few places... not Visual Basic... BASIC. Mind blowing. | null | 0 | 1545625178 | False | 0 | ecfrs8o | t3_a90xot | null | null | t1_ecfnjrd | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfrs8o/ | 1548002157 | 81 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544425433 | False | 0 | ebhfch2 | t3_a4n8jv | null | null | t3_a4n8jv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfch2/ | 1547422382 | 1 | t5_2fwo | r/programming | public | null |
False | Shadowhawk109 | t2_4a4ww | DOS is still an operating system. | null | 0 | 1545625257 | False | 0 | ecfrvaa | t3_a8tmd0 | null | null | t1_eceb9eq | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfrvaa/ | 1548002195 | 2 | t5_2fwo | r/programming | public | null |
False | shared_makes_it_real | t2_wvcqaot | You don't have kids? Jesus.
I pay $360~ a month on a $3500 max deductible plan. I got it before 2008 so it's a grandfathered plan that can no longer legally be offered.
I routinely check the health plans offered by my employers but they never looked any good. I didn't realize how bad things were. | null | 0 | 1544425439 | False | 0 | ebhfclt | t3_a4n8jv | null | null | t1_ebhf61v | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfclt/ | 1547422383 | 3 | t5_2fwo | r/programming | public | null |
False | nikarius117 | t2_nilfg | I was getting my stats from a PC game min requirements site, I didn't do much research about Doom. Thanks for the knowledge tho, old computing is so fascinating | null | 0 | 1545625569 | False | 0 | ecfs6zs | t3_a8tmd0 | null | null | t1_ecfpb5s | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfs6zs/ | 1548002340 | 2 | t5_2fwo | r/programming | public | null |
False | ThePantsThief | t2_7iu2w | An official forum would be nice. A public issue tracker or something. | null | 0 | 1544425499 | False | 0 | ebhfe2h | t3_a4oi4w | null | null | t1_ebhdcvb | /r/programming/comments/a4oi4w/git_v2200_released/ebhfe2h/ | 1547422401 | 16 | t5_2fwo | r/programming | public | null |
False | Sqeaky | t2_6wjnx | Typo, I meant and | null | 0 | 1545625599 | False | 0 | ecfs82w | t3_a8rptf | null | null | t1_ecfd8jx | /r/programming/comments/a8rptf/i_do_not_like_go/ecfs82w/ | 1548002353 | 4 | t5_2fwo | r/programming | public | null |
False | awallick | t2_3z5m3 | I moved out from a much cheaper area to SoCal for work. I would love to be back in the area I came from. The problem is I work in games, an industry which is known for frequent layoffs. In my old town I had 3 choices in decent (paid a reasonable amount, had basic benefits like health insurance) game studios to work at. I was working at one of those companies for 5 years and because of multiple issues decided to leave. Neither of the other 2 companies hired me, hence the move.
9 months later when my company in SoCal shuttered, I was able to apply to half a dozen companies (with plenty more if I wanted) and get a job within weeks without having to relocate.
So the problem is that many companies need to open in those areas to attract more than just the people that are willing to move every few years or less. I'm just not willing to risk having to pack up my life every time I need a new job so expensive areas are where I have to stay. It's a chicken and the egg type thing unfortunately. | null | 0 | 1544425531 | False | 0 | ebhfetw | t3_a4n8jv | null | null | t1_ebgzl4a | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfetw/ | 1547422411 | 3 | t5_2fwo | r/programming | public | null |
False | grauenwolf | t2_570j | The more I think about it, the more I think the question should be "If I spend X amount of time on this test, it should have a Y% chance of detecting a flaw".
| null | 0 | 1545625618 | False | 0 | ecfs8rw | t3_a8zgcm | null | null | t1_ecfpnyo | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecfs8rw/ | 1548002362 | 6 | t5_2fwo | r/programming | public | null |
False | NoblesseNobleman | t2_dan55qm | You are 100% correct. The thing that is strange though is how lots of people try to neutralize the financial advantage you'll gain in the States when compared to Europe. If you like the culture, environment, and political atmosphere in Europe better than the States then that's awesome. However it just seems so odd that so many people try to bring up reasons to downplay the huge gap in monetary gain. A lot of people seem to act like cost of living is enough to neutralize a 300% larger compensation package, when it clearly is not. | null | 0 | 1544425656 | False | 0 | ebhfhus | t3_a4n8jv | null | null | t1_ebhbpqi | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfhus/ | 1547422450 | 32 | t5_2fwo | r/programming | public | null |
False | LiveRealNow | t2_4a58r | Makes sense. My computer camp was hosted by a state college. | null | 0 | 1545625649 | False | 0 | ecfs9xg | t3_a90xot | null | null | t1_ecfrs8o | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfs9xg/ | 1548002404 | 2 | t5_2fwo | r/programming | public | null |
False | tententai | t2_b735r | The difference is not the same by profession. For example I work in Switzerland where the average salary is higher than in the US, but for software developers it's not the case. | null | 0 | 1544425767 | False | 0 | ebhfkj7 | t3_a4n8jv | null | null | t1_ebgiudg | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfkj7/ | 1547422482 | 16 | t5_2fwo | r/programming | public | null |
False | fungussa | t2_3wv64 | After cheald's comment, can you now admit that you were wrong? | null | 0 | 1545625829 | False | 0 | ecfsgrd | t3_a8rptf | null | null | t1_ece3k9g | /r/programming/comments/a8rptf/i_do_not_like_go/ecfsgrd/ | 1548002488 | -5 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | can you eli5 what strategy can deal with poor code quality? | null | 0 | 1544425785 | False | 0 | ebhfkz5 | t3_a4n8jv | null | null | t1_ebh1swu | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfkz5/ | 1547422488 | 10 | t5_2fwo | r/programming | public | null |
False | veldrin92 | t2_i15igvg | AFAIK, you only pay for playing on their servers | null | 0 | 1545626620 | False | 0 | ecft9lc | t3_a8wlar | null | null | t1_ecerbz2 | /r/programming/comments/a8wlar/do_you_program_for_leisure_and_how/ecft9lc/ | 1548002845 | 0 | t5_2fwo | r/programming | public | null |
False | my_name_isnt_clever | t2_5o567 | I've been messing with it today, I really like how it's setup, although I'm still figuring out some Kotlin syntax.
I have a couple questions. Is there a elegant way to handle multiple pages? I'm coming from Flask so I'm used to just defining functions to URL routes. I'm seeing how to interact with the path using `url.path`, but using that with a `when` statement or something feels overly complicated.
Also, I'd like to use the browser Notification API, would I have to write some JS and execute it somehow? Or is there a way to use that within Kweb?
edit: Oh yeah, also is there a shortcut for adding a `<br>` tag? I got it with `.element("br")` but I must be missing something. | null | 0 | 1544425850 | 1544426239 | 0 | ebhfmid | t3_a4dtp2 | null | null | t1_ebfzjz4 | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebhfmid/ | 1547422508 | 1 | t5_2fwo | r/programming | public | null |
False | marqis | t2_3helh | Having worked at a company that delivered a SIP appliance... you've bitten off... a lot. | null | 0 | 1545626883 | False | 0 | ecftjig | t3_a8xl5o | null | null | t1_ecepcem | /r/programming/comments/a8xl5o/i_decided_to_build_my_own_sip_server_and_i_think/ecftjig/ | 1548002968 | 3 | t5_2fwo | r/programming | public | null |
False | NotSoButFarOtherwise | t2_1ha8wt1w | I like this idea, but it should have flexibility for input size. You couldn’t use O-notation due to its limitations but maybe something similar: `@timeNs{250 + 10n log 3n}` or what have you.
Actually, with async/await you could let the caller decide. If Foo() returns TimedAwaitable<Bar>, you can `await Foo()` to get the result no matter how long it takes, or `await @250` Foo(), which can give you a Bar *or* an OperationNotComplete. Not sure if that should mean 250ns of clock time or of process run time, but in the former case you give your OS and language runtime the ability to hog a CPU core if the process requests it. | null | 0 | 1544426022 | False | 0 | ebhfqnf | t3_a4m2dp | null | null | t1_ebfpszz | /r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebhfqnf/ | 1547422560 | 1 | t5_2fwo | r/programming | public | null |
False | aquakool | t2_zqmw5 | I was on a team that really pushed code coverage. I found more than one test that checked the value of a log...what a complete waste of time. All to boost the % that gets reported at the end of the run. | null | 0 | 1545627361 | False | 0 | ecfu0gr | t3_a8zgcm | null | null | t3_a8zgcm | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecfu0gr/ | 1548003210 | 4 | t5_2fwo | r/programming | public | null |
False | ten24 | t2_9qjql | And anyone who wants to hire programmers who write code *without* designing and solving problems, aren't going to bother hiring programmers in Europe or the Americas. | null | 0 | 1544426051 | False | 0 | ebhfrbw | t3_a4n8jv | null | null | t1_ebgbd9x | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfrbw/ | 1547422567 | 18 | t5_2fwo | r/programming | public | null |
False | Calphorus | t2_14s5dn | What is the tool that you use in the video to help you write the characters? (The one that you put behind the tracing paper) | null | 0 | 1545627425 | False | 0 | ecfu2p9 | t3_a8an2s | null | null | t1_ec9ftc2 | /r/programming/comments/a8an2s/crafting_interpreters_how_to_build_a_hash_table/ecfu2p9/ | 1548003237 | 2 | t5_2fwo | r/programming | public | null |
False | niczar | t2_3enpx | It's saving thousands in rent, and costing millions in productivity. | null | 0 | 1544426061 | False | 0 | ebhfrjt | t3_a4n8jv | null | null | t1_ebgjf97 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfrjt/ | 1547422570 | 17 | t5_2fwo | r/programming | public | null |
False | tweeter0830 | t2_50yur | So, a comment that states it is impossible to write good Go code has a positive score? This thread really is biased. | null | 1 | 1545627428 | False | 0 | ecfu2sv | t3_a8rptf | null | null | t1_ecfbnnf | /r/programming/comments/a8rptf/i_do_not_like_go/ecfu2sv/ | 1548003238 | 0 | t5_2fwo | r/programming | public | null |
False | TheThiefMaster | t2_n1div | Newcastle is becoming a bit of a games dev hub - the uni just hosted an industry consultation, there must have been representatives of twenty companies show up, with a sizeable chunk of them from the local area. Epic, Ubisoft, Sumo are there to name some of the bigger ones. | null | 0 | 1544426100 | 1544426373 | 0 | ebhfsgq | t3_a4n8jv | null | null | t1_ebgbbg7 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfsgq/ | 1547422581 | 1 | t5_2fwo | r/programming | public | null |
False | jacmoe | t2_3hzym | Why not?
Okay, I think it has to do with the fact that Turbo Pascal is limited, but very capable. The simplicity, compared to modern object Pascal can feel liberating :) | null | 0 | 1545627462 | False | 0 | ecfu3yl | t3_a90xot | null | null | t1_ecfmtux | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfu3yl/ | 1548003253 | 12 | t5_2fwo | r/programming | public | null |
False | DeepDuh | t2_4n7ve | What I mean is having the mouse position as a direct input to commands. When Engelbart wants to duplicate a paragraph he enters one command and then clicks exactly once on the paragraph. He then goes on to show a better version of org-mode. It’s like the world started copying his ideas but noone got the whole concept right, everything seems half baked compared to NLS. | null | 0 | 1544426106 | False | 0 | ebhfslj | t3_a4nztn | null | null | t1_ebh613g | /r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebhfslj/ | 1547422583 | 3 | t5_2fwo | r/programming | public | null |
False | Agret | t2_uf8s | Looks like you must be looking at the Windows version requirements. There was definitely a version of Doom available for DOS. | null | 0 | 1545627527 | False | 0 | ecfu64u | t3_a8tmd0 | null | null | t1_ece6734 | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfu64u/ | 1548003279 | 2 | t5_2fwo | r/programming | public | null |
False | alphaglosined | t2_f0fiz | It definitely should be supported today.
>There are currently no 64-bit Windows binaries of libevent included, so you'll either need to build those yourself, or you can switch to the "win32" event driver by inserting
>
>"subConfigurations": {"vibe-d": "win32"}
>
>into the dub.json file of your project.
&#x200B; | null | 0 | 1544426114 | False | 0 | ebhfsrr | t3_a47s2x | null | null | t1_ebgddrp | /r/programming/comments/a47s2x/happy_17th_birthday_d/ebhfsrr/ | 1547422585 | 2 | t5_2fwo | r/programming | public | null |
False | Agret | t2_uf8s | Yes but the OP claimed it required Windows 95 which is a massively heavier OS | null | 0 | 1545627562 | False | 0 | ecfu78j | t3_a8tmd0 | null | null | t1_ecfrvaa | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfu78j/ | 1548003294 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | that last part is not totally true. counterexample: drug cartels set the price they buy for coca leaves regardless of supply. supply has dropped in the last 20 years but prices have stayed the same.
you could argue that there is a "low supply of demanders" but idk that's a stretch since it's not supply/demand of the product | null | 0 | 1544426153 | False | 0 | ebhftq5 | t3_a4n8jv | null | null | t1_ebh58v0 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhftq5/ | 1547422597 | 2 | t5_2fwo | r/programming | public | null |
False | munificent | t2_331sn | Just a piece of paper I printed with lines the right distance apart for the two lettering sizes (small caps and normal) I use in the book. This way, the letter heights are consistent across the illustrations. | null | 0 | 1545627636 | False | 0 | ecfu9ot | t3_a8an2s | null | null | t1_ecfu2p9 | /r/programming/comments/a8an2s/crafting_interpreters_how_to_build_a_hash_table/ecfu9ot/ | 1548003323 | 2 | t5_2fwo | r/programming | public | null |
False | demmian | t2_6wzl0 | >No thanks. I want them to hire Americans.
It seems to me that you are making the case that you/your team were biased against hiring people in other countries. I mean... if you set out to fail... this counts as a win then? | null | 0 | 1544426306 | False | 0 | ebhfxc5 | t3_a4n8jv | null | null | t1_ebgiv9p | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhfxc5/ | 1547422641 | 23 | t5_2fwo | r/programming | public | null |
False | microwavedHamster | t2_a39cg | But why | null | 1 | 1545627648 | False | 0 | ecfua2k | t3_a90xot | null | null | t3_a90xot | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfua2k/ | 1548003328 | -3 | t5_2fwo | r/programming | public | null |
False | Zuslash | t2_62rd7 | I know people in NC who are paid really good SF salaries working full time remote. Their costs don't come close to the SF developers costs. It happens. | null | 0 | 1544426486 | False | 0 | ebhg1ne | t3_a4n8jv | null | null | t1_ebgrakf | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhg1ne/ | 1547422694 | 2 | t5_2fwo | r/programming | public | null |
False | OneWingedShark | t2_bx7wh | >I didn't realize Turbo Pascal a still a thing.
It is!
You can get a copy here: [http://edn.embarcadero.com/museum/antiquesoftware](http://edn.embarcadero.com/museum/antiquesoftware)
| null | 0 | 1545627841 | False | 0 | ecfugdy | t3_a90xot | null | null | t1_ecfnjrd | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfugdy/ | 1548003406 | 22 | t5_2fwo | r/programming | public | null |
False | DeepDuh | t2_4n7ve | But is the Alto a superset of NLS? Does it have a of terminal and pointer-GUI? Does it have a compiler-compiler to define new commands with very few LOC? | null | 0 | 1544426490 | False | 0 | ebhg1qz | t3_a4nztn | null | null | t1_ebh64er | /r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebhg1qz/ | 1547422696 | 3 | t5_2fwo | r/programming | public | null |
False | Majikarpp | t2_4p2ut6v | Great to hear!!! Goodluck with it sir. | null | 0 | 1545627863 | False | 0 | ecfuh45 | t3_a8u4dr | null | null | t1_ecdytrg | /r/programming/comments/a8u4dr/turbo_boost_your_development_career_by_starting_a/ecfuh45/ | 1548003415 | 2 | t5_2fwo | r/programming | public | null |
False | Vadoff | t2_4j4me | Can't speak for other points, but for:
2. It's less common for people by themselves to rent a 1 BR apartment (~3.3k) in SF than it is a 2 BR apartment and split the rent (~4.4k/2 = ~2.2k) or rent a studio (~2.4k). With utilities, food, clothes, transportation, etc I estimated about ~3.5k living cost. There are people I know who like to spend 5k per month, but they have TCs closer to $400k (200k base) and don't mind splurging.
3. I don't know about that, the vast majority of people I know do 9-5 (or 9:30-5:30) and do 40h workweeks. There are a few that may put in an extra hour each day for 45h, but 50+ is extremely unusual. Maybe if you only look at how hard founders work you'll see that, but definitely not regular employees.
4. Every company I've ever worked at in the Bay Area has had either 20 days PTO or unlimited PTO. The majority were of the unlimited variety. A lot of people abused it too, and took 40+ PTO days in a year (going to Prague, Tokyo, Rome, etc literally every month). There's usually a suite of other benefits too like free meals (lunch/dinner, sometimes breakfast, free snacks and drinks), $100+ in commute credits, gym credits, maternity/paternity leave, etc. These are all fairly standard. | null | 0 | 1544426539 | 1544428606 | 0 | ebhg2xb | t3_a4n8jv | null | null | t1_ebh7pd0 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhg2xb/ | 1547422711 | 2 | t5_2fwo | r/programming | public | null |
False | OneWingedShark | t2_bx7wh | I remember a Windowing function for one of the old TP -- 3 or 5, IIRC -- where the window was all text -- the precursor to the TP7 IDE with ASCII line-art borders. | null | 0 | 1545627967 | False | 0 | ecfukf5 | t3_a90xot | null | null | t3_a90xot | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfukf5/ | 1548003455 | 14 | t5_2fwo | r/programming | public | null |
False | mucco | t2_a4q9z | It's also quite cheap to buy property here in Italy, compared to US major cities. Milan/Rome average should be around 300 €/sqft, other smaller but comparable cities by standard of living such as Turin or Bologna probably go for 200-250. You can get a family house for 200k almost anywhere, and "cheap" loans are easily available as long as you have a stable income. | null | 0 | 1544426543 | False | 0 | ebhg30n | t3_a4n8jv | null | null | t1_ebgxhgg | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhg30n/ | 1547422712 | 1 | t5_2fwo | r/programming | public | null |
False | banspoonguard | t2_b9ge1 | I *am* the terry!
___
God says...
race cold ^mourned ^^slave ^^^remindeth ^^^^there ^^^^^wookie ^^^^^^dispersed | null | 0 | 1545628127 | False | 0 | ecfupk7 | t3_a8mjza | null | null | t1_ecctlxg | /r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/ecfupk7/ | 1548003519 | 3 | t5_2fwo | r/programming | public | null |
False | nacholicious | t2_k7ymt | That is not very accurate. I'm in the engineers union for my country which really doesn't do any collective bargaining but rather gives individuals tools to advance in their career and also advice and legal backup in case things go south. The only collective bargaining I've heard them doing was when one of the old and large tech companies (eg our IBM) were doing layoffs then many of the employees individually agreed to let the union collectively represent their interests in the layoff, but for 99 percent of employees there is no collective bargaining. An union works to improve the working conditions of those they represent in the best way, and that doesn't always have to be collective bargaining
Defining unions by US unions is a bit like defining democracy by north korea | null | 0 | 1544426566 | False | 0 | ebhg3jd | t3_a4n8jv | null | null | t1_ebh8u2e | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhg3jd/ | 1547422718 | 3 | t5_2fwo | r/programming | public | null |
False | AyrA_ch | t2_8mz48 | > I CAN'T WAIT for podcast adblocking to make it.
I've made a similar thing once for youtube. Allows you to automatically skip over intros, ads, social media requests, sponsoring, etc. It's not automatic but community driven, but I never finished it. The prototype is working though.
| null | 0 | 1545628312 | False | 0 | ecfuvv8 | t3_a8o8ot | null | null | t1_ecd4kxg | /r/programming/comments/a8o8ot/designing_an_adblocker_for_radio_and_podcasts/ecfuvv8/ | 1548003622 | 1 | t5_2fwo | r/programming | public | null |
False | lawandordercandidate | t2_14okl0 | > agree that the paying renter should not be kicked out).
>
> Why are you scared
two people agree, 37 upvoted, some work for Linode, and I made monies from adsense.
why are you so fixated on that question? do you have some sort of landlord fetish? | null | 0 | 1544426641 | False | 0 | ebhg5bl | t3_a477c9 | null | null | t1_ebhdq39 | /r/programming/comments/a477c9/how_linode_screwed_me/ebhg5bl/ | 1547422740 | 1 | t5_2fwo | r/programming | public | null |
False | 10inchMaster | t2_ofsjlbm | Ty | null | 0 | 1545628371 | False | 0 | ecfuxwv | t3_a8u4dr | null | null | t1_ecfuh45 | /r/programming/comments/a8u4dr/turbo_boost_your_development_career_by_starting_a/ecfuxwv/ | 1548003646 | 2 | t5_2fwo | r/programming | public | null |
False | Naouak | t2_dmt2t | One thing I love to do is asking my colleagues who come take a coffee when I'm drinking mine what they are working on and if they have any issues. They will often tell you about a specific problem they are solving and you can either learn from that or tell them about other solutions they may be interested in. | null | 0 | 1544426666 | False | 0 | ebhg5w5 | t3_a4n8jv | null | null | t1_ebgk53w | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhg5w5/ | 1547422747 | 8 | t5_2fwo | r/programming | public | null |
False | Xenasis | t2_7r1sr | I'm so glad that I was taught Java at sixth form (English high school equivalent). The exam board we used had like 5 different language options and 4 were completely irrelevant or no-longer-used languages, with the fifth being Java. | null | 0 | 1545628373 | False | 0 | ecfuxzl | t3_a90xot | null | null | t1_ecfrs8o | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfuxzl/ | 1548003647 | 10 | t5_2fwo | r/programming | public | null |
False | SalemBeats | t2_916ve | So is food if you're not considering its utility or comparing it to some alternative. | null | 0 | 1544426872 | False | 0 | ebhgaib | t3_a4n8jv | null | null | t1_ebgk16a | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhgaib/ | 1547422832 | 4 | t5_2fwo | r/programming | public | null |
False | that_jojo | t2_10uhaw | Because life is worth living. | null | 0 | 1545628528 | False | 0 | ecfv3dr | t3_a90xot | null | null | t1_ecfua2k | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfv3dr/ | 1548003714 | 28 | t5_2fwo | r/programming | public | null |
False | rshook27 | t2_4qlkz | There isn't one. | null | 0 | 1544426936 | False | 0 | ebhgbvi | t3_a4n8jv | null | null | t1_ebhfkz5 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhgbvi/ | 1547422849 | 32 | t5_2fwo | r/programming | public | null |
False | John_Fx | t2_5xepr | Turbojock toolkit for Pascal? I think I threw out the floppy disks for that a year back. | null | 0 | 1545628711 | False | 0 | ecfv9nn | t3_a90xot | null | null | t1_ecfukf5 | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfv9nn/ | 1548003792 | 3 | t5_2fwo | r/programming | public | null |
False | kangasking | t2_on8vqbe | This comment reminds me of that Steve Jobs interview that hit the front page around the "don't you guys have phones" thing | null | 0 | 1544426947 | False | 0 | ebhgc3z | t3_a4n8jv | null | null | t1_ebgiork | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhgc3z/ | 1547422852 | 2 | t5_2fwo | r/programming | public | null |
False | caiocaio | t2_irqj6 | Once I saw someone on some sub get really angry about someone else using Pascal. Like, scary angry. Like, search through post history for personal details angry. I think about that a lot and I often wish I could find the thread to make sure the Pascal user is still posting.
Anyway, cool program and Happy Holidays! | null | 0 | 1545628950 | False | 0 | ecfvhn8 | t3_a90xot | null | null | t3_a90xot | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecfvhn8/ | 1548003891 | 85 | t5_2fwo | r/programming | public | null |
False | Vadoff | t2_4j4me | Well, usually smartphones/cars/computers/luxury goods/brand name items are cheapest in the USA. Luxury cars can double in price in other countries since they need to be exported. | null | 0 | 1544426974 | 1544427352 | 0 | ebhgcnt | t3_a4n8jv | null | null | t1_ebhcfii | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhgcnt/ | 1547422859 | 12 | t5_2fwo | r/programming | public | null |
False | banspoonguard | t2_b9ge1 | > It is now official. Netcraft has confirmed: Firefox is dying
> One more crippling bombshell hit the already beleaguered Mozilla community when IDC confirmed that Firefox market share has dropped yet again, now down to less than a fraction of 1 percent of all browsers. Coming on the heels of a recent Netcraft survey which plainly states that Firefox has lost more market share, this news serves to reinforce what we've known all along. Firefox is collapsing in complete disarray, as fittingly exemplified by failing dead last [browserbench.org] in the recent JetStream comprehensive Javascript benchmark.
> All major surveys show that Firefox has steadily declined in market share. Firefox is very sick and its long term survival prospects are very dim. If Firefox is to survive at all it will be among browser dilettante dabblers. Firefox continues to decay. Nothing short of a miracle could save it at this point in time. For all practical purposes, Firefox is dead. | null | 0 | 1545629066 | False | 0 | ecfvlfk | t3_a8rk6u | null | null | t1_eceh52j | /r/programming/comments/a8rk6u/librefox_mainstream_firefox_with_a_better_privacy/ecfvlfk/ | 1548003939 | 4 | t5_2fwo | r/programming | public | null |
False | Vadoff | t2_4j4me | It's less common for people by themselves to rent a 1 BR apartment (~3.3k) in SF than it is a 2 BR apartment and split the rent (~4.4k/2 = ~2.2k) or rent a studio (~2.4k). With utilities, food, clothes, transportation, etc I estimated about ~3.5k living cost. There are people I know who like to spend 5k per month, but they have TCs closer to $400k (200k base) and don't mind splurging. | null | 0 | 1544427017 | 1544427750 | 0 | ebhgdkz | t3_a4n8jv | null | null | t1_ebh947n | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhgdkz/ | 1547422871 | 3 | t5_2fwo | r/programming | public | null |
False | falconfetus8 | t2_5lnfr | How is that any different from Electron? Other than being lighter weight, of course. | null | 0 | 1545629196 | False | 0 | ecfvpmy | t3_a8vkzm | null | null | t1_ecfa9z5 | /r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/ecfvpmy/ | 1548003991 | 2 | t5_2fwo | r/programming | public | null |
False | ShetlandJames | t2_61emd | YouTube uses fucking jQuery? | null | 0 | 1544427243 | False | 0 | ebhgii0 | t3_a4hmbu | null | null | t1_ebh7n4s | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebhgii0/ | 1547422931 | 1 | t5_2fwo | r/programming | public | null |
False | erotic-jesus | t2_alg5jbj | Gift your manager two copies of "The Mythical Man-Month", so he can read it twice as fast. | null | 0 | 1545629214 | False | 0 | ecfvq8r | t3_a8tmd0 | null | null | t1_ecej4mo | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecfvq8r/ | 1548003998 | 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.