• 0 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle

  • Yeah… This maybe isn’t the nicest way to phrase it, but I’ve seen similar situations. Usually people are just kind of talking behind people’s backs, but sometimes it gets nasty :(. Frankly people kind of get bullied all the time everywhere. It’s maybe not as violent as playground bullying but people will be shitty to people at work, school, whatever. Do your best not to be a part of it, try to be self aware if you might hurt somebody else’s feelings, and try to stand up for people.


  • This article mentions that one of the factors is that late at night you have fewer hormones suppressing appetite so you would potentially eat more. That makes sense as a reason you would gain weight. It does say that you burn fewer calories at that time too (which might mean you convert more of it to fat at that time, and if you don’t burn those excess calories later you’re going to be stuck with it…)

    But I don’t understand what you’re saying. It almost certainly takes more energy to convert calories to fat and then back to usable energy for your body to use… So what? If you eat 2000 calories, turn some of it into fat, and then burn 2000 additional calories later (in addition to the energy spent converting it to fat) you’re technically going to be burning more calories than you’re eating and you will lose weight.

    I’m sure there is an effect of when you eat and how that makes you store fat and how that can unintentionally cause you to consume more calories than you think… but what you’re saying doesn’t make sense to me thermodynamically.




  • The abysmal adoption of DNSSEC is just embarrassing, and I haven’t heard any good arguments for why we shouldn’t do it. There’s one blog post that gets passed around as justification for not adopting DNSSEC, but it doesn’t really go into any technical detail and is mostly just the author saying “I’m scared of governments and TLDs”… which is maybe fair, but you still have to trust them for regular CA certs and everything, so why not make thr base secure?

    Honestly, I might care slightly more about DNSSEC than IPv6 adoption… IPv4 exhaustion and NATing everywhere sucks, but the fact that you can’t trust DNS is like… insane.


  • DNS setups can get fairly complicated with enterprise VPNs and stuff, but the main thing is probably just that DNS is built entirely around caching, so when something does go wrong or you’re trying to update something it’s easy for there to be a stale value somewhere. It’s also really fundamental, so when it breaks it can break anything.

    Overall, though, DNS isn’t terribly complex. It’s mostly just a key-value store with some caching. Running your own nameservers is pretty cool and will give you a much better understanding of how it all fits together and scales.


  • This is sort of how everything works, unfortunately! Guaranteeing 0% of something is really hard. Your flour probably has a small percentage of bugs in it, for instance. Urea is a relatively small molecule that I imagine you can find tiny amounts of pretty much anywhere. I would be unsurprised if there was at least one molecule of urea in literally anything you eat!

    That said, dear god I hope I’ve never been in a pool that’s 10% urine :(. Those kiddie pools at the water park are probably like 90% urine, though. Sometimes I wonder if by volume adults pee in the pool more than kids, though. I have a suspicion a good chunk of adults think it’s fine or will do it secretly anyway.



  • You know, I was going to let this slide under the notion that we’re just ignoring the limited precision of floating point numbers… But then I thought about it and it’s probably not right even if you were computing with real numbers! The decimal representation of real numbers isn’t unique, so this could tell me that “2 = 1.9999…” is odd. Maybe your string coercion is guaranteed to return the finite decimal representation, but I think that would be undecidable.





  • AM transmitters / receivers are far easier to construct than FM ones, though. If I was in an emergency situation where I couldn’t communicate with anybody I think I might be able to at least make an AM receiver, even if there aren’t very many components around… But I would need a reference to have any clue how to approach an FM one, and you’d definitely need more components available. Frequency modulation is quite a bit more complicated. If you want to transmit, CW is probably your best hope?

    Realistically, though, almost anybody in an emergency situation is doomed if the only thing that would save them is building any kind of radio. It’s not a skill set that most people have… Which I guess is why you might advocate for everybody’s phones to be able to act as FM receivers in case that’s the best way to get an emergency broadcast, because then they would have a device that’s capable of it on hand. You’re probably better off if you have a dedicated emergency radio, especially if you might lose power for an extended period of time, though.


  • It’s not necessarily clear cut for one being more reliable than the other. FM broadcasts are analog and more likely to be subject to interference (interference will directly impact what you hear, but not as badly as with AM radio) and as the signal falls off it will be harder to hear. Digital radio will be perfectly clear as long as you get a signal, but may become distorted or just cut out if the signal is weak and there are too many errors in the data being received. There will be error correction for digital radio signals, but eventually you won’t be able to receive reliably enough that it will fail. If I had to guess, assuming all of the equipment is working, digital is probably going to be more reliable than analog radio in more conditions and over a longer distance, and it probably needs less bandwidth in general because you could compress the stream.


  • These days almost every mail server will send mail over tls, but it’s not a guarantee which is a little unfortunate. Like you say there’s always privacy concerns with email, unfortunately.

    I think in terms of privacy it really depends what you care about and what you’re using it for. If you care about Google reading your inbox, then self hosting can in theory help (at least for emails where the other party isn’t on Google or whatever)… Personally I like the idea of Google not knowing every company that I have an account with and everything I order online, which is information that’s definitely in your inbox. If you care about obscuring who you are to services that you sign up for with email, then arguably self hosting is not ideal because you’ll be the only one using that domain for email, and you might be better obscuring yourself through something like Apple’s “hide my email” service (which of course means you trust Apple to see those emails instead).

    If you have more serious concerns and are having conversations that you don’t want anybody other than the recipient to know about email is probably the wrong choice for that conversation, but PGP is a decent option in these cases, albeit too clunky for most people. You may consider other services like protonmail or tutanota, but there are concerns with these services as well (eg, protonmail gets some flack for not encrypting metadata like message subjects, which is a big deal) and again there aren’t necessarily good guarantees for anybody you’re talking to on gmail or whatever.

    Personally I like self hosting my email because of the flexibility that it offers and the price. It’s nice to be able to have as many email accounts as I want and it’s cheap to host, and I enjoyed learning about it and setting it up. My personal inbox is out of the hands of giants, but obviously if I’m emailing normal people it’s probably going to be available in the clear to Google or Microsoft (which is likely the case regardless of your solution). That’s not ideal, but it’s the reality right now with email. I kind of think of email more like a Twitter account or something at this point. It’s a semi-public way for random people to get in touch with you and a lot of conversations might be kind of explicitly public like on mailing lists, or something more akin to talking to a colleague in a public space — not super private, but a convenience, I guess?

    I’d still recommend that people do try to self host their email if they’re thinking about this. Independent mail servers seem like a healthy thing for the web and learning more about it will give you a better sense of how secure / private your emails really are. Things like protonmail seem to have some advantages, but I also get some weird vibes from them and I’m not sure how much of a privacy increase they really give if you aren’t talking to other protonmail users and stuff anyway.