Slashdot Mirror


User: turbogeek

turbogeek's activity in the archive.

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

Comments · 8

  1. Been there done that * 5.95. on Ask Slashdot: How Did You Experience The Solar Eclipse? · · Score: 1

    5 total and one anular. My wife has seen 16. Got pics.

  2. Re:What do you mean... on Inkscape 0.42: The Ultimate Answer · · Score: 1

    Mine dies. Tried it from the command line

    [G5:~] daniel% /Applications/Inkscape.app/
    tcsh: /Applications/Inkscape.app/: Permission denied.

    For grins I looked at the permissions. Since I am admin, this seems to be something else.

    [G5:~] daniel% ls -l /Applications/Inkscape.app/
    total 0
    drwxr-xr-x 6 daniel admin 204 Jul 25 19:50 Contents

  3. Yes! on If Mac OS X Came to x86, Would You Switch? · · Score: 1

    I have two Macs. 17 inch PB and a dual 2.0 G5. Great OS and great machines, but it would be nice to get a cheaper machine. I do Java development and very happy with the performance and capabilities.

  4. P2P here to stay on Has P2P Become a Passing Fad? · · Score: 1

    Boeing, Texas Instruments, Sun, Verizon... the list goes on and on. P2P is everywhere and it is not being used for file swapping.

  5. JXTA Works and yes, P2P is Legit on Using P2P for Legitimate Applications? · · Score: 1


    Yes there is a legit use for a lot of P2P. I work at Verizon. I have also worked for Boeing and have a couple open source and one private venture. All use P2P in 100% legitimate applications and only one is sharing files.


    Use JXTA. It is mature and far better than Gnutella because of the level of control and diversity. Gnutella just shares files and can't really improve the efficiency of distribution.


    Head to jxta.org to start.

  6. $1,000 reasons to use Java/Linux on Would You Pay $1000 For Windows? · · Score: 1

    Fantastic! This increases the column under total cost of ownership for anything that runs M$$$(new break up price acronym). And great for Java in the current M$ PC because, like we did with OS2 the last platform to fail, you can justify Java as a migration path to the consumer(sorry - "even my grandma can use it") version of Linux.

  7. Re:Images, GUI, and bears Oh My! on Why Don't More People Use Smalltalk? · · Score: 1

    Only my second post, I'm learning. I'd recomend that Plain Old Text be the default and that the /. programmers read "The Inmates are In Charge of the Asilum". Not letting me edit my post is sad.

    And thanks for the comment! There are advantages to being an old hacker :o)

  8. Images, GUI, and bears Oh My! on Why Don't More People Use Smalltalk? · · Score: 2

    When you used smalltalk, you create an image. As you add stuff to your application you get a bigger and bigger image. The way most projects seem to work, the image continues to grow (similar to COBOL because nobody removes any code and VERY similar to FORTH which also had an 'Image' problem). The next problem was GUI. The GUI was 100% let's do it my way. Nothing looked like window, X, or Mac. Granted it was probably designed on a weird Xerox box and ported to other OSs - key is that it had little in common with the new GUIs. Next are the Bears. When you get a system that 'grows', you get sloppy and designs go from peoples brains and straight to image. Result:Sure it works, but what the hell is in it? Case in point: I had a team that did a review of a system last year that was written in Smalltalk. The team asked for the design and they never got it. They connfessed that they had lost the butcher paper table cloth they had initialy designed it on. All other work they gleefully confessed was developed in the debugger environment. End Note: The design never really worked or could scale what did. Today the system is happlily rewrittn in Java in JSP :o) Oh My: Cost! Commercial systems were budget killers. Worse, the systems were much slower than C++ because there was no competiton to create a faster environment. There were at most only a couple of good vendors chassing too few projects. Forsaking the hacker via cost is probably the single most killer and stagnation of a tool. Mainframes vs affordable PCs or C/C++/Java vs Smalltalk and even the M$ languaged (cause you have to buy 'their' IDE. 'nuff said. Personal note: I tried a little programming via Digitalk's Smalltalk back in 93/94ish when you could get Digitalk for a song and a user group discount. I didn't like it too much and gave up after a couple of weeks. It is one step removed from C,C++,Java. It felt like using an HP45c calculator after a lifetime of using a TI-99A(boy does that show my age). Key pluses were a common API and you could program very quickly. I must say that Java was simplistic compared to Smalltalk. A Duck to Water! Not to mention that warm fuzzy feeling you get when te compiler finds a mistake that would be a mystery pointer fault in C++. And the best reason for failure: There are one hell of a lot more Java jobs out there :o) BTW remember NeWS? That was written by the former idiot Gosling. Imagine Postscript as an interpreted RPN GUI language that runs on X terminals. Can you say "crash your X Terminal?" Sure you can. I look at all the problems with NeWS and I see the genius of the Java Virtual Machine. And thus, I posit, Q.E.D. Java becomes a secure language. NeWS suffered from a sensitive stack. By controlling the stack and verification it programmaticaly (the byte code validator) and RT exception system and you have cured most errors too!