Slashdot Mirror


User: Solra+Bizna

Solra+Bizna's activity in the archive.

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

Comments · 380

  1. Re:From experience on Resisting the PGP Whole Disk Encryption Craze · · Score: 1

    If you run defrag on a fairly empty NTFS partition it's noticeable that some data will get shoved to the end of the partition and probably won't get moved back to the beginning.

    If I were to be unkind, I would suggest that this is deliberate behaviour to prevent third party partition resizing applications reclaiming enough space to make a partition for a competing operating system install.

    Accesses on a hard drive are theoretically faster closer to the edge of a platter.

    -:sigma.SB

  2. Re:Don't panic! on Why RAID 5 Stops Working In 2009 · · Score: 1

    there is no way to tell whether the parity, or the original data is at fault

    Incorrect.

    Take a four-disk RAID-5 array, with disks A, B, C, and P. There are four "copies" of the data: {A,B,C}, {B^C^P,B,C}, {A,A^C^P,C}, and {A,B,A^B^P}.

    Randomly flip a bit on disk C. You've just changed the first three copies, but not the fourth one. In this situation, it is possible to say with reasonable certainty that the three copies that agree are wrong and the fourth one is correct.

    -:sigma.SB

  3. Re:Linux and Mac support. on Vendetta Online Lets Users Create New Game Content · · Score: 1

    I'm still waiting for the Solaris port.

    -:sigma.SB

  4. Re:Flawless with one user? on Sprint's Xohm WiMax Network Debuts In Baltimore, Works Well · · Score: 1

    I get 6mb down... and my ISP doesn't have a dedicated 6mb on tap for every customer.

    They do, however, have a 6mb pipe to your house.

    With wireless, everyone's sharing the same "last mile." A LOT of everyone. Not like with cable where it's just everyone on your block.

    -:sigma.SB

  5. Re:Keep It Fun & Exciting on How Do I Talk To 4th Graders About IT? · · Score: 1

    Unicode characters, at 2 bytes each, would then fit half as many per petabyte

    You mean UTF-16 characters.

    -:sigma.SB

    (someone who hates the fact that a Java 'char' can only hold a single UTF-16 word, which can be half a surrogate pair and mess things up.)

  6. Re:Let me guess... on HD Wii By 2011? · · Score: 2, Interesting

    Personally, I find 480p quite sufficient, and I have a screen almost as big diagonally as I am tall.

    Then again, I play Unreal at 320x240 on a system with a Radeon 9800, on purpose. So, maybe I'm just insane.

    -:sigma.SB

  7. Re:Summary of "news" story... on Adobe Flaw Allows Full Movie Downloads For Free · · Score: 1

    define "still accessible" for this webserving nOOb? i see no qualifiers so i ask.

    I'll bite.

    Until this post, nothing on the Internet or my webserver linked here. Now this post links to it, but even without this link someone could've typed that URL into a web browser and gotten to that important confidential document.

    However, even though I am linking here, you can't get to it. Rather than security through obscurity, that's real access control. (No such file exists; I have a mostly-empty /private directory that 403s almost everyone and 401s the rest.)

    -:sigma.SB

  8. Re:IT needs to serve the customers needs. on Researcher Publishes Industrial Complex Hack · · Score: 1

    Show me an unpatched Linux box that can live on the internet without getting owned.

    http://www.linuxdevices.com/articles/AT8574944925.html

    Unfortunately, it seems to have died before I could get my hands on one. :(

    -:sigma.SB

  9. Re:Well on Researcher Publishes Industrial Complex Hack · · Score: 4, Funny

    Firewalls are amazingly easy to bypass.

    From the inside, certainly.

    -:sigma.SB

  10. Ugly! on Google To Digitize Millions of Old Newspaper Pages · · Score: -1, Offtopic

    Just what I've always wanted. A never-ending loading screen with frames and ads.

    No, I won't switch to Firefox. Konqueror suits me just fine.

    -:sigma.SB

  11. Re:Is Linux a hard requirement? on Best Shrinkable ReiserFS Replacement? · · Score: 2, Informative

    You will need at least 8G of RAM.

    That's just not true. I have two 320GB hard drives in a ZFS mirror, with no less than 64 filesystems, and "only" 1GB of RAM. I had a slightly smaller non-mirrored array for a long time on a weaker machine (32-bit, 512MB RAM) with no problems also.

    This is under FreeBSD.

    -:sigma.SB

  12. Re:No wonder it's cheap on "World's Cheapest Laptop" Available in Bulk Only · · Score: 1

    Until very recently, my Linux laptop was 266MHz and had 256MB of RAM. It ran FINE, thanks. (Even KDE did, when I tried it out.)

    And I'm a performance freak.

    -:sigma.SB

  13. Re:What's the point ... on Students Evaluate Ray Tracing From Developers' Side · · Score: 3, Interesting

    The point is that, in raytracing, you can assign each of your 800 "stream processors" different pixels. Done. You're parallel. When one finishes, give it another pixel to work on, and repeat until you've rendered the whole thing.

    Each core still has to iterate over all (well, some, I'm oversimplifying) of the triangles, but it can do so COMPLETELY INDEPENDENTLY of the other cores and still come up with a good result. Your performance gains are almost linearly proportional to the number of cores.

    You can even have a relatively high-latency connection (Gigabit Ethernet, for instance) between the various cores, broadcast the scene data over this connection, and then receive individual "chunks" of rendered pixels back. I defy you to do that with rasterization.

    -:sigma.SB

  14. Re:What's the point ... on Students Evaluate Ray Tracing From Developers' Side · · Score: 2, Informative

    Actually, no.

    Rasterization is not embarrassingly parallel in the same way that raytracing is. Distributing tasks among those 800 "stream processors" is exceedingly complicated, because the underlying "task" involves iterating over every pixel that intersects with a given triangle rather than (as in raytracing) iterating over every triangle that could intersect with a given pixel.

    -:sigma.SB

  15. Re:Software rendering on Intel Shows Off Quake Wars, Ray Traced · · Score: 1

    I wrote a whole long, insightful comment that went through all the technical issues on both sides, but Discussion 2.0 ate it and now I'm ticked off, so I'll just write the conclusion.

    In raytracing, you deal with pixels, so you can get linear performance gains just by adding nodes (even over a slowish network like gigabit Ethernet) and divvying out pixels to work on. In rasterization, you deal with triangles, so you can't.

    -:sigma.SB

  16. The End not in Metal Gear Solid 4? on Metal Gear Solid 4 Not the End · · Score: 4, Funny

    Of course The End isn't in Metal Gear Solid 4. He died in 3, and that was a massive prequel. (Plus, he was already pretty ancient by then.)

    -:sigma.SB

  17. Re:twm support on CrossOver Games for FreeBSD · · Score: 3, Interesting

    twm's window behavior is different from what most apps expect, enough so that sometimes they explode.

    -:sigma.SB

    (twm user who is forced to use sawfish to get good workspace support)

  18. Re:Who cares about BSD... on OpenSolaris Boot Support For ZFS Root FS on x86 and SPARC · · Score: 1

    FUSE is quite stable. It's ZFS FUSE that's unstable.

    -:sigma.SB

  19. Re:Price on InPhase Technologies Promises Holographic Drive in May · · Score: 1

    Your entire post is flawed. I know you're trolling, so I'm going to limit myself to one correction.

    There ain't no such thing as a low-quality, low resolution bit.

    Ever heard of ECC? It's all the rage in storage media...

    -:sigma.SB

  20. Re:Finally! on InPhase Technologies Promises Holographic Drive in May · · Score: 5, Funny

    It will increase in size, theoretically to infinite density.

    So it'll eventually collapse into a singularity and suck up Earth? Wonderful.

    -:sigma.SB

  21. Re:keyboard is king on Eee Is 1st Windows Laptop To Support Multi-Touch · · Score: 2, Informative

    Konqueror lets you scroll up and down with the cursor keys (shift+cursor key has some neat effects, too) and make all links on-screen keyboard-accessible by tapping "control."

    -:sigma.SB

  22. Re:Where's the patent??? on Eee Is 1st Windows Laptop To Support Multi-Touch · · Score: 4, Funny

    maybe if you're lucky, the author of http://mobile.slashdot.org/comments.pl?sid=527884&cid=23125954 will license their newly acquired patent on shutting up to you!
    Why don't you establish prior art and shut up yourself?

    Because that would invalidate the patent, silly.

    -:sigma.SB

  23. Re:Dumb conclusion... on Flowers' Smell Not Traveling As Far · · Score: 1

    I suppose other pollinators ... may find it a bit more difficult to find their flowers these days, ...

    I must be tired, since I read "pollinators" as "politicians."

    -:sigma.SB

  24. Re:Protos! on Internet Black Holes · · Score: 1

    We need a -1 Joke Ruined By Spelling Error mod.

    -:sigma.SB

  25. Re:Just use the GIMP on Photoshop Express Terms of Use Cause Stir, Will Be Revised · · Score: 2, Insightful

    I don't use GIMP on the Mac for two reasons.

    1. No nondestructive layer effects. I abuse those so hard in Photoshop it's not funny.
    2. Horrible, horrible OSX port. (Running under X11 is NOT a port.)

    That said, I use and am satisfied with GIMP on Linux, simply because it's not that bad and there's no real alternative.

    -:sigma.SB