Tagged Questions
The negotiation tag has no wiki summary.
18
votes
19answers
1k views
Discuss an estimate with a programmer
What is the least offensive way to confront a programmer about an estimate they've provided?
Even considering that some programmers consistently under or over estimate, sometimes an estimate is far ...
6
votes
5answers
2k views
How much salary should I expect with my first job as a Software Engineer? [closed]
I'm a senior at a decent university majoring in Computer Science.
Soon I will be interviewing for Software Engineer positions.
I have had two good internships with will known tech companies, my ...
3
votes
1answer
196 views
dealing with outsourcing firms and large employers
The role of outsourcing firms with large employers like Microsoft, Oracle and Google has grown in economic significance, and is likely to remain strong for the next few years as hiring freezes ...
2
votes
1answer
807 views
Getting RINGING response on SIP UAC without sending it from the other UAC
I hope this would be my last question about this SIP subject, I have managed to overcome the last issue I had by asking a friend to help me from a remote computer, I'm able to connect between the ...
1
vote
0answers
141 views
How to avoid making multiple SSL negotiations when using IIS
I am using IIS7 and all our files are served through HTTPS. While looking at the Waterfall View (WebPageTest), I noticed that it takes a some time to do the SSL negotiations for each file. Is there a ...
0
votes
1answer
102 views
SSL_connect/read from “empty” BIO
I have a problem making the link between the underlying socket (in this case, a (lib)ssh2 tunnel channel) and the BIO in order to make a handshake.
The reason for all the trouble is: the server I ...