Live data from Hacker News

Ask HN: What are you working on this week?

news.ycombinator.com

1–10 of 32 posts

Re: Ask HN: What are you working on this week?

#2
I'm working on solving a problem I've been playing with for a while.

Fundamentally it involves picking a feasible solution from a solution space of (225 choose 45) possible solutions.

That number is obviously too big to brute force randomly, but I was able to get very close to a solution by hand, and so it feels like there ought to be an algorithm to generate a solution. (It doesn't feel like a problem where the solution wouldn't be polynomial time.)

It feels like some kind of branching with aggressive pruning would deliver a solution but I have much I need to learn first to actually develop it.

Re: Ask HN: What are you working on this week?

#3
I'm drifting, dunno if that really counts. Trying to get rid of some bugs of WTF level that I only see in my own machine and that I can't really use to justify my paid time, so I'm getting stressed out by the minute (after a few days already) while I try to figure it out and go back to regular work.

Re: Ask HN: What are you working on this week?

#5
Building Space Invaders in C++/SDL[0] and the entity-component framework it uses. This week I'm working on GUI basics and event handling, so hopefully it starts looking like an actual game.

Also continuing the basic Game Development (Unity3D) course at Coursera[1]

[0]https://bitbucket.org/kennethrapp/spaceinvaders

[1]https://www.coursera.org/learn/game-development

Re: Ask HN: What are you working on this week?

#6
post #3

I'm drifting, dunno if that really counts. Trying to get rid of some bugs of WTF level that I only see in my own machine and that I can't really use to justify my paid time, so I'm getting stressed out by the minute (after a few days already) while I try to figure it out and go back to regular work.

Maybe work on a different machine for now? May be a lot cheaper.

Re: Ask HN: What are you working on this week?

#7
Finishing Part I of The RSpec Book. The hands-on tutorial is giving me a feel for why BDD's advocates advocate BDD. It also giving me a feel for the cost of another layer of tooling on top of the "running code".

Continuing: Coursera Modeling Discreet Optimization: I wish MiniZinc had better tooling and documentation.

Re: Ask HN: What are you working on this week?

#8
I've been getting some landing pages and ad copy ready for when the Instagram ads go public, which I was told is tomorrow.

Also, I am working on adding a test suite to one of my previous applications that I made. I finished up the model/controller tests, so am on to the integration tests.

Post reply on HN