Live data from Hacker News

Viewing profile — erictobia

erictobia

HN member
Joined
Wed, Jun 18, 2008, 1:00 AM UTC
HN karma
171
Public activity
21 items

About erictobia

No profile information was provided.

Recent public activity

  1. story
    Ask HN: Is Bing running on a non-MS stack?

    I'll preface this by saying that I make my living as ASP.NET programmer so I'm not trying to slight MS. I'm just curious. http://toolbar.netcraft.com/site_report?url=http://www.bin…

  2. story
    Ask HN: Why is there a 'Zoom' feature in Flash?

    Right Click (in Windows) -> Zoom In, Zoom Out, etc. Does anyone use it? Why is it there?

  3. story
    Ask HN: Could stackoverflow.com work for other fields?

    I tried asking this question on the actual site, but it was closed as "non-programming-related" fairly quickly. http://stackoverflow.com/questions/674232/could-stackoverflow-work-f…

  4. comment
    Comment #524860

    You make a great point and I do agree to a certain extent. However, there have been some projects I've worked on where having a great manager made all the difference in the world. …

  5. story
  6. story
  7. story
  8. comment
    Comment #301501

    Any (non U.S.) folks with startups in the countries on this list? Is the article consistent with your experience?

  9. story
  10. story
  11. comment
    Comment #300662

    This sets the bar for an elite programmer fairly low IMHO.

  12. story
  13. story
    Ask HN: Multi-Monitor w/ Laptop?

    I've been running two monitors on my desktop pc for a few years now and I really like it. In fact I'd say it's a requirement for me. My next pc purchase will in all likelihood be a…

  14. story
  15. story
  16. comment
    Comment #298398

    (it only gets difficult if you need to start embedding charts and specifying fonts) We do need to do some of this

  17. comment
    Comment #298393

    The latest (licensed) version of Office we have is 2003. As far as we know using Office 2003 for server side Excel generation is not recommended. Thanks for the link to the Python …

  18. comment
    Comment #298387

    I haven't had a look at that...looks promising. Right now I'd be looking for something I can use with C#. Thanks for the suggestion.

  19. story
    Ask YC: Excel Generation (Server Side)?

    I was curious to know if anyone could recommend a component for server side excel generation (both xls and xlsx) for an ASP.NET application. We cannot install Office on the server.…

  20. comment
    Comment #225059

    You're right - it has been there since at least 2.0. I threw that in there as an example. I apologize for not clarifying that.

  21. comment
    Comment #225030

    It's actually possible to write slightly less verbose code with C# 3.0. For example: //... char[] someChars = {'A', 'B', 'C'}; var moreChars = new [] {'D', 'E', 'F'}; SomeMethod(ne…