• 0 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: March 19th, 2024

help-circle
  • You’re using loanwords from English, something only done in South Korea. Further, you’re using honorifics from SK. You also aren’t using any distinct NK spelling or vocabulary. This didn’t really help your case to be honest.

    Notably, your comment has almost nothing to do with the comment you’re responding to. You don’t mention how you got Tor to magically break out of the intranet.


  • Sure, but I have serious doubts that Tor can escape the NK intranet and make a successful connection. Tor is great, but it’s not magic. If the route doesn’t exist, then it doesn’t exist. Only a select few (likely elite) have a connection to the full internet, and even then I’m sure it’s heavily monitored unless you’re part of the Kim family.

    K-Pop doesn’t get in through internet infrastructure.



  • My knee makes horrible, disturbing crackling and popping sounds when I move it, even just a little bit. It doesn’t hurt at all, and grosses out anyone who is unfortunate enough to hear it. I especially enjoy telling family members to “listen to this” and then slowly extending my leg out.

    I shattered the upper portion of my tibia while bouldering to get this ability. I asked my surgeon about it (my tibia/knee required a total of 3 surgeries to repair) and they told me it was likely scar tissue, and would persist.















  • Interesting, what OS are you running? I’ve never ran into one that it doesn’t work on so that’s surprising.

    I would counter that disadvantage with this: due to testing constraints, docker containers are usually updated more quickly when there’s a 0 day, and you don’t have to patch your entire OS if one single container has one. It reduces operator overhead greatly, because that’s what it’s designed to do. Even if one of your containers has a vulnerability, because it’s a container, it won’t necessarily affect your entire system, depending on the vulnerability.



  • You can host remote files via SFTP + cloudflared (or another reverse tunnel provider) without opening any ports. Then you use a file manager to add a network share with your SFTP information.

    For the calendar, WebDAV is probably your best bet, which also works with reverse tunneling. You can also use WebDAV in place of SFTP if you prefer to only have one (or two with a reverse tunnel) service configured. Nextcloud is a great option since it has WebDAV and file management built in.

    I would use Docker to do it all, but there is a learning curve associated with setting all of this up in a secure way (which is what the reverse tunnel helps with).