Ask HN: What are you working on today?
61–70 of 314 posts
Re: Ask HN: What are you working on today?
#62Running into tons of stumbling blocks primarily around keeping the app near realtime and stable. It's GWT on the front-end, but .NET webservices on the backend. The existing flash based system has a custom server service and periodically dumps logs into SQL Server. We started off trying to write directly to SQL with our version but it wasn't fast enough and we were running into too many contention issues. Now we're throwing Memcached in the middle and it's much faster, but we're not entirely out of the woods.
I'm thoroughly convinced HTTP just shouldn't be used for chat applications.
Re: Ask HN: What are you working on today?
#63Starting to get the word out for GISQuery.com, a Q&A site for GIS professionals using OSQA. Having an interesting time getting the word out on this one since I need participation for the site to grow.
Learning CodeIngniter as a PHP framework to help get a few other ideas off the ground (a revamped 140Pl.us and a new beer website). I am getting tired of trying to build highly functioning sites from scratch so I thought I'd try a framework.
Re: Ask HN: What are you working on today?
#64Wrapping up my last day at the office.
Re: Ask HN: What are you working on today?
#65I am working on stuffing my face with burgers and chips prior to going back to the land of noodles and raw fish. Plus customer support emails, since birthdays and bridal showers don't stop just because I am on vacation.
Re: Ask HN: What are you working on today?
#66a) A module to load and execute arbitrary ELF files, to be used for post-exploitation in penetration tests.
b) A PoC method to detect SSL stripping attacks, client-side.
Re: Ask HN: What are you working on today?
#67Relationships FTW.
Re: Ask HN: What are you working on today?
#68Re: Ask HN: What are you working on today?
#69Earlier quoted context omitted.
If you have the flexibility to rewrite the project in Rails, absolutely do it :)
I totally have the flexibility in that if I showed up with a Rails version of the app my boss would be all for it. But I don't have the flexibility to do it on company time. I am currently studying Rails 3 and getting a feel for how long I think it'd take to do this. I think a clean, well written Rails version of the app would make my life so much easier in the long run. Silverlight is an interesting beast. All in al…
That's a long and tiring road.