Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:VM hacking? (Score 3, Informative) 81

The Article (yes, they are not just a myth) explicitly tells of Ubuntu running on (err, op top of the hypervisor on) the PS3. Now, I for one do NOT want to go through and compile EACH AND EVERY SINGLE Ubuntu app I desire after being spoiled with apt-get (and dpkg before that) and repeating the process with EVERY SINGLE UPDATE/FIX. Further more, tracking down EACH AND EVERY library/dependency for said apps without the help of a packaging system would be a living breathing hell (and yes, some of said apps either use assembly or target the x86 architecture so closely that there is a speed loss on others due to instruction/stack/register differences brought up by gcc switches in the makefile, or intentionally by the coder).

You've... never used a non-x86 Linux distro, have you? It's pretty much exactly the same as the equivalent x86 distro, except with a PowerPC/SPARC/MIPS/Alpha/ARM/etc. CPU instead. (And usually more sloppy QA, but that's another story.)

Very, very few programs require x86 assembly nowadays.

And as mentioned above (in a less derogatory manner, you insensitive clod) the PS3 hypervisor would only offer a framebuffer to the PPC kernel hypervisor to pass to the guest x86 kernel to use (wasn't over-engineered brought up above, as well?) for video - so yes, you won't get HD performance on the box as I'm aware of now, but I'm sure the framebuffer at least offers something, you think? Oh thats right, nobody has taken the time to satisfy all the dependencies in the universe to compile a worthy app by hand to test it with. Yes, I've gotten a little spoiled since the green-screen days, but software has also gotten more complex (we still use C and its libraries to write ideal modern software/VMs, right?) so what do you expect?

You've... never used a "fast" computer with a plain framebuffer, have you?

You know what, replying to you is a waste of time.

-:sigma.SB

Comment Re:Sustainable? (Score 1) 432

If we harvest the fuel faster than nature makes it, it's a finite resource.

Guess that means solar power is unsustainable too, since our poor sun only has a few billion years of fuel left. Wind power too, since that ultimately comes from the sun. And geothermal power, because without any energy input from the outside the core of our planet would get too cold for us to usefully exploit a heat gradient...

-:sigma.SB

Comment Re:No workarounds? Really? (Score 1) 197

Do they fill forms faster than humanly possible?

I type between 100 and 180 words per minute. Not only am I faster than some programmers might think is "humanly possible," but it's trivial to bypass protection like that.

msleep(200 * number_of_characters_typed); // Now, we are a moderately fast (60 WPM) typist instead of a bot

-:sigma.SB

Comment Re:Really? (Score 1) 165

Honestly, I don't know anyone that takes into consideration how 'green' something is before they purchase it...especially gadgets.

Me.

I won't even consider buying a computer that will use more than about 300W of power at any time, because it's too much. My current Linux desktop uses about 20W, and my server about 10W.

-:sigma.SB

Security

Submission + - Mac, BSD prone to decade old attacks 7

BSDer writes: An Israeli security researcher published a paper few hours ago, detailing attacks against Mac, OpenBSD and other BSD-style operating systems. The attacks, says Amit Klein from Trusteer enable DNS cache poisoning, IP level traffic analysis, host detection, O/S fingerprinting and in some cases even TCP blind data injection. The irony is that OpenBSD boasted their protection mechanism against those exact attacks when a similar attack against the BIND DNS server was disclosed by the same researcher mid 2007. It seems now that OpenBSD may need to revisit their code and their statements. According to the researcher, another affected party, Apple, refused to commit to any fix timelines. It would be interesting to see their reaction now that this paper is public.
Announcements

Submission + - Jack Thompson Facing Disbarment Trial

pwizard2 writes: Controversial Miami attorney Jack Thompson faces the start of an ethics trial this morning which could get him disbarred. Have we seen the end of his shenanigans, and is he finally going to see some long-overdue comeuppance?
Announcements

Submission + - QEMU accelerator released under GPL

kebes writes: According to the official QEMU site, the QEMU accelerator module, KQEMU, has just been released under the open-source GPL license. QEMU is a cross-platform processor emulator, allowing you to virtualize an entire PC. The KQEMU module allows significatn virtualization speedup when emulating an x86 processor on x86 hardware. The module was previously available as a binary-only add-on to the open-source QEMU. This recent relicensing makes QEMU a fully open-source, high-speed virtualization tool available to all.

Slashdot Top Deals

Work without a vision is slavery, Vision without work is a pipe dream, But vision with work is the hope of the world.

Working...