Replies: 3 comments 1 reply
-
That's not a bad idea. It's worth considering implementing it. However, I'm not sure about the benefit of this update. Both the information from the first spot and the information from the second spot can be 'incorrect' (example: comment). So, with the update, you might not gain anything more than by ignoring the second one. It will likely lead to more complex source code rather than better operator awareness. Or am I wrong?
I would like to maintain a linear display of DXC Spots over time. Therefore, I don't think something like this should be implemented in DXC.
This is implemented in the Bandmap. Unfortunately, due to performance reasons, I didn't include it in the DXC. Keep in mind that some users connect to the RBN. This network generates 10,000 to 100,000 QSOs per hour. If I have to recalculate the QSO status for each record in the DXC after every entered QSO, it wouldn't be very good for performance. Of course, new QSOs are already updated according to the new status, but the old ones remain according to the old status. It would be interesting to try implementing this and then test it during a contest against the RBN to see how it affects CPU load and speed. |
Beta Was this translation helpful? Give feedback.
-
I guess I need to adjust my way of thinking a little. For me I guess more of what I use the DX Cluster for I just need to watch the Alerts and not pay attention to the DX Cluster as much maybe. But for that I wish the Alerts showed the membership information.
I do understand about the RBN and that flow. I guess I never was a big band map user except in the rare occasion I am in a contest, so I haven’t even opened in QLog.
… On Sep 23, 2024, at 3:15 AM, Ladislav ***@***.***> wrote:
I know I tweaked the Deduplication feature to try and make it work. But the way it works now if a spot is a dupe it is just ignored. I think it may be more useful to replace the spot instead, since the comment may have more relavant/current information (up 2 or whatever). Have it at a minimum update the time and comment?
That's not a bad idea. It's worth considering implementing it. However, I'm not sure about the benefit of this update. Both the information from the first spot and the information from the second spot can be 'incorrect' (example: comment). So, with the update, you might not gain anything more than by ignoring the second one. It will likely lead to more complex source code rather than better operator awareness. Or am I wrong?
Add a function similar to the Alerts widget to clear older cluster spots. This is why I would like the time updated like mentioned above so if a station is on a frequency all day it would stay in the list.
I would like to maintain a linear display of DXC Spots over time. Therefore, I don't think something like this should be implemented in DXC.
Also it would be nice if I work a station that the color for that spot is updated appropriately.
This is implemented in the Bandmap. Unfortunately, due to performance reasons, I didn't include it in the DXC. Keep in mind that some users connect to the RBN. This network generates 10,000 to 100,000 QSOs per hour. If I have to recalculate the QSO status for each record in the DXC after every entered QSO, it wouldn't be very good for performance. Of course, new QSOs are already updated according to the new status, but the old ones remain according to the old status. It would be interesting to try implementing this and then test it during a contest against the RBN to see how it affects CPU load and speed.
—
Reply to this email directly, view it on GitHub <#468 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUEEMXSK6GHNYJFPRW6RUZTZX7E2LAVCNFSM6AAAAABOUT5XL6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANZSGMZDAOI>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
The DX cluster allows you to filter different things from its own interface, but I really don't know exactly what it does, and in the end I decided not to do any filtering in the DXC itself, and play from the Qlog alerts. If the Qlog had a contest mode, nothing else would be needed to tidy up the contacts. |
Beta Was this translation helpful? Give feedback.
-
I had a couple thoughts about the DX Cluster.
Beta Was this translation helpful? Give feedback.
All reactions