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

help-circle

  • with mass services requiring mandatory phone number binding I think being in user mass is a viable option - you cannot get reliable “secondary” email anymore and people don’t look through data leak dumps by eyes anyway, script doesn’t care about email address string - it all becomes hash anyway. Whois protection is pretty reliable to divert snooping 3rd-parties.

    As for expensive… yeah, sad state of affairs is that there’s nothing cheap about hosting your own infrastructure. Price of not really trusting anyone or having obscure technical requirements.


  • Encryption in transit is pretty much solved these days with TLS, what OP wants is E2E - encryption from sender to recipient with no intermediate parties having an idea about contents of the message. Problem with E2E is inconvenience: emails are inaccessible without private keys and key management is pain. Users don’t want additional headache of managing their keys between bajillion of devices where they might use emails





  • Programming knowledge is largely irrelevant, as in to gain sensible benefits from it you have to be generalist software engineer with decade+ of experience of seeing it all. Then yeah, you can read any code, any stack traces and figure out the intent of developers of the system and what is undocumented/incorrectly documented.

    Focusing on one particular language is the right and wrong answer at the same time. Wrong in a sense that you’ll have to pick up other languages along your journey anyway and right because you need to achieve mastery in one of them to get to more advanced programming topics. Pick a language that you have fun using and don’t care about anything else.

    As for what to learn for self-hosting… Linux (pick a distro, let’s say ubuntu LTS w/o gui, ssh there and get comfortable with it. It includes installation, filesystems, RAID setups), networking, HTTP/S (that’s the main thing you’ll be interacting with as self-hoster and knowing various nuances of reverse proxying is a must), firewalling, basics of security and hardening, docker, monitoring, backups.



  • I’m clueless european now living in a country where guns are generally available to trained and vetted to some degree public and I was always puzzled by US self-defense culture, some parts of it simply do not compute to me.

    Like how does it work? Are gun owners in America spending reasonable amount of time at the range? Any gun is as good as your training. Safe handling should be muscle memory at the very least to promote an individual from a danger to themselves and people around (not necessarily to an attacker) to someone who is able to hold a gun. Then comes actual shooting practice, which will improve chances of achieving intended things with this gun.

    Also strange obsession with high-power calibers, even knowledgeable gun bloggers mentioning things like .357 magnum in self-defense context. Did people really try to shoot them indoors without hearing protection? Do they really mind what’s behind their target, i.e your kid sleeping in the room next door. High-powered round is a responsibility, however a lot of people talk about them like they are toys.

    I really hope I’m missing something or maybe gun handling culture is really common knowledge over there not worth mentioning, because looking at the general public pretty much everywhere I’ve been - there’s no way I’d trust them with a gun. It takes some dedication to learn, even if it seems simple.