Live data from Hacker News

Viewing profile — wpaprocki

wpaprocki

HN member
Joined
Thu, Oct 10, 2013, 3:03 PM UTC
HN karma
19
Public activity
11 items

About wpaprocki

No profile information was provided.

Recent public activity

  1. comment
    Comment #8732214

    Stay classy.

  2. comment
    Comment #8696483

    How do you not notice an extra 100 TB worth of traffic on your network?

  3. comment
    Comment #8564917

    Mid-sized telecom company. SF is too simplistic for our complex pricing needs.

  4. comment
    Comment #8564328

    Yeah, Salesforce might just be the best of these types of systems. But even then, it is the best-dressed clown at the circus. Unless you have a really simple business model, you sh…

  5. comment
    Comment #8563202

    Salesforce. It's not a bad system for what it was designed to do--sales and marketing. The problem is that it is over-promoted and over-sold as a versatile platform that can do any…

  6. comment
    Comment #8522469

    I work for a telco reseller. We make our money by selling the same services as the big guys without being assholes about it. We make a lot of money.

  7. comment
    Comment #8517644

    I'm getting an error message. Stupid app! ...So did my rating just go up?

  8. comment
    Comment #8207702

    Let's see how quickly they can fix that bug...

  9. comment
    Comment #8197899

    "...Engineers make plenty of business decisions every day: Deciding the size of a database field, for instance, or a data type. Those types of choices impact the business, admitted…

  10. comment
    Comment #7599825

    Well, in Python, if you duplicate a return statement, then your code will recognize only the first statement. This, for example, will return 1: def func(): return 1 return 2 If the…

  11. comment
    Comment #7599307

    There are other reasons why choice of language matters. If you need a simple web app, you're probably writing it in PHP or Ruby instead of C. But you'll likely use C if you're inte…