Can we stop saying AGW already? People who don't know what you're talking about certainly won't know what you're referring to, and I can never remember what the "A" means.
Just call it Global Warming already, don't be lazy if you think it's really important. It's more important to get the message across than use a vague acronym.
I sure hope so. I've always been a big Microsoft fan,.NET developer, Apple hater. But I upgrade my laptop from Win7 to Win10, then saw all the privacy invading stuff set by default, and converted back to Win7. Very disappointed in the current direction of Microsoft.
" It may be related to their hiring process, though - it narrows the personality types that will work at Google in an extreme way."
Exactly, they are getting a basic clone mentality going on there. I took a look at applying there once and after a few minutes it was like "Nope, I got better things to do with my life"
your constitutional right to a trial. They make you agree to binding arbitration instead. (Section 10 of the EULA).
That one really burns me. It's pretty unAmerican to say "Give up a constitutional right or you can't use our product." (Was that there before?)
How can this be legal? There's got to be a way around that. I have no intentions of ever suing Microsoft, but this rubs me the wrong way. What's next, you have to give up your right to freedom of speech?
Um, no, the default is "Express Settings" which enables all that spyful telemetry by default. Most people are going to go with that. I turned it all off except for crash reporting.
I totally agree. Git is way too focused on the repository maintainer than the day to day developer that just wants to check in code and not deal with the esoterica of the source control system. Even with Sourcetree it's just weird.
I use it for C#/MVC/WebAPI(REST) business apps. No node.js or python at work, although I do play with it outside of my work tasks.
Yes, if you're still using VS2010 I bet you're running into some issues.
One thing you might try is to make a \Code or \Source directory and move your projects there, rather than in \My Docs\VS\Projects - that does add a lot of unnecessary characters to the path name.
Very glad I'm working for a company that doesn't sit on it's hands with Visual Studio. Already have VS2015 installed on my work machine and I'm cleared to use it as soon as I get one our proprietary add-ins rewritten as a VSPackage extension. (They just nuked the old-school Add-Ins support in VS2015.)
That's what you get for unleashing your half-baked Git solution on the world. I've used it every day for two years and it is just a horrid mess. How many times I've had to do a "reset --hard" because a branch just shits itself for no good reason.
And what if I want to bring up two separate branches side-by-side to do some copying? Can't fucking do it in Git.
Linus, bless you for Linux. But curse you for Git. Git is Shit.
"At my current job, we use Visual Studio to write web services in C#. The experience has shocked me."
What is wrong with it, or more likely: what are you doing wrong?
"the 260-character limit of path & file names"
That's a filesystem limitation, not a VS issue. But what on earth are you doing that requires anything that long in a Web Service? Are we talking old SOAP web services or modern REST/Web API services?
Then a lot of people/companies are going to hightail it back to local data centers. It's just a matter of time. Surprised it hasn't happened yet.
For internet-only companies, the cloud makes a lot of sense, but for a more old-school company it's just too much of a risk that too many are taking.
Some companies will be forced out of business the first long term cloud stoppage occurs, or even worse the first long term internet outage. Their people cannot do any work at all, cause they shipped it all off to the cloud, then the business cannot function. They are really going to be kicking themselves once they realize that all the money they thought they saved by using the cloud will be the thing that puts them out of business.
The cloud is still basically a v1.0 product. Too new to base an entire company's operations on until a few massive security breaches or loss of services occur.
Just drove from Missouri Valley, IA to Denison, IA on Hwy 30 the other day. Other than a few stretches of cement roads, the rest is horrible old potholed blacktop. Fix that shit you lazy bastards.
Not informative, in fact disingenuous. Mod down.
No you...
This is an open source site, not a closed-source proprietary rotten fruit site. Take your drivel elsewhere. Don't need your bullshit here.
Pretty sad when you don't realize that "cry moar" is a relatively standard meme. The misspelling is intentional.
Sure, here's your citation
Smart! Wish I had mod points.
No
That is the first time I've ever tried comparing GWB with Johnny Carson. After think about it, no I can't say they look alike at all.
And most people have no idea what "anthropogenic" means either, so sticking "A" in front of AGW just makes it more vague.
Another Goddamn Weirdo? Appropriate Gay Whore? Alpine Giraffe Whiskers?
Attenuated Global Warning is what you are supporting.
Can we stop saying AGW already? People who don't know what you're talking about certainly won't know what you're referring to, and I can never remember what the "A" means.
Just call it Global Warming already, don't be lazy if you think it's really important. It's more important to get the message across than use a vague acronym.
That's always been the key to genetic evolution. This is somehow new??
I sure hope so. I've always been a big Microsoft fan, .NET developer, Apple hater. But I upgrade my laptop from Win7 to Win10, then saw all the privacy invading stuff set by default, and converted back to Win7. Very disappointed in the current direction of Microsoft.
" It may be related to their hiring process, though - it narrows the personality types that will work at Google in an extreme way."
Exactly, they are getting a basic clone mentality going on there. I took a look at applying there once and after a few minutes it was like "Nope, I got better things to do with my life"
your constitutional right to a trial. They make you agree to binding arbitration instead. (Section 10 of the EULA).
That one really burns me. It's pretty unAmerican to say "Give up a constitutional right or you can't use our product." (Was that there before?)
How can this be legal? There's got to be a way around that. I have no intentions of ever suing Microsoft, but this rubs me the wrong way. What's next, you have to give up your right to freedom of speech?
Um, no, the default is "Express Settings" which enables all that spyful telemetry by default. Most people are going to go with that. I turned it all off except for crash reporting.
Interesting, thanks!
I totally agree. Git is way too focused on the repository maintainer than the day to day developer that just wants to check in code and not deal with the esoterica of the source control system. Even with Sourcetree it's just weird.
I use it for C#/MVC/WebAPI(REST) business apps. No node.js or python at work, although I do play with it outside of my work tasks.
Yes, if you're still using VS2010 I bet you're running into some issues.
One thing you might try is to make a \Code or \Source directory and move your projects there, rather than in \My Docs\VS\Projects - that does add a lot of unnecessary characters to the path name.
Very glad I'm working for a company that doesn't sit on it's hands with Visual Studio. Already have VS2015 installed on my work machine and I'm cleared to use it as soon as I get one our proprietary add-ins rewritten as a VSPackage extension. (They just nuked the old-school Add-Ins support in VS2015.)
That's what you get for unleashing your half-baked Git solution on the world. I've used it every day for two years and it is just a horrid mess. How many times I've had to do a "reset --hard" because a branch just shits itself for no good reason.
And what if I want to bring up two separate branches side-by-side to do some copying? Can't fucking do it in Git.
Linus, bless you for Linux. But curse you for Git. Git is Shit.
Dafuq?
"At my current job, we use Visual Studio to write web services in C#. The experience has shocked me."
What is wrong with it, or more likely: what are you doing wrong?
"the 260-character limit of path & file names"
That's a filesystem limitation, not a VS issue. But what on earth are you doing that requires anything that long in a Web Service? Are we talking old SOAP web services or modern REST/Web API services?
Hmmm, I threw down $400 on a Nokia 830 (Windows 8.1) several months ago and don't regret my purchase. You can stick to your iPhone you stupid weenie.
Then a lot of people/companies are going to hightail it back to local data centers. It's just a matter of time. Surprised it hasn't happened yet.
For internet-only companies, the cloud makes a lot of sense, but for a more old-school company it's just too much of a risk that too many are taking.
Some companies will be forced out of business the first long term cloud stoppage occurs, or even worse the first long term internet outage. Their people cannot do any work at all, cause they shipped it all off to the cloud, then the business cannot function. They are really going to be kicking themselves once they realize that all the money they thought they saved by using the cloud will be the thing that puts them out of business.
The cloud is still basically a v1.0 product. Too new to base an entire company's operations on until a few massive security breaches or loss of services occur.
Just drove from Missouri Valley, IA to Denison, IA on Hwy 30 the other day. Other than a few stretches of cement roads, the rest is horrible old potholed blacktop. Fix that shit you lazy bastards.
I once saw a flying saucer on a parachute after taking some LDSD, so getting a kick out of this...
Yah, it's MBii...
Anybody that quotes the Heritage Foundation is easily deluded. Maybe you can quote Fox News while you're at it? Give me a break.