Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Phobeste
Apr 9, 2006

never, like, count out Touchdown Tom, man
Yeah it's a pretty good hill. I felt bad because I made a new hire this week and had to wait until day 2 because of the amount of setup they needed

Adbot
ADBOT LOVES YOU

wilderthanmild
Jun 21, 2010

Posting shit




Grimey Drawer
One thing about good new hire setup documents is that they also serve as great documents for a bunch of random actions you only need to take like once a year. There's so many random CLI commands I forget and just look at the new hire docs to remember.

Bruegels Fuckbooks
Sep 14, 2004

Now, listen - I know the two of you are very different from each other in a lot of ways, but you have to understand that as far as Grandpa's concerned, you're both pieces of shit! Yeah. I can prove it mathematically.

Xarn posted:

A hill I am willing to die on is that a new hire in generic software crap factory should be able to make a PR before the first day ends.

I am not saying that it has to be a useful PR, it can be anything from fixing a typo somewhere in markdown file, adding single test, whatever, but the point is that by the end of the first day, your new hire should have all accesses they need for routine work, their environment be set up and they have anything they need to build and test your project.

One time many years ago, I worked on a project that had 50 pages of setup instructions. I was new and trying to figure out how people were getting the build to work - it didn't help that people were breaking the build on a daily basis. Took me at least a month before I got a handle on it.

It turns out almost all the other devs literally couldn't figure out how to get the build to work and were testing their components in isolation then checking in code and hoping it worked.

moctopus
Nov 28, 2005

At my now former job, we had a goal of getting our interns to make a change that went to production on their first day to first week.

We had some luxuries to allow us to deploy like this, but it was a real hit. The new folk responded extremely positively to having something they worked on in prod. Maybe the only thing they liked more was (if college interns) having other kids their age around to socialize and hang out with.

ZShakespeare
Jul 20, 2003

The devil can cite Scripture for his purpose!

Falcon2001 posted:

loving what? How do you even review all those?

A lot of 1 liners, rubber stamps, and often just not doing it. Our SDM said that it helps with momentum and thus velocity. When I left I felt extremely self conscious that I was only shipping code once a week.

E: and yeah, we would be merging to main, and deploying several times a day, so there was a lot of incremental work. Where it hit us in the rear end is that when you put all the pieces together sometimes you don’t end up with a functional product.

ZShakespeare fucked around with this message at 15:49 on Aug 3, 2023

Gin_Rummy
Aug 4, 2007

StumblyWumbly posted:

I don't know how this works at a large company, but it sounds like you should talk to your manager, maybe a skip level or something. Maybe there's something weird going on like massive amounts of testing or customer interaction or research, but a PR every 2 weeks per engineer is a good pace. Maybe a few PRs a week if you're fixing small bugs or issues or just like micro-PRs. A PR a month for big, tough stuff. It depends on all sorts of crap, but 2/year is wrong.

When I've seen similar situations, it was a weak manager who didn't want to push other engineers to develop more (or fire/PIP them), and that's also the kind of person who won't fight for you to get the promotion. Talking to your skip level about "I think my manager can't manage" is a delicate move, a transfer may be better.

Well I know exactly what’s going on with me specifically: I’m matrixed to a team that is either behind on planning, overstaffed, or both. A handful of us are just doing investigative work with no long term feature in sight. The manager I report to is pretty supportive, knows what I want to do, and knows what I need to do to accelerate my development. We have discussed at length how moving forward I really want/need to be given the keys to a feature and sit in the driver seat on it, but the group i matrixed into has given me no avenue for that. I’ve gone from shipping two PRs on average to no code changes since the beginning of last month.

The rest of the people reporting to my manager? I have no idea what’s going on there. We’re a team of new hires (as in we all hired in fresh together last year), so there is an element of them still learning… but that doesn’t explain six month gaps in coding.

Honestly, I think the issue comes from the skip level, not my direct manager. Either there isn’t enough work to go around, or the skip level is having trouble developing a scope of work for our groups to chase down.

EDIT: This is also why I have a had time buying any of the “we need to see more at this level” carrot on a stick stuff I mentioned in my first post, despite others in the thread rebuking my concerns. On some level, it feels like a deliberate slow down of work assignments so when promotion time rolls around they can easily point to a slowdown in output as justification to keep me where I am. One of my other team mates who has been pretty outspoken about a lot of the same issues and clamoring for promotion opportunities is in the exact same boat as me right now.

Gin_Rummy fucked around with this message at 16:45 on Aug 3, 2023

Steve French
Sep 8, 2003

Falcon2001 posted:

I think part of this is that we don't do feature branches or anything on the teams I've worked on , changes go to mainline. So the idea of multiple PRs a day sounds utterly insane.

My current job (have been there a while) does not do feature branches, everything always goes to main. I have averaged pretty darn close to 1 PR per weekday in that time (not taking into account vacations/holidays, so a bit more than 1. It's fine IMO, good to keep changes relatively small, though an expectation of one or multiple PRs every day, vs averaging, would be a bit much.

Xarn posted:

A hill I am willing to die on is that a new hire in generic software crap factory should be able to make a PR before the first day ends.

I am not saying that it has to be a useful PR, it can be anything from fixing a typo somewhere in markdown file, adding single test, whatever, but the point is that by the end of the first day, your new hire should have all accesses they need for routine work, their environment be set up and they have anything they need to build and test your project.

Personally I think it is a good rule of thumb, and if it takes a while for someone to be able to make their first PR after starting it's certainly an org smell. However, in practice, I think it's a somewhat insignificant hill not worth dying on because the leverage is so limited: you're just improving the productivity of new hires in the first couple of days. If I were going to spend time on some developer productivity work and I had a choice between something that reduces time to first PR for new hires vs something that generally speeds up development for everyone once they're onboarded, I'm gonna be pretty heavily biased towards the latter unless it's clear there are bigger wins on the onboarding side.

Plorkyeran
Mar 22, 2007

To Escape The Shackles Of The Old Forums, We Must Reject The Tribal Negativity He Endorsed

Hadlock posted:

Our last tech lead (who was learning to code on the job) would ship insane 10,000 LOC PRs every 2 months or so, he would demonstrate that it worked live in his test system and we would rubber stamp them

Finally his boss got fired, they hired a new guy who enforced a rule that no PR could be more than 100 LOC but the damage was already done, he'd gone down an insane rabbit hole and wrote an orchestra of speghetti code including a couple of multi thousand line bash scripts and a custom templating system. Then he got bored and quit and I spent most of the next year unwinding everything

I am not sure that a limit of 100 LOC per PR is really an improvement over regular 10k LOC PRs. Those are both insane.

spiritual bypass
Feb 19, 2008

Grimey Drawer
I wouldn't want to read 100 lines of Haskell due to its density, but 100 lines of Go would be very little code. What's the software like?

LLSix
Jan 20, 2010

The real power behind countless overlords

Jabor posted:

Often this is the result of disagreement about what the appropriate scale for "a PR" is.

For juniors, having them send out small PRs on a close-to daily basis is often appropriate for the scale of problem that the junior is tasked with solving, and it gives more senior folks the opportunity to intervene early when the junior is going down an insane rabbit hole that isn't actually the right approach for the problem they've been given.

For more senior folks working on bigger problems, sending out incremental-progress PRs regularly can often be beneficial (rather than dumping an entire new feature as a single big PR at the end), but a daily cadence often is not a good fit.

Exactly this. I get brain-fried trying to review multi-thousand line PRs so I've been encouraging more frequent incremental PRs. It also feels real bad to have to tell someone everything they did the past 3 weeks was wrong and they need to start over.

ZShakespeare posted:

This is reassuring to hear. In my burnout job we were expected to ship a PR every day.

A PR a day isn't unreasonable. One of my favorite places to work, the goal was 2 tickets completed every day, which might each have several PRs. The trick is that we were also expected to break tasks down into 4-hours or less for most tickets. We'd sometimes have tickets that went longer, but we pretty much always realized we could have broken them up better after we were done.

LLSix fucked around with this message at 19:46 on Aug 3, 2023

Hadlock
Nov 9, 2004

Maybe it was 1500 LOC or something. I dunno. This was for terraform and python

Femtosecond
Aug 2, 2003

Casually applied to two jobs in my industry after not having interviewed anywhere for eight years.

I didn't really do any severe amount of prep work in refreshing my knowledge around coding stuff, because at this point I have a lot of experience and experience in specific domain knowledge, and I was curious to see whether at the more senior levels that I'm at and applying to if the interview would be different and there'd be more of a deeper discussion around problem solving and how I could leverage my experience.

Boy oh boy was I wrong.

It was the same sort of basic computer science quiz gotcha questions that I encountered when I first started interviewing for jr programmer roles and there was almost no interest in my resume or experience at all. lol.

So having put in zero time refreshing myself on various dusty corners that weren't relevant at all to my job of the last five years, I do not think I terribly impressed when asked about these random things.

Anyway no job offers as a result of all this as expected, but instead a depressing but probably valuable learning experience here, learning that even with 15 years of experience, prepping is still apparently still well needed to cover your bases in case they ask a surprising out of left field question and you want to have a confident answer.

moctopus
Nov 28, 2005

That's what I'm gearing up for.

What was the question if you don't mind me asking?

There's a lot of jobs out there, depending what they asked, do you want to work at a place that looks at 15 years of experience and asks you that? Especially with no questions about that experience?

Plorkyeran
Mar 22, 2007

To Escape The Shackles Of The Old Forums, We Must Reject The Tribal Negativity He Endorsed

Hadlock posted:

Maybe it was 1500 LOC or something. I dunno. This was for terraform and python

Ah, that's pretty reasonable as long as it's not accompanied by a ridiculous CI check that complains about you checking in some test data or something. I think the majority of your PRs should be well under 100 lines of changes, but sometimes the smallest atomic change just legitimately is quite a bit larger than that.

Femtosecond
Aug 2, 2003

moctopus posted:

That's what I'm gearing up for.

What was the question if you don't mind me asking?

There's a lot of jobs out there, depending what they asked, do you want to work at a place that looks at 15 years of experience and asks you that? Especially with no questions about that experience?

Oh there was a variety of things that I don't think I seemed great on. Looking back on my notes of what was asked and what I said, all my answers were correct (or at least largely correct), but in many cases I was a bit bamboozled that they even asked about such a thing, and I feel I had to sort of slowly spool up my brain to mull over the question, and I wouldn't be surprised if the answers I was giving and impression I was giving just didn't really have that strong confidence that one should expect to have.

Questions like what is 2^9? what does inline mean? how do you calculate the distance between two vectors? how many bytes are a pointer?

These are trivial questions, but just absolutely things I was not expecting to be asked, so in the moment I felt incredibly slow on my feet here in answering them.

I'm not sure if this line of questioning is odd to anyone else, but it surprised me! A learning experience here!

I actually think I might have got a question around how one stores a negative number wrong, or at least I was sort of confused enough about what they were actually asking that they just moved on.

But the point I was getting at in my post was that like in the last five years as I built a UI system for a major AAA game that shipped on four platforms the issue of how negative numbers are stored uh wasn't really strongly relevant to the job, and in general none of these questions asked were of much relevance to work I've done recently. So ultimately it was pretty disheartening to be asked these things and to feel like I failed because I didn't prepare for them.

As they weirdly focused on so much bit fiddling type questions I tried to pivot into a discussion of when this stuff matters, in serialization, and discussed how I built some serialization systems in the past. They didn't seem interested and stuck with their script. *sigh*

Femtosecond fucked around with this message at 20:29 on Aug 3, 2023

minato
Jun 7, 2004

cutty cain't hang, say 7-up.
Taco Defender
Some interviewers know they need to ask some technical questions, they don't really know how to test a candidate, so they come up with some questions they think provide good signal, but in the end it's just a bunch of trivia. Sounds like you ran into one of those, based on the "what is 2^9" question.

I used to work with a graphics programmer who'd always ask the candidate to write out the formula for doing a vector cross-product from memory. I argued that it was a pointless test; it's really easy to get wrong and most people use a library for that calculation - it was more useful to test if a graphics-oriented candidate understood what a cross-product was for. But he was adamant that people should know this kind of stuff from memory, with no justification as to why.

kayakyakr
Feb 16, 2004

Kayak is true

Femtosecond posted:

Casually applied to two jobs in my industry after not having interviewed anywhere for eight years.

I didn't really do any severe amount of prep work in refreshing my knowledge around coding stuff, because at this point I have a lot of experience and experience in specific domain knowledge, and I was curious to see whether at the more senior levels that I'm at and applying to if the interview would be different and there'd be more of a deeper discussion around problem solving and how I could leverage my experience.

Boy oh boy was I wrong.

It was the same sort of basic computer science quiz gotcha questions that I encountered when I first started interviewing for jr programmer roles and there was almost no interest in my resume or experience at all. lol.

So having put in zero time refreshing myself on various dusty corners that weren't relevant at all to my job of the last five years, I do not think I terribly impressed when asked about these random things.

Anyway no job offers as a result of all this as expected, but instead a depressing but probably valuable learning experience here, learning that even with 15 years of experience, prepping is still apparently still well needed to cover your bases in case they ask a surprising out of left field question and you want to have a confident answer.

Our process for a Sr Eng is I do a history, hypotheticals as the HM, we have a take-home, then an "on-site" with a live coding based on the take home, eng culture, and prod/design. No algo gotchas, live coding is pretty application based, the rest of it is straightforward.

you've got crappy

Guinness
Sep 15, 2004

Femtosecond posted:

Questions like what is 2^9?

man i got this trivia question in a phone interview from google like over ten years ago and I'm still bitter about it

just wtf how does that matter at all

CPColin
Sep 9, 2003

Big ol' smile.
I wonder how they'd react if I answered "A good start."

1-800-DOCTORB
Nov 6, 2009
are they looking for 512 or 11?

chglcu
May 17, 2007

I'm so bored with the USA.

Guinness posted:

man i got this trivia question in a phone interview from google like over ten years ago and I'm still bitter about it

just wtf how does that matter at all

It's the maximum value of a byte + 1 * 2, which would show some familiarity with type sizes, ranges and binary, I suppose. Doesn't seem like an especially useful question to me, but maybe that's why 2^9 specifically?

leper khan
Dec 28, 2010
Honest to god thinks Half Life 2 is a bad game. But at least he likes Monster Hunter.

1-800-DOCTORB posted:

are they looking for 512 or 11?

If it was printed, I'd probably say 11. Then when asked for the value I'd just say 1<<9

Femtosecond
Aug 2, 2003

ha this is like exactly it.

I was like :confused: "uhhh I guess 512...?"

Never even occurred to me that there was anything more to say here vis a vis the limits of a byte. haha. I mean why wouldn't they ask if so?

If you wanted to have a discussion about what happens when trying to represent values in a space where those values don't fit why don't we just have that conversation?

ultrafilter
Aug 23, 2007

It's okay if you have any questions.


If you spend a lot of time working with bits it's pretty likely that you'll memorize the first 16 powers of two. Some people mistake that for essential knowledge, and it gets cargo culted.

leper khan
Dec 28, 2010
Honest to god thinks Half Life 2 is a bad game. But at least he likes Monster Hunter.

ultrafilter posted:

If you spend a lot of time working with bits it's pretty likely that you'll memorize the first 16 powers of two. Some people mistake that for essential knowledge, and it gets cargo culted.

Anyone who uses the values is a monster.

code:
int a = 1 << FLAG_NAME_OFFSET | 1 << FLAG2_NAME_OFDSET;

Femtosecond
Aug 2, 2003

I even said this. I was like :confused: yeah um I only kind of know this because I've memorized it through use. But then I talked briefly about the relationship to binary sort of explaining how one would come to the value if you hadn't have memorized it.

Yeah I'm just really confused about the entire approach of the questions.

The one basic question I got that I did think was reasonable was asking about the difference between a vector and a linked list, because that opens up into discussion about problem solving and tradeoffs and when certain tools are good for certain jobs.

FMguru
Sep 10, 2003

peed on;
sexually
There's a handy mnemonic for powers of two:

2^10 = approx. 1,000
2^20 = approx. 1,000,000
2^30 = approx. 1,000,000,000
etc.

So if someone asks you what 2^28 is, you think (2^30=1 billion, divide it by two twice to get it down to 2^28) and say "uh...about 250 million?"

chglcu
May 17, 2007

I'm so bored with the USA.
I could see the vector distance being useful if it was leading to something like how to check which of two points is further away, since while comparing the distances works, you can avoid a couple sqrts by just comparing the squared distances instead.

ZShakespeare
Jul 20, 2003

The devil can cite Scripture for his purpose!

Femtosecond posted:

Casually applied to two jobs in my industry after not having interviewed anywhere for eight years.

I didn't really do any severe amount of prep work in refreshing my knowledge around coding stuff, because at this point I have a lot of experience and experience in specific domain knowledge, and I was curious to see whether at the more senior levels that I'm at and applying to if the interview would be different and there'd be more of a deeper discussion around problem solving and how I could leverage my experience.

Boy oh boy was I wrong.

It was the same sort of basic computer science quiz gotcha questions that I encountered when I first started interviewing for jr programmer roles and there was almost no interest in my resume or experience at all. lol.

So having put in zero time refreshing myself on various dusty corners that weren't relevant at all to my job of the last five years, I do not think I terribly impressed when asked about these random things.

Anyway no job offers as a result of all this as expected, but instead a depressing but probably valuable learning experience here, learning that even with 15 years of experience, prepping is still apparently still well needed to cover your bases in case they ask a surprising out of left field question and you want to have a confident answer.

The only time I didn't have to grind leetcode for interviewing was one time I got poached by a former coworker. It is absolutely insane that every workplace still has you solving brainteasers when you have a laundry list of products available publicly to prove that you know how to write some code.

bob dobbs is dead
Oct 8, 2017

I love peeps
Nap Ghost
there are so, so many times i have seen and dealt with peeps lying through their teeth about their participation and contribution to projects and stuff and not telling the truth about their ability to code

it will end if a true durable can-code certification that peeps on both sides of market can trust can be made. but not before

ZShakespeare
Jul 20, 2003

The devil can cite Scripture for his purpose!
Yeah, I get that, but I also think there are probably a lot of better ways to get to the bottom of it than having me solve a puzzle that has nothing to do with my day to day work, and is a skill that I will only ever practice during the period when I am job hunting. Don't get me wrong, I actually kind of like doing them. But it also really sucks when I get an email a week later telling me I just wasted 4 hours of my life interviewing when I missed an edge case because hacker rank uses a more comprehensive set of tests to calculate the final result than they allow you access to when writing your test.

E: I also agree with the certification idea. Perhaps if they had something akin to a pilots license showing that you went through the training. Maybe some sort of "degree" from a "university" that says you know the "science" of "computing". (I'm really sorry in advance and I don't mean to be hostile, I just find the whole situation ridiculous. I've done hiring as well, and I know how difficult it can be to weed out the con artists. Once we put a solution to a test up on github and we got more than one (!!!!) copy, paste, and rename variable submissions.)

FMguru posted:

There's a handy mnemonic for powers of two:

2^10 = approx. 1,000
2^20 = approx. 1,000,000
2^30 = approx. 1,000,000,000
etc.

So if someone asks you what 2^28 is, you think (2^30=1 billion, divide it by two twice to get it down to 2^28) and say "uh...about 250 million?"

I remember having to calculate 2^26 without a calculator on my Operating Systems final. It was not a good time.

ZShakespeare fucked around with this message at 22:50 on Aug 3, 2023

Achmed Jones
Oct 16, 2004



so uh i understand your frustration, but you're conflating computer science with computer programming and that's a pretty big _oof_

ZShakespeare
Jul 20, 2003

The devil can cite Scripture for his purpose!
That's fair.

bob dobbs is dead
Oct 8, 2017

I love peeps
Nap Ghost
the trust in degrees, built over a millennium, was unquestionably there in like the 1950s. completely eaten and gone away by the 90s, in some cases the 70s

Love Stole the Day
Nov 4, 2012
Please give me free quality professional advice so I can be a baby about it and insult you
Am thinking I should try to capitalize on the remote-versus-onsite fight by offering to relocate to a higher COL office in exchange for being willing to do hybrid/onsite there. Wonder if that would work, because apparently nobody there wants to be onsite there these days. Coming up with a relevant business justification is my main hurdle.

acksplode
May 17, 2004



The way my current team does eng interviews is the least worst that I've encountered. They're a mix of live coding, live kubernetes workload debugging (it's a k8s startup), and collaborative boxes-and-arrows architecture design. The architecture design interview gets more candidate-led the more senior they are. The general goal is to avoid algorithm puzzles entirely, and try to make the interviews as practical and reflective of the job as possible given the constraints. We do tolerate one simple coding challenge with a stupid toy problem, just as an early screen to filter out people who definitely won't make it through the full interview loop, and save everyone the time and stress. We don't do take-home challenges out of concern that they would tilt the scales in favor of people with abundant free time to spend on them. And though a recruiter or hiring manager might use Github history as a reason to give someone a look, we don't take it into account when we huddle on a candidate, because we don't want to risk a bias toward people who have the free time or career that allows them to work in public. So far it's been a pretty good balance of being humane, sniffing out frauds, and giving everyone a fair chance to shine.

LLSix
Jan 20, 2010

The real power behind countless overlords

ZShakespeare posted:

Yeah, I get that, but I also think there are probably a lot of better ways to get to the bottom of it than having me solve a puzzle that has nothing to do with my day to day work, and is a skill that I will only ever practice during the period when I am job hunting. Don't get me wrong, I actually kind of like doing them. But it also really sucks when I get an email a week later telling me I just wasted 4 hours of my life interviewing when I missed an edge case because hacker rank uses a more comprehensive set of tests to calculate the final result than they allow you access to when writing your test.

E: I also agree with the certification idea. Perhaps if they had something akin to a pilots license showing that you went through the training. Maybe some sort of "degree" from a "university" that says you know the "science" of "computing". (I'm really sorry in advance and I don't mean to be hostile, I just find the whole situation ridiculous. I've done hiring as well, and I know how difficult it can be to weed out the con artists. Once we put a solution to a test up on github and we got more than one (!!!!) copy, paste, and rename variable submissions.)

I remember having to calculate 2^26 without a calculator on my Operating Systems final. It was not a good time.

I feel your frustration. The way hackerrank hides which cases it is testing is annoying. You can bypass their stupid tests by re-assigning the input values in your function and adding print statements to see the output if necessary. It doesn't help guess which edge cases they're going to test, but it does at least let you do your own testing.

bob dobbs is dead posted:

the trust in degrees, built over a millennium, was unquestionably there in like the 1950s. completely eaten and gone away by the 90s, in some cases the 70s
Tangentially related: we had an all-hands today and the new head of HR introduced herself. She was so proud of her BS in accounting. All I can see are the red flags. She'd have done better to not mention her degree at all IMO.

LLSix fucked around with this message at 23:36 on Aug 3, 2023

luchadornado
Oct 7, 2004

A boombox is not a toy!

ZShakespeare posted:

This is reassuring to hear. In my burnout job we were expected to ship a PR every day.

Huh? I did 5 PRs today. And it was a lazy day.

Steve French
Sep 8, 2003

Plorkyeran posted:

Ah, that's pretty reasonable as long as it's not accompanied by a ridiculous CI check that complains about you checking in some test data or something. I think the majority of your PRs should be well under 100 lines of changes, but sometimes the smallest atomic change just legitimately is quite a bit larger than that.

One of the joys of working on a very old, large, and messy codebase is how often I'll make a code change of 10 lines or less and have to update 100+ lines of tests

Adbot
ADBOT LOVES YOU

Konar
Dec 14, 2006

by Fluffdaddy

acksplode posted:

The way my current team does eng interviews is the least worst that I've encountered. They're a mix of live coding, live kubernetes workload debugging (it's a k8s startup), and collaborative boxes-and-arrows architecture design. The architecture design interview gets more candidate-led the more senior they are. The general goal is to avoid algorithm puzzles entirely, and try to make the interviews as practical and reflective of the job as possible given the constraints. We do tolerate one simple coding challenge with a stupid toy problem, just as an early screen to filter out people who definitely won't make it through the full interview loop, and save everyone the time and stress. We don't do take-home challenges out of concern that they would tilt the scales in favor of people with abundant free time to spend on them. And though a recruiter or hiring manager might use Github history as a reason to give someone a look, we don't take it into account when we huddle on a candidate, because we don't want to risk a bias toward people who have the free time or career that allows them to work in public. So far it's been a pretty good balance of being humane, sniffing out frauds, and giving everyone a fair chance to shine.

That's the least worst you've encountered? That is an absolute nightmare of all the poo poo that makes this field loving garbage. And you call it humane lol

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply