I thought this was a forum for Linux discussion, not promotion of fascists
You left out the part where, instead of telling him to knock it off as soon as they learned about it and disciplining him internally as a student, the school contacted law enforcement and allowed him to continue doing it so they could prosecute him harder make an example out of him. You’d think if he was as big of a threat as you’re implying, they would stop what he was doing ASAP. And if you’re going to be pedantic about leaving out details, maybe tell the whole thing. Maybe it’s not “honest” enough if we haven’t posted the full text of a documentary in a comment. That’s clearly your call.
Worse than Bitcoin miners, AI seems to have the wholethroated support of capital (rather than a single faction), who see it as the next big form of automation
What app do you use? Last I checked, pronouns are part of display names for Hexbear users. You shouldn’t have to check profiles. That’s the whole point of them being included in display names. Your app would ideally just respect display names and it would require no extra effort on your part to gender people correctly.
What did they realize that they open sourced their product a decade too late for anyone to actually revive it?
Best of luck. It’s slow but you’ll get there
Like in the early stages of burnout for me, even getting up off the couch to go to the bathroom was a struggle. And for me, this was my first big autistic burnout, which meant that I needed to reorient my relationship to work, play, and self-care to make sure I was doing all of them in a sustainable way. But in the beginning, that meant if I couldn’t do more than 5 minutes of a task, I wouldn’t beat myself up. But starting with that 5 minutes was a way for me to push myself just a little. Because the normal advice is “let yourself relax” and that advice just didn’t work for me. For one, I didn’t have the support to be unemployed for long periods of time. And for two, being depressed and laying immobile on the couch wasn’t relaxing in the first placed. I was just stressed while appearing relaxed. So getting back to doing things was my way out. And so I built up a tolerance for that and slowly built up the ability to do things sustainably while also pushing through the burnout to survive, which made it last longer. But eventually the sustainable stuff won out. I rest more than I used to and have a better relationship with breaks and self care but I’m working full time in my field again and pursuing betterment both in and outside of work. That said, I work in a job where I can flex my hours and take the breaks I need pretty much at will as long as I let my coworkers know and get my work done. I’m aware I’m very lucky to be able to do this and that it’s not a universal solution. But I’m just trying to be as honest as possible about my experience.
I originally came across that idea from someone on TikTok who was studying burnout for their doctorate. But I can’t find them now. The closest I could find for you in terms of a citation was this:
Evidence suggests that [burnout] has relatively high stability over time, with studies showing that physicians who score high on burnout assessment at one point in time tend to continue to do so at subsequent points, at least up to about 3 years.
Edit: I’ll say that in my experience, this timeline is for full recovery, not for reaching the point where you can sustainably work again. One thing I got told that helped me was to plan out in detail what I think my daily schedule would look like outside of burnout and pick one thing to focus on starting to do 5 minutes at a time. And that looked like me literally quitting halfway through cooking instead of pushing myself to finish sometimes. The exhaustion is real but if you don’t have any other major mental health factors (like if you’re in your early 20s and this is your first major autistic burnout for example) then getting back to where you were is realistic.
Is it possible you burnt out at your old job? That takes years to recover from properly and takes a lot of radical self acceptance and being okay with rest
I have every gog installer I’ve ever downloaded for this exact reason. You can’t rescind the bytes that are already on my drive.
dozen = 12 + 1; // one extra for the baker!
I got mad at this when I first saw it but then I remembered there’s some code at work that defines an hour as 50 minutes
Statistically, this makes your code better
Yeah…. I’ve definitely been the next guy on a couple bad regexes that I wrote
When versioning and feature flags are too hard: just use git and hope for the best
My old senior used to do this before he got laid off and now I’m charge of code that’s littered with old commented out code and no way to know why it was commented out.
Then it breaks years after you’ve left and someone has no choice but to touch it
I often use comments as ways to say, “I know this is cursed, but here’s why the obvious solution won’t work.” Like so:
/**
* The column on this table is badly named, but
* renaming it is going to require an audit of our
* db instances because we used to create them
* by hand and there are some inconsistencies
* that referential integrity breaks. This method
* just does some basic checks and translates the
* model’s property to be more understandable.
* See [#27267] for more info.
*/
Edit: to answer your question more directly, the “why not what” advice is more about the intent of whether to write a comment or not in the first place rather than rephrasing the existing “what” style comments. What code is doing should be clear based on names of variables and functions. Why it’s doing that may be unclear, which is why you would write a comment.
So this is admittedly the first genocide I’ve followed this closely in real time. Is it normal for them to just… announce what they’re doing the entire time? The general who drafted the plan posted it on YouTube? What?
Linux installs have gotten so quick and painless over the past decade or so. Usually just following a GUI, waiting like 5 minutes for the install, and suddenly you’re booted into a fresh desktop.