Live data from Hacker News

Ask HN: What are you working on tonight?

news.ycombinator.com

1–10 of 242 posts

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

#3
Got an email from Microsoft -- I discovered a new bug in their F# compiler that breaks my startup app. I'm the first to find this fairly significant bug. I should be so proud.

So now I'm deciding how best to hack up my code to get around the bug.

Can't say I'm very happy about where I am, but I'll get it fixed soon enough.

It's very cool being on the cutting edge, as long as you don't bleed too much!

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

#7
Reviewing the more esoteric Category Theory bits of Haskell.

A (commercial) Haskell + C project kicks off on March 4th.

I am looking forward to my first major project in Haskell but it will be hectic once it starts and I won't have too much time for lazing around or reading :-(.

Enjoying the last few days of peace :-)

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

#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 fuss with the scaling so that it prints without pixelating.

Post reply on HN