top | item 46676350

(no title)

risyachka | 1 month ago

>> so much of it isn't fun at all

thats why it was valuable.

All things worth doing are hard.

discuss

order

margalabargala|1 month ago

There are plenty of things that are hard that are not valuable. At least not valuable enough to matter.

This is why we have compilers rather than writing assembly by hand.

lgvld|1 month ago

He said fun, not easy. Sometimes it's precisely doing brainless stuff over and over again that becomes hard, like writing a template displaying a table of your results or implementing filter and pagination on a web app. I don't feel like I'm growing anymore when doing those things. Or even for some tests. Or when you need a Bash script automating menial stuff. (Still you could find new perspective on things.)

latexr|1 month ago

> Sometimes it's precisely doing brainless stuff over and over again that becomes hard, like writing a template displaying a table of your results or implementing filter and pagination on a web app.

I always have a hard time taking this complaint seriously, because the solution is absolutely trivial. Write a snippet. Have you really been out there, year after year, rewriting the same shit from scratch over and over? Just make a snippet. Make it good and generic and save it. Whenever you need to do something repeated on a new project, copy it (or auto-expand if you use it that often) and adapt. Snippet managers are a thing.