Jump to content

Wikipedia:Reference desk/Computing

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 217.194.34.103 (talk) at 13:33, 27 October 2010 (audioboard: 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 22

tsql what is for keyword go?

if it's followed by a number >1 it's useful but otherwise.. t.i.a.--217.194.34.103 (talk) 09:28, 22 October 2010 (UTC)[reply]

http://social.msdn.microsoft.com/forums/en-US/transactsql/thread/b9813ad0-6053-4723-8516-87cf27ebcf35 --Sean 17:28, 22 October 2010 (UTC)[reply]

List of software licenses used in a particular Ubuntu/Debian installation

Hi, I'm aware that the package vrms will list all non-free/contrib software, but I'm looking for a tool to list all licenses of installed packages by name, including the free ones. After all, just because they're free, doesn't mean they all share the same distribution terms (think Public Domain vs. BSD vs. GPL2-only vs. GPL3, for example). Is there a way to compile such a list, other than by doing it manually? -- 78.43.71.155 (talk) 14:13, 22 October 2010 (UTC)[reply]

I don't think that info is captured in a well-formed way either in the .deb package format (it would be in the control file, but I don't see anything there) or in the standard file layout that's deterministically parseable. It's a standard feature of Debian packages that they create a file called /usr/share/doc/packagename/copyright, but that's human readable (to the extent that lawyers can be considered human), not a readily machine readable format. And I'm not sure that every package has such a copyright file, and that they always put it where they should (the Debian guys are pretty thorough, but are non-free packagers so careful?). Beyond that, you can list all the installed packages with dpkg-query -l and for a given package list its constituent files with dpkg-query -L packagename, so (if you really needed this info) you could use this to examine every file in a given package, and then you're reduced to grepping the files for things that resemble copyright messages. -- Finlay McWalterTalk 14:40, 22 October 2010 (UTC)[reply]
Clarification: I know the licenses of those few non-free packages I have installed, in fact, I even have one system where vrms detects no non-free/contrib software. It's only the different free ones that are troubling me.
Sadly, comparing the output of dpkg --get-selections|wc -l (332 lines) and of find /usr/share/doc -iname "*copyright*"| wc -l (320 lines) shows that even the Debian guys didn't include a copyright notice with every package. :-( -- 78.43.71.155 (talk) 14:50, 22 October 2010 (UTC)[reply]
(edit conflict)On further inspection, quite a few don't have a copyright file:
  • If I run dpkg-query -l | wc -l that reports 2934 (really 2934 minus a few lines for lines of header)
dpkg --get-selections doesn't produce a header ;-) -- 78.43.71.155 (talk) 15:19, 22 October 2010 (UTC)[reply]
  • If I run ls -R /usr/share/doc | grep -i copyright | wc -l that reports 2466 (they're almost all copyright, but there's a few oddbods with other copyrighty names, so I've included them)
So that would suggest about 16% of packages don't have a /usr/share/doc/packagename/copyright file. -- Finlay McWalterTalk 14:51, 22 October 2010 (UTC)[reply]
Further research shows that every package in the mainline Debian distribution is required to have a file named copyright in /usr/share/doc/packagename. The reason that they don't all show up during find /usr/share/doc -iname "*copyright*" is that some are actually symlinks - that is allowed for packages that use one of the more common licenses like BSD, GPLv2, GPLv3, etc., wich are stored in a common directory, and for packages that share the same copyright info with their required base-package. So basically one has to look at every file that the above-quoted find command spits out, but the result will be pretty much free of duplicates, thanks to find skipping over symlinks. -- 78.43.71.155 (talk) 15:47, 26 October 2010 (UTC)[reply]

Is a Storage Area Network head a Server?

Hello.

   I want to know what exactly a Storage Area Network is - I am aware that a SAN contains HDDs which hold volumes which are attached to servers via logical unit numbers. My question is rather whether a SAN head is considered a server. And I refer only to the SAN head, not the DAS arrays connected to the SAN head, and I am also not referring to SAN switches or storage routers.

   Best regards to everyone. Vickreman.Chettiar 14:33, 22 October 2010 (UTC)[reply]

A SAN device speaks a SAN protocol like FC or iSCSI and in essence pretends to be a big disk drive, so it should be considered a "storage device" and nothing else. I can't definitively say that some daft person won't consider all expensive enterprise electronic boxes to be "servers", but they shouldn't, and manufacturers to make both (like IBM, Sun/Oracle, and HP) don't. -- Finlay McWalterTalk 15:10, 22 October 2010 (UTC)[reply]
Just to clarify - since a NAS head, which serves files, is considered a file server; could a SAN head, which serves volumes (i.e. LUNs), be called a volume server? And as an aside, though it's just a matter of semantics, what is with the Area in Storage Area Network? Wouldn't it suffice to call it a storage network? I don't really understand the Area part... Vickreman.Chettiar 20:31, 22 October 2010 (UTC)[reply]
Is "SAN head" really a term in any use? If by that you mean a SAN device that aggregates a number of other SAN devices and presents them to a user on a single connection (something like a Brocade Fibre-Channel Switch), then I don't agree that it necessarily serves "volumes"; SAN is a block-level thing, so it serves blocks. Those blocks might just be direct-mapped from volumes in the downstream SAN devices, but such a device can remap and aggregate blocks (and devices, and connections) in more complicated ways. I think the A is there for symmetry with LAN, and to make it a word (rather than calling it an "SN"). -- Finlay McWalterTalk 20:43, 22 October 2010 (UTC)[reply]
For the record, the term SAN head is used by Hewlett-Packard. See the sixth paragraph of this Channel Register article by Ashlee Vance which quotes a HP Security Architect, which is what led me to begin with to figure a SAN head is considered a server, but I thought I'd check with the reference desk because I was unable to find any mention of SAN heads being classified as servers in the Wikipedia article on SANs. Vickreman.Chettiar 02:15, 23 October 2010 (UTC)[reply]

Is "ARC relationship" an Oracle term or generally accepted computer term?

Is "ARC relationship" an Oracle term or generally accepted computer science term? If it is Oracle only what is the standard name of this relationship. (If it is a general purpose term we should have an article on it!) -- Q Chris (talk) 15:00, 22 October 2010 (UTC)[reply]

Wipe out a USB stick

I've got a USB stick with some promotional material on it that resists deletion. It is within a partition disguised as virtual CD-ROM, which is read-only. The permissions cannot be changed. I also tried to remove it with a 3U removal tool and also deleting the whole thing with "sudo dd if=/dev/zero of=/dev/scd0". Everything without success. Does anyone have an idea of what can I do? Is there something which would reset the USB stick completely? (mtab output: /dev/scd0 /media/NEW iso9660 ro,nosuid,nodev,uhelper=hal,uid=1000,utf8 0 0 /dev/sdb1 /media/disk-1 vfat rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush 0 0)

Have you tried bringing it over to a Windows or Mac machine that doesn't understand the partition table, and have it format the device as a FAT32 or NTFS or ext3 (or whatever) volume? Comet Tuttle (talk) 15:41, 22 October 2010 (UTC)[reply]
The problem persists in a Windows machine, Windows also consider this thing to be a legit CD-ROM, which cannot be formatted... Mr.K. (talk) 15:47, 22 October 2010 (UTC)[reply]
What happens when you use disk partitioning software to delete the partition? Comet Tuttle (talk) 15:54, 22 October 2010 (UTC)[reply]
GParted does not see the partition that is a virtual CD-ROM. It sees only the other free partition.--Mr.K. (talk) 15:56, 22 October 2010 (UTC)[reply]
That's sort of awesome. My next step would be to use disk partitioning software on a foreign machine (meaning Windows or Mac) to try to delete the partition. Or use some sort of embedded device, like a USB-stick-accepting camcorder, to try formatting the stick. Comet Tuttle (talk) 16:05, 22 October 2010 (UTC)[reply]
Well, actually it was their intention to be awesome difficult to remove. Mr.K. (talk) 16:36, 22 October 2010 (UTC)[reply]
That won't help. The controller on a U3 device manufactures a virtual CD-ROM volume (and a virtual usb hub) from flash blocks on its device that it does not normally export as part of the normal usb-mass-storage device that it also presents. The protocol for manipulating this (to reserve some blocks and present them as a virtual CD, and to undo that) is proprietary and trade-secret; I'd imagine it consists of some vendor-specific commands sent to the virtual device hub. The U3#Removal section discusses a Windows program that the U3 people implemented which does the "remove" operation (I guess you had to pay them $$s to get the "create" software). -- Finlay McWalterTalk 16:42, 22 October 2010 (UTC)[reply]
(I never knew about this — thanks.) Comet Tuttle (talk) 17:10, 22 October 2010 (UTC)[reply]
I'm aware this is not the answer you are looking for, but: USB sticks are cheap. Send it back to whoever placed the advertisement junk on it, with a cover letter saying that you'd rather give it back than being forced to watch their promotional junk in order to use it, and that any promotional efffect they were hoping for was negative. If enough people do this, maybe they'll think a bit about their next ad campaign. -- Ferkelparade π 16:03, 22 October 2010 (UTC)[reply]
It's not "promotional junk" but rather a common "feature" on a lot of flash drives. Shadowjams (talk) 09:21, 23 October 2010 (UTC)[reply]

That U3 thing is stored somewhere else on those keydrives, it's not stored on the accessible flash ram using fdisk. There's a provided tool by those manufacturers that will permanently remove it from the drive. I don't know if there's an open source version of the same thing, and I'm curious about where it's actually stored... but look at this link [1]. Shadowjams (talk) 09:21, 23 October 2010 (UTC)[reply]

There is an open source version, see the Weblinks section of U3, which had already been mentioned above as U3#Removal. (RTFA ;-)) -- 78.43.71.155 (talk) 10:09, 23 October 2010 (UTC)[reply]
It isn't open source if you have to '$dollar signs' for it (RTFA ;-)). Shadowjams (talk) 10:17, 23 October 2010 (UTC)[reply]
Are we referring to the same thing? I presume 78 is referring to [2] which while I don't know whether it will do what you need (or whether it works at all), is called open source by the article and is hosted on SourceForge who require things hosted there be open source. I don't quite understand your "$dollar signs" bit, but there's nothing stopping open source software from people charging for open source software under most definitions, for example the well known GPL doesn't stop it. However open source does usually at a minimum require the source code be available to anyone who owns the software and requests it, and without any additional payment except to cover the cost of distributing the source code. And people who use the software and obtain the source code are allowed to redistribute both for anyone to use without requiring permission or anyone requiring payment. So charging solely for those usually doesn't work very well (but offering additional services may) since other people may just redistribute it and your market may only ever be the first person to buy. Nil Einne (talk) 14:02, 23 October 2010 (UTC)[reply]
I prefer to be addressed by my last octet, you insensitive clod! - Just KIDDING :-D
You, as opposed to Shadowjams, did indeed understand what I was saying. Thanks for jumping in. :-) -- 78.43.71.155 (talk) 14:35, 23 October 2010 (UTC)[reply]

Can I change the font of a .pdf file?

Some authors have a really poor taste for fonts...--Mr.K. (talk) 15:43, 22 October 2010 (UTC)[reply]

What software do you have? Adobe Acrobat Professional can do lots of modifications (although whether it can change fonts I don't know) that other programs can't. Nyttend (talk) 20:08, 22 October 2010 (UTC)[reply]
I'm pretty sure this is impossible in general, and would require grody hacking in the few special cases where it might be theoretically possible. Even if you could change the font, the spacing parameters would not change, so the result would probably look pretty bad. Looie496 (talk) 20:25, 22 October 2010 (UTC)[reply]
Adobe Acrobat Professional can change the font of text. You first select the text using the text touch-up tool. Then, you right-click on it and select "Properties." A dialog will appear with a font drop-down list.--Best Dog Ever (talk) 23:56, 22 October 2010 (UTC)[reply]

ubuntu help

i have ubuntu 10.10 .it takes an extremely long time for me to shut down the system or to log out ..why might this happen? —Preceding unsigned comment added by Metallicmania (talkcontribs) 17:09, 22 October 2010 (UTC)[reply]

Probably because some program or daemon is taking a long time to shut down. I'm not sure this will work, but try hitting the Esc key during the shutdown. If I remember correctly, this will kick you into text mode, and you should be able to see a line saying what the OS is doing at that time. (I'm sure somebody will correct me if I have this wrong.) Looie496 (talk) 18:11, 22 October 2010 (UTC)[reply]

im quite new with linux so i do dont think ill be able to figure out that stuff —Preceding unsigned comment added by Metallicmania (talkcontribs) 18:17, 22 October 2010 (UTC)[reply]

Basically what I'm suggesting is that you hit Esc while the computer is slowly shutting down, look at the bottom line of text which tells you what the computer is doing, and tell us what it says. Without that information it's pretty much impossible to guess what the problem might be. Looie496 (talk) 20:23, 22 October 2010 (UTC)[reply]

i think ive managed to resolve that but heres another query. i had vista on my lappie and there was a 100 gb c drive and a 2 gb d drive . i used the d drive for backing up stuff. when i changed to ubuntu the d drive is missing. the 100 GB in C drive is anailable as root but no idea where is the other location.is there any way i can find out where that 2 GB is ?Metallicmania (talk) 16:55, 23 October 2010 (UTC)[reply]

Installing Ubuntu required you to repartition the drive. If you don't see that old partition, it probably means you installed in a way that overwrote all the existing partitions. It's possible to leave old partitions intact when installing, but that requires doing a custom install, and I'm guessing you didn't. Looie496 (talk) 18:44, 23 October 2010 (UTC)[reply]
The output of sudo fdisk -l (that's a lower-case L after the dash) might be helpful to us if we're to assist you with this issue. This is a command that you will have to type into a terminal window, and it will prompt you for your password. -- 78.43.71.155 (talk) 22:15, 23 October 2010 (UTC)[reply]
well this is the output i got 

Disk /dev/sda: 120.0 GB, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000e3713

  Device Boot      Start         End      Blocks   Id  System

/dev/sda1 * 1 14224 114251776 83 Linux /dev/sda2 14224 14594 2966529 5 Extended /dev/sda5 14224 14594 2966528 82 Linux swap / Solaris

Disk /dev/dm-0: 3037 MB, 3037724672 bytes 255 heads, 63 sectors/track, 369 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x80174800

Disk /dev/dm-0 doesn't contain a valid partition table

Metallicmania (talk) 11:21, 24 October 2010 (UTC)[reply]

Okay, I'm not sure if I would be allowed to re-format what you posted (this being the reason), so I'll just quote this with proper formatting:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000e3713
  Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       14224   114251776   83  Linux
/dev/sda2           14224       14594     2966529    5  Extended
/dev/sda5           14224       14594     2966528   82  Linux swap / Solaris
Disk /dev/dm-0: 3037 MB, 3037724672 bytes
255 heads, 63 sectors/track, 369 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x80174800
Disk /dev/dm-0 doesn't contain a valid partition table
Judging from this info, I'd say you re-partitioned your hard drive into one single, large partition usable for programs and data (/dev/sda1), and a smaller one (/dev/sda5 within the extended partition /dev/sda2, note the identical start and end cylinder numbers) for swapping.
I'm not sure, though, what /dev/dm-0 is supposed to be for, this could be some sort of onboard RAID controller providing a RAID1 or RAID0 with a capacity of roughly 3 Gigabytes. That seems pretty small for a RAID, though.
The output of sudo mount might be helpful for us telling you what it is used for. -- 78.43.71.155 (talk) 18:58, 24 October 2010 (UTC)[reply]

sorry bout the nonformatted output .this is the output of sudo mount

 /dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)
  proc on /proc type proc (rw,noexec,nosuid,nodev)
 none on /sys type sysfs (rw,noexec,nosuid,nodev)
 fusectl on /sys/fs/fuse/connections type fusectl (rw)
 none on /sys/kernel/debug type debugfs (rw)
 none on /sys/kernel/security type securityfs (rw)
 none on /dev type devtmpfs (rw,mode=0755)
 none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
 none on /dev/shm type tmpfs (rw,nosuid,nodev)
 none on /var/run type tmpfs (rw,nosuid,mode=0755)
 none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
 binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
 /home/raider/.Private on /home/raider type ecryptfs         (ecryptfs_sig=89229615e50cdc0e,ecryptfs_fnek_sig=5253ffe114df5b03,ecryptfs_cipher=aes,ecryptfs_key_bytes=16)
 gvfs-fuse-daemon on /home/raider/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=raider)

regardsMetallicmania (talk) 03:43, 25 October 2010 (UTC)[reply]

I don't see /dev/dm-0 in there, so it isn't mounted. What I can see is that your home directory is on an encrypted file system. I'm not sure if /dev/dm-0 has anything to do with that, and haven't used dm-style RAIDs, only md-style RAIDs, so I can't help you any further here. Maybe another Wikipedian knows if it's safe to attempt a mount of /dev/dm-0 to see if anything of the data you are looking for is stored there, or if it will interfere with your encrypted home directory. /dev/dm-0 is the most likely place where your data may be stored, if it is still stored somewhere at all. Judging from what I've seen so far, I'd expect your data to be gone, though - overwritten when you chose to perform a full-disk install of Linux. Sorry, I wish I had happier news for you. -- 78.43.71.155 (talk) 15:38, 26 October 2010 (UTC)[reply]

actually i really didnt mind loosing the data. but what about the disk space?is it lost? thanx a lot for your time and patienceMetallicmania (talk) 16:55, 26 October 2010 (UTC)[reply]

Quoted from your fdisk -l output, emphasis mine:
255 heads, 63 sectors/track, 14593 cylinders
[...]
/dev/sda1   *           1       14224   114251776   83  Linux
[...]
/dev/sda5           14224       14594     2966528   82  Linux swap / Solaris
So all of your disk space is put to good use, the large part (cylinders 1-14224) for storage, the smaller part (cylinders 14224-14594) for Swap space. -- 78.43.71.155 (talk) 22:59, 26 October 2010 (UTC)[reply]

Click here

Many pages on the Ohio Historical Society website, such as its profile of the Kirtland Temple, have a little note at the top: "Click here for a new search". Having read our click here article, I'm confused — in specific cases like this, why is "click here" a bad idea? For example, people printing offline won't be able to use a search page, no matter how well it's described. Nyttend (talk) 20:05, 22 October 2010 (UTC)[reply]

The "accessibility" section of click here says "Screen readers, used by the visually impaired, can read out only the hyperlinks on the page as a quick method of navigation." The other links on that page (those in the menu down at the bottom) read sensibly when presented like this ("calendar", "places", "about", etc.), but this link will just read "here", with no context. If the link text was "new search" then it would be fine. -- Finlay McWalterTalk 20:15, 22 October 2010 (UTC)[reply]
I saw that part, but I don't understand — what else would be expected to be read? The URL of the link target? Nyttend (talk) 22:01, 22 October 2010 (UTC)[reply]
I don't understand what you don't understand :) As I said, if the text inside the A tag was "new search", that would make sense, but "here" doesn't. You may have to ask a more detailed question if you need me to explain further. -- Finlay McWalterTalk 22:11, 22 October 2010 (UTC)[reply]
And while not as bad as the accessibility problem, if you printed that page (say to hand out to people on your historical society's trip to that building) it does look kinda daft having "click here" on a bit of paper. We're so used to seeing stuff like this because so many web authors take no care at all over what a printout of their site should look like (so it ends up as a screendump, full of useless navigation cruft that makes no sense on paper). Smart websites (of which Wikipedia is a good example) take the effort to strip screen-only content from the print (mostly using some deft CSS) so that the printout makes for a sensible free-standing paper document. -- Finlay McWalterTalk 20:19, 22 October 2010 (UTC)[reply]
I usually just highlight the content on a webpage which I want printed, click File and select Print Preview, then select the As selected on screen option, and hit Print. Sometimes I have to adjust the page size as well before hiiting Print, so that the edges of the webpage don't get cut off. At times the page margins also need to be adjusted (in Page Setup). Rocketshiporion 20:45, 22 October 2010 (UTC)[reply]

For example, if you consider HTML like this:

  If you are interested in our news letter click <a href="newsletter.html">here</a> <br />
  If you want to read about our DIY brain transplant kit <a href="braintransplant.html">click here now</a> <br />
  If you have performed a brain transplant on yourself and wish to leave feedback, ask your carer to <a href="im_suing.html">click this link</a>

That would (on a reader that extracted the link texts for quick navigation) yield something logically like:

  • [here]
  • [click here now]
  • [click this link]
  • [speak the page text]

Whereas:

  Find out about our <a href="newsletter.html">newsletter</a> <br />
  Information about <a href="braintransplant.html">our DIY brain transplant kits</a> <br />
  Leave <a href="im_suing.html">feedback about your brain transplant</a>

would yield

  • [newsletter]
  • [our DIY brain transplant kits]
  • [feedback about your brain transplant]
  • [speak the page text]

With a system like this, there is really no way for a user to know what a link [here] would do, short of reading through the entire text (which on a spoken interface is very tiresome). -- Finlay McWalterTalk 22:36, 22 October 2010 (UTC)[reply]

Note that a reader might also use the title attribute on the A tag, although those are so rarely used it's probably not worth the bother. -- Finlay McWalterTalk 22:43, 22 October 2010 (UTC)[reply]


October 23

HDD over IP

Hello! I'm looking for some open software that I can install on a Linux (Debian) computer as a server and on Windows computers as clients and be able to easily write and retrieve files over an encrypted connection. Maybe something that lets me type in the IP address to the server with my Linux username and password and virtually mounts the server's hard drive to the client for easy navigation in a Windows file chooser. Thanks! Sorry if this question comes up a lot and I haven't found it in the archives--el Aprel (facta-facienda) 05:41, 23 October 2010 (UTC)[reply]

Samba (software) is the usual way to share disks and printers from Unix-like systems to Windows. But do you want the data to be encrypted on the network? A quick googling for CIFS encrypted suggests the standard Windows file sharing protocol doesn't have encryption. You could use an encrypted VPN link and do the sharing over it; that is not an entirely trivial thing to set up though. 88.112.56.9 (talk) 09:31, 23 October 2010 (UTC)[reply]
Try this and see if it helps. Might be easier than a full-scale VPN. -- 78.43.71.155 (talk) 10:03, 23 October 2010 (UTC)[reply]
Thank you for your responses. I do have access to a VPN, so if encryption isn't handled by the software, that's okay. I forgot to make clear that I want to transmit files over the Internet, not a LAN. I had a look at Samba, and it looks good, but I can't tell from the documentation I've read if it works over the Internet. Does it?--el Aprel (facta-facienda) 20:24, 23 October 2010 (UTC)[reply]
It does, but you don't want to use it over the Internet; only the encrypted VPN tunnel should go over the Internet. As far as Samba and SMB are concerned, all of your machines will be on the same LAN (that happens to be virtual).
Another possibility is Dokan's sshfs, but I'm not sure it's ready for prime time. If you just want to copy files back and forth with an Explorer-like application, you don't need any of this; just use WinSCP. -- BenRG (talk) 02:41, 24 October 2010 (UTC)[reply]

Extracting gegraphic coordinates from .kmz files

Is there any way to automatically extract geographic coordinates from Google Earth .kmz files to a text file or to a spreadsheet? —Preceding unsigned comment added by 113.199.216.230 (talk) 07:29, 23 October 2010 (UTC)[reply]

kmz files are just kml files gzip compressed. If you have a linux/unix/mac computer you can do cat your_file_here.kmz | gzip -cd > your_output_file_here.kml and then read the resulting file, which probably has the coordinates in it. I don't know the particular format of KML files but they're pretty standard and a lot of languages have modules that will understand them for you. Shadowjams (talk) 09:17, 23 October 2010 (UTC)[reply]
Once unzipped, Keyhole Markup Language is XML, so you'd typically use an XML parser like Beautiful Soup, libxml2, or one of those listed at Category:XML parsers to extract data from it. -- Finlay McWalterTalk 11:28, 23 October 2010 (UTC)[reply]
Here is an example that uses Beautiful Soup and Python to retrieve the coordinates for the course of the Bay to Breakers race (from, indirectly, Wikipedia):

#!/usr/bin/python
from BeautifulSoup import BeautifulSoup
import urllib

url='http://toolserver.org/~dschwen/kml.php?page=File:Finlay+McWalter%2Fsandbox/overlay.kml'
soup = BeautifulSoup(urllib.urlopen(url).read())

for c in soup.findAll('coordinates'):
    for d in c.contents:
        for location in d.split():
            # https://code.google.com/apis/kml/documentation/kmlreference.html#coordinates
            s=location.split(',')
            latitude, longitude, altitude = s[0],s[1],'undefined'
            if len(s)==3: # coords can be "lat,long" or "lat,long,alt"
                altitude=s[2]

            print 'lat=%(lat)s, long=%(longitude)s, altitude=%(altitude)s' % locals()

More complicated files will, of course, require more complex code. If this was a .kmz file rather than a .kml, you'd also have to run it through zlib to unzip it. -- Finlay McWalterTalk 15:15, 23 October 2010 (UTC)[reply]

Which language is this?

I'm using Singular and I would like to know what language it's using. Let M be a 3×3 matrix:

The trace of the matrix is given by tr(M) = m[1,1] + m[2,2] +m[3,3]. To calculate the trace in Singular you can use an for loop:

int tr; (Tells Singular that tr is an integer)
for (i = 1; i <= 3; i++) {tr = tr + m[i,i];} (This is the for loop)

Does anyone know if that for loop for (i = 1; i <= 3; i++) {tr = tr + m[i,i];} is from a programming language? Thanks in advance. Fly by Night (talk) 11:14, 23 October 2010 (UTC)[reply]

It's Singular's own language; its webside says it's "an intuitive, C-like programming language". -- Finlay McWalterTalk 11:21, 23 October 2010 (UTC)[reply]
Cool, where did you find that? (I found the exact same if loop in the if loop article, and you're right: it was in C). Fly by Night (talk) 11:28, 23 October 2010 (UTC)[reply]
It's on the homepage of the Singular website. While that code resembles C, it's not - C doesn't have (genuinely) multidimensional arrays. That code m[i,i] would have to be written m[i][i] to be syntactically valid C. -- Finlay McWalterTalk 13:02, 23 October 2010 (UTC)[reply]
C doesn't have multi-dimensional arrays, but C# does. However, C# does not have pointers or pointer arithmetics, so array indexing is the only way to access the arrays. In practice, it shouldn't matter that much. JIP | Talk 19:36, 23 October 2010 (UTC)[reply]
Pedantry demands that I point out that m[i,i] is in fact syntactically valid C, but doesn't do what you want. --Sean 20:09, 23 October 2010 (UTC)[reply]
Ah, the infamous comma operator (,). It's so rarely used that I think people forget it's there. What it does is evaluate its left operand, cause a sequence point, evaluate its right operand and return the value of the right operand. Just for the benefit of this discussion. JIP | Talk 13:33, 24 October 2010 (UTC)[reply]

how much faster is a mobile i7 duo than a core 2 duo at the same clock speed?

So Apple's 15inch MacBook Pro can be:

- 2.53 GHz Intel Core i5 Duo
- 2.4  GHz Intel Core i5 Duo
- 2.66 GHz Intel Core i7 Duo
- 2.8  GHz Intel Core i7 Duo

While its MacBook Air is:

- 1.4  GHz Intel Core 2 Duo (11-inch MacBook Air)
- 1.6  GHz Intel Core 2 Duo (11-inch MacBook Air)
- 1.86 GHz Intel Core 2 Duo (13-inch MacBook Air)
- 2.13 GHz Intel Core 2 Duo (13-inch MacBook Air)

What I would like to know is how the two architectures compare, gigahertz-for-gigahertz? They use exactly the same RAM... —Preceding unsigned comment added by 84.153.222.131 (talk) 12:06, 23 October 2010 (UTC)[reply]

Here's a list of benchmarks from cpubenchmark's website for high end CPUs. Don't know how to differentiate between the very similar model-names but basically from my read through the i5/i7 range are more powerful than the Core 2 Duo equivalent: http://www.cpubenchmark.net/high_end_cpus.html and http://www.cpubenchmark.net/mid_range_cpus.html ny156uk (talk) 19:25, 23 October 2010 (UTC)[reply]

Emacs Colour Scheme

I'm using Emacs version 21.4.22 (released January 2009). But I hate the colour scheme. The background is grey and some of the words appear in a bright, hard-to-see pink. How can I change the color scheme? I'm a total novice; this is my second time using Emacs. So a step-by-step guide would be very much appreciated. I hope you can help! Fly by Night (talk) 14:49, 23 October 2010 (UTC)[reply]

The simplest is to change the background colour when you start emacs with e.g. emacs -bg green (you may want white, though). If your emacs shows you many different font colours (on source code, I assume?), you probably have font-lock-mode enabled - I think that is the default for recent emacsen. You can configure the colours in you .emacs file. Here is an excerpt from mine:
 (global-font-lock-mode 1)
 (setq font-lock-maximum-decoration t)
 (setq font-lock-face-attributes    
       '((font-lock-comment-face "Firebrick") 
 	(font-lock-string-face "brown4") 
 	(font-lock-keyword-face "Purple")
 	(font-lock-function-name-face "Blue") 
 	(font-lock-variable-name-face "DarkGoldenrod")
 	(font-lock-type-face "DarkOliveGreen"))
       )
Copy this into your .emacs file and restart emacs (or put it into a buffer and do M-x eval-buffer to test the effect first). Does this help? --Stephan Schulz (talk) 15:31, 23 October 2010 (UTC)[reply]
It seems like it would help, but I have a few problems. I don't seem to have any files with the extension .emacs, and secondly I don't know what a buffer is nor how to put something into one. I downloaded SINGULAR and am using that. I'm using Windows Vista and I have a single desktop icon that "starts Emacs after starting the X-server". It doesn't look like I have a stand-alone version of Emacs. Rather a bundle version is opened by another program I'm using. I was hoping that there might be an option section or something. I guess I have a few questions to make:
  • What's a buffer and how do I put that code into one to test it?
  • Is there an options menu where I can change the preferences, if so how?
  • Could I download a stand-alone version of Emacs and start SINGULAR from it myself?
Sorry to be a pain. But like I said: this is my second time using Emacs. Fly by Night (talk) 16:42, 23 October 2010 (UTC)[reply]
"I'm using Windows Vista" - aha, there is you problem ;-). I'll do my best, but my experience with Windows (any version) is extremely limited. The .emacs file is emacs' configuration file. That's the full name - under UNIX-like systems, the leading dot makes it invisible to normal operations. There is a FAQ for emacs on Windows [3]. Check sections 3.4 and 3.5 for the init files. Emacs can edit multiple files (and, indeed, non-file data) at the same time. Each of the pieces of data resides in a separate buffer. There should be a top level menu entry called Buffers that allows you to select any of these buffers for editing. You can make new buffers various ways, the easiest is probably to open a new file via the File menu. Normally, the initial buffer that is open is called *scratch*. You can use that for experimentation. --Stephan Schulz (talk) 17:50, 23 October 2010 (UTC)This was silently merged in here by Wikipedia resolving an edit conflict without asking me. Weird... --Stephan Schulz (talk) 17:52, 23 October 2010 (UTC)[reply]
Assuming you are using Linux/Unix (or you wouldn't be using Emacs)... Type cd and press enter to get to your home directory. Type ls -a to list all of the files, including the hidden ones. You may see a file names ".emacs". The "." at the beginning means "this is a hidden file", which is why you have to use "-a" to see it. If you see the .emacs file, open it and edit it in your favorite text editor (emacs, vi, nano, ...). If you don't see a .emacs file, just create one. Next time you start Emacs, it will check your home directory for a file named ".emacs" and load any settings in that file. -- kainaw 17:27, 23 October 2010 (UTC)[reply]
As my last post said: "I'm using Windows Vista...". Emacs is available for both Linux and Windows, see here. Fly by Night (talk) 17:40, 23 October 2010 (UTC)[reply]
It's probably best to go M-x customize (that is, hit alt-x, type "customize", and hit enter) and navigate to "Faces", "Font Lock", and then "Font Lock Faces". It'll take a little longer to figure out, but you'll be able to use the customize interface to adjust all sorts of thing about your emacs experience. When you've edited something, go C-x C-s (that is, control-x, then control-s; same as saving a file) to save and try out your customizations; it's easier than having to restart emacs. Paul (Stansifer) 18:34, 23 October 2010 (UTC)[reply]
Thanks for the advise. But I give up. It's too complicated. There are different colours for everything. I managed to change the horrible pink font colour to blue, but then when I run the program it seems to have its own default colours. I give up. I'll use the MS DOS terminal instead. At least I can read what I've written. Thanks for all your help. Fly by Night (talk) 18:47, 23 October 2010 (UTC)[reply]

I very strongly recommend to upgrade to Emacs 23 if at all possible. It is the first version to finally support Xft, which gives a night-and-day improvement in the appearance of text. There are also many other important improvements over Emacs 21. Looie496 (talk) 18:52, 23 October 2010 (UTC)[reply]

As I mentioned above: as far as I can tell, I don't have a stand-alone copy of Emacs. I use SINGULAR which opens Emacs after it's started X-server. One of my questions above was whether I could download a stand-alone version of Emacs and then open SINGULAR in the new version. But nobody replied. Fly by Night (talk) 20:08, 23 October 2010 (UTC)[reply]
The Singular manual says that you can run it using Emacs as an interface, and gives instructions not only on starting its bundled Emacs but also on how to separately install Emacs (any version) and then run Singular under it. You might also look for the color-theme.el package. --Tardis (talk) 21:14, 23 October 2010 (UTC)[reply]
That's great. Thanks Tardis. I'll try to find a new version of Emacs and see how I go. Fly by Night (talk) 00:54, 24 October 2010 (UTC)[reply]

Program to build an electronic translator

Hello there,

I'm working on building an electronic translation facility for Tetun to English. I used to use the program, Tolken99, for projects such as this, but the program no longer works and has not been updated. It would simply be a programme into which one could input a custom dictionary and with an interface that translates from one language to another attached.

On a somewhat related note, does anyone know of any (preferably free) normal text to IPA transcription programs?

All the best

--178.99.129.52 (talk) 16:09, 23 October 2010 (UTC)[reply]

Is your goal to perform simple word substitution? In that case, almost any scripting language can perform this task; but the translations will be of poor quality. If you want to perform actual natural language processing and machine translation, the short answer is that there is no "easy" program to use or customize. These computerized-translations (like the ones you see on Google Translate or Microsoft Translate are very sophisticated algorithms and elaborate databases that use complex, mathematical/statistical language models. Adding support for a rare language like Tetun will be a huge undertaking. Can you clarify your objective? Nimur (talk) 18:17, 23 October 2010 (UTC)[reply]

Proxy servers

The recent Wikileaks stories made me wonder about one thing connected with proxy servers and anonymity that I never quite understood: Let's assume, for argument's sake, that I work at John Doe University. In my office, I have access to the internet through the University network (johndoe.edu). I am also a consultant for Jane Roe University and I can use their proxy server, proxy.janeroe.edu

Now, say, I access a site such as wikileaks.org from my John Doe office, with proxying through janeroe.edu enabled in my browser. I know that the administrator of janeroe.edu can find out, upon investigation of server logs, that my computer is actually in the johndoe.edu network and that I am accessing wikileaks.org

But what does the johndoe.edu admin see, if he were ever to check his access logs? Would he only ever see that I was connected to proxy.janeroe.edu? Or could he in any way figure out which sites I accessed through the proxy (namely wikileaks.org) ?

Incidentally, does the situation change if you substitute "VPN" for "proxy" in the above? Thanks. (Oh and PS, if you're now eagerly awaiting a major data leak from a big US university in the next few days, you will be disappointed... ;-) --Quidquididesttimeo (talk) 18:27, 23 October 2010 (UTC)[reply]

For just http proxies, there's no reason anyone who runs a machine through which the traffic flows can't see and log whatever they want, and so you have no privacy. A VPN is a bit better, because the local admin only sees you connecting to the VPN server elsewhere. But if both operators connive, they can correlate (in time) VPN packets to plain packets leaving the VPN, and can figure out who's doing what. Networks like Tor use multiple hops of onion routing to make the it difficult to correlate input packets withoutput ones - you'd need the connivance of everyone in the virtual circuit, and if Tor can use long virtual circuits (which cross many institutional and national boundaries) this makes achieving that connivance more difficult. Note that when I say "connive" that includes operators acting under compulsion (e.g. of subpoena) or interception of traffic through their equipment (with or without their knowledge). -- Finlay McWalterTalk 18:36, 23 October 2010 (UTC)[reply]
Remember of course you need to trust the VPN server admin (as you would need to trust the proxy provider). The VPN server admin can log anything you do over the VPN just as your local admin can. While they usually promise some degree of anoymity and to minimise logging, there's always a risk a VPN could be worse then any local admins, since the people who run these sometimes are rather secretive and they may be run in other countries from where you live which may have less protective laws then where you live. (On the other hand, having them in another country from you may also make it harder for your local authorities to track what you're doing. There's of course also the risk one could be a honeypot. Also if you're truly worried about anonymity even if you do trust the VPN provider completely, you need to be careful to avoid leaks like DNS leaks, which can be a risk depending on what sort of VPN and OS you are using. Tor is useful, but if you aren't using end to end encryption you should be aware of the risk of exit node monitoring. They may not know which IP address your traffic originated from, but if you submit your real name, telephone number and address repeatedly unencrypted well they may not care they don't know your IP address... In this case of course you don't have any real agreement with the exit node provider, and it's quite likely some exit nodes are doing some monitoring for a variety of reasons. Of course not using end to end encryption is a bad idea anyway, and always going to be a big risk since you really have no idea who is in between you and your final destination and what they're doing. The VPN provider for example, if they are up to something, would be quite happy too have a name, telephone number and real address to correlate with your IP address and all the logs of your activity. (Then of course there's the question of who you're sending your real info to and whether you trust them.) Nil Einne (talk) 12:09, 24 October 2010 (UTC)[reply]
But consider the pervasive nature of internet surveillance by large government security establishments, and particularly transnational sharing schemes such as those that may exist under UKUSA Agreement. If you can surveil a significant proportion of the nodes in a given OR virtual circuit, can you start to draw worthwhile statistical inferences about the traffic through that network? If your goal is to correlate packets entering the network with ones leaving it (so you know who is sending to whom), does knowledge of a serious proportion of each node's traffic allow you to infer just a little tiny bit of a probablistic correlation. That alone isn't much use, but if you monitor a great deal of traffic, do those probabilities start to stack up - that is, is that one cable modem in Maryland that's been sending tens of megabytes of traffic into TOR for days just a pr0n provider, or is that the traffic going to Wikileaks? We've really no idea what the capabilities of NSA, GCHQ etc. are; if I were wishing to send stuff to wikileaks, I don't know if I'd be willing to bet my life on the proposition that they don't have worthwhile traffic analysis over it. They're much smarter than I am. -- Finlay McWalterTalk 19:28, 23 October 2010 (UTC)[reply]


October 24

Editing my website

So someone saw fit to make me the web-master of an organization's website. The site itself is up and running and they just want me to update the site regularly.

How do I do this?

Sorry for sounding like an ignoramus, but it's only because I have no idea how to do this. Thanks in advance. —Preceding unsigned comment added by 68.40.50.242 (talk) 02:18, 24 October 2010 (UTC)[reply]

That's not an easy question to answer. It depends on a number of factors. Is the site basically just a blog with reports on the recent goings-on of the organization or does it have some sort of content management system? Or, and this is the one option that it doesn't sound like you're ready for, is it all hand coded HTML for which you'll need quite a bit of training? If it's not too much to ask, could you provide the address of the site so that we can look at it and maybe tell a thing or two from there? Dismas|(talk) 02:23, 24 October 2010 (UTC)[reply]
Say, here's the page. http://www.umich.edu/~bengalis/ This isn't exactly my page, but mine is similar. I don't feel to comfortable sharing my own page. Sorry about being cryptic and all.68.40.50.242 (talk) 02:29, 24 October 2010 (UTC)[reply]
A website is nothing but a collection of text files. You open a text file in a text editor and edit it. However, we don't know WHERE the text files are. We don't know if you have access to the server they are on. We don't know how you are supposed to transfer files to and from that server. Editing a web page is very simple. The file transfer is the hard part. -- kainaw 03:26, 24 October 2010 (UTC)[reply]
That site is being served by the Apache web server, and that "~bengalis" feature is an example of the per-user web directories feature. By default apache is configured to take the public_html directory in a given user's account and make that answer to the URL you've given. So, if this were hosted on a Unix machine, you'd typically expect http://www.umich.edu/~bengalis/ to be kept at /home/bengalis/public_html     This all depends on how the Apache on that site has actually been configured, and how user accounts are set up, and only the university's system administration people can answer that. -- Finlay McWalterTalk 13:31, 24 October 2010 (UTC)[reply]
If you go to your web site in a browser and do "View Page Source" (exactly where this is depends on what browser you're using, but it's sure to be in the menus somewhere), you will see the HTML code that generates the page. The first thing you need to do, if you want to do anything useful, is get hold of an "HTML for Dummies" book, or something on that level, and read at least the first couple of chapters. Without a basic knowledge of HTML you'll be helpless. Looie496 (talk) 21:56, 24 October 2010 (UTC)[reply]
You will need to get in touch with whomever does the information technology services on your campus and find out their way of accessing the site. Usually student organizations have their own special place to go to for their web support, e.g. at Berkeley it was the Open Computing Facility that did support services for student groups (and hosted the sites). You'll have to ask around to find out what the appropriate office is at your own university. If it is a personal (departmental) webpage, there is probably a totally separate organization for that. You need something like FTP or SFTP access, a program that will let you download and upload files (an FTP program), and then you will need a text editor to edit the files, and some knowledge of HTML to know what you are doing. If you haven't done any of this before, it will be hard the first time. --Mr.98 (talk) 14:24, 25 October 2010 (UTC)[reply]

InDesign Middle Eastern Version Fonts

I am using Adobe InDesign CS5 (7.0) middle eastern version to design Urdu-Arabic documents. I want urdu fonts, of type Nastaliq script. Where can i get some nice Nastaliq fonts? (truetype\opentype) —Preceding unsigned comment added by Umar1996 (talkcontribs) 07:32, 24 October 2010 (UTC)[reply]

Nastaliq has been a script style that is notoriously intractible without special "script manager" support in the operating system (AAT, QuickDraw GX, Graphite (SIL) etc.), or specialized Urdu-specific application programs, so I'm not sure how far just fonts alone will get you... AnonMoos (talk) 16:39, 24 October 2010 (UTC)[reply]
You mentioned Mac software here, but i use Windows 7. Indesign CS5 has good font support. I found two fonts, jameel noori nastaleeq and alvi nastaliq which work perfectly with indesign ME --Umar1996 (talk) 14:37, 27 October 2010 (UTC)[reply]

Emacs Follow-up

This follows on from the thread above. I'm working on MS Windows Vista and have a copy of SINGULAR. This includes a "bundled" copy of Emacs. It was an old version, so I downloaded version 23.2 for MS Windows. In this section of the SINGULAR manual it describes how to run SINGULAR in an already up-and-running, stand-alone version of Emacs. It tells me to add the following "lisp code" to my .emacs file:

(setq load-path (cons "<singular-emacs-home-directory>" load-path))
(autoload 'singular "singular"
  "Start Singular using default values." t)
(autoload 'singular-other "singular"
  "Ask for arguments and start Singular." t)

Now, this code looks like Linux code and not MS Windows. It talks about the singular-emacs-home-directory. Isn't that a directory in Linux? Besides that problem, I can't find my .emacs file. I have gone to the lisp folder, but there are 20 subfolders and maybe 100 EL and ELC files (whatever they are). Nothing ends in .emacs. I;ve run a search and nothing turns up.

  • Does anyone know where I can find this illusive .emacs file?
  • How can I adapt the above copy so that SINGULAR looks in the right place?

Hopefully someone will be able to help me. This is starting to annoy me! Thanks in advance. Fly by Night (talk) 12:16, 24 October 2010 (UTC)[reply]

The code you see is actually Emacs Lisp code. Emacs consists of a basic LISP engine with some specialized primitives, and a whole lot of LISP code. You configure it by writing some more LISP code, in this case telling it to load some libraries, and set some variables. You put this code into your Emacs configuration file, which traditionally has the name (not the extionsion) .emacs. But see the link to the FAQ above ([4], section 3.5) on how to find and how to name your config file (in particular, I'd try the last line of 3.5). --Stephan Schulz (talk) 13:01, 24 October 2010 (UTC)[reply]
Right, so I did C-x C-f and then ~/.emacs. I pressed enter and a blank page opened. I pasted in the code and then did C-x C-s to save. It saved it to C:/Users/My Name/AppData/Roaming/.emacs, which is a different folder to the one than SINGULAR is saved in, and a different one than Emacs is saved it. I did M-x singular as the manual suggests and it just says [no match]. What should I do next? Fly by Night (talk) 13:31, 24 October 2010 (UTC)[reply]
The .emacs file is only evaluated on startup, or when explicitly requested. Have you restarted Emacs after creating the config file? If you want to go the more interesting route, navigate to the buffer with your .emacs and type M-x eval-buffer. Also, I strongly suspect that the <singular-emacs-home-directory> should be replaced by the path to your Singular installation.--Stephan Schulz (talk) 13:50, 24 October 2010 (UTC)[reply]
I found a folder call Singular which contained a program called Singular. But when I replaced <singular-emacs-home-directory> with <C:\cygwin\lib\Singular> and try to run it with M-x signular it returns cannot open load file: singular. I tried removing the angled brackets but Emacs starts up and tells me there's a Syntax error. If I put them back then there's no syntax error. If I type M-x Singular then it says [no match]. Any ideas? Fly by Night (talk) 15:08, 24 October 2010 (UTC)[reply]
This goes into weird Windows territory. Under UNIX-like OSes, the path is certainly a simple string - no angle brackets. Here is an example from my .emacs:
(setq load-path (cons "/Users/schulz/SOURCES/ELISP/" load-path))
It should be the path to the directory that has singular.el in it, as far as I can make out. I don't know how Emacs works under Windows, but under UNIX file names are case sensitive. --Stephan Schulz (talk) 21:10, 24 October 2010 (UTC)[reply]
If you're running emacs for Windows instead of cygwin emacs, then the correct way to enter the directory name in lisp code is "C:\\cygwin\\lib\\Singular" or "C:/cygwin/lib/Singular". Both should work, assuming that C:\cygwin\lib\Singular is the "singular emacs home directory". 130.188.8.15 (talk) 12:02, 26 October 2010 (UTC)[reply]
Good catch! Of course \ is the escape character used to encode various special characters in strings. --Stephan Schulz (talk) 13:42, 26 October 2010 (UTC)[reply]
Thanks 130.188.8.15, but I've tried everything and nothing works. I paste the code into my ~/.emacs file, save, close and re-run. Then I do M-x singular and get cannot open load file: singular. Emacs has to be the most un-user-friendly program I've ever used. I downloaded SINGULAR and Emacs at work (on Ubuntu) and couldn't even find where the files had been saved! No icon, no search result; nothing. After using locate singular and sifting through the 40 or 50 locations, I finally found it. From download to running the thing, it took me an hour. Why does it have to be so hard? I'm no idiot and I've had the help of three or four reference desk regulars, and still no joy. I give up. Thanks to everyone for trying to help. Fly by Night (talk) 21:52, 28 October 2010 (UTC)[reply]
Emacs isn't exactly unfriendly to its users, but it has such a long history that it cannot quite follow modern interface conventions. Installing packages like the Singular interface shouldn't really take more than a couple of minutes (I just did it myself). Your best bet is probably to find a local Emacs user who can show you where you went wrong and help you with the installation. 84.239.160.59 (talk) 20:44, 29 October 2010 (UTC)[reply]

Comparing two nVidia cards

I have two nVidia graphics cards (in two different machines, one of which runs Windows 7 and the other Ubuntu Linux). One is an older (but at the time rather expensive) GeForce 9800 GT, the other is a newer (but cheap) GeForce 210. Right now the 9800 is in the Windows machine, where it's used for games (e.g. Bioshock 2, Starcraft 2); the 210 in the Linux box doesn't have much real work to do (a bit of Google Earth is probably the limit of its labours). It occurred to me that the 210 would be the better gaming card. I'm having some difficulty reading the complicated tables in the two articles for them: if I understand correctly, the 9800 has a much higher texel fill rate than the 210. I can't find an online benchmark that reviews both cards (not surprising, as they're from more than a year apart). Some sites quote Futuremark scores for the 210 that are incredibly low, but I don't know if they're comparing like-for-like (as there are so many versions of Futuremark). I'd happily just run a benchmark myself, and swap the 210 in to see if it scores better or worse, but I don't know what benchmark to run. Futuremark now costs money (and frankly I'm reluctant to pay for something I'll run exactly twice) - can anyone recommend a worthwhile Windows graphics benchmark program? It doesn't have to be terribly accurate: I don't care about numbers, or about rating my card against others I don't own, I just want to know which card is the faster. Thanks. 87.115.213.248 (talk) 13:12, 24 October 2010 (UTC)[reply]

This article compares the 9800GT's little brother the 9600GT against the 210, and the 210 gets very bad results indeed. It says of the 210 that it can "hardly be of any interest for a gamer." -- Finlay McWalterTalk 15:34, 24 October 2010 (UTC)[reply]
Considering the specs, 64 bit memory bus 16:8:4 shaders vs 256 bit memory bus 112:56:16 shaders, you don't have to look at a benchmark to tell you the 9800GT is going to destroy the 210 in nearly everything (the 210 has DX 10.1 support I believe) and I didn't even look at clock speeds. That BTW is another key reason why you have trouble finding reviews comparing the two, it's a pretty pointless comparison. The 9800GT was close to the top of the line of it's time and it's not that old, the 210 was always the extreme budget end and is only really one generation later and not even a major generation change. BTW, the reason any single benchmark is usually fairly useless in properly comparing cards is because cards tend to have advantages in different areas so you need to compare a variety of different benchmarks to get a proper idea of where cards stand relative to each other. Although in this case, any decent benchmark will tell you how crap the 210 is compared to the 9800. If you actually have games you are interested in with some sort of benchmarking and the cards it's probably better to compare with these real world stuff anyway. Nil Einne (talk) 18:40, 24 October 2010 (UTC)[reply]

archive

For storing thousands of txt files, what is the best format? .zip has limits —Preceding unsigned comment added by 2.120.33.249 (talk) 14:10, 24 October 2010 (UTC)[reply]

"Best" for what? For compression size? For compression speed? For decompression speed? For random access? For error-tolerance? For compatibility? And what features of ZIP is it that you find limiting? -- Finlay McWalterTalk 15:32, 24 October 2010 (UTC)[reply]
If you have lots of small files, ZIP won't compress all that much, because it's not a "solid" archive format. In that situation, .tar.gz will be smaller (possibly much smaller, depending on how much redundancy there is between the files). AnonMoos (talk) 16:31, 24 October 2010 (UTC)[reply]
WinRAR (for Windows) is one popular alternative. Comet Tuttle (talk) 15:44, 25 October 2010 (UTC)[reply]
7zip compresses pretty well too. It also has many options like compression method and dictionary size, which you might have to play around with to get the best results. KyuubiSeal (talk) 14:38, 26 October 2010 (UTC)[reply]
Generally 7-Zip's best (tightest) compressor for natural language text is PPMd, but it's very slow, and there aren't very many situations where the extra compression ratio is worth it. According to the article, the Rar and Zip formats also support PPMd, but many Zip decompressors only support old versions of the Zip specification that don't include PPMd. -- BenRG (talk) 07:12, 27 October 2010 (UTC)[reply]

I need help on recording sounds...

I need help on recording sounds. I have Windows 7 and I pressed the record button in my Windows Sound Recorder, it picked up sound from my microphone on my headphones, but it didn't pick up sound on the monitor. When I play back the file, the sound from the microphone is there, but the sound from the monitor was really low, I could barely hear it. I checked the recording devices and saw the microphone ready, the stereo mix ready, but the Line In was not plugged in. My sister said that it might be because of the Line-In not plugged in. I want to record both the sound from the microphone and the sound from the monitor. Is there a solution to fix this problem. Please answer. Thank you. —Preceding unsigned comment added by Sirdrink13309622 (talkcontribs) 17:05, 24 October 2010 (UTC)[reply]

This depends on whether your sound-card hardware supports "loopback" - in other words, if it can pipe the audio-output to an input signal. If so, Audacity (or Windows Sound Recorder) can select the "stereo mix" or similarly-named input channel (instead of microphone or line-in). If the sound-card does not support this internally, you can always fake it by piping through a male-to-male 3.5mm audio cable from your line-out back to your line-in. The biggest hazard with this setup is analog noise, but it usually is pretty bit-identical unless you wrap the line around a power-cable or something. Nimur (talk) 17:16, 24 October 2010 (UTC)[reply]
And FWIW the really low sound from the monitor on your original recording was probably just from your microphone picking up the sound from your speakers, not from something functioning incorrectly. Incidentally this is another (rough and ready) possible solution - crank the sound and keep the microphone close to your speakers, though sound quality won't be great; Nimur's suggestion is preferable. Now, if you find you are unable to record the sound from the monitor and the microphone together, you can record them independently and then combine them in a program like Audacity. Alternatively, as you don't say what the source of the 'sound from the monitor' is, you may already have the sound on your computer such as an MP3 song track; if this was the case you could just record what you want through the microphone and mix the tracks straight in Audacity without re-recording what's coming out of the monitor. --jjron (talk) 13:40, 25 October 2010 (UTC)[reply]

Yahoo Posts

How do you delete old yahoo posts? I clicked on my link when I posted a comment to a news story and I saw my old posts and I was wondering how to delete those? —Preceding unsigned comment added by 71.147.4.245 (talk) 18:04, 24 October 2010 (UTC)[reply]

reading a pen drive

So I have a USB pen drive and a laptop with windows 7. recently I gave the pen drive to someone, I know they read some of what was on it, but is there any way of finding out what? I mean by finding out when each file was last opened, can that be done? Is there any other way? The files are all on microsoft works, if that helps.

148.197.121.205 (talk) 18:05, 24 October 2010 (UTC)[reply]

Probably not. If you open the drive in Explorer (the file viewer thing, not the web browser thing), view-as "details", right-click on the header (that lists name, date etc.), click on "more...", and then check the "date accessed" field, that will add a "date accessed" column to that view. If you view a folder on your hard drive (which is surely formatted in the NTFS file system) then you'll see the actual dates and times those files were viewed. But flash drives seem mostly to be formatted in the FAT32 file system, which (at at least for me) doesn't store date-accessed data, so you'll just see a dummy value there. -- Finlay McWalterTalk 19:03, 24 October 2010 (UTC)[reply]
FAT does store access times, though only with 1-day granularity (ref). You can add "Date Accessed" as a column in Explorer's Details view by right clicking on the column headings. -- BenRG (talk) 19:33, 24 October 2010 (UTC)[reply]
How is the access date determined? I have mplayer.exe on my computer which I use every day and it's access date is ‎November ‎2009. NTFS drive 82.44.55.25 (talk) 19:47, 24 October 2010 (UTC)[reply]
AFAIK an interaction between program and OS Nil Einne (talk) 01:40, 25 October 2010 (UTC)[reply]

Alright, thanks for your help. I'm sure it would have worked, but it seems at some point I picked the wrong one up, so now, I have lost all my saved files, which are lying around somewhere waiting for someone else to read them. 148.197.121.205 (talk) 20:00, 24 October 2010 (UTC)[reply]

The New Windows Live Messenger

I (read: the Windows Live system) just updated Windows Live Messenger to the latest version. I guess a lot of Windows users have done this lately. The new version is OK (I have never really liked MSN); is is a more well-integrated application in Windows 7 (we all know the old msnmsgr.exe was't working well with respect to its taskbar button). However, there is one thing that really, really annoys me: If you press the X button of the main window, the msnmsgr.exe isn't closed, but only minimized. But if you press Alt+F4 (or Alt+Space, Arrow up, Enter), msnmsgr.exe is closed, and you have to restart it. Is there a known solution? --Andreas Rejbrand (talk) 21:02, 24 October 2010 (UTC)[reply]

The Windows Live Messenger forums might be a good place to ask, if you haven't already. Vimescarrot (talk) 23:03, 24 October 2010 (UTC)[reply]

October 25

High Quality Digital Audio Setup for a Home Sound System

I am looking for some advice on purchasing a high-quality audio DAC for an antiquated, but high-quality sound system (a suggestion on a nice ADC would be good too for recording vinyls, etc.). What I plan to do with this is route music from a PC to the stereo system, but high sound quality is a must for this system.

I am wondering if the quality of HD audio that is integrated on the motherboard of all modern PC's is such that it will be sufficient for my purposes (note here that this setup is not for me, specifically, but for my father who is a self-proclaimed audiophile, but does not understand digital systems at all and does not care to learn, so it must please his ears and not mine--which is certainly subjective, but something at or above CD audio quality may suffice). I recall in the past when routing audio from an older sound card that electronic noise was a considerable issue at the time and this would be unacceptable here, so I question whether it's possible at all to use integrated audio and not get that electronic noise (I understand it's not possible to entirely do away with it, but if it's practically inaudible then that's fine), or if I will need an external converter which connects to the PC via USB or S/PDIF.

The sound system in question accepts two different physical inputs: a 1/4" stereo plug or the red and white pair of RCA connectors. Is there any difference in sound quality (possibly lower noise?) between these inputs either?

Does anyone here have any experience with this? -Amordea (talk) 04:45, 25 October 2010 (UTC)[reply]

What are you going to use as the source of your music? --80.40.144.68 (talk) 09:01, 25 October 2010 (UTC)[reply]
As for the source, probably FLAC's or high bit-rate MP3's (MP3's less likely given they are lossy) or perhaps even raw CD audio (a la disk images). Basically any quality digital format that could be contained on a hard drive. -Amordea (talk) 02:09, 26 October 2010 (UTC)[reply]
Basically, any sound-card (including the one built into your computer) will be sufficient. The phrase "hi-fi" is currently (for the most part) an obsolete description: everything sold on the market today is "hi-fidelity." Let me explain: in the "old days" (let's say, 1950s), an audio amplifier would have "imperfections" in its gain characteristics. It might notch out particular frequencies or introduce a certain noise level or so on. The term "High Fidelity" was coined to refer to those audio systems that amplified the recorded sound with essentially no frequency distortion - "faithfully" replaying the recorded audio. In very old systems, this was a huge engineering challenge - tubes and speakers had all kinds of non-ideal characteristics that would interfere with the sound quality in a very audible way.
Ever since the days of solid state amplifiers, the electronic capabilities of an amplifier are way beyond anything any human could hear. Today, cheap transistors have perfectly flat frequency responses from DC to 20 GHz; noise figures are so far below anything an ear could discern; and 44.1 kHz sampled 16-bit digital audio accurately stores and reproduces exactly the original waveform (far beyond any capability of any human audiophile to distinguish). Now, software tuners and graphic equalizers exist to intentionally add imperfections to alter the tone of audio playback so that it can sound identical to the distortion of an old audio system. Let me rephrase this: every cheap, crappy sound-card you can buy is already 16-bit at 44.1 kHz with a flat frequency response. The worst possible quality digital audio system is already "perfect" and "indistinguishable" from original source. (The low-end models will have fewer features, but it's very unlikely they will actually have poor quality). "Professional quality" sound-cards will try to pitch some extra specs - 96kHz audio (which is useless to you and anyone who has human ears); and better latency during recording and pass-through (a spec which I have never independently validated - every sound card I have ever spent money on has always been limited by my computer's operating-system audio-system latency).
Modern "noise" is much more likely to come from a few sources: first, poor-quality digital sources (such as low-bitrate MP3 files) are the biggest culprit. MP3 is a lossy format; it does not perfectly store the original waveform, but stores a similar version of it. At 128 kbps bit-rate, which is reasonably common, I can tell that the sound is distorted (especially if there are high-frequency instruments or wide-band sounds like applause). My oscilloscope can certainly tell the difference between 128kbps and original waveform. But properly produced MP3 files, (let's say, 192 kbps or higher) are for the most part indistinguishable from an uncompressed recording.
The second possible source of noise is "coupling" - electromagnetic interference, in the form of power line hum, and in some cases (especially if your sound card is cheap and inside a computer) you can hear digital signal noise leaking on to the audio lines. On my laptop, whenever there is activity on the front-side bus, I can hear a faint high-pitched squeal leak onto the audio line. And on some of my speaker-setups, if I am sloppy with my wiring, an audio cable will loop around an AC power cable, and I can hear the 60 Hz hum if I turn the volume up pretty loud. Regarding choice between 1/4-inch and RCA connectors, it is doubtful whether this will make any perceptible difference. (I have used both; I prefer 3.5mm connections because they're small, and 1/4 inch when running long cables because I happen to have a lot of sturdy and long 1/4-inch cabling laying around). Make sure your 1/4 in isn't mono (some old systems, and some current professional-audio equipment, uses 1/4-inch for mono signal exclusively).
It is most probable that the weakest link in your audio system will be software - if you have a crummy sound-card driver, you might hear glitchy playback; if you have poor-quality sound files with sloppy compression, you will probably be able to hear squelchy squealy noises during playback. But I wouldn't spend much money on a sound-card, unless there's a specific feature you need - say, digital/optical audio connection, or 7.1 channel surround-sound. I'm of the belief that 2-channel (stereo) sound is sufficient for most "entertainment" purposes; some movies benefit from a rear or side channel, but most of the time, extra channels are gimmicks. Nimur (talk) 18:06, 25 October 2010 (UTC)[reply]
Very informative. Thank you!
The "coupling" you mentioned is perhaps my biggest concern about the integrated audio. I personally wouldn't be able to hear it given that my hearing is rather poor now, but my father might and if he does, he would simply not use the system (and I already have to overcome the hurdle of his suspicion of digital audio--even though he listens to CD's, which I have pointed out is digital--and certainly do not want to add to the unreasonable stigma he has against it).
The system is just two-channel audio (it is from the 1970's), so I have no need for the bells and whistles of surround sound. What sound card would you recommend? Do you think the integrated audio (on say an Intel 945G motherboard in an AcerOne netbook) would be sufficient and would not produce any noticeable hum or static?
One problem I've noticed with this particular setup (routing audio from the netbook to the stereo amplifier) from what I can hear is that the bass is too much, which I can compensate for by turning the bass volume way down, but that is a rather inelegant solution. I am wondering if it has something to do with having to route the sound through the headphone/speaker port. Would I need a sound card with a line-out port for this purpose? I frankly don't know the difference between the speaker port and a line-out. -Amordea (talk) 02:09, 26 October 2010 (UTC)[reply]
I would suggest that your integrated audio on the netbook is perfectly fine for these purposes; test it out and see if it's suitable. Regarding "too much bass," I use WinAMP. WinAMP is zero-cost (but not open-source) software; it has an interesting historic legacy and a spectacular user-interface. Among other features, it provides a software graphic equalizer that you can use to set the bass-levels and other tone quality to your liking. If you prefer free software (as in Linux), Rhythmbox, Amarok, and others exist to provide the same functionality. More technical audiophiles may enjoy Audacity, and jackd. The software I listed above will range in user-friendliness and expertise-requirements from "trivially easy" to "professional audio programmer", so you and your father can decide where you fall on the spectrum. Nimur (talk) 02:30, 26 October 2010 (UTC)[reply]
And regarding "speaker" vs. "line-out" - on many computers, the difference is that "speaker" is amplified, and "line-out" is not; but the amplification is usually pretty small to the point of nonexistence. See our article on line level for more on this detail. "In theory" a line-out should never be connected to headphones; but in practice, modern electronics protect against this with digitally-controlled impedance matching (so you usually have nothing to worry about). Nimur (talk) 02:33, 26 October 2010 (UTC)[reply]
I recommend for you to use a digital audio editor instead of a media player. I simply connect my XP desktop to my stereo system and use this player/editor. Sometimes I connect RCA connectors to a TV's audio line outs, record the sound of a concert program, keep it in my PC as an audio file and listen to the file on the stereo. Oda Mari (talk) 07:55, 26 October 2010 (UTC)[reply]

VBA Question Part 3

If I want to run multiple SQL INSERT INTO queries, in VBA; What should I write to distinguish between queries? I've tried newline but that doesn't work in VBA. I've tried running the queries like this;

strSQL = ""
strSQL = strSQL & " INSERT INTO [CCF Static]([Main Table ID], [Integrations Team Member1], [Sales Team Member1], [Merchant Name1], [Merchant Type1], [Partner1], [Tier1], [Merchant Sector1], [Date Entered Into System1])"
strSQL = strSQL & " SELECT [ID], [Integrations Team Member], [Sales Team Member], [Merchant Name], [Merchant Type], [Partner], [Tier], [Merchant Sector], [Date Entered Into System]"
strSQL = strSQL & " FROM [Master Query beta 1]"
strSQL = strSQL & " WHERE [Master Query beta 1].[ID] = DATE() & "" & DATE()-1;"
MsgBox strSQL
DoCmd.RunSQL strSQL

strSQL = ""
strSQL = strSQL & " INSERT INTO [Brands]([Customer Name], [Merchant Sector])"
strSQL = strSQL & " SELECT [Merchant Name], [Merchant Sector]"
strSQL = strSQL & " FROM [Master Query beta 1]"
strSQL = strSQL & " WHERE [Master Query beta 1].[Date Entered Into System] = Date() & "" & Date()-1 AND [Master Query beta 1].[Merchant Type] = [PSP] OR [Merchant] OR [Reseller] OR [Sole Trader];"
MsgBox strSQL
DoCmd.RunSQL strSQL

But I get the following error: 'Run-time error '3075':

Syntax error in string in query expression '[Master Query beta 1].[ID]= DATE() & " & DATE()-1;'.

Any idea why? PanydThe muffin is not subtle 10:35, 25 October 2010 (UTC)[reply]

Well, this is just a problem with how you've formatted the SQL string, or maybe rooted in a misunderstanding about how to use SQL. (It's not a VBA problem.) Look at what it's spit back at you: there is a single, unmatched quotation mark that you've added there. Why? That's not going to be valid SQL. A general rule with this stuff is to first just have the SQL string output (e.g. with a MsgBox or by using Debug.Print) to see if it makes sense to begin with, before worrying about the VBA side of things. As it is you have a malformed SQL query, and I'm not at all sure what you think it shuld be doing. DATE() & " & DATE()-1 doesn't make any sense to me at all.
If you are trying to add a space, you need to properly format the question marks in the string so they are passed (as escaped characters) to the query. In VBA this is through double-quotations, so "" will produce " in the final query, and """" will produce "". --Mr.98 (talk) 14:20, 25 October 2010 (UTC)[reply]
Note that building up SQL commands in plain strings is dangerous; see SQL injection. Paul (Stansifer) 16:03, 25 October 2010 (UTC)[reply]
Though I don't see any opportunities for injection attacks in the above. And it's not too hard to protect against said attacks — it just requires passing the strings through a screening filter first. Though I will agree that not knowing SQL very deeply and also building up SQL commands in plain strings in a language you are not terribly comfortable with probably is a good recipe for danger! Assuming that you are going to have other users using it, anyway. --Mr.98 (talk) 16:26, 25 October 2010 (UTC)[reply]
Just as an aside, and to reiterate what I said above -- I assume you are using MS Access. If you are not totally comfortable with SQL, work out the SQL statement (with dummy date if necessary) first in Query view, and then, after you're sure that the SQL works, translate it into the VBA strings. Otherwise you are entangling two very different possible sources of error (VBA and SQL) together in a way that is hard to tease out, especially since Access gives extremely cryptic error messages regarding SQL statements (as you've seen). Just a suggestion from a long-time Access programmer. --Mr.98 (talk) 18:57, 25 October 2010 (UTC)[reply]
Thank you guys so much. You've hit the nail on the head, I don't know what I'm doing, your advice is appreciated. I'll go back to building this in Query view. Thanks again. PanydThe muffin is not subtle 09:41, 26 October 2010 (UTC)[reply]

what are functions of DATABSE SERVER..??

what are functions of DATABSE SERVER..??—Preceding unsigned comment added by Lokesh.mavale (talkcontribs) 17:34, 25 October 2010 (UTC)[reply]

See database server.—Emil J. 17:47, 25 October 2010 (UTC)[reply]

Od Dear - i'm scared to ask but - how do I choose what new PC or Laptop to buy?

Please understand - I am not a techie. I am 63, and have used IT in Scotland for about 20 years. I can use the whole Microsft Office Suite - professional - and use the PC daily, mainly for storing digital pictures (also copied to external hard drive), plus the Internet to keep in touch via e-mail but notsomuch facebook etc. I buy and browse online and have never had a problem. I bank and invest and study the markets online. I also like to convert digipics and music to picture vids for which I have the software. Trouble is - like me - my kit is getting old - and slow - and I keep getting messages that such and such a file is missing or corrupted - which leaves me cold. So the question is - and please forgive me - which Santa Claus do I trust? I am mid 60's, reasonably put-together, not wanting to waste my life on video games, but wanting to stay informed, avoiding hard mail and bugs, worms, trojans, viagra, and anti-death-offers, store pictures and music, and not sit around any longer than the kettle takes to boil. So do I shop online, buy a second-hand system (I don't need all the accessories such as keyboards etc.), and I will NEVER use a laptop on the Beach as I saw some youngsters doing last weeek in Spain - (sad Bar Stewards), or do I walk into PC World and say, "Please help me" - and then get ripped off? Thanks. Oh - Budget? Middle range I suppose - I don't want anything I will never use during the next 5 years or so. Thanks again. 92.30.211.53 (talk) 19:32, 25 October 2010 (UTC)[reply]

There are online buyers' guides — if you google desktop computer buyers guide then a number will appear — I would ignore the buyers' guides that are more than about 9 months old. Computer Shopper is a US publication with a "Desktops" section that might be useful, and Consumer Reports is a respected US nonprofit that does computer reviews, though its detailed ratings are behind a paywall. Personally I would get a machine from a large commodity PC maker like HP or Dell that stands behind their product (or claims to, anyway) with a year of free technical support. Comet Tuttle (talk) 20:33, 25 October 2010 (UTC)[reply]
One question is: do you want a desktop or a laptop? Your keyboard and mouse will probably work with the laptop. (You would want to confirm this before choosing the laptop.) The laptop is lighter in weight. It will allow itself to be more easily set up in more than one location, if that seems a plus. I am assuming of course that your present computer is a desktop—I could be wrong about that. Bus stop (talk) 20:43, 25 October 2010 (UTC)[reply]
go to your local Apple Store and ask for advice there <smirk> --Ludwigs2 21:13, 25 October 2010 (UTC)[reply]
Except you can't use Microsoft Office Professional on a Mac. (And the Office 2008 software is exceptionally buggy on a Mac.) I say this as a Mac user, not a hater. --Mr.98 (talk) 22:56, 25 October 2010 (UTC)[reply]

ludwig2's suggesion is good for getting ripped off in my opinion, as you're leaving it up to the salepeople to help you decide, which often resultes in them steering you to the most expensive items, with not neccessarily the best value. look at recent consumer guides for an idea of what to get, as well as for reviews. 70.241.18.130 (talk) 16:11, 26 October 2010 (UTC)[reply]

I'm not convinced that you need a new computer. Computer hardware doesn't normally get slower with time; it works like new until it fails completely. If your computer has gotten slower, it's almost certainly a software problem, and those can be fixed for free. Your computer probably came with a "recovery CD" or "recovery partition" or something of that sort, and after you run the recovery process it will be just like new. That means that all of your personal files will be gone—so move them to the external drive first!—and you will have to reinstall any software that you installed yourself. It's a hassle, but you'd have the same hassle with a new computer. -- BenRG (talk) 21:59, 25 October 2010 (UTC)[reply]
It's true that all Windows computers I have had do tend to slow down over time — but the original poster may feel that his or her computer is slower because the demands of his or her favorite Web sites may be increasing. Comet Tuttle (talk) 22:54, 25 October 2010 (UTC)[reply]
What exactly do you mean by "middle" budget range? 500 USD? 2000 USD? To do what you want to do (use Microsoft Office, edit photos, and access the internet) will not take a terribly expensive computer. How well you can use the internet will be more a function of your internet access than your computer. Your ability to avoid viruses and Viagra ads will be a function of your Antivirus program and Spam filter, respectively, not your choice of computer. I really can't see any value in buying a second-hand system. You can get new computers today at a very reasonable price, and you can be pretty confident that they're going to work well (and, as Comet Tuttle recommended, there are many companies that will offer free tech support and a year long warranty). To be honest, I think that walking into a computer store and telling them what your looking for might be the best bet. In my experience, most people at such places are actually helpful and knowledgeable, and are more interested in getting you to buy a computer that you'll like, rather than the most expensive one. That's just my experience though. I would recommend Microsoft over Apple; not only will you be able to use Office, it will also be cheaper.
I would probably be expecting to pay about 500 USD for a machine (if you get a desktop; laptops will be a bit more expensive) to do what you want; get yourself something with 4 GB of RAM, an Intel Pentium processor, maybe a 500 GB Hard Drive, a DVD read/write drive, and an Integrated Graphics Processor. On the other hand, it's not really that expensive anymore to get a PC that's more or less "top of the line". For under 1500 USD, you could probably get something with 8 GB RAM, an Intel Core i7 processor, a dedicated graphics card, a 1 TB hard drive, and maybe even a drive that can read Blu-ray Discs. This will be a lot more than what you currently are using your computer for, but it will also stand a better chance of being useful for a lot longer. More memory will help speed things up, and will also allow you to do more things at once without as much slowdown (the better processor ought to help with this too, to some extent). It's likely that webpages are going to continue to get more and more complex as time passes (Wikipedia is really the exception to this rule; it's sickening how much junk is on so many sites these days). In addition to requiring a better internet connection, such pages will also demand more memory and processing power. I think that Blu-ray is going to become more and more prevalent in the next few years, so I would strongly recommend getting a computer with a drive that can read Blu-ray discs. Buddy431 (talk) 00:58, 26 October 2010 (UTC)[reply]
Pretty much any PC will do all the things you mentioned above. Prices for new PCs start from around £300 for the lowest specification. It is actually quite difficult to buy an off-the-shelf system from a retail store like PC World, without a keyboard, mouse and monitor. If you can spend a bit more, it is worthwhile getting Microsoft Office bundled in with it. Buying from PC World does seem expensive and you are never sure if you are getting a good deal, especially when you notice their prices are identical to other stores like Comet, but the alternative is to buy from a small independant (perhaps on a local industrial estate), or buy online. Even though they often go on about the latest equipment, computer magazines can be useful sources of information about other suppliers even if you don't buy the exact model being reviewed that month. I've bought many Dells and have been pleased with every one of them, though other people here will tell you they would never buy a Dell.
Having said that, an alternative might be to refurbish your old PC. Back-up your documents, photos, emails, etc. Locate all the installation and driver disks. Add some more memory and replace the hard disk drive with a larger capacity one. Then reinstall the Windows operating system and Office and all the driversand other software you need. Download and install all the updates you're offered and put your backed-up data back. You will be amazed how much faster your PC seems. Astronaut (talk) 06:55, 26 October 2010 (UTC)[reply]
Thanks to all above responders - I really appreciate all your advice. I am going to print them off and consider all the options, and hopefully, will make the right choice. Cheers 92.30.6.212 (talk) 16:49, 26 October 2010 (UTC)[reply]

A reliable source for information about my mobile phone's software

My Sony Ericsson K850i mobile phone recently failed with a problem described in many places on the internet as the "blue ring of death". My research suggests I need to update the phone's firmware if I am going to try to fix the problem. However, all the information I have comes from various forums and fan-sites and seem mostly concerned with overcoming percieved shortcomings in mobile phones. Some sites also offer links to software tools to help with updating the firmware, but the software is usually home made, of dubious provenance and often lacking in basic usability or any guidance on how it should be used. Replacement firmware can also be downloaded, but once again it seems to be of dubious provenance.

What I'm looking for is a reliable source, perhaps from Sony Ericsson themselves, which details the file system, software and possible solutions, and perhaps provides software tools and firmware. The source of the software/firmware should give me confidence that my PC is less likely to be infected with malware and convince me that my phone is getting some proper updated firmware (rather than some home modded firmware put together by a fanboy in his bedroom).

Particularly important in my case, is to find out how I can recover my list of contacts, which everyone so far has said will be destroyed by the firmware update. Astronaut (talk) 23:22, 25 October 2010 (UTC)[reply]

How about the shop you bought the phone at, or your mobile-phone contract provider? They may be able to repair the phone for you. Nimur (talk) 23:34, 25 October 2010 (UTC)[reply]
Forgot to mention, the shop where I bought it said they couldn't do that if it was out of warranty. Astronaut (talk) 23:42, 25 October 2010 (UTC)[reply]
Here is the page for your phone on the Sony Ericsson website. I believe you are supposed to run a particular type of cable from your PC to the phone; you can then back up your contacts list and upgrade the firmware. I have had a Sony Ericsson phone (different model) and bought the cable for that model over eBay for under US$5.00. Disclaimer: I never updated that phone's firmware; I used the cable to copy files back and forth. Comet Tuttle (talk) 23:40, 25 October 2010 (UTC)[reply]

Mobile phone unlocking

As a consequence of the problems outlined in my question above is that I have found lots of websites offering SIM-lock removal services. As far as I can tell, all these sites will sell you a way to unlock your phone, but none will tell you how to unblock your phone for free. Strangely, I've not seen anyware where I can buy software to unlock phones. My local phone unlocking shop seems to be able to do this in just a couple of minutes with one small laptop. So, if I wanted to go into business unlocking mobile phones, where would I get the software from? Astronaut (talk) 23:36, 25 October 2010 (UTC)[reply]

Phone_unlocking#Unlocking_technology suggests various methods, such as leaked unlocking codes, rewriting the firmware, and spoofing SIM data. It's possible the unlocking software is custom made by each person doing the unlocking, and not available for download, certainly not for free or these people would be out of business very fast. I don't have a mobile phone so I don't know if that's a helpful answer or not. 82.44.55.25 (talk) 13:37, 26 October 2010 (UTC)[reply]

October 26

iSCSI over DDR InfiniBand

Hello everyone,

   I'm aware of the iSCSI protocol being routed over 10GbE networks, but I want to know whether it is possible (not where to get such a product) to send and receive iSCSI CDBs over DDR InfiniBand networks. And if so, whether this has actually been implemented.

   Thanks as always. Rocketshiporion 02:55, 26 October 2010 (UTC)[reply]

Compatibility Concerns: Old Games and New Operating Systems

  • Age of Empires: Because Age of Empires was released during the time of Windows 95 and 98, there is a possible risk that trying to install and play the game on later Operating Systems such as 2000, Me, and XP might cause serious incompatibility problems.
  • Shogun: Total War: It is said that the upper limit of compatibility for this game is the Nvida 8 series of graphics cards and that the game is incompatible with the Windows Vista Operating System. Trying to play the game with a graphics card later than the Nvida 8 or with an Operating System past Windows XP will cause compatibility issues.

Can someone verify any of this? --Arima (talk) 04:00, 26 October 2010 (UTC)[reply]

Considering the minimal differences between some 9 series cards and some 8 series cards, I would be surprised if a game really doesn't work with them but works with all 8. I'm not saying it's impossible just that it would be surprising to me. A perhaps more likely possibility would be the need for old drivers that don't work with 9 series cards (at least theoretically). Alternatively and even more likely to me would be 7 series cards as the limit with 8 not working. Nil Einne (talk) 10:00, 26 October 2010 (UTC)[reply]
I can confirm that AoE works fine on XP (and therefore almost certainly also on 2000). 81.131.40.42 (talk) 11:07, 26 October 2010 (UTC)[reply]
And also that Shogun: Total War runs on XP (at least for the first ten minutes of play, because I took an immediate dislike to it and then discovered Heroes III), but I couldn't tell you about its compatibility with recent graphics cards. 213.122.39.199 (talk) 11:25, 26 October 2010 (UTC)[reply]
The first Age of Empires worked on my Windows 7, 32-bit. Also, Windows ME is built on DOS the same as 95 and 98 are (unlike 2K, XP, etc which are NT) so it should work fine. 82.44.55.25 (talk) 13:42, 26 October 2010 (UTC)[reply]
And you can always right-click on the exe and run in compatibility mode in Vista or preferably Windows 7. Win98 has such a small footprint anyway that you can run it in a virtual or dual-boot if you are so inclined. Sandman30s (talk) 11:13, 26 October 2010 (UTC)[reply]
The reason why I mentioned Shogun: Total War is because of this Video. The player can only issue orders with the mini-map because of an apparent clash between the game's programming and the graphics card of his computer. --Arima (talk) 01:29, 27 October 2010 (UTC)[reply]

technology about a browser called “Spacetime”

i found a 3D browser called “spacetime”,it‘s cool,but somehow not very popular........ i wonder how this browser works or some details else about it. thank you~!~ —Preceding unsigned comment added by Cedric.ye (talkcontribs) 14:13, 26 October 2010 (UTC)[reply]

SpaceTime seems to be a wrapper around Trident (layout engine), the layout engine of MS Internet Explorer, putting individual Trident views on different little floating boxes. Bar some wow-factor, I don't see the added-value. -- Finlay McWalterTalk 14:46, 26 October 2010 (UTC)[reply]

asp.net

I think it's not only the .net version of asp, like instead vb and vb.net, but I cannot understand the difference. --217.194.34.103 (talk) 16:21, 26 October 2010 (UTC)[reply]

Active Server Pages was the old thing. ASP.NET is the new thing; only ASP.NET runs on the .NET Framework. -- Finlay McWalterTalk 16:25, 26 October 2010 (UTC)[reply]
Yes but I think the relationship is not the same that there is between vb and ab.net, the gap is broader but I cannot understand why. I think ASP.NET presence is deeper in .net stack (clr and so on). --217.194.34.103 (talk) 17:01, 26 October 2010 (UTC)[reply]

Protection of code in cgi-bin

Is the code there protected against copy, if random users can still use it? If the code is accessing a DB, is this DB protected against being copied? --Quest09 (talk) 17:18, 26 October 2010 (UTC)[reply]

If the cgi-bin directory is in your web directory, protecting it requires setting up your web server to disallow that directory. A more popular method of security the cgi-bin directory is to place the cgi-bin directory outside the web directory. Then, set up the web server to execute cgi-bin requests on the external directory. The user cannot actually browse to the cgi-bin directory and view the code (or copy any of the programs). The user can only see the output of the cgi-bin execution. -- kainaw 17:45, 26 October 2010 (UTC)[reply]

How much can a typical Windows computer see about the AC power?

I remember seeing a Windows computer display the current line voltage at some point, and I remember that there's actually an interrupt that the computer does when the power fails. But how much data (especially, how much temporal resolution) can the computer actually get about the input power?

  • Can it measure the waveform of the AC power and look for voltage spikes from other equipment? (i.e. see if the surge suppressor is really working, and warn you if it isn't)
  • Can it measure the phase of the current precisely and compare this result to other computers with clocks that you've somehow precisely synchronized, so that you can (?) estimate the length of the wiring connecting them?
  • Sniff for data being transmitted over the electrical wires, or check for reflections of the power waveform from places where there are partial breaks or poor connections?

Probably most if not all of this is impossible, but it'd be neat to know for sure. Wnt (talk) 19:46, 26 October 2010 (UTC)[reply]

The PSU (power supply unit) on some servers can report some AC conditions (sending data on the SPI bus), but most normal PCs can't see anything. Most likely the PC you were looking at was hooked up to an uninteruptable power supply. A UPS can insulate the PC behind it against some weird conditions on the line, such as voltage sag, spikes, and some kinds of weird waveform, but they're not interested in any of these tests you're talking about. UPSes often have a USB or serial connection, which allows them to report some basic conditions to the PC, but mostly that's whether they're on mains or battery, the condition of the battery, and maybe the UPS temperature. I don't think any of what you want is impossible, but it's not in the interest of a normal PC or server PSU maker to implement any of it, so they don't do it. -- Finlay McWalterTalk 19:55, 26 October 2010 (UTC)[reply]

bash and idl

I've just started using IDl and one of things i'd like to do is combine it with my existing bash scripts so i can press one button and go for lunch and all my works done! But i found if a call idl as "idl someFile.pro" that in someFile.pro i cant define extra functions/procedures, they end up having to be saved in individual files. Is there a way round this? either having them in someFile.pro or could i combine them say into a library-like file to keep them altogether? Thanks--86.162.141.190 (talk) 20:45, 26 October 2010 (UTC)[reply]

Do you mean IDL or IDL? Or maybe ICAD's IDL? -- Finlay McWalterTalk 20:49, 26 October 2010 (UTC)[reply]
The programming langauge--86.162.141.190 (talk) 21:10, 26 October 2010 (UTC)[reply]
IDL (programming language) uses .pro files. Here's an introduction to program- and batch-modes from the DoE PPPL lab. You may need to manually "load module" to include and call code in other source files. See also, registering routines and loading modules dynamically. NASA Goddard has a nice online IDL help-system too. IDL is not free software; its documentation and help-files are proprietary, so you may find that the best source for finding information is the program's online help files installed at your site, rather than searching the internet at large. ITT has published an IDL reference manual online as well. Nimur (talk) 21:16, 26 October 2010 (UTC)[reply]

October 27

AVI on a xbox 360

When I try to watch avi or other video files on my 360 using a portable hard drive, it always wants to connect to the internet to download a file required to view the video. This is a problem, because my xbox's ability to connect to the internet is very moody, and some days it won't recognize that it's got a cat-5 plugged into the socket. The wire is fine, it works no problem for my computer, so the issue is with the old 360. I was wondering if there was a way to save the codec files or whatever it's downloading on the xbox so that it doesn't always have to refer to the internet?129.128.216.107 (talk) 03:07, 27 October 2010 (UTC)[reply]

Pause batch file execution on file/folder not found?

Hello, I'm creating a batch file to run on Windows' commandline/Command Prompt which will move items to another location when executed. My batch file is executed in one folder and checks sub folders, moves the files in the subfolders to another folder, then cd's back to the original folder to move on. While creating the batch file, I noticed a serious flaw: If the subfolder does not exist (and it sometimes doesn't), it would execute the move inside the original folder and not the subfolder. Luckily, I noticed this before executing it. For an example, my batch looks somewhat like this:

cd 20101001
move a* (a folder)
move b* (a folder)
move c* (a folder)
[...]
cd "C:\My Folders\Programs\TheFolder"

It goes through that subfolder then moves onto the next subfolder (20101002, 20101003, etc).

My question now is this: Is there a way to have the batch file pause if a file/folder not found error pops up? Then I can handle the situation manually. I wish as much automation as possible; I realize I could just insert a pause after each "cd ########" to manually ensure the folder exists before the move executes. -- 24.251.101.130 (talk) 06:49, 27 October 2010 (UTC)[reply]

Instead of pausing, tell Windows to check for the folder:
cd 20101001
if exist TheFolder (
move a* (a folder)
move b* (a folder)
move c* (a folder)
)
[...]
cd "C:\My Folders\Programs\TheFolder"
And, if it cannot find the folder, you can have it complain to you:
cd 20101001
if exist TheFolder (
move a* (a folder)
move b* (a folder)
move c* (a folder)
) else (
echo TheFolder could not be found.
)
[...]
cd "C:\My Folders\Programs\TheFolder"

--Best Dog Ever (talk) 06:57, 27 October 2010 (UTC)[reply]

You can separate commands on a line with && to execute the second only if the first succeeds, or || to execute the second only if the first fails, or & to execute the second always. You can use parentheses to establish precedence. For example:
    :retry
    cd 20101001 || (echo Directory 20101001 doesn't exist & pause & goto retry)
If you just want to skip nonexistent directories, you could also write
    move 20101001\a* (a folder)
    move 20101001\b* (a folder)
    move 20101001\c* (a folder)
or
    cd 20101001 && (move a* (a folder) & move b* (a folder) & move c* (a folder))
-- BenRG (talk) 07:01, 27 October 2010 (UTC)[reply]
Thank you for your help, Best Dog Ever and BenRG; both of you have helped solved my problem. -- 24.251.101.130 (talk) 07:13, 27 October 2010 (UTC)[reply]

Black bars on YouTube videos

I've just uploaded a youtube video which I made in wmm, and now it has vertical black bars either side and the quality is awful. When I view my video in wmm, it doesn't have the black bars and the quality is quite good. When publishing I clicked "120p", is that not correct? —Preceding unsigned comment added by 91.60.246.201 (talk) 09:17, 27 October 2010 (UTC)[reply]

Caveat: I don't deal with video much at all and can't remember the last time I uploaded a video to YouTube. That said, Display_resolution#Current_standards would suggest that "120p" is very low resolution and likely not the best choice (ie it's lower than 480 or 720). What are your other choices? Dismas|(talk) 09:51, 27 October 2010 (UTC)[reply]
The quality will improve slightly as the video is processed further; I don't know how long that takes, it's normally no more than a day (I think...I haven't uploaded in a while). The pillarboxes are affected by the aspect ratio and video format, found in Tools -> Options. The only combination of those which I've found to produce an acceptable result is NTSC format and 16:9 aspect ratio. Note: I'm no expert - this is all based on personal experience of videos turning out badly pillarboxed on Youtube, and the solution that I found. Vimescarrot (talk) 11:40, 27 October 2010 (UTC)[reply]

Clustered Computing - Booting & Cluster Shared Volumes

Hello Everyone.

   In a cluster of computers, do each of the servers have its own boot volume, or do all servers in a cluster boot from the same volume? The Wikipedia article on clustered computing doesn't make this clear. I'm aware that all nodes in cluster store data on on the same cluster shared volume, so my question is only about where each node's operating-system is stored.

   Thank you to all respondents. Rocketshiporion 09:25, 27 October 2010 (UTC)[reply]

I've never really fully understood how Facebook's friend search works. I realize that they don't reveal just exactly how it works and so on but still, parts that would seem obvious aren't. I'll provide examples to explain what I mean.

  • I've sent a message or two back and forth to an old friend's little brother. The brother and I aren't FB friends and he keeps his friend list private, so I can't find my friend by looking through his friends. The brother says that my friend is on FB. When I search for my friend's name, I only get two people (I didn't think his name was that uncommon but whatever) and neither of them are my old friend. A) Why can't I find my friend directly with a search?
  • Another example which is similar to the one above... I have about a dozen people that I work with in my department. One of the people, I'll call him "Joe", does not come up in a search. We all were talking about FBs strange search results tonight and started trying to find one another through the search. We're not all friends with each other on FB. None of us could find Joe even though we were typing his name in correctly. And Joe has said that he has not activated any sort of privacy setting to keep people from finding him. In fact, he said that just this week a friend of his from another state was able find him just fine when they don't have any friends in common. I don't believe he is misleading us.
  • Another person I work with, I'll call her "Cindy", comes up in a search but she comes up as the seventh result in a list. Cindy's name is not all that common at all. The first six results are all mis-spellings of what I searched for. I searched for "Cindy Doe", which is what she goes by though on FB she is registered as "Cynthia Doe". The first few results are for "Cindy"s with other last names. Then the list goes into "Cynthia"s and, even though I spelled her last name correctly, she is still the second or third Cynthia. Considering Cindy is short for Cynthia and I spelled her last name correctly, I would think that my Cindy would be the first result. Add to that the fact that we have the same company listed as our employer and it's more confusing. And then on top of even that, she is friends with a friend of one of my friends. And finally, although due to privacy settings, I can't see Cindy's "current city" (remember, we're not FB friends) though I know where she lives (roughly) and her home is not that far from my own. So wouldn't this kick her even further up in search results?

So, in summary (and I'm sorry this is so long), FB's search confuses me. It can suggest friends that I knew 30 years ago but not show any evidence of people that I currently work with. I don't see any setting to hide myself from search results, so I don't see how someone could do just that. Besides which, that would run counter to the point of FB which is connecting with other people! Dismas|(talk) 09:44, 27 October 2010 (UTC)[reply]

When searching by name, the person has to use that name EXACTLY. There are a few things it will do, such as look for "Charles" if you type in "Chuck". But, if you search for me with my first name, you won't find me. My Facebook profile uses my middle name. Facebook won't instamagically search DMV records to find out what my first name is and then add me to your search results. As for the recommender, it is a fairly simplistic "friend of a friend" algorithm. If you have friends in common with someone else, it will suggest that person as a friend. -- kainaw 12:19, 27 October 2010 (UTC)[reply]

Backing up mp3s

I currently keep my ~30 gig MP3 collection on a Western Digital 250 USB External Drive. However, I'm worried about the device becoming disconnected or power failure occuring when my computer is accessing the disk for playback. What are some of the more reliable ways to back your music up? I was thinking that DVDs or other disc media might be prone to scratches or decay after some time, so perhaps buying another external drive is worthwhile? Or are there any consumer storage platforms / devices with decent integrity that will provide a reliable backup platform? —Preceding unsigned comment added by 87.194.244.64 (talk) 10:36, 27 October 2010 (UTC)[reply]

If you have 2 Hard drives, or if you have plenty of space in one, you can just keep copies there. If you have a network (Anything with a router) you could consider getting a Network storage HD, so you can access it from anywhere in your network (handy for laptops), or you can get an external desktop hard drive, or you can back it up online, if there is any service willing to do so. If you do that however, it will probably take you a long time as upload speeds are slow. It depends on what else you may want to put on, or how much money you have. I don't recommend DVD's, I'd rather stuff everything in a blu-ray disk. General Rommel (talk) 10:52, 27 October 2010 (UTC) Oh and for anyone wondering, I'm Sir Stupidity, renamed myself[reply]

I don't think there's any risk of data corruption during a power-cut if you're only playing back the files. I would recommend a hard dive for backups, you can get 1TB drives very cheap 82.44.55.25 (talk) 11:23, 27 October 2010 (UTC)[reply]

Over here a large chain is advertising 1 TB hard drives for EUR 49. That's ~0.5 ct per GB, or ~2.5 ct for the 4.7 GB of a DVD. I don't know what a DVD-R costs nowaday, but I'd also suggest going with a spare hard drive. --Stephan Schulz (talk) 11:50, 27 October 2010 (UTC)[reply]

what does a message like this mean

fsck from util-linux-ng 2.17.2
/dev/sda1: clean, 159694/7143424 files, 2635033/28562944 blocks
 * Starting AppArmor profiles       �[160G Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox

� [154G[ OK ]

 * Setting sensors limits       �[160G 

� [154G[ OK ]

Unable to start guarddog firewall - /etc/rc.firewall does not exist
speech-dispatcher disabled; edit /etc/default/speech-dispatcher
 * Starting Mail Transport Agent (MTA) sendmail       �[160G  

i had installed guard dog but this message is keeping me confused?Metallicmania (talk) 11:33, 27 October 2010 (UTC)[reply]

Natural Language Programming

Is programming gradually moving towards a more intuitive interface (it seems like it has historically with the progression FORTRAN-->BASIC-->C-->PERL-->VB (seperate debate, I know)) and will we eventually get to the point where you could type build a program to do x, y and z and the computer could compile an effective program? TheFutureAwaits (talk) 12:27, 27 October 2010 (UTC)[reply]

Natural language is too vague to express complex technical concepts with sufficient accuracy. This problem isn't confined to computer technology, and has nothing to do with a computer being on the receiving end of a communication. When one human mathematician wants to speak to her peers, she writes a mathematical discourse using a complex set of symbols and words; her meaning just can't be conveyed in everyday language, no matter how smart she and her interlocutors are. When an electrical engineer wishes to communicate how an electrical circuit works, she draws a circuit diagram, another complex language that's unintelligible to anyone except other electrical engineers. So it is with chemists, astronomers, molecular biologists, information theorists, and the makers of springs. Computer programs are the specialised language for describing computation; even if computers were still rooms full of people, you couldn't tell them what to do just with a paragraph of ordinary English. There's nothing "intuitive" about how a string of nucleotides is written, how an echo-canceller circuit is drawn, how the Riemann Hypothesis is described, and there definitely nothing intuitive about Visual Basic programs. -- Finlay McWalterTalk 12:53, 27 October 2010 (UTC)[reply]
Computer! Develop an Algorithm! --Stephan Schulz (talk) 13:00, 27 October 2010 (UTC)[reply]

Online song editing

Hi,

I really like picnik, the online image editor. You can edit an image from your computer without having to jump through any hoops, like downloading software, registering, etc. Do you know of something like this for editing songs? I have a song on iTunes that I'd like to edit out the middle section for when I play it at a party. I've done lots of editing in the past but I no longer have the software. I just want to do an easy snip. Any suggestions? 71.72.151.162 (talk) 13:01, 27 October 2010 (UTC)[reply]

Audacity is the usual suggestion for this sort of thing. AndrewWTaylor (talk) 13:04, 27 October 2010 (UTC)[reply]
Thanks, but that appears to be a program that you have to download, which is not what I'm asking about. I'm hoping to find an online editor. (I'd rather not download because I'm not at my own computer now.) 71.72.151.162 (talk) 13:10, 27 October 2010 (UTC)[reply]

rss

I am using Windows. I would like an rss program that could download the linked articles (.html files and images) that are listed in an rss feed. Thank you. —Preceding unsigned comment added by 188.176.96.178 (talk) 13:29, 27 October 2010 (UTC)[reply]

audioboard

whar's the difference between the mic in and the line in? t.i.a. --217.194.34.103 (talk) 13:33, 27 October 2010 (UTC)[reply]