• 2 Posts
  • 56 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle



  • You know there’s elections before the primaries right? The Democratic party has shown that it will resort to all means of corruption to give you the “establishment” candidate. And people like you keep voting for the lesser of two evils. Let the Democrats lose more elections they shouldn’t lose, eventually they learn they need to uphold the values of democracy to win an election.

    If the Democratic party wasn’t corrupt to the core, it would have been Bernie. After that it would have been Andrew Yang. You keep voting these Republicans in Democrat clothing, nothing ever gets solved. Every democrat in history since I was born has promised to do something about immigration, nothing ever gets done. Why? Because it serves their interests to have a variable workforce that they can underpay and demean.



  • Agreed. I think we took self expression too far. Things like the Internet, hip hop, counter culture etc definitely changed how we express ourselves. I cringe at the idea of how I defended the use of words and phrases even as an adult, hiding behind defenses like “intent matters”. It wasn’t until I was in my late 20s that I started to think about how the things that I express might be harmful to others. Thankfully I don’t see many kids act like we acted. I even caution my son against the use of phrases that might be worded too strongly, such as something “being stupid”. If we can give our children a world to inherit, I think they can come closer than we’ve ever been to world peace.






  • Honestly, I think the nicest thing you can do for people is to make your point quickly and keep it as short as possible.

    For peers on collaborative issues:

    Hello NJSpradin,

    Hope you had an excellent weekend. I’d like to discuss the doohickey problem. I’m leaning towards XYZ, but I’d love to know your thoughts. Let me know when it’s most convenient to meet.

    Thanks.

    For peers or people that are not doing their job.

    Hello NJSpradin,

    As discussed, the delivery of the doohickey proposal is needed ASAP. Please make this your priority and let me know if there’s anything you need.

    Thanks.







  • What programming language? You might have to back to basics. I know what you mean though. That was my frustration as well. The basics aren’t covered well enough on many courses, and learning in a browser IDE adds anxiety when following tutorials if you don’t know how to set up your environment.

    If it’s with Python, maybe I can help. Getting your environment set up is the most important part. I like to use pycharm, it forces you into virtual environments but that’s a good practice to follow and gives you plenty of practice with the basics since you’ll have to install your dependencies for every project.

    Sometimes the dependencies change, and it’s nice to know what version you previously used vs how the new package version works.


  • I worked as a network engineer and got pretty frustrated working with outdated applications that were not user friendly. Once I became a supervisor, a large part of my job became writing and generating reports summarizing events that happened on the network that no one would ever read. I wanted to learn programming to automate the things I hated about my job.

    I’m still an engineer, not a developer, but I enjoy writing user focused programs that reduce or eliminate worker frustration. As with many jobs, it’s not the networking that’s difficult, it’s all the other bullshit you have to do.

    Also, learning how to parse, model and visualize data can really help you make your point to your management and get your ideas pushed through. Also a great way to earn brownie points with your bosses, as managers tend to love graphs.

    Wish I could say it was a passion for me but I really learned out of necessity.