Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:It's a reasonable requirement (Score 2) 448

My 3 year old daughter goes to daycare where her current teachers are both non-native speakers (one from China, one from a slavic country) and the both have an accent. It is not harming her speech at all, she learns new words just fine. Sometimes she learns them improperly but they get corrected in short order. The key is that children hear language from many different sources and incorporate all of it, not just the one or two teachers with an accent. So I think this whole accent thing is quite overblown.

Comment Re:Been there, done that, so true. (Score 1) 462

What kind of post-apocalyptic city do you live in that doesn't have radio stations with music, or record stores (albeit, they don't sell records anymore)? Maybe things are different in Canada, but none of the things you are saying are true about the cities I am familiar with.

1. Stores now can make money from internet presence and this helps keep the bricks-and-mortar location profitable.
2. Blockbuster... well, I'll give you that one. Netflix has done them in. Also illegal downloads. Also new releases cost WAY less than they used to (esp when you factor in inflation). So I'd say buying movies is a cost-effective alternative to renting.
3. Broadcast TV is very location-dependant. Cable TV has always been superior. As for better shows, I think nostalgia has confused you. Yes, SOME shows were better then than SOME now, but on average, there's a better selection now with some much better productions.
4. Radio: still alive in many cities.
5. Record stores: There are too many to count in my city.
6. Computer parts: My friends and I never buy online. Better to go into the store and negotiate a discount with the people there. These stores are always full of customers. They are everywhere and expanding and opening new locations. So I don't think the internet has hurt them.

Maybe you're just living in the wrong city? :)

Comment Re:One of the biggest problems is configurability (Score 4, Insightful) 120

PHP's strength: ubiquity. PHP is installed everywhere, so if you are intending for your application to be deployed on diverse machines with low-cost hosting it is a good bet. I like to code in Java but for my home website it's all PHP because that comes free with my hosting provider, whereas better environments are more complicated to set up or more expensive.

Comment Re:well super (Score 1) 145

I fully agree that the corporate use-case is different. However Firefox is notoriously annoying to corp admins because they want to customize the install and manage it using a software distribution system. Microsoft provides an IE customization and management kit that allows this, but Mozilla does not have anything similar for Firefox. If they had that it would be the natural place to put in such a feature.

I can understand, though I disagree with, the logic that says regular users shouldn't install updates and we won't even try to elevate. But there is no way to even be notified of updates at all. There isn't even an easy way to get to the update website to visually check. You're just left in the dark. If my parents ever buy a new computer, I would want them to run as a regular user, however with this limitation I don't know if I can recommend it.

Comment Re:well super (Score 2, Insightful) 145

I can install it as a normal user. Here's how:

1. Log into Windows as a normal user.
2. Double click installer.
3. Windows prompts you to elevate automatically. Enter password for elevation.
4. Install. Close down FF if it runs after install because it is running as admin.

Then, as a normal user, start Firefox. You are logged in as your normal user and running the browser you just installed. But mysteriously FF's update feature is completely turned off. It doesn't even WARN you that there is an update pending, never mind downloading it, or downloading it and asking to elevate privs so that you can install it or ask an admin. The feature is so fully disabled that you can't even ask it to check for updates. This means that I have to rely on hearing about updates through some third-party channel, such as /., then remember to start Firefox as an admin to manually make it check for updates. This is so fundamentally broken that it's clear not a single FF developer uses a normal user account on Vista or 7.

Comment Re:It probably won't protect more children (Score 4, Informative) 596

I read the ruling. There is an actual offence which was committed. It is against the law (a law passed by parliament) to communicate with a child under 14 (at the time this offence took place the law said 14) for the purposes of facilitating a secondary crime such as abduction or a sex crime or a child porn crime.

The accused admits to have had sexual conversations with the child who had represented herself as 13 (she was 12). The accused admits that he stated a desire to have oral sex with the girl. He denies any desire to actually meet the girl or to actually have sex with her or to actually abduct her or to actually get dirty pictures of her or whatever.

The trial court ruled that since he didn't want to meet her he wasn't facilitating a crime.

The supreme court ruled that "facilitating" means, among other things, "making easier" or "making possible" or "making more possible" the acts in question. So there is a question about whether or not he "facilitated" under the terms of the law.

Thus the accused will receive a new trial.

So there WAS a law and it sounds like he did break it. This is not a new law. This is a clarification of the wording of the old law. The sticky point seems to be that facilitating merely involves gaining the trust of a child, so any talk which gains the trust of a child could be facilitating. However it would require a strong burden of evidence to prove that such talk was for facilitating the crime.

Comment Re:Bring out your mind readers. (Score 1) 596

That story sounds fishy. I thought most places had age-of-consent laws that make more sense than that. In Canada the age of consent laws allow, for example, a 16 yo and 14yo to have sex even though the age of consent is 16. And a 16yo could have sex with a 40yo and it's not a crime (well, excluding other categories, such as if the adult is in a position of authority over the child).

Comment Re:I didn't ... (Score 2, Informative) 756

The Intel Xeon processors introduced a mode called PAE that increases pointer size to 36 bits. This allows the OS kernel to access more than 4GB of ram. Individual processes typically can not access this RAM directly but the OS and CPU handle this using hardware and virtual memory.

The Slashdot post is typically alarmist in claiming that there is an MS conspiracy afoot when in fact it's that PAE causes problems for countless drivers that are used on consumer computers but aren't used on servers. Servers have a much smaller range of hardware and the hardware and drivers are tested for PAE. Your desktop was not tested for PAE. So Microsoft disables the feature because you probably don't need it and it probably won't work anyway. If you know what you are doing you can get a Server OS and make it work.

Now, you say, "Gee, it's 2009! Who's Microsoft to say I don't need 4GB of RAM?" Well, XP is 8 years old and that is when this limitation was introduced. And your consumer version of Vista or 7 will work fine with 4GB if you get the 64-bit version. So everyone can calm down and pick the right OS for the job instead of whining about the sky falling.

Comment Re:Stupid license. No thanks. (Score 1) 419

Remember, most of the time bloat-free == freature-free. Sure, your mobile phone will be really really fast but you won't be able to add any software to it since nobody else uses this OS.

Just look at the difficulty systems like FreeBSD/NetBSD/OpenBSD have with apps like KDE or Gnome: changes to these apps frequently work fine on Linux and break on *BSD. Now imagine some tiny OS trying to maintain ports of everything. This OS has its own API and everything. Every single app will need to be rewritten.

And in the end their claims for performance will only take them so far: Linux and Windows and MacOSX have had lots of performance tuning by very smart people, and Minuet will have some real challenges in the general case. Sure, Linux could be faster, but overall, when you're getting real work done, you'll usually get it done faster with mature tools.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...