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
lala_xyyz
t2_lplio
> I gladly pay taxes for good health care. You're not paying anything, it's taken without your consent. It's theft. >also gladly pay taxes so others who have less can also have healthcare. I went to a public school, to a public university, used public roads to get there... To say the government "steals" money in taxes is nonsensical, from my view. Sure, not all handling is perfect, but it's far from stealing. Whatever you say uncle Tom.
null
0
1544459339
False
0
ebi4da7
t3_a4n8jv
null
null
t1_ebhzow0
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4da7/
1547434063
3
t5_2fwo
r/programming
public
null
False
Rein215
t2_v393j
I don't get it, please explain
null
0
1545679459
False
0
ech1vzv
t3_a95jxj
null
null
t1_ecgqh2b
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech1vzv/
1548023716
10
t5_2fwo
r/programming
public
null
False
Oatz3
t2_fddt7
There's really only 1 use case for crappy code and that's as a prototype if the real thing is too expensive to build out. Prove it and then replace it basically.
null
0
1544459361
False
0
ebi4e8p
t3_a4n8jv
null
null
t1_ebhfkz5
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4e8p/
1547434075
5
t5_2fwo
r/programming
public
null
False
WaveHack
t2_5lu9v
Nice
null
0
1545679508
False
0
ech1y7k
t3_a95jxj
null
null
t3_a95jxj
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech1y7k/
1548023744
-12
t5_2fwo
r/programming
public
null
False
beefyjon
t2_2e5zczim
Which is the better book to read, one which has a summary on the back telling you what it is about or one which just has the words "finished book" for a summary instead?
null
0
1544459463
False
0
ebi4ire
t3_a4uynu
null
null
t1_ebhyzeq
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebi4ire/
1547434131
24
t5_2fwo
r/programming
public
null
False
qzrt
t2_175xbf
I feel like you'd be able to implement this algorithm in a single thread. Makes me curious what your algorithm looked like that made it run so slow on a single thread.
null
0
1545679628
False
0
ech23l2
t3_a961pk
null
null
t1_ecgmvwk
/r/programming/comments/a961pk/another_first_for_my_c_games_multithreading/ech23l2/
1548023810
2
t5_2fwo
r/programming
public
null
False
RobIII
t2_5zqad
> **What to do instead?** > [...] > First [...] there will be some **object** like a DataStore **with an API exposing all the necessary operations for querying and storing the data**. > [...] > The bulk of actual program logic takes a reference to such DataStores, [...] I typically glue different logical components via message passing, actor-style. Example of an actor: stdin reader, input data processor, trust manager, game state, etc. Such “actors” can be implemented as thread-pools, elements of pipelines etc. When required, they can have their own DataStore or share one with other “actors”. > Such architecture gives me nice testing points: DataStores can have multiple implementations via polymorphism, and actors communicating via messages can be instantiated separately and driven through test sequence of messages. Sounds pretty much OOP(-typical) concepts to me...? ^(and, yes, some of the concepts can be used outside of OOP too!) So your point is to not use [DTO](https://en.wikipedia.org/wiki/Data_transfer_object)'s / [POCO](https://en.wikipedia.org/wiki/Plain_old_CLR_object)'s / [POJO](https://en.wikipedia.org/wiki/Plain_old_Java_object)'s? Also, kind of a clickbaity title IMHO.
null
0
1544459473
1544459930
0
ebi4j68
t3_a4wpit
null
null
t3_a4wpit
/r/programming/comments/a4wpit/the_faster_you_unlearn_oop_the_better_for_you_and/ebi4j68/
1547434136
4
t5_2fwo
r/programming
public
null
False
DeutyDaBeast
t2_kpzsh
Freakin blaze it
null
0
1545679645
False
0
ech24ch
t3_a95jxj
null
null
t3_a95jxj
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech24ch/
1548023820
-9
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544459486
False
0
ebi4jqt
t3_a4n8jv
null
null
t1_ebhzb1j
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4jqt/
1547434142
1
t5_2fwo
r/programming
public
null
False
veldrin92
t2_i15igvg
Leadership roles don't just go, they are taken by leader qualities and performance
null
0
1545679721
False
0
ech27ud
t3_a97kyr
null
null
t3_a97kyr
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech27ud/
1548023868
9
t5_2fwo
r/programming
public
null
False
sanity
t2_75zx
<br> now supported in 0.3.14: https://github.com/kwebio/core/commit/dff66ac9ef29f2520cfdf7b98e80aa81efe9bfb2#diff-e0203aeb6e002dd47205b37600e83963 Let me know any ideas you have for the routing.
null
0
1544459537
False
0
ebi4lwl
t3_a4dtp2
null
null
t1_ebhfmid
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebi4lwl/
1547434169
1
t5_2fwo
r/programming
public
null
False
jayd16
t2_3gbnv
ChromeOS is stable and slick if you're counting anything on a Linux kennel.
null
0
1545679724
False
0
ech27yy
t3_a95jxj
null
null
t1_ecgp1vt
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech27yy/
1548023869
3
t5_2fwo
r/programming
public
null
False
Iteria
t2_3nf7u
I think your list is weird because everything but the last bullet point is available in the US if you pick the right job and location. I didn't have a car for the first decade of my adulthood. Still got to work and shopped and all that. I didn't live in NYC which is the best for public transit, but my God if you pick the right city you can get around comfortably. Shit sometimes I beat my driving friends from work home which I found hilarious. Food quality? What. The US has a lot of great food to offer from all different cultures if you're not living in nowhere, USA. Yeah, we eat junk, but that's because we choose to, not because it's mandatory. Affordable housing. Nope. If you don't live in LA, SF, or NYC you can easily find rents that even someone making half as much as you can afford. How do you think all the not software engineers are living? Amount of paid holidays. If you are a software engineer or really any in demand profession is not even a thing. I've never had less than 3 weeks of PTO on top of government holidays. I have much more than that now. The key is not working retail or other drone work. Yeah it's shitty if you are a low paid worker, but for most in demand professionals, not a problem. Cities with amazing quality of life. Again what? The US has so many cities. No one is going to tell me that literally all of them are shit. I have been all around this country and there is a city for any kind of person who exists. The last, fine, but it's not like the US doesn't have it's own subcultures and whatnot to explore. Even if I concede that point I'm going to say that the US has some of the most beautiful natural scenes compared to Europe. If you guys have culture, we have nature.
null
0
1544459546
False
0
ebi4mac
t3_a4n8jv
null
null
t1_ebhlqxy
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4mac/
1547434203
4
t5_2fwo
r/programming
public
null
False
HenkPoley
t2_2y61o
Bluetooth is an everything-but-the-kitchen-sink protocol. It has very many nooks and crannies with extra functionality. No surprise implementation is a mess.
null
0
1545679758
False
0
ech29kw
t3_a95jxj
null
null
t1_ecgzsw9
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech29kw/
1548023890
75
t5_2fwo
r/programming
public
null
False
Eurynom0s
t2_4dmtf
> Companies that offer $150k USD salaries also offer very good health insurance plans, which the company will mostly pay for. Even if your company is mostly paying for the plan, if you actually make use of a lot of healthcare resources then you're probably gonna run up a decent tab on copays, prescription costs, etc.
null
0
1544459615
False
0
ebi4pdd
t3_a4n8jv
null
null
t1_ebhqtnw
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4pdd/
1547434241
2
t5_2fwo
r/programming
public
null
False
exophase
t2_4d29l
Nice
null
0
1545679856
False
0
ech2e3t
t3_a95jxj
null
null
t1_ecgtjgg
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech2e3t/
1548023945
-4
t5_2fwo
r/programming
public
null
False
sisyphus
t2_31lml
The difference is you guys get all that stuff no matter what at any job you go to. The Americans in this thread talking about what we have will also have to renegotiate all of it when we want to switch jobs. Fine while it lasts and terrible the moment you are too old/get sick/laid off/etc.
null
0
1544459644
False
0
ebi4qls
t3_a4n8jv
null
null
t1_ebgo7rt
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4qls/
1547434256
6
t5_2fwo
r/programming
public
null
False
Fexelein
t2_wdj5ous
Noice
null
0
1545679857
False
0
ech2e5b
t3_a95jxj
null
null
t1_ech094q
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech2e5b/
1548023945
-13
t5_2fwo
r/programming
public
null
False
ep1939
t2_qtb0i
Well, you may have a point. That being said I have no debts, I own my own house, a very good amount of savings and some investments at 31. Same applies for my so. I couldn't care less about all this mania of making more money. What's the point of putting more stress and work in my life, going to live abroad, just so I can retire, let's say, at 55? I'd rather enjoy my life now as I'm doing. By going abroad, e.g. in the us, I'd lose my family, friends, so. For what? More money? Couldn't care less. With 40k/year I'm in the 0.35% of highest annual incomes in the world, and in the 0.68% for wealth. Money comes and goes, time only goes. I don't feel the need to follow this capitalistic rush for money, money, money. I'm very okay as I am.
null
0
1544459652
1544460076
0
ebi4qzg
t3_a4n8jv
null
null
t1_ebhxkng
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4qzg/
1547434261
1
t5_2fwo
r/programming
public
null
False
DazzlingDisplay
t2_3snaf
It's never been easier for women (or anyone else) to start a tech company (at least in the US) and lead it. Nobody needs permission to do it. There are no barriers. Just file the paperwork.
null
0
1545679888
False
0
ech2fk4
t3_a97kyr
null
null
t3_a97kyr
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech2fk4/
1548023964
19
t5_2fwo
r/programming
public
null
False
Iteria
t2_3nf7u
I mean... I'm American and I would want to live in LA or SF because I too think they are shitholes. Also I like being able to afford to live alone. I live somewhere else and still get paid 2-3 times what I see foreigners list for their salaries.
null
0
1544459654
False
0
ebi4r2i
t3_a4n8jv
null
null
t1_ebhlz7l
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4r2i/
1547434262
2
t5_2fwo
r/programming
public
null
False
Yikings-654points
t2_xjafcf4
Seems fishy 4.20
null
0
1545679941
False
0
ech2i21
t3_a95jxj
null
null
t3_a95jxj
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech2i21/
1548024019
-10
t5_2fwo
r/programming
public
null
False
pcjftw
t2_s53vc6n
well, I personally like vue because building an SPA is rather pleasant (multiple reasons) with vue, where things get disjoint (frankly with all client side frameworks) is the client server round trip and the related packing and unpacking of data. What would be super awesome is defining some data structure on the server side, but having it automatically kept in sync with the client, at the same time also having client side events also automatically being handled on the server side. Ironically, classical ASP.NET somewhat does this, IIRC it bundles the entire page and sent on form submits via JavaScript and wires up a bunch of other things.
null
0
1544459693
False
0
ebi4sus
t3_a4dtp2
null
null
t1_ebi47dq
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebi4sus/
1547434284
1
t5_2fwo
r/programming
public
null
False
driusan
t2_bvkul
And how do you feel about people who use spaces for indentation?
null
0
1545680010
False
0
ech2l94
t3_a97kyr
null
null
t1_ech1lop
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech2l94/
1548024058
-8
t5_2fwo
r/programming
public
null
False
backdoorsmasher
t2_9p3py
Was that tuition fees, or general cost of living that was incurred whilst studying?
null
0
1544459695
False
0
ebi4sx5
t3_a4n8jv
null
null
t1_ebgpcn5
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4sx5/
1547434285
2
t5_2fwo
r/programming
public
null
False
HenkPoley
t2_2y61o
> Macs are amazing with Bluetooth. But even there, for the iPhone they basically decided to burn it all to the ground and only implement a very minimal set of functionality ('profiles'). Basically [they only implemented] some discovery stuff similar to Zeroconf/Bonjour/Rendezvous, headphones but only a small amount of codecs, address book syncing, tethering/networking, and keyboards (for accessibility). https://support.apple.com/en-us/HT204387
null
0
1545680013
1545681811
0
ech2leq
t3_a95jxj
null
null
t1_ech06n6
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech2leq/
1548024060
52
t5_2fwo
r/programming
public
null
False
VirtualRay
t2_xcjij
House prices are going to come down in the next couple of years here too, once people start realizing mortgage rates are going up
null
0
1544459699
False
0
ebi4t4c
t3_a4n8jv
null
null
t1_ebhu9hy
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4t4c/
1547434288
0
t5_2fwo
r/programming
public
null
False
Yikings-654points
t2_xjafcf4
I use Manjaro. -Arch Manjaro user.
null
0
1545680019
False
0
ech2lny
t3_a95jxj
null
null
t1_ech0erq
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech2lny/
1548024063
16
t5_2fwo
r/programming
public
null
False
kamekaze1024
t2_zvokghi
I feel ya man, I'm a freshman comp engineering student and I'm completely baffled by the shitt that goes on in this sub ;(
null
0
1544459716
False
0
ebi4tvq
t3_a4vzev
null
null
t1_ebi3yis
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi4tvq/
1547434298
13
t5_2fwo
r/programming
public
null
False
jephthai
t2_591d
"Systems administrators." Yeah, there's something wrong with the tech world.
null
0
1545680032
False
0
ech2m9e
t3_a97kyr
null
null
t1_ech1lop
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech2m9e/
1548024071
-1
t5_2fwo
r/programming
public
null
False
backdoorsmasher
t2_9p3py
Out of interest, how much student loan debt do you have?
null
0
1544459739
False
0
ebi4uxg
t3_a4n8jv
null
null
t1_ebgd4zo
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4uxg/
1547434310
1
t5_2fwo
r/programming
public
null
False
l337dexter
t2_3007h
Why create more conflict? Isn't there enough in this world already?
null
0
1545680159
False
0
ech2s3f
t3_a8tmd0
null
null
t1_ecgr3ve
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ech2s3f/
1548024143
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544459757
False
0
ebi4vou
t3_a4n8jv
null
null
t1_ebhkowh
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi4vou/
1547434319
1
t5_2fwo
r/programming
public
null
False
neuk_mijn_oogkas
t2_2032avqr
That's fine because the singular is "systems administrator" Whilst it is very rare that in English the adjunct is in plural it sometimes happens typically with collective nouns like "arms race"; "systems commonwealth" or "fine arts student" but even words that normally don't occur in plural on their own like "jeans" or "stairs" stil compound in singular in "jean pocket" or "stair case". "women Xs" is the only case in English that I know where the adjunct _agrees_ with the head noun in number and pluralizes with it. So the plural of "woman programmer" is somehow "women programmers" I know no other case in English where it works like that and I feel that to most English speakers it's wrong English for their sense of language. But all things that were once wrong in language come to feel right if you encountered it enough. If you move to a village where everyone uses the plural "beet" for "boot" it sounds weird as fuck at first but eventually it comes to sound normal.
null
0
1545680295
1545680656
0
ech2y75
t3_a97kyr
null
null
t1_ech2m9e
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech2y75/
1548024219
9
t5_2fwo
r/programming
public
null
False
bitter_truth_
t2_dtfuf
With a working augmented reality visor the size of normal glasses, and a natural language interface to operate both. Literally a quantum leap. Dude was a time traveler.
null
0
1544459821
False
0
ebi4ylq
t3_a4nztn
null
null
t1_ebhtlv3
/r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebi4ylq/
1547434356
3
t5_2fwo
r/programming
public
null
False
no_nick
t2_44sv6
F
null
0
1545680304
False
0
ech2ym4
t3_a95jxj
null
null
t1_ecgz6zr
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech2ym4/
1548024224
74
t5_2fwo
r/programming
public
null
False
I_like_code
t2_bvpt0
I'm an HPC dev. I found that my current salary is higher than other opportunities in non scientific software engineering. I take into account living costs as well. Embedded programming seems comparable. I was just wondering if anyone had the same experience.
null
0
1544459893
False
0
ebi51w6
t3_a4n8jv
null
null
t1_ebi0ty9
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi51w6/
1547434398
1
t5_2fwo
r/programming
public
null
False
grauenwolf
t2_570j
That's the whole point of catching it at a high level. It adds context so I know from the stack trace what module was trying to pen the connection. And unlike numeric error codes, I can add things like the target URL. (Though I do agree that that info should have been included from the beginning. )
null
0
1545680317
False
0
ech2z7j
t3_a8rptf
null
null
t1_ech1a9w
/r/programming/comments/a8rptf/i_do_not_like_go/ech2z7j/
1548024231
10
t5_2fwo
r/programming
public
null
False
aMonkeyRidingABadger
t2_hkzud
Individual circumstances matter a lot. My health insurance is already free. I don't own a car because I walk 10 minutes to work, and I don't spend any more to live in the middle of NYC than I would to live in the middle of London. Neither me nor my SO want kids, so those costs are irrelevant. I enjoy a healthy work life balance with plenty of time for breaks and no long hours. All that said, I would love to move virtually anywhere in Europe. I've dreamed about doing so many times over the years. My company has offices all over the place and is very open to internal transfers, so it's a real possibility. Unfortunately, I would take at least a ~33% paycut to go anywhere in Europe. The amount of money I'm able to put away each year would more than halve. When you add future returns on investment on top of that, the math just doesn't work out at all. I'm much better off sticking it out in the states and retiring early.
null
0
1544459939
False
0
ebi53zt
t3_a4n8jv
null
null
t1_ebh6gbx
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi53zt/
1547434424
4
t5_2fwo
r/programming
public
null
False
Qwakeworld
t2_16ve03
I think about unit testing as testing functionality. If it isn't a pure function, it shouldn't be unit tested. Database lookups can't be pure of course, so they aren't covered by unit tests.
null
0
1545680383
False
0
ech326n
t3_a8zgcm
null
null
t1_ecgv7ys
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ech326n/
1548024267
-1
t5_2fwo
r/programming
public
null
False
cm9kZW8K
t2_6fyglj1
> What's the point of putting more stress and work in my life just so I can retire, let's say, at 55? I'd rather enjoy my life now as I'm doing. Who says its more stress? Its just a higher salary for the same work - unless you are saying your work is super easy. And 55 is late, why not 45 or 35?
null
0
1544459940
False
0
ebi540q
t3_a4n8jv
null
null
t1_ebi4qzg
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi540q/
1547434424
4
t5_2fwo
r/programming
public
null
False
shooshx
t2_3bvie
Start menu search has been broken for me for years on both machines I use daily. It's absolutely useless.
null
0
1545680434
False
0
ech34ib
t3_a95jxj
null
null
t1_ecgt6w7
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech34ib/
1548024297
2
t5_2fwo
r/programming
public
null
False
want_to_want
t2_3fxw1
This is a translation of the classic [Seemingly Impossible Functional Programs](http://math.andrej.com/2007/09/28/seemingly-impossible-functional-programs/) from beautiful Haskell to maybe more accessible Swift. The main problem: in a partial language, the functions `anySatisfy` and `allSatisfy` aren't total. You could try using a total language instead, but then the totality proofs for these functions would have to use "induction on the modulus of uniform continuity", which I'm not sure can be done within the total language itself. Four years ago I [asked](https://www.reddit.com/r/haskell/comments/2k0xg2/seemingly_impossible_functional_programs/clh1swd/) if that was possible, the answer was no, or rather "yes if you disable the totality checker just a little bit". Does anyone know if things have changed since?
null
0
1544459993
1544461216
0
ebi56fh
t3_a4tlvc
null
null
t3_a4tlvc
/r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebi56fh/
1547434453
7
t5_2fwo
r/programming
public
null
False
neuk_mijn_oogkas
t2_2032avqr
Bullshit—meritocracies don't exist. No matter where you go leadership and promotions are handed out based on connections, overselling yourself and in FOSS a good dose of just "being the one who started it". Linux is like what, a 2000 man project now of regular countributors? What a coincidence that of those 2000 the man who started it all is the most capable of leading it and the right hand men like Greg just incidentally are the ones that joined quickly thereafter? Of course not—I'm pretty sure there are candidates working on Linux that are better to lead it than Linus but Linus is not going to step down and say "Hey you know—I think this one here is really a lot better than I at it; let's make them the new leader instead for the sake of Linux!" Meritocracies don't exist—men are far too poorly equipped to properly judge skill anyway. You get to the top by making the right friends and sucking copious numbers of arses.
null
0
1545680582
False
0
ech3b6z
t3_a97kyr
null
null
t1_ech27ud
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech3b6z/
1548024379
-11
t5_2fwo
r/programming
public
null
False
Madveek
t2_dddh2
Moreover, isn't force push discouraged? In case that a force push is needed, isn't there another way to squash commits without overwriting the repo's history?
null
0
1544459994
False
0
ebi56gs
t3_a4uynu
null
null
t1_ebi4af2
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebi56gs/
1547434454
16
t5_2fwo
r/programming
public
null
False
warlockface
t2_tkqw2k5
Plus it's not just "leadership" roles as the post title implies, the survey results are that 2% of the under-30 female respondents were in **C-Level Executive** roles. How many under-30 men are CTOs etc of companies (in companies they are not founders of since in that case the allegation of the position "go(ing) to" them does not apply (and is kind of irrelevant anyway since anybody can start a company and be CTO))?
null
0
1545680582
1545693097
0
ech3b7t
t3_a97kyr
null
null
t1_ech1icp
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech3b7t/
1548024380
16
t5_2fwo
r/programming
public
null
False
fried_green_baloney
t2_41ql7
And most of the time that will be when you find out legacy code that is slow because a Founding Genius coded a quadratic sort without noticing, and it worked find with 10 items, but with ten thousand, not so good. Also, in *Introduction To Algorithms*, there is notation for algorithms that are exactly of a certain order, as well as being bounded above, and below. Bounded above is the familiar **O(n log n)** notation.
null
0
1544460032
False
0
ebi5877
t3_a4ul7u
null
null
t1_ebhtd5x
/r/programming/comments/a4ul7u/what_common_misunderstandings_do_people_have/ebi5877/
1547434475
1
t5_2fwo
r/programming
public
null
False
HenkPoley
t2_2y61o
> There wasn’t any heavy speed drops on Windows Magic 8-ball says: Reply hazy, try again
null
0
1545680678
False
0
ech3fgs
t3_a95jxj
null
null
t1_ech0ia7
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech3fgs/
1548024432
15
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544460042
False
0
ebi58o0
t3_a4n8jv
null
null
t1_ebgufk4
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi58o0/
1547434481
2
t5_2fwo
r/programming
public
null
False
no_nick
t2_44sv6
You're acting line the windows DE is any good at all. I mean, what does it *do* that people use? Imo it's largely two thing. One, people in an office setting believe they need the office suite and it's not on Linux. Two, *omg Linux is hard*
null
1
1545680706
False
0
ech3gry
t3_a95jxj
null
null
t1_ecgp1vt
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech3gry/
1548024448
4
t5_2fwo
r/programming
public
null
False
mcguire
t2_33oe8
The general trick is to not be in the hot seat when the garbage fire starts. Make the project look successful, get promoted (or moved to a new project or new job) before anyone notices the problem, and let your successors deal with the consequences. Indian consulting companies may be best known for the technique, but we perfected it here in the States.
null
0
1544460101
False
0
ebi5bcw
t3_a4n8jv
null
null
t1_ebhfkz5
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5bcw/
1547434514
9
t5_2fwo
r/programming
public
null
False
UnderwaterTelephone
t2_9s1um
Arch is a Linux distribution that uses rolling updates instead of numbered releases. The packages are all kept at the cutting or bleeding edge, so users end up updating very frequently. This includes many more kernel releases than users of other distributions may be used to.
null
0
1545681026
False
0
ech3vcl
t3_a95jxj
null
null
t1_ech1vzv
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech3vcl/
1548024656
49
t5_2fwo
r/programming
public
null
False
no_gaz
t2_rhvbe
This isn't about teaching everyone to code. There are tons of adults that want to learn, but may not be able to learn on their own.
null
0
1544460117
False
0
ebi5c15
t3_a4vhtk
null
null
t1_ebi0xkb
/r/programming/comments/a4vhtk/how_to_teach_adults_to_code/ebi5c15/
1547434523
3
t5_2fwo
r/programming
public
null
False
throwaway27464829
t2_zb63c
Nice
null
0
1545681111
False
0
ech3z9y
t3_a95jxj
null
null
t1_ecgtjgg
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech3z9y/
1548024705
-5
t5_2fwo
r/programming
public
null
False
ric2b
t2_ef6l1
He clearly doesn't agree, since he said he prefers his current job and location.
null
0
1544460123
False
0
ebi5cas
t3_a4n8jv
null
null
t1_ebhvfnr
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5cas/
1547434526
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545681228
False
0
ech44o4
t3_a9857l
null
null
t3_a9857l
/r/programming/comments/a9857l/show_reddit_techie_delights_online_compiler_and/ech44o4/
1548024772
2
t5_2fwo
r/programming
public
null
False
alohadave
t2_b7k5k
Dress for work and have a separate computer for work if you can or create a different login on your computer. When you are done for the day, log out and change your clothes. Don’t login to your work account unless it’s an emergency.
null
0
1544460131
False
0
ebi5cnm
t3_a4wu3y
null
null
t3_a4wu3y
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi5cnm/
1547434530
5
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545681282
False
0
ech476o
t3_a95jxj
null
null
t1_ecgp1vt
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech476o/
1548024803
0
t5_2fwo
r/programming
public
null
False
againstmethod
t2_6lkgb
That was in euros so I assumed it to be about 60k USD.
null
0
1544460134
False
0
ebi5csm
t3_a4n8jv
null
null
t1_ebhycod
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5csm/
1547434532
1
t5_2fwo
r/programming
public
null
False
lkraider
t2_8nhlt
That token parsing debugging @24:00 onwards was great.
null
0
1545681290
False
0
ech47jn
t3_a90xot
null
null
t3_a90xot
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ech47jn/
1548024808
1
t5_2fwo
r/programming
public
null
False
mcguire
t2_33oe8
Pffft?
null
0
1544460155
False
0
ebi5dpi
t3_a4n8jv
null
null
t1_ebhqxsy
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5dpi/
1547434544
1
t5_2fwo
r/programming
public
null
False
neuk_mijn_oogkas
t2_2032avqr
Starting a company is the hallmark of foolish men. Whether a company succeeds or not is pure luck, being at the right place and the right time—all the failures just aren't visible so you only hear about the success stories. There's a reason private investors lose out on like 80% of their investments which fold but the 20% that make it through repay that all; even the most seasoned investors cannot predict which company will make it and which won't because it's mostly luck. If you read the history of say M.S. and how much it _gambled_ to pull through and it paid of... or FedEx is even worse; FedEx exists today based on casino winnings... it was about to fail and they just took what little they had left and bet it in a Casino and won and that is why FedEx exists. Success is not reached by merit; most who are successful never reached it but were born into it; the few men born in poverty that rose to the top were 10% skill and 90% luck; you just don't hear of all the failures.
null
1
1545681583
False
0
ech4lqi
t3_a97kyr
null
null
t1_ech2fk4
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech4lqi/
1548024982
-6
t5_2fwo
r/programming
public
null
False
ShinyHappyREM
t2_1038di
> just ...
null
0
1544460181
False
0
ebi5ev6
t3_a4vzev
null
null
t1_ebi3vh7
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi5ev6/
1547434558
27
t5_2fwo
r/programming
public
null
False
fechan
t2_o95at
Wouldn’t that be 19? I think you forgot a sign there.
null
0
1545681625
False
0
ech4nq4
t3_a95jxj
null
null
t1_ecgovk0
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech4nq4/
1548025007
26
t5_2fwo
r/programming
public
null
False
ric2b
t2_ef6l1
By what logic is this TOP talent only in the US? Many of the most famous programmers or computer scientists are European. Hell, many of the most popular programming languages (Python, C++, PHP, Erlang, Scala) are from Europe! Ruby is Japanese.
null
0
1544460202
1544460864
0
ebi5ftp
t3_a4n8jv
null
null
t1_ebi1px6
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5ftp/
1547434569
1
t5_2fwo
r/programming
public
null
False
QSCFE
t2_uiudw
420, 4:20, or 4/20 (pronounced four-twenty) is slang in cannabis culture for the consumption of cannabis, especially smoking cannabis around the time 4:20 p.m. (or 16:20 in 24-hour notation) and smoking cannabis in celebration on the date April 20 (which is 4/20 in U.S. form). https://en.wikipedia.org/wiki/420_(cannabis_culture) It's the number 4.20 on both.
null
0
1545681658
False
0
ech4paf
t3_a95jxj
null
null
t1_ecgzdz1
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech4paf/
1548025026
12
t5_2fwo
r/programming
public
null
False
mcguire
t2_33oe8
The prototype is in production! Checkmate!
null
0
1544460204
False
0
ebi5fwv
t3_a4n8jv
null
null
t1_ebi4e8p
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5fwv/
1547434570
7
t5_2fwo
r/programming
public
null
False
neuk_mijn_oogkas
t2_2032avqr
That's not what the title says though. It doesn't say that 2% of the respondants are in leadership role but that 2% of the leadership roles go to females which is a completely different statement so is the title a lie or what? The title implies that 98% of the positions are to males.
null
0
1545681672
False
0
ech4pwf
t3_a97kyr
null
null
t1_ech3b7t
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/ech4pwf/
1548025034
0
t5_2fwo
r/programming
public
null
False
nldoty
t2_2quk9wk8
My company also *had a blog for our tech department, but it was dropped in part because having legal go through all our posts was nightmarish. That and nobody wanted to write posts.
null
0
1544460211
False
0
ebi5g82
t3_a4uynu
null
null
t1_ebi0aj0
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebi5g82/
1547434574
12
t5_2fwo
r/programming
public
null
False
kyiami_
t2_18ls6ct5
What even? I haven't used an iPhone in several years, but I remember it working perfectly. Did they seriously throw that all out?
null
0
1545681744
False
0
ech4t8n
t3_a95jxj
null
null
t1_ech2leq
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech4t8n/
1548025076
5
t5_2fwo
r/programming
public
null
False
Solomaxwell6
t2_5g353
Plus costs per person are higher in the US than elsewhere. To make up some numbers, if $20k disappears from your compensation in the US through insurance (including the employer contribution) and $10k disappears in the UK through NHS taxes, the Britisher is up a good amount. My wife and I get "free" insurance through my company, but I'd be fooling myself if I thought the company didn't consider those costs when figuring out compensation.
null
0
1544460229
False
0
ebi5gyk
t3_a4n8jv
null
null
t1_ebhr3k6
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5gyk/
1547434584
1
t5_2fwo
r/programming
public
null
False
HenkPoley
t2_2y61o
I mean there is a lot of *other* bluetooth protocols that they never implemented.
null
0
1545681795
False
0
ech4vho
t3_a95jxj
null
null
t1_ech4t8n
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech4vho/
1548025103
32
t5_2fwo
r/programming
public
null
False
9ner
t2_cgui
what???? so the average application doesn't need AI-wired apps on the cloud????????
null
0
1544460234
False
0
ebi5h7f
t3_a4n8jv
null
null
t1_ebgkxiw
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5h7f/
1547434587
1
t5_2fwo
r/programming
public
null
False
xtravar
t2_6szt1
> compatibility I mean inherent ecosystem compatibility with itself, both now and in the future. I mean compatible without having to upgrade one package that triggers a chain of package updates that break my sound subsystem, or download the dev packages for 20 things to manually compile a simple application, or try to do that but end in gcc/glib/autoconf version conflict, or spend an hour trying to install proprietary graphics drivers and when you reboot your X-server is busted, or use the one piece of application functionality that nobody else uses and it breaks and have to fix it yourself. Maybe it’s better now, but there is no compelling reason to go back if I can simply pay an OS vendor for quality control. > I don’t buy that a powerful figurehead... The point is you can’t herd cats unless they’re paid, and you’d need a lot of them to even gain traction of the kind of consistency Apple provides. Microsoft can’t even attain this level of consistency so why would an open source community? And I will say, it’s pretty impressive how Apple’s attitude trickles down to Mac third party software. The best compliment a developer can get is to have an app “look like it came with the OS”. Now from my experience, the best of breed apps on Linux aren’t on consistent UI toolkits. They all have different ideas for UI organization, skinning/theming, language phrasing, icons, affirmative/negative button location, settings files. And by the time everything is pretty good on one platform (looking at you, Gnome 2), someone comes along and decides to change everything requiring buggy rewrites. Maybe this has gotten better but it’s a losing battle on an open platform with opinionated developers. To some people, and previously, to an extent, me, these are not problems but charming quirks. But they’re also distracting and unrelated to the task at hand, so the novelty wears off. A computer and its software is like any other tool used for any other job. The most efficient tool is the one that gets out of your way. Yeah there’s great free software and developers out there, and yes tinkering can be fun, but for many people the decision boils down to a time=money calculation. Linux is fine as an OS but it seemed aimless from a desktop directional standpoint.
null
0
1545681862
1545682093
0
ech4ygl
t3_a95jxj
null
null
t1_ecgzgyl
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech4ygl/
1548025139
6
t5_2fwo
r/programming
public
null
False
ex_nihilo
t2_3i3r8
Too true.
null
0
1544460251
False
0
ebi5hzx
t3_a4n8jv
null
null
t1_ebhsqhb
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5hzx/
1547434596
3
t5_2fwo
r/programming
public
null
False
bloody-albatross
t2_cdjk3
And I think you didn't understand anything I said, so... bye and Merry Christmas!
null
0
1545681880
False
0
ech4z8o
t3_a8rptf
null
null
t1_ech1ml2
/r/programming/comments/a8rptf/i_do_not_like_go/ech4z8o/
1548025150
1
t5_2fwo
r/programming
public
null
False
gas_them
t2_2c0mlruo
No need. I actually like programming.
null
0
1544460259
False
0
ebi5ie8
t3_a4wu3y
null
null
t3_a4wu3y
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi5ie8/
1547434601
11
t5_2fwo
r/programming
public
null
False
MrCalifornian
t2_8xba1
Woah I think 4:20 AM counts too (if not moreso because of the aforementioned 24-hour representation and the fact that only true stoners are up then). Who wrote this Wikipedia article, some kind of _stoner_??
null
1
1545681942
False
0
ech521p
t3_a95jxj
null
null
t1_ech4paf
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech521p/
1548025214
-1
t5_2fwo
r/programming
public
null
False
Upstairs_Amphibian
t2_vfu05ir
> Non-devs just can’t appreciate the multiverse fractals we have to bootload into our mind and traverse while at our desks every day. We really have to stop this. Programming is not the hardest profession in the world. We are not super-humans with job too complex for the simple minds of others. We are just specialized in a field, just like thousands of others are specialized in fields we do not understand.
null
0
1544460285
False
0
ebi5jm4
t3_a4wu3y
null
null
t3_a4wu3y
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi5jm4/
1547434616
100
t5_2fwo
r/programming
public
null
False
0-_-_n_-_-0
t2_2ibxt4zp
Real arrays start at 2.
null
0
1545682029
False
0
ech55xl
t3_a95jxj
null
null
t1_ech4nq4
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech55xl/
1548025261
50
t5_2fwo
r/programming
public
null
False
ep1939
t2_qtb0i
It would be more stressful, as I would live alone abroad, far from my friends, family and so. No kind of money is worth it. Would never accept even 10 times my current salary. And I like my job. If I'd ever want to retire early I have enough savings and equity already. My parents will likely leave me some money and half their house (the other half goes to my cousings) which is worth decades of working on its own. I'm pretty cool like I am, and I like software development, I have no interest of retiring early. Really, I like my life as it is, more money is always cool, but I see no options at the moment to increase my income without working more or far from here, both of these things do not interest me.
null
0
1544460310
False
0
ebi5krd
t3_a4n8jv
null
null
t1_ebi540q
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5krd/
1547434630
1
t5_2fwo
r/programming
public
null
False
dom96
t2_3w2cm
Yep. Nim is the definition of a closer to the metal Python. As a bonus it also has an official JS backend
null
0
1545682131
False
0
ech5an2
t3_a8rptf
null
null
t1_ecerx6i
/r/programming/comments/a8rptf/i_do_not_like_go/ech5an2/
1548025319
2
t5_2fwo
r/programming
public
null
False
ShetlandJames
t2_61emd
How do I continue outside of work? So many of my projects struggle past `git init` cause I am drained from working
null
0
1544460400
False
0
ebi5oqj
t3_a4wu3y
null
null
t3_a4wu3y
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi5oqj/
1547434680
18
t5_2fwo
r/programming
public
null
False
v3rminator
t2_2lcli42h
That's exactly why we need the space program.
null
0
1545682142
False
0
ech5b56
t3_a8tmd0
null
null
t1_ech2s3f
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ech5b56/
1548025326
1
t5_2fwo
r/programming
public
null
False
nighthawk1961
t2_37z13
Oh, I see. Thanks.
null
0
1544460433
False
0
ebi5q8u
t3_a4uo6y
null
null
t1_ebhyslt
/r/programming/comments/a4uo6y/winuae_410_released_winuae_is_open_source_amiga/ebi5q8u/
1547434698
2
t5_2fwo
r/programming
public
null
False
SupersonicSpitfire
t2_3d9fk
It was 2017.
null
0
1545682161
False
0
ech5c0b
t3_a95jxj
null
null
t1_ecgolk0
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech5c0b/
1548025336
1
t5_2fwo
r/programming
public
null
False
ShetlandJames
t2_61emd
I used neo4j at my first ever dev gig. It was alright but I found it a wee bit clunky
null
0
1544460463
False
0
ebi5rlc
t3_a4vqag
null
null
t3_a4vqag
/r/programming/comments/a4vqag/have_you_heard_about_neo4j/ebi5rlc/
1547434715
3
t5_2fwo
r/programming
public
null
False
Pseudoboss11
t2_d2rul
I think that kernel 4.20 would be better suited with pot jokes.
null
0
1545682406
False
0
ech5njb
t3_a95jxj
null
null
t1_ecgqaxd
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech5njb/
1548025479
13
t5_2fwo
r/programming
public
null
False
Andymac175
t2_4ar6n
Very good strategy, yes
null
0
1544460485
False
0
ebi5sm7
t3_a4n8jv
null
null
t1_ebhqfqh
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5sm7/
1547434727
1
t5_2fwo
r/programming
public
null
False
grathepic
t2_13cpj0
Sorry I am not wholly familiar with united states law on mental illness, but where I live in Canada, their isn't a whole lot you can do if someone you know has schizophrenia. I just assumed it was similar in the states.
null
0
1545682427
False
0
ech5oij
t3_a8mjza
null
null
t1_ecgc5bg
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/ech5oij/
1548025491
11
t5_2fwo
r/programming
public
null
False
sinedpick
t2_ksuu9
then don't git init!
null
0
1544460491
False
0
ebi5suv
t3_a4wu3y
null
null
t1_ebi5oqj
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi5suv/
1547434730
9
t5_2fwo
r/programming
public
null
False
Rein215
t2_v393j
Oh wow I didn't know this about arch. Thanks for explaining!
null
0
1545682543
False
0
ech5tyq
t3_a95jxj
null
null
t1_ech3vcl
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech5tyq/
1548025558
13
t5_2fwo
r/programming
public
null
False
Mr_Cochese
t2_rq2rujr
Have dinner, then veg out in front of the PlayStation. Multiverse fractals not necessary.
null
0
1544460507
False
0
ebi5ti8
t3_a4wu3y
null
null
t3_a4wu3y
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi5ti8/
1547434738
13
t5_2fwo
r/programming
public
null
False
unaligned_access
t2_cglmr
[Nice](https://i.imgur.com/IwArkNZ.png)
null
1
1545682692
False
0
ech60rx
t3_a95jxj
null
null
t1_ecgvsj4
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech60rx/
1548025643
7
t5_2fwo
r/programming
public
null
False
ShetlandJames
t2_61emd
{{latestThing}} will change everything
null
0
1544460507
False
0
ebi5til
t3_a4vfjo
null
null
t3_a4vfjo
/r/programming/comments/a4vfjo/flutter_will_change_everything_and_apple_wont_do/ebi5til/
1547434739
21
t5_2fwo
r/programming
public
null
False
iambeingserious
t2_9vqzq
https://i.kym-cdn.com/en…/012/297/420.jpg
null
0
1545682776
False
0
ech64xj
t3_a95jxj
null
null
t1_ecgzdz1
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/ech64xj/
1548025695
15
t5_2fwo
r/programming
public
null
False
TheThiefMaster
t2_n1div
Undefined behaviour is _supposed_ to be an optimisation opportunity - by saying any program with undefined behaviour is ill-formed, the compiler is free to assume undefined behaviour doesn't happen and optimise as such. The best example is with signed overflow being undefined - this allows the compiler not to add tests for overflow on conditions like "X+1 > Y" if it can prove "X>Y". What's Rust's attitude to signed overflow?
null
0
1544460581
False
0
ebi5wu6
t3_a4ufwz
null
null
t1_ebi31gr
/r/programming/comments/a4ufwz/typebased_alias_analysis/ebi5wu6/
1547434808
2
t5_2fwo
r/programming
public
null
False
zitrusgrape
t2_v4959hb
so, if you sell them scala or kotlin you gonna be fired? :)
null
0
1545682878
False
0
ech69qx
t3_a956qz
null
null
t1_ecgraw8
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/ech69qx/
1548025754
5
t5_2fwo
r/programming
public
null
False
leagamedev
t2_h0ukmw2
Uruguay salary for an software engineer 19.000 dollars a Year. Sucks.
null
0
1544460587
False
0
ebi5x2y
t3_a4n8jv
null
null
t3_a4n8jv
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi5x2y/
1547434811
1
t5_2fwo
r/programming
public
null
False
VernorVinge93
t2_2amyhthy
To be sure. I still find that I can write valid Yaml in a pinch though
null
0
1545682969
False
0
ech6e30
t3_a8rptf
null
null
t1_ecfjntj
/r/programming/comments/a8rptf/i_do_not_like_go/ech6e30/
1548025837
1
t5_2fwo
r/programming
public
null