Slashdot Mirror


User: Cyberax

Cyberax's activity in the archive.

Stories
0
Comments
5,567
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,567

  1. Hell, even _WINDOWS_ ha translucent windows on Apple Files Patent for Translucent Windows · · Score: 1, Informative

    Look, for example at MSDN: Layered windows

    Well, this patent clearly has LOTS of prior art.

  2. Re:Is it just me... on Internet Revives Public Libraries · · Score: 1, Interesting

    Well, it's possible.... in Russia. Statisctics for Lib.ru :
    On 1 Oct 2003 library contains 4000Mb in 21200 text items.

    Most of Lib.ru is in Russian (of course!), but it contains some English-translated texts: Russian prose and science fiction in English translation Envy :)

  3. Re:Fanboy......but...... on JOE Hits 3.0 · · Score: 0

    5:00 AM? Seems like 17:00 in my timezone...

  4. EEE? on Microsoft WiX Code Released to SourceForge.Net · · Score: 0

    Is this the begining of: 1. _E_mbrace 2. _E_xtend 3. _E_xtinguish strategy? There's my tinfoil hat....

  5. SCO runs Debian :) on Judge Orders SCO, IBM To Produce Disputed Code · · Score: -1

    Just look at http://www.sco.com/. Right now it is: === Welcome to Your New Home in Cyberspace! This is a placeholder page installed by the Debian release of the Apache Web server package, because no home page was installed on this host. You may want to replace this as soon as possible with your own web pages, of course.... === ROTFL :)

  6. Re:Not very important for me on Sun Agrees to Talk to IBM over Open Sourcing Java · · Score: 0

    JCP is slow as a turtle. Some JSR are being developed for SIX years ("Adding Generics to Java Language" comes to mind).

  7. Re:Seems to reflect CD pricing bias on Exchange Rates Play With Online Music Prices · · Score: 0

    Russia - $3.00 :)

  8. FP? on California Bans Front-Seat Computer Use · · Score: -1, Redundant

    Well, maybe they SHOULD navigation systems too?

  9. In Soviet Russia... on Doomsday PC-Cooling With Dual-Cascade Coolers · · Score: -1, Offtopic

    Well we really made such cooling system for ZX-Spectrum computer back in good old Soviet Russia days (1988, If I recall correctly).

  10. Re:first on "Forking" Greatest Danger of Adopting Open Source? · · Score: -1, Offtopic

    No, just second :)

  11. Obligatory Beowulf joke.... on DoCoMo To Use Linux On Their 3G phones · · Score: -1, Offtopic

    ..goes here..

  12. In Soviet Russia.. Well, not exactly in Soviet.... on Malaysian Police Not Roping Longhorn Rustlers · · Score: 0, Troll

    In Russia (not Soviet Russia :) ) Win Longhorn is sold in every software shopside with WinXP (for $3), Adobe Photoshop ($3) and Half Life II ($6).

  13. Re:Programming lesson 101 on Phillip Greenspun: Java == SUV · · Score: 1

    SQL in presentation layer (JSP, ASP, PHP, whatever) is EVIL! Yes, it allows to write something fast, but maintainance will be a nightmare. SQL should be moved to another layer and wrapped in some sort of DAOs (Data Access Objects). There are tools in Java which can do data binding for you - look at Hibernate (www.hibernate.org), so you won't need SQL at all!

  14. Re:My experience on PHP Usage in the Enterprise · · Score: 1

    I knew you will say this :) I'm using gSOAP since for one year. And it's far from 'decent' SOAP implementation: it's impossible to dynamicaly call functions, gSOAP supports STL only partially (there's no way to generate STL-aware source from WSDL), memory management in gSOAP is a nightmare, etc.

  15. Re:My experience on PHP Usage in the Enterprise · · Score: 1
    1. It is more concise - java even _less_ compact than C++ with a good set of libraries - whereas PHP has loads of very forgiving high-level functions builtin.
    Yes, Java code takes more space than C++ or PHP. But modern IDEs allows you to generate 30%-50% of this code! And Java libraries are FAR superior to C++ ones (try to find decent open source SOAP toolkit for C++ :) ).
    2. It is more lightwight - java is just _still_ too bloated and slow even after all these years of promises from Sun.
    Java code runs faster than PHP. Period. Try simple benchmarks if you don't believe it.
    3. The Java VM's for Linux really suck, they 'officially support' only RedHat and are unstable as hell running on Debian.
    Are you still using JRE 1.1_04? Wakeup, JVMs are enterprise-ready on Linux for two or three years by now.
    That said I really miss the J2EE ability to cache persistent data between requests in memory simply by declaring a variable as static. It's the only feature I miss in PHP.
    Have you ever read books with such names as "Design Patterns" or "Thinking in Java"? Using static variables in servlets to cache data is an example of wrong design (there are some exceptions, though).
  16. Backend for PHP webapp? on PHP Usage in the Enterprise · · Score: 4, Insightful

    .NET has COM+ for backend systems, Java has EJB, but PHP has nothing :( I can't use distributed transactions, transparent failover, declarative security and transaction demarcation in PHP.

  17. Does kilometer contains 1024 meters? on Computer Makers Sued Over Hard Drive Size · · Score: 2, Funny

    "A novice programmer thinks kilobyte contains 1000 bytes, an experienced one thinks kilometer contains 1024 meters" :)