Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Breeds Used in Study? (Score 1) 99

Ex-racing greyhounds certainly aren't all like the parent's experience. My girlfriend has two rescued greyhounds, and they behave like the description you gave. They sleep most of the day, and just need a walk in the evening to tire them out. (They're clearly build for speed - not endurance..) My guess is the parent's dog misses its owner - the ones I've met are very affectionate, and crave company. They also like order, so it could be a disruption of its routine affecting it.

Submission + - UK Police retains DNA data despite promise not to (circulartriangle.com)

redalien writes: "In 2008 I invited two policemen into my home and voluntarily gave them a DNA and fingerprint sample to help with a murder investigation, as they'd promised it would only be used for that investigation. I was never under any suspicion and could just as easily have said no. Almost a year after the investigation closed they have now confirmed that they've retained my samples and at my request have begun an investigation to see if there are sufficient "exceptional circumstances" to remove them.

I'm not the only one that was told samples would be removed, so if you've had such a promise from the police I recommend contacting their data protection registrar immediately."

Comment Is compiled PHP even possible? (Score 1) 295

PHP is a weakly typed language, so for any given operation, the interpreter will have to check the types of the operands and then figure out which operation(s) on the CPU to call to solve it. Also, as it's dynamic, the operand may not even exist yet.

So, even if you did write a compiler for PHP, instead of the PHP interpreter doing the type checking and figuring out what to do, you'd have to compile in some runtime checks to implement the same logic that's currently in the interpreter for every single operation. This doesn't sound to me like it'll be significantly faster (Although I'll freely admit it's just a gut feeling.)

So, a question to the room - if it's even possible, is there any advantage in compiling a dynamic weakly typed language to native code?

Comment Can there be a difference? (Score 1) 397

What puzzles me about Blu-Ray players is whether there can actually be a difference in picture and audio quality between cheap and more costly players. Ignore the analogue output - I appreciate the "better" player can have a better DAC. Also, I appreciate the "better" one could be more responsive in the menu system, load faster etc. But when it comes down to actually playing the movie, surely the player's just reading the data, decoding it according to a specified algorithm and spitting out the decoded version over HDMI?

Comment They don't charge. (Score 1) 182

The commercially supported PHP they're talking about is Zend Core. Zend don't charge for it. (Although they do, obviously, charge to support it. I think you get one free support ticket when you download it, but I may just be imagining that...)

The thing you're linking to - Zend Platform - is a totally different product that sits on top of Zend Core to supply some high-availability functions, session clustering, Java bridge, monitoring, profiling, etc.
OS X

Mac OS X Secretly Cripples Non-Apple Software 559

spikedLemur writes "Vladimir Vukicevic of the Firefox team stumbled upon some questionable practices from Apple while trying to improve the performance of Firefox. Apparently, Apple is using some undocumented APIs that give Safari a significant performance advantage over other browsers. Of course, "undocumented" means that non-Apple developers have to try and reverse-engineer these interfaces to get the same level of performance. You really have to wonder what Apple is thinking, considering the kind of retaliation Microsoft has gotten for similar practices.
Privacy

Cross-Selling Online Scams and Security Issues 101

An anonymous reader writes "The site 12 Angry Men recently published a discussion of a widely used but little-known online scam called 'cross-selling'. Essentially, after-sale shops cut deals with shady online retailers in an attempt to make a quick buck off of you after you've already bought something. 'What actually happens is that instead of linking to the site as a separate session, they link internally as another page in the same session. Why is this important? When you do a credit card transaction, any reputable company will attempt to protect your credit card data. They do this by establishing an SSL session to encrypt sensitive data on-line.' What makes everything even more interesting is that now the company has responded, with the usual white washing and meaningless statements."
Microsoft

Next Generation Zune Coming for Holiday Season 208

thefickler writes "Microsoft has confirmed the existence and coming launch of the long rumored Zune 2.0 or 2nd generation Zune, and it appears that Microsoft will expand the Zune family with new styles, sizes, and price points. 'Future Zune products will feature podcasting support and expanded video support. The Zune will also move into other geographic markets when Microsoft feels it has an appealing product to offer those demographics. Perhaps most importantly of all, the representative mentioned that Microsoft will build on the wireless support. Maybe we'll finally have the freedom of synching our digital audio players via wi-fi. The rep didn't mention anything specific about Microsoft's rumored answer to the iPod Shuffle. But interesting rumors from sources considered "reliable" point to a very innovative product.'"
Mozilla

Firefox Lite And Old PCs Could Crush IE 434

Eatfrank writes "A recent CNet article suggests that Mozilla should pipe a lite version of Firefox into older PCs to further attack IE's dominance: 'Firefox supporters, take note. A bare-bones Firefox will get the browser into more houses, increasing the Fox's market share and keeps it in novice users' eyes for when they get a new PC ... a truly great super-lightweight browser would have the security of Firefox, without the add-ons, without the tabs, yes, even without favourites, history lists and customisability. The Firefox name is synonymous with security and Web-browsing vigilance. Why not give this to the processing lightweights of the PC world?'"

Vista Sales Strong, Higher Than Expected 394

An anonymous reader writes "Despite reports, it seems Microsoft is not only alive, but has been thriving these last few months. Following Apple's solid earnings yesterday comes above-expectation reporting from Microsoft. Profits jumped 65% from the previous year, and sales of its Windows operating system were strong: 'Microsoft said it deferred $1.2 billion in Windows Vista revenue to the third quarter, to account for upgrade coupons given to PC buyers during the holiday season before the consumer launch of the new operating system. Excluding this figure, client revenue totaled $4.1 billion, 30 percent higher than last year.' Microsoft Chief Financial Officer Chris Liddell said Vista beat internal forecasts by $300 million to $400 million, and Office 2007 sales were $200 million better than expected."

Slashdot Top Deals

If you teach your children to like computers and to know how to gamble then they'll always be interested in something and won't come to no real harm.

Working...