> The Google admin tools and process haven’t quite been able to cope with this situation and people have been overly banned with poor information sent to the users.
I can’t recall any success story of Google’s support team or process coping with a consumer’s situation, many have been posted here. this isn’t a new outcome, just a new cause
I do want to understand what’s happening with the $250/mo fees of users caught in this. will it be automatically cancelled at some point?
I suspect many resignations due to burnout would be better attributed to the company's poor management, culture, lack of opportunities/compensation, etc.
not that I think burnout isn't real; I think the test is if the person can easily move on to their next thing or not
> I think the test is if the person can easily move on to their next thing or not
I think this perspective is one that is a bit too privileged. Even in tech - many of us don’t have the ability to take 6+ month breaks between jobs, find ourselves again, and figure out a way to align the work/life balance. I spent a few months between my last job and my current.
You know what I did during that time almost completely? Interview. It’s why I left the other job - I didn’t have enough time to study and interview. 20+ interviews a week. Studying. Applying. Etc. Doing 3-4 onsites/week for a month at a time. Using my “off” days to study more. I took about a month off between accepting the final offer and starting the new job. It wasn’t enough but I had burned through a lot of my savings because of having to exercise options at my last company, pay AMT on exercising said options, and having to pay for another person who lived with me while living in one of the most expensive parts of the world cause all the jobs are here. (ex-wife who was in college and not working)
Again - feel like this is a very privileged attitude to take about being able to move onto the next thing. Most of us don’t really get an option. You just have to.
Getting to choose your job and when you move onto it seems like something only multi-millionaires I know do. The rest of us just slog through it because we have no other choice.
I agree that this is a problem that prevents people at all income levels from pursuing other options. Partly there is the real issue that you present, which is that you can't afford to take 6+ months off between jobs. But you clearly did a tremendous amount of work to find your next opportunity and that might have been virtually impossible to accomplish if you still had to perform your previous job.
But then there is the issue with taking a break. Maybe this is more a problem that women experience, but I'd be interested if men feel like they experience it, too. However, when you have gaps in your employment, I have felt that people didn't respond very positively to that and wanted to know why you had a break and what you were doing it. Because god forbid you weren't doing something "productive" during that time.
The way our work style is makes it feel like burnout begets more burnout because the options to escape burnout might not actually be feasible for every individual.
to be clear I meant emotionally able to move on. burnout is often characterized as being unable to do that, even if the person wants/needs to
but yes I agree anyone who can takes months off work without financial stress should consider themselves fortunate. I know (non-parent) people who did that who were far from multi-millionaires though
This article really resonated with me for a lot of reasons and I think you're right, at least in many cases.
There was another piece recently (at The Atlantic?) that was talking about how many cases of burnout are really better thought of as moral injury.
This perspective seemed closer to home for me. It's not the work per se, not the hours (although I think it can be that) -- it's this increasing gap between what your job is on paper, and what it actually is, and no acknowledgment of it from institutions or society, no recognition of it being a problem in your career or workplace, or the dysfunction and pain it causes.
In my case, I think initially some saw it as burnout or needing a break. I had friends talk to me about their own resistance to it in terms of their work ethic or some nonsense like that. But they worked in places with functional departments, where nothing remotely similar would happen to them, where there were support structures in place for things that needed to happen, and so forth and so on. Every job has some stuff that you let slide, that's less than optimal or ideal from a moral or ethical perspective, that you do for practical reasons, or whatever, but there's a point where the gap just gets to be too much, and when your workplace or even field isn't acknowledging the stuff going on, or minimizing it, it starts to feel hopeless.
The Atlantic piece was talking about this all in terms of nursing and all the issues involved, how it wasn't the workload that caused people to resign, it was, to paraphrase, this moral crisis, or crisis of dignity or something. Stuff having to do with healthcare system collapse, the culture in healthcare and in the US and so forth.
I think from what I've seen with myself and colleagues, "moral dissonance" or something might be closer to the right word than "moral injury", although neither are quite right. I'm not sure there's a term I've heard that gets it right. It's like the train has run off the track, and you either stay on board because on paper it's still on the track and you get benefits from it (material and otherwise), or you jump off the train and hit the ground but at least don't let the train carry you away.
I do think in some cases it's about the hours. But in many cases it really isn't about the hours, it's that there's enormous problems that everyone is ignoring or minimizing one way or another.
there's a lot of land on the WA/OR coast, but you won't find it cheap in a Seattle suburb, which is where a 30 minute drive along the coastline will take you
"terrible" here means within the ballark of Express and usually lower than Phoenix (the Elixir web framework), far slower than Go, and than most Java framework. The source is the TechEmpower framework benchmarks, with the caveat that Vapor isn't in all the categories, and the usual benchmarks caveat.
For why it's not performant, I don't know precisely. Part of it may be because people don't use it a lot on the server side so it's not as optimized as the others. From what I've heard, Swift was also optimized for low memory usage rather than raw speed. Outside of that, I don't know. I would expect it to be around Go.
> From what I've heard, Swift was also optimized for low memory usage rather than raw speed
at a 1000 foot view, Swift inherits its reference counting system from Objective-C, meaning objects are freed immediately when their retain count goes to zero; vs a tracing GC releasing many objects whenever a tracing cycle runs. maintaining reference counts also adds a cost that a different GC approach could avoid. it's true that Swift will maintain a lower memory footprint, potentially at the cost of lower throughput
I would be a little surprised if that explains the bulk of a performance difference though, vs Swift frameworks being newer and less optimized
post-ARC, Objective-C and Swift aren't very different in terms of memory management. retain and release are handled for you, and you only need to worry about retain cycles. structs in Swift change things a bit, but not that much
With swift & obj-c your coding against the same library APIs, so in many ways it's a very similar level of programming. In many ways swift is far more complicated than Obj-C. With Obj-C iOS apps your not really writing that much C vs. the pseudo-smalltalk attachment to it.
the bait is that reference counting is (often considered to be) a type of garbage collection, and that correction is frequently made in comment threads
that argument definitely has some truth, but it's worth considering that playing a randomizer is a very different experience than speed running the original game as mxwsn said. I've played a few randomizers and it's a whole lot of fun to dynamically route based on evolving probabilities - vs performing a known route at a hyperoptimized level. randomizers reward adaptation, as well as gameplay and game knowledge that may not matter for the speed run
I can’t recall any success story of Google’s support team or process coping with a consumer’s situation, many have been posted here. this isn’t a new outcome, just a new cause
I do want to understand what’s happening with the $250/mo fees of users caught in this. will it be automatically cancelled at some point?
reply