Slashdot Mirror


User: BigGerman

BigGerman's activity in the archive.

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

Comments · 644

  1. I use it - with IMAP on Which Organizations Have Standardized on Mozilla? · · Score: 1

    my email servers are IMAP so I can reinstall client as many times as I want without losing anything.
    New spam filtering in Mozilla works great - no false positives.

  2. Russians too on China Accelerates Mars Program · · Score: 1

    I saw article on Russian website that their space agency just started recruiting people for future Mars missions. Variety of specialists, including geologists, needed. As opposite to their current programs, it won't be just military and military-related people.

  3. Thanks on DARPA Developing 'Combat Zones That See' · · Score: 1

    We need to keep America's great promise.

  4. "halt phase shock force" on DARPA Looking into Hypersonic Bombers · · Score: 1

    - new language structs being born by the minute!

  5. Re:Stored Proceedures on Java Database Best Practices · · Score: 1

    Despite what vendors say stored procedures use radically different languages and patterns in different database products.
    So really it is vendor-specific flavour you learn. For Oracle (PL/SQL) O'Reilly PL/SQL books are good.

  6. a Troll? on Java Database Best Practices · · Score: 0, Troll

    So someone expresses several perfectly valid points - and a Troll?
    /. is getting shallower everyday
    Thanks poster, glad to see some real-life enterprise coders out there.

  7. Re:Ok here is a java question on Java Database Best Practices · · Score: 1

    several projects over last 5 years:

    os/web server/application server/database

    Linux/Apache/Oracle AS( piece of shit) / Oracle
    NT/IIS/Tomcat/SQL Server
    NT/IIS/Web Logic/SQL Server
    Linux/Apache/Web Logic/Oracle
    Solaris/Apache/Oracle AS/Oracle

  8. And Americans are nowhere close to Baghdad! on Bill Gates On Linux · · Score: 1

    ditto

  9. quality == early releases on Opensource Code More Refined Than Closed? · · Score: 1

    It all comes down to how early the people start using the software in question. It does not matter how "good" QA and testing is - the real bugs are discovered by real users.
    In case of closed-source, company cannot be honest about the soft they release - "look, this is only 2.0 version, it is still buggy and runs slower on Tuesdays". They still release it and hope to strike balance between fixing the bugs and having too many pissedoff customers.
    For open source, there is no room for deception. It is completely normal and customary to have shakey first releases. Community understands that as the author gets feedback, patches and help, quality will grow. It has nowhere else to go but up.

  10. rats, just finished downloading netscape 7.1! on Mozilla 1.4 Released · · Score: 1

    joke BTW

  11. Re:This has always been the case on Technology Buying Slump · · Score: 1

    Right you are.
    In addition, consider tax reasons: contract labor is basically cos-of-doing business so it can be written off immediately. Hardware purchase must be amortized over several years.
    Do not look for common sense in IT or software development: I once worked for firm who forced all the key players to take vacation in December regardless of major deadline looming. Remaining skeleton crew blew the deadline and lost millions in business.

  12. are there Slashdot-like sites that are,,, on Ximian Desktop 2 Reviewed · · Score: 1

    .. completely community driven?
    Since this "review" represents a new alltime low as far /. article goes, it made me think of defection to that imaginary world where so called "editors" would not push to me either pimp-for-money articles or digest of recent edition of "Wired".

  13. what I don't understand - Java vs C# on Java Performance Urban Legends · · Score: 1

    Java is interpreted (compiles to bytecodes)
    C# is interpreted (compiles to MSIL or whatever they call it today)
    Why my program (heavy on encryption) is 10-12 TIMES slower in Java version vs. C# version?
    Code is identical.
    Is it simply because Microsoft did a better job with the virtual machine?

  14. We pioneered this concept as yearly as 2000... on Database Clusters for the Masses · · Score: 0, Troll

    ... as part of the closed-source project but the 19yr old asshole running the company did not recognize the potential.

  15. Re:in-memory databases on Object Prevalence: Get Rid of Your Database? · · Score: 1

    it is not hard as long as you don't have to care about ACID. Works great for the small readonly lookup objects.
    While ago I was toying with an idea to develop framework where object definitions would contain caching rules for this particular kind of object: this class can always be cached in memory, this class can only be for 5 minutes, this class is never cached and so on.

  16. Re:Object-first mind set on Object Prevalence: Get Rid of Your Database? · · Score: 1

    The data model (or schema) is part of any application. In the pure client-server case, it is captured in the tables and their relationships (and only there), in well-designed EJB application it is captured in te bean definitions, in the OODBs it is in the pure object model. The point is - schema is always there and as part of the project evolution it has to be created,developed, maintained, etc.

  17. Object-first mind set on Object Prevalence: Get Rid of Your Database? · · Score: 1


    what is interesting here is one more example of a development framework driven by objects not by database schema.
    Seems like more and more people are thinking that way. This is the promise that EJB technology made but never delivered: to free developer from figuring out the backend stuff and just let him play with objects.
    Another example of this kind of thinking is ObjectJuice

  18. Re:Video: Columbia's Last Transmission on Updated Information On Columbia Shuttle Tragedy · · Score: 2, Informative

    that image bothers me too.
    I think what we saw was not the orbiter but some kind of spherical glare caused by camera's magnification.
    if that shape indeed was the orbiter from behind, something chewed it up pretty bad.
    Even with no rudder and broken wings, shuttle body would have been stablized by the stream not 90 degrees to it.
    I hear you, the view chilled me to the bone.

  19. Re:Not a surprise... on .org TLD Now Runs on PostgreSQL · · Score: 2, Informative

    Just did another Oracle TAR (telephone assistance request) via their Metalink site.
    In 5 minutes, there was real person working on it.
    In 20 minutes, he explained the behaviour(oracle bug) and suggested the workaround.

    Disclaimer: I do not work for them, do not rely on income from DBA work and do prefer Postgres for my own projects