Slashdot Mirror


User: mini+me

mini+me's activity in the archive.

Stories
0
Comments
1,828
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,828

  1. Re:Violating the EULA on Safari 3.1 For Windows Violates Its Own EULA, Vulnerable To Hacks · · Score: 0, Troll

    That's because I own that copy of the software.

    If you owned a copy of the software, you would have full redistribution rights, among other things. Therefore, according to what you are telling us, piracy is pretty much impossible. I wonder why the RIAA is still around?
  2. Re:so confused on Safari 3.1 For Windows Violates Its Own EULA, Vulnerable To Hacks · · Score: 0, Troll

    Windows was in desperate need of a WebKit-based browser as it has pretty much become the de-facto standard for rendering engines. Since nobody else was stepping up to the plate, Apple did it themselves.

  3. Re:Violating the EULA on Safari 3.1 For Windows Violates Its Own EULA, Vulnerable To Hacks · · Score: 1

    If you do not agree to the license, you do not have a right to use said software. If, as you claim, a signature was required for the license to be valid, you would not have the right to use any software (except, perhaps, BSD-style and artistic licensed work) without giving your signature to Microsoft, Apple, etc.

  4. Re:It has begun... on Safari 3.1 For Windows Violates Its Own EULA, Vulnerable To Hacks · · Score: 2, Funny

    It is just a oversight. They forgot to change the EULA

    So, I think we can safely assume that they just forgot to change the same clause in the EULA for OS X also.
  5. Re:The pace of change is slowing down. on What Will Life Be Like In 2008? · · Score: 1

    Perhaps it's not the progress of implementing ideas that is flat-lining, but the ideas themselves? All of the big ideas from science fiction of the past have already been invented or are in the process of being invented. There doesn't seem to be any off the wall ideas that seem impossible springing up in modern art. At least not in work that is making it into the mainstream.

  6. Re:Share the road on Bell Canada Throttles Wholesalers Without Notice · · Score: 1

    Presumably the airport priced their services to allow a budget for future expansion.

  7. Re:Share the road on Bell Canada Throttles Wholesalers Without Notice · · Score: 1

    It seems to me that they just need to build a bigger airport.

  8. Re:What a bunch of bunk on From "Happy Hacking" to "Screw You" · · Score: 1

    In this case, this country would be Canada. I don't recall a Prime Minister Reagan. And I'm not sure our Digital Divide is that bad. Unless you live in a shack in the far north, most people have similar access for similar prices as someone who lives in downtown Toronto. If you do live in that shack, you'll still have the access, but you'll be looking at about twice the cost. Still, not bad, really, when you consider how large the country is and how few people we have.

  9. Re:That's the beauty of open source... on From GNOME to KDE and Back Again · · Score: 1

    I haven't used either in a couple of years now that I've switched to OS X, but at the time I preferred KDE because the applications worked together through DCOP interfaces to provide one cohesive system. Gnome applications, on the other hand, acted as separate entities and had to duplicate a lot of functionality found in other applications I already had on my system. Hopefully this situation has been improved.

  10. Re:Nay! on Should Mac Users Run Antivirus Software? · · Score: 1

    The hardware is priced accordingly. But the pre-installed version of OS X costs more than an OEM copy of Windows.

  11. Re:Good old RubyOnRails on Advanced Rails · · Score: 1

    What alternative would you suggest?

    ThruDB seems to be the favourite in the Rails world at the moment. But any high performance hash store will do. There are a lot of very interesting projects happening in this space right now.

    But I simply don't know of a better alternative

    As mentioned above, for most web applications you need a database that is built to stores hashes, not structured table data and relationships. ActiveRecord turns SQL into a rudimentary hash database. It's a hack, but it was the best option available at the time. A great example of embracing constraints, really.

    Putting any more information in the SQL database than absolutely necessary is putting it in the wrong place. That logic belongs in the model, as ActiveRecord has done. As we start to move away from SQL in the future you'll be glad it is not in your database.

    I'm not too hopeful. The current default is SQLite.

    I think SQLite is the ideal default. It works out of the box and is good enough for the development of a lot of applications. Much better than the old MySQL default. But I was referring to ActiveDocument over ActiveRecord.
  12. Re:Noob's question. on What Programming Languages Should You Learn Next? · · Score: 1

    Ruby is an extention of java

    Considering that Ruby and Java were released at roughly the same time, that would pretty much be an impossibility unless Matz had some kind of inside track at Sun.
  13. Re:Wrong Question on What Programming Languages Should You Learn Next? · · Score: 1

    Another example is Ruby. Syntax wise, it looks like some kind of Python/Perl hybrid. While you can write your program to be similar to Perl or Python, you really need to start exploring Ruby's metaprogramming abilities to fully utilize what the language has to offer.

  14. Re:how about.. on What Programming Languages Should You Learn Next? · · Score: 1

    Or PATH. It's Brainfuck in 2D.

  15. Re:What Languages? on What Programming Languages Should You Learn Next? · · Score: 1

    JavaScript has the only object-oriented system I know of where child classes can REMOVE properties and methods they inherited from parent classes.

    Javascript doesn't have classes, it's a prototype-based language. But I agree, Javascript is awesome. It's up there as one of my favourite languages.
  16. Re:Good old RubyOnRails on Advanced Rails · · Score: 1

    It gets even worse when your database supports real foreign keys.

    The root of the problem here is that using an RDBMS for most web applications is a hack, no matter what language or framework you are using. Unfortunately at the time Rails was created there were no suitable, generally available, alternatives to the SQL server. As such, Rails had to do what it could to make SQL act like the right tool for the job. Not pretty, like hitting the nail with the handle of a screwdriver, but it got the job done.

    But then came along the DBAs who failed to see why SQL is the wrong tool for the job and expected ActiveRecord to support every esoteric feature the RDBMS has to offer. When they found out it didn't the comments about how terrible ActiveRecord and Rails are started flooding in. They couldn't see the forest for the trees.

    The plugins you mentioned are a great testament to Rails on how easy is to extend to do exactly what you want. But I think it's unfortunate how many people missed the point on why features such as foreign keys are not described in the database as far as ActiveRecord is concerned. On the bright side, I foresee Rails moving completely away from ActiveRecord as the default data access layer in the not so distant future.
  17. Re:The new "Cash Crop" or $$$$$$ Crop on Newly Discovered Fungus Threatens World Wheat Crop · · Score: 1

    Prices of wheat have already risen this year as farmers are growing corn for ethanol

    I'm a farmer in North America and I'm not seeing that. This year, every other field is in wheat and the large majority of the rest will be going into beans in this area. There will still be corn grown, of course, as part of the crop rotation cycle and not putting all your eggs in one basket reasons. Unless things change by May, nobody is going out of their way to grow more corn than they have to, it's simply not worth enough.
  18. Re:This is so awesome!!! on Newly Discovered Fungus Threatens World Wheat Crop · · Score: 1

    You must be either a rice farmer or exceedingly wealthy. Converting the demand for wheat into rice would send the price of rice through the roof.

  19. Re:It's okay on Newly Discovered Fungus Threatens World Wheat Crop · · Score: 1

    Corn is practically worthless, still, even with all the ethanol production we have now. Wheat, on the other hand, is worth a fortune right now. If it was as simple as just picking a crop and growing it, you'd be crazy to even touch corn right now. Unfortunately it's not that simple.

  20. Re:Over the last year.. on IT Labor Shortage Is Just a Myth · · Score: 1

    Perhaps the problem is that you are advertising the job as a .NET job instead of a job of developing an application that does X? Talented developers aren't so much concerned about the technology as much as they are about what they are developing. It's okay to mention that the existing code base is developed in .NET, but any talk about specific technologies should end there.

  21. Re:The Myth prevails on IT Labor Shortage Is Just a Myth · · Score: 1

    Claiming there is a shortage passes the message on to the government that we need to allow more foreign workers in. As they come in the labour pool is increased and thus the average salary goes down.

  22. Re:Sediment cores on Should Scientists Date People Who Believe Astrology? · · Score: 1

    But did you invite someone over for a home cooked meal Friday night? The horoscope indicates that the romp in the sack was a sure thing if you initiated the home cooked meal with that certain someone.

  23. Re:Can't say that I disagree on Jobs Says Flash Video Not Suitable for iPhone · · Score: 1

    Why not offer H.264 encoded video to iPhone/iPod Touch users and Flash video to everyone else?

  24. Re:FastCGI != Apache Module on PHP Optimized for Windows Server 2008 · · Score: 2, Funny
    Very true. I once inherited a Ruby on Rails project that had code similar to this:

    @variable = eval("@#{params[:variable]}")
    I think I'd rather see SQL injection vulnerabilities.
  25. Re:10 Years and still waiting on Tim Bray on the Birth of XML, 10 Years Later · · Score: 1

    I thought that was caused by people adding comments boxes to webpages?

    The comment boxes are part of Web 1.0, but the RSS feed to those comments is Web 2.0. Web 2.0 defines the machine readable web. Documents designed for computers instead of humans.

    You don't need XML to do web 2.0 type stuff

    While there are some people using technologies like JSON and YAML, for the most part you do need XML for Web 2.0 stuff.