Slashdot Mirror


User: cmmike

cmmike's activity in the archive.

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

Comments · 10

  1. Re:Mozilla Innovates on McVoy Strikes Back · · Score: 1

    what exactly is innovative about describing a UI declaratively?
    surely you don't mean the fact that the surface syntax of the declaration language has angle brackets in it?

  2. Re:I have one. on Neuros Audio Releases Its Hardware Schematics · · Score: 1

    > FM transmitting- I love it, but it's not really powerful enough here in the Washington, DC area with all the background noise to be picked up more than 3 or so feet away.

    install a wired FM modulator in your car. they are available for around 40$ at places like crutchfield.com, and are not too hard to install.

  3. Re:All that and he doesn't explain... on Interview with Tom Lord of Arch Revision System · · Score: 1

    I'm afraid the "heavyweight" thing in the interview doesn't mean what you think it does.
    it means "the server needs to compute stuff in order for the client to do anything with the repository". and this approach is not a good idea for distributed development, on account of it not scaling too well. think how much more bearable SourceForge would be if it only had to host files for "official" mainlines.

  4. Re:The converse on Paul Graham: Hackers and Painters · · Score: 3, Funny

    > Would you like Van Gogh to work on your teeth?

    he's more of a plastic surgeon, actually.

    leave your teeth to Ecsher.

  5. Re:GTK 'plus' on GTK+ 2.0 · · Score: 1

    GTK's object orientation actually survives past compilation time, which is very nice. this is not the case in the language you probably mistake for being object-oriented (I'm taking a somewhat-educated wild guess, yes).

    (and anyway, why does the implementation language matter for you? there probably is a binding for the language you like.)

  6. I hope, on The Waning of the Overlapping Window Paradigm? · · Score: 0, Redundant

    that paradigmatic whining is on the wane, yes.

    you were saying?

  7. Re:1999 on Lisp as an Alternative to Java · · Score: 1

    what is insightful about this post? the ellipses?

  8. your alternatives on Open Source Symbolic Math Program? · · Score: 1
    [ I'm not very good at math, but I'll try to be helpful anyway ]

    if Matlab-like functionality is appropriate, then try Octave (look for it on the GNU site)

    you said you don't like Emacs. well, if your dislike is strong then I guess Jacal and Mockmma are not your cup of tea. they are written in Scheme and Common Lisp respectively, so presumably they are most convenient to run with the prompt in Emacs.

    hth

  9. Re:Explanation seems perfectly clear to me on Clearing up FreeBSD confusion · · Score: 1

    So, by this logic, Debian and RedHat would be different OS's, no? (keeping in mind that various linux vendors, such as RedHat do put extra patches into the stock linux kernel)

    yup, they *are* different OS'es.
    but: they use the same binary format, the same libc, and (with luck) will use the same standardized filesystem layout and sysinit scriptology (if not the same, then *compatible*), if something ever comes out of the LSB.

    note: I'm not trying to argue in favor of or against BSD or Linux, just clarifying.

  10. Re:I don't think you've thought this through. on REBOL the "Messaging Language" · · Score: 2

    Ugh.

    That's not a question of being a die-hard or not. The real question is why the f*&% people still invent new syntax. The beauty of Scheme (or Common Lisp, for that matter) is that you learn one basic syntax, and you can construct most any domain-specific syntax in terms of it. Yes you can have infix math in Lisp. Do your homework or something.

    All this glitzy networking stuff could be a nice Scheme or Lisp extension, along with the syntax. But noooo, we have to invent a new damn language to have the networking. We'll have Perl for text processing, Lisp for heavy AI, Rebol for networking and Python for, uh, "rapid prototyping" (slow prototyping, anyone?).

    Disclaimers:
    1. I needed to vent.
    2. I think the computing field needs more people that know what they are doing, and "easy" languages only help impostors and give people unfounded hopes (like, hey, I'm a bad-ass algorithm designer. I know Basic).
    3. I don't take parentophobes seriously. If you have such problems distinguishing syntax from semantics, than you probably don't have a good grasp of the distinction between content and representation.

    There, I feel better now.