Slashdot Mirror


User: Rufus211

Rufus211's activity in the archive.

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

Comments · 403

  1. Re:Why not scramble all DLL's and EXE's on the fly on Interview with Ilfak Guilfanov (WMF Patch Hero) · · Score: 4, Informative
    Or just do what OpenBSD does: Make writable memory non-executable, make executable memory non-writable. This bit of common sense is disappointingly rarely implemented.

    That's exactly what the Data Execution Prevention (DEP) is. It requires XP SP2 and a CPU that has the NX bit (or I forgot what Intel called the "we didn't copy this form AMD" bit). In fact, it appears that DEP does stop the exploit.
  2. Re:Not lenses - diffraction compensators! on Physicists Close in on 'Superlens' · · Score: 1

    Most importantly, it is impossible to obtain magnification, the image will always be exactly the same size as the object. So it's not really fair to think about them as "lenses".

    Sorry, but could you explain this a bit better? Say I have a 100nm transistor and a superlense. If the "lense" isn't magnifying the 100nm to something larger that I/a camera can see, then what good is it? I'm missing something along the way as to what's actually happening.

  3. Re:Read the article on A Kilowatt of Power · · Score: 2, Interesting

    > around 88% efficiency (depending on the model)

    If you read some real powersupply reviews (where the majority is real data, not press photos) on X-bit labs such as this one or this one you see that normal PSUs are more like 70-80% efficient in their good range, with only one hitting 90% efficiency. The problem with switcher PSUs is that below a certain power draw their efficiency drops off significantly. For these units it's around 100w. It'll be interesting if X-bit does a review of this unit to see what its efficiency curve looks like.

  4. Re:you guys - cells AINT GPS you know! on Microsoft Tries To Charm EU With Future Visions · · Score: 1
    Stop going on about pinpoint precision etc.


    Ever heard of E911? Phones have or will have a combination of GPS/triangulation to get "within 50 to 300 meters in most cases." Do you really think they'll limit using that just for 911 calls?
  5. Re:Gee.. what a shock. on MPAA Gives Film About Ratings an NC-17 Rating · · Score: 1

    they don't carry unrated? Really?

  6. Re:Template:High-traffic on Wikipedia to Restrict Creation of Articles · · Score: 2, Interesting

    This is a variant on the Slashdotted tag. The old tag was along the lines of "this articles has recently been featured on slashdot, be on the lookout for trolls". Quite a few people didn't like the specifity of the old tag so the new tag is a generalization of it.

  7. Re:"Asymmetric" on Are three cores better than two? · · Score: 2, Informative

    Actually a/symmetric refers to the hardware in the system, not how the OS runs. You can implement a Master/Slave kernel just as easily on an Asymmetric systems as a Symetric one. The basic idea behind SMP is that you have N identical CPUs connected to a common memory controller, and they all have equal access to main memory. Asymetric is where you have either a NUMA machine with each CPU having its own RAM, or a cluster of machines with a backbone fabric, or something similar where talking to some regions of RAM/IO are cheaper than talking to other regions.

  8. Re:Nothing but good... on Dell Finally Goes for AMD · · Score: 1

    > That's K7, Opteron, and now AMD64

    Umm, K7 = Athlon / XP / Duron. K8 = Opteron / AMD64 / Sempron. So that's 2 generations, not 3.

  9. Re:nVidia motherboards on Cray Supercomputers to be Based on AMD Opterons · · Score: 1

    Actually at least one of the Crays use the nForce Pro chipset in them.

  10. Re:THIS IS FUCKING EMBARRASSING. on New Discovery Disproves Quantum Theory? · · Score: 1
    Almost 4 years ago to be exact. From the story:
    Reuters is reporting that ZeoSync has announced a breakthrough in data compression that allows for 100:1 lossless compression of random data.
  11. Re:Because it's funny... on Yahoo Map Engineers Prank Google · · Score: 1

    > When microsoft just airbrushed apple off of their satellite maps it may have been an attempt to be funny but it was basically petty.

    Sigh, they didn't airbrush apple off the map. The map was just a few years old, from before the current campus had been built. You could see the construction where it was being prepared for building in the field.

  12. Root kits on Worm With Rootkit Package Loose On AIM · · Score: 4, Funny

    "The rootkit is designed to not be detected, and that is the scary part."

    As opposed to those root kits that are designed *to* be detected? Damn it, thinking again instead of being scared into buying something. Really need to work on that...

  13. Brewster Jennings & Associates on Google Maps Meets Carmen Sandiego · · Score: 1, Redundant

    In case you're wondering what the name Brewster Jennings refers to, it's the CIA shell company that was exposed along with Valerie Plame's identity.

  14. Re: Ain't the information gpl'd? on Wikimedia Proposes Advertising [Updated] · · Score: 1
    Are you a fucking moron? Scroll down just a bit more and you see:
    Wikipedia information about Robert Graves This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Robert Graves". More from Wikipedia
    The entire point of open source is that people can take it and do whatever they want with it as long as they share it. This is the same as RedHat selling Linux, Answers.com is making money off ads from Wikipedia content.
  15. Re:Ghost Rider on DARPA Grand Challenge Finalists Announced · · Score: 1

    The only reason they're there to begin with is because they're so damn cool, there's no way they could realistically compete in the full race. However check out this video by the stanford team, about one minute in:

    http://cs.stanford.edu/group/roadrunner/video/NQE- Day-Three.wmv

    The motorcycle runs into a fence and falls over, then manages to right itself and keep going pushing through the fence. That's pretty damn amazing.

  16. Re:Boring (article, not project) on Next Generation Chip Research · · Score: 4, Informative
    So after looking into their project page I realized I actually saw a presentation given by these people last year. The article makes this sound like something it completely is not. Basically it's a grid of functional units that can connect to their neighbors. You "program" the chip by telling node 1 and 2 to take inputs and invert them, then feed the output to node 3, which then multiplies the two inputs. Really it's a glorified DSP that has some interesting programmability. Their code analyzation to generate the DSP code and then schedule it across a 3d matrix (2d function array x time) will certainly be interesting.

    What this is *not* in any form is a general purpose CPU. It won't boot linux, plain and simple. This is for doing stream data processing such as compression or HPC simulations. I seem to remember in their presentation showing a prototype doing software-radio at a data rate usable for 802.11.

  17. Boring on Next Generation Chip Research · · Score: 2, Interesting
    So glancing over the article it doesn't look like they're actually doing anything "new." Basically expanding on register renaming, speculitive execution, and the likes which making the cpu's job slighty easier to do it. Also their bit about data flow and "direct target encoding" sounds oddly like this patent by Cray from 1976 (!).

    Overal they might make some things marginally more efficient, but they aren't solving any fundamental problems. They're simply moving some around slightly.

  18. Re:I have one question... on Quantum Link Reverse Engineered · · Score: 1

    Your friend then should obviously come to CMU and join the Kiltie Band

  19. Re:Something Awful project on A New Replacement for TV Tome · · Score: 1

    Ahh, I was wondering why they stole the logo.

    It's been 11 seconds since you hit 'reply'.

  20. Re:Miracle machine! on Sun Unveils 64-bit Server Line · · Score: 1

    I suspect the 0+1 functionality is a leftover of the Tyan mobo that they use in this box.

    It looks like a custom mobo, not a Tyan. Anyway, RAID is a feature of the nForce chipset on any motherboard.

  21. Review over at Anandtech on Sun Unveils 64-bit Server Line · · Score: 4, Interesting

    Anandtech has a quick review of the X2100 up. Fairly standard, but well designed server it looks like. The big news is the entry level one for only $745. True it doesn't come with a HD, but that's still a hell of a deal for a true server (not a dell desktop box lets call it a server).

  22. SomethingAwful (was) hosted there on DirectNIC Crisis Manager Braves the Chaos of New Orleans · · Score: 1

    Amazing little tidbit I found at MSNBC: SA is hosted at this site. That's one hell of a load to be able to host entirely through the storm and last few days, but it seems that they've intentionally taked it down to conserve bandwidth (SA doesn't dns resolve for me anymore).

  23. Stop with the flamebait on Microsoft Infected by Virus · · Score: 0, Redundant

    You know, this article would have just been funny if it had just been left as "microsoft infected by virus, omg even their employees need anti-virus." Making it into an anti-offshoring rant is just stupid.

  24. Number of Channels on Wi-Fi Times Sixteen · · Score: 1

    Umm...802.11 specs only define 11 (for g, 14 for b if I'm reading my stuff correctly) channels. That means a couple of these radio's will be running on the same channels, which is about as pointless as you can get. Also running two APs on channel 4 and 5 next to each other will cause lots of interference with each other. So basically this thing will just be spewing lots of radio interference destorying the throughput on any single channel.

  25. MC Hawking's on Nerdcore Rap In The Press · · Score: 5, Funny

    is a fucking quake master.

    that is all