• 0 Posts
  • 63 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • That’s the majority of Americans. Beyond what was almost certainly a stolen election (large scale, billionaire-bankrolled propaganda, campaigns, voter disenfranchisement, and probably voting machine manipulation), Trump’s disapproval rating since starting that shit has skyrocketed.

    We are in an awful fascist quagmire of a situation that we are going to have to fight to free ourselves from, but that doesn’t mean that the actions of this administration actually represent us.


  • Not sure what you’re referring to, but the 4th hasn’t really changed. Maybe you’re confusing it with the (laughable) military parade Trump did for his own birthday?

    Personally I’ve long found patriotism to be a pretty abhorrent concept, but I’ve always enjoyed the opportunity to spend time with my family regardless. To me, the 4th is much more about community than it is the country. And while this country is fucking awful, I do have a pretty great community around me that I’m grateful for.



  • It’s perfectly reasonable to not want to sleep over at your parents’ house after only a month of dating. To be honest, it’s reasonable to not ever want to do that. It’s weird sleeping in someone else’s house period.

    But especially after just a month of dating, your parents may as well be strangers to him. He likely doesn’t have any sense for any cultural differences between how he was raised and your family, like what behaviors are considered faux pas to your parents, etc.

    To be honest I think you’re really getting ahead of yourself. Take your time with the relationship and build trust and the foundations of a great relationship. It always takes time and patience. You guys are still just starting to learn about each other.


  • I met my wife on a dating app in 2019 on Bumble (28 at the time). It can work, but you have to be willing to sift through a lot of bullshit and be patient. You also need to be able to handle rejection and mistreatment (like getting stood up/ghosted). It’s ultimately a numbers game and it takes time to find someone that is actually right for you.

    I expect it’s probably also not nearly as bad for older age groups. At your age, I think people are going to be a lot more likely to be direct and know what they want.

    My advice is to try it out. Worst case, you decide it’s not for you and try something else.









  • What do you mean “build our dev environments around vim”? If you mean they write dev tooling in vimscript and explicitly require everyone to use it, I actually agree with you. I don’t believe employers should really ever force any particular editor or IDE if the work is getting done. I would be equally annoyed by a workplace forcing me to use vscode instead of vim. It would slow me down way too much.

    If you are just complaining that they build dev tooling as a CLI, hard disagree. That is absolutely what dev tooling should use because it’s actually universal and can be used regardless of your editor choice.

    At my workplace, our dev tooling is done via CLI and our developers use vim, emacs, and vscode. Because it’s all CLI, it’s easy for individual developers to add their own scripts to automate parts of their workflow as they see fit (and if such automations are deemed useful by the group at large, it will get merged into our shared devtools repo). We even have some editor-specific stuff in there people have written that they find useful, but it’s entirely optional.