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

help-circle







  • This. Especially if you’re a naturalized citizen. The certificate of naturalization is expensive and hard to replace. It should not be your only id. Keep it in a safe place.

    If you are a permanent resident, you should already know that you must carry your card on you at all times. That is more important now then ever.

    Note that you will need to mail the original certificate to the authorities to get your passport. You will get it back after a couple of weeks, but in the meantime you will have nothing, unless you paid to get a certified copy. It is a large piece of paper that cannot be folded, so it’s not practical to carry around.

    While you’re at it, get your driver’s license updated with the federal id. Make sure the BMV records reflect your status. Register to vote. In other words, document your citizenship in as many ways as possible.

    During my recent travels I carried a photocopy of my naturalization document plus my passport. I was not asked for it, but my reasoning was that if they took my passport I at least had something. I also had a physical notebook with important info in it, i.e., not just in my phone.



  • My main one is to learn shortcuts on your most used programs. Using the mouse for everything is a waste of time, but that has been said multiple times.

    My second is to create scripts to do a bunch of repetitive tasks. For example, I have a script I run on my work PC after I log on to the VPN that starts my “always on” programs (like notepad++), unlocks the hosts file, etc. I have some sendto scripts for converting files with pandoc, fetching multiple git repos in one go, etc. It just speeds up things and avoids errors versus me doing them manually.

    On Windows I use PowerShell and on Linux I use bash, meaning they work without additional software installed.





  • I think a lot of them don’t realize who is being categorized as illegal. Conservatives I know seen to be able to hold multiple conflicting ideas at the same time, e.g., hating immigrants but be friends with them on a one on one basis. I don’t think they actually see the problem with that.

    Anyway, I think a lot of centrists especially take “illegal” and “criminal” at face value. You can see the argument for deporting people that shouldn’t have been here to begin with. The difference is that we’re seeing a very loose definition of those terms being applied by authorities. Innocent people are being targeted and treated as terrorists.

    I think a lot of them don’t realize this, or refuse to believe it. You will see them online saying “Come to America. You have nothing to worry about if your papers are in order and you haven’t done anything wrong.”

    This is just my impression of things. People are different and it’s a big country.


  • First: you’ve done good, raising a kid that asks for your permission first.

    Second: realize that this comes from peer pressure, them wanting a space away from parental supervision. If you truly want to make your kids savvy about the Internet, you need to assume they will eventually encounter seedy places, run into assholes, and be exposed to things like bullying.

    Have a conversation: you will encounter these things. Your friends may be into them. But they can have bad effects and here is how you avoid it and how to deal if it happens to you. Talk about keeping private information private.

    Be open and non-judgemental. You want them to feel safe coming to you for advice.

    Be truthful and stay credible. Keep up with what’s out there, but don’t just buy into the latest Tiktok scare.

    Talk to your kids about stuff they found that was cool or scary.

    Embarrass them by using memes incorrectly.

    Setting up a mastodon instance may be cool at first, but their friends are going to think it’s lame with the supervision. You could still do it for a number of other reasons, but it won’t prepare them for the ugly Internet.

    Source: me, a parent.


  • I’m not a doctor or pharmacist, so I can’t give you medical advice, but if I were you I would contact your doctor’s office and ask.

    Sometimes pharmacists can recommend an exchange, but it’s best to first check with your doctor. Typically it’s just a matter of getting a generic or different brand, but they will know best what the options are. It can be a headache though if one option is covered and one is not. You will have to check with your insurance company to find out if it is covered. Doctors don’t know the details of your plan and could end up prescribing something not covered. Pharmacists can often help with finding drugs that are interchangeable.



  • folekaule@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 months ago

    I know it’s ELI5, but this is a common misconception and will lead you astray. They do not have the same level of isolation, and they have very different purposes.

    For example, containers are disposable cattle. You don’t backup containers. You backup volumes and configuration, but not containers.

    Containers share the kernel with the host, so your container needs to be compatible with the host (though most dependencies are packaged with images).

    For self hosting maybe the difference doesn’t matter much, but there is a difference.