this post was submitted on 21 May 2025
69 points (97.3% liked)

Off My Chest

1223 readers
36 users here now

RULES:


I am looking for mods!


1. The "good" part of our community means we are pro-empathy and anti-harassment. However, we don't intend to make this a "safe space" where everyone has to be a saint. Sh*t happens, and life is messy. That's why we get things off our chests.

2. Bigotry is not allowed. That includes racism, sexism, ableism, homophobia, transphobia, xenophobia, and religiophobia. (If you want to vent about religion, that's fine; but religion is not inherently evil.)

3. Frustrated, venting, or angry posts are still welcome.

4. Posts and comments that bait, threaten, or incite harassment are not allowed.

5. If anyone offers mental, medical, or professional advice here, please remember to take it with a grain of salt. Seek out real professionals if needed.

6. Please put NSFW behind NSFW tags.


founded 2 years ago
MODERATORS
 

I enjoy writing software, but...

I'm sick of making yet another fucking CRM.

I'm sick of trying to keep data synced between seven different third-party services.

I'm sick of trying to pull everything in the database into a single fucking dashboard.

I'm sick of trying to stay within a budget that's based on some wild-ass guesstimates made by someone who quit over a year ago.

I'm sick of creating things that will only ever be seen by a couple people in some random companies, and will be enjoyed by nobody.

top 19 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 1 week ago (1 children)

You and me both buddy, I'm also absolutely sick of the broken tech interview process. I'm so sick of being asked to do leet code and coding interviews and failing miserably at them because my brain locks up from stress and freezes.

[–] loaf 8 points 1 week ago

Oh god I hate that.

My last interview, I was tasked with writing 5 different sets of code in Python to accomplish 5 different tasks.

With a pencil, on paper. That was a first for me.

My issue: I will always refer to documentation, just to make sure I don’t make mistakes. So, my brain froze trying to remember certain calls.

[–] [email protected] 8 points 1 week ago

It sucks when your hobby becomes your work. Cause then you learn to dislike it. Leaving nowhere for that burstling creativity to go to.

[–] [email protected] 8 points 1 week ago

If you want fulfilling work, join or start an open source project you're passionate about

If you want money, grind Leetcode and go to a better company

But it sounds like you're stuck between those two and yup it sucks

[–] [email protected] 8 points 1 week ago

You know what I'm not sick of though? My paycheck.

[–] [email protected] 7 points 1 week ago

I feel seen

[–] [email protected] 7 points 1 week ago (1 children)

I’m sick of being tasked with 5 different types of programmers jobs

In the past month alone I’ve worked on:

  • A web scrapping program to compile realtors information in a state I don’t live in, their properties sold and the values of those properties in the mls database. 1000s of web pages

  • a react native mobile apps backend transition from mongdb and express to a google cloud platform and firestorm database

  • a stencil.js website for a company that sells soaps and essential oils, as well as manage the backend changes because of arbitrary tariff price increases

  • a Python data pipeline to sync various name brand companies inventories with a shoddy sku management system

  • tax and shipping costs module integrations

Bro what is happening out here, I work for one company

[–] [email protected] 4 points 1 week ago (1 children)

Yeah, that's why I work in DevOps. Pre-defined scope.

[–] [email protected] 3 points 1 week ago (1 children)

We don't even have devops people. The developers are tasked with all of that too.

[–] [email protected] 4 points 1 week ago

I see why you're ExtraMedicated.

[–] [email protected] 7 points 1 week ago (1 children)

I used to be a real computer guy. Then I started working in IT. Now I don't really do much with the things anymore.

[–] [email protected] 6 points 1 week ago

Same field. I like building gaming rigs and gaming. That's my IT outside of the job. Sadly you really only build once or upgrade every so often. Then you're working on your family's shit lol

[–] [email protected] 6 points 1 week ago

Was it fun the first 10 times. It sounds fun. Wondering if it actually was.

[–] [email protected] 4 points 1 week ago

I feel you, but this work pays relatively well. If the work wasn't a bit soul destroying it would pay quite a bit less.

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago) (2 children)

I enjoyed web development until I had to move to VueJs..

[–] [email protected] 5 points 1 week ago (1 children)

As someone that likes Vue a lot, I'm curious what you dislike? The migration from v2 to v3 was definitely botched, but vue3 with vite is a solid developer experience.

[–] [email protected] 1 points 1 week ago

I came from years of jQuery and the mind shift to VueJS was just too much for me. Our team decided to use it almost on a whim. A major version of VueJS was released before we’d released our product, which meant we had to go back and rework things. So all in all it didn’t sit well with me.

[–] [email protected] 4 points 1 week ago (1 children)

I actually liked using Vue, but then, before that I was using pretty much just jquery, so, yeah.

[–] [email protected] 4 points 1 week ago

I hate jquery because there's vanilla js, but then I hate how much more useful jquery is over vanilla js. Also, I hate JS, but what I hate most, is that I have to continue to use it for frontend.