Slashdot Mirror


User: Cyberax

Cyberax's activity in the archive.

Stories
0
Comments
5,567
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,567

  1. Re:Why another filesystem?! on Linux Kernel 2.6.30 Released · · Score: 1

    File system stack in Windows is slow. No. It's SLOOOOOOWWWW.

    It's sometimes _hundreds_ _of_ _times_ slower than in Linux. So it makes less sense to create ultra-fast filesystems if dispatching requests takes longer than time spent in your filesystem.

    Also, IFS (Installable FileSystems) layer in Windows is heavily geared towards NTFS, so it's not easy to adapt other filesystems to it.

  2. Re:Parallel programming is dead. No one uses it... on New Languages Vs. Old For Parallel Programming · · Score: 1

    Nope. It's because UI _is_ a hard task to parallelize.

    For example, a lot of programs are still single-threaded. Even the ones like Microsoft Word.

  3. Re:Only Intel compatible .... on 26 Desktop Processors Compared · · Score: 1

    It makes little sense to compare ARM boards. They are usually power-optimized (with peripherals consuming substantial fraction of power), not performance-optimized. Also, end-user devices might be underclocked and undervoltaged. Besides, if you want performance with non-x86 CPUs, then look at MIPS CPUs (which are usually used for things like AV processing in set-top boxes).

    Now, a comparison of end-used devices (netbooks/phones) with ARM/MIPS CPUs might actually make sense.

  4. Re:BooHoo on iPhone Users Angry Over AT&T Upgrade Policy · · Score: 1

    My old Siemens S65 can back up just fine (using IrDA or Bluetooth). Before that I had Siemens S30 (AFAIR) which also could be backed up just fine (over the serial port).

    I bought both of them for less than $100.

  5. Re:Education's sake? on Kids Score 40 Percent Higher When They Get Paid For Grades · · Score: 1

    Yep. And if you take several idiots they are likely to band together and start bullying other kids. Until other kids start imitating idiots.

    A well known fact.

    Or 'the idiot kid' might become an outcast.

    PS: it's OK to mix kids of uneven capabilities, but they should not be VERY uneven.

  6. Re:Education's sake? on Kids Score 40 Percent Higher When They Get Paid For Grades · · Score: 1

    "Hell, many times putting a very dumb student in a class full of smart students improves the dumb student's grades, because good study habits rub off on them."

    Bullshit.

  7. Re:Parallel programming is dead. No one uses it... on New Languages Vs. Old For Parallel Programming · · Score: 1

    I'm trying to tell that servers are a special case. They are trivially parallelizeable.

    We still have not solved more complex parallelization tasks. For example, GUI is still mostly single-threaded.

  8. Re:Clojure on New Languages Vs. Old For Parallel Programming · · Score: 2, Insightful

    Erlang is quite OK for non-distributed programming. Its model of threads exchanging messages is just a natural fit for it. As it is for multicore systems.

  9. Re:Clojure on New Languages Vs. Old For Parallel Programming · · Score: 1

    Check Erlang ;)

  10. Re:Parallel programming is dead. No one uses it... on New Languages Vs. Old For Parallel Programming · · Score: 1

    Can Apache use 2 CPUs to serve one request? Well, I thought so.

    Oracle, AFAIK, can't use several CPUs to service one query too (I might be wrong).

  11. Re:pffff on Microsoft Files For 3 Parallel Processing Patents · · Score: 4, Informative

    PureMPI is _slow_, it's managed and it can't work with raw links.

    Windows does _not_ support process migration, clustering services is a different beast (comparable to JBoss Clustering - http://www.jboss.org/jbossclustering/ ).

    Also, Windows has no good clustered filesystems (like OCFS2 in Linux). And no analogs of DRBD.

    So you can use Windows for parallel processing, but Linux is almost(?) always better for HPC.

  12. Re:pffff on Microsoft Files For 3 Parallel Processing Patents · · Score: 4, Informative

    "Try programming in linux for one day and then throw parallel processing into it. then throw in some data."

    Funny, but I do this every day. Say, does Windows support zero-copy Infiniband links? How about MPI performance? How about fire&forget clustered processes?

  13. Re:That's Pretty Funny... on Russia Launches Anti-trust Probe of Microsoft · · Score: 3, Informative

    "Chutzpah" is better translated as "naglost'", definitely not "smelost'" ("bravery").

  14. Re:Waiting for bribes on Russia Launches Anti-trust Probe of Microsoft · · Score: 1

    It's true. You can believe me, I'm from Russia.

  15. Re:Antigrain rules on Lightweight C++ Library For SVG On Windows? · · Score: 1

    Yes, you are correct. However, GDI is capable of accelerating only very basic operations (flood fill, bitblits). It can't accelerate antialiased line drawing and gradient fills.

    And it's quite ironic, because internally GDI+ has a lot of hooks for hardware acceleration. Only no one has ever implemented it.

  16. Re:Fusion on French Fusion Experiment Delayed Until 2025 or Beyond · · Score: 2, Insightful

    "The idea of fusion and benefits of fusion are tremendous compared to fossil fuels but I've always wondered how long will it last before it starts eating a significant enough portion of the hydrogen to be a concern."

    If your fusion powerplants are eating a significant portion of Earth's hydrogen, then it's time to relocate somewhere where the temperature is not high enough to boil oceans.

  17. Re:Antigrain rules on Lightweight C++ Library For SVG On Windows? · · Score: 1

    GDI+ does not use hardware acceleration, and AGG is actually faster ;)

  18. Antigrain rules on Lightweight C++ Library For SVG On Windows? · · Score: 4, Informative

    The author of Antigrain is a perfectionist.

    Just look here - http://www.antigrain.com/svg/index.html . And version 2.4 is under BSD license.

  19. Re:I'm really sick to death of Czars on White House To Appoint "Internet Czar" · · Score: 5, Insightful

    "Czar" title has a distinct advantage. Czars were abolished when the last of them had been put against a wall and the shot.

  20. Is it rechargable? on World's First Battery Fueled By Air · · Score: 4, Interesting

    We have zinc-air elements for decades now, but they are not rechargeable.

  21. Re:A better idea on Robot Warriors Will Get a Guide To Ethics · · Score: 2, Insightful

    Imagine that, say, China attacks USA using robots.

    Still thinking that excessive casualties are OK?

  22. Re:The 5th Column on KGB Material Released By Cold War Project, Available Online · · Score: 1

    But US is a democracy, right? Everyone has a right to keep their own political view, religion, and so on.

    Then why communists were singled out and persecuted?

  23. Re:It wasn't that simple on When Does It Become OK To Make Games About a War? · · Score: 1

    "So, yes, most German soldiers didn't know jack squat about the extermination, and never rounded up anybody."

    Yup. That's why the Wehrmacht happily committed heinous crimes in occupied territories (Russia, Poland, Ukraine). Mostly because Wehrmacht soldiers were not disciplined for crimes against local population.

  24. Re:deniers come out in 3 .. 2 .. 1 .. on Ocean Circulation Doesn't Work As Expected · · Score: 1
  25. Re:deniers come out in 3 .. 2 .. 1 .. on Ocean Circulation Doesn't Work As Expected · · Score: 1

    "No, it isn't. It's within their competence to say that to reduce temperature by X degrees requires Y."

    Yes. And the methods for these are mostly within the bounds of climatology. I.e. questions like 'by how much we must decrease CO2 to stop the warming' or 'would stratospheric aerosols help to reduce greenhous effect'.