The default branch for some projects is "production" since CD deploys on pushing to that branch
For new projects, main. My thought is that even if master is not offensive, since the industry has generally made the change, the only reason to stick with master is stubbornness or hating political correctness, neither of which aligns with my self-view so I'll use main and move on.
In general if people are genuinely hurt by the use of some words, I'm not sadistic so I'll avoid using them. From my perspective morality is the pursuit of the reduction of suffering, even if that suffering is internal.
Fiverr and upwork are the standard starting places, their policies of keeping contractors on the site are rough, the cut they take is rough, and the competition is rough.
I've had success identifying specific software vendors with functional deficits and targeting customers of that software
The comments about seeing a doctor for depression are coming from a caring place, but the reality of being without work for a while means it's hard to afford seeing a doctor.
Chemical depression is not exactly something you can work yourself through, there are some people who claim magic mushrooms can help, but I've not seen any conclusive studies.
Ngl I love tailwind, I've been through so many different css paradigms
separate css files: why did we ever do this, if you've ever used kendo's css stuff you'll understand how unfathomable hundreds of thousands of lines of css with complex rules is. Identifying all the things that affect a single component is the work of dozens of minutes at minimum, sometimes hours, you have to understand every nook and cranny of the css spec.
inline styles: fine, but verbose and requires object spreading, harder to compose, theming is tough and requires discipline to be consistent in your theme conventions, almost impossible to also theme imported library components
module.css with imported classes: my go to outside of tailwind
scss: I actually really like scss but it exacerbates the complexity and mystery of css, great for small projects but terrible as projects bloat
bootstrap: basically just worse tailwind, providing only components and colors
That's all I can think of right now, but tailwind is my preferred way to style a new project, I love how easy theming and style consistency is
The man has done more than plenty without making junk up. Taking this approach just will not change minds or help anyone, if reality hasn't done it fiction certainly won't.
I sympathize with the perspective. We already have so much ammunition and intermixing falsehoods just reduces the overall trustworthiness of the genuine messages that need to be disseminated.
Some judgements are purely punitive, not intended to help anyone. From a social perspective this kind of passed judgement could hopefully prevent others from doing similar things?
The default branch for some projects is "production" since CD deploys on pushing to that branch
For new projects, main. My thought is that even if master is not offensive, since the industry has generally made the change, the only reason to stick with master is stubbornness or hating political correctness, neither of which aligns with my self-view so I'll use main and move on.
In general if people are genuinely hurt by the use of some words, I'm not sadistic so I'll avoid using them. From my perspective morality is the pursuit of the reduction of suffering, even if that suffering is internal.