Forgot your password?

typodupeerror

Comment: I'm still going my original guess for NVIDIA (Score 1, Interesting) 143

by Akir (#30502562) Attached to: Nvidia Waiting In the Wings In FTC-Intel Dispute

I still think they're using Transmeta's engineers to run x86 code on their GPUs so they can get Windows to run on systems with other ISAs for their CPU. ARM and POWER, anyone? It sounds much cheaper and simpler than doing the insane amount of testing needed to roll out a new chip, and you'd get the added benefit of accellerating your everyday applications without needing to recompile them for CUDA. Plus NVIDIA will have the advantage of being the first ones out there with SSE5. So BAM!

Comment: Re:Hmm.. (Score 1) 664

by Akir (#30168270) Attached to: Google Releases Source To Chromium OS

You know, I like to think that I'm a nice person, but I'm going to just have to say this; you are an idiot if you think you can compare what's essentially opcode code translation with complex interpretation.

Have you ever found a CPU that was designed to run programs slowly? x86, along with every other ISA, is designed to run general applications as fast as possible. So they designed their CISC-philosophy chip to do instructions that would, if used, make programs run faster. But when they developed the RISC philosophy, and figured out how to implement superscalar design, of course you're going to get more performance out of the RISC core - it's implementing every part of that 5-cycle instruction simultaneously in one or two cycles. Besides, with the plethora of extensions x86 has tacked on to itself, do you really think that those instructions are the most important for running your computer?

However, the web is not machine code. There is no known design for a hardware processor that will 'execute' a web page. And that's because web pages are more like a page description language than anything else. Thinking metaphorically, it's more like source code for some high-level compiled language. Every time you render a web page, you have to wait for it to compile the code. And even after that, you have more complexity with javascript, AJAX applications, server pushes, flash, java, and more. And if you think about it, you'll realize that none of the web technologies were originally designed to do even a quarter of the things we make them do today. Do you really think that we'll be able to do everything that we can do with our relatively behemoth desktop machines on a web browser?

I'm not saying it's impossible to do everything we can do with computers in a fancified web browser. But it's definitely going to take a lot of work, and for it to work, the technologies involved in the internet are going to have to evolve dramatically.

Comment: Old news. (Score 1) 849

by Akir (#30139050) Attached to: Can We Really Tell Lossless From MP3?

Do I seriously need to look into the past articles to prove how old this news is? Seriously folks; this isn't exactly rocket science here - this is all stuff everyone knows about by now. Hey, do I even need to point to the link to the story about how people actually prefer the sound of MP3 because of the encoding artifacts, much like how people preferred records after CD's came out because of the noise/repressed frequencies?

Comment: Solaris time! (Score 2, Interesting) 265

by Akir (#30111694) Attached to: Free Software For All Russian Schools In Jeopardy

If the problem with deploying Linux is not having enough trained professionals, why not go with Solaris? OpenSolaris is free, and Sun offers training for it. Don't know if they have russian solaris training, though. Or they could go through multiple other training sources that are available for Linux. No matter how you put it, paying for windows, no matter how low your discount is, doesn't make sense. For chrissakes - if everyone in Russia were running Linux, wouldn't that get rid of the training problems?

Comment: The only reason for two computers one monitor. (Score 1) 628

by Akir (#30104452) Attached to: At My Computer Desk, I Use...

The only reason to have two computers and one monitor is if you, like me, have an Amiga. No, UAE is not perfect; the actual thing is. So to speak. The only thing is that the Amiga doesn't use standard PC peripherals, so my real response to this poll should be "two computers, one monitor, a bunch of keyboards and mice, and thousands of floppy diskettes".

Comment: Re:Problems on the horizon for Gnome 3! (Score 1) 419

by Akir (#30097948) Attached to: GNOME 3 Delayed Until September 2010

I was a little tipsy when I wrote that comment. OK, a lot tipsy. What I was trying to do was compare the transition between gnome 2.x to 3.x and the transition between KDE 3.x to 4.x. KDE 4.x introduced tons of new technology and did it's best to break away from the desktop metaphor. But because it was so unlike KDE3, there was a huge uproar.

The greatest griefs are those we cause ourselves. -- Sophocles

Working...