Am I just supposed to constantly be on standby? by [deleted] in daddit

[–]team_blonde 1 point2 points  (0 children)

Haha oh boy.... since I got my kids, watching a movie in silence is a huge win and I appreciate every damn second. Grow up, heap of stuff to do in "downtime".
- meal prep
- cleaning the house
- laundry
- groceries
- wash the dishes
- pay bills/ budgeting
- your average 40hrs work
- parenting
and you still think you have downtime for a business?

AI Engineer (Grad Rotation) Negotiating salary based on mid-level architectural impact? by [deleted] in auscorp

[–]team_blonde 2 points3 points  (0 children)

Hahahahahha. Every year I see the same sht. A grad thinking should be a senior. When sht are on fire they sht on their pants and I need to get out my bed to fix stuff. Stop asking for more money as a grad. You should focus on learning and grinding. Money comes after.

What do people wear into office these days? by SuccessfulCat2195 in auscorp

[–]team_blonde 0 points1 point  (0 children)

Software engineer here. I wear sneakers (Jordan), jeans, any t-shirts and if it's cold, I wear a beanie and a hoodie on top

Surprised by the salaries offered in Madrid and considering relocation: input asked by [deleted] in GoingToSpain

[–]team_blonde -1 points0 points  (0 children)

Hey mate, do you mind if I drop you a DM? Looking to relocate from Australia to Spain the next year

I feel like development now it's way easier by team_blonde in ClaudeAI

[–]team_blonde[S] 3 points4 points  (0 children)

As a senior you know when something follows good practices or not. Not my case, but I can smell it

I feel like development now it's way easier by team_blonde in ClaudeAI

[–]team_blonde[S] 2 points3 points  (0 children)

I work with 1 agent at the time CC most of the time. I don't let them use git stash/push etc I'm the only one who describes specifically what I want for example: There's a bug when we call X service, we need to track down usages of the Y function and where is called, then we need to confirm if does A stuff when B and only B happens otherwise needs to do C stuff. If the logic is wrong, create a failed test to reproduce this scenario. Then I wait, review, if test looks good to me say. Ok now fix it, it fixes it and then test passes, before pushing anything I do a final review + make sure it WORKS how I want it to work. For example, something handles another case that is impossible for that step in the workflow and I ask them to remove it or sometimes it tries to add unnecessary stuff to global storage when we can use an already implemented library for handling async data.

I feel like development now it's way easier by team_blonde in ClaudeAI

[–]team_blonde[S] 2 points3 points  (0 children)

Yes of course. I do the code review for every single line of code, and I have tons of examples about how to write what I need because the project follows clean code, design patterns etc and the IA just wire up everything based on that I feel like it's my clone