Slashdot Mirror


User: JamesOfTheDesert

JamesOfTheDesert's activity in the archive.

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

Comments · 483

  1. Re:That is not patent for RSS on Microsoft Applies to Patent RSS in Vista · · Score: 1

    Something like that but it is definitely NOT a patent application for RSS itself, the main article is ignorant and written by someone really stupid.

    Thank you. Nothing in that patent application says MSFT is making a claim on RSS.

  2. Re:That's kind of a cheap shot... on Red Hat Not Satisfied with Sun's New Java License · · Score: 1
    That's a sound argument if the the goal is to get them jobs in the first world, but the goal is to enable them to work in their own countries and to do that they need free software that doesn't tie them into proprietary foreign IT products.

    There's something of a chicken-and-egg process here, too. Larger companies may prefer to have their software written in Java because Java develoeprs are so numerous; (many) developers drift towards Java because they feel more comfortable having amore job opportunities. Lather, rinse, repeat.

    But suppose the $100 laptop included a full developer's tool-set for Haskell, or Ruby, or Lisp (or whatever; something free and open to suit the distributers). Before long, there are large sections of the world where such developers are numerous; companies feel confortable doing projects in @some_other_language because they know they can always get developers. Jobs, then, are nice side effect.

  3. Re:Where do we draw the line for the CDC? on Clinton, Lieberman Propose CDC Investigate Games · · Score: 1
    Your absolutely right, and your absolutely wrong.

    Did you get a community education?

  4. Re:Verdict from the W3C on The Best of Web 2.0 · · Score: 2, Funny

    Wrong validator. Try this one.

  5. Re:MeasureMap is powered by Ruby on Rails on Google Acquires Measure Map · · Score: 1
    Interesting to note also that this Google's first buyout of a Ruby on Rails shop.

    Being a Ruby app should make the Google rewrite to Python easier.

    :)

  6. Re:Backwards Compatability on IE7 To Support XMLHTTP Requests · · Score: 1
    What this basically means is I can take down the "This site would be cool if your browser adopted more standards" message from the IE version of some of my web apps, and instead give a link for IE6 users to Firefox or IE7.

    When did XmlHttpRequest become a standard?

  7. Re:If you like this, try too AJAX Developer's Jour on Asynchronous Requests with JavaScript and Ajax · · Score: 1
    I clicked on about a dozen, and they're all hidden by an ad titled "Learn from the AJAX Masters."

    And ads that proclaim James Garrett as "The Father of AJAX" cast doubt on the whole site. Seems the site is intended to drive overpriced conferences.

  8. Re:Which market is most important to us? on Ambient Findability · · Score: 1
    I'm maybe a half through the book, and I might just send it back to the library tomorrow. For a book ostensibly about finding information, I have a hard time finding any in this book.

    Yes, there are sme interesting nuggets, but so far it is too much fluff and padding.

    I suggest reading some of this in your local bookstore, or grabbing a copy from the library, before plunking down any cash for it.

  9. Re:While we are at it: finding a Ruby group near y on Ruby Off the Rails · · Score: 1

    This may be more active and more complete: http://rubygarden.org/ruby?RubyUserGroups.

  10. Re:Rails hobbles Ruby on Ruby Off the Rails · · Score: 1

    I think Rails offers more of a "Wow" expereince for people coming from PHP or Java; experienced Rubyists appreciate what Rails offers, but also understand how relatively simple Ruby makes it to do these things on your own, and often it is better to just roll your own rather than wade through the Rails API maze.

  11. Re:Ruby & Java == Moriarity & Holmes on Ruby Off the Rails · · Score: 1
    I currently know no ruby developers, only those who play with it on the side.

    I'm one. I make my living with it.

  12. Re:Switched to decaf, did they. on Departure Of The Java Hyper-Enthusiasts? · · Score: 1
    When will someone make a new Ruby framework so everytime we mention Ruby, Rails is not automatically in the same sentence? Ruby != Rails.

    Right on. Please check out Nitro, Wee, and IOWA, for robust alternatives to Rails.

    Each of them supports a different way to think about building Web apps

  13. Re:Java Interfaces on Is Ruby on Rails Maintainable? · · Score: 1
    Strong, static typing makes it easier to figure out how some (not all) changes will affect other code in a way that Ruby's dynamic typing does not allow. That includes unit test code. This helps a person maintain and change code more easily, especially if the person has not worked on the code before.

    On the contrary. Static typing (both Ruby and Java have strong typing) makes it harder to change code, because you are constantly bumping into interface incompatibilities when you simply try to add or modify signatures and object behavior.

    If I change a method signature to take String instead of an Integer, Java will bark at me, but it will not tell me if that problem is meaningful. I have to alter all the related code to accept the new data type, and then run my tests to ensure that the behavior is correct, not simply that the compiler gods have been pleased. And that's something people should be doing anyway, and that is what will really tell you what changes matter.

    The larger point is that, if you are using unit and functional testing to ensure that code does more than compile without exceptions, then the added benefits of static typing are outweighed by the inconvenience they add in day-to-day coding and refactoring.

    Unit tests and comments do far more to improve maintainability than static typing.

  14. Re:From the land of useless tips. on Where Do All of the Old Programmers Go? · · Score: 1
    From somebody that is surely under 40.

    Nope. 40 was the age mentioned in the write up. Remember?

    Complete descontextualized, ageist, useless pseudo tip, just shouting "Look! I did it before I was 40, I am so 3133t"

    I love the irony.

    Anyway, don't be bitter because you've yet to do it; the hostility is unseemly. The real point is simply, Don't wait. Period.

  15. Re:Java Interfaces on Is Ruby on Rails Maintainable? · · Score: 1
    Which gets noticed first? Which way would you rather have when you are maintaining the code 6 months from now and have forgotten everything? Maintenance is the topic of the thread.

    I'd suggest that, as no language can offer assurance that other developers haven't written moron code, you should have unit tests in place to mkae sure that not only does you code compile and run, but does what you intended.

    The unit tests will also go a long way in helping explain what code is supposed to be doing, in the odd chance that developers have neglected to write good, clear comments (very unlikely, I know, but has been know to happen.) And that is key to maintainable code.

  16. Re:Ya Dude! on Cell Phone CEOs Marked For Phone Cloning · · Score: 1
    .. and like it would be a major PR blunder to shoot first and ask questions later ...

    I understand why people speak like this, and I appreciate a casual writing style, but, like, there's like no reason to like write that way, like.

  17. Re:Bankruptcy or Public Service on Where Do All of the Old Programmers Go? · · Score: 1
    Private industry, since globalization and commodity coding offshore, has no place for old programmers anymore.

    Some of us say "Fuck it" and go start our own companies.

    (And here's a tip: Don't wait until you are 40 to do this.)
  18. Re:Lets clear this up NOW on Mastering Ajax Websites · · Score: 1
    From the article you did not read:

    Google Suggest and Google Maps are two examples of a new approach to web applications that we at Adaptive Path have been calling Ajax. The name is shorthand for Asynchronous JavaScript + XML, and it represents a fundamental shift in what's possible on the Web.

    Defining Ajax

    Ajax isn't a technology. It's really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates:

    As others have noted, a shorthand term comprised of the intials of a series of words, and is itself pronounable as a word, is an acronym. Revisionist hostory not withstanding.

    The XML part is typically ignored in AJAX discussions, either because people find XML all scary and complex (and so use html/tag-soup), or because they do not understand the inplications for character encoding and internationalization.

  19. Re:Let's Get Picky on Mastering Ajax Websites · · Score: 2, Funny
    Ajax, which consists of HTML, JavaScript technology, DHTML, and DOM,

    And which one of those is the 'X' in 'AJAX' again?

  20. Re:Since TFA leaves out an important detail. . . on Five Reasons Why Web 2.0 Matters · · Score: 2, Funny

    And if you're still unsure if a site is Web 2.0, pass it through the Official Web 2.0 Validator

  21. Re:FP on Driving Away Teens With High Frequency Noise · · Score: 0, Troll
    Muzak has been around since 1936.

    Quite true. I suspect the OP was thinking of the modern version, Nu Metal; equally repellant.

  22. Re:AJAX explained... on Ajax in Action · · Score: 1
    You have to rely on the X - the .responseXML to maintain codepage - it's the only property that keeps the original codepage set.

    Interesting. Some links I dug up while looking for details:

    http://www.experts-exchange.com/Web/Web_Languages/ XML/Q_21624718.html, https://bpcatalog.dev.java.net/ajax/i18n/.

    More/better links welcome.

  23. Re:This article SHOULD have more comments, but... on Flushing the Net Down the Tubes · · Score: 1
    All the Internet is is a bunch of networks hooked together.

    Can't recall the source offhand, but there was an article not so long ago by some smart guy who explained that the net was essentially a set of agreements. People agree to send packets around with a known format, and agree to follow certain routing conventions. So while starting a new Net might be a pain in the ass, it is indeed quite feasible, and will ceertainly happen (if it hasn't already, in numerous guises) if and when the current Official Internet goes bad.

  24. Re:Where? ajaxian.com on Why Microsoft and Google are Cleaning Up With AJAX · · Score: 1
    All I care about is the fact that we are now finally able to make server side calls whenever we want, and can update a piece of the page instead of redrawing everything.

    That sort of thing has been doable for about five years now. XHR makes it cleaner (*Ajax* clean? I crack me up!) than using, say, Java crappelts, or frames, or Flash. The big feature is that Mozilla and others finaly got hip to (gasp) a Microsoft technology that many developers have been using for years.

    I personally don't subscribe to the technical view (that it has to be XHR and XML ...).

    Well, perhaps that helps explain why so many people find the term meaningless at best, and often quite confusing.

  25. Re:SQLObject rocks! on TurboGears: Python on Rails? · · Score: 1
    Of course, Ruby also has at least one method to do this already... it just isn't part of Rails. Yet.

    Ruby already has Og/Nitro, which drives the SQL from the code. Developers can focus on thinking in terms of their object model and object relationships, and let Og, the ORM part, handle the database work.

    Many developers find this way of working far more natural than spreading their object definitions over multiple locations (SQL definitions and Ruby code).

    Good to hear, though, that Rails continues to pick up advanced ideas from Og/Nitro.