Slashdot Mirror


User: aled

aled's activity in the archive.

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

Comments · 1,216

  1. Re:Popular direction != right direction on Zend Taking PHP In the Wrong Direction? · · Score: 1

    It's not dirty, but it's easier to write ugly code using PHP.

    That's dirty ;-)

  2. Re:Popular direction != right direction on Zend Taking PHP In the Wrong Direction? · · Score: 1

    In the way that newbies to programming usually do a "dirty" mess because don't know or care for good practices. Being easy to get started and all.
    That may be isn't a fault of PHP per se and can happen with any language but I think is common.

  3. Re:People Hate Java on Zend Taking PHP In the Wrong Direction? · · Score: 1

    as I sayed may be I really didn't understand your point ;-)

  4. Re:People Hate Java on Zend Taking PHP In the Wrong Direction? · · Score: 1

    1. I programmed a little cobol a couple of years and I can assure you there isn't the least similarity about the two. In fact Cobol (and RPG) programmers usually choke on Java, is very alien to them. Take a look at the syntax, it's based on C.

    2. Java is a general language that found it's way into enterprise systems because of its features (platform independence, standard database api, binary compatibility, etc). It was originally developed for embedded systems and is based on C/C++. It was supossed to be a better C++ than C++, without all the clutter, no pointers, no templates (at least until 1.5), etc.
    There are imaging system, databases, compilers, interpreters (like a python interpreter), games, editors all made in Java.
    It fullfiled it original purpose somewhat because of its common use in cellphone, mainly for little games.
    Exercise for home: Try to do a game in Cobol.

    3. I don't really understand your point. You don't like business, OO, Sun?
    Java is used to replace C/C++ in apps than don't require low level access. For example: why do I need to manipulate pointers to make a webpage? clearly java, php, even vb are better suited to the task. Is personal taste what one is more productive with. That doesn't meant that other options are bad.

  5. Re:People Hate Java on Zend Taking PHP In the Wrong Direction? · · Score: 1

    It's a language similar to cobol in purpose, w/o a lot of the features of cobol that make it harder to work with.

    What?? do you have any idea of Cobol and Java or you just trolling?
    Let me ask:
    a) What features of Cobol does suposedly Java has?
    b) why do you say they are similar in purpose?
    c) harder to work than what?

  6. Re:People Hate Java on Zend Taking PHP In the Wrong Direction? · · Score: 1

    People hate Java because it's a language that was born of an advertising campaign and not a specific need in the technology field.
    Wrong. It was born to a specific need (to be used in settop boxes) but it overgrown it quickly.
    Actually it fits very nicely in my work for a good language, safe, portable, binary compatible, with lots of libraries and high level.
    If you have other requeriments good for you. Lots of people find it useful.

    People hate Java because the technology has been caught in the middle of several commercial interests and platform wars, which has crippled the promise of Java's stability and reliability.
    Lots of people use it without stability problems. Do you have any actual, real problem?

    People hate Java because it's a lie. Java promised a new generation language that was to be cross-platform compatible, but it's actually less cross-platform compatible than C/C++.
    Do you use a platform that doesn't have a Java implementation or are you just trolling?

    People hate Java because it's slow as molasses. Need an example? Take a look at Puzzle Pirates, a very clever multiplayer online game, that because the developers were foolish enough to use Java, runs ten times slower than it should and is painful to use as a result.
    While some Java applications, usually desktop, may be slower than native ones, server applications don't. In my P4 PC I don't really see any difference between native and Java.

    People hate Java because it sucks. I'm sorry to those of you who are Java programmers and are finding less jobs, but no sane company wants to use this technology when there are other systems available that offer better performance, reliability and longevity.
    "suck" is not an argument. Most probably means that you are a troll.

  7. Re:Popular direction != right direction on Zend Taking PHP In the Wrong Direction? · · Score: 2, Interesting

    I guess I'm going to flamed/modded down but...

    Isn't PHP the Visual Basic of this age? it's easy, it's dirty, it's quick to do simple apps.

  8. Re:US economy? on Kyoto Protocol Comes Into Force · · Score: 1

    That was supposed to be serious? then it was pathetic.

  9. Re:Info on what exactly SHA-1 is ... on SHA-1 Broken · · Score: 1

    They are not. You are completly wrong. And SHACAL "is a 160-bit block cipher based on the cryptographic hash function SHA-1." They modified a function inside SHA-1 to make SHACAL.

  10. Re:Sigh on SHA-1 Broken · · Score: 1

    Are a cryptograpy expert and mathematic that studied formally the problem? because this kind of solution usually just doesn't add to the power of algorithm.

  11. Re:.NET is a litigation nightmare waiting to happe on Miguel de Icaza Talks About Mono · · Score: 1

    Take a look at the last Richard Grimes article on .Net. Very very interesting stuff.

  12. Re:.NET is a litigation nightmare waiting to happe on Miguel de Icaza Talks About Mono · · Score: 1

    I think we disagree on the terminology. I'll clarify my point of view.

    From the faq: The .NET Framework is divided in two parts: the ECMA/ISO covered technologies and the other technologies developed on top of it like ADO.NET, ASP.NET and Windows.Forms.

    .NET = core + high-level-stuff
    core = C# + CLI
    high-level-stuff = ADO.NET, ASP.NET, Windows.Forms

    core is ECMA/ISO standard
    high-level-stuff is Microsoft propietary stuff.

    .Net is the sum of core and high level stuff, calling the core .Net is at least confusing things. Many people in this discusion talks like .Net is an open standard when it is not. Just the core part is.

  13. Re:Answer: VisualStudio.NET vs TextPad on Miguel de Icaza Talks About Mono · · Score: 1

    That IDEs are optional is good because some people don't like them. With Java you can have many very good IDEs, and you may even do the project using different ones. You even have a couple (Eclipse and Netbeans) that are FOSS. As I see that's a Good Thing.

  14. Re:misleading and wrong on Miguel de Icaza Talks About Mono · · Score: 1

    What problems did you have with Java platform compatibility?

  15. Re:.NET is a litigation nightmare waiting to happe on Miguel de Icaza Talks About Mono · · Score: 1

    The .NET Framework is divided in two parts: the ECMA/ISO covered technologies and the other technologies developed on top of it like ADO.NET, ASP.NET and Windows.Forms.
    Mono implements the ECMA/ISO covered parts, as well as being a project that aims to implement the higher level blocks like ASP.NET, ADO.NET and Windows.Forms.


    This is exactly what I was saying. ADO.NET, etc are not open standards.

    And now with respect to Java:
    One difference may be that until now there are no really complete enough open source implementations, though efforts like GNU classpath are advancing.
    One should compare Java to .Net and Mono to Classpath, because those are similar proyects.
    It's suposedly ok to build an open source Java becasue the Java Community Process (JCP) organization has say so but we will not know until someone really has one finished :-)
    Another difference is that there are many implementations like BEA JRockit, while in .Net there is only Microsoft one.
    On other aspects are similar. I just have less trust in Microsoft but I think that technically .Net is at least good.
    What I really like about Java is:
    -platform independency (it works wonderfull for me). .Net doesn't have it. (Mono isn't an option right now)
    -I don't have to reinstall the operating system or reset the computer if something goes wrong, just the process. With MS seems that everything is part of the OS.

  16. Re:MONO is a disaster. on Miguel de Icaza Talks About Mono · · Score: 1

    That's ok, but people is confusing the two implementations. You can have some .Net compatibility at the cost of (possible) legal problems with Microsoft and another legally unencumbered API but without compability with .Net. You can't have both because the .Net part isn't free. The comment I was replying says ".NET is an ECMA standard." which is not true.

  17. Re:Server side Java for multiple platforms is not on Miguel de Icaza Talks About Mono · · Score: 1

    Miguel:
    I didn't want to imply that, just to point that Java has a kind of proven track and that Mono has yet to achieve that point. Of course that means nothing of the merits of Mono, which I wasn't questioning. I use Java in multiple platforms, something that the grandparent of my post mentioned as not working, something it's clearly wrong to me.
    There's nothing preventing using Mono, but it is expectable that most people will wait until there's enough critical mass of installed base so they feel safe. After all, who installed Linux at first? students, hackers, people who wanted to experiment. Now you have IBM, HP, Sun, etc. Change happens but usually needs some time to happen.

    BTW, something I don't like is people confusing .Net and Mono. People thinks that they will just use their .Net applications in Linux by Mono. I understand this will not be so unless all of .Net APIs are implemented in Mono, but those APIs (like Winforms) are MS patented? Can an API be patented or only the implementation?

    Good Luck, from Argentina
    Alejandro

  18. Re:Server side Java for multiple platforms is not on Miguel de Icaza Talks About Mono · · Score: 1

    And Java has a hell of more production sites than Mono.

  19. Re:Interoperability Potential on Miguel de Icaza Talks About Mono · · Score: 1

    This is very nice, until Windows programmers find there is no Visual Studio for Linux/Mono. I will understand them.

  20. Re:Mono And Linux on Miguel de Icaza Talks About Mono · · Score: 1


    1) Events
    Don't know what is this

    2) foreach (versus for loops)
    Last version of Java (1.5) has this.

    3) Properties (versus accessor methods)
    Java doesn't have, and I'm grateful for this. I think that this obscures the code, though it may let you write a little less.

    4) Boxing/Unboxing (versus Classes for intregal types--also used as the "implicit" operator)
    Last version of Java (1.5) has this.

  21. Re:MONO is a disaster. on Miguel de Icaza Talks About Mono · · Score: 4, Informative

    From what I understand, .NET is an ECMA standard. This can be verified here: http://msdn.microsoft.com/net/ecma/. They even post a C# specification, so really anyone with the talent can implement it.

    Perhaps you should read your own link. Only C# and CLI are ECMA approved standard. The other 80% of .Net (aprox.) is Microsoft property.

  22. Re:.NET is a litigation nightmare waiting to happe on Miguel de Icaza Talks About Mono · · Score: 1

    Can you support your comment? CLI and C# are ECMA/ISO standards but .Net API is not. Please provide a link showing it otherwise.

  23. Re:Good on NASA Says 2005 Could Be Warmest Year Recorded · · Score: 1

    No, it would be hot. May be beautiful woman with smaller clothes is the cause of global warming?

  24. Re:Korean War ('scuse, "police action") on North Korea Admits to Having Nuclear Weapons · · Score: 1

    The first bomb was made in 1945, how dificult should be now? provided that you have the radioactive materials of course.

  25. Re:Application development? on Linux Application Development · · Score: 1

    If I need to debug a program I fail to see how piping the compiler through the debbuger would help me. Perhaps I should replace my graphical editor where every function is a few clicks away, with sed to really became productive. And my word processor and spreadsheet surely are living fosills. I should be changing my cable modem with Internet thru a pipe to get broadband (get it? bigger pipe).

    But don't worry, it must be me.