Jump to content

Wikipedia:Reference desk/Computing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 123.231.104.3 (talk) at 00:55, 29 October 2017 (wi-fi calling: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Welcome to the computing section
of the Wikipedia reference desk.
Select a section:
Want a faster answer?

Main page: Help searching Wikipedia

   

How can I get my question answered?

  • Select the section of the desk that best fits the general topic of your question (see the navigation column to the right).
  • Post your question to only one section, providing a short header that gives the topic of your question.
  • Type '~~~~' (that is, four tilde characters) at the end – this signs and dates your contribution so we know who wrote what and when.
  • Don't post personal contact information – it will be removed. Any answers will be provided here.
  • Please be as specific as possible, and include all relevant context – the usefulness of answers may depend on the context.
  • Note:
    • We don't answer (and may remove) questions that require medical diagnosis or legal advice.
    • We don't answer requests for opinions, predictions or debate.
    • We don't do your homework for you, though we'll help you past the stuck point.
    • We don't conduct original research or provide a free source of ideas, but we'll help you find information you need.



How do I answer a question?

Main page: Wikipedia:Reference desk/Guidelines

  • The best answers address the question directly, and back up facts with wikilinks and links to sources. Do not edit others' comments and do not give any medical or legal advice.
See also:


October 24

Do KVM switches allow for simultaneous display

Do KVM switches normally allow for simultaneously displaying the video output of two computers? That is, would it just divide the screen in two (or more) regions at the same time? Or will they just allow to jump from one video output to the other, but not display them side to side? --B8-tome (talk) 13:09, 24 October 2017 (UTC)[reply]

My KVM switch swaps between using the keyboard, mouse and screen for one computer and for the other. It cannot display 2 "screens" at once. If it did, where would you send the keyboard and mouse input? --Phil Holmes (talk) 14:11, 24 October 2017 (UTC)[reply]
Split-screen KVM switches exist, but they're not cheap at all. here is one for more than three grand, and here's one for almost two grand.
I think the expense is all in the technology that combines multiple live video streams.
Your best bet would probably be to get a multi-view box like this one or a TV that has built-in picture-in-picture support, and then use a normal KM switch.
(Although, really, the absolute easiest way to do this, is just to put two monitors side-by-side. And use a km switch for your keyboard/mouse.) ApLundell (talk) 16:19, 24 October 2017 (UTC)[reply]
Agreed. I like the two monitor solution, because then you also have a backup if one fails, so can at least view one source at a time. With both monitors working, you can still use the KVM switch to share one keyboard and mouse. For example, this would be good to view videos on one, while surfing the web on the other. StuRat (talk) 16:31, 24 October 2017 (UTC)[reply]
You could connect all computers to the network and then manage them through Remote Desktop Services. Without any extra hardware.Hofhof (talk) 20:51, 24 October 2017 (UTC)[reply]
You can do this much more cheaply if you find a display (rather than a switch) which can display two video signals simultaneously. Andy Dingley (talk) 21:16, 24 October 2017 (UTC)[reply]

Launch date of NVDIA GeForce GT 420

What is the launch date of NVDIA GeForce GT 420 video card?

I didn't find it in these pages. Did I miss anything? Thanks in advance. --Daniel Carrero (talk) 15:48, 24 October 2017 (UTC)[reply]

@Daniel Carrero: The second link you provided says it was released on September 3, 2010. RudolfRed (talk) 01:31, 25 October 2017 (UTC)[reply]
Oops, sorry for the trouble, I should have seen that. Thanks. --Daniel Carrero (talk) 01:43, 25 October 2017 (UTC)[reply]

Stupid question: Is the Intel GPU running when an NVIDIA or AMD one is?

Graphics processing is highly parallel so why not, every little bit helps. Sagittarian Milky Way (talk) 17:53, 24 October 2017 (UTC)[reply]

Not if the overhead of coordination and task distribution is bigger than the contribution of the secondary system. Also, software complexity might be an issue. --Stephan Schulz (talk) 19:59, 24 October 2017 (UTC)[reply]
Performance can be a funny thing. I often use two monitors, one running a CAD program on my NVIDIA card and another running a text editor on my Intel GPU. I tried playing a game on the Intel GPU, and found that the CAD program on the NVIDIA GPU slowed down a tiny bit. It turns out that the extra heat from the Intel graphics stopped the CPU from boosting the clock frequency quite as high as it could with the Intel GPU shut off. --Guy Macon (talk) 02:49, 25 October 2017 (UTC)[reply]
Yes, they just don't seem to be designed to work together. StuRat (talk) 03:18, 25 October 2017 (UTC)[reply]
Someone correct me if I'm wrong, but I don't think there's any infrastructure on the motherboard that would allow those two GPUs to communicate with the kind of bandwidth they'd need to make that work.
SLI requires special bus to bridge the two GPUs. ApLundell (talk) 15:00, 27 October 2017 (UTC)[reply]
They wouldn't necessarily need to communicate with each other. For example, if playing video in a portion of the screen, one graphics card could work to decode/decompress the video, while the other handles the display of everything else on the screen. Of course, there would need to be some interaction on the motherboard for this to work, but not much. StuRat (talk) 16:47, 27 October 2017 (UTC)[reply]

Download schema from URL in WSDL

I have a web service with a WSDL file containing a schema. When I publish the web service and access the WSDL from a browser by writing the web service URL and appending ?wsdl, I can see the WSDL with the schema embedded into it. I'd like the WSDL instead include a URL where I could download the schema as a separate XSD file instead.

So instead of the WSDL file showing something like this:

<xs:schema>
  <xs:element name="foo" type="tns:foo">
  </xs:element>
</xs:schema>

I'd like to have it show something like this:

<xs:schema url="http://localhost:8080/myservice/myservice.xsd"/>

so I could type http://localhost:8080/myservice/myservice.xsd into a browser and download a separate file containing the <xs:schema> definition above. How is this possible? JIP | Talk 21:03, 24 October 2017 (UTC)[reply]

Update: I am using the Apache CXF framework to publish the web service and am deploying it under Apache Tomcat. I've read online that it should be possible to have the schema file accessible with a URL like http://localhost:8080/myservice?xsd=1 but this gives me the following error:

<soap:Envelope><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Could not find xsd 1</faultstring></soap:Fault></soap:Body></soap:Envelope>

JIP | Talk 22:35, 24 October 2017 (UTC)[reply]

October 25

Building Apps for Android Mobiles

Before I compile (i.e turn the program into .exe format,) is there a way, using some software tool etc. to turn the work into an app that can work in Android mobile devices ? BTW, I program using Visual Basic 6. — Preceding unsigned comment added by 203.134.197.76 (talkcontribs)

It looks like it: here's a post about the different options. Note that your program will need to use Android's API, so if you wrote it for another operating system, you'll need to modify it before it will work. https://www.techwalla.com/articles/can-i-make-android-apps-with-visual-basic. OldTimeNESter (talk) 11:19, 25 October 2017 (UTC)[reply]


There are a lot of misconceptions wrapped up in this question.
".exe" is a file-name extension, not a file format. Commonly, it refers to a file that is an executable program on the Microsoft Windows platform.
In the most conventional configuration, an application written in Visual Basic targets the Windows platform. There are a few exceptions, but from the limited description we have hear, I'm hearing hoofbeats and thinking horses.
Unless you used a cross-platform toolkit, the task of porting an application written in Visual Basic is not going to work on the Android platform. You will need to do lots of work to make changes to your software.
Most importantly, Visual Basic 6 was superseded by .NET a very long time ago - almost two decades. Now, we're not speaking of some open platform or some ISO language standard - we're talking about the 1998-vintage version of a proprietary tool. Why are you using it? It is no better than the 1997-version, Visual Basic 5; it is no worse than the 2002 version, Visual Basic 7; it is just a randomly-selected version of the tool. It happens to be deprecated: it has been a dead product for almost two decades, and Microsoft has formally published an end of life statement.
Microsoft makes its current-generation software development studio available to you at zero cost.
If you continue to use VB6, you are wasting your time and our time. Stop using VB6 for any purpose. Absolutely do not attempt to use VB6 to develop for Android platforms. Read, and study, a book or web-tutorial on Android development. Here is a starting point: the Android Developer tutorials. Consider purchasing a non-free book on Android development like the O'Reilly Programming Android, 2nd Edition.
So, to summarize: educate yourself about your software development toolkit prior to using it for a complicated software development task.
Nimur (talk) 19:36, 25 October 2017 (UTC)[reply]

Thanks, Nimur. This is really a sincere and concerned advice.

October 27

Blind people and the internet

How do blind people access the Internet and other materials in a library? 2601:153:680:3A34:B903:F7AA:84FB:687F (talk) 16:31, 27 October 2017 (UTC)[reply]

1) Books for the Blind are on audio tape (or a USB flash drive which plays audio when inserted into the player they provide). Typically they ask the librarian for help in selecting a book. This interaction is often done over the phone and by postal mail, so there's no need to actually go to their library.
2) Screen readers will read what's on the computer screen or create Braille output.
In either case, headphones can be used to not disturb others, when playing audio. StuRat (talk) 16:35, 27 October 2017 (UTC)[reply]

October 29

wi-fi calling

Pl. help me to enable wi-fi calling on samsung Galaxy Tab 3V phone SM-T116NU model. I tried but could find wi-fi properties. Thank you.123.231.104.3 (talk) 00:55, 29 October 2017 (UTC)[reply]