Viewing profile — erictobia
erictobia
HN member- Joined
- Wed, Jun 18, 2008, 1:00 AM UTC
- HN karma
- 171
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About erictobia
No profile information was provided.
Recent public activity
-
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…
-
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?
-
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…
-
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. …
- story
- story
- story
-
comment
Comment #301501
Any (non U.S.) folks with startups in the countries on this list? Is the article consistent with your experience?
- story
- story
-
comment
Comment #300662
This sets the bar for an elite programmer fairly low IMHO.
- story
-
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…
- story
- story
-
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
-
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 …
-
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.
-
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.…
-
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.
-
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…