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. Re:MacOS 9 is a crasher on Old Operating Systems Never Die · · Score: 1

    You probably never used a sideways oriented 24 inch screen.

    OS/2 "context menu for everything" system is best of all.

  2. Re:Why is OS/2 mentioned twice in the article? on Old Operating Systems Never Die · · Score: 1

    SIQ is what killed it on the desktop for me. WPS is still better than anything today though.

    But it was very useful to run DOOM1/2 in 4MB RAM (without the desktop/gui - starting Doom from console). It worked better than under DOS.

  3. Re:Why transparency? on Firefox 4.0 Goes Chrome, New UI In Q4 2010 · · Score: 1

    Agreed. I don't pick the highest quality screen I can afford to look at blurry screen.

  4. Re:Tabs on top, do it NOW! on Firefox 4.0 Goes Chrome, New UI In Q4 2010 · · Score: 0

    That's the only thing that I'd take from Chrome: tabs-on-top. Everything else is fine in 3.5.

    But I'm using TreeStyleTabs anyway.

  5. Re:Consider your hardware on Why Is Linux Notebook Battery Life Still Poor? · · Score: 1

    One problem (I have a W500) is that with Intel card you can't use the DVI port on the Mini dock (AFAIK).

    Also, when I last tried it, the radeonhd driver was better (no trouble at all) than the Intel xorg driver (Fedora 10).

    The battery life is bad... about 1 hour on 6-cell (I haven't tried Intel card recently).

  6. Re:Put it another way on Security Certificate Warnings Don't Work · · Score: 1

    Encrypt with what key?

  7. Re:Turn off javascript... on New Firefox Vulnerability Revealed · · Score: 1

    I've disabled it today and some sites are now really much faster than usually.

    I guess I really need to invest into configuring noscript.

  8. Re:Cool on Serious Sam Remake Coming In Fall · · Score: 2, Insightful

    Not even close to being better than SS1+SE. It suffers from consolitis.

  9. Not as good... on Review: F.E.A.R. 2: Project Origin · · Score: 1

    I've tried the PC demo and it's not as good as the first parts. They've been messing with the UI in bad ways (some say it's consolitis, it may be true).

  10. Re:Black Holes = Profit! on Black Holes From the LHC Could Last For Minutes · · Score: 1

    More like Romulan quantum singularity.

  11. Re:Great! on Khronos Releases OpenCL Spec · · Score: 0

    try this in command:

    start c:\

    start "C:\program files"

    ???

    start /?

    and laugh...

  12. Re:Firefox Damage Control Is More Than Enough on Chrome Vs. IE 8 · · Score: 1

    I want firefox (and more importantly, Prism, which means XUL) running as a "Tab" in Chrome.

    And a Linux version, of course.

  13. Re:ISPs in Canada already throttle encrypted traff on DPI and Net Neutrality's Overseas Weak Spot · · Score: 1

    time for a bin2html | gzip encoder.

    They must allow content-transfer-encoding: gzip, which every site should use.

  14. Re:Still waiting for robot cars on EU Reserves a Frequency For Talking Cars · · Score: 1

    >Link all the cars and let a computer control them and the moment the light goes green all the cars could accelerate at once rather than the first car moving off, then the second, then the third etc.

    I've heard in some countries drivers already do this?

    Certainly wouldn't work around here.

  15. Re:Sweet... on Spaceflight Sim Dark Horizon Set for Release · · Score: 1

    Hopefully it has good mouse support, just like Wing Commander did.

  16. Re:I can haz ur eebay de-tails? on A Photo That Can Steal Your Online Credentials? · · Score: 1

    >File extensions are, currently, the sole determining factor that Windows machines use to determine what a file is.

    Not just Windows, also the user.

    That's why hiding the extension (stupid Windows Explorer) and sniffing the content using magic (stupid IE) is a bad idea.

    While the content is in the browser, the browser is supposed to insure that any content stays within a sandbox, but the downloaded/saved content should be properly tagged with a file extension (properly matched to a mime type).

  17. Re:It's obvious, isn't it? on Air Force Looks To Laser-Proof Its Weapons · · Score: 1

    Not mirrors, use microscopic corner reflectors instead.

  18. Re:Ok, I'll bite... on Google Open Sources Its Data Interchange Format · · Score: 1

    >We also only use it as a meta-data format, not a primary container type. For instance, we store gameplay scripts, audio script, and cinematic meta-data in XML format. We're not foolish enough to store images, sounds, or maps in a highly-verbose, text-based format.

    Nobody is insane enough to do that. Except some SOAP people.

  19. Re:Anything else out there? on The State of X.Org · · Score: 1

    Framebuffer works for one-app-at-the time.

    It does NOT work for a desktop system. You need a separate server to isolate them so that one doesn't impact the other.

    Especially since people often take the easy way out and write their gui apps singlethreaded that are not responsive while the app is busy.

  20. calculation on Time Warner Cable Tries Metering Internet Use · · Score: 1

    so, that's $30 for 2KB/s and $55 for 15KB/s

  21. Re:Yer! ARM laptop on nVidia Preview 'Tegra' MID Platform · · Score: 4, Funny

    Also, proper Quake 3 requires 125fps

  22. Re:And people on Adobe Flash Zero-Day Attack Underway · · Score: 4, Insightful

    My guess, CVS was available sooner.

    Also, for a developer who only does update/work/diff/commit, CVS (and SVN) is easier
    to use than git.

  23. Re:I hate Outlook, but on IBM's Inexpensive Notes/Domino Push Against MS · · Score: 1

    I don't think Thunderbird is an Outlook wannabe.
    For that, try Evolution.

    And I'm alergic to Outlook too.

  24. Re:One App: Klipper on From GNOME to KDE and Back Again · · Score: 1

    Which app do you use that doesn't support the proper clipboard?

    The only one I use regularly is Xterm (have patches for that I need to send).

  25. Re:Based on my experience with FF2 on Firefox 3 May Be More Memory Efficient Than Either IE or Opera · · Score: 1

    For me, putting this in the X config helped a lot (radeon dri):

    Section "extensions"
      Option "Composite" "disable"
    EndSection