this post was submitted on 03 May 2024
268 points (97.2% liked)

Technology

55919 readers
4561 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/15205399

Really cool blog post with beautiful photos and starts with a fun and interesting intro, here captured in an image for the the tl;dr but-want-to-comment-anyway among you :

you are viewing a single comment's thread
view the rest of the comments
[–] thehatfox@lemmy.world 8 points 2 months ago (3 children)

There’s satisfaction to be found when labour results in a tangible and lasting result.

Some of the people I know who quit the IT industry did so because they felt all of the effort they put in never seemed to achieve anything. Too many jobs at startups who exist only to be bought and shut down by bigger fish for some IP etc.

For some work is not just about wages or challenges, it’s about building something useful and meaningful, whether figuratively or literally.

[–] kent_eh@lemmy.ca 3 points 2 months ago

There’s satisfaction to be found when labour results in a tangible and lasting result.

There is also a satisfaction in a task that has a clear goal and end point.

[–] aesthelete@lemmy.world 2 points 2 months ago* (last edited 2 months ago)

There’s satisfaction to be found when labour results in a tangible and lasting result.

That's where I would recommend one thing to other software people as a software person myself: make your own tools.

I started writing a little notepad type thing just so I could have a cross platform tool with a set bunch of capabilities no matter what OS I'm on.

It's very rewarding to just want something, make it, and use it.

It can be simple, it can be complicated... It can work like everything else does or only in a way that works for you.

It's very freeing to work on something where you don't have to ask fifteen people what the requirements are and then have them change under you. If your tool is useful and you use it you don't even need testing overhead either.

I highly recommend it. Build your own tools when you find the existing ones to be frustrating. Or just for fun to see if you can.