Hacker News new | ask | show | jobs
by atoav 2384 days ago
It is entirely possible to do something slow and well and still do it alone and esentially without funding. As a film maker this is one of the things I love about writing and programming: there is no money needed only your time (which of course also costs you something). But it is perfectly possible to sit alone in your chamber and write a great piece of software that competes with the best out there. Try doing that in Film. This would be really a field where you wouldn’t get far without people and money.

Whether you hack it together quickly or meditate on it for ages doesn’t has much to do with it, I’ve seen both. Maybe the person with the quick hack just tries to solve a problem while the slow person likes the intellectual challenge of solving it in a “good” way.

2 comments

Quick hacks can often compete with the best out there precisely for the reasons I mentioned, git is a good example. Then of course when something becomes big it stops being a quick hack and starts having a huge maintenance team, but it was still a quick hack in the beginning.
> It is entirely possible to do something slow and well and still do it alone and essentially without funding.

Like?

Horizon EDA was started by a guy who didn’t want to use a closed source EDA tool like Altium for his final university electronics project and wasn’t happy with KiCAD.

He planned it very carefully (so I wouldn’t call it a hack) and years after it is still going without any funding. This isn’t that uncommon in open source IMO.

Of course this is not a value judgement, there are quick hacks that work perfectly well and slower more planned out projects that never work at all — each aproach has it’s pros and cons.