Slashdot Mirror


User: BESTouff

BESTouff's activity in the archive.

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

Comments · 450

  1. You're not even close ... on AMD's DX11 Radeons Can Drive Six 30 Displays · · Score: 1

    Six monitors ? Heehee... Look at that: twenty-four monitors ! http://www.phoronix.com/scan.php?page=news_item&px=NzUyNQ

  2. Re:I've heard that before.... on How Snow Leopard Cut ObjC Launch Time In Half · · Score: 1

    The intent is to improve performance in situations where running an anti-virus scan or back-up utility would result in otherwise recently-used information being paged out to disk, or disposed from in-memory caches, resulting in lengthy delays when a user comes back to their computer after a period of non-use.

    In my opinion as an experienced application developer the user should never run into the problem that Superfetch attempts to solve. Anti-malware scans or backups are generally limited by I/O transfer rates, not by CPU. In such situations, using lots of memory to pre-load data makes no sense. It is relatively easy to write a two-buffer, threaded, streaming system for situations that are constrained by disk transfer rates without consuming scads of memory.

    I don't think you understood it right: the perf problem is not for the anti-malware programs, but once they have run they have thrown everything out of the cache and subsequent applications have to re-populate it again, thus slowing eveything down. There used to be the same kind of problem under linux after the 'locate' cronjob.

  3. Re:What are they talking about? on Doctorow On What Cloud Computing Is Really For · · Score: 1, Interesting

    Well you get a flat rate for that disk and CPU sitting next to your desk that will be worth nothing in 3 years.

    Or you can spend $15-20 a month and get a constantly refreshed and updated/upgraded system every time you turn it on.

    Do you mean the client terminal will be part of the deal and be rented too ?
    Otherwise it won't be updated/upgraded each time I turn it on.

  4. How about the reliability ? on Intel's Braidwood Could Crush SSD Market · · Score: 2, Insightful

    If the onboard flash is a cache, that means it will be used frequently do it will wear faster. Won't that mean you're more likely to corrupt your data, even if your HD is still good ?

  5. I hope they'll opensource it on EBay Sells Skype To Marc Andreessen · · Score: 2, Interesting

    As Skype's money seem to be made only on pc-to-phone calls, I hope they'll open their protocol to other clients and just act as a sort of SIP-to-phone platform. If users can connect from other clients, that could be a win.

  6. Re:This is a good thing on Wireless Power Consortium Pushes for "Qi" Standard · · Score: 1

    This is potentially a good thing. How many different charging devices do you have at the moment? I've got one for AAA and AA batteries, one for my phone, one for my iPod, one for my wife's phone, one for my DSLR, one for my camcorder, one for my...

    Too shy to write "sex toy" ?

  7. Re:Full disclosure on College Credits For Trolling the Web? · · Score: 1

    You should have disclosed it, then.

  8. Re:More on Streaming? Interview? on Money For Nothing and the Codecs For Free · · Score: 4, Interesting

    I would have liked to hear more on how he plans to break into the streaming market when everyone is going proprietary on that for the sake of DRM.

    Everyone ? Do you mean Dailymotion and Youtube going vorbis+theora for their streaming needs doesn't count ?

  9. Can you still innovate in the console market ? on Sony Unveils PS3 Motion Controller · · Score: 4, Funny
    - Can you still innovate in the console market ?

    - Yes Wii can !

  10. Re:Why? on EU Sues Sweden, Demands ISP Data Retention · · Score: 5, Insightful

    Because if you have to take active protection measures against your government, that means it (the gov) went too far in the security-against-liberty battle. And this is presumably what they (the terrorists) want.

  11. Re:24 hour charge?? on Green GT's All-Electric Supercar Unveiled · · Score: 1

    Look, an 800hp gasoline car will deliver rougly 200hp to the wheels, and then only at peak RPM. Whereas a 400hp electric car will deliver 380hp to the wheel, at *any* RPM. Pick your choice.

  12. Re:Cool story bro on Cocaine Test Prompts Red Bull Removal In Germany · · Score: 1

    Then why do you drink it ?

  13. Re:Take your pick on How To Store Internal Hard Drives? · · Score: 1, Interesting

    Don't use USB to connect your HD. It's way too error-prone.

  14. Customer awareness on SGI Lives On, In Name At Least · · Score: 5, Funny
    'There should be no disruption to Silicon Graphics customers'.

    Yes. Both of you.

  15. Re:Is this for real? on The Electronic Police State · · Score: 1

    I just wasted my mod points on you ... but I wanted to say it's exactly like a real police state: an arbitrary decision from some people with powers will get you imprisonned for real.

  16. Re:Love the product on Ad Block Plus Filter Maintainer "rick752" Dies At 56 · · Score: 5, Insightful

    .. because there's no heaven ?

  17. Re:The Review -- SPOILER ALERT! on Columnist Fired For Reviewing Pirated Movie · · Score: 2, Insightful

    It's miles easier to understand than "The Dark Knight," and tremendously more emotional.

    Is that marketspeak for "dumb action movie" ?

  18. Re:This is awesome! on Khronos Launches Initiative For Standards-Based 3-D Web Content · · Score: 4, Insightful

    You can laugh at this, but I'm eagerly awaiting the day were all those flash-based games are replaced by javascript games using that 3D canvas.
    Imagine that ! No silly and unsecure plugin to download, a truely open standard available on smartphones as well as desktops, and fully integrated with the DOM content (i.e. can interect with the rest of the web page, unlike flash which is restrained to its sandbox).

    This is awesome, you're right.

  19. Re:Good luck with that... on Wikileaks Pages Added To Australian Internet Blacklist · · Score: 4, Insightful

    Step 1) Run a simple web spider that checks availability but never actually pulls content, from within Australia.
    Step 2) Run the same spider in any non-censoring country.
    Step 3) Compare the two lists.

    You'd better be quick. The amount of non-censoring countries is drying very fast.

  20. Re:Almost done? on FFmpeg Finally Releases Long-Awaited Version 0.5 · · Score: 2, Informative

    The release codename is 'half-way to world domination A.K.A. the belligerent blue bike shed.'. Did you even read the abstract, or just the news title ?

  21. They should open the drivers first on Nvidia Mulls Cheap, Integrated x86 Chip · · Score: 2, Insightful

    Problem is that more and more netbooks are sold with linux, and NVIDIA drivers integration in any distro is less than stellar. Contrast that with Intel hardware where everything is well supported by all vendors.
    Unless they open their drivers, this platform will be Windows-only so even their lower-end models will be hampered by the Windows Tax.
    That won't go very far.

  22. Re:looks like it still loses history on BASH 4.0 Released · · Score: 1

    Easy solution: remove the file just after creating it. That's an old unix trick, where the removed file in fact still exists for the processes that had it opened, until they close it (by close() or death).

  23. Re:data, audio, and power on Handset Vendors Plug Micro-USB Charge Ports · · Score: 1

    Well no. Uber-phones just need an USB connector and appropriate drivers to let them feed audio/video/files/network/whatever they feel like through it. No need for special drivers and wires ! Just standardize on protocols (like Bluetooth did, but USB is also quite good at that) and you have one connector for all your needs.

  24. Re:USB? on EU Commissioner Wants Standard For Mobile Phone Connectors · · Score: 1

    There just needs to be a standard way of asking for more current than is currently available (when following the USB spec) for charging. For example, the Openmoko FreeRunner can consume 1A over its USB plug, and even if most USB hubs can satisfy that, it's impossible to ask formally over the wire.

  25. Ob ... on Apple Introduces "MacBook Wheel" · · Score: 5, Funny
    - Dear MacFan, will you defend the new MacBook Wheel without even knowing what it is ?

    - Yes, iWheel !