Slashdot Mirror


User: sparcnut

sparcnut's activity in the archive.

Stories
0
Comments
96
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 96

  1. Re:Just give the option to turn it off... on Fake Engine Noise Is the Auto Industry's Dirty Little Secret · · Score: 1

    Dibs on the BRM V16.

  2. Re:Java, now with Intel Security? on McAfee Brand Name Will Be Replaced By Intel Security · · Score: 1

    Please don't give them any more ideas.

  3. Re:Bullshit on Generational Windows Multicore Performance Tests · · Score: 0

    If your render jobs sit in userspace cranking away, doing very few syscalls, then the OS differences should not affect the numbers significantly.

  4. Re:Capacitance and radio waves. on Solution Against Cold Boot Attack In the Making · · Score: 0

    You mean how the "capacitors" are just etched parallel wires and the silicon is used as the dielectric?

    Not just parallel-plate capacitances exist, there are also significant junction capacitances. Reverse biased PN junctions, basically diodes, are used to isolate the individual devices from the substrate; every reverse-biased diode is also a (nonlinear) capacitor.

  5. Re:Freeze the CPU on Solution Against Cold Boot Attack In the Making · · Score: 1, Interesting

    SRAM also has parasitic capacitances within each cell, which could act enough like DRAM to enable it to hold some data without power. The DRAM capacitors are essentially parasitics as well, so don't disregard the parasitic capacitance in an SRAM cell as completely insignificant.

  6. my formula: on How Big Should My Swap Partition Be? · · Score: 0

    swap_size = min(2gb, max(512mb, phyram * 2))

    With more than 2gb your machine will surely crawl due to massive disk storms, with less than 512mb the Linux VM may not be happy (sometimes it just HAS to swap or go to the oom-killer). 512mb is probably overkill to prevent that scenario, but that's what I use.

  7. Re:I just love Gimp on GIMP 2.6 Released · · Score: 0

    I agree completely! This is one of the best features of gimp, especially when combined with windowmanager features like fluxbox' tabbing.

    I say let the users choose how they want to work. This may mean implementing an alternate MDI *as an option* might be a good idea, so that people can use gimp that way if they want. Open-source software, in my mind, is about freedom of choice as well as freedom to distribute and/or modify.

  8. Re:How ? on How To Use a Terabyte of RAM · · Score: 0

    I think the parent post contains fail, aren't raw values like that of type int (signed, 32-bit if you're using gcc on x86_64)?

  9. Re:The Infintely Fair Scheduler of Solomon on The Really Fair Scheduler · · Score: 0

    I've also been considering a quantum scheduler, in which each CPU cycle is assigned to every process simultaneously.
    This is pretty much what hyperthreading/SMT attempts to do (execpt instead of "every process" it's 2 processes).
  10. Logitech Marble Mouse on Mouse or Trackball? · · Score: 0

    Logitech makes the Marble Mouse - a finger-operated (not thumb) trackball. Usually found around $20 at Staples, 4 buttons on it, USB/PS2. Tracks very fast movements of the ball (aliasing threshold is very high). I use it to play FPS games all the time and it works very well. Highly recommended. I use these exclusively when I can help it.

  11. Re:task based then thread based on Intel Releases Threading Library Under GPL 2 · · Score: 0

    There are 11 types of people in the world, those who know binaries and those who don't.
    s/binaries/Gray code/ ?
  12. Re:Move along, nothing to see here on NVIDIA's Andy Ritger On Linux Drivers · · Score: 0

    Yeah, like our eyes can truly see 3d anyway... computer displays can take full advantage of the capabilities of our eyes wrt. 3d vision using stereo glasses.

  13. Re:Obligatory flamebait on GNU Coughs Up Emacs 22 After Six Year Wait · · Score: 0

    Vim 7.1 uses 3.1m resident for me.

  14. Re:Illegal numbers? on Congress Asks Universities To Curb Piracy · · Score: 0

    It already is a word; it can in fact be any word, because there are an infinite number of ways of decoding that particular combination of hex digits into plaintext. It doesn't have to be ASCII.

  15. MSI P965 Platinum w/JMicron works fine on New Motherboards Disallowing IDE Booting? · · Score: 0

    I have an MSI P965 Platinum board and the cd drive attached to the JMicron IDE bridge is perfectly bootable and usable in Linux. The catch is finding a Linux livecd with support for the chip after the OS takes over; support for the JMB361 chip only seems to exist in very recent kernels. Any USB disks/cd drives attached to the motherboard USB are also bootable, so if you have an external CD this isn't a problem for installing. Haven't tried Windows and I have no intention to.

  16. Depends on admin... on Gentoo On Server Considered Harmful · · Score: 0

    This whole article is a blatant troll. Gentoo's usability on a production server depends entirely on how you use it. It is up to the admin to manage updating software without breaking anything.

    That said, what really ticks me off about Gentoo is when they make big, sweeping changes that aren't backwards compatible. For example: modular X. I know there was plenty of warning, but when modular X went stable all of a sudden *all* packages that needed X now depended on the modular X libs. If you had monolithic X installed, anything that requires X now generates many blockers. That's just *awesome*... you are forced into installing something you shouldn't have to install. The best solution to that problem was really to put all the modular X libs in /etc/portage/profile/package.provided, but that's an ugly hack.

  17. ObPython on Exploding Robots May Scout Hazardous Asteroids · · Score: 0

    The robot on top of your asteroid will now explode.

    *boom*

  18. Re:Privacy and email on Government Has a Right to Read Your Email? · · Score: 0
    If you want privacy on email, that is what port 25 is for, and the sender can exchange email directly to the recipient.
    Since many (most?) ISPs block outgoing and/or incoming port 25 to any host other than their own mailservers, this is not a valid option.
  19. Re:So what about filenames with spaces on How To Adopt 10 'Good' Unix Habits · · Score: 0

    Notice that he typed ls -1, not ls -l (ls -ONE, not ls -ELL). Big difference there, although the default for ls when outputting to a pipe is already -1.

  20. Re:Sweet.. on NASA Playing With Unreal Engine For Virtual World · · Score: 1, Informative

    I believe that would be the second "Holy Shit!" assuming all the kills (these 7 and the previous 2) were in the same combo. "Wicked Sick!" is a 30-kill spree.

  21. Re:Under Linux on Which OS Makes the Best VMWare Host? · · Score: 0

    I run vmware on my Linux laptop (gentoo) with a Win2k guest, and both of them have great hw 3d acceleration. The laptop is a Dell I5150 with the FX5200 64mb card. To get hw 3d inside vmware, you need to enable the experimental support for it, but it works fine. I had ut2k4 running inside the vmware instance for a test - the framerate hit was ~50%, and the texture coordinates were a bit screwed up, but it was perfectly usable.

    Linux itself is definitely 'there' on this laptop - *everything* works completely. Nvidia card, truemobile 1300 (broadcom) b/g wireless through ndiswrapper, suspend2 hibernating to both disk and ram. Sound works fine, although it seems the built-in Intel audio has a fixed sample rate of 48khz so 44.1khz music can sound a little weird when you hook up a good set of headphones.

    Linux on this thing FLIES compared to XP. With 1GB of ram and a 7200rpm disk, this 2003-era laptop runs rings around a lot of newer desktops.

  22. Yes but... on iRiver Ships Linux Media Players · · Score: 0

    Does it run Linux? ... Oh wait...

  23. Re:As Nelson would say. on 'Opener' Malware Targets OS X · · Score: 1
    I'm taking my reading of /. to a whole new level. Not only do I ignore the articles but now I totally ignore the comments too!

    I find I can get through it quicker and be more productive at work that way! :D


    You can save even more time by ignoring the "reply to this" link too! :-)
  24. Do you want to play a game? on Government Linux Gaming Supercomputer · · Score: 0, Redundant

    Reminds me of some random movie I watched on TV a few years ago... a quick Google turns it up as Wargames (1983). Not exactly a good movie, but it's pretty relevant to this article.

    http://www.imdb.com/title/tt0086567/

  25. Re:Yoda Speak on George Lucas to Receive Lifetime Achievement Award · · Score: 2, Informative

    Not quite, try "Award you shall win!"