Hacker News new | ask | show | jobs
by peoplefromibiza 1414 days ago
brute forcing is rarely the best solution to a problem.

the best solution usually involves studying the problem, dissecting it in smaller problems, finding a way to do the same thing brute force does, by doing much less (work smarter, not harder).

Which also means you have to slow down at first, to be faster when you encounter the same (or similar) problem again.

i.e. become wiser