Hacker News new | ask | show | jobs
by bjourne 4764 days ago
Sounds like fun, but maybe you should wait with submitting it until you have something going? In case you lose interest for some reason.
3 comments

There’s a follow-up post detailing some first steps: http://malone.cc/posts/lobe_1.html
> In case you lose interest for some reason.

I think it's that very reason he's submitting it so early.

There are two camps (I think I'm in the latter):

- telling everyone motivates you: you made a public commitment, you get early feedback, "if your idea is any good people will reject it at first"

- don't tell anyone motivates you: the idea is yours, you want to build something beautiful and show to the world, you don't like to be criticized when starting up

I recall reading an article in which a psychologist written about a study that aimed to prove which method was more affective.

The conclusion of the study was that people are more likely to stick to a goal they keep to themselves. This is because often telling people a goal they will reward you with praise as if you already achieved it making it prematurely gratifying which causes you to lose motivation.

Also from my own experience public commitment is a bad motivational tool. This is because the motivator of public commitment is usually fear (failure etc) and fear is a terrible mindset to draw motivation from which (in my experience) can cause a lot of procrastination.

It does sound cool, and it's no small undertaking. A high-level language like a Lisp requires GC, for one example.

It'll be neat to see what he comes up with.

GC doesn't have to be terribly complex: https://gist.github.com/JohnEarnest/4522067
You can prototype with the null-GC until you run out of memory...