Slashdot Mirror


User: daniel_yokomiso

daniel_yokomiso's activity in the archive.

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

Comments · 99

  1. The king is alive on Dead Musicians Signing Media Rights Petitions · · Score: 1

    Elvis isn't a zombie, he hates the undead.

  2. Re:Some thoughts on Clinton Prosecutor Now Targeting Free Speech · · Score: 1

    John Taylor Gatto talks about it in his book The Underground History of American Education. A relevant page is this:

    On the night of June 9, 1834... Even though the literacy rate in Massachusetts was 98 percent, and in neighboring Connecticut, 99.8 percent...

  3. Hear, Hear on The Failure of the $100 Laptop? · · Score: 1

    The best thing about the US$100 laptop is that it costs less than one month of brazilian minimum wage (about US$160 today). A cheap computer around here costs about 3 times more than the minimum wage. When poor people are able to buy a laptop without having to cut all expenses but basic housing, food and transportation for one or two years they can improve their lives, even if a little bit.

  4. Re:Great, even more ways for MS to kill it on New Mono 1.2 Now Supports WinForms · · Score: 1

    Doesn't Mono stands for: "Microsoft?!? Oh no!"?

  5. Re:well... on Pros and Cons of Switching From Windows To Mac · · Score: 1

    Well it's just that Mac users have other preferences...

  6. Can't be him. on Kensington Laptop Locks Not So Secure · · Score: 2, Funny

    He was arrested recently.

  7. Re:Call Me Clueless on MSIE 7 May Beat Longhorn Out The Gate · · Score: 1

    'Anyone who uses Internet Explorer is using Windows'

    blanquita:~ pmohr$ uname -a
    Darwin blanquita.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC Power Macintosh powerpc

    blanquita:~ pmohr$ ls -l /Applications/|grep Internet\ Explorer
    drwxrwxr-x 3 root admin 102 31 Jul 21:44 Internet Explorer.app

    Hmm?


    So you're basically saying that you don't need to use IE but still uses it? And you call yourself a geek? Shame on you this is /.
  8. Re:the Linux nation on IBM Has 'No Intention' of Using Patents Against Linux · · Score: 1

    It's right in the middle of LinuxWorld, where Nick Donofrio gave his keynote address.

    Talk about cheap populism.

  9. Re:Nostradomus predicted this right? on Latest MyDoom Variant Gives Google Problems · · Score: 1

    Ahah, the elusive second sign to the apocalypse unfolds:

    1. Goggle Going Down.
    2. Craenor's wife asking him for sex.
    3. Prof^H^H^H^H Apocalypse!!!

  10. Re:Indiana Jones? on Star Wars Episode III: Revenge of the Sith · · Score: 1

    Yeah, movies about old people in nursing homes are really lame.

  11. The laser surgery is a scam on Experiences with Laser Eye Surgery? · · Score: 1

    That trendy laser surgery is great in the beginning but after ten years your eyes will fall out.

  12. Re:XHTML and XML?? on Why You Should Use XHTML · · Score: 1

    It's obvious: the HT in the middle of XHTML..

  13. Re:*Yawn* on Oxford Students Hack University Network · · Score: 1

    ?????
    Profit!

  14. Re:*Yawn* on Oxford Students Hack University Network · · Score: 1

    Another one:

    RIAA sues B

  15. Re:Is this legal anyway? on Japanese FTC Warns Microsoft · · Score: 1

    My picture is different:

    Lawyers, Lawyers, Lawyers, Lawyers, Lawyers!

  16. One word on Japanese FTC Warns Microsoft · · Score: 1

    Gojira.

  17. Re:Gmail accounts are worthless now... on Incorporating Machine Learning into Firefox 2.0? · · Score: 1

    Did you just insult him recursively?

    Nah, just with a goto...

  18. Re:Yeah! on DNS Inventor Predicts Future of the Internet · · Score: 1

    I only know two phone numbers: my cellphone and my normal phone.

    At least you know your phone number. When I need mine I do this: lookup my wife's name on the phone, call her and ask: "Honey, what's my cell phone number?"


    Note to moderators: that's a joke. When I need my phone number I just lookup in my pda.

  19. Trust the Computer, Citizen on Pentagon Seeks A Loophole In The Privacy Act · · Score: 1

    That is correct, citizen.
    Only those who oppose the Computer seek "privacy" and they only want "privacy" so they can plot to overthrow the Computer .

    The Computer is your friend.
    The Computer takes care of you.
    Good citizens trust the Computer .

    The Computer would never support a bad law.
    The Computer respects all of its citizens.
    Only Communists oppose the Computer.
    Only Communists seek "privacy".
    Only Communists oppose the Law.

    The Computer welcomes the support of good, concerned citizens such as yourself.

    ----
    OMG the US is becoming Alpha Complex...

  20. Re:What about readability? on Searching for the Best Scripting Language · · Score: 2, Informative

    You can do this in Haskell:

    match-all $ case-insensitive $
    do {
    many (not '&');
    char '&';
    many whitespace;
    char '(';
    many (not ')');
    char ')'
    }

    Not one-hundred lines, descriptive and do, IIUC, what your one-liner does. Functional programming languages (specially Haskell and Scheme) can be both concise and clear. BTW we can easily abstract common regexes away, for example the parenthesis thing above:

    parenthesis pattern =
    do {
    char '(';
    pattern;
    char ')'
    }

    match-all $ case-insensitive $
    do {
    many (not '&');
    char '&';
    many whitespace;
    parenthesis $ many (not ')')
    }

  21. Re:Zero on Metamath! The Quest for Omega · · Score: 1

    The Romans would have taken it from the Greeks and used it to build things. By now, we'd be speaking Latin in orbit around Alpha Centauri.

    It look like the end of every Civ game I've played. Too bad I always choose the egyptians.

  22. Re:Needs more on Ming + PHP5 + AI = Pretty · · Score: 2, Interesting

    If only somebody would generate background midi music!

    It's impossible to generate quality midi music without professional musicians!!

  23. Re:Human Limits of Security on Social Engineering in the Workplace · · Score: 1

    They decided to improve security so we were all required to get our photos taken for badges.

    For a second I thought you were talking about this.

  24. Re:Language shouldn't matter! on First Java AP Computer Science Exam Complete · · Score: 1
    Implementation is just picky details.
    It's that sort of thinking that has led to the horribly bloated and slow apps we have today, loading applications and getting work done isn't any faster than it was in the 180mhz days


    Actually most bloated applications are written in C or C++, languages known to be used because they let the developer worry about every single implementation detail.

    If we used better languages perhaps our applications wouldn't be bloated with dozens of different linked list, binary trees, strings, date parsers, etc. implementations or loaded with roll-your-own slow and incorrect schemes for reference counting, multi-threaded synchronization, resource pooling, transaction handling, etc.

    As I wait open-office to open I wonder how many places uses arrays (or vectors FWIW) instead of correct data-structures because it's what most programmers now how to use and the language supports them as primitive (therefore they are faster, in the programmer's minds).
  25. Re:Language shouldn't matter! on First Java AP Computer Science Exam Complete · · Score: 1

    Implementing your own hashtables? Useful to gain an insight into how they work

    Exactly. If people don't know how a hashtable is supposed to work they usually will write simplistic hashing functions that fail to distribute the possible values evenly over the hashtable internal array.

    It's possible for a student to come out of a CompSci course and be unable to explain why a containment-based widget toolkit is better than a positional one, yet can talk about VM swapping algorithms and implementing the fastest hashtable probing all day. Which would you rather employ?

    The one who can apply the theory and avoid mistakes instead of repeating them ten times before learning something through "work experience".