Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Submission + - Are There More Girl Geniuses? (american.com) 1

airjrdn writes: From the article, "In fact, males and females appear equally intelligent, on average. But on standardized intelligence tests, more males than females get off-the-chart test scores—in both directions." Is it just the nature of males to care less (do poorly) and to "live their work" (do extremely well)?
Apple

Submission + - iPhone 4 Death Grip Result of Software Bug

dbkluck writes: Apple today announced that they were "stunned" to discover that the so called "Death Grip" glitch that causes the iPhone 4 to seemingly lose reception when held a particular way is actually a software bug. From the press release: "[T]he formula we use to calculate how many bars of signal strength to display is totally wrong. Our formula, in many instances, mistakenly displays 2 more bars than it should for a given signal strength." Apparently, when lefties and others who shouldn't "hold it that way" appear to suffer massive signal dropoff, "their big drop in bars is because their high bars were never real in the first place."
Bug

Submission + - Nmap cripples a whole corporate network (h-online.com)

rfelsburg writes: An nmap scan with certain parameters is apparently sufficient to temporarily cripple a whole corporate network. On the Full Disclosure mailing list, a network admin reported that he used the following command to establish the SNMP versions of his routers and servers:

nmap -sU -sV -p 161-162 -iL target_file.txt

where target_file.txt contained his systems' IP addresses. However, the scan caused most of his network devices to crash and reboot, including several Cisco routers. There were very varied responses to his question on the list whether this problem was caused by a DoS vulnerability within the devices or by a flawed configuration.

Open Source

Submission + - Finding Open Source Projects Looking for Help 1

aus writes: I've been doing web development for about 10 years now. It's been very good to me, but I want to do more that write HTML, PHP, Javascript and CSS. Since the job market isn't all that great right now in the US, it would seem that volunteering some time on an open source project would give me the satisfaction I'm looking for. The problem is finding a project that wants/needs help that I would also be interested in. I've tried browsing around on sourceforge and freshmeat...is there a site somewhere that I'm not aware of that has classifieds where open source project maintainers post "job" listings?

Submission + - US manufacturers can't find skilled workers (nytimes.com) 1

andy1307 writes: The New York Times has an article in the business section about the inability of US manufacturers to find workers with the right skills. During the recession, domestic manufacturers appear to have accelerated the long-term move toward greater automation, laying off more of their lowest-skilled workers and replacing them with cheaper labor abroad. Now they are looking to hire people who can operate sophisticated computerized machinery, follow complex blueprints and demonstrate higher math proficiency than was previously required of the typical assembly line worker.

Makers of innovative products like advanced medical devices and wind turbines are among those growing quickly and looking to hire, and they too need higher skills.

Supervisors at Ben Venue Laboratories, a contract drug maker for pharmaceutical companies, have reviewed 3,600 job applications this year and found only 47 people to hire at $13 to $15 an hour, or about $31,000 a year. All candidates at Ben Venue must pass a basic skills test showing they can read and understand math at a ninth-grade level. A significant portion of recent applicants failed. In a survey last year of 779 industrial companies by the National Association of Manufacturers, the Manufacturing Institute and Deloitte, the accounting and consulting firm, 32 percent of companies reported “moderate to serious” skills shortages. Sixty-three percent of life science companies, and 45 percent of energy firms cited such shortages.

Comment Use ACDSee, it'll do what you want (Score 1) 326

I wrote a blog entry a few years ago discussing how to do this with ACDSee and Fotki here - http://frozenpixels.wordpress.com/upload-your-acdsee-photos-to-fotki-with-tags/ I still stand behind ACDSee, but recommend against the pro version, as I've yet to see any functionality there that requires most users to upgrade. ACDSee lets you tag/categorize photos and videos, and is still very fast with my 18,xxx photo collection. You can export the entire catalog database to an easily read XML file, so you aren't locked into a proprietary format for life. Additionally, the ability to embed your tags/categories into the images (or vice versa - import existing tag data into ACDSee's database) is a feature sorely missing from most other utilities. Some other nice features are the ability to sort just about any way you'd want to, simple and/or filters (show me pictures that have Bob AND Tom, etc.), calendar views, and decent basic editing to crop, fix red-eye, and so on. I think there's a trial version you can download and play with. I'm still running version 7.0, and haven't seen a compelling reason to upgrade. There are free alternatives out there, but none possess all of the features of ACDSee, and most are missing some key ones IMO.

Comment Re:Which DB is better? (Score 1) 271

I'm glad you posted an actual size. I'm always curious what others feel is a large database, to me, 150G isn't overly large at all. The company I work for processes phone records, where we receive about 6M new records each day. Depending on the database (some for KPI metrics, some for warehousing duties, etc.) the sizes vary dramatically, but our "monthly" databases are typically in the 250G range, while our largest is currently just under 3TB. I checked what I believe is our largest table, and it currently has just under a billion records. It's been higher in the past, but we've lowered the # of months of data stored there recently. We are a Microsoft shop, and all of this is in SQL Server. For normal storage/queries, a decent SQL box will suffice depending on how many users are hitting it, etc., but we built a custom distributed processing system to do the actually processing work.
Mozilla

Submission + - Surprise! Firefox 3.5 arrives

darien writes: "Just a few days after the release candidate, and with no fanfare, the official release of Firefox 3.5 has appeared. Currently it's only appearing by in-program update – it's not on the official Firefox site yet – so information is a little thin on the ground. Given the timescale, though, it's doubtful anything significant has changed from the RC."

Comment Re:Could there be another reason? (Score 1) 203

You raise some excellent points, and if rolled out correctly, you're right, 21MB/s wireless will wipe the floor with wired connections for the masses. The problem is whether or not it's done correctly.

The iPhone ushered in the portable/handheld computer with internet access for the average person. You could get an add-in card from a carrier for your laptop, but most people wouldn't. If that same data plan was part of your existing phone bill and your phone had an actual (usable) browser...things get different.

If you look at how poor 3G is in a lot of the areas, it's clear something isn't right. In Springfield, IL 3G coverage is here, but regardless of phone type, network issues abound. Try doing anything remotely intensive w/the phone, and you'll see how slow their 3G implementation is. It's NO where near 3.6MB/s. If they couldn't roll that out right, what's to make me think they'll do it right at 7x faster?

Comment I put something similiar to this together myself.. (Score 3, Interesting) 266

But it may not be everything you're looking for. My requirements were:
1 - Mask the filename
2 - Encrypt the contents
3 - Add recovery data in case the file got damaged
4 - Ability to view unmasked filename from web

I put together a batch file I could drag/drop multiple files onto that used WinRAR to compress the files (individually), with encrypted filenames, a password (of course), and included archive recovery data. It then used ReNamer to encrypt the .rar filenames. After that, I simply FTP'd the files to the server.

I had a webpage that would accept a password, and unencrypt the filenames so they were viewable in readable form on the page. Each one was a hyperlink. There was an extra step required if you wanted the downloaded filename to be unencrypted as well.

After uploading 115G or so, my host alerted me to the fact that they didn't allow me to keep offsite backups there. :) So in the end, I'm not even using it at the moment.

My solution didn't allow me to search within the files, but it did allow me to store files on the server that they had no way of viewing the contents of, or guessing the contents of based on filename.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...