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:Microsoft DEVELOPER tools are good on Does Visual Studio Rot the Brain? · · Score: 1

    1. keyboards

    NOT. whoever invented f-lock should be shot. The other new keyboards "features" aren't great either.

    2. mice

    Yes. But Logitech is better

    3. Developer tools

    They do some things well, and some things (wizards, build process) very badly.

    Eclipse is easily better than VS 2005 these days. The only thing saving MS is some C# improvements over Java.

  2. well on Blizzard Made Me Change My Name · · Score: 1

    I guess I wont be playing that game even if they bother to make a Linux version ...

    Too bad...

  3. keyboard on Get Ready For The 20-inch Laptop · · Score: 3, Interesting

    How about a full size (except numpad) keyboard with real keys that click.

    Based on www.pckeyboard.com?

  4. Re:Missing small points on Microsoft to Storm Linux Strongholds · · Score: 2, Insightful

    It's a checklist feature. 100% useless in practice.

    Better unix than linux has a long way to go (better linux than linux even more).

    To MS: some filesystem advice:

    1. case sensitive file system
    2. make file locking advisory, not mandatory (essential to have "make" work well)
    3. allow deletion of files that are in use

  5. Re:Searching for Prior Art? on 1/5 of All Human Genes Have Been Patented · · Score: 1

    It's probably time to go grave digging for prior art.

  6. Re:ok, I like HD DVD now on No Region Codes for HD-DVD? · · Score: 1

    No linux play. No me buy.

  7. Re:For portable GUI apps..... on Creating .NET C# Applications for Linux · · Score: 1

    WinForms apps are not "real" Windows apps either. It's easily noticeable and apps written in it are full of little bugs (multi display support is crap, large font support is crap -- MS still can't make resizeable dialogs after 20 years of doing GUI.

    Gtk# probably wouldn't be any worse and could actually be better because doesn't carry 20 years of Windows legacy.

  8. Still not good enough... on Sharp LCD Display with 1,000,000:1 Contrast Ratio · · Score: 1, Informative

    ...to put it on the outside of Hotblack Desiato's ship.

  9. Re:freelancer on LGP Opens Beta Test for X2 · · Score: 2, Interesting

    I tried X2 once but the controls we really strange. Not to mention that my favorite requirement -- mouse control Wing Commander style wasn't supported.

    I wonder how much of it they fixed since and how much could be done in the linux port. I'd buy the game instantly if it had properly working mouse control and working F1 key to get the list of keybindings.

  10. Re:IT IS NOT SILENT on Silent 500W Power Supply · · Score: 1

    Currently, the biggest problems in my machine is hard drive noise. I have 3 hard drives (rubber mounted).

    I have a fanless PSU and CPU and a single exhaust case fan.

    Coil whine is not noticeable yet.

  11. IT IS NOT SILENT on Silent 500W Power Supply · · Score: 2, Interesting

    It has a fan.

    Silent = no fan
    Quiet = quiet fan

    (2x fan -> ! Quiet)

    IMO

    (I now have a silent 350W power supply)

  12. Re:Ask the UNIX folk... on No Defense Against Windows Rootkits? · · Score: 1

    "Direct Hardware Request" ???

    Unless you are running a virtual machine and the root kit detector is running outside, this is not really possible.

  13. Re:keeping pc gaming alive on Ask Sid Meier · · Score: 1

    >Who says you should be able to turn like that. Is that not very unrealistic?

    Maybe. But I remember having fun in Quake 2 with it's great 3d sound where I was able to turn around 180 degrees in a split second and rail someone that just made a noise behind me.

  14. Re:keeping pc gaming alive on Ask Sid Meier · · Score: 1

    Until you can plug in a mouse and keyboard (and it actually works) they are not even close for some games (FPS, RTS, ...)

  15. Re:Two camps on Better Web Apps With Ajax · · Score: 1

    It seems somehow much slower than the original ajax version here.

  16. Re:Way to look like a powerbook, thinkpad on IBM Thinkpads now in Titanium · · Score: 1

    how about some carbon fibre

    aka

    Acer Ferrari 4000

  17. Re:Something for MS to Think About on Mono Blocked from MS Conference · · Score: 1

    >A slow, RAM-hungry, .NET is almost exactly in the same ballpark (certainly for the 2nd part, which in real world makes the first part true anyway)

  18. Re:A couple of things about this on RTLinux Boasts Single-Digit uSec Responsiveness · · Score: 1

    Actually, if you hope to achieve 100ms (preferably 50ms) on a loaded system, your idle system latencies should be below 10 or 20ms.

  19. Re:A couple of things about this on RTLinux Boasts Single-Digit uSec Responsiveness · · Score: 2, Interesting

    >Yes, it may beat Windows XP's latencies, but on a desktop OS, latency isn't typically a big deal (does XP even claim to be realtime?)

    Scheduler latency may not normally be a big problem, but user interface latency is a problem and UI should be a (soft) realtime system.

  20. Re:Woohoo! on Mozilla Firefox 1.5 Beta 1 Released · · Score: 1

    Most software using garbage collectors starts to suck when you start using the swap file.

    They should not do this.

  21. Important Question on Logitech Unveils Smart Mouse · · Score: 1

    Does it have a microphone built-in?

  22. etherkiller on Blu-Ray To Punish Users for Modifying Hardware · · Score: 1

    The only thing you should plug into the ethernet port of these worthless devices should be the etherkiller.

  23. Re:Every movie recently released is secretly porn on BitTorrent's Loss is eDonkey's Gain? · · Score: 1

    Agreed.

    DRM is obsolete as soon as I can get a big enough RAM chip implanted.

  24. Re:Had to switch from Java to .NET on Comparison of Java and .NET security · · Score: 1

    No, he's completely right. I have been using both Visual studio 2003 and now 2005 beta 2 and I prefer Eclipse any day.

    If you are into drag-and drop cobbling the code together, MS may have nice wizards that make simple things easier and hard things harder. For coding, Eclipse is easily better (than 2003 certainly and VS 2005 still has far too many bugs).

    One extremely annoying thing is "design time" concept and files that are generated during editing and not during build time as they should be. There are slight improvements in VS 2005, but still not enough (dataset stuff actually became worse). The MS way of doing things easy with Wizards instead of improving/extending the framework itself is just a dead end (unless you like clicking).

    Visual Studio also has a NIH (not-invented-here) problem with build systems -- the 2003 is crap, and msbuild still has growing up problems (none of msbuild,nant,and are as mature as using make files -- they seem to suffer from too verbose output and too many unnecessary rebuilds).

    Only Intellisense is slightly in VS due to showing the parameter names.

    And web projects were never done well in VS and still don't work well (I get unexplainable 5 minute builds for something that usually rebuilds in 30 seconds)

    VS 6.0 was very good (for C/C++), but everything after just isn't as mature and usable as Eclipse is for Java.

  25. Re:Why would they buyout Skype? on Google, Skype and the Future of IM · · Score: 2, Insightful

    >To be honest, Google Talk actually seems like a bit of a deflating moment - it's the first product Google's released whose features are already widely present in the market. I haven't downloaded it, and don't really plan to, unless it has some new features to die for.

    It is a necessary step. There is no reason why every email address shouldn't also be an IM address. All we need is a standard protocol so any IM user can talk to any other user just like this is possible with email.