DelightfullyDivisive

joined 2 months ago
[–] DelightfullyDivisive@discuss.online 52 points 1 week ago* (last edited 1 week ago) (3 children)

I appreciate you keeping content flowing in this community! That said, this study is from 2012, so the conclusions may be somewhat out of date.

I realize that I was complaining without offering anything useful. Here is a more recent article that addresses a similar topic:

https://pmc.ncbi.nlm.nih.gov/articles/PMC11656626/?hl=en-US

[–] DelightfullyDivisive@discuss.online 9 points 1 week ago (3 children)

What is the loophole that makes them profitable?

[–] DelightfullyDivisive@discuss.online 2 points 1 month ago (1 children)

I came back here to say "It says right on their home page that it's open source." :-) I installed it & I'm running the importer now to see how well it handles large numbers of notes. Thanks much for the tip!

[–] DelightfullyDivisive@discuss.online 1 points 1 month ago (1 children)

No but you got the city right. 🙂

[–] DelightfullyDivisive@discuss.online 5 points 1 month ago (3 children)

I have a similar experience, but even with people in southern Ohio and Kentucky (where a lot of my current co-workers are), there is the opposite of a conservative tech-bro trend.

[–] DelightfullyDivisive@discuss.online 42 points 1 month ago (12 children)

Where are you? My experience has been that most developers are obsessed with programming and politically liberal. I'm in the midwest, though, so maybe things are not so rosy on the west coast. It could also just be one person's experience, but I have worked at a lot of different places in the last 35 years.

You aren't "just toxic", but there are some ADHD traits that are probably behind both the original behaviors and your reactions to your partner calling you out for them. The number one thing is probably feelings of shame because you forget important things, or because you impulsively say or do things that you later regret. Shame and regret are very unpleasant feelings, and it is normal to want to avoid them by justifying your actions.

I would suggest trying to buy yourself a little space when your partner calls out your bad behaviors. Take a deep breath, and maybe say "I'm sorry. I'm trying to get better at that." Or, "I'm sorry, I didn't think that through or I wouldn't have said it."

The two things that drive most negative behaviors are distractibility (which is why you forget important things) and impulsivity (which is why you say or do things that are hurtful, but realize it after the fact). Medication can help with both, but it takes a lot of work to reduce the impact to the point where it's not a big negative in your life.

Having a good reminder system can help with forgetfulness. Every phone comes with a calendar and a to-do list. Keep using them and understand that it is a whole set of skills to use them effectively, so it's going to take time until you get good at it.

Impulsivity is a bit tougher to overcome. A few simple breathing techniques, and a regular meditation practice can go a long way toward reducing that, though. (Meditation doesn't mean becoming a Buddhist. Just using one of the meditation apps on your phone every day will have a cumulative effect over the course of weeks and months.)

[–] DelightfullyDivisive@discuss.online 3 points 1 month ago (4 children)

I couldn't read this article. It is badly a need of a spelling and grammar check.

Skim the book, "working effectively with legacy code". In a nutshell, you write characterization tests around the module or method, then do safe IDE based refactorings, then do some slightly more significant refactorings. After that the code should make enough sense for you to make changes if you need to.

It is as much in art as a science. The important thing is that as you are doing refactorings, the main one you do is to extract methods, and give the methods clear names that say what they are doing. You should be left with a top-level method that reads like a narrative of what the whole thing does.

Medication helps me quite a bit. I am also using Atomoxetine. The effect is much more subtle than stimulants, but I think just as powerful in the long run.