Slashdot Mirror


User: nick_patt

nick_patt's activity in the archive.

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

Comments · 5

  1. why another accelerator? on International Super Collider Proposal · · Score: 1

    Aren't there already too many particle accelerators in the world? Why don't we use those to capacity before building another one. I obviously don't know what I'm talking about, so correct me peoples...

  2. Give me an instruction set! on Rebooting The World? · · Score: 1
    Well, since I live in the algorithmic clouds (I write code, and don't design hardware), I'd volunteer to write the first compiler.

    While Lex & Yacc (& countless other lexer and parser generators) are nice, our compiler professor introduced recursive descent parsing as "Desert Island Parsing."

    I guess that all I'm saying is that - Give me an instruction set, and I'll give you a compiler.

  3. Check out OPERA on How Much Smaller Could Web Browers Be? · · Score: 1
    I'm not sure about the memory footprint, but Opera is fast. I'm guessing that means streamlined source code, i.e. small. Anyways, hope it helps.

    nick

  4. Linux ISP Billing Packages (Somewhat offtopic) on Unix Based Point-of-Sale Systems? · · Score: 1
    I know this isn't directly related to the post, however deserves mention. I am doing contract work for our local ISP. He's expanding and needs a billing system to scale with his expansion. We went with a really nice package called:

    Billmax

    which requires purchasing a user license. Another package (GPL'd, but not quite as "bells and whistles" complete) is:

    Freeside

    Anyways, I hope that helps some people. Who knows, Freeside may even be flexible enough to be a POS system.

    nick

  5. Distributed "distributed under open source" - GOOD on Sun Releases Grid 5.2 for Linux · · Score: 1

    The applications of such a package are numerous. It is good to see that there is an open source life for a project of this nature. Granted, you do have to design carefully to properly use the distributed nature of the software. However, many problems lend themselves to this approach. Any CS algo nerds would know that anything requiring "Dynamic Programming" falls under the domain of this software. Anyways, a few friends and I were going to write a similar package approximately a year ago only to find out that there were already people working on the project. Being light-weights in industry at the time it didn't make sense to pursue. However, I will definitely peruse the source of this one. Any possibility that this is a Sun product without a gui? Their software is so damn stable, but what's the deal with Forte and Star? Are they trying to be telepathic. I can finish my own damn word without you reminding me how it might finish. All those event listeners bog down the run-time speed. Maybe we'll get lucky and there'll be no GUI this time.