Viewing profile — wpaprocki
wpaprocki
HN member- Joined
- Thu, Oct 10, 2013, 3:03 PM UTC
- HN karma
- 19
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About wpaprocki
No profile information was provided.
Recent public activity
-
comment
Comment #8732214
Stay classy.
-
comment
Comment #8696483
How do you not notice an extra 100 TB worth of traffic on your network?
-
comment
Comment #8564917
Mid-sized telecom company. SF is too simplistic for our complex pricing needs.
-
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…
-
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…
-
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.
-
comment
Comment #8517644
I'm getting an error message. Stupid app! ...So did my rating just go up?
-
comment
Comment #8207702
Let's see how quickly they can fix that bug...
-
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…
-
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…
-
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…