Slashdot Mirror


User: CoolVibe

CoolVibe's activity in the archive.

Stories
0
Comments
1,292
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,292

  1. Re:12 month uptime + crash = hardware failure on Preparing for the Worst in FreeBSD · · Score: 2

    Try here. (and please be gentle to my webserver)

  2. Re:explanation needed.. on Gentoo 1.0 Released · · Score: 1

    I thought he was talking about ports. Hey, I've had a long day :) I probably need more coffee...

  3. Re:explanation needed.. on Gentoo 1.0 Released · · Score: 5, Informative
    BSD ports work as simple as this:

    # cd /usr/ports/editors/vim
    # make install clean

    It then fetches the sources (and dependancies if they aren't met yet) and compiles and installs them automagically.

    Oh, you can also make packages this way (with the 'package' makefile target). BSD also has a package system btw, but that's too oftopic :)

  4. Re:Something called... on Declawing Windows: Impossible? · · Score: 1
    Oh ye of little understanding...

    Us geeks just need to bash on that monstrosity they pay us to support every day. We absolutely MUST have our fix of Microsoft bashing. It's something we can't live without, just like coffee.

    So shut the hell up and let us rant if we want :)

    (Yes, that was tongue in cheek and meant to be funny.)

  5. Re:Windows IS modular on Declawing Windows: Impossible? · · Score: 2
    98lite [98lite.net] is a program that allows you to remove the bloat of Windows, allowing for a streamlined version that you can customize.

    Don't forget IEradicator, available from the same site. Can remove MSIE from Win2k pre-service pack 2 as well.

  6. Re:Windows IS modular on Declawing Windows: Impossible? · · Score: 1
    One thing that is REALLY missing from Windows is a NICE auto-shutdown utility. Sure third party utilities exist to do that, and Windows has the proper APIs to handle all of that, but no truly GOOD free program has come out to accomplish that task yet.

    So why don't you grab a compiler, Learn to code and make one yourself?

  7. Re:Something called... on Declawing Windows: Impossible? · · Score: 2
    "...and as an extra feature, you can steer the car with the volume knob on your car stereo.."

    Dunno where I got that. I vaguely remember some quote like that in Lloyds Delphi Notes.

  8. Re:Replacement? on Declawing Windows: Impossible? · · Score: 2

    About the MSHTML replacing thing, I believe these guys once did it with their browser. Basically their was a skinnable UI with the MS HTML renderer in it. But they had a "technology preview" version once with which you could switch between the MS renderer and the Gecko renderer. Don't know if those guys still do that, but AFAICR, they gave the source to replace the MSHTML renderer with the Gecko one back to the Mozilla project.

  9. Re:How can it NOT be modular? on Declawing Windows: Impossible? · · Score: 2
    Well, it's all COM and OLE, so one could write an alternative viewer for those files. I heard somewhere that .chm files are basically HTML files. Mozilla's Gecko renderer can be used as a COM object for this as a result. The guys from NeoPlanet did this once IIRC with their browser.

    So their argument that MSIE is an essential part of the "operating system" is plain BS.

  10. Re:have that version... on Declawing Windows: Impossible? · · Score: 5, Insightful
    IE is faster and slicker then any OSS browser for Windows, and the second fastest commercial browser (second to Opera)

    How convenient that MS loads internet explorer on startup. Of course it's faster! When you 'explore' your drives, you already have the bulk of MSIE running.

    Finally, Apple packages Quicktime, iMovie, iTunes, Appleworks (a full office suite), and more with their OS

    Check your facts, they are optional components. Easy to deinstall, or you can opt to NOT install them. Try removing MSIE from your WinXP or Win2k SP2+ system. You'll have a hard time.

    I think that it is the OS makers right to include value added software, and the consumer benefits from it. I can go and buy a new iMac, plug it in, and have a full home video editing studio without having to do a thing (all on UNIX neverthless)!

    The difference is choice. If you don't want something on your Mac, you just throw it away, and you'll never be bothered by it again. Or, if you like the default software, you can just leave it like it is. The difference is that it isn't forced down your throat.

    Now, because MS has a monoploy on the desktop, our solution is to force them to make a less-valued OS with less features and bundled software? How is this better for the consumer.

    No, nobody is telling them to oblitterate MSIE, Media Player and all that other crap. They just have to make it optional for the user to install or not. Right now, everyone that uses windows for the first time on a new box get confronted with MSIE. And MSIE is probably the only browser they'll ever know because that's that one that got installed with their new system. Thought experiment: What would have happened if MS bought Netscape and integrated Netscape in the OS? Then Netscape would be the dominant browser now.

    The problem that most people have with Microsoft is how they throw their weight around with the Windows OS, pushing competitors out of the nest before they can get the chance to be real competitors. It's practices like these that send us off our collective trolleys. The quality of MSIE is irrelevant

    Right, back to driver coding...

  11. Re:12 month uptime + crash = hardware failure on Preparing for the Worst in FreeBSD · · Score: 4, Informative
    I hate replying to myself, but if you somehow try to compile memtest86 on *BSD, you need this file. It's a patched linkage.h. Edit the head.S file in the source tree to include this file instead of linux/linkage.h .

    Hope that helped you all out a bit :)

  12. Re:12 month uptime + crash = hardware failure on Preparing for the Worst in FreeBSD · · Score: 5, Informative
    Tell me about it... In fact, I have made a bootable CD-R with memtest86 that I can boot in servers that support cd-rom booting.

    I did it like this:

    1. Compile memtest86.
    2. make a floppy image: dd if=/dev/zero of=padding.img bs=512 count=2880
    3. append the image after the memtest.bin: cat padding.img >> memtest.bin
    4. cut the floppy image to size so mkisofs won't choke on it: dd if=memtest.bin of=bootfloppy.img bs=512 count=2880
    5. Make image with mkisofs: mkdir empty && cd empty && mkisofs -b ../bootfloppy.img -o boot.iso .
    6. Burn that image and you're done! Bootable memtest86 cd-rom. A handy tool for your toolchest.
    7. That thing saved my life countless times when dealing with old servers and spotty RAM.

  13. Re:Works fine in Konq here on NetBSD/macppc... on Retail Sharp Zaurus Released · · Score: 2

    FYI, No I didn't tweak any UserAgent stuff. It just displays. I even checked with tcpdump, and Konq sends his regular stuff (The normal Konq useragent string)

  14. Re:Bad on Retail Sharp Zaurus Released · · Score: 2
    They're locking you into to one browser, and the wrong on at that.

    Well, actually, they try to lock you in 2 browsers, and somehow, Konq on my NetBSD/macppc displays the pages fine. No UserAgent tweaking. Maybe they fixed that 'problem' after seeing that browser-upgrade page being hit hard so much from this place?

  15. Works fine in Konq here on NetBSD/macppc... on Retail Sharp Zaurus Released · · Score: 3, Interesting

    Nuff said.. Maybe they fixed it?

  16. Excuse me but... on How To Implement A Database Oriented File System · · Score: 1

    Aren't filesystems by itself hierarchical databases? What's all the fuss about?

  17. Re:while we're at it: color in freebsd nethack? on SedSokoban · · Score: 1
    Urgh.. of course that should be:

    TERM=xterm-color && export TERM

    for bourne compatible shells... (oh and btw, that 2 minute timeout on /. sucks)

  18. Re:while we're at it: color in freebsd nethack? on SedSokoban · · Score: 2
    You xterm-happy kid :) I usually would point you to the documemtation, but since this is somewhat less-obvious, I'll point it out here for you. Stick it in your tool chest, impress your friends, go far away places, meet interesting people, and kill them (to stay a little bit on topic) ;)

    Right, enough silly banter. Pay attention:

    Try this: (in bourne shell derivatives)

    TERM-xterm-color && export TERM

    Or this: (if you use the csh dialect)

    setenv TERM xterm-color

    As you will notice, more apps will be in color now, like mutt et al... Oh, you can have your colored ls(1) too. Check google on how to set that up.

  19. Re:PDF on ACM Programming Contest Results · · Score: 2
    Ever heard of xpdf? Look for it at your favourite software repository.

    You can btw always convert PDF to HTML at adobe's website for free. (sorry, too lazy to provide a link)

  20. Wow, I didn't know... on Debian Developer Wins Gold in Paralympics · · Score: 1
    ...programming was a paralimpics sport.

    Just kidding... Congrats Bart!

  21. Re:Aloha Net on Hawaii Wi-Fi · · Score: 2
    > This problem is, wireless cards only have a certian range, card "a" might want to send data to card "b", and card "c" might want to send data to card "b", but "a" and "c" can't see each other, so their can be collisions which they will never know about because they can't see the collision.

    This is called the "hidden terminal" problem. Google for it if you'd like to know more about it (and how to solve it)

  22. Re:Awesome! on Sundance Channel Showing "Revolution OS" Monday Night · · Score: 2
    Hmm, is that really a good idea? I already see him harpng on about Microsoft/LInux and MIcrosoft HURD...

    No, don't run 'im through sed. RMS is great like that as he is ;-) (yes, that's sarcasm)

  23. Re:God I hope not.... on Windows XP is Listening · · Score: 2
    Damn, I can visualise this... You have been working on VC++ on Windows XP, and now you try to compile your project on [insert favourite UNIX type system]. A session would go as follows:

    [ user@somehost ] $ make
    cc -O2 -Wall -ansi -pedantic -I. -fPIC -shared -c foobar.c
    foobar.c:287: in function `frob':
    foobar.c:287: `fuck' undeclared (first use in this function)
    foobar.c:287: (Each undeclared identifier is reported only once
    foobar.c:287: for each function it appears in.)
    foobar.c:287: parse error before `!'
    *** Error code 1

    Stop
    [ user@somehost ] $ _

    I can sympathise completely :)

  24. Re:Large LCD screens (and cats) on iMac LCD Impostors · · Score: 4, Funny
    Another thing is that cats just looove to sleep on top of CRT's because usually it's nice and warm. Also, they also like hanging their tail in front of your screen. This is their way of getting your attention other than sprawling over your keyboard and taking a nap on it.

    A large LCD screen will spoil their fun. My cats would be miffed with me if I took away this source of entertainment from them.

    Oh, I am digressing... Better post without +1 :)

  25. Re:Who would have guessed... on 23 Second Kernel Compiles · · Score: 2
    Well, I have to wait around 3+ hours for a kernel compile on my SparcStation 5.

    When it's upgrade time, I can start a compile, go to the pub, have a few beers, go back, see that the compile failed (because of , sparc32 and linux 2.4 don't seem to mix very well without some heavy tweaking), fix mistake, start again, and go back to the pub :)

    Thanks to my slow sparcstations, I have a life! :)