Or what did you work on this week? Screenshots of your development environment (or the equivalent for your type of work) would be cool.
Ask HN: What are you working on today?
1–10 of 314 posts
Re: Ask HN: What are you working on today?
#2The REPL and debugger for GNU Guile, an implementation of Scheme. I'm trying to integrate the two, so when you get an error, you're just dropped into a new recursive REPL that happens to have a debugger too, so you can inspect the stack from there.
Re: Ask HN: What are you working on today?
#3Building a simple DB using json files as storage system.
The goal is to provide a schemaless (and serverless) database for simple websites.
Re: Ask HN: What are you working on today?
#4Hand-rolled SSE optimised version of a domain transform and coefficient re-order for a video encoder. 3x speedup over the C++ version, yay!
(My development environment just looks like Visual Studio, and that's because it is.)
Re: Ask HN: What are you working on today?
#5Working on AduanaCol.com, uploading data to DB
Re: Ask HN: What are you working on today?
#6PowerPoint presentation.
Who's happier than me? No one.
Re: Ask HN: What are you working on today?
#7Working on a Silverlight app for my employer. I inherited this app from previous contractors and some of the stuff they did is pretty scary, so last night was the tipping point and I've decided to start ripping out all the bad stuff.
I'm also torn on Silverlight in general and seriously considering rewriting the app from scratch in an HTML framework (debating between Rails and ASP.NET MVC, even if that debate may seem like a silly one to some :) )
Re: Ask HN: What are you working on today?
#8Icefaces front end work. Java baby!
Re: Ask HN: What are you working on today?
#9Working on Twitterrific for iPhone/iPad.
Re: Ask HN: What are you working on today?
#10I'm implementing our PCI compliance by putting the entire credit card transaction handling offsite.