Slashdot Mirror


User: Covener

Covener's activity in the archive.

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

Comments · 213

  1. Re:news denied on IBM Germany Leaving Vista for Linux · · Score: 1

    notes7 is available now and is not Hannover based.
    Hannover isn't "due" in 2006 and is essentially Notes 8.

  2. Re:JFS on A Good Filesystem for Storing Large Binaries? · · Score: 1

    I've used JFS on an IBM mainframe and on my Linux workstation


    AFAIK, JFS doesn't run on IBM mainframe operating systems. The "unix like" hierarchal filesystems available on the mainframe are HFS and zFS.

    Perhaps you used JFS on a big AIX cluster?
  3. Re:MMS stream hails from microsoft.com!?! on Going Deep Inside Vista's Kernel Architecture · · Score: 4, Insightful
    Not to diss the underlying interview [I'm always willing to hear about kernel stuff], but it's kinda odd that the MMS stream originates at a M$FT server:


    It's almost as if this MSDN interview of an MS executive on future MS technology is somehow MS related.
  4. Re:Trying to make themselves feel better on 2005 Good Year for Power Architecture · · Score: 1


    Consider the masive number of systems MS will be shiping in 1Q05 -- surely the CPUs for those systems are long since bought and paid for.

    1Q06 of course.
  5. Re:Trying to make themselves feel better on 2005 Good Year for Power Architecture · · Score: 1

    Well, consider that only 400k or so XBoxes have shipped and 0 PS3s have shipped, and Apple shipped 600k iMacs and PowerMacs in Q4 2005 (both of which use Power based G5s), Apple is STILL IBM's biggest customer.

    Consider the masive number of systems MS will be shiping in 1Q05 -- surely the CPUs for those systems are long since bought and paid for.
  6. Re:Putting taxes on your credit card?!?!??! on Best Tax Programs? · · Score: 1

    I was going to ask "What sort of idiot would pay their taxes with their credit cards?" and then realized this is America. Poor fiscal decisions are a way of life. Unless your credit rating is excellent (and often even then) you will likely be paying at least 7-9% on that debt.


    Or earning 1-2% and paying it off in a month?
  7. Re:The bots didn't add you, AOL added the bots for on AIM Bots: Useful or Spam? · · Score: 4, Informative

    If someone adds YOU to THEIR buddylist, then you are notified

    Not on AIM you aren't.

  8. Re:Other OS's on Windows Incompatibilities Frustrate D.C. Schools · · Score: 1

    Apache has only limited support for Windows... ... with a webserver that does not support the Windows platform.

    In what way is it limited compared to other platforms? Native sockets, threading, unicode filesystem support...

    Apache is a bitch to configure for any platform

    No harder than any other task you'd ask of someone in an IT job. It's not exactly some obscure, opaque piece of software that forces you into the role of trailblazer.

  9. Re:wtf? on FreeBSD Based Gaming Router · · Score: 2, Interesting

    f you RTFA this "game router" is really only adding traffic shaping/prioritization, which is something a middle of the road router can do anyway in FIRMWARE which will be lots faster than that software.

    Your typical cable routers "firmware" is either pf/netfilter or something very similiar, and isn't imparted any speedup.

    If your box did something like l7-filter in hardware, then you'd have an argument...

  10. Re:Wierdness with TCP/IP on Linux on Best TCP/IP Stack Implementation? · · Score: 1

    Asymmetrical being the important part. When you are uploading you can't download and vice-versa.The switching between these two modes is unnoticeable at low usage, but as it increases your connection will start to crawl. This is especially noticeable on a system where you download a ton of files and then ssh into a remote system. you'd notice a big lag on the ssh connection...

    If you're saturating your upstream, you can't efficiently ACK your downloads -- which kills throughput. It's not an issue until you come very close to your upstream bandwdith because theres always ... well... bandwidth for your ACKS to make it out without being delayed.

    You typically overcome this by prioritizing the ACKS (or small packets in general) before they hit your throttled connection.

  11. Re:RewriteMap on Why I Hate the Apache Web Server · · Score: 2, Insightful

    For my own site, I wanted a rule that catches www.* and issues a permanent redirect to the browser, pointing them to the domain without the 'www' attached. Since I had two or three domains hosted on this box, I wanted to do it globally.

    The only sane way to do this with Apache as it is today was:

    RewriteCond %{HTTP_HOST} ^www.* [NC]
    RewriteMap www prg:/etc/apache2/conf/rewrite/www.pl
    RewriteRule (.*) http:///{www:%{HTTP_HOST}}$1 [R]

    #!/usr/bin/perl
    $| = 1;
    while () {
    $_ =~ s/^www\.//;
    print $_;
    }




    RewriteCond %{HTTP_HOST} ^www(.*) [NC]
    RewriteRule (.*) http:||%1$1 [R]

    (Pipes instead of slashes for slashcode :/)
    (or UseCanonicalName?)

  12. Re:So we like consultants now? on Unsealed SCO Email Reveals Linux Code is Clean · · Score: 2, Interesting


    their first cause of action was "Linux is full of UNIX, which belongs to us"


    (Regardless of the validity of their claims) Their allegation is that developers who had access to the confidential unix code were tainted and had no business working on very similiar pieces of linux.

  13. Re:Great on Supreme Court Rules against Grokster · · Score: 1

    You really think Supreme Court Justices are being duped or befuddled by explanations of people downloading music?

    You can read some of the discourse over the grokster case where the Justices show a remarkable level of clarity and insight.

  14. Exacerbate or mitigate? on When is 720p Not 720p? · · Score: 1

    Which set-top (cable/satellite) receivers are doing that same stingey conversion when you've told them to output 720p?

    Anyone with any real regard for picture quality, and whose equipment leaves them the choice, has probably evaluated it under both configurations anyway.

  15. What about their freedoms? on Programmatically Controlled Juicer · · Score: 1

    I haven't RTFA'ed, but what doesn't the baseball players union have something to say about their juciers being programatically controller?

  16. Re:A wise decision on Microsoft States Full TCP/IP Too Dangerous · · Score: 1


    You must be kidding. The runas service is *nothing* compared to a true multi-user environment. Other than installing software runas is useless. How do you modify the registry without logging out the local user? How do you add printers to the machine without logging out the user?


    runas regedt32.exe, runas "control.exe printers"?
    regedt32.exe works remotely as well.

  17. Re:some speculation on IBM Backs PHP for Web Development · · Score: 1
    Why doesn't IBM just buy out Zend? Actually, perhaps Novell should?

    I suppose there is the question of how much money Zend actually makes, but I would think that the steering power and recognition might be well worth it.


    Just what IBM needs -- the power and recognition of Zend.

  18. Re:Why Big Blue, of course. on Where Do You Shop for Server Components? · · Score: 1

    I'm not real worried about the quality of IBM equipment for the next six months or so: I figure that most equipment designs are already in the pipeline. However, I'm keeping a *close* eye on the machines we're getting... And if their warranty terms or responsiveness changes, you can be sure we will be ready with alternatives...

    I wouldn't expect any fallout from the PC Division sale within the Server Division lines.

  19. Re:Pentium M clocks down too much on More Analysis Of Pentium M Desktops · · Score: 3, Informative

    I had this same problem too, and I could not turn it off in the BIOS. My 1 Ghz chip ran at 500Mhz most of the time, even when plugged in.

    The info returned by /proc/cpuinfo will only reflect how things looked when you booted, but it doesn't mean your CPU speed isn't changing. see cpufreq (/proc/cpurfreq)

  20. Re:I wonder if... on ATi Drivers for Linux that Work? · · Score: 1

    OK, Sparky, here's the deal: we need a good video chip for our systems. That chip needs to have a Free driver for Linux - binary is not acceptable as the system will be PPC.

    I'd think that it's much more likely that IBM would collaborate to "port" the existing drivers to their new (ppc) platform. Even if there was no g5 to point at I wouldn't think it'd be such a gigantic effort.

  21. Re:Solving the technical problems... on Red Hat, IBM Partner to Certify Apps for Linux · · Score: 1

    They're called shared object files. DLL is a Microsoft term.


    It's a term/acronym pertinent to most operating systems, although the file extension may be alien to unix systems.

    See dlopen.

  22. Avoid ads or save time? on TiVo to Sell Your Fast-Forward Button · · Score: 4, Insightful

    I'd think most peoples' motivation is to save the time of viewing commercials, not because of some aversion to advertising.

    I'd think as long as the banners don't make the ffwd through commercial slower (by assuring they're on the screen for some specific time) people won't mind.

    Better for the marketing folks to pay tivos electric bills then us.

  23. Re:the Xbox on How Cheap Can A PC Be? · · Score: 2, Insightful

    A joystick sends coordinates, while a mouse sends changes in position.

    Even if that were true of joysticks, it's not exactly a chore to translate between the two.

  24. Re:Fastest on Which VNC Software Is Best? · · Score: 1

    I'll agree with some of the other followups.

    VNC buys you the convenience of detaching from it, and is just plain snappier for many apps. I'll quite often "buffer" a few apps in a VNC session for just those reasons.

  25. Re:Easy on Another Format War: DVD -R9 v. +R9 · · Score: 1

    taiyo yuden, tdk, memorex, phillips... these brands sound familiar?