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:how long.. on Windows XP Tablet PC Edition · · Score: 3, Funny

    Some people consider Microsoft to be harmful. Sounds like a great match to me ;)

  2. Some comments on What Happened to 5dwm? · · Score: 3, Interesting
    yes, I'm the one that submitted this story. Here are some other things I found out:

    I also posted an article about this on Advogato here. I got some replies on that, and one person attended me to here where you can find a copy of the 5dwm stuff.

    About the functionality of this thing, it's not just a WM. It's a desktop environment. If you ever worked on a SGI machine, you'd agree it was (well, arguably) the best damn internet workstation out there. Sure, KDE and Gnome fill in a huge gap here, but there is much to be learned from how the IMD is put together.

    I hope the people at SGI see this and decide to either opensource this thing, or to provide linux binaries. I know, it's idle hope, but a man can dream, can't he? I'd love to see this on my desktop at home.

  3. Re:Reminds me of a star trek Voyager episode... on What Math Actually Sounds Like · · Score: 2
    Yes exactly! That episode is what I meant.

    Imagine how musicians worldwide will feel if they get replaced by mathematical algorythms. I myself am a guitar player, I'm not fantasically good, but probably better than Taco (I know more than 3 chords, heh), but I would hate it too if people preferred fully computer-generated music over the warm acoustic tones of my 6-string.

  4. Re:What die do I use on What Math Actually Sounds Like · · Score: 3, Insightful

    Then get a decent wavetable synth capable sound card. Geez.

  5. Reminds me of a star trek Voyager episode... on What Math Actually Sounds Like · · Score: 3
    ...where the EMH was teaching some alien race about music and art. Also "music" from mathematical models were played with...

    Julia sets would sound pretty cool I gather :)

  6. Re:where can I get one of those T-shirts? on Hilary Rosen Defeated at Oxford Union · · Score: 1
    (yeah yeah, reply to myself. so what. I got karma to burn.)

    (duh, the NTK link works fine... that's where you got it from, right?)

    thanks anyway though :)

  7. Re:where can I get one of those T-shirts? on Hilary Rosen Defeated at Oxford Union · · Score: 1
    I would have too, if it weren't slashdotted into submission :)

    Thanks for the URL though, guess what my credit card bought me today? :)

  8. Cool T-shirt on the pic on Hilary Rosen Defeated at Oxford Union · · Score: 2
    "corrupt compact disc, inferiour audio"

    So where can I get that?! I want it!

  9. Re:ellen feiss nude!!! on When Mac Freaks Congregate · · Score: 3, Funny

    Already slashdotted... Horny bastards!

  10. Re:A suggestion for RH8 users. on Font HOWTO For Linux · · Score: 3, Informative
    It's a compile-time setting. Oh, and FreeBSD's XftConfig is in /etc/X11, just like everywhere else. It's just a symlink to that far away place you name. /etc/X11/XftConfig is shorter :)

    Oh, minor nitpick wrt the screenshots: What is it with people taking screenshots with The Gimp?!? Surely there are better ways to dump one's screen to a file like using xwd, ImageMagick's import, Ksnapshot, or whatever. Takes less time too. Taking screenshots with Gimp is like swatting a fly with a tactical nuke. It works, but it's overkill.

  11. Re:Imagine! on Water Computing · · Score: 1

    No, it would boil.

  12. Re:Spraychalked? on Microsoft Vandalizes NYC · · Score: 1
    whoops, wrong parent... mod the parent *WAY* down please...

    Whooops...

  13. Re:Spraychalked? on Microsoft Vandalizes NYC · · Score: 3, Insightful
    Fine, you don't like seeing adverts evereywhere you go. Fine, that's nice. But...

    Why do you advertise in you sig then?

  14. Re:Thanks, spamassassin! on Registrar Told To Stop Direct-Mail Scare-Tactics · · Score: 1
    ROFL, thanks.. Although you dragged my comment waaaay out of context, you managed to make me squirt coffee on my keyboard through my nose.

    Aaah, that sure clears out my cynuses (sp?), the content of them now lies on (and in) my keyboard. Thanks for turning my workspace into a brownisg-greenish gooey mess.

  15. Re:Thanks, spamassassin! on Registrar Told To Stop Direct-Mail Scare-Tactics · · Score: 2
    Uhm, no, I don't have a hitguy called mario, who snipes from across the street. :)

    But, I did get (electronic) mail about registering domain names, and some even used the "scare tactics" the article mentions.

    Because these guys (the people that send _electronic_ mail) use spammy layout, my (electronic!) spamassassin takes care of them.

  16. Thanks, spamassassin! on Registrar Told To Stop Direct-Mail Scare-Tactics · · Score: 5, Informative
    Yeah, it might sound unrelated, but because registers that use scare tactics like these, often use layouts that Spamassassin automgaically filters away.

    So, although I might get these from time to time, I'll probably never see them. Thanks to spamassasin. My current registrar however, goes through spamassasin just fine and reaches my inbox unscathed. How convenient :)

  17. Cool! on FreeBSD Gets 'Fast IPsec' Implementation · · Score: 2
    Heck, I might actually have a use for this. Only if CURRENT were a little more stable.

    I certainly can't wait until this get's MFC'd.

  18. Re:2 things on OpenBSD Gains Privilege Elevation · · Score: 2
    Clarification: Now, that most apps can't tell if they are running suid or not, is not the operating systems responsibility.

    What I mean by this is that lots of apps don't even test if they are running as root or with elevated privileges. This can simply be done by checking with getuid and geteuid and comparing them (although it's not a foolproof method).

    Also, if an app tries something it shouldn't be allowed to do, it'll just get a EPERM and fail.

  19. Re:2 things on OpenBSD Gains Privilege Elevation · · Score: 2
    There are things that must run as root to work. The common way to allow normal users to do these things was to make them setuid, which meant that the application always runs as its owner,

    One nitpick. Although you are correct, the phrasing is somwhat wrong. What you _mean_ to say is that dropping the privileges of the app is the responibility of the appication that's running suid itself. Now, that most apps can't tell if they are running suid or not, is not the operating systems responsibility.

    But yes, you are correct though. Although many apps that must run as root (to bind a port below 1024 or something), usually prepare what they need to do as root (like open a socket and giving up a file descriptor that is bound to a lower port), and setuid() their way out of root land.

    An extension like this should alleviate the need for such hackery. It's no excuse to write insecure code though ;)

  20. Re:Trojan Horse? on Financial Institutions Balk at MS Licensing · · Score: 1
    Yeah I'm amazed. The author of that post. Oh well, it _did_ get one overrated moderation :)

    Luckily, the moderators weren't on crack today and decided to bless it up to +5. Woopie (like I care, I've been capped for months).

    (oh, posting without +1 bonus)

  21. Re:Trojan Horse? on Financial Institutions Balk at MS Licensing · · Score: 5, Funny
    Oh that's okqya, sometimes I have to type something when i havn't had any coffee yet. The result is usua;llly somethong like thios. SOmehow my fingers (adn my brain) need vcoffee to type somewaht corectly.

    ;-)

  22. Re:Cool, but more useful would be computer-on-late on 'Computer-On-Glass' Display · · Score: 2
    I can see the ads for it now:

    "With integrated circuits, for her pleasure."

  23. Re:Does this mean I get colour cycling in 32-bit? on RandR Support on XFree86 4.3 · · Score: 2

    The SGI X server can do this. Ask Jamie Zawinsky. He used this feature a lot when debugging the 8-bpp Pseudocolor screen hacks while having a truecolor visual on his SGI box.

  24. Re:so what? on RandR Support on XFree86 4.3 · · Score: 2
    xinit ./mypresentation.sh -- -display :1

    enjoy.

    Read man 1 xinit for more information :)

  25. Excuse me? on Mitch Kapor's Outlook-Killer · · Score: 1, Funny
    You are:
    • posting to the wrong forum
    • preaching to the wrong choir
    • hopelessly offtopic

    Unless divine intervention has to do something with killing that eeevil outlook of course