Slashdot Mirror


User: p2sam

p2sam's activity in the archive.

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

Comments · 242

  1. Re:You apparently have too much of free time on Want To Write Your Own OS? · · Score: 1

    I must say that I was simply driven by curiosity about the so called mensa organisation, and wish to converse even with an alleged member like yourself.

    The insults however, comes naturally when conversing with assholes like yourself.

    I sincerely hope that you are not a representative sample of the average mensa member.

  2. Re:Of course on Want To Write Your Own OS? · · Score: 1

    ok you win.

  3. Re:Fair enough on Want To Write Your Own OS? · · Score: 1

    Thank you for acknowledging the possiblity that the miscommunication may be partially your fault.

    I simply expect mensa members to appeal to reason and critical thinking, nothing more.

    Hurting women's feelings is no worse (and no better) than hurting men's feelings, and I believe treating women any differently in this regard would be discriminatory, and sexist.

    Furthermore, you don't know me, nor my gender, nor my sexual preferences. So lay off the "I am sensitive, and helpless" crap. People like you only encourage the negative sterotypes of women.

  4. Re:How mature you are... on Want To Write Your Own OS? · · Score: 1

    You have yet to make one rational argument to defend your claims.

    If you believe this conversation is childish, then I encounrage you to stop.

  5. Re:You apparently have too much of free time on Want To Write Your Own OS? · · Score: 1

    I have given my reaons for believing that your had not effectively conveyed your ideas. I'd like to see your accusations backed up by reasons.

    Wild accusations and claims backed by air is not a sign of intelligence.

  6. Re:How mature you are... on Want To Write Your Own OS? · · Score: 1

    If you felt you had been misunderstood, then here is a clue:

    The title of your post claims that writing one's OS is not a good idea, and the first half of your post gave a few support statements for that claim. Fine. Everyone is entitlied to their opinion and I happen to agree with yours.

    Now, in the SAME paragraph, you proceed to give counter reasons to your original claim, that there may be good reasons for writing one's OS for learning purposes. I also happen to agree. Presumably, you were trying to give a more complete survey of your opinions of the subject matter. But you should have start a new paragraph, or at least start with "On the other hand ...", or anything to indicate that you are moving from one point to another.

    And when subsequent posters disagree with your first point (as summarized by your post's title), you started insulting people about their intelligence, and claims that they didn't even understood what you wrote(presumably the second). When in fact, you were at fault, because you did not convey your ideas in an intelligible form in the first place.

    Honestly, and sincerely just my $0.02 (Cnd)

  7. Re:How mature you are... on Want To Write Your Own OS? · · Score: 1

    To put it in a programming context, just because one has the ability to understand 5 levels of pointer indirection, doesn't mean one should use it. Language is used to communicating with other people, it should be put as simple as possible, but no simplier.

  8. Re:You apparently have too much of free time on Want To Write Your Own OS? · · Score: 1

    Unfortunatly, your poor communication skills and poor choice of words do not convey your ideas effectively, making it difficult for us to have an intelligent conversation with you, indeed, *sigh* ...

  9. Re:"you PoS"? How intelligent! I'm impressed! on Want To Write Your Own OS? · · Score: 1

    oh man... it's just a play of words, an overloaded meaning ...

    PoS

    - when applied to an A** hole like yourself, it' s "piece of shit"

    - when applied to my crappy operating system, it's a "piece of shit OS", get it??

    Why do you feel the need to use overly complicated sentence constructs when simplier ones will convey your meaning more effectively?

    Why do you feel the need to belittle others whom you consider to be less intelligent than yourself?

  10. Re:"you PoS"? How intelligent! I'm impressed! on Want To Write Your Own OS? · · Score: 2, Funny

    no... you just reminded of the first OS I have written, it's named PoS. It wasn't very good, nor secure, nor even practical. But I did have loads of fun doing it, and learnt some real-time programming concepts. There's nothing like spending fourty hours on fourty lines of assembly to get the context switching to work.

  11. Re:Is that some kind of joke? on Want To Write Your Own OS? · · Score: 1

    Just because someone doesn't agree with you, doesn't mean they are stupid, you PoS ...

  12. Re:There is an infinite number of earth like plane on Earth-Sized Planets Confirmed -- But They're Dead · · Score: 1

    What is this "close to infinite" business anyway ...

  13. Re:It's a hardware problem on Sun Pushes Java For Games Market · · Score: 1

    There is nothing magical about the C language (or the Java language). C uses a compiler to translate into machine executable code, which will be loaded by the OS, and executed by the HW.

    Java interprets Java bytecode and JIT them into machine executable code, and executed by the HW.

    It is not necessary the case that the same algorithm implemented in C always run faster than Java, and vice versa.

    There are all kinds of run-time optimizations available to Java because the VM knows a heck of a lot more about the program than the C compiler.

    See
    http://www.idiom.com/~zilla/Computer/javaCb enchmar k.html

  14. Re:It's a hardware problem on Sun Pushes Java For Games Market · · Score: 1

    More nitpicking ...

    Yes, but at a even lower loevel, Java, C and OpenGL still use machine code.

  15. Re:It's a hardware problem on Sun Pushes Java For Games Market · · Score: 4, Informative

    Nitpicking...

    As you mentioned Java3d, you must know that Java3d can either use software or Direct3D or OpenGL, therefore your assertion that Java can't manipulate hardware is only true in the sense that ANSI C can't manipulate hardware.

    Also see gl4java at http://www.jausoft.com/gl4java.html

  16. Re:And so we mourn on Three Gorges Dam Begins Storing Water · · Score: 1

    hehe, you sure didn't care much for the 10k Iraqi civilians you killed though.

    oh wait, I forgot, you gave them freedom, never mind.

  17. Re:The problem: Improving programmer productivity on Preview of Java 1.5 · · Score: 1

    No, you are wrong.

    Quoting from the OP:
    "Why doesn't Sun take a hint and phase JavaScript out in favor of a powerful multi-purpose high-level language like Python [python.org] or Ruby [ruby-lang.org]? That'll put them miles ahead of Microsoft in terms of increasing programmers' productivity... and programmers' quality of life."

    The OP clearly suggested that Sun was officially endoring JavaScript, and thinks that Sun should endorse Python instead. The OP is clearly mistaken, as JavaScript has very little to do with Java, and even less to do with Sun.

    If the OP knew anything about Java or Python, he should have mentioned Jython (www.jython.org). In fact, one of Jython's primary goal is to be embedded inside Java applications, and has became the de-facto standard for scripting on the Java platform.

  18. Re:Pardon my ignorance... on The Secret of the Simplex Algorithm Discovered · · Score: 5, Informative

    Disclaimer: IANAM (I am not a mathematician)

    The simplex method solves a class of problems called "Linear Programming" or simply "LP". Many different kinds of network or graph theory problems can be phrased as an LP.

    An LP consists of an objective function, and a number of linear contraints. For any given LP, there are 3 possibilites:

    1. there does not exist a feasible solution
    2. the LP is unbounded
    3. there exist an optimal solution.

    The goal is to determine an assignment to the variables in the linears system so that the objective value is maximized (or minimized) while satisfying every linear constraint.

    There are other algorithms for solving LP, such as the cutting-plane algorithm. But the simplex algorithm exhibits many useful properties over other algorithms. For example, if the solution of a linear system has already been computed, and if the system changes slightly, one can compute a new solution quickly from the old solution, instead of recomputing from scratch. This is obviously quite useful for continuously updating routing tables on a network.

    Some examples of LP are:

    - single source shortest path (think routing)
    - maximum st-flow
    - minimum cost flow

  19. Re:How did you bring SDI into this? on Software Bug Causes Soyuz To Land Way Off · · Score: 1

    hehe, baddies. of course, all your enemies must be the bad guys.

  20. Re:Google on Looking for Unbiased War News? · · Score: 2, Interesting

    As found in the news.google.com "about page":

    How does Google decide what stories are published on the Google News homepage?

    The headlines on the Google News homepage are selected entirely by a computer algorithm, based on many factors including how often and on what sites a story appears elsewhere on the web. This is very much in the tradition of Google's web search, which relies heavily on the collective judgment of web publishers to determine which sites offer the most valuable and relevant information. Google News relies in a similar fashion on the editorial judgment of online news organizations to determine which stories are most deserving of inclusion and prominence on the Google News page.

  21. Re:3 or 4 years ago... on Thinking In Java 3rd Edition Available Online · · Score: 1

    Please stop capitalizing "JAVA", J-a-v-a are not initials and should not be capitalized, just like Unix should not be capitalized.

    Thanks.

  22. Re:Answering the question on Let Nature Solves NP-Complete Problem · · Score: 1

    wasn't it O(n + m) ? Where n is the number of vertices and m the number of edges?

  23. Re:Would this be a solution? on 1024-bit RSA keys In Danger Of Compromise? · · Score: 1

    The 3DES key length should be 168 bits with effective key length of 112 bits.

  24. Re:Stay with fvwm, replace your browser on Best Mouse-free Windowmanager? · · Score: 1

    http://links.sourceforge.net

    A Lynx like console browser.
    Supports tables, cookies.
    Uses ncurses

  25. Re:ZZZZZZZZZz who cares..... on Mozilla Development Roadmap Updated · · Score: 1

    where's my moderation points when I need them... I thought it was deja vu, but you're right. This comment in a rip off. (Also says something about the quality of moderations)