• 1 Post
  • 336 Comments
Joined 3 years ago
cake
Cake day: June 25th, 2023

help-circle


  • I think, at the core, my argument is simply this: don’t rush into sex. Take your time to figure out if this is really what you want.

    I believe everyone can agree to that statement. But my perspective is that quantifiable, actionable advice is more helpful than advice in which the recipient has to apply their own judgment (what’s the purpose of giving the advice then?), and so I have semi-arbitrarily chosen that 6 months to wait is a safe bet and 1 year is ideal.

    And I acknowledge that waiting a year is unusually chaste - that’s why I consider it to be an ideal circumstance rather than a practicable target. Is waiting a year for sex unusually risk-averse? Yes, undeniably. But you also can’t deny that waiting that time would give you the best perspective on whether or not it’s a good idea to have sex with someone


  • Humans will survive. Civilization will survive. That’s almost guaranteed. That was never really up for debate. The debate is whether civilization will survive in a form that we would consider to be dignified. Will we have political rights? Will we have privacy? Will we be in a democracy? Will we live as serfs in a technofeudal society? These are the questions that we need to ask.

    And they are important to ask because these are things that we can do something about. In my opinion, the elite intentionally promote doomerism, because people are more unwilling to fight back if they feel like the fight has already been lost. I believe that things can get better. I believe it despite everything going on because I have to. The worst thing you can do is to cede the future to the enemy.


  • I think sexual intimacy can be okay at an earlier stage, as long as you ensure clear and honest communication beforehand about expectations and comfort zones.

    Completely fair point. It’s definitely a lot more nuanced than I wrote.

    In my eyes, I find that there’s a lot of pressure to have sex, and very little pressure to hold off. This is especially true for inexperienced people. People will tend to rationalize themselves into having sex, even when in hindsight they really weren’t ready. So to avoid having to consider edge cases and/or irrational thinking, I find that just setting a hard-and-fast rule where you just really should not have sex for x amount of time ends up being the simplest and most applicable advice


  • Contramuffin@lemmy.worldtoAsk Lemmy@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    52
    arrow-down
    8
    ·
    edit-2
    26 days ago

    Yes, he likes you.

    I would be cautious, this sort of behavior is unusual, even for someone who likes you. The reason behind it is up for interpretation. In the most generous interpretation, he doesn’t know how to act either and is attempting to hint that he likes you. In the most uncharitable interpretation, he is attempting to lovebomb someone who doesn’t have the experience to recognize the red flag.

    Either way, I would approach with caution, because you don’t need to be malicious in order to be abusive. That is to say, abuse very rarely occur because someone is actively trying to manipulate you. Typically, it occurs because someone has an unrealistic expectation of how relationships work in practice, and this expectation biases their actions and judgment (funnily enough, Obsession is about this exact theme).

    What this means is that inexperienced people are typically more likely to be abusive just by sheer virtue of not understanding what a relationship is like. I don’t want to be overly negative - I want to be clear that it’s possible that he’s just also inexperienced and that he is wise enough to learn quickly.

    If you want to interpret his actions charitably and if you want to give him a chance, then I would highly recommend you have a good conversation at the very beginning about your (and his) expectations of a relationship, both in the short term (ie, what do you expect the other person to do in x/y situation? Is there anything that the other person may do or may stop doing that would cause you to feel upset?) and in the long term (ie, do you have compatible life goals? Do you expect that you will have a long distance relationship at some point in the future? Would you be OK with that?). Don’t be scared to talk about uncomfortable or shameful subjects - it’s better to get these questions sorted now than to sort them out later, when shit has already hit the fan.

    And, also be aware that because both of you are likely to be inexperienced, both of your expectations are almost certainly going to change over time, and so it will be a good idea to build a habit of checking in once in a while to see if those expectations have changed

    One final but irrelevant advice: hold off on sexual intimacy. It’s important to build a relationship around life habits rather than just sex. That, and people will typically be guarded when in a new relationship. It typically takes about 1 year of close contact before someone starts to lower their guard, and 2 years before someone fully shows who they are (this also happens to be why most relationships last 2 years). I guarantee, the worst thing you can ever do in a relationship is to have sexual contact with someone who turns it to be crazy. It’s going to be hard to hold off, I get it. Been there, done that. But it’s vitally important for the overall health of the relationship to not have sexual intimacy for at minimum 6 months, and ideally at least longer than a year


  • For the most part, yes. But also, I think if you dig into the details, it’s less that bacteria have the upper hand, and more that we’ve reached a truce with the bacteria.

    A lot of bacterial species need us to provide the environment for them to live, and our immune systems are pretty paranoid with our gut bacteria, especially if they getting too close to the intestinal walls. Also, our bodies are pumping out bacterial-killing compounds constantly.

    I would describe the situation as that our bodies can’t kill every bacteria, and bacteria can’t kill us (not easily, anyways), so we’ve reached an agreement that as long as the bacteria stay in their lane, they can stay, and we might consider doing some trading at a distance


  • I don’t really have a use case, but I would have considered picking one up anyways sometime down the line if it was a good deal. It’s unfortunate that it’s not. I was really hoping that Valve would try to subsidize it a little to at least make the cost not as painful, but I understand that it was never an expectation for them to do so.

    I think it’ll sell anyways, since there are people who don’t want to worry about the technical challenges of building their own computer, and also don’t want to spend time looking into and vetting pre-built brands. They just want a pre-built from a brand that they already know and trust. And I think the Steam Machine would fill that niche. It’s a niche of a niche of a niche, but I suspect there would be enough people like that to still sell a decent number of Steam Machines.

    As for the prices of other consoles? Steam Machine is such a low volume product that other consoles would not feel a thing no matter how successful it sells



  • You’ll want to use a virtual environment. You can use the system-installed python for this (but note that you should really try to avoid using system python for anything else). You’ll want to do

    python -m venv path/to/virtual/environment

    Once you have one set up, you can use pip to install modules. So you’ll want to find the python file inside the virtual environment. Go into the folder, and you should be able to find it in ../bin/python. This is what you’ll want to use from now on. So to use pip to install things: path/to/virtual/environment/bin/python pip install pygame

    Then, you can run programs through the virtual environment with the same method. ie, path/to/virtual/environment/bin/python path/to/game.py

    If you don’t specify the path, the command will assume you’re trying to use the system-installed python


  • The word “nice” used to mean “stupid.” It derives from the Latin “nescio” (translated: “I don’t know”) and carried over into old French. At some point, it came to be associated with generosity, the assumption being that someone stupid is too innocent or naive to be selfish.

    It then got carried over into middle English, and the connotation for stupidity got dropped, making it so that the word meant “kind,” as opposed to “stupidly kind”