Live data from Hacker News

Ask HN: What are you working on today?

news.ycombinator.com

231–240 of 314 posts

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

#231
Producing a predictive model for student retention: aiming to assign a score to a student on whether or not a newly admitted student will complete their first semester through final semester (graduate).

Using SAS Enterprise Miner's various tools to compare a few different methods for producing the model.

Also fighting off some reporter who is desperate for open records data but unable to pay the $45 fee required for data access.

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

#232
post #74

Learning OpenGL ES (and computer graphics concepts in general for that matter) while trying to make a 3D iPhone game for my graphics class this summer.

Some good references for learning OpenGL/computer graphics math from yesterday's Ask HN http://news.ycombinator.com/item?id=1497383

thanks!

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

#233
post #103

Today's my last day as an employee at my job of 6 years. I'll become a consultant starting Monday so if they need me, it'll be hourly billing. I'm just reviewing my emails today and reassigning my regular responsibilities.

Mind if I ask where you'll be getting your customers (clients) from as a new consultant?

I'll be consulting for my current job itself. Voluntarily going from fixed salary to hourly consulting gig. No daily responsibility, fewer hours, much higher hourly pay. I'm pretty certain I'll end up being significantly more productive because I will get to pick my own projects and not have to deal with meetings, obligations, or personal issues with coworkers. I'm giving up a double-sized corner office at a growing company but I'm getting my time and desire to code back.

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

#236

Today I'm working on fleshing out some ideas for some business models for my startup, Syphir. Here's a pic of the desk in my bedroom, aka my development environment: http://img199.imageshack.us/img199/9176/developmentenvironme... . A lot of screen real estate, but today most of my work will be done with a pen and a pad :)

What's Syphir? Looked like Gmail.

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

#237
post #233

Earlier quoted context omitted.

Mind if I ask where you'll be getting your customers (clients) from as a new consultant?

I'll be consulting for my current job itself. Voluntarily going from fixed salary to hourly consulting gig. No daily responsibility, fewer hours, much higher hourly pay. I'm pretty certain I'll end up being significantly more productive because I will get to pick my own projects and not have to deal with meetings, obligations, or personal issues with coworkers. I'm giving up a double-sized corner office at a growing…

You are doing it wrong. Clients == meetings^2.

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

#238
post #145
post #133

Earlier quoted context omitted.

I like C# but XAML drives me nuts. Getting binding to work is like pulling teeth. I've taken to prototyping stuff in Flex because MXML binding is ridiculously simpler, although there's a bunch of C# stuff I'd love to get back...

I dislike what INotifyPropertyChanged imposes on my code. I also hate that faulty binding can't be found at compile time, but that might be expecting too much. I also dislike how binding is all or nothing, this isn't possible Text="{Binding PercentageOfFailure}%" But that also might be asking too much and even the idea that my view model should be formatting my data is a valid one.

That's why I like binding in Flex -- making something bindable is as simple as plopping [Bindable] in front of it. And binding also isn't all or nothing, you can easily do something like text="{loan.interestRate}%". It also has code completion for anything you put in the binding, although not quite as robust as elsewhere.

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

#239
1) At a coffee shop revising mockups and finishing new design work for a client's business site. Adobe Fireworks or pure HTML\CSS, I hate Photoshop for web stuff.

2) Researching apartments\courses\requirements for Illinois Urbana-Champaign (Decided to go back to school for a CS degree, previously studied cog psych)

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

#240
Continuing work on my summer research project. I'm building a high-precision 3D scanner for meshing out dissected rat eyes in transgenic opthalmology studies. We've nearly got all the components talking and controlled and I'm also close to finishing the first parts of the de-noising and data analysis programs.
Post reply on HN