Jump to content

Wikipedia:Reference desk/Computing

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 8.17.117.40 (talk) at 19:41, 5 June 2014 (→‎Memtest but for graphics cards?). 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:


May 31

Still can't install FSX

I'm trying to install Microsoft Flight Simulator X on my Dell XPS with Windows 8, but it just won't install -- I've tried completely resetting the computer, I've tried using a brand-new DVD, but the installer STILL crashes with a 1722 ("There's a problem with this installation package: A program setup did not run as expected..."), followed by a 1603 ("Fatal system failure during install")! And as I said before, the program used to install and run just fine when the computer was brand-new! What's going on here? How can this be solved? Thanks in advance! 24.5.122.13 (talk) 00:38, 31 May 2014 (UTC)[reply]

I think you are more likely to get a useful answer to your question if you ask it on a FSX forum. AndyTheGrump (talk) 00:47, 31 May 2014 (UTC)[reply]
Thanks for nothing -- I've found the technical support page for FSX (which took some searching -- the Microsoft people stuck it way in the back of their site), and I'm now going through their troubleshooting steps one by one. 24.5.122.13 (talk) 03:23, 31 May 2014 (UTC)[reply]
Be nice to AndyTheGrump; he was trying to help by saving you some time. This problem is probably specific to FSX, and among the people who read this forum it's unlikely that any of them know more about it than you do. You might get lucky, but you're much more likely to find a fellow sufferer on a forum frequented by FSX players. -- BenRG (talk) 18:37, 31 May 2014 (UTC)[reply]
Yes, it says on the site that the problem is caused by a conflict during the font registration step -- it also outlines several ways of how to solve it, and has a link for downloading a special tool for one of the repair methods. 24.5.122.13 (talk) 00:20, 1 June 2014 (UTC)[reply]
Odd, I had no issues installing it on Win 8.1 Palmtree5551 (talk) 01:54, 1 June 2014 (UTC)[reply]
I didn't either at first, but when I installed Java it froze completely and hasn't worked since then despite all my troubleshooting. I'm pretty sure the current problem with installation is because I couldn't uninstall it properly at that time -- I tried removing what was left of it using its native uninstaller, System Mechanic and the Control Panel, but nothing worked (even AFTER I removed Java), so I eventually just put it in the recycle bin. And THAT probably makes it a registry problem of some kind -- but that's odd, considering that System Recovery (which is what I had to do to even get the installer to run again at all) is supposed to completely roll back the registry to factory state, right? 24.5.122.13 (talk) 05:19, 1 June 2014 (UTC)[reply]

Rackmount 1U Chassis — without Drive Bays

Hi.

I'm building a cluster of six diskless servers using EATX dual-socket motherboards, which are to boot over iSCSI via onboard 1GbE LAN ports.

The problem is that I need a bay-less 1U chassis for each motherboard, but all the chassis models I've found so far have either 2.5" or 3.5" drive bays. Although the motherboard can be mounted in such a chassis, the presence of unused drive bays adds unnecessary depth and weight to each server.

I had considered getting a chassis such as this, and sawing off the front four inches of the chassis, but this option is not so suitable as it also removes the Front Control Panel — which shows useful information like LAN activity and PSU health.

Any pointers in the direction of a 1U chassis without drive bays will be much appreciated. 183.90.37.251 (talk) 06:26, 31 May 2014 (UTC)[reply]

I contacted ABMX [1] about a custom rack mount chassis requirement a while ago, and they were happy to quote me on it. We had already found a better solution by then, so we didn't go with it, but they're worth checking out. I notice that they have a line of short-depth servers featured right now, so one of those may meet your needs without a custom chassis. Katie R (talk) 15:08, 3 June 2014 (UTC)[reply]

Encrypting and encoding

What's the difference between encrypting and encoding? Surely encoding is just encryption were everyone knows the key Omega30 (talk) 10:59, 31 May 2014 (UTC)[reply]

Both change data from one form into another; but the intention of encryption is to make the output unreadable to those without credentials. Encoding is shifting form for another reason, such as to allow something to be stored on a given medium or transmitted using a given technology. 87.115.60.38 (talk) 11:23, 31 May 2014 (UTC)[reply]
(edit conflict)Strictly, encoding is converting plain text into codewords (where only the desired recipient has a copy of the codebook, one hopes) whereas encrypting is usually done at bit or byte level using a cipher in classical cryptography, but this distinction is difficult to maintain in modern usage. I think any distinction in current usage will depend on the context. Dbfirs 11:26, 31 May 2014 (UTC)[reply]
In computer science, though, "encoding" tends to refer to line coding and channel coding schemes where, as the original poster said, "everyone knows the key". I think that in the usual CS usage, encryption is a special case of encoding. -- BenRG (talk) 16:16, 31 May 2014 (UTC)[reply]
Yes, I'd forgotten that this is the computing desk, not the language desk. Dbfirs 21:06, 31 May 2014 (UTC)[reply]
There's also some distinctions due to what is being encoded, and in what system the encoded words inhabit. Compare e.g. character encoding, which feels a bit more like "encryption with known keys" to the Text_Encoding_Initiative, which is mostly interested in semantic encodings, and feels rather unlike encryption to me. Also, encryption is usually designed to be hard to decipher without the key. However, a skilled cryptanalyst could easily "break" e.g. ASCII encoding, if given a decent corpus of encoded text files but no key. SemanticMantis (talk) 15:28, 2 June 2014 (UTC)[reply]
I'm not sure but I think that with public-key cryptosystems (e.g. RSA), having a decent corpus of encrypted text won't help. If you don't have the secret key then your only option is to take the public key and spend "enough CPU-power" to find the associated secret key. But even with a lot of CPU it would still take a very long time. My 2 cents. Ekkt0r (talk) 10:44, 5 June 2014 (UTC)[reply]

quantum computing

Does quantum computing operate at the subatomic level? Remember The Fallen 1914 (talk) 16:03, 31 May 2014 (UTC)[reply]

Quantum computing#Developments lists a bunch of kinds of quantum computing hardware, some of which store qubits as electron spin states for example. I suppose you could say that they operate at the subatomic level, but you could probably say that about ordinary silicon computers too, since the signals are carried by electrons (and electron holes), not by atoms. -- BenRG (talk) 16:26, 31 May 2014 (UTC)[reply]
Regarding conventional modern computers: I would say "the electrons are carried by the signal" - not the other way around - because CMOS digital electronics use voltage for signaling, and treat the movement of electrons in the circuit and inside its constituent transistor devices as a parasitic. More specifically, high speed computers transmit signals at the speed of light, which is a lot faster than the speed of electrons in copper wire or semiconductor metal-interconnect routing.
Regarding "quantum computers" - reiterating what I wrote in December, I think "quantum computer" is very poor word-choice. Exactly what do you think gets quantized in a "quantum computer"? Almost everything inside a conventional digital computer is already quantized: the time-domain, the voltage levels... even the conceptual framework that we call boolean algebra are quantized, in that the math works in the realm of discrete operations on integer quantities. Emergent mathematical properties, like quantum entanglement, are not specific to computers that use electron-spin to store their bits. Nimur (talk) 19:28, 31 May 2014 (UTC)[reply]
I'd say that sound is carried by air. I wouldn't say that air is carried by sound, or that movement of the air is an undesirable side effect of the transmission of sound. Voltage is a function of the density of charge carriers, so a change of voltage is a motion of the charge carriers.
"Quantum computer" is not a very descriptive name. Neither is "computer", or "quantum". You might as well complain about poor word choice in every question about computers or quantum mechanics. The crucially quantum feature of quantum computers is not quantization of anything, but (nonclassical) entanglement of the bits. This is definitely not found in conventional computers; the reason we have no working quantum computers is that it's virtually impossible to preserve the entanglement for long enough to do a nontrivial computation. -- BenRG (talk) 17:15, 2 June 2014 (UTC)[reply]
A critical difference between sound-waves and electromagnetic waves is that sound-waves are longitudinal waves representing coherent, bulk movement of atoms. Electromagnetic signals propagate as transverse waves of electric and magnetic fields. When those signals are guided through copper wire or a similar material, the electromagnetic wave couples with the electrons in the form of an induced electric current. So, I would not say that air gets carried by sound; but I would say that (in some conditions) electrons are carried by an electromagnetic wave. Nimur (talk) 19:04, 4 June 2014 (UTC)[reply]

June 1

Windows graphical file compare

Is there a simple way in Windows, e.g. a graphical program, where you can specify two files (any type of file) and it will tell you whether they are the same or not? (Doesn't need to show differences, etc.) Bubba73 You talkin' to me? 03:25, 1 June 2014 (UTC)[reply]

WinMerge is decent. It has a lot of features for visual text file comparison, but it will also just tell you whether files are the same if that's all you need. -- BenRG (talk) 06:12, 1 June 2014 (UTC)[reply]
The Windows command line programs fc and comp will compare two arbitrary files and tell you whether they are the same or not. Run with /? for syntax. If you want a GUI, I recommend Beyond Compare from http://www.scootersoftware.com/, which can compare two files and tell you if they are the same, but will also do lots of other related things. Mitch Ames (talk) 06:45, 1 June 2014 (UTC)[reply]
Yes, I've used FC a lot - I'm looking for something more modern. Thanks. Bubba73 You talkin' to me? 00:35, 3 June 2014 (UTC)[reply]
I use WinMerge and I'm happy with it, but some of my colleagues prefer Beyond Compare. WinMerge is free, but Beyond Compare isn't, so perhaps the download both and after the 30-day trial of Beyond Compare, decide which you want to use? Also, googling "GUI diff windows" shows some alternatives. davidprior t/c 08:11, 3 June 2014 (UTC)[reply]

Run S60 apps on Android or PC/Mac?

I would like an emulator, as that would be the best, but is there any way at all to run an S60 app on Android, PC or Mac? And on a side note, can I get Palm OS too? I have all these games on Symbian I haven't beaten. 123chess456 (talk) 05:15, 1 June 2014 (UTC)[reply]

FSX follow-up

Does Microsoft Flight Simulator X rely on fonts from Microsoft Ink (what, no article?) And more specifically, could a missing or misplaced file in Microsoft Ink prevent the FSX installer from successfully registering the fonts? (What does it mean, in lay terms, when an installer "registers" fonts, anyway?) I'm asking this because in my case, the installer crashes with a 1722 error code, which is a fonts-related problem (it says so on the Microsoft support site) -- and guess what, I've scanned my registry with System Mechanic, and one of the errors it found is that one of the registry keys refers to a Microsoft Ink file that's either missing or has been renamed. If I somehow make the value of this key valid again, might I get the FSX installer to run again? Thanks in advance! 24.5.122.13 (talk) 07:05, 1 June 2014 (UTC)[reply]
Never mind, I asked their support the same question, and they said this particular registry error has nothing to do with my problem -- but they also said that System Mechanic might have introduced other errors into my registry. 24.5.122.13 (talk) 00:47, 3 June 2014 (UTC)[reply]

Wikia admin tool

Anyone can administer their own wiki on Wikia that uses similar software to Wikipedia. I am one of thousands who do so and I now need to change my e-mail address. Among the Admin tools - Advanced is a form for Change email. The form confirms my present address and that my new address appears valid, but fails to produce any action except this message: Error sending mail: Internal error: Status::getWikiText: Invalid result object: no error text but not OK Is this a bug in Wikia's software? 84.209.89.214 (talk) 13:40, 1 June 2014 (UTC)[reply]

Looks like a bug to me. There is global support options for all of wikia see http://www.wikia.com/Special:Contact in particular there is http://www.wikia.com/Special:Contact/bug. If you don't get any joy there try https://bugzilla.wikimedia.org/. As a wild guess there is a MediaWiki namespace which has all the system messages, the bug might be caused by a missing page in that namespace. --Salix alba (talk): 15:08, 2 June 2014 (UTC)[reply]

Backups

Are most computer backups around the world (business and domestic) performed on the first of each Month? — Preceding unsigned comment added by LicraLoot (talkcontribs) 14:46, 1 June 2014 (UTC)[reply]

I doubt it to say "most", seems arbitrary when backups are done or how often. My business we typically had rolling backups, such as when the tapes were done they were swapped out and started over, the cycle took however long it took. -- GreenC 15:19, 1 June 2014 (UTC)[reply]
Where I work the backups are done nightly. I willing to bet higher frequency is pretty common given that losing a month's worth of transaction could be a killer. Mingmingla (talk) 15:53, 1 June 2014 (UTC)[reply]
See the article Backup. One should not presume to have surveyed every backup system in the world but an efficient process that is widely used is automatically scheduled incremental backup. The software to do this is often configured by default to do this on the first of every month. These systems differ in whether restoring the system will require starting from the last full backup taken before the data loss, and then applying in turn each of the incremental backups, or the repository is kept prepared for one-step recovery. 84.209.89.214 (talk) 15:58, 1 June 2014 (UTC)[reply]
I don't expect many companies to do this for their employees laptops but a lot of data at the company I work at is simultaneously written to two places so that nothing is lost. Dismas|(talk) 18:29, 2 June 2014 (UTC)[reply]

Smithsonian Institution and First digital MP3 player

Audible.com:

Audible introduced one of the first digital audio players in 1997, four years before the introduction of the iPod; the player is now displayed in the Smithsonian Institution.

I've searched a while to verify and can't find anything about Smithsonian. Discussion at Talk:Audible.com#Smithsonian_Institution -- GreenC 15:16, 1 June 2014 (UTC)[reply]

Have you looked in the Smithsonian Collections database? Nimur (talk) 15:28, 1 June 2014 (UTC)[reply]

June 2

Wikipedia article file names

Let's take https://en.wikipedia.org/wiki/Uniform_resource_locator as an example. In my rudimentary knowledge of the URL, there would be a wiki directory and in that would be another directory named Uniform_resource_locator. Would there then be an index.html file or index.php file in that directory? If so, which one, html or php? I realize that the actual content of the article is pulled from a database. I'm just interested in the hierarchy and the file name though. Thanks, Dismas|(talk) 05:50, 2 June 2014 (UTC)[reply]

Note that the part in the URL after the first slash (in this case, "wiki/Uniform_resource_locator") can be interpreted in any way the web server chooses, it doesn't have to be a physical file path. I am not a WikiMedia developer, but I would guess there's simply a PHP script that receives the name of the article and fetches it from the database. There probably aren't separate directories and files for every single article. JIP | Talk 06:11, 2 June 2014 (UTC)[reply]
JIP is correct. In fact, most installations of MediaWiki do not map each page to a unique file or directory. Instead, individual wiki pages map to database entries in a relational database (like MySQL or PostgreSQL). That relational database may commit data to the filesystem by any method, but it is uncommon for each data entry to have a one-to-one mapping with the filesystem. Super-large installations - like Wikia or Wikipedia - have a little extra complexity, because there are multiple layers of cache services, proxy services, load balancers, database federation, and so on. (Just to be very clear about terminology: Wikipedia is the world's largest and probably the most heavily customized running instance of MediaWiki, which is software you can run on your own server. Wikipedia has a team of engineers who customize the MediaWiki server software, and they keep it hooked up to the world's largest MediaWiki content database, and it's been running for years as a scaled service across many machine-instances and through many versions of software-updates... so it has a few "quirks" that are not as well-documented as a clean, fresh installation).
Commonly, MediaWiki servers use Apache httpd's mod_rewrite feature to map URLs to unique queries - and to hide the ".php" extension. This is documented as Short URLs in the MediaWiki manual. The result is that a query is sent to the webserver, with the page title as an argument, requesting the main MediaWiki PHP index script. (For recent versions of MediaWiki, that index is a real file in your web server directory at location w/index.php but if you're picky about your webserver folder structure, it can be moved to other sub-directories, or reconfigured: even Wikipedia moves that directory to wiki/index.php). The PHP script then dynamically generates hypertext content based on a database query. Nimur (talk) 06:47, 2 June 2014 (UTC)[reply]
Specifically, it is mapped to https://en.wikipedia.org/w/index.php?title=Uniform_resource_locator , which is a PHP script, and it is given one parameter "title", with the value "Uniform_resource_locator", it does accept other parameter/value pairs. CS Miller (talk) 08:56, 2 June 2014 (UTC)[reply]

Microsoft

When Microsoft was still small but growing big, how did Bill Gates manage to buy out all the other shareholders? Surely they could see like he could that the company was rocketing to success. Did he employ underhand tactics to make them sell? — Preceding unsigned comment added by Modeltrainsets (talkcontribs) 10:59, 2 June 2014 (UTC)[reply]

There were no shareholders when Microsoft was still small. It didn't go public until 1986. See History of Microsoft. Mitch Ames (talk) 11:50, 2 June 2014 (UTC)[reply]
A recurring theme in technology entrepreneurship is the difficult choice an inventor must make between raising money to run the business and keeping creative and financial control. If you can not afford to pay your employees, they may leave, and you might not be able to stay in business. If you let a super-billionaire "donate" to your creative enterprise, he might send the goons after you as soon as he thinks it's more profitable. One of Silicon Valley's smartest and most vindictive solutions - according to the 2011 documentary Something Ventured - was to pay the employee salaries using cash advances on your girlfriend's credit card and then fire her. Despite their canonization by the mass media, technology entrepreneurs are pretty horrible people. Arguably, Bill Gates is a lot more ethical than the executive team at Cisco; (and Bill Gates is also still happily married).
In the case of Microsoft, Bill Gates retained financial control from a very early stage by becoming profitable before leveraging his company assets to raise more capital. Nimur (talk) 15:41, 2 June 2014 (UTC)[reply]
Think the OP may be best answered by reading The Microsoft File : The Secret Case Against Bill Gates. The author outlines (often times in detail) all the dirty dealing MS did in order to become a monopoly.--Aspro (talk) 17:09, 2 June 2014 (UTC)[reply]

Hellow! I need a box in Simulink, that at first accepts a constant as input, and later accepts the output of a computation of another box. Something like this:

   a = 1;
   b = a*2;
   a = b+1;
   b = a*2;

How can I do this in Simulink? 77.125.164.49 (talk) 15:03, 2 June 2014 (UTC)[reply]

This tutorial [2] might be helpful. SemanticMantis (talk) 15:21, 2 June 2014 (UTC)[reply]
There are switching blocks that can be used to select between two signals if you need to switch from a constant to another source. They will be in the signal routing category. A manual switch is the simplest if you don't mind clicking to switch. Otherwise you'll need something to trigger it, such as a step source configured to rise at the right time. Katie R (talk) 18:02, 2 June 2014 (UTC)[reply]

JPEG metadata in MS Visual Studio with 'System.Windows.Media.Imaging'

I'm using VS express 2013, and want to access\edit jpeg metadata. From what I can find, it looks like the best way is by using the classes 'JpegBitmapDecoder', 'BitmapImage', etc from the 'System.Windows.Media.Imaging' namespace.

If this is right, what 'reference' do I need to include to access the 'System.Windows.Media.Imaging' namespace?

MSDN says this is in the PresentationCore (in PresentationCore.dll) assembly, but I cant find this!

Any idea what namespace or assembly I should reference, or dll to use?

Apologies if this is the wrong place to ask this, I've tried searching Wikipedia, msdn, google etc. with no luck. Any advice would be really appreciated - this is driving me crazy!

Many Thanks, Andy — Preceding unsigned comment added by 31.122.115.65 (talk) 18:30, 2 June 2014 (UTC)[reply]

You may want the "metadata" property of Imaging's BitmapSource class. 87.115.60.38 (talk) 18:42, 2 June 2014 (UTC)[reply]


Thanks! I think you're right - but when I try 'BitmapSource' or 'System.Windows.Media.Imaging.BitmapSource' in my code I get a not defined error! Any idea how to get past this? Andy — Preceding unsigned comment added by 31.122.115.65 (talk) 19:02, 2 June 2014 (UTC)[reply]

You may simply not have the requisite assemblies loaded into your project (in addition to PresentationCore you need WindowsBase and System.Xaml). I wrote this simple app that prints some properties:
using System;
using System.IO;
using System.Windows.Media.Imaging; // need PresentationCore, WindowsBase, System.Xaml assemblies

class Program
{
    static void Main(string[] args)
    {
	// a good sample image:
	//   http://metadatadeluxe.pbworks.com/f/1242531528/GettyVillaExifToolImport.JPG
        Stream fileStream = new FileStream("test.jpg", FileMode.Open, FileAccess.Read);

        JpegBitmapDecoder decoder = new JpegBitmapDecoder(fileStream, BitmapCreateOptions.PreservePixelFormat, BitmapCacheOption.Default);
        
        BitmapSource source = decoder.Frames[0];
        Console.WriteLine("width:" + source.Width);
        Console.WriteLine("height:" + source.Height);

        BitmapMetadata metadata = (BitmapMetadata)source.Metadata;
        Console.WriteLine("Format:" + metadata.Format);
        Console.WriteLine("ApplicationName:" + metadata.ApplicationName);
        Console.WriteLine("Comment:" + metadata.Comment);

        Console.Read(); // wait 
    }
}
-- Finlay McWalterTalk 21:37, 2 June 2014 (UTC)[reply]
As to how to add the necessary assemblies to your project: in VS2013: PROJECT->ADD_REFERENCE, and in the assemblies/framework section check the three assemblies I list above. -- Finlay McWalterTalk 21:54, 2 June 2014 (UTC)[reply]

Finlay, this works great! Huge thx for ur help - much appreciated! Andy — Preceding unsigned comment added by 213.205.240.249 (talk) 11:33, 4 June 2014 (UTC)[reply]

Computer mice

Are computer mice in other languages still named after rodents or is being named after cheese-eaters an English thing only? 88.167.253.167 (talk) 22:08, 2 June 2014 (UTC)[reply]

It's definitely souris in French and raton in Spanish. It's Maus in German, too, complete with an expression 'kaufen per Mausclick' to mean online shopping. AlexTiefling (talk) 22:12, 2 June 2014 (UTC)[reply]
See wikidata:Q7987#sitelinks-wikipedia for our articles in different languages. There are clearly a lot of mouse spellings in languages using Latin script. Probably also in other scripts but I cannot tell. PrimeHunter (talk) 22:42, 2 June 2014 (UTC)[reply]
I tried to infer, for each language of that list, whether it uses a calque or a direct borrowing. I count 49 calques, 16 borrowings (including Arabic, Hindi, Japanese, Urdu, Italian(!)), two that use a more literal expression like 'computer pointer', and 22 that I cannot assign – because I can't transliterate and didn't find a path from the term to the rodent. —Tamfang (talk) 09:50, 3 June 2014 (UTC)[reply]
Compare to our mouse (animal) articles at wikidata:Q39275#sitelinks-wikipedia to see that many languages use the same word, including scripts I cannot read. PrimeHunter (talk) 22:51, 2 June 2014 (UTC)[reply]


Tangent: When the pointing devices first came out, people called them mouses. I still like that better; makes a clean separation from the small mammal, and it's a normal linguistic process for words to regularize when they take on a completely new meaning like that. But unfortunately mice seems to have caught on. --Trovatore (talk) 23:02, 2 June 2014 (UTC)[reply]

June 3

Follow-up about SSD not having a drive letter

File:Screenshot - TEMP.jpg
screenshot

This is a follow-up from my question of about a week ago. To recap, my wife got a new computer at work. It has a 500GB SSD and a 2TB HD. The SSD shows up in Speccy, but not under Computer, etc. A few months ago one of her coworkers got one speced out the same and she got me to go down there and look at it. On it, Speccy doesn't show the SSD, but it shows a 2TB drive, RAIDed. I opened the case, and the two drives go to a RAID controller card. So on that computer, they RAIDED a 500GB SSD and a 2TB HD. Does that make any sense (it doesn't to me)?

My wife said that the other employee told them that he wanted RAID. My wife told them that she didn't want RAID - she wanted Windows and installed programs on the SSD. So what I believe is that although the SSD is in her computer and hooked up, it isn't doing anything. That also doesn't make sense to me.

Do both of these approaches seem to be absurd? Bubba73 You talkin' to me? 00:45, 3 June 2014 (UTC)[reply]

I'm still confused about one thing from both of your threads. What does disk manager actually say? Surely that's the first thing to look at not 'Speccy' (whatever that is), where the hard disk is connected or even what shows up in Explorer/My Computer? Nil Einne (talk) 01:33, 3 June 2014 (UTC)[reply]
I haven't looked at Disk Manager on that computer. I'll have my wife do it tomorrow (or I'll go by). Bubba73 You talkin' to me? 01:43, 3 June 2014 (UTC)[reply]
Yes a RAID (0) of two disks that different is absurd. It could be somewhat useful if it was a RAID 1, where one HDD is a fallback for the other, but even then, you'd prefer two similar drives, at least in capacity. If it is indeed a symmetical RAID 0, you'd end up with slow accesses of the HDD and an overall capacity of only ~1TB. The SDD would be vastly superior for access time, and the HDD for capacity.
If we didn't have WP:AGF oh wait, AGF doesn't include 3rd parties... I'd call malicious compliance – a case that's aimed at the customer. Maybe someone at Dell thinks the average customer isn't going to see the difference anyway? "Users are Morons"?
"Customer asked for a box with SSD/HDD mix and RAID? Sure, let's RAID the two together, rather than calling them back and ask if they want two SSDs."
OTOH, poor training could explain this one, too. Whatever it is, that's one of the reasons why most companies have a dedicated IT guy: to avoid that kind of mess. - ¡Ouch! (hurt me / more pain) 06:49, 3 June 2014 (UTC)[reply]

Screenshot of disk manager added. Bubba73 You talkin' to me? 14:22, 3 June 2014 (UTC)[reply]

Definitely a non-standard install, with the system on the drive without letter. AFAIK (correct me if I'm wrong), this is only possible if the "system" partition on the SSD is actually mounted, but via path rather than drive letter. These configs are disasters waiting to happen.
The latter may or may not be true with the most recent OSes, but most late "development" at MS was of the "Fuck Everything, We're Doing Another GUI" kind (google Fuck Everything, We're Doing Five Blades if you don't know the meme), rather than useful features. - ¡Ouch! (hurt me / more pain) 15:08, 3 June 2014 (UTC)[reply]
I looked it up - it was very finny. After two-blade ones came out, Saturday Night Live had a parody one with three blades. Bubba73 You talkin' to me? 19:51, 3 June 2014 (UTC)[reply]
Sorry, I accidentally flagged the other edit as "minor" :( - ¡Ouch! (hurt me / more pain) 15:10, 3 June 2014 (UTC)[reply]
"System" doesn't mean Windows is installed on that drive. It means the Boot folder is on that drive. See here. The fact that it's not mounted after bootup is normal, but obviously this is a really stupid use of the expensive SSD. -- BenRG (talk) 17:24, 3 June 2014 (UTC)[reply]
Oopsie. I ASSumed the 90-something gigabytes were the OS and ASSorted CRAPware... SCNR. - ¡Ouch! (hurt me / more pain) 13:40, 4 June 2014 (UTC)[reply]
Dell really should set up this system from scratch, but if you can't wait for that to happen, you could probably boot from a live CD, shrink the HD partition to 465.76 GB, move the SSD partition to the HD (and shrink it too while you're at it), move the HD partition to the SSD, make a new data partition using up the rest of the HD space, and reboot. And hope that it still boots. I'm not completely sure it will. -- BenRG (talk) 17:24, 3 June 2014 (UTC)[reply]
Does your wife's laptop come with Dell's standard business-class 3-year on-site support? She should be able to get a technician on-site to reinstall that system in a way that makes sense for her needs. It certainly wasn't configured in any reasonable way from Dell, so this should be covered under the support contract. Katie R (talk) 17:59, 3 June 2014 (UTC)[reply]
To answer some questions: (1) She doesn't have a laptop - it is a desktop. (2) They had an IT person on site until a couple of years ago. They thought it would be cheaper to contract it out to Dell. But it is more expensive and they have to go through a lot of bureaucracy to get anything done. She ordered the computer last August and got it about a week ago. (3) The Dell guy is coming Monday to fix it. He says that he will have to research it first. Bubba73 You talkin' to me? 19:10, 3 June 2014 (UTC)[reply]
Note however it is still possible it's mounted. From what I know and seems to be confirmed by a few tests, ¡Ouch! is correct that the partition could be mounted under an empty NTFS directory and it wouldn't show in disk manager. You'd either need to check mount points for the specific volume ('Change Drive Letters or Paths') or look at 'Drive Paths' under 'View'. IIRC, Microsoft doesn't even try to stop you mounting the system partition like they do with recovery partition. That said, considering the inanity of the set-up, I agree it's unlikely it's mounted. And in any case, even if it is mounted it's unlikely it's doing anything useful. Nil Einne (talk) 04:32, 4 June 2014 (UTC)[reply]

asside: My wife and her coworker ordered these computers last August. They were speced out the same - one four-core Xeon, 32GB RAM, 500GB SSD, 2TB HD. Her coworker got his some months ago - his was like that. My wife got hers a week or so ago. In the meantime, Dell discontinued that model, which made it available cheaper. But the Dell people they contracted with wanted to get the price up to the original agreed-upon price. So they replaced the single four-core Zeon with two six-core Xeons! (for the same original price.) Since they are hyperthreaded, she can run 24 threads! Bubba73 You talkin' to me? 03:13, 4 June 2014 (UTC)[reply]

Nuke and pave for the win! I'd do it if it were my box, but since you/your wife have the all-inclusive package, you can let Dell handle it. That's the way that gets you into less warranty issues, too.
p.s. You should aim a bit lower if you want to shuffle the partitions around. I'd shrink the big C: partition to 465.75GB (wasting some megabytes is better than resizing to a size that's a few MBs larger than the SSD due to rounding). - ¡Ouch! (hurt me / more pain) 13:40, 4 June 2014 (UTC)[reply]
p.p.s. asside?

Chrome's notification bell in the quicklaunch bar of Windows XP

I can't remove it. When tried disabling the notifications in chrome:flags, it went away then came back. When I click the little bell, and then settings, it no longer has the chrome tickbox. Now only the gmail tickbox. Advice? Thank you very much. :) Anna Frodesiak (talk) 07:00, 3 June 2014 (UTC)[reply]

Well, as a workaround, if you don't normally use the audio on your computer, you can turn the volume down until you do need the audio. StuRat (talk) 13:22, 3 June 2014 (UTC)[reply]
I'm so sorry. I wasn't clear. There is no bell noise. It is a grey bell icon that appears in the quicklaunch bar at the bottom right. An example is in the graphic in this link right at the top next to the birdy. Anna Frodesiak (talk) 13:35, 3 June 2014 (UTC)[reply]

transliteration service?

Sometimes Google Translate isn't what you want. On a tangent from yesterday's question about translations of Mouse (computer): Is there a service that will transliterate a foreign script rather than translating the words? I want to know whether or not these words

  • Մկնիկ (Armenian)
  • 마우스 (Korean)
  • ເມົາສ໌ (Laotian)
  • മൗസ് (Malayalam)
  • ମାଉସ (Orissa)
  • சுட்டி (Tamil)
  • మౌస్ (Telugu)
  • เมาส์ (Thai)
  • ჭუკია (Georgian)

are pronounced something like /maus/. (I'm not sure of all the language labels.) —Tamfang (talk) 09:55, 3 June 2014 (UTC)[reply]

If you click on the speaker icon at the bottom-left bottom-right of the input (or output) text boxes, it will play a speech synthesis approximation of the pronunciation. CS Miller (talk) 10:39, 3 June 2014 (UTC)[reply]
Google did once offer this service (Google Script Converter) but they retired it with the closure of Google Labs. There's a list of websites that might help at Transliteration#Online transliteration. —Noiratsi (talk) 15:27, 3 June 2014 (UTC)[reply]
Google Translate does have a transliteration feature. Go to translate.google.com, select the source language, and input some text. If the transliteration option is available, then in the bottom right of the text entry box there will be a Ä icon with a hover label of "read phonetically". If you click on this icon, a transliteration will be shown below the input box. For the languages Google Translate supports:
  • Մկնիկ = Mknik
  • 마우스 = mauseu
  • ເມົາສ໌ = mao s
  • சுட்டி = Cuṭṭi
  • మౌస్ = Maus
  • เมาส์ = Meās̄̒
  • ჭუკია = chukia
--Bavi H (talk) 01:00, 4 June 2014 (UTC)[reply]
Google Translate messed up for Thai here. To answer your query, เมาส์ is a direct borrowing from "mouse" and is pronounced somewhat like the original. (It isn't phonemically possible to represent an ending "s" sound in Thai script.) --Paul_012 (talk) 18:12, 4 June 2014 (UTC)[reply]

gameover zeus

please urgent

how can i detected if i have "gameover zeus" virus on my windows?

antiviral program says no detection but gameover zeus hides from it maybe? — Preceding unsigned comment added by 188.116.25.10 (talk) 12:33, 3 June 2014 (UTC)[reply]

I don't know specifically about that virus, but generally a virus can't hide once the anti-virus software knows what to look for. That's why you need to update your anti-virus software often. StuRat (talk) 13:20, 3 June 2014 (UTC)[reply]

Earning money from Internet

I am a Computer Science Post Graduate student. How can i earn money from Internet? What are thesse different sources or way where i can apply my skill and earn money. — Preceding unsigned comment added by 210.212.49.25 (talk) 16:33, 3 June 2014 (UTC)[reply]

Your question is too broad to have a useful answer as-is. Your school may provide free career counseling for its students. -- BenRG (talk) 17:56, 3 June 2014 (UTC)[reply]
The key point to understand is that "the Internet" doesn't have any money. It's the people using it that have that. So the trick is to find ways to provide something that people will pay for. The Internet can make that easier (and sometimes it makes it harder!) - but in the end, you're basically doing traditional marketing of some product or service.
If you have a great product in mind - then crowd-funding sites like Kickstarter and Indiegogo can help you fund making it and get you an initial customer base - but you still have to do a certain amount of promotion and it doesn't get you out of all of the other parts of a classical business model.
SteveBaker (talk) 20:50, 3 June 2014 (UTC)[reply]
Making money on Internet Content is possible. You could create a popular game or software tool. You could draw a webcomic. You could write a popular blog. You could sell music or become a video blogger on YouTube.
All of these things could theoretically make money, all without ever having a "boss" or a traditional contractor arrangement. ... but don't bet your house on it. A lot of people are trying this, and you'll need a lot of luck, talent, and marketing know-how to make it work for you. And in any case, it'll probably take years of hard work before it yields anything other than "beer and pizza money" (if it ever does!).
Finally, if you want to make a very small amount of money right away, you could try the Amazon Mechanical Turk. I understand that typically pays out much less than (USA) minimum wage, though. APL (talk) 23:50, 3 June 2014 (UTC)[reply]
If you want to make money then I think you be better off heeding SteveBaker's advice. You need to provide a unique service or product that people are willing to pay for rather than climbing on band-wagon that everyone else is climbing on and hope that your wagon is popular enough to earn you a living. Modern capitalist America seem to be foundered up the philosophy of Napoleon Hill, [3] and Dale Carnegie [4]. The Chinese have taken note and moved it to the next level. Any answer you get to your question will be so obvious that you'll will all ready will have competition (unless you're very, very talented). Look towards people that had very mediocre technical skills like henry ford, edison, bill gates, donald trump etc., and look at how they made their money. --Aspro (talk) 15:23, 4 June 2014 (UTC)[reply]

Saving Usenet

Are there any present efforts underway to expand access, participation, and technical quality of Usenet? For example, are there other free interfaces, or interfaces with web interface, besides Google Groups? Wnt (talk) 19:21, 3 June 2014 (UTC)[reply]

See List_of_Usenet_newsreaders and Category:Usenet_clients (I guess categories can't be wikilinked with normal double brackets?). There are lots of other ways to access it outside of Google Groups. Last I checked anything there though, it was mostly a wasteland of spambots, even on relatively obscure threads. Not sure if anyone has the collective will and power to clean it up. Someone the other day suggested to me that Reddit has many similarities to old Usenet, with the main difference that Reddit was immediately born into a Long September. SemanticMantis (talk) 16:23, 4 June 2014 (UTC)[reply]
To link a category with normal double brackets, put a colon inside the brackets, like this: Category:Usenet clients ([[:Category:Usenet clients]]). JIP | Talk 16:32, 4 June 2014 (UTC)[reply]
@SemanticMantis: I understand there is free client software - the main issue is that, although provided free by sites like universities with other services, Usenet is not provided free by many NNTP sites. Wnt (talk) 08:29, 5 June 2014 (UTC)[reply]
On the whole, the internet has trended towards technologies and use-cases that rely on centralized distribution, as opposed to a peer-to-peer traffic pattern. Most internet traffic flows from just a tiny handful of major websites to n different users, with large n, and growing. In the early days of internet technology, this scalability was not practical or cost-effective. Peer-based data transfer made sense: in 1988, your dial-up connection to the BBS at the local college was usually faster than an internet connection to a major server at NASA or IBM or Stanford. If you wanted news from NASA, you'd get it faster by pulling from a local server who had already cloned the latest content. But today, chances are high that you'll get a 50 megabit-per-second sustained downlink data transfer from NASA - or more likely, Netflix or Youtube or iCloud or your favorite mega-website - from any computer in the world. Even weirder - you probably can't/won't get that kind of high-bandwidth, fast and reliable datalink to an anonymous peer at a nearby university - even if it's geographically closer, your "local server" may be farther away on the network topology, or may simply be connected by lower-performing hardware. Commercial internet providers have built networks that encourage this centralized model, concentrating traffic to a few major providers, because it is more profitable.
The economics of this trend have been incredibly thoroughly studied. For example, Braess's paradox expresses why a Pareto optimum is never met for the network, because it doesn't coincide with the Nash equilibrium. Using less techno-jargon, it means that the networks that get built trend towards sub-optimal traffic patterns. A similar paradox was written up by the oft-cantankerous ex-AT&T engineer, David Isenberg, in his paper "The Rise of the Stupid Network[5] and the related paper, "The Paradox of the Best Network." Historically, economists described Jevon's paradox for the general case of resource-consumption and efficiency.
The moral of this story: peer-to-peer network infrastructure and hardware - and peer-to-peer software protocols like bittorrent, or even NNTP and UseNet - are mathematically provably more efficient at flowing traffic between n different nodes. If the goal is to copy the same data to n users, Usenet-style many-to-many data transfer will require dramatically less network-resources than a centralized HTTP-style server that must single-handedly serve all users individually. Now that we use computers to stream large binary files - like videos and music - it's even more true that a many-to-many distribution network would be more efficient at sharing the data. At the same time, economic forces tend to discourage building these sorts of provably more efficient networks. Compound this with concerns about intellectual-property ownership - yet another reason that providers opt for centralization - and throw in the enforcement of digital restrictions management, and it is evident why our internet infrastructure takes its present form.
Nimur (talk) 09:51, 5 June 2014 (UTC)[reply]
Surely you know that high-traffic web sites use content delivery networks to serve users from data centers that are geographically close to them. As far as I can tell, Bittorrent is much less efficient in practice since it ignores geographical proximity when choosing peers, meaning that popular data travels many times over transatlantic cables instead of being cached once on each side. Bittorrent has an advantage only when the uploader doesn't want to pay the bandwidth costs (e.g. Linux distributions) or when content delivery networks would refuse to host the data for legal reasons.
NNTP is inefficient because it's push-based: instead of requesting articles from peers on demand and caching them, you have to take the entire contents of every group you subscribe to and store it locally for as long as possible because once you delete it there's no way to get it back from a peer. I think that most of those article copies expire without ever being read by anyone, so the total Internet traffic might actually be lower if there were a single Usenet server for the whole world. It would certainly be lower if the articles were served from a CDN that could be designed for efficient caching instead of being forced to use NNTP.
I don't think any of the technical articles you linked are relevant to any of this. -- BenRG (talk) 17:44, 5 June 2014 (UTC)[reply]
To be clear though, this isn't a choice between two identical products. I remember people back in the early 90s laughing at someone (I can't remember who) who said that the Internet would be a few hundred channels of cable television. No one respects a prophet when they don't like what he has to say, eh? People never stop coming up with reasons to take things off a centralized server, each flimsier than the last - Wikipedians certainly have reasons to know this. All the things you say are reasons why we shouldn't just accept Usenet going away as some bland technocratic change, but recognize that it is something to be actively opposed. Wnt (talk) 17:46, 5 June 2014 (UTC)[reply]
Ah yes, I seem to have misunderstood your question. But Nimur's explanation makes a lot of sense why there aren't as many free/public NNTP News servers as there used to be. FWIW, we don't have a list of news servers, but the previous article has a link to this site, which has some other info [6]. I'm a little surprised I can't easily find a list of public news servers. I mean, I can easily find active Gopher_(protocol) pages [7]! Actually, since Nimur brought up BBS, I'm reminded a bit of the trouble I had finding my first BBS phone #. Once I had one, I could get many. But since the main repository of BBS numbers was on BBSs, there was a decent bootstrapping problem! SemanticMantis (talk) 14:24, 5 June 2014 (UTC)[reply]
The trouble with open NNTP servers is that they're easily abusable, like open SMTP servers. -- BenRG (talk) 17:44, 5 June 2014 (UTC)[reply]
I'm not necessarily saying open at the protocol level - I mean, does anyone other than Google not charge people for viewing or posting to Usenet? (And don't tell me colleges unless you know one that doesn't charge tuition and let's anyone sign up online) Wnt (talk) 17:48, 5 June 2014 (UTC)[reply]
Maybe one of these services fits your needs [8] [9], [10]? SemanticMantis (talk) 19:19, 5 June 2014 (UTC)[reply]

June 4

Excel help

A B C
1 30 apples oranges
2 30 bananas apples
3 40 peaches lemons
4 50 apples grapefruits
5 60 mangos pears
6 70 plums apples
7 70 apricots apples

I'm looking for a way to count the unique values in column A corresponding to a given value in either column B or column C, using formulas. In the above example, if the value in question is apples (bolded for clarity), the result should be 3, because wherever apples occurs in either column B or column C, it corresponds to three unique column A values, namely "30", "50" and "70" (but not "40" or "60"). Could you help? --Theurgist (talk) 16:33, 4 June 2014 (UTC)[reply]

What you want to do is more like a database command, and I'm not sure if Excel can do those. In SQL, it would be something like:
SELECT UNIQUE MY_TABLE.A
  FROM MY_TABLE
  INTO TEMP_TABLE
 WHERE MY_TABLE.B = "apples"
    OR MY_TABLE.C = "apples";
SELECT COUNT(*)
  FROM TEMP_TABLE;
DROP TABLE TEMP_TABLE;
One option is to export a CSV file then import it into an SQL server. If you can write computer programs, you could also extract the info you need from the CSV file, using a program you write. StuRat (talk) 17:12, 4 June 2014 (UTC)[reply]


If you don't mind adding a few extra "working" columns (which you could hide if necessary), you could do it like this: in D1 enter the formula =IF(OR(B1="apples",C1="apples"),A1,""); in E1 =COUNTIF($D$1:$D$7,D1); in F1 =IF(D1="",0,1/E1); copy all these formulas down, and then the sum of the values in column F is the number you want. In reality you would presumably have more than 7 rows, so extend the range of the formulas accordingly. Also you would probably want to put "apples" in a special cell and refer to that in the formula rather than the literal value. This is probably a little more long-winded than it needs to be and could be compressed, but it does the job. AndrewWTaylor (talk) 21:51, 4 June 2014 (UTC)[reply]

OEM Windows question

As you probably already know, my boss got permission from the company's management to give me a new PC for use for working from home, pre-installed with Windows 8, and I installed Fedora 20 on a second hard disk. The Windows 8 installation is an OEM one, and my boss was worried that adding a second hard drive would break the licence, because it would think it was no longer the same computer. Nothing of the sort happened, and both Windows and Linux work fine. But what will break the licence? Would upgrading its graphics adapter card do such a thing? And if it would, would it start working again if I reverted the change? JIP | Talk 16:39, 4 June 2014 (UTC)[reply]

The exact hardware changes that would trigger an activation or license problem are intentionally not made clear. See Microsoft's FAQ on activation and hardware changes. But, if you have trouble after a hardware change, a call to the Microsoft technical support hotline linked on that page will often be able to re-activate the license. Nimur (talk) 16:49, 4 June 2014 (UTC)[reply]
Your company owns the computer that it has bought for you – not microsoft. --Aspro (talk) 22:32, 4 June 2014 (UTC)[reply]

Win8 Problem.

Why is it that my Win8 PC will not connect to my wifi, when I change the wifi password on the phone I use - I have an android phone with tethering enabled. I had an older password, which I changed on the phone, but now my PC will not connect to it. My android tablet will, however, connect. The problem seems to be with the changed password, as my android tablet asks me for a new password, whereas the PC will not. KägeTorä - () (Chin Wag) 16:58, 4 June 2014 (UTC)[reply]

Trying having your PC "forget" the wi-fi network, then reconnect. Mingmingla (talk) 18:31, 4 June 2014 (UTC)[reply]
Cheers. Genii don't come very often, but you are veritably one. KägeTorä - () (Chin Wag) 19:02, 4 June 2014 (UTC)[reply]

Bitter pit

Bitter pit

I have carried out a major revision to this topic. The edited version is OK but when I press the read button there is a problem with some of the references. There is a rectangle around some of them and I can't remove them as they are not on the edit page. Tibby 261--- — Preceding unsigned comment added by Tibby261 (talkcontribs) 23:24, 4 June 2014 (UTC)[reply]

Greetings and welcome to Wikipedia. We are always looking for new contributors, but getting started sometimes requires a bit of a learning curve, but once you learn the basics of editing, it's not that hard. You have a message on your talk page that contains several useful links to articles on the Wikipedia ways. I suggest that you start by looking at the How to edit a page and Wiki markup articles.
It appears that you performed your editing outside of the Wikipedia page editor and then pasted the results back into the page source. Because Wikipedia uses a variety of special syntax constructs to achieve the desired formatting, pasting the text as you have done has resulted in several formatting problems. A few quick pointers that may help you fix these problems:
  • Don't use leading spaces to indent text. Leading spaces have a special meaning. Let Wikipedia handle the formatting.
  • Use a blank line to separate paragraphs.
  • To create a section header, precede and follow the header text with two "="s, like: "== Control of Bitter Pit ==" (without the quotes).
  • Do not try to manually number your references. Anywhere you need a reference, insert the reference information inline preceded by "<ref>" and followed by by "</ref>" - something like "...known as "Stippen".<ref>Jaeger, G (1869)...</ref>".
  • You will also need to add a single line containing "{{Reflist}}" at the end of the article, preferably preceded by "== References ==" to give the section a header. Wikipedia will automatically number the references, insert superscripts, and replace "{{Reflist}}" with all of the numbered references.
Please give it a try. In my opinion, it's best to learn by doing, but if you need more assistance, a good place to ask is at Wikipedia:Teahouse. Good luck, and again, welcome. -- Tom N talk/contrib 00:56, 5 June 2014 (UTC)[reply]

June 5

Memtest but for graphics cards?

Memtest86+ applies a test to RAM, checking the result. I want to do the same thing with my graphics card. FurMark was the first hit on Google but if I'm not mistaken, it's approach seems to be to stress the card in an attempt to cause a BSOD. Surely it will miss many miscalculations made by the card. Is there no more rigorous method to test graphics cards are performing properly? 78.148.110.113 (talk) 18:13, 5 June 2014 (UTC)[reply]

I would recommend using free benchmark tools and comparing the results to the results obtained by others. Guru3d.com has some links to a few.8.17.117.40 (talk) 19:41, 5 June 2014 (UTC)[reply]