Slashdot Mirror


User: locoluis

locoluis's activity in the archive.

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

Comments · 141

  1. What I did... on Easter Eggs in Web Sites? · · Score: 1

    I redirect all those to a warning page.

    Duh, I should have done something more interesting... :\

  2. ELT (Extremely Large Telescope) on Overwhelmingly Large Telescope Closer to Reality · · Score: 2

    http://www.eso.org/projects/owl/

    Yay! Another huge telescope here in Chile! :D

  3. The OSI Logo, written in UCB Logo. on OSI Launches Certification Program With Logo · · Score: 4, Informative
    MAKE "PI 4 * RADARCTAN 1
    MAKE "ARADIUS 200
    MAKE "BRADIUS 100
    MAKE "ASTEP :ARADIUS * :PI / 180
    MAKE "BSTEP :BRADIUS * :PI / 180
    CS
    PU
    LT 90
    REPEAT 20 [ BK :ASTEP LT 2 ]
    MAKE "CURPOS POS
    SETPC 2
    PD
    REPEAT 140 [ BK :ASTEP LT 2 ]
    RT 90
    FD (:ARADIUS-:BRADIUS)/2
    LT 90
    REPEAT 140 [ FD :BSTEP RT 2 ]
    SETPOS :CURPOS
    PU
    HT
  4. Re:Unfortunately... *lol* on Linux PDA From China · · Score: 1

    Heh. Actually, since the development of input methods such as CangJie, writing chinese on a conventional keyboard is not that hard.

    And 10,000 buttons is not enough for traditional chinese, of course (it's enough for simplified, though)... :)

  5. Oh, my God, you mean... on Iceland to Voluntarily Go Oil Free in 30-40 Years · · Score: 5, Funny

    Bjork's parents are the King and Queen of Iceland? Wow.

    (Haha nice troll)

  6. Now just wait a moment... on Linux Powers Digital Muppets · · Score: 1

    Green Frog Linux!

    I can't believe it still shows the logo I did three years ago when I couldn't draw. *blushes of shame*

    (FYI, http://www.webhost.cl/~lugonzal/ doesn't exist anymore. It's now http://www.lgm.cl/) :)

  7. I don't think is it, but take a look anyway. on EULAs More Difficult to Read than Tax Forms · · Score: 1

    http://www.geocities.com/wpl510/eula.htm

    Done by someone named Andy. Requires Javascript.

  8. Re:No dark side for me either. on Is Programming a Dead End Job? · · Score: 1

    That's the true hacker spirit.

    YAY! :D

  9. Re:To heck w/ T(H)GSB on CIA Warns China Might Be Planning Cyber Attack · · Score: 0, Offtopic

    I would have moderated you as Off-topic, but we agree. :)

  10. Why I would (hopefully) never go to the dark side on Is Programming a Dead End Job? · · Score: 2, Insightful

    ... even if that means getting less paid.

    Two reasons:
    1. I enjoy programming, and I have (some) skill for that.
    2. I dislike managing, economics and the like and I have zero skill for those.

    If it were for the money I would have been something else. But as long as I have enough for a living, I don't care.

  11. Text weighs less... (n/t) on ATI vs. NVIDIA: The Next Generation · · Score: 1

    what I said.

  12. Wise choice... But not an ideal one. on ATI vs. NVIDIA: The Next Generation · · Score: 1

    Sometimes bad content is even worse than no content at all.

    Then again, why are you even HAVING a website if the only thing there is that logo?

    Makes you wonder...

  13. Someone is already compiling a list... on Linus Retiring from Kernel Dev · · Score: 2, Funny
  14. Cowboyneal to take over the KERNEL!? on Linus Retiring from Kernel Dev · · Score: 1

    Ok. That's it. No more Linux for me.

  15. Nice try. :-) on Web Surfing Losing Its Luster · · Score: 1

    There be the sheep who will do what a web page tell him/her to do. :p :)

    (Continues browsing)

  16. I dunno... on Deep Algorithms? · · Score: 1

    I didn't mean to make sense. :)

  17. Algorithm to understand what's an algorithm. on Deep Algorithms? · · Score: 1
    1. For all the comments on this article.
    2. See which ones show a list of actions to do, especially those who specify conditions (if/then/else), or control flow (repeat,for each,while,until...)
    3. Study the selected examples.
    4. Reload and repeat until understood.
    I *so* have a future in CS teaching.
  18. Nope, but... on Garmin Rino-GPS Show and Tell · · Score: 0, Offtopic

    ... it will help if you get lost while going to do your interview... :)

  19. wm2? Yeah. on Ximian GNOME and "Low-End" Systems · · Score: 1

    ... but at least blackbox is useable. :)

  20. ...I used to have 16 Mb until last month... on Ximian GNOME and "Low-End" Systems · · Score: 1

    ...now I have 32 Mb. Still with an Am586, and an Acer 7004P monitor... Crappy, huh? :(

    On the other hand, I still have many gigs free in my HDD. :)

    Redhat 7.2, WindowMaker, GNOME apps for my needs (as recommended in a post below).

    Enough to make me happy. :)

  21. Re:Easy solution use Redhat 7.2 [NOTE] on Ximian GNOME and "Low-End" Systems · · Score: 1

    Remember that Redhat 7.x does require a minimum of 32 Mb of RAM to install.

    I'm glad my boss has some spare SIMMs there. :)

  22. Walt Disney: on Disney Blames Apple For Music Piracy · · Score: 0, Offtopic

    Making fun of people's disabilities since the 30's.

  23. [OT] That would be a good signature line. on What Makes a Good Web Design? · · Score: 1

    If you feel the sudden need to program, there is always PHP.

    And I agree.

  24. Any gnomes in the public... on Could Mono Kill Gnome? · · Score: 1

    ... that actually do like monkeys, feel free to disagree. :)

  25. Just a little correction... on Determining Color Difference Using the CIELAB Model? · · Score: 1

    ... the EGA (at least mode 640x350x16c) indexes 16 colors to use from a palette of just 64 colors, 4red*4blue*4green.

    Or at least that's what I knew back in the time when I learned to program in *cough*Qbasic*cough* in 1994.