Sponsored Content
Full Discussion: Discussion culture
The Lounge What is on Your Mind? Discussion culture Post 303040806 by stomp on Thursday 7th of November 2019 05:29:11 AM
Old 11-07-2019
Quote:
Originally Posted by Neo
Over the past few years, I see some people just write some line of code without encouraging any discussion, getting the poster to discuss their actual requirements, system details, etc
Yes. Very frustrating.

I'm already thinking about that. My thoughts on that:

What is the motivation of answering without encouraging ?

Possibly positive feedback from the Requester and a positive feeling having fulfilled a task.

Does it really work that way ?

This topic often occuring in different fora. And it's always the same. Even if there are some people that help in this way, there's often at least one single person, that's directly posting resolution code.

Not sure about a good way to go here... I'm not fond of(very mildly expressed) Carrot and Stick approach(badges, bits and infraction points) either. One interesting concept i read of is the creation of positive memories. If one experiences the situation that a requester really had been helped into independence that might be such a strong experience.

Such experiences can either happen negatively(example: "All I did here is completely in vain.") or positively(example: "I really feel competent now, since I had the power to finish that challenging task") and are in terms of effect on oneself a thousand times stronger than just thoughts("positive thinking").

Last edited by stomp; 11-07-2019 at 07:38 AM..
 
MYTID(3PVM)							  PVM Version 3.4						       MYTID(3PVM)

NAME
pvm_mytid - Returns the tid of the calling process. SYNOPSIS
C int tid = pvm_mytid( void ) Fortran call pvmfmytid( tid ) PARAMETERS
tid Integer returning the task identifier of the calling PVM process. Values less than zero indicate an error. DESCRIPTION
The routine pvm_mytid enrolls this process into PVM on its first call. It also generates a unique tid if this process was not created by pvm_spawn. pvm_mytid returns the tid of the calling process and can be called multiple times in an application. Any PVM system call (not just pvm_mytid) will enroll a task in PVM if the task is not enrolled before the call. The tid is a 32 bit positive integer created by the local pvmd. The 32 bits are divided into fields that encode various information about this process such as its location in the virtual machine (i.e. local pvmd address), the CPU number in the case where the process is on a multiprocessor, and a process ID field. This information is used by PVM and is not expected to be used by applications. Applications should not attempt to predict or interpret the tid with the exception of calling tidtohost() If PVM has not been started before an application calls pvm_mytid the returned tid will be < 0. EXAMPLES
C: tid = pvm_mytid( ); Fortran: CALL PVMFMYTID( TID ) ERRORS
This error condition can be returned by pvm_mytid PvmSysErr pvmd not responding. SEE ALSO
pvm_tidtohost(3PVM), pvm_parent(3PVM) 30 August, 1993 MYTID(3PVM)
All times are GMT -4. The time now is 11:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy