u/terracottablush

Bingo Blitz rewards

Hello so I completed the 60 mins over 5 days as well as 120 minutes over 5 days but I have not gotten compensated for the over 1000 points for this I was wondering since its larger points does it take until the end of the day / period to receive those? Like for example right now it says to receive this offer theres still 1 day left. Will I get those points once that one day is over? Thanks

reddit.com
u/terracottablush — 5 days ago
▲ 6 r/BAGGU

Does anyone else’s medium crescent hurt their shoulders after a while?

Or am I just anatomically fucked? Lol I don’t even have a lot of heavy stuff in it and after like 4 hours of wearing it around my shoulder hurts

reddit.com
u/terracottablush — 6 days ago

Its not that I want to die or end my life. If anything I have health anxiety and I constantly check my mirrors when driving because people be crazy.

Maybe this is how depressed people feel? Lol I have 0 idea but what I do know is that what I feel is so different from wanting to actually end my life.

I am not here to debate wanting biological children I am not here to debate the meaning of life or religion, I am here to give my feelings in hope that someone else out there shares what I feel.

I personally feel as if the current way that the bad/suffering of life quantity wise outweighs the good quantity and quality wise. Maybe I would feel differently if we lived in a non capitalist society and the atrocities of life never occurred (systemic racism, whats going on in the world today, abuse etc etc). But also .. isnt to be human to suffer? No matter what system we are in? I can’t say for sure I would prefer to hunt and labor for my food and still find meaning and joy in that.

So for me its like: to be human is to suffer. I do not want to suffer. I do not want to be human. I don’t want to be anything.

reddit.com
u/terracottablush — 21 days ago

I’m almost 1 full year into learning full stack. I am still learning and am by no means a mastermind so my first job will make me do a back flip for sure. I just need my foot in the door.

I have no traditional back ground experience, no real internship/job in this field. But I have a job interview tomorrow as well as I have just been applying each day.

So I wanna know for a suburb lets say 20-30 ish minutes from a major city with a small company doing front end ONLY how much can I expect to receive or negotiate?

Same for full stack? How much can I expect?

I am also applying to my city but this is the only job I have heard back from so far and again, I’m grateful for the opportunity.

reddit.com
u/terracottablush — 24 days ago

I’m making a full stack semi- social media application

Using: multer, zod, prisma

This started happening AFTER I changed my API routes to move multer above zod and after i changed to formdata.

Before I was not sending form data to the back end and also in my API routes, I had zod validating before multer.

At this point in time, I was able to sign up login view my account make post see those posts that are persisting in the database.

However, I noticed that my photos were not being saved to Multer. So I changed the way that I was sending the data to the back end by doing form data because I know that multer takes form data no exceptions. But I forgot this before.

Also because of this I moved Zod AFTER multer in the api routes so that zod can access req.body.

And from this is where I’ve started to see the issues I’ve put a bunch of console.log everywhere in the JSX, in my tanstack queries and also in my controllers (I am doing MVC) when things print it says that the posts are being created however, when you go to the users profile posts are showing as an empty array.

Prisma was also telling me that it needed to be updated so I updated it and still the issue is occuring.

The schema is there I can see it on prisma studio the only issue is that nothing else past this is persisting.

I’ve given up because I’ve been trying to debug for hours, but I’m thinking now maybe muller has to go back above zod, but the issue with that before was that my images were not being uploaded to the upload directory of multer

reddit.com
u/terracottablush — 24 days ago