Jump to content

Wikipedia:Reference desk/Computing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Halcatalyst (talk | contribs) at 00:07, 8 December 2017 (โ†’how to delete files on my phone: 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:


November 30

Download manager detection

Wonder how file hosts manage to detect if you're using a download manager like let's say Free Download Manager or IDM, and would either throttle down or outright refuse to download if detected. Is it due to the referrer or user agent used? Or is there something else being checked? Blake Gripling (talk) 00:43, 30 November 2017 (UTC)[reply]

  • Off the top of my head, beyond what you mentioned, rate-limiting sounds like the obvious: you (seen as an IP address that is static within a timeframe of seconds) are probably a bot if you are requesting more than (say) 10 URL per second (excluding the subqueries, e.g. to load https://en.wikipedia.org/ you are redirected to https://en.wikipedia.org/wiki/Main_Page, which itself loads a ton of stuff e.g. CSS pages - all of this is taken care of by the browser, but the website knows which page includes which requests, can check the referers and timing of the requests, etc.). TigraanClick here to contact me 18:37, 30 November 2017 (UTC)[reply]

Windows 10 Not Locking

I am running Windows 10 on a desktop Dell. In the Power and Sleep settings, I have set 10 minutes for When plugged in, turn screen off. (Of course, a desktop is always plugged in.) I have set 45 minutes for When plugged in, PC goes to sleep after 45 minutes. In the past, it was locking when it went to sleep, so that I had to re-enter my password. However, recently, after I accidentally pushed the power button and consequently restarted the machine, it is no longer locking up after 45 minutes or any amount of time. Is there some other option that I need to look at? Robert McClenon (talk) 00:46, 30 November 2017 (UTC)[reply]

  • It could be possibly from an application preventing sleep. There may be some settings that I am not aware of but you could simply press Windows Key and L simultaneously when leaving computer.Trick on (talk) 17:53, 30 November 2017 (UTC)[reply]
User:Trick on - Thank you for your comment. I don't want to lock the computer when I leave it. I want it to lock when it senses that I have been gone for a while. It was doing that until recently. Is anyone aware of a way that I can determine what application is preventing sleep? Robert McClenon (talk) 17:58, 30 November 2017 (UTC)[reply]
I do now have an idea what the problem may be. I switched which of two web browsers I was using for what, and maybe one of them is the problem. Does anyone know of either Firefox or Chrome preventing sleep when a script on a web site is playing around? Robert McClenon (talk) 17:58, 30 November 2017 (UTC)[reply]


December 1

What files to search for lost bitcoin?

A few years ago I had a whole bitcoin on my PC but I've reinstalled Windows since then and if it's still on here (I usually keep all my files separate from my system drive) then I don't know how to find it and I don't remember what wallet prgoram I was using. Is there some way I can search my drives for relevant file(s)? I don't know how they're usually stored. I might have completely lost it but I think it's worth looking since it was a little over a whole coin. ----Seans Potato Business 02:12, 1 December 2017 (UTC)[reply]

The relevant file is usually called "wallet.dat". MChesterMC (talk) 16:14, 1 December 2017 (UTC)[reply]

Tool to check for zip file compress level

I have a zip file and I'm trying to find the compression level setting used during its creation. I'm on Ubuntu 16.04 but I also have access to a Windows machine so any Linux or Windows program that can help would be great (preferably Linux). Mลฉeller (talk) 09:58, 1 December 2017 (UTC)[reply]

zipinfo -v yourfile.zip
Or open the zip file with 7zip, right click on a file and choose "Properties". 91.155.192.188 (talk) 12:42, 1 December 2017 (UTC)[reply]

December 2

Android map apps that work near the poles?

What Android apps, if any, can display maps when the user is closer to the WGS84 North or South poles than the 85.051129ยฐ N/S latitudes where Google Maps cuts off? Do any of them use a map projection that can show the poles on screen (as e.g. a gnomonic projection centered on the screen would do)? NeonMerlin 02:28, 2 December 2017 (UTC)[reply]

@NeonMerlin: Google Earth might be able to do it. I haven't used the Android version, though. Jc86035 (talk) 14:18, 3 December 2017 (UTC)[reply]

Influence of MINIX on Linux?

Authoring Linux was a monumental accomplishment by Linus Torvalds. However, it seems that the history surrounding the development of the Linux kernel version 0.01 is mostly legend.

Did Linus have much formal training? Did he study earlier kernels (MINIX)? Who were the influences that led to Torvalds' Linux kernel (or was it all Linus)? โ€” Preceding unsigned comment added by 72.221.67.126 (talk) 03:11, 2 December 2017 (UTC)[reply]

Have you seen our Linus Torvalds article? The "Youth" paragraph says
Torvalds attended the University of Helsinki between 1988 and 1996,[11] graduating with a master's degree in computer science from the NODES research group.[12] His academic career was interrupted after his first year of study when he joined the Finnish Army Uusimaa brigade, in the summer of 1989, selecting the 11-month officer training program to fulfill the mandatory military service of Finland. In the army he held the rank of Second Lieutenant, with the role of a ballistic calculation officer.[13] Torvalds bought computer science professor Andrew Tanenbaum's book Operating Systems: Design and Implementation, in which Tanenbaum describes MINIX, an educational stripped-down version of Unix. In 1990, he resumed his university studies, and was exposed to UNIX for the first time, in the form of a DEC MicroVAX running ULTRIX.[14] His M.Sc. thesis was titled Linux: A Portable Operating System.[15]
Rojomoke (talk) 07:44, 2 December 2017 (UTC)[reply]
See Tanenbaumโ€“Torvalds debate. Linux and Minix are structurally very different Linux. Calling Minix a "stripped-down version of Unix" entirely misses the point (and it's wrong); Linux, like original Unix (and its descendents, including ULTRIX, SunOS, Solaris, and the BSDs), is (effectively) a monolithic kernel; Minux (like Mach) is a microkernel. Tanenbaum's book was clearly influential; Tanenbaum's OS clearly wasn't. -- Finlay McWalterยทยทโ€“ยทTalk 14:49, 2 December 2017 (UTC)[reply]
Well, OS-X/macOS, probably the most widely used certified UNIX, and the spiritual UNIX most widely used on desk- and laptops, uses a microkernel architecture under a BSD "personality" layer. --Stephan Schulz (talk) 15:12, 2 December 2017 (UTC)[reply]

What To Do If i Want To Play Homescapes Android Game On My Mac PC?

hey guys i am lover of mobile games. Problem is that i want to play homescapes game on my office PC? because they doesn't allow mobile phone on office i tried so many sites but nothing works for me. in last i tried GamingRun site i don't know who is the author of this site. but this site provide solution of Homescapes Hack on Windows. Please help guys :( โ€” Preceding unsigned comment added by 2405:205:3090:9D68:E18A:E587:F444:56E6 (talk) 08:26, 2 December 2017 (UTC)[reply]

Try BlueStacks. -- Finlay McWalterยทยทโ€“ยทTalk 14:36, 2 December 2017 (UTC)[reply]

Blockchain

People talk about blockchain and specifically distributed ledgers as being beneficial in so far as that they keep a record of every transaction conducted. It strikes me that wikis do this already, in so far as they keep a record of every edit made at least. I know that wikis are not perfectly comparable to blockchain given that in some cases I believe edit histories may be retrospectively purged, and I am not sure of the extent to which wikis operate on a decentralised basis, but it strikes me that there may be some similarities or overlaps within the technologies. Am I totally wrong in thinking this? Freeknowledger (talk) 21:52, 2 December 2017 (UTC)[reply]

You miss one important part: A blockchain is a public record that ensures a permanent unalterable record between untrusted parties. A wiki uses a central database (possibly replicated and distributed) under control of only one entity. Whoever controls that database can change the history. We all (well, maybe most ;-) implicitly trust the Wikimedia Foundation to not do malicious changes - but would you trust a random anonymous public/private key pair with your life savings? In Proof-of-work system (like Bitcoin), you need over 50% of the computing power in the network to reliably change the history. In a Proof-of-stake system, you need 50% of the "stake", which is a less well defined concept, but also will be unlikely to be controlled by one party in a large-scale system. --Stephan Schulz (talk) 22:54, 2 December 2017 (UTC)[reply]

December 3

RGBA hex interpretation

Why is the RGB colour #00000080 interpreted as black at exactly 0.5 opacity (at least by Firefox)? #โ€ฆ7f is treated as 0.498 โ‰ˆ 127โ„255 and #โ€ฆ81 as 0.506 โ‰ˆ 129โ„255, for what it's worth. Jc86035 (talk) (notify me) 14:01, 3 December 2017 (UTC)[reply]

The answer is "it shouldn't be" - 0x80 should be 0.502 (128โ„255). This is the official W3C specification, linked from this page on the Mozilla site, and neither say anything about a special case for 0x80. See also RGBA color space. Perhaps a bug report to the Firefox developers is in order? Tevildo (talk) 20:18, 3 December 2017 (UTC)[reply]
It's very likely that the implementation of Alpha compositing uses hardware-accelerated, low-bit-depth (e.g. 8 or 16 bits) math for intermediate results, which could yield all types of varieties of rounding or loss of precision. Here's some more on layer compositing in Gecko, the engine used by Mozilla Firefox. Casually glancing at that system schematic diagram, I see about six zillion places where a minor math or rounding error might cause a small but non-zero error in the final pixel value.
If I had a dollar for every time I've seen a professional image-software programmer make a single-bit- numerical error in a compositing- or color space conversion- operation that resulted in a user-visible effect, ...I'd have a lot of dollars. Attention, all programmers: today's a good day to review the mathematics in error analysis and error propagation!
As Tevildo suggests, a bug-report is in order: it won't be the first - accelerating the graphical operations in Gecko creates havoc ranging from minor glitches to catastrophic layout problems to total machine-failures - and those are just my cursory samplings of the bugs reported this week!
Nimur (talk) 02:50, 4 December 2017 (UTC)[reply]

Another level of 3D experience

(I posted this question at the Entertainment RD, but I'll continue it here.)

Looking for a digital 3D CGI animation video format where I can hover the animating object over (similar to ZygoteBody, but I can freely move to any angle including top and bottom). It will be great if it does not rely on Adobe Flash. JSH-alive/talk/cont/mail 16:31, 3 December 2017 (UTC)[reply]

Preview / Mac OS provides this function with some file formats (eg .dae / Collada). The WP article lists a few more. --Cookatoo.ergo.ZooM (talk) 16:47, 4 December 2017 (UTC)[reply]

Can anyone recommend me a Windows equivalent or web browser-based ones? And it should have a time bar, so I'm able to skip forward or go back. JSH-alive/talk/cont/mail 17:10, 6 December 2017 (UTC)[reply]

December 4

Word Labels Question - Specifying Vendor

I am running Word 2016 on a Window 10 desktop machine. Word has the feature to create labels and to specify the vendor and style of labels. The default vendor is Microsoft. Can I set the default vendor to be Avery US and the default labels to be 5162 (or 8162, which are the same size)? Is there an option that I can set in Word so that I don't have to set it every time I build and print labels? Robert McClenon (talk) 00:23, 4 December 2017 (UTC)[reply]

Are you referring to the Labels option under the Mailings tab? Or the Labels option under Mail Merge under the Mailings tab? If so, Peter Jamieson's suggestion in this discussion [1] seems to work for me. BTW that discussion is linked in the top answer in this discussion [2] and the second discussion is the first Google search result for 'default label vendor word'. Nil Einne (talk) 11:58, 4 December 2017 (UTC)[reply]
Yes, the question that I am asking is the question that is being asked on the other web sites. No, I don't see that it provides me with a "sticky" option, maybe because I don't see a Tools tab in the first place. Robert McClenon (talk) 22:23, 5 December 2017 (UTC)[reply]
Am I missing something? Can someone help me? Robert McClenon (talk) 22:23, 5 December 2017 (UTC)[reply]

nVidia Quadro 2000 graphics card

I have an nVidia Quadro 2000 graphics card I took out of an HP desktop computer whose motherboard died. I think the card itself is still working, though.

When I googled for "nVidia Quadro 2000" I found two different designs:

My card is of design 2. What is the difference between these?

I intend to sell the card because I bought a new computer with a better nVidia Quadro graphics card (a Quadro K4000). Does anyone have any idea of a current market price for a used nVidia Quadro 2000 graphics card? JIP | Talk 17:22, 4 December 2017 (UTC)[reply]

eBay and similar sites tend to be the best place to get an idea of the value of a lot of common second hand components. Particularly computer components. A quick look suggests the Quadro 2000 appears to be worth about US$40-50 in the US. You may be able to get a little more if you're lucky. I suspect it may be worth a little more in Finland, but I don't know how big the market is there. Nil Einne (talk) 16:09, 5 December 2017 (UTC)[reply]
They are useless, since they are so old, they only have 1 GB of Ram. Even the lowest common entry level consumer graphic cards come with 2, more common even 4 GB of Ram today. The on-chip graphic cores on Intel or AMD CPU's are more capable in 3D-Rendering. Besides that such old hardware often cause strange issues that can not be tracked but can make systems unstable and can drive users nuts when they try to find the "bugs" in their system. --Kharon (talk) 23:18, 5 December 2017 (UTC)[reply]
Cant see the chip under the heat sink. I see different designed buck converters on the cards. See if a direct connection to the power supply is required. See first if Your computers GPU, today inside the CPU chip performs better or equal to those cards. The Quadro chip is very similar to another NVIDIA chip. One of it has some deactivated features. This can be seen as the former Celeron compared to its same generation Pentium or even Duron to Athlon. If those Quadro cards are recapped hardware, know if the electrolytic capacitors are useful and new to prevent performance issues and an unstable performing computer. If these are polymer caps the are made for 10 to 15 Years when used inside the manufacturers designed operation range. Worry on incomplete placed electrolytic capacitors. Maybe better components are used or the lifetime is reduced, means on used parts, the lifetime may be short from expiring. This is up on the card manufacturer, not on the chip manufacturer. --Hans Haase (ๆœ‰้—ฎ้ข˜ๅ—) 15:24, 7 December 2017 (UTC)[reply]

December 5

GoogleBot and such.

I had a domain name submitted to Google.

Then, I created an add-on domain. It does not link to any page, nor does any page link to it. Within days GoogleBot comes and finds it and such. How did GoogleBot and such find it?

Is it possible to look up a domain, and find out all the add-on domains? And vice versa? (By add-on domain, I do not mean subdomain, as in subdomain.domain.com). And if I want Google to stop logging it, I can just upload a blank robots.txt, or do I have to put something in it? Thanks. 12.239.13.143 (talk) 20:16, 5 December 2017 (UTC).[reply]

I think "Add-on domain" is just marketing jargon. It usually refers to a special deal where you can host more than one domain without buying a separate hosting package.
You're really asking if google is aware of newly registered domains.
Answer : Yes. Registering domains is public. You can actually get up-to-date lists of all registered domains.
Here is a site that tracks recently registered domains.
Here is a site that will sell you a giant list of all domains.
ApLundell (talk) 23:12, 5 December 2017 (UTC)[reply]
Okay, thanks. This must not have been the case 10 years ago? I wanna say 10 years ago, I manually submitted my domain site to Google to log it, Google even asked you to add in a tag on the page to prove it was yours. All this is changed now huh? 12.130.157.65 (talk) 14:08, 6 December 2017 (UTC).[reply]

Vector field visualization apps: free, configurable, pretty?

Hi, I'm looking for apps that do vector field visualization, ideally like this:

  1. Must have animations, more options the better
  2. Available as multi-platform and runs in browser
  3. Alternately available as free and open source download for Mac or Linux
  4. Should enable basic manipulations of what functions determine the field (ideally free entry, not a list)
  5. Should enable at basic visualization manupulations (e.g. number of particles/lines, speed, color mapping, type of information shown, etc.)

Something like this [3] or this [4] are along the lines of what I'm looking for, but I'm hoping to get suggestions that are better, or perhaps one piece of software that has all this. Thanks, SemanticMantis (talk) 23:16, 5 December 2017 (UTC)[reply]

Some more items to look at: vPython, commonly used for physics education, can plot fields (example and other tools); GNU Octave can plot 2D fields with almost no effort. Both are free software. Historically, I've hooked those up to web servers (using very old-fashioned, extremely reliable and high-performance cgi interfaces); but I bet you can find new stuff nowadays that sits inside of some slow and crufty web content management package manager...
You can also directly draw lines using WebGL, but as this tutorial points out - drawing lines is hard! Nonetheless, if you can learn to draw lines, you can plot arbitrary mathematical functions using a fairly modern, fairly-high-performance, cross-platform, web-enabled technology...
Nimur (talk) 19:56, 7 December 2017 (UTC)[reply]

December 6

PowerPoint animation on click

I want a PowerPoint animation that is

  1. triggered on a click,
  2. appears inline (like a bullet point),
  3. randomly displays a name from a list.

I am aware that this likely requires VBA. But I have no experience of VBA, and have found nothing on the web for a macro that will work. It seems like such a simple task, so how would I achieve it?--Leon (talk) 13:02, 6 December 2017 (UTC)[reply]

December 7

Streaming video display ratio

On many streaming websites, many videos with wrong aspect or display ratios exist (e. g., video is 16:9 but displayed as 4:3). Is there such a thing as a Firefox (57.0.1, 64-Bit on Windows 10 Home) plug-in or add-on where I can change any streaming video's display on any page with one click, a lot like I can in VLC? The only such exact plug-in I could find could only do it for YouTube, and the other two I found only could tell my OS that my *MONITOR* would be 21:9 rather than 16:9. --2003:71:4E07:BB77:903C:110A:4DF3:BC7A (talk) 23:34, 7 December 2017 (UTC)[reply]

how to delete files on my phone

It's a Samsung Galaxy S6. Today I received a message that I'm running out of space and that some apps might not run as a result. The message said 19 GB of my space was occupied by Pictures, and I decided to delete them all.

In the Samsung folder I found My Files, which showed six categories, including images. When I clicked that, I saw all the images but no way to delete them. There were options to edit, share, sort by, and settings.) When I clicked on one of the pictures, I got the message, "Unable to open Gallery. There is not enough storage space to open Gallery. Go to My Files, then delete some files."

I would love to. Can you help? Thanks, --Halcatalyst (talk) 00:07, 8 December 2017 (UTC)[reply]