Forgot your password?
typodupeerror

Comment Re: I Wonder Why? (Score 1) 95

Remember that the larger US companies have given hiring decisions to a certain people group. They now control the interview process. Not sure how updated it is but it makes me sad to see the jobs on jobs.now that are given to foreign nationals because of this kind of power. I treasure my foreign friends but this process is hurting American families.

Comment Re: npm is a problem (Score 1) 33

No, not really. On my dev system, I will npm install something. When I am ready to capture my changes, commit to my dev branch and push. Now a test system can run it. Only then will my changes be merged to production. There is no reason for you to not go through a test system with your changes first. The malicious code would have dropped a payload only on my system and performed it's own housekeeping. My prod system would not have been affected.

Comment Re: Obsolescence factory (Score 1) 31

It was so painful. The machine was purchased because this user only looks at price for things they don't know about (non-it user). I think I was eventually able to disable the locked down part of the app store so I could install windows programs. It is possible I just eventually gave up. I have been a happy Ubuntu user for a long time and am not used to these kinds of restrictions.

Comment Re: Git sucks (Score 1) 114

It is not unusual for the production branch to be locked down for only release management to update. In that case there was probably a development branch he should have pushed his changes to. One of the wonderful things about git is that you can pull down a copy of the development branch into another directory and update it with your changes.

Slashdot Top Deals

Top Ten Things Overheard At The ANSI C Draft Committee Meetings: (4) How many times do we have to tell you, "No prior art!"

Working...