Tagged Questions

1
vote
8answers
281 views

What is the best way for two programs on the same machine to communicate with each other

I need to pass some data (integers) from one (C++) program to another (C#). What is the fastest way to do this? P.S.: OS: Windows XP
0
votes
3answers
49 views
+100

Transferring data between Remote Desktop and Client

Hello. I have an application that people use through Remote Desktop/Terminal Server. The application supports digital signatures. Well, the digital signature pad is on the client, but the program runs …
0
votes
15answers
113 views

How do you communicate to teams outside of your city?

My team of 10 developers is working with another team of 10 developers, designers and BAs outside of my office to build a corporate website. There will be a lot of communication, learning and …
70
votes
31answers
2k views

Programmer, not a blogger

I need advice from people who might understand where I'm coming from. I'm the lead engineer on a software product. The company I'm working for recently expressed serious interest in having me blog …
3
votes
7answers
158 views

Send and receive data trough the power network

I'm not interested in a hardware solution, I want to know about software that may "read" modulated signal received trough the power supply - some sort of a low-level driver that would access the power …
-1
votes
11answers
290 views

The Better You Program, The Worse You Communicate? [closed]

The secretgeek says 'good programming practices are directly opposed to good communication practices'. I would like to hear 'How does this affects your communication?' as there are great …
11
votes
15answers
747 views

Explaining why “Just add another column to the DB” is a bad idea, to non programmers.

I have sales people and bean counters who are trying to sell customizations to clients, which is fine. But when a complex change request comes in that I send back a large estimate for, they get …
8
votes
16answers
461 views

From a Management POV: How much is a code review worth?

It's obvious to me that code reviews (peer reviews) improve the quality of the generated code. I've worked hand to hand in some code with some of my coworkers and, specially with some of them, code …
1
vote
7answers
125 views

What is the easiest way to do inter process communication in C#?

I have two C# applications and I want one of them send two integers to the other one (this doesn't have to be fast since it's invoked only once every few seconds). What's the easiest way to do this? …
7
votes
5answers
148 views

What do you wish SysAdmins would do differently? [closed]

In direct response to a post on ServerFault here, the OP asked: ..what do you wish I, and other developers you deal with, would do differently? What things would make life easier for you, …
0
votes
3answers
79 views

What are the major benefits of an in-person interview? [closed]

The question: How important is it to have an in-person interview? Related thoughts Obviously no one can say that an in-person interview is paramount in our industry -- people are hired from across …
35
votes
35answers
2k views

Are there any good metaphors for explaining project complexity to a non-programmer?

It was just mentioned that I'm "not exactly building the Sistine Chapel." This is true, but I am building a freight management application, which isn't exactly as simple as drawing controls on a form …
4
votes
1answer
57 views

Reverse-engineering of communication protocols

Just curious - what are some automatic or even semi-automatic techniques for reverse-engineering of communication protocols? I am particularly interested in the case when one's sniffing traffic and …
0
votes
4answers
39 views

Remote Servlet Comms

I have two servlets A & B. On B i intend to have a a method isAvailable() which A will call to check the status. If this method returns true then im going to pass it an object to B. On doing a …
1
vote
2answers
53 views

GUI and windows service communication

I know since Vista, that C# can't hook a UI form directly to the windows service. This was stated on the Microsoft Site. My question in this regard is: "What is the best mode of communication from a …

1 2 3 4 5 15 next
15 30 50 per page