Live data from Hacker News

Ask HN: What are you working on tonight?

news.ycombinator.com

31–40 of 242 posts

Re: Ask HN: What are you working on tonight?

#32
post #23
post #19

Earlier quoted context omitted.

11492 accounts, many of them inactive of course. There are more users than that, because many users lurk for a while before creating accounts. We now get around 45k unique visitors on weekdays.

awesome, out of curiosity, what kind of server is HN running on? edit: guy below me who maxed out the thread, server not language

[deleted]

Re: Ask HN: What are you working on tonight?

#33
post #24

Earlier quoted context omitted.

ooh... what bug? and are you doing f# for web or just f#?

I was going to blog about it tomorrow (never ruin a good chance to blog) Basically for some reason F# barfs on large types, say types with 500 fields in them. I think the breaking point is 300 or so. There's also another bug that I'll save for the blog entry. Microsoft was responsive as hell -- I had an email response within minutes and the engineer and I were emailing back and forth all afternoon. I was very impress…

yeah - that's been my experience too. the few times i've dealt with them, they've been back at me in hours tops. hopefully that'll continue despite them hitting RC

Re: Ask HN: What are you working on tonight?

#37
Tonight? Nothing aside from routine email. I need a mental health day.

Saturday? Nothing aside from routine email. 10 hours of day job followed by going out with friends to karaoke.

Sunday: Church, gym, minimum viable achievement system in Rails (was supposed to happen last Sunday but I broke site -- scratch one work day), A/B tests incorporating it, deploy live, blog post about solo founderhood.

Re: Ask HN: What are you working on tonight?

#38
post #9

Creating marketing brochures with html, so that I can use css to create a consistent feel across all of them. There's probably a much better way to do this, but I need them for next week. To do it, I'm using webkit2png to make a png from the html page, and prawn to automatically put the png into a pdf. The whole thing is 6 lines of ruby (which uses python, then prawn), and it's working well so far, but I've had to fu…

Adobe Fireworks might be a good tool for you.

Re: Ask HN: What are you working on tonight?

#40
post #33

Earlier quoted context omitted.

I was going to blog about it tomorrow (never ruin a good chance to blog) Basically for some reason F# barfs on large types, say types with 500 fields in them. I think the breaking point is 300 or so. There's also another bug that I'll save for the blog entry. Microsoft was responsive as hell -- I had an email response within minutes and the engineer and I were emailing back and forth all afternoon. I was very impress…

yeah - that's been my experience too. the few times i've dealt with them, they've been back at me in hours tops. hopefully that'll continue despite them hitting RC

The odd thing was that the code was working in 2010Beta, but fell completely apart in 2010RC. It was a case of upgrading the IDE and having my app crash and burn. First thing we did was up the stack size, but no matter how big we made the stack, it didn't work.
Post reply on HN