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

 



Forgot your password?
typodupeerror
×

Comment Re:Not just the Air (Score 4, Informative) 509

Wow, nice straw man. The registry has nothing to do with itunes suckiness. Itunes is bloated and slow. its a what, 100mb download for a fancy media player and organiser. Winamp, foobar2000, mediamonkey and pretty much every other media player I've used over the years are tons lighter, quicker and just plain work better.

I mean, itunes can't even automatically pick up new media you put in the media folder on your computer.

FWIW, the registry is NOT slow. And you don't have to "open the database" to get each setting. When you log on your registry hive is loaded into memory, and its pretty quick. However, it does suck having a bunch of programs settings stored in one binary file, and file associations on windows do suck.

Comment Re:The beauty was in a lack of explanation! (Score 1) 465

That is also what was so good about Stargate SG1. It was quite common for a scientist-type character to say to one of the other characters "we found this gizmo on an old abandoned planet. Their technology was way ahead of ours. We have no idea how it works, but you press this button here, and this happens! Isn't that handy!"

Comment Re:Doesn't matter what he did (Score 1) 465

At least you've got it better than australian TV.

Typically the networks here hype the shit out of upcoming shows or new seasons, highlighting the fact that it is "fast-tracked" from the US. 1/3rd of the way through the season they will without warning suddenly either miss a few weeks, or show a few re-runs of old episodes in random order, without advertising that it is a re-run. Sometimes a few new epoisodes will be shown, but the ratings probably aren't what the network hoped (because they have successfully driven away a decent proportion of their viewers)

They they will move the show to another timeslot, 11:30 on a weeknight or something. Possibly they will randomly change the timeslot each week week for a few weeks after this.

Another few weeks of this and the show will disappear without a trace, never to be mentioned again.

They have done this with supernatural, V, house, NCIS.

A lot of people here now just download torrents of shows if they like the torrent. Of course, the networks now winge that "internet is destroying us".

Comment Re:Pirates rejoice (Score 1) 583

This would be great for pirates, who the hell would the MPAA and RIAA sue if everybody in one region shared a single IP#?

If a large number of people were behind a NAT device then I don't reckon those people could accept incoming connections - meaning they couldn't seed at all, making their speeds suck, and everyone else's speeds suffer as well (less seeders)

So, maybe MPAA/RIAA are fine with this idea. We should all be happy content consumers, we don't need the ability to distribute our own bits at all.

Comment Re:Once again.... (Score 1) 356

And about it taking 25 seconds to boot? Well guess what, my itouch takes longer than that to boot. Iphones and ipads I've played with all take much longer than that to boot too.

Seriously, WTF is it with people obsessing with boot times? If you need to reboot your computer/device more than once a week these days, then you are doing something wrong.

Every laptop I've owned in the last 10 years has had the ability to last more than a week in "sleep" mode before the battery goes flat, and wakes almost instantly.

Comment Re:Why not shut the sites down instead? (Score 1) 254

It's still a lousy excuse for not doing the actual work.

When the Finnish block list leaked (for the first time) it turned out a lot of the sites were actually hosted in countries where child porn is illegal (and where you could actually assume the police might act on it). Guess what the Finnish police did? They just slapped the sites on their secret list, and did not inform the police in the countries where the crime was being committed.

Yep, and lets not also forget that a LOT of the sites had nothing do do with child porn. And some dude did an analysis of the sites and listed the results on his blog. Not the actual sites, just out of x sides, y were child porn, z were gay porn, etc etc. This proved the "quality" of the blacklist was fairly shakey at best.

And guess what? His site was then added to the blacklist

Comment Re:Harddisks (Score 1) 715

Yeah, +1 for that. A decent quality PSU is way underrated. Often people who build a PC from components use the cheapest power supply they can find, or the really really crappy one that was thrown in with the case... Or maybe that was just me...

Anyway, about 7 years ago I built an athlon from (cheap) parts, it was as unstable as fuck, and I ran some ram tests that showed the ram was dodgy so I eventually replaced the ram with quality kingmax stuff and the leafblower PSU with an expensive silent PSU from Q-Tech and my puta was from that moment one of the most solid computers I've ever used... I've still got that PSU in my main desktop PC, and its still a very stable quiet powerful machine.

Sometimes you get what you pay for...

Comment Re:The circle is now complete! (Score 1) 363

One other thing, by the way: I fully expect that on Kraken shipping Chrome and Opera are faster than Firefox 3.6.

Firefox 3.6 is pretty sluggish compared to the latest 4.0 betas, and I beleive that b6 will have a lot more JS optimisation enabled.

So yeah, I'd expect FF 3.6 to be the slowest of the bunch. Excluding IE of course, which is in a whole different league of slow.
Actually, there are probably several empty leagues between FF/Chrome/Safari/Opera and IE

Comment Re:What do you mean 2001? (Score 1) 473

And another useless factoid is the team behind Outlook Web Access invented AJAX. (call it web 2.0 if you are that way inclined)
(but wait, I thought microsoft never did anything truely innovating...)

They wrote an ActiveX control for IE 4 to do asyncronous http requests that could be called from client-side scripts on the page for OWA in exchange 2000. Microsoft saw the potential in this, and added support for XMLHTTP into IE 5. It was quite a few years until the rest of the world woke up to the potential of this technique, and AJAX really took off.

You can read the full history of OWA here.

Comment Re:So ... the War's Back on Then? (Score 3, Insightful) 336

The crack broke the PS3 wide open - completely. Those cracked PS3s can have their code read - and they can lie to Sony about their firmware version. Sony really has lost - it's you that doesn't understand.

Bingo, you've got it.

Now hackers have full access to the hypervisor Its only a (probably short) matter of time until apps appear that either lie about the firmware version, or even better, allow you to upgrade the firmware and retaining hypervisor access.

Comment Re:Pfah. (Score 5, Interesting) 272

Totally agree. Only problem is writing recursive CTE queries is beyond most programmers. Hell, a lot of programmers struggle with anything but simple inner joins.

IMHO CTE's are one of the most underused and powerful features of SQL. Not just for recursive queries, but for bridging the gap between functional and procedural programming.

I write all my complex queries as a series of simple CTE's now - each CTE gets me one step closer to the actual query I need, and the magic of the query optimizer combines them all into a single query plan. Makes testing, debugging and maintaining a complex query about a million times easier.

Slashdot Top Deals

Any circuit design must contain at least one part which is obsolete, two parts which are unobtainable, and three parts which are still under development.

Working...