Yup, they moved back when Somerville Theater did the most recent renovations I think. I kind of miss going to the bathroom down there and seeing the strange art while wandering.
This is totally fair and I agree with that. What I was trying to say and didn't express particularly eloquently is that you need to consider both "abstract" measures of code quality (performance, test coverage,…
Yes, but presumably we all work at businesses that are trying to make money. Code quality and product quality are inextricably linked in the business world.
I just realized that I always use my ring finger for underscores. I wonder if that changed how I feel about snake case.
Except coffee is associated with lower all cause mortality (likely due to the amount of fiber extracted in coffee drinks) [0]. Do you have any evidence of decreased all cause mortality associated with any nicotine…
Okay but the difference is that being a mediocre athlete or musician means that you're unemployed, whereas you can be a totally mediocre programmer and make well into the 6 figures. My friends who are professional…
> And how do you get those tickets into the issue tracker in the first place? I mean depends on the team but approximately: 1. Discuss high level initiative 2. Write tickets with coarse descriptions 3. Have team refine…
I really do not understand what could possibly be hard about it for the manager here. People have tickets in some issue tracker, they move them into whatever status they're in, and the manager just sends out some…
If you wanted to handle this scenario with the serverless AWS stack, my recommendation would be to push records to Dynamo with TTLs and then when they pop have a Lambda push them onto the queue. Would cost almost…
The young people I know hate going into the office, it's all the older folks that want to go in. I've been almost entirely remote since I've graduated and haven't missed being in person at all. I've developed my skills…
I find personally that my math ability is set to approximately 2-3 levels "below" the highest level math I completed, and I've seen hold for others. I have an applied math bachelors so I've taken analysis, dynamical…
I wish I could agree. Every aspect of pytest that I like (fixtures, plugins, etc.) is marred by a boneheaded move to make them autoloaded by default. Loading should be explicit/opt-in. It's dumv that if you pip install…
Regarding your last two points, you're absolutely spot on. I don't have much in terms of data, but I want to at least offer my story so that people understand how fundamentally broken the system is and how it…
Yup, they moved back when Somerville Theater did the most recent renovations I think. I kind of miss going to the bathroom down there and seeing the strange art while wandering.
This is totally fair and I agree with that. What I was trying to say and didn't express particularly eloquently is that you need to consider both "abstract" measures of code quality (performance, test coverage,…
Yes, but presumably we all work at businesses that are trying to make money. Code quality and product quality are inextricably linked in the business world.
I just realized that I always use my ring finger for underscores. I wonder if that changed how I feel about snake case.
Except coffee is associated with lower all cause mortality (likely due to the amount of fiber extracted in coffee drinks) [0]. Do you have any evidence of decreased all cause mortality associated with any nicotine…
Okay but the difference is that being a mediocre athlete or musician means that you're unemployed, whereas you can be a totally mediocre programmer and make well into the 6 figures. My friends who are professional…
> And how do you get those tickets into the issue tracker in the first place? I mean depends on the team but approximately: 1. Discuss high level initiative 2. Write tickets with coarse descriptions 3. Have team refine…
I really do not understand what could possibly be hard about it for the manager here. People have tickets in some issue tracker, they move them into whatever status they're in, and the manager just sends out some…
If you wanted to handle this scenario with the serverless AWS stack, my recommendation would be to push records to Dynamo with TTLs and then when they pop have a Lambda push them onto the queue. Would cost almost…
The young people I know hate going into the office, it's all the older folks that want to go in. I've been almost entirely remote since I've graduated and haven't missed being in person at all. I've developed my skills…
I find personally that my math ability is set to approximately 2-3 levels "below" the highest level math I completed, and I've seen hold for others. I have an applied math bachelors so I've taken analysis, dynamical…
I wish I could agree. Every aspect of pytest that I like (fixtures, plugins, etc.) is marred by a boneheaded move to make them autoloaded by default. Loading should be explicit/opt-in. It's dumv that if you pip install…
Regarding your last two points, you're absolutely spot on. I don't have much in terms of data, but I want to at least offer my story so that people understand how fundamentally broken the system is and how it…