• 0 Posts
  • 45 Comments
Joined 1 year ago
cake
Cake day: September 26th, 2023

help-circle

  • In green fields projects, this makes a fair bit of sense at initial reading, tentatively.

    But new code becomes old code, and then builds on the quality / discipline / cowboy status of the last person to touch the code, in a complex and interlocking way.

    I can’t say I’d be excited to find a partially converted existing codebase of this. But in fairness, I’m on my couch on a Sunday and haven’t actually worked through your examples (or read the original paper). I see the benefit to having both types of extensibility, obviously. Just not sure it outweighs the real world risk once actual humans start getting involved.

    I don’t know a single person who can’t say they’ve never taken a single “good enough” shortcut at work, ever, and it seems this only works (efficiently) if it’s properly and fully implemented.


  • I like that a great deal, and now I wish I had set things up that way from the start - anything to ‘family.domain.com’ should always audio alert, 100% of the time, regardless of hour of day or silent mode.

    The idea of going back and updating 20+ years of accounts and communications and other folks’ address books feels insurmountable, but that’s neither here nor there. No real reason I couldn’t start fresh with a nice, short, simple domain and subdomains for the purpose.


  • Right there with you on “just works,” as well as the simple fact that the config snippets you need are readily available - either in the repo of whatever you’re putting behind the proxy, or elsewhere on the internet.

    I consistently keep in mind that it’s ultimately an RU product, of course. But since it’s open source and changes relatively infrequently, that’s mitigated to a large degree from where I sit.

    Nothing against Caddy, though Apache gets heavy quickly from a maintenance standpoint, IMHO. But nginx has been my go to for many, many years per the above. It drops into oddball environments without having to rip and tear existing systems out by the roots, and it doesn’t care what’s behind it.

    Ages ago, I had a Tomcat app that happened to be supported indirectly by an embedded Jetty (?) app that didn’t properly support SSL certs in a sane way on its own.

    That was just fine to nginx and certbot, the little-but-important Jetty app just lived off to the side and functionally didn’t matter because with nginx and certbot, nothing else gave a crap - including the browser clients and the arcane build system that depended on that random Jetty app.


  • I’m not sure I fully agree with your suggestion of CloudFlare, though your point is well-taken - ten year renewals with nine to fix billing issues is a best practice. Last thing I want is to lose my primary email because I missed a billing email after replacing a card six months ago.

    Catch-alls are definitely a win, especially for people who sometimes forget to write down every single ephermeral email address they’ve ever used to sign up for anything with… I like subdomains for email, but only when planned/executed in an intentional way. Has the potential to get out of hand quickly.

    I’ve elsewhere mentioned my preferred provider, but it seems to be fairly common that most email providers also offer DNS as part of the package, which makes the whole process much simpler.


  • Migadu is relatively private, dirt cheap, and dead easy to set up. Supports both web and desktop email clients of choice.

    IMHO, TLD matters and always will - the problem is that it matters to varying degrees depending on the destination host, the remainder of your setup, etc. If you’re fastidious about configuring all of the requisite DNS records, etc., it will be less of a problem.

    I mostly avoid the newer non-CC TLDs for that reason, and general personal preference. Deliverability is enough of a challenge without adding more work to it, which is why ‘actually’ hosting one’s own email is mostly a toy project, and not something generally done as a serious endeavor. Useful for learning and understanding, of course, but not particularly practical to literally host one’s own email server for ongoing usage in any critical use case.

    You’ll find certain providers easier to get your emails through to than others - Hotmail and variants are notoriously difficult, and tend to drop inbound mail at the gate without sending a bounce message, as if the inbound mail just disappeared.



  • Visible has worked well for me recently - it’s wholly owned by VZW as I recall, and exclusively uses their network. In most areas, VZW is objectively the best coverage of any carrier.

    $30/mo and I have yet to see throttling, even with heavy use. It “just works”.

    Yes, I’m effectively handing that data to VZW, but I have no illusions that any MVNO I chose would behave any differently. One way or another, they’re all reselling the same 3 carriers, who by definition must have some base level of access to your data.

    VPNs go a long way towards mitigating that, but using a carrier is likely to leak some level of data. While I have a great deal of respect for RMS, my own life doesn’t really fit within his internet usage model and I’m forced to make choices. (Sacrifices, really, but informed ones.)


  • As far as function, they’ve got a nice little package all wrapped up and easy to use. Aside from the group text thing I mentioned elsewhere, it’s a pretty slick implementation. But for a user base of one, with privacy concerns, I’d rather use something that’s a bit rougher around the edges yet more configurable, and more private.


  • From where I sit, it’s a pretty decent email service from both user-side and admin-side, including for biz use in nearly any size org.

    It’s all about the data, and not wanting to be the product for me - I have no direct beef with their implementation or abstractions of admin-side details. I just would rather pay a relatively small amount of money than pay with my data.


  • In years of using GV, group texts never worked correctly for me, and generally broke in unpredictable ways - some recipients would get some msgs, others would get other msgs, and others might just get dropped entirely. It was both weird and completely untenable for anything even remotely important.

    Yes, remotely important business does get conducted via group text once in a while - is it ideal, probably not, but I meet companies/individuals I work with where they are in the mutually easiest format. That only works if I can rely on the SMS solution in the first place, though.



  • Seconding @Tazerface@sh.itjust.works 's suggestion of voip.ms.

    I throw them a lil cash maybe once per quarter or so, they maintain a bunch of numbers that I may or may not utilize at any moment, but are just too good to give up, and anything I’m not actively using is set up to send inbound SMS to my email - that way I don’t lose access to multi-factor codes and such, but I’m not trying to juggle a bunch of numbers in some app or other either.

    Dirt cheap, ‘just works,’ and they even made porting from GV easy.

    Also, by the same token, to de-google your email, I’m a big fan of Migadu. Same sort of scenario - I prepay a lil bit once a quarter or so, have catch-alls set up so I don’t miss random crap from emails I’ve forgotten I created/used a decade ago, etc. A nice, simple solution that also plays well with on-the-fly outbound email addressing, Thunderbird for day to day needs, and webmail.





  • It’s amazing how many companies rely on a crazy amount of FOSS libs, etc.

    In the relatively recent past, a boss who I had software PMd for across numerous years had the unmitigated gall to ask me for a list of licenses for “all the software we used.”

    I literally laughed in his face, explained open source and the rabbit hole such a question goes down, and he just couldn’t (wouldn’t) get it.

    Unfortunately, the biz side of the house doesn’t like “yeah, it’s all legal, but fuck you if you think I’m documenting every piece of code in every library in a ten plus year old code base, allllllll the way down.”