Tagged Questions
The communication tag has no wiki summary.
579
votes
354answers
238k views
New programming jargon you coined? [closed]
Question
What programming terms have you coined that have taken off in your own circles (i.e. have heard others repeat it)? It might be within your own team, workplace or garnered greater popularity ...
45
votes
36answers
3k 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 ...
44
votes
15answers
2k 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 ...
31
votes
12answers
1k views
Designers and developers working together
The rich presentational capabilities of WPF and Silverlight mean developers like me will be working closely with graphic designers more often these days, as is the case in my next project.
Does ...
26
votes
23answers
2k views
Advice to improve programmer communication skills [closed]
What single piece of advice would you give to a programmer who can write decent code, but has trouble communicating relevant details of his work to colleagues and users?
25
votes
25answers
2k views
Best way to communicate with a programmer to define a project?
What are the best set of details to give to a programmer to define a project?
Simply put, I know what I want done, but I know nothing about programming and so what is the best way to define my ...
23
votes
15answers
2k views
How do you know if you are a bad programmer? Or how do you tell someone they are?
It is a seemingly taboo subject. I imagine I want people to tell me I have a bad idea or did something totally wrong... but no one ever does. Of course I am part of the same problem, a good friend ...
19
votes
7answers
1k views
How do you communicate effectively in a small development team?
I work in a small team (4-5 developers) on a single project. Every member of our team is developing a different functionality from our project and they are highly independent. In fact, some members ...
19
votes
9answers
991 views
How to explain Open-Source to your boss?
My boss was in the past not really interested in Open-Source. He always was fine, if we developers used a library or framework, that came at no cost. But he was never interested in details.
But some ...
17
votes
11answers
456 views
How do you get non-technical folks to appreciate a non-UI problem?
Suppose you're working on an enterprise project in which you have to get management signoff in order for you to develop a new feature set. Usually your management has no problem signing off on some ...
17
votes
6answers
6k views
Working with USB devices in .NET
Using .Net (C#), how can you work with USB devices?
How can you detect USB events (connections/disconnections) and how do you communicate with devices (read/write).
Is there a native .Net solution ...
16
votes
15answers
1k views
Explaining race conditions to a non-technical audience
Recently, I found myself having to write up some concerns I have about race conditions in an application that is in development (not by me). This will likely be brought to the attention of ...
14
votes
6answers
2k views
How can I learn to express myself better? [closed]
I am finding that the difficulty I have expressing my ideas is making it more difficult than it should be to work with other people, even other developers. How can I learn to express my thoughts and ...
12
votes
16answers
598 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 ...
12
votes
7answers
14k views
Can two applications listen to the same port?
As simple as it gets - can two applications on the same machine bind to the same port and ip address? Taking it a step further, can one app listen to requests coming from a certain ip and the other to ...
12
votes
11answers
4k views
Communication between two separate Java desktop applications
I'm looking to develop two separate (but related) Java desktop applications.
I want the ability for one application to trigger the other, passing in data that can then be edited and passed back, i.e. ...
10
votes
1answer
134 views
Haskell Thread Communication Pattern Scenario
You have two threads, a and b. Thread a is in a forever loop, listening on a blocking socket 1. Thread b is also in a forever loop, listening on blocking socket 2. Both socket 1 and socket 2 may ...
10
votes
8answers
356 views
Ways to improve communication between members on a software team
As the team I am on works to formalize and establish more development practices, I find that communication seems to fail at the following points:
During an informal conversation about a project a ...
9
votes
4answers
157 views
how to get more involvement from employees?
Once a week we have an half hour session where we talk about a few features in our application or explain a customer question to our employees(sales, support, technical services and development). This ...
8
votes
8answers
285 views
Communication patterns for senior developers
I've been running a weekly "tech lead" meeting at our company for several months. It's become quite mundane, and more of a status update than anything else. I'm looking for ideas to make this more ...
8
votes
19answers
941 views
What do you do when you're faced with an “I have no idea how to do this” programming project?
Let's say, for example, that a marketing group in your company asks you, a sole web developer, to build a widget (some type of web application, web feature, etc.) in 2 weeks.
Given the following ...
7
votes
6answers
542 views
Looking for a communication framework for delphi
I am looking for a communication framework for delphi, we know there are so many communication frameworks for other languages , wcf, ecf and so forth, but i have nerver found the one for delphi till ...
7
votes
4answers
161 views
how to share common enterprise code between developers
I work with a team of several developers. We develop and maintain many different products which are related to our company. What are some good ways to share code that does common enterprise tasks ...
7
votes
5answers
22k views
iPhone TCP/IP Socket Server/Client Program
I have read a lot of questions regarding this subject on this website however they didn't quiet answer my question. If you can't be ### about my goal or background skip to the question.
My Goal
Is ...
7
votes
11answers
1k views
How to explain “Agile” to a non-developer?
I am looking for ways to explain "Agile" to a non-developer. You could try to summarize it yourself, but a reference to a short article, blog post or podcast could also prove helpful.
7
votes
5answers
147 views
How do you get your users to report bugs using the appropriate channels?
We've got a nice (IMHO) setup where users can either use a web-based form or send e-mail to a particular e-mail address so that they can report a bug. If they do this, a record is created in the bug ...
7
votes
3answers
460 views
How can I learn about proprietary hardware communication?
If I have two pieces of hardware (say a PC with a custom ISA or PCI card connected to a piece of hardware using some crazy cable) and want to see as much as possible about the conversations between ...
7
votes
6answers
3k views
How does the Hamming code work?
When transmitting data, the Hamming code apparently allows you to recreate data that has been corrupted over the wire (an error correcting code).
How does this work and what are its limitations, if ...
7
votes
15answers
759 views
Learn How To Become a Better Writer
You know how it goes, every other day you'll find someone whether it be at an internet forum or on a spec doc whose literary efforts can be described as abysmal.
These kind of people try to write ...
6
votes
3answers
211 views
How can I send strings between two computers? [closed]
Possible Duplicate:
Beginner for Delphi Network!
I'd like to learn how to make two machines communicate, sending and receiving simple strings. The machines might be on the same LAN--or not. ...
6
votes
3answers
123 views
Communicating between applications?
I am very new to programming, and have had no formal training in it before so please bear with me if this is a vague question.
I was just curious: how do different programs on the same computer ...
6
votes
4answers
5k views
Android apps, communicating with a device plugged in the USB port
I'm thinking about an Android app (with possibly an accompanying physical device), and i'm trying to figure out whether this is something that's feasible.
1) Let's say I plug my Android to my PC. ...
6
votes
6answers
663 views
Is 0x9B (155decimal) a special control character? Why is it missing from ascii tables?
I'm working on an embedded system, and i'm having dramas getting it to send a certain chunk of data across the serial port. I narrowed it down and found that if a 0x9B is present in the message, it ...
6
votes
4answers
289 views
Ways to improve your articulation or explanation of code or processes?
I have a hard time explaining code or different development paradigms such as design patterns, etc. In my mind, I know what I am talking about, but when I am explaining something I did to a senior or ...
6
votes
3answers
168 views
Presenting / explaing code and design decisions to team members
I am working on a project where I will have to regularly justify and explain my code and design decisions to team members who are not directly involved in the same area of the project as I am.
How ...
6
votes
3answers
4k views
How can a WCF service listen the same port as IIS?
I could run a Windows Service hosted WCF service listening http://localhost:80/MyService while IIS was serving pages on http://localhost:80 and both works.
But many places in the internet (like this ...
6
votes
1answer
185 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 ...
6
votes
2answers
575 views
Private beta test communication and infrastructure
So your commercial app is in the middle stages of development.. enough that it's usable but still needs refinement, extension, bugfixing. It's far from shippable, but it's stable and complete enough ...
6
votes
3answers
824 views
Linux/Mac OS X equivalents for Windows Communication Foundation
--edit--
What application development frameworks/component models for Linux and Mac OS X are analogous to Windows Communication Foundation & COM, which provide high level IPC mechanisms for ...
6
votes
4answers
283 views
Any nice place to communicate with c++/game developers? [closed]
I'm a game programmer working in Korea.
I started Stackoverflow recently and I found it helps me a lot.
Also I think communicating with other developers is a good way to learning and improving myself.
...
6
votes
4answers
7k views
What is the simplest method of inter-process communication between 2 C# processes?
I want communicate between a parent and child process both written in C#. It should be asynchronous, event driven. I does not want run a thread in every process that handle the very rare ...
6
votes
7answers
704 views
In .NET what's the best way for two processes in the same machine to communicate?
What's the best (or maybe not the best -- just good) way for two processes in the same machine to communicate, using .NET?
Actually the two processes in the app I'm working on aren't even two ...
6
votes
4answers
202 views
What is the normal way to send crash reports, product registrations, etc in C++?
What is the normal way to send crash reports, product registrations, etc? In other words, how do you guarantee your C++ Windows apps can 'call home'?
I'm not a novice by any means but I'm completely ...
6
votes
5answers
2k views
Start Bit vs Start Byte
I know in a lot of asynchronous communication, the packet begins starts with a start bit.
But a start bit is just a 1 or 0. How do you differentiate a start bit from the end bit from the last ...
6
votes
1answer
3k views
TkInter Invoke Event in Main Loop
How do you invoke a tKInter event from a separate object? I'm looking for something like wxWidgets wx.CallAfter. For example, If I create a child object and pass it my root Tkinter.Tk() and then try ...
6
votes
13answers
716 views
Intensive programming reduces communication skills?
This is one of those meta-programming questions that may or may not belong on SO, but here goes...
Have any other programmers out there noticed that their ability to communicate with people ...
6
votes
20answers
557 views
Do you chat online for work purposes?
I've worked with folks who are chatting online with their peers, constantly batting around ideas. I've also worked with folks who adamantly refuse and think it's a waste of time.
Are online live ...
6
votes
5answers
619 views
Where is a good place to start with making an application in .NET that communicates through OPC?
Where is a good place to start with making an application in .NET that communicates through OPC?
5
votes
2answers
100 views
Which Client - Server Communication Approach?
Basically I need a bidirectional client-server communication (Java) where the client calls methods on the server, but also needs to get "callbacks" if certain events in the server occur.
The methods ...
5
votes
1answer
601 views
Java UDP communication applet to UDP Server
I've been working on different ways to do this for 2 full coding days, i need some help:
I want to create a multiplayer game in java online. To do this i need communication between the server and the ...