Guest User

Untitled

a guest
Jan 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. I'm a java dev and systems administrator at a small research lab that's part of a Medical University. We just recently published a software tool and one of the first users was an Assistent Professor from another Institute in the same City.
  2.  
  3. He is semi computer literate. I mean, he's no techy, but he's doing fine. Still, he had some issues with our Software. We usually only provide support via our User Forums and by E-Mail, but in this case my Boss asked me to help him personally.
  4.  
  5. One day he asked me to come to his office for some simple task. When I arrived he was just in the middle of a phone call with a representative of a Software company. He told me she was doing a live demo of a software similar to ours. I was interested, because it's always good to see what others are doing and so I sticked around.
  6.  
  7. This is what happened:
  8.  
  9. Her: "Ok, now you can click here to load the inputfiles." opens a 6GB text file "You can see the progress here."
  10. Him: "That takes quite a long time to load.."
  11. Her: "Yes, that is strange.. May I ask what kind of Computer you have?"
  12. Him: "It has 16GB of RAM and an 8 core processor."
  13.  
  14. Now, I have to say I saw the specs before, and this was one monster of a desktop machine. 16GB of RAM, Intel Xeon 8 core (with hyperthreading) with I think around 2.4 GHz each).
  15.  
  16. Her: pulling up the system information "Oh I see you have an 8 core processor."
  17. Him: "Is that not good?"
  18. Her: "Yeah, you know the problem is that with the 8 cores the GHz are actually split between the cores."
  19. sound of my jaw springing open
  20.  
  21. Her: "You see, you have 2.4GHz split in 8. That means it's actually just 300MHz. Modern PCs nowadays all have more than 2GHz! You should get a new PC."
  22.  
  23. He looked at me and saw me facepalming really hard. I shook my head to symbolize that he shouldn't believe her.
  24.  
  25. She then tried to start multiple worker processes for the software. The GUI would then connect to the worker process over the network - or the loopback interface in our case. Perfect for compute clusters. Anyways, after about 10 minutes of her reading instructions on how to set this up (instructions that he also had on the screen and I could read), she came to the part where she had to enter his PC's IP address. Up to this point I was quiet, but now I was about to lose my patience.
  26.  
  27. Me (to the Professor): "Just enter 127.0.0.1"
  28. Him (to her): "My colleague here told me I can just enter 127.0.0.1"
  29. Her: "No, no we have to find the IP address!"
  30. Me: "127.0.0.1 works too!"
  31. Him: "Are you sure?"
  32. Me: "Trust me."
  33. Her (to him): "Is your computer in a network"
  34. Me (thinking): "You are remoted in on it.. what do you think?!"
  35. Him: "Yes, it is in a network."
  36. Her: "Then it must have a different IP address. 127.0.0.1 is a default IP Address that only computers that are not in a network use."
  37.  
  38. I gave up there. Just facepalmed again and let her do her thing. Worst of all was that when she found and entered the correct IP address she was all proud "You see? This is the correct address! The other one is not correct if you are in a network!". She later ended the call again emphasizing how important it was for him to buy a stronger PC.
  39.  
  40. He never bought their software, btw. It was crap anyways. It was pretty cool for the user interface, but it only worked with obsolete algorithms and reference data.
Add Comment
Please, Sign In to add comment