Slashdot Mirror


User: CaptnMArk

CaptnMArk's activity in the archive.

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

Comments · 730

  1. RPC 1 is an upgrade. on Vista Won't Play With Old DVD Drives · · Score: 4, Interesting

    I _upgraded_ most my DVD drives to RPC1.

    Having to suffer from region restrictions is not acceptable (locally both region 1 and region 2 dvds were easily available and I also order stuff from both amazon.com and amazon.co.uk.

    Of course, I usually play DVDs under linux, so this is not really a problem :)

  2. Re:Bullshit - bad reporting, not bad science on Quantum Trickery - Einstein's Strangest Theory · · Score: 1

    in 3d it sort of can.

  3. Re:Distribution on Windows on Why Use GTK+? · · Score: 2, Interesting

    And currently, I have better experience with GTK+ than WinForms.

    MS still can't do large fonts and resizeable dialogs.

  4. Re:Treo vs PPC on Linux Boots on Treo 650 · · Score: 1

    Does anyone know about the h?4700 model?

  5. Re:A reich that will last a thousand years! on Blu-ray Coming Out On Top? · · Score: 1

    I'm not sure what HDTV fps is... ?

    But if 720p has anything other than 60FPS (or 50 at least), than it's a complete non-starter.

    I'd rather take 720x480 (PAL) resolution at 60FPS than 1920x1080 at 24FPS

  6. For christmas on Panasonic Begins Blu-Ray Production · · Score: 1

    I think I know what I will buy myself this year.

    It will be a combo VHS/DVD/DivX player.

  7. Re:Email tabs == good on Mozilla Thunderbird Gets Firefox-style Tabs · · Score: 1

    So you are saying you don't need tabs at all and will be happy just with maximized windows and taskbar-on-top.

    I kinda agree.

  8. german... on A Solution for the Ten Letter Acrostic Puzzle? · · Score: 4, Funny

    If you're German, you just put 4 5x5 solutions together and you are done :)

  9. Re:E-mail or more? on Linux Desktop Email Key to Success · · Score: 1

    And if it supports internet email and proper quoting it will even be usable.

  10. Re:But where is the next Star Trek movie? on Star Trek Spoof Top Finnish Movie · · Score: 1

    There's also Kirk-less Star Trek 7 edit available out there.

    I haven't seen it yet, but it could be much better then the actual movie.

    I was always of the opinion that ST7 should have been cut right after Kirk dies (the first time). (This would be the prequel then).

  11. Re:I'm glad to see that on Zero-Day IE Exploit Takes Control of PCs · · Score: 1

    Did you mean: total time to 0wnerzship?

  12. Re:First Prime Factorization Post on Top 20 Geek Novels · · Score: 2, Insightful

    It's more useful if you have a slashdot uid that has 2 prime factors.

  13. Re:Considering that I live in Switzerland... on Austrian Town Sees the Light · · Score: 1

    Where would you grow food? There's a reason why the houses were build in the darker side.

  14. Re:2560x2048 ? on Ubuntu On The Business Desktop · · Score: 1

    maybe he has 2 pivoted 2048x1280 screens

  15. Re:Speaking of Accessibility on Open Source Accessibility · · Score: 1

    I agree about default fonts in Mozilla. They are too small both under linux and windows (I use Large Fonts in windows).

  16. Re:Quake on Old School Gameplay Collides With Modern Graphics · · Score: 1

    For single player mode:

    IMO, the game that is closest to a real Quake sequel is Painkiller.
    I love it.

    I haven't played enough multiplayer in either to be able to judge that
    (I play mostly Q3A deathmatch w/ mods and UT2004 onslaught).

  17. Re:If it looks like a duck and sounds like a duck. on Spyware Maker Sues Detection Firm · · Score: 1

    >non-user-non-MS-unintentionally-installed-softwar e

    Why should MS be excluded?

  18. Re:Prediction on OpenDocument Gains New Fans · · Score: 1

    >OpenDocument isn't an absolutely literally interpreted format (e.g. it isn't an output layout format like PDF)

    This is actually a good thing. For writing serious documentation using a Word like "paint" program is totaly wrong thing to do.

  19. Re:Real Media format on War of the Worlds by the Star Trek Cast · · Score: 2, Funny

    No, no, no. The Real format is *required* to simulate the aliens' jamming of the radio signal.

  20. Re:Hope it catches on on More on Sony's "DRM Rootkit" · · Score: 1

    I would also put all computer games distributed with intrusive copy protection that for example:

    - has it's own a device driver for low level cdrom access
    - has active measures preventing CDROM drive simulators (daemon tools) from working.

    It is unfortunate that buying customers have to suffer from misfeatures that a well cracked illegal copy simply doesn't have.

    (and I totally hate swapping CDs)

    The next games I am thinking of buying after Q4 is Civ4, X3 and maybe Serious Sam 2 (demo 1 totally sucked, I hear the game is actually much better), but it won't happen if they have this kind of copy protection.

  21. Re:Unfortunate release timing on Review: Serious Sam II · · Score: 1

    Q4 also has Q3 deathmatch which is "the deathmach".

    I suspect Q3 will be more popular until hardware catches up.

  22. Re:Sony is protected by the DMCA on Sony DRM Installs a Rootkit? · · Score: 1

    Except that autorun is not easy to disable for most people.

    (but it should be (and by default),
    cause it can be a serious security hole)

  23. Re:Cool! on .Net Framework and Visual Studio Now Available · · Score: 1

    c# people started with Java and Delphi, not C

  24. Re:Death to Code Generation on Does Visual Studio Rot the Brain? · · Score: 1

    Also, in Visual Studio (broken) build/development process, the generated code is part of "edit"ing, not part of building which IMO is conceptually wrong.

    It leads to problems like needing to check in the generated files which is a no-no.

  25. Re:Help! on Does Visual Studio Rot the Brain? · · Score: 1

    MS are idiots. They still can't make web projects work well after years of trying (2003 with it's web folders was total crap (the "local web project" hack was almost ok), 2005 beta 2 is crap, we'll see if the new stuff after that is any better).

    I can't help you with bloat or the crappy build system, but for sessions:

    1. use IIS, not builtin web server (although it may not matter)
    2. use external state server or SQL server (I do this).