Slashdot Mirror


User: sasoon

sasoon's activity in the archive.

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

Comments · 7

  1. Re:Too Generic on Rails May Not Suck · · Score: 1

    Yeah ... just like Microsoft Access felt in 1999

  2. Re:Nebulous Terminolgy on Father of WebSphere Leaves IBM For Microsoft · · Score: 1

    It is not great even i theory. It is not even object oriented - pure abomination

  3. what realy bugs me is nfs mounted home folder on Mandriva 2007 Released · · Score: 1

    Mandriva - great for home usage, everything works smoothly. The moment you install it at the office, where your home folder is nfs mounted - pletora of things stops working. For example Amarok. Strange KDE bugs show their ugly faces on nfs mounted home.

  4. Re:30 is easy ... on CmdrTaco becomes An Old(er) Man · · Score: 1

    Yeah, and I am 20H

  5. It is fast on Cloudscape Gains Momentum · · Score: 2, Interesting

    Download and you will see that it is fast. Have not tried Derby, but I tried http://mckoi.com/database/ 2 years ago. It was very fast. Under win32 I compared it with a MS jet engine database (mdb file) with the jdbc odbc bridge driver, almost equal speed, plus the possibility to work with unicode strings.

  6. CORBA(com) scriptable interface on Ask Unix Co-Creator Rob Pike · · Score: 1

    If you are to design a new OS(redesign Unix), would you implement a some sort of CORBA(COM etc) interface to the kernel and core system tools.

  7. There is more than UI. What about DI on Coding The Future Linux Desktop [updated] · · Score: 1

    Modern programming is about copying data from one place to another. It is 40% user interface and 40% database interface, the rest is business logic. What about database persistence? What about ORM tools? Java is superior here. All database persistence layers for .Net are years behind persistence layers developed for Java. See Hibernate for example. One needs not only a UI framework, but a database framework. What can .Net can do about that? Nothing yet.