Slashdot Mirror


User: stephenb

stephenb's activity in the archive.

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

Comments · 44

  1. Re:"a language that lets us scribble and smudge".. on Paul Graham: Hackers and Painters · · Score: 3, Insightful

    If hackers are painters, then text editors are the "bowl of fruit" painting. Check freshmeat if you don't believe me. :)

  2. Re:Why use Jpeg? on Video Codec Comparison · · Score: 1

    Or just use png. Sure it'll be bigger than jpeg, but not by much, and for an image review article, you really should use a lossless format.

  3. GM: the new deviated septum operation on The Rights of GM Humans · · Score: 1

    This is going to be like a deviated septum operation. You know, the one where someone goes in because they have a deviated septum, and tells the doc "Hey, while you're in there, I've always thought my nose was a bit too wide, could you fix that for me? Thanks."

    Only with GM, you'll be in to get your Alzheimers gene swapped, and you'll be like "Hey, while you're in there, could you make me a super-genius, ultra good-looking, and hung like a horse? Thanks." :)

  4. Re:Apples & Oranges. on Firebird Database Project Admin on Name Clash · · Score: 3, Insightful

    I think they were referring to the part of the interview where she says that a small minority of their userbase were being dicks about the whole thing, and she assumed everybody would just be polite in their email campaign. So the comment is not directed at ALL firebird DB users, just that small fringe group that she herself mentioned.

  5. Re:Not the inspiration for Contact... on Jill Tarter and the Allen Telescope Array · · Score: 2, Funny

    This can't be right. Jodi Foster looks nothing like Carl Sagan. ;-)

  6. Re:Sounds Like He is Management Material on Should You Hire a Hacker? · · Score: 1
    Quoth you:

    Criminal action shows initiative. It shows that he will do what it takes to get ahead.

    [snip]

    Most of our society looks at the criminal as a superior form of being not tied to the conventionalities of the honest man (ie peasant).


    Nietzsche? Is that you? Man, I thought you were dead a long time ago. :)
  7. Re:Good idea, bad implimentation on Snag the Red Hat 9 ISOs, via Cash or BitTorrent · · Score: 1

    see this post.

  8. Re:Help with BT install on Snag the Red Hat 9 ISOs, via Cash or BitTorrent · · Score: 2, Informative

    If you don't want to hassle with installing wxPython, do what I did and run the headless client. After unpacking the BitTorrent distro:

    $ cd BitTorrent-3.2.1b
    $ ./btdownloadheadless.py --url <url>

    Just cut and paste the torrent url into your terminal window.

    Worked like a charm.

  9. really nice fast mirror on XP Service Pack Slows Programs · · Score: 1

    If you're looking for a nice fast mirror:

    patch

  10. Re:Oil :P on Flowing Water Discovered on Mars · · Score: 1, Funny

    We cannot go to war with the oil-rich Martians, even though their dictator may have Weapons of Mass Destruction. Won't someone think of the poor Martian children?

  11. Re:What you say???? on Opencroquet · · Score: 1

    Let me take this one step further, I shall prove it by inductive logic:

    * A 2d OS is better than a 1d OS. [This is true by inspection. 1d OS sucks. Your fonts are all squished together on a single line, making it difficult, if not impossible to read the window titles, etc. I mean, seriously, it just sucks. Try firing up emacs or vi, where did the window go? It's impossible to know! You can't work like that.]

    * 2d > 1d

    * 3d > 2d

    * ergo: 3d desktop is better than a 2d desktop. :)

  12. Re:Rock Solid NFS is needed on What High End Unix Features are Missing from Linux? · · Score: 1

    Yep. I used to work on a NeXTSTEP network that NFS mounted some server directories. Whenever that server would hang or go down, the production line would stop and the little black and white wheel would start spinning. Then I'd get a phone call. :)

  13. Re:Why are they upset? on Turing Test 2: A Sense of Humor · · Score: 1

    Yes, but if you read Loebner's reply to the thread, you would see that he didn't impose rule 17, the Prize Commiteee did (snippage mine):

    From: loebner@ACM.ORG (Hugh Loebner)
    Newsgroups: comp.ai
    Subject: Minsky Co-sponsor of Loebner Prize!
    Date: 8 Mar 1995 16:48:36 GMT
    Organization: ACM Network Services
    Lines: 63
    Message-ID: < 3jkn54$pv0@hopper.acm.org>
    In Message ID < 1995Mar3.013519.15748@news.media.mit.edu> Minsky writes:

    [snip]

    BTW

    The language that Minsky finds so offensive was added
    by the Prize Committee because of a possible mis-representation
    regarding the contest made by an annual prize winner.

    No fees have been requested of any winner, nor do I anticipate
    of any fees ever being requested. Rule 17 merely protects the
    Loebner Prize from misrepresentation in advertising.

    Now I'm not saying I agree with either Loebner or Minsky, but there are two sides to this story.

  14. Re:Andreas Pour of the League Responded on Questions Continue About The KDE League · · Score: 1

    The linux today article and the one in the reply to this (the kde-devel list link) are replying to OLDER articles. This article has new information to which Andreas has not responded yet. Just wanted to clear that up.

  15. Re:evolution [OT] on More on KDE Groupware · · Score: 1

    I use evolution 1.0.8 and 1.1.1 against an IMAP server every day with no problems at all.

  16. Re:Some good, some bad... on Internet Vigilante Justice, SPAM, and Copyrights · · Score: 1
    What am I going to do, sue the entire nation of Nigeria? From what I hear, only one guy has all the money, and he is dead, or so it says in an e-mail I just got from Azabi Manzuna... :-)

    *looks over shoulder*

    Hmm, I hesitate to reveal this, because the email I received had the subject "URGENT CONFIDENTIAL", but what the heck. Apparently there is another person in Nigeria named Muta Karibu who has a lot of money ($21,500,000 to be exact!).

    ;-)

  17. Re:Too Much on The KDE Future · · Score: 1
    The truth is, whenever you add new features you have to add code. When you add code, you add overhead. This is not to say that new features can't be added without slowing down the app. But it usually means some sort of trade off. Speed vs. memory consumption is a classic one.
    Perhaps the writers of KDE and other Linux GUI managers/apps/tools should take a page out of Alfredo's book and focus on really making their programs efficient, not just working.
    Every programmer knows you make the program correct before you optimize it. You should, however, architect the system to be as efficient as possible, using efficient algorithms and data structures, etc. But only after the implementation is correct should you specifically tweak code for performance and memory optimization. Again, this is assuming the general architecture of the system is sound in the first place.

    I think both gnome and kde are generally on the right track. After the initial ramping up of features, functionality, and stability, then the efficiency optimization can start.

    Keep in mind, however, that both projects have very ambitious goals. They are huge undertakings. And huge undertakings require huge amounts of resources.

    Stephen Blake
  18. The software metioned... on IBM's "Deep Computing" · · Score: 1

    is that post at the bottom of the page.

  19. What about OpenStep/ PDO -- with or without CORBA? on Corba language neutrality gone? · · Score: 1
    Unfortunately, the learning curve for CORBA is staggering . . .
    Actually, it's not as bad as it seems at first. I am taking a distributed systems class right now where we are learning CORBA. We wrote a non-CORBA version of a distributed application for the first 3/4 of the semester using sockets, etc. (Similar to what was described above.) Then we learned a smattering of CORBA and implemented the last piece of the app in less than one week and with far less pain.
    . . . and there isn't yet a Free implementation of the full complement of technologies. . .
    Take a look at TAO. From what I can see, it's a fairly complete open-source(TM) impletmentation with some added real-time features to boot. I haven't used it, but it looks good.

    There is also MICO.

    I am not knocking OpenStep, I program in it every day. But there are some great things that CORBA allows you to do without forcing everyone to use the same platform/language, etc.

    Stephen Blake