Slashdot Mirror


User: ltmon

ltmon's activity in the archive.

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

Comments · 36

  1. Re:Clarifications on City of Vienna Chooses Linux · · Score: 1

    * Every famous Australian is really a New Zealander. Yes, even Russell Crowe. You should have kept him.

  2. Re:Wanted: Dynamic Calendar Overlays on Nat Friedman on the Future of Collaboration · · Score: 1

    Yes, definately a feature in Sunbird/Mozilla Calendar.

  3. Re:What they are afraid of on Kaleidescape CEO Speaks Out About CSS Lawsuit · · Score: 2, Insightful

    I don't think they're right to be afraid of the all of two people who actually by this thing.

    Not the two people actually using this device... but the thousands using the cheap versions when they become available. If one of the cheaper manufacturers gets sued then it's ...
    "Well, you didn't have a problem with Kaleidescope -- why are you picking on us?".

  4. And of course... on FreeBSD Announces Contest To Replace Daemon Logo · · Score: 1

    We can't be letting this happen again.

  5. Re:so this means... on National PC Recycling Plan Proposed, Again · · Score: 2, Informative

    See here for a brief summary of the toxicity of old electronics parts. There is plenty of toxic heavy metals in the components.

  6. Re:Some enterprising young man or woman... on National PC Recycling Plan Proposed, Again · · Score: 1

    It allready has been done, unfortunately not in a healthy or sustainable manner. Here's a random link. I was hoping to find some of the more disturbing pictures of the pollution computer waste causes. There are whole villages buried in the stuff in China, and the heavy metals they are extracting is a severe health hazard. I think this kind of thing is why such recycling schemes are being proposed.

  7. Re:People skills on Joel Gives College Advice For Programmers · · Score: 1

    Its 80% WHO you know, and 20% WHAT you know

    Never forget the value of WHAT you know ABOUT WHO you know.

  8. What I think... on Developing for Healthcare - .NET vs J2EE? · · Score: 1

    At risk of degenerating this to another .Net vs Java vs the-rest-of-the-world thread.... (too late?)

    I would say java simply because of the number of proven, documented libraries and frameworks with active communities providing good support.

    You can argue which platform is the best until you're blue in the face, but I think the most of your time is going to be saved by well documented, well supported libraries -- not language features or server features.

    $0.02

  9. Re:Yawn on Should We Follow Novell v. MS in Detail? · · Score: 1

    actually...

    j = +-i

    (i.e. j = plus or minus i).

    So does that mean that being in debt can equate to evil?

  10. Other brands... on Mini PC Grows Up? Shuttle XPC Reviewed · · Score: 1

    I bought myself an aopen EZ-18, which is similar to the shuttle in form and design. It is a terrific machine, and has given me no trouble. It is the best layed out (imho) of all the mini pc's, and working on it is no problem at all for me (I have skinny fingers though). If you are in the market for a mini, give one of these a look. (Don't be put off by the bad Engrish on the box or the crappy ads "Fun your life!" wtf?).

  11. Re:Prophecy on Joel On Microsoft's API Mistakes · · Score: 2, Interesting

    I have developed an application before using Flash in the front end and JBoss in the backend (OpenAMF makes up the glue in between, but there is also Macromedia's Flash Remoting). It's a very interesting way of developing a rich interface delivered via web, but it has it's limitations.

    The first is the development effort in the front end. We had to create all our Flash widgets nearly from scratch because those that were included were not flexible enough. This was a fairly large job. An open library of flexible, easy to use widgets for Flash would make this less of an impact.

    The second was the reaction speed of the UI, although this was considerably helped by the introduction of Flash 7 -- much smoother, plus the Flash programmers liked the addition of ActionScript 2.

    The third was common to all web apps - the inability to "push" event from the server, relying always on user input to update the state of the gui.

    Anyhow, all in all this is a legitimate use for Flash (besides advertising and annoying website navigation) which can be quite effective in differentiating a webb-app from the background noise.