When you have to write a dumbass report to your manager to approve the meme you liked ๐ซช
Zarobi
No I mean I think there was a miscommunication or something, I genuinely agree with everything you said except that 1 part lol. I'm not very good at explaining things, sorry
Believe it or not my first paragraph was working on medical software lol. It was good though, I liked the feeling of helping doctors help people, making the world a better place.
Unemployed / disability lol. But if I could still move around I'd probably get into something outdoorsy. Park ranger or the like. Keeping a candle lit though, in case one day I miraculously recover or medical science advances or something.
Edit: actually it's the reason I did software engineering in the first place. But actually this industry is now hostile to people with disability. Can I work from home because leaving the house is hard? No, everyone must be in office chained to your desk 9/9/6. Can I be neurodivergent? No, everyone must have constant in person meetings and work in open plan offices.
Sorry I don't really know anything about North American indigenous, I live in Australia and our mobs are very different. I think actually we're in full agreement, apart from the detail of whether it's "intelligent design" or not :)
Most of my career I was allowed to write code how I wanted. I made it beautiful and nice to read. It was genuinely fun to find the best way to implement each feature.
My final job, I was forced to add semicolons on new lines for each if else statement, even for early returns, remove hyphens from my comments because they were "improper grammar", put a useless giant copy pasted comment at the start of each file so you can't even see any code without scrolling, one separate file for each class even if it's an internal helper class used nowhere else, and use interfaces and MVVM for literally everything, even when it was severely over-engineering (or should I say overengineering). It just felt soul crushing to make this ugly ass code that took forever to write, just because the style guide said so.
Then A.I. happened and I quit being a software engineer completely. Telling an A.I. to do my work for me is just depressing. What's even the point anymore? I still code for fun but I'm done with the industry.
Man, logging issues are like baby's first engineering problem... That's just embarrassing
Even just like, needing competition and attention for fulfillment seems strange to me. But maybe I'm the weird one.
Yeah maybe. But I'm not really talking about nomadic ancestral living though. Plenty of villages in the country today are functionally communist, I've lived in one.
What I mean is it seems hard to have a system that has all the stuff we have today, without capitalism appearing at some point. Electricity, computers, trains, huge populations, cities, etc.
I'm trying to say that it's easy to implement, it seems obvious, and it benifits those in power. But it's inefficient and horrible long term and leads to problems. I think all the current laws and policy protecting capitalism were put in place to prop up a dying system. So rather than it being deliberate, I believe it's just a series of reactionary patch jobs that "fix" problems as they come up rather than anyone actually sitting down and designing a good system.
I didn't meant that there are no rules. I meant that if you dumped a group of people on another planet, in 1000 years they'd probably have capitalism again. It's just one of the the path of least resistance systems that seems obvious at scale. Nobody sat down and designed capitalism. It just kind of happened.
Damn, that's really lame
My favourite part is when your style or the auto formatter changes over time and you have to decide between:
Plus it doesn't fix the problem of auto formatters writing ugly code. You can't easily tell the auto formatter that early returns can be bracketless for brevity, but nothing else can be. Unless you add a comment like
\\ ignore-rule-2753674which makes me want to throw up