this post was submitted on 03 Oct 2024
903 points (98.9% liked)
memes
10183 readers
3431 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to [email protected]
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
Sister communities
- [email protected] : Star Trek memes, chat and shitposts
- [email protected] : Lemmy Shitposts, anything and everything goes.
- [email protected] : Linux themed memes
- [email protected] : for those who love comic stories.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Getting paid 130k+ a year is a pretty good life for writing emails.
Its essentially a trade of your soul for writing emails.
Meh. I work 35 actual hours in front of a keyboard. I have my days but I'm happy and mostly fulfilled.
I do the same... and i guess i am burnt out by lack of interesting and consistent work to do.
aspects of my job I absolutely hate:
Maintaining a DLL( or shared object) in a large piece of software where my team's scope is so narrow that we are just a conduit between two other processes. bugs get introduced by behavioral changes from upstream or downstream.
No real exiciting problem to solve.
I learnt Compiler design, Complexity theory, Concurrency, Algorithms, etc in college. But I look at bad code that does
if (boolvar) return 1; else return 0;