Announcement

Collapse

Forum Rules (Everyone Must Read!!!)

1] What you CAN NOT post.

You agree, through your use of this service, that you will not use this forum to post any material which is:
- abusive
- vulgar
- hateful
- harassing
- personal attacks
- obscene

You also may not:
- post images that are too large (max is 500*500px)
- post any copyrighted material unless the copyright is owned by you or cited properly.
- post in UPPER CASE, which is considered yelling
- post messages which insult the Armenians, Armenian culture, traditions, etc
- post racist or other intentionally insensitive material that insults or attacks another culture (including Turks)

The Ankap thread is excluded from the strict rules because that place is more relaxed and you can vent and engage in light insults and humor. Notice it's not a blank ticket, but just a place to vent. If you go into the Ankap thread, you enter at your own risk of being clowned on.
What you PROBABLY SHOULD NOT post...
Do not post information that you will regret putting out in public. This site comes up on Google, is cached, and all of that, so be aware of that as you post. Do not ask the staff to go through and delete things that you regret making available on the web for all to see because we will not do it. Think before you post!


2] Use descriptive subject lines & research your post. This means use the SEARCH.

This reduces the chances of double-posting and it also makes it easier for people to see what they do/don't want to read. Using the search function will identify existing threads on the topic so we do not have multiple threads on the same topic.

3] Keep the focus.

Each forum has a focus on a certain topic. Questions outside the scope of a certain forum will either be moved to the appropriate forum, closed, or simply be deleted. Please post your topic in the most appropriate forum. Users that keep doing this will be warned, then banned.

4] Behave as you would in a public location.

This forum is no different than a public place. Behave yourself and act like a decent human being (i.e. be respectful). If you're unable to do so, you're not welcome here and will be made to leave.

5] Respect the authority of moderators/admins.

Public discussions of moderator/admin actions are not allowed on the forum. It is also prohibited to protest moderator actions in titles, avatars, and signatures. If you don't like something that a moderator did, PM or email the moderator and try your best to resolve the problem or difference in private.

6] Promotion of sites or products is not permitted.

Advertisements are not allowed in this venue. No blatant advertising or solicitations of or for business is prohibited.
This includes, but not limited to, personal resumes and links to products or
services with which the poster is affiliated, whether or not a fee is charged
for the product or service. Spamming, in which a user posts the same message repeatedly, is also prohibited.

7] We retain the right to remove any posts and/or Members for any reason, without prior notice.


- PLEASE READ -

Members are welcome to read posts and though we encourage your active participation in the forum, it is not required. If you do participate by posting, however, we expect that on the whole you contribute something to the forum. This means that the bulk of your posts should not be in "fun" threads (e.g. Ankap, Keep & Kill, This or That, etc.). Further, while occasionally it is appropriate to simply voice your agreement or approval, not all of your posts should be of this variety: "LOL Member213!" "I agree."
If it is evident that a member is simply posting for the sake of posting, they will be removed.


8] These Rules & Guidelines may be amended at any time. (last update September 17, 2009)

If you believe an individual is repeatedly breaking the rules, please report to admin/moderator.
See more
See less

S.o.s!!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sip
    replied
    Re: S.o.s!!

    HA! I found some of my old notes from his talk and the conversation I had with him afterwards!!! ... and I almost never take notes. Karoaper, if you are interested, I can email you more details.

    Leave a comment:


  • Sip
    replied
    Re: S.o.s!!

    Originally posted by karoaper View Post
    There are countless examples of this. By the way, here's an interesting fact: the linear programming problem was first shown to be solvable in polynomial time by Leonid Khachiyan in 1979.
    I had the pleasure of attending a talk by Andranik Mirzaian a few years ago on this topic and I was absolutely blown away by the elegance of his solution to LP.

    I will admit that I never quite understood how exactly Khachiyan's ellipsoid method works but from what I understand, the complexity there is still exponential in terms of the bit size of data (i.e. it's weakly polynomial). As the data can get quite large, this is not really that good in practice and that's why the old Simplex methods have been working really well since Danzig's days. Mirzaian was claiming his algorithm is strongly polynomial (polynomial even on the bit size of the data) which of course is a very amazing claim. Even though his approach seemed very cool at the time, he never produced a proof and I can't find any publications on the topic.

    I really hope he has the result and is only sitting on it to polish it up before publishing!!! It would be a shame if he found some flaw in it ... but if it is in fact still a valid result, this would be a REALLY cool thing as Armenians will pretty much OWN LP

    Leave a comment:


  • Sip
    replied
    Re: S.o.s!!

    Originally posted by karoaper View Post
    So, I would say, whether algorithms are relevant or not, depends on which type of an algorithm is in question.
    AMEN to that. I have tried so hard to get this across to Siamanto but he is just stuck in his tunnel vision. Normally I would be much more polite in my replies but that strategy just doesn't seem to work with him. He keeps mentioning large enterprises, code reuse, modeling, large scale architectures (software) but fails to recognize that all of what he is talking about is restricted to a very specific and limited computing domain and is not at all universal.

    There are many examples of other domains of computing where his view of the world simply do not apply. I will give a simple example of web search ... you type a query and get a result in fraction of a second. Now think what went on for you to get that result... How dynamic the data is ... how large the data is ... how limited the query is and how specific the results have to be ... and potentially just how many billions of such requests you have to process on a daily basis! If after thinking about this seriously for a few minutes you still want to claim working on such an algorithm is not a challenge, then either you are an ultimate genius waaaaaaaay beyond me in your capabilities, or you are an idiot.

    Leave a comment:


  • Sip
    replied
    Re: S.o.s!!

    Siamanto, you are CLEARLY demonstrating how little knowledge you have of how algorithms have been evolving. You see the word "algorithm" and you seem to associate it with known results such as QuickSort or Dijkstra's shortest path or some other elementary text book example. Just making a RIDICULOUS statement such as "algorithms are not a challenge anymore" (which I do paraphrase to "dismissing as child's play" whether you like it or not) shows you have a LOT of catching up to do in this domain.

    If you really think algorithms are not a challenge anymore, I guess you are quite satisfied with your email clients ability to filter spam, the amazing efficiency of airlines, traffic congestions in large cities, the search results you get from google, etc etc etc ...

    Do you REALLY want to insist on claiming that those are solved problems? I am not even going to bring AI into this ... as I'm sure you will claim that AI algorithms are also not a challenge and they are good enough to build your airport.

    Leave a comment:


  • Siamanto
    replied
    Re: S.o.s!!

    Originally posted by karoaper View Post
    In the 11th hour of this discussion, I thought I'd put my two "kopeks" in.

    In my mind, computer science has the two key aspects: the theory, which is mathematical in nature, and implementation, which is based on writing an efficient algorithm that implements the developed theory. You can have a beautiful theory, but in computer science, developing an efficient and correct algorithm for the theory is almost as important.

    As an example, different rich machine learning theories and principles would not be as relevant without clever and robust algorithms that realize these principles. As such, these algorithms can be and indeed are very complex. And a computer scientist's job is not only to devise theories but also develop tractable algorithms. In certain cases, algorithm construction is a theory in itself.

    There are countless examples of this. By the way, here's an interesting fact: the linear programming problem was first shown to be solvable in polynomial time by Leonid Khachiyan in 1979.

    So, I would say, whether algorithms are relevant or not, depends on which type of an algorithm is in question. I'm currently working on an algorithm for a machine learning classifier idea I have thought up. Making the algorithm outperform the competition speedwise is big challenge.
    karoaper,

    The issue is not theory vs. implementation - by the way, even when it comes to Algorithmics one can distinguish theory and implementation.
    Also, I have never said that algorithms are not relevant. As I've told Sip, in my previous post:
    "I wonder how many times a simple statement should be repeated...: Nobody is "dismissing algorithms as child's play" or as irrelevant; however, they are not challenges anymore."

    Lacking time, I will be as succint as possible!

    The point is that, though algorithms are used in order to implement solutions to business problems, they are fairly well known/understood and are not challenges anymore; however, the following - to name only a few - are far more crucial challenges. They are not theoretical issues; those are real problems that enterprises face on a daily basis and their solutions include myriad of different algorithms. Each of the following present many challenges and it is beyond the scope of my reply to even enumerate them.

    1- Repeatability in software production: of course, it is a challenge when many hundreds are involved in the process and the different teams - client, managers, business analysts, architects, development teams, QA technicians, admins etc. - are geographically distributed. It's also about scale. This is not about "college level" projects where small teams are involved, having an almost flat organizational structure and almost total lack of process. Also, college projects are not deployed on thousands of sites, not used by thousands of users and not maintained for the next decade or so by hundreds of different developers

    2- Reusability of software artifacts in order to improve quality, reduce costs, manage risks...

    3- Data Integration and sharing between business partners and within different departments of an enterprise

    4- Integration of components developed by different teams into complex systems as solutions to business problems; solutions that can gracefully be extended, maintained and evolve

    5- Performance, Scalability i.e. millions of transactions and huge grids where failure is not an option. Keep in mind that the number of transactions and processing are increasing exponentially and solutions are expected to stay operational for at least 10+ years

    6- ....

    In a different thread, I used the metaphor of a shack - that can be built by a small team or an individual - and high traffic modern airport - that requires the collaboration of many organizations and involve many different technologies. A shack can be "hacked" with simple tools and algorithms; a high traffic airport can only be built with a completely different set of tools, technologies, standards, practices, organization, process, methodologies etc. that include a myriad of algorithms, but the algorithms are not the challenge.
    As I see it, Sip does not see beyond the challenges of building a shack. A high traffic airport is a reality, not theory.
    Last edited by Siamanto; 09-24-2007, 09:47 PM.

    Leave a comment:


  • karoaper
    replied
    Re: S.o.s!!

    In the 11th hour of this discussion, I thought I'd put my two "kopeks" in.

    In my mind, computer science has the two key aspects: the theory, which is mathematical in nature, and implementation, which is based on writing an efficient algorithm that implements the developed theory. You can have a beautiful theory, but in computer science, developing an efficient and correct algorithm for the theory is almost as important.

    As an example, different rich machine learning theories and principles would not be as relevant without clever and robust algorithms that realize these principles. As such, these algorithms can be and indeed are very complex. And a computer scientist's job is not only to devise theories but also develop tractable algorithms. In certain cases, algorithm construction is a theory in itself.

    There are countless examples of this. By the way, here's an interesting fact: the linear programming problem was first shown to be solvable in polynomial time by Leonid Khachiyan in 1979.

    So, I would say, whether algorithms are relevant or not, depends on which type of an algorithm is in question. I'm currently working on an algorithm for a machine learning classifier idea I have thought up. Making the algorithm outperform the competition speedwise is big challenge.

    Leave a comment:


  • Siamanto
    replied
    Re: S.o.s!!

    Originally posted by Sip View Post
    I would suggest a look at this article:

    Consumers and companies increasingly depend on a hidden mathematical world


    It is a fairly light read targeted at a broad audience so hopefully it won't be too confusing for your highness. It might give you an idea why you shouldn't be so quick to dismiss algorithms as child's play if you consider yourself a serious computer scientist who is willing to keep up with the times and not assume what he or she learned "back in college" is still relevant.
    I wonder how many times a simple statement should be repeated before you finally grasp it: Nobody is "dismissing algorithms as child's play" or as irrelevant; however, they are not challenges anymore.

    I hope that someday you will get out of the hole that has been Academia during the last two decades - I mean in Computer Science - and be exposed to real "enterprise level" projects. Actually, during the last decades, CS evolved thanks to the non-Academic organizations and efforts; while the contribution of Academia has been minor, if not negligible.

    Let's see how many more times the above simple statement will have to be repeated???

    Leave a comment:


  • Sip
    replied
    Re: S.o.s!!

    Originally posted by Siamanto View Post
    Yes, a dream come true to discuss algorithms and Programming on a forum....maybe, when I was in college????
    I would have considered exchanging ideas if it was about more evolved, current and challenging domains, aspects or issues of IT/CS.
    I would suggest a look at this article:

    Consumers and companies increasingly depend on a hidden mathematical world


    It is a fairly light read targeted at a broad audience so hopefully it won't be too confusing for your highness. It might give you an idea why you shouldn't be so quick to dismiss algorithms as child's play if you consider yourself a serious computer scientist who is willing to keep up with the times and not assume what he or she learned "back in college" is still relevant.

    Leave a comment:


  • Sip
    replied
    Re: S.o.s!!

    Siamanto, at least you have been the most entertaining thing to hit this forum in the past couple of years.

    Leave a comment:


  • Siamanto
    replied
    Re: S.o.s!!

    Originally posted by Anonymouse View Post
    I must hand it to Siamanto. No one holds grudges like him/her

    More of your cheap calumniation??? At least, they're foolish enough to sound like jokes and amuse me.

    Considering that you have systematically brought up the past with such obsession all along in this thread, while I ignored them, do you honestly think your emotional obsessions are not obvious enough for the forum to see? Please keep in mind that it's really hard to miss.
    Last edited by Siamanto; 07-17-2007, 03:53 PM.

    Leave a comment:

Working...
X