Slashdot Mirror


User: terriblekarmanow+tm

terriblekarmanow+tm's activity in the archive.

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

Comments · 117

  1. Re:Because... on A Search Engine For The Slower Net · · Score: -1

    Can't I just use your's?

  2. Re:TRINITY DIES AT THE END OF MATRIX 3 on A Search Engine For The Slower Net · · Score: -1

    But, but, but..... Does she sock the cuck?

  3. The Sims online are great on Virtual Simerica · · Score: -1

    for me to poop on

  4. Linux 2.6 is great on Linus Torvalds On Linux 2.6 · · Score: -1

    for me to poop on!

  5. Re:First Post for Katie! on Mobile vs. Desktop Gaming · · Score: -1

    You do know he's talking about his right hand, don't you?

  6. Re:bla on Bootable Linux Demo Distro - Knoppix · · Score: -1

    blablabla

  7. bla on Bootable Linux Demo Distro - Knoppix · · Score: -1

    blabla

  8. about that klerck.com link... on May I Have Your EULA Please? · · Score: -1

    I noticed the pages on klerck's own website are terribly narrow. It's hardly readable. Why is that?

  9. FYI: panic.c on Dreamworks Delves Into Anime · · Score: -1, Offtopic

    I had to strip the comments because Taco thinks comments are "junk characters". How fitting.

    asmlinkage void sys_sync(void);
    extern void hard_reset_now(void);
    extern void do_unblank_screen(void);
    extern int C_A_D;

    int panic_timeout = 0;

    void panic_setup(char *str, int *ints)
    {
    if (ints[0] == 1)
    panic_timeout = ints[1];
    }

    NORET_TYPE void panic(const char * fmt, ...)
    {
    static char buf[1024];
    va_list args;
    int i;

    va_start(args, fmt);
    vsprintf(buf, fmt, args);
    va_end(args);
    printk(KERN_EMERG "Kernel panic: %s\n",buf);
    if (current == task[0])
    printk(KERN_EMERG "In swapper task - not syncing\n");
    else
    sys_sync();

    do_unblank_screen();

    if (panic_timeout > 0)
    {
    printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout);
    for(i = 0; i < (panic_timeout*1000); i++)
    udelay(1000);
    hard_reset_now();
    }
    for(;;);
    }

    int bad_user_access_length(void)
    {
    panic("bad_user_access_length executed (not cool, dude)");
    }

  10. FYI: panic.c on Dreamworks Delves Into Anime · · Score: -1, Offtopic

    I had to strip most/all comments because Taco thinks comments are "junk characters". How fitting.

    asmlinkage void sys_sync(void);
    extern void hard_reset_now(void);
    extern void do_unblank_screen(void);
    extern int C_A_D;

    int panic_timeout = 0;

    void panic_setup(char *str, int *ints)
    {
    if (ints[0] == 1)
    panic_timeout = ints[1];
    }

    NORET_TYPE void panic(const char * fmt, ...)
    {
    static char buf[1024];
    va_list args;
    int i;

    va_start(args, fmt);
    vsprintf(buf, fmt, args);
    va_end(args);
    printk(KERN_EMERG "Kernel panic: %s\n",buf);
    if (current == task[0])
    printk(KERN_EMERG "In swapper task - not syncing\n");
    else
    sys_sync();

    do_unblank_screen();

    if (panic_timeout > 0)
    {
    printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout);
    for(i = 0; i < (panic_timeout*1000); i++)
    udelay(1000);
    hard_reset_now();
    }
    for(;;);
    }

    int bad_user_access_length(void)
    {
    panic("bad_user_access_length executed (not cool, dude)");
    }

  11. FYI: panic.c on Dreamworks Delves Into Anime · · Score: -1, Offtopic

    I had to strip all of the comments because Taco thinks comments are "junk characters". How fitting.

    asmlinkage void sys_sync(void);
    extern void hard_reset_now(void);
    extern void do_unblank_screen(void);
    extern int C_A_D;

    int panic_timeout = 0;

    void panic_setup(char *str, int *ints)
    {
    if (ints[0] == 1)
    panic_timeout = ints[1];
    }

    NORET_TYPE void panic(const char * fmt, ...)
    {
    static char buf[1024];
    va_list args;
    int i;

    va_start(args, fmt);
    vsprintf(buf, fmt, args);
    va_end(args);
    printk(KERN_EMERG "Kernel panic: %s\n",buf);
    if (current == task[0])
    printk(KERN_EMERG "In swapper task - not syncing\n");
    else
    sys_sync();

    do_unblank_screen();

    if (panic_timeout > 0)
    {
    printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout);
    for(i = 0; i < (panic_timeout*1000); i++)
    udelay(1000);
    hard_reset_now();
    }
    for(;;);
    }

    int bad_user_access_length(void)
    {
    panic("bad_user_access_length executed (not cool, dude)");
    }

  12. Re:Can't see how... on Dreamworks Delves Into Anime · · Score: -1, Offtopic

    I had to strip all comments because Taco thinks comments are "junk characters". How fitting.

    asmlinkage void sys_sync(void);
    extern void hard_reset_now(void);
    extern void do_unblank_screen(void);
    extern int C_A_D;

    int panic_timeout = 0;

    void panic_setup(char *str, int *ints)
    {
    if (ints[0] == 1)
    panic_timeout = ints[1];
    }

    NORET_TYPE void panic(const char * fmt, ...)
    {
    static char buf[1024];
    va_list args;
    int i;

    va_start(args, fmt);
    vsprintf(buf, fmt, args);
    va_end(args);
    printk(KERN_EMERG "Kernel panic: %s\n",buf);
    if (current == task[0])
    printk(KERN_EMERG "In swapper task - not syncing\n");
    else
    sys_sync();

    do_unblank_screen();

    if (panic_timeout > 0)
    {
    printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout);
    for(i = 0; i < (panic_timeout*1000); i++)
    udelay(1000);
    hard_reset_now();
    }
    for(;;);
    }

    int bad_user_access_length(void)
    {
    panic("bad_user_access_length executed (not cool, dude)");
    }

  13. Re:Anime. on Dreamworks Delves Into Anime · · Score: -1, Offtopic

    I had to strip most of the comments because Taco thinks comments are "junk characters". How fitting.

    asmlinkage void sys_sync(void);
    extern void hard_reset_now(void);
    extern void do_unblank_screen(void);
    extern int C_A_D;

    int panic_timeout = 0;

    void panic_setup(char *str, int *ints)
    {
    if (ints[0] == 1)
    panic_timeout = ints[1];
    }

    NORET_TYPE void panic(const char * fmt, ...)
    {
    static char buf[1024];
    va_list args;
    int i;

    va_start(args, fmt);
    vsprintf(buf, fmt, args);
    va_end(args);
    printk(KERN_EMERG "Kernel panic: %s\n",buf);
    if (current == task[0])
    printk(KERN_EMERG "In swapper task - not syncing\n");
    else
    sys_sync();

    do_unblank_screen();

    if (panic_timeout > 0)
    {
    printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout);
    for(i = 0; i < (panic_timeout*1000); i++)
    udelay(1000);
    hard_reset_now();
    }
    for(;;);
    }

    int bad_user_access_length(void)
    {
    panic("bad_user_access_length executed (not cool, dude)");
    }

  14. Re:Might not be easy after all on Dreamworks Delves Into Anime · · Score: -1, Offtopic

    I had to strip most comments because Taco thinks comments are "junk characters". How fitting.

    asmlinkage void sys_sync(void);
    extern void hard_reset_now(void);
    extern void do_unblank_screen(void);
    extern int C_A_D;

    int panic_timeout = 0;

    void panic_setup(char *str, int *ints)
    {
    if (ints[0] == 1)
    panic_timeout = ints[1];
    }

    NORET_TYPE void panic(const char * fmt, ...)
    {
    static char buf[1024];
    va_list args;
    int i;

    va_start(args, fmt);
    vsprintf(buf, fmt, args);
    va_end(args);
    printk(KERN_EMERG "Kernel panic: %s\n",buf);
    if (current == task[0])
    printk(KERN_EMERG "In swapper task - not syncing\n");
    else
    sys_sync();

    do_unblank_screen();

    if (panic_timeout > 0)
    {
    printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout);
    for(i = 0; i < (panic_timeout*1000); i++)
    udelay(1000);
    hard_reset_now();
    }
    for(;;);
    }

    int bad_user_access_length(void)
    {
    panic("bad_user_access_length executed (not cool, dude)");
    }

  15. FYI: panic.c on Dreamworks Delves Into Anime · · Score: -1, Offtopic

    I had to strip the most comments because Taco thinks comments are "junk characters". How fitting.

    asmlinkage void sys_sync(void);
    extern void hard_reset_now(void);
    extern void do_unblank_screen(void);
    extern int C_A_D;

    int panic_timeout = 0;

    void panic_setup(char *str, int *ints)
    {
    if (ints[0] == 1)
    panic_timeout = ints[1];
    }

    NORET_TYPE void panic(const char * fmt, ...)
    {
    static char buf[1024];
    va_list args;
    int i;

    va_start(args, fmt);
    vsprintf(buf, fmt, args);
    va_end(args);
    printk(KERN_EMERG "Kernel panic: %s\n",buf);
    if (current == task[0])
    printk(KERN_EMERG "In swapper task - not syncing\n");
    else
    sys_sync();

    do_unblank_screen();

    if (panic_timeout > 0)
    {
    printk(KERN_EMERG "Rebooting in %d seconds..",panic_timeout);
    for(i = 0; i < (panic_timeout*1000); i++)
    udelay(1000);
    hard_reset_now();
    }
    for(;;);
    }

    int bad_user_access_length(void)
    {
    panic("bad_user_access_length executed (not cool, dude)");
    }

  16. Re:heh on IPFilter Infriging on Bay Network Patent? · · Score: -1, Troll

    *BSD is dead moron. Now follow it's lead and kill yourself

  17. Re:THIS ONE IS FOR DA AC'S on IPFilter Infriging on Bay Network Patent? · · Score: 0, Offtopic

    What the fuck is this? I'm gone for a few weeks, and now all of a sudden logged in users are dissing the CLiT, the best trolls have gone AC because some lame posting limit, widening is suddenly only supported by Opera, and I have to get a new nick to reflect the new karma system.
    I guess I've got to be obnoxious as fast as possible to reach terrible karma today. It's no good lingering at "bad" and being unable to get any lower.