• 0 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle
  • I am in the US, and I despise what’s going on. So please do not take what I am about to say as a defense to what is happening here.

    Things are pretty extreme right now, but they aren’t as bad as the extreme left media is making it out to be. I find news articles posted on Lemmy are often sensationalized. There are 100% things we need to worry about, and things I myself am fighting (most everything the orange man does). But I do not think it is so bad you should cancel a big opportunity for yourself. Obviously things are happening to people, but most people are traveling to and from the US without any issues. You aren’t going to hear reports about all the people who didn’t have any issues while traveling.

    I do not think there is reason to believe anything would happen to you. The right doesn’t want you here, so they absolutely aren’t going to keep you here as a prisoner. If they wanted you out, you would gladly leave on your own accord and cover all the expenses. They wouldn’t spend more money making you leave if you don’t want to be here anyway.




  • I hate the tariffs (and everything else about the orange man), I think they’re a terrible idea. But you’re absolutely right.

    Especially right now, Lemmy is an extreme echo chamber. I agree with most of the things being echoed, which is why I’m here, but I also recognize it’s pretty bad.

    Your questions was entirely reasonable, and well stated, and a lot of people are just being dismissive, insulting, or saying “just because”. And truth be told, the answer really is a complex one, and would require an actual professional to give a good response.


  • Using hot water beforehand was what caused my irritation. I had a dermatologist recommend using a tri-head electric razor before showering with a dry face. I bought one for $50 a few years back and it’s been a night and day difference for me. I used to get pretty bad skin irritation, despite doing all the suggested things. It’s not as close of a shave, but my skin is a lot healthier. I’ve seen some people say they’ve benefited from only using cold water when shaving, but dry shaving has been the best route for me.


  • Your problem is likely washing your face before shaving, especially if you’re using warm/hot water.

    This was a big problem for me as well. My problem was the fact that my face was wet while shaving or was washed before hand, which caused a lot of dryness and irritation. I was recommended to use an electric Philips Norelco tri-head razor, and use it BEFORE showering while my face was completely dry. After showering, your face is too dry from the heat. The shave isn’t as close with the electric as it is with a regular razor, but it’s pretty close and I no longer battle with the acne from shaving, which is well worth the tradeoff.

    Regardless, it may be good to see a dermatologist anyway, but that’s what worked for me and was recommended by a dermatologist.










  • This, to me, seems like the standardization vs optimization argument. So much of the tech world could be optimized like crazy, but the more complex it gets, the hard it is to communicate with others and keep things consistent. This complexity actually hinders production overall. Standardization, even if it’s not the most optimized, allows us to create vastly more complex and reliable systems because we can ensure we are all on the same page. Even if that standardization isn’t the best way to do it. I mean, if you want to talk about absolute control over your code, why don’t you write in assembly? Are all programming languages not virtually assembly with training wheels?

    Writing in code that is not memory safe is going to mean you are substantially more likely to have mistakes that lead both to user annoyance and straight up security vulnerabilities. Having applications written in a memory safe languages, especially when worked on by large swaths of people, is absolutely the best route. It provides a secure standard way to write memory safe code. This will reduce security vulnerabilities, decrease program crashes, and allow for more efficient developers.

    Changing a bike tire is something for a single person, maybe two at most. Writing code is often a team effort. And the more people that are involved, the more likely mistakes are going to happen. People absolutely can still learn the complexities, and still choose to use Rust because honestly, it’s the smart thing to do. And it doesn’t need to be rust. Any memory safe language would accomplish the same goal.


  • I listen to Steve Gibson’s podcast “Security Now” and he was talking about why, for security reasons, memory safe applications should be the way of the future. So many security vulnerabilities come from improper memory management. And while C may be more powerful, giving up some of that power for standardization is almost always worth it. We could make much more progress if we were spending less time trying to make sure the memory is handling correctly in every situation. So while there is no doubt the crazy fans of it, I think moving to memory safe languages in general should be the way of the future.

    Of course, he still writes all his programs in assembly and refuses to learn anything else. But when you’re at his age, I guess you get a pass XD



  • Bazoogle@lemmy.worldtoAsk Lemmy@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    1 month ago

    Age of consent is the age you can consent to sex with anyone. If you are under the age of consent, you cannot legally consent to have sex (in the US). IANAL but I believe it is even legally blurry if two people under the age of consent have consensual sex, would technically be guilty of statutory rape (since neither of them could legally consent). However, the law is not really worried about those cases, so by and large nothing comes of it. But technically speaking, under the age of consent you cannot legally consent.