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

help-circle




  • Some self hosted services refuse to work if you use a self signed certificate with your public facing IP. They only allow self signed certificates when using one of the handful of private addresses.

    Some apps on mobile devices for the service you use won’t work unless a trusted certificate is used. A self signed certificate behind the scenes creates an error that isn’t handled and you can’t connect.

    You lose the ability to have a proxy in front to handle abuse so your server is spared the headache. You need a domain to do this.








  • Skin is an elastic organ. If you start putting on fat, your skin stretches. The foreskin can be stretched with regular motion. Retracting it on a daily basis would encourage it to stretch. Infections occur only when the foreskin isn’t cleaned well. I don’t know your circumstances personally. Teaching you how to keep clean and retracting the skin is a viable method. I’m not discrediting your parents. Just sharing the logic behind why circumcision is not absolutely necessary or should be the first choice. If this was the informed decision they made for you, I’m glad it was successful with no complications. That’s the best possible outcome.


  • When a baby is born, the doctor may ask if you’d like to have your baby circumcised. If this is the case, it happens before they leave the hospital. This is where that time frame comes in. Otherwise, circumcision is “recommended” within the first two weeks after birth.

    Here is a medical reason at birth: https://www.cdc.gov/ncbddd/birthdefects/hypospadias.html

    Any medical condition after birth that requires a circumcision, needs to be performed by a doctor who knows exactly what they’re doing. Not every doctor does. So you end up with not-so-great stories shared around.

    Edit: You describe the tight foreskin you experienced which is in the second link I provided. It is a medical condition that doesn’t require circumcision. In fact, you could still have your foreskin right now. The condition usually goes away over time. Believe it or not. Circumcision is an easy way out. But one that may cost. And in the case of that individual, it did.


  • Oh boy. You’re about to learn a lot.

    A circumcision isn’t necessary when there’s nothing medically wrong with you. It’s literally mutilation when it’s done for religious or appearance reasons. Spoiler! These are the two most common reasons why this procedure takes place. You didn’t consent.

    When you’re born, the foreskin is fused to the glans (penis head). A foreskin’s purpose is protecting the glans and keeping it moist. A circumcised penis is scientifically proven to have reduced sensitivity because the glans are exposed all the time.

    This procedure usually happens when the baby is 24 to 48 hours old. There are over ~100 deaths a year from circumcision. If an infection occurs, this can easily get out of hand and cause the loss of all or parts of the penis… on a new born baby mind you. Complications later in life may include, but not limited to: pain or discomfort with an erection, erectile dysfunction, or abnormal shape or size of an erection.

    Because a new born penis is incredibly small, the slightest mistake can lead to disaster. In some cases, can mentally fuck someone up. Unfortunately, I am personally affected by a botched procedure. Too much skin was taken off and the urethral opening was torn.

    It’s an unnecessary procedure that can fuck up your otherwise healthy at birth child for the rest of their life. All for some religious reason or because parents “don’t like it” - every male is born with it. It’s there for a reason.



  • It’s not odd at all. It’s well known this is actually the truth. Ask any video editor in the professional field. You can search the Internet yourself. Better yet, do a test run with ffmpeg, the software that does encoding and decoding. It’s available to download by anyone as it’s open source.

    Hardware accelerated processing is faster because it takes shortcuts. It’s handled by the dedicated hardware found in GPUs. By default, there are parameters out of your control that you cannot change allowing hardware accelerated video to be faster. These are defined at the firmware level of the GPU. This comes at the cost of quality and file size (larger) for faster processing and less power consumption. If quality is your concern, you never use a GPU. No matter which one you use (AMD AMF, Intel QSV or Nvidia NVENC/DEC/CUDA), you’re going to end up with a video that appears more blocky or grainy at the same bitrate. These are called “artifacts” and make videos look bad.

    Software processing uses the CPU entirely. You have granular control over the entire process. There are preset parameters programmed if you don’t define them, but every single one of them can be overridden. Because it’s inherently limited by the power of your CPU, it’s slower and consumes more power.

    I can go a lot more in depth but I’m choosing to stop here because this can comment can get absurdly long.


  • Reddit has already clarified, your account is deleted, but any comments or posts made are left behind unless you remove them manually. The username is removed on each comment and post. The database doesn’t know who it belongs to if you delete your account before doing this. That being said, reddit only tracks the last 1,000 comments you have made. You have to go back and find any additional comments beyond that. Same goes for all other content such as your posts, saved posts from others, comments you upvoted, etc. The internal limit is 1,000. Additionally, the database keeps one revision. So even if you delete it, an admin can restore it if they so desire. The username will be missing of course. The delete counts as a revision state. You first edit your comment with something random, wait 24 hours, and then delete it. If an admin attempts to restore your comment, it will simply be whatever gibberish you put in.

    As a result of all this, Reddit is not 100% GDPR compliant.