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

help-circle


  • Hah yeah that was not very clear. What I mean is that google search results have gotten worse over the years and I knew that but since it was a slow change slow I guess I had not really realized the totality of how bad it had gotten until I compared the search results for the same search terms between Google and Kagi.

    It’s crazy, what I’m searching for is back in the first couple of links and I don’t have to scroll past “sponsored” results like it should be. I never thought I would pay for a search engine but it is definitely worth it, I’m not sure I could go back to Google.






  • I have run into this issue a lot, I have always found that most of the tutorials set things up in isolation and never talk about integration points or how to build a whole solution.

    On the MetalLB configmap point, that’s another issue I have run into. In the earlier days of metallb it was configured differently and the configmap was automatically created but that has since changed, took me a bit to figure out when that changed as their docs aren’t explicit if I remember correctly. Annoying either way.

    I think the reason most tutorials turn off the firewall is in a well configured cloud environment like AWS the host firewall is redundant due to security groups and that is what everyone targets the tutorials for unfortunately and they never explain that even with “disable this if you have other mitigating controls in place” or something.

    I have also wondered if we have finally reached the era where the majority of content creators and consumers have never touched an on-prem network and don’t even think about that lens anymore, another good example of this is trying to configure MetalLB in a host with multiple interface that don’t have the same networks available (you know, like using dedicated interfaces for storage like you should), for a long time it just wasn’t possible and metallb would announce all networks on all interfaces which made it basically not functional heh. Whatever the reason is, you are not alone in being annoyed :D

    Anyway, these are great points, I have been pondering writing up a larger set of tutorial about my setup since it’s more similar to a small enterprise anymore, I should get on that hah.





  • bigredgiraffe@lemmy.worldtoSelfhosted@lemmy.worldrDNS, how?
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 years ago

    You are right, more specifically in case anyone is curious it usually has to be whomever owns the public IP addresses because that is who would own the reverse zone for that IP block according to the internet root dns servers in most circumstances. In OPs case you are probably right, this is probably the VPS provider but not always.



  • I would try what that other person said, that’s a great idea!

    Anecdotally, I actually just got through half of a brand new roll today that I opened two days ago and it has been printing from a dry box and it started spattering from trapped moisture (you will find little chunks of plastic on your bed in past experience) so it’s in the dryer now haha.

    Hope it works out!

    ETA: I live in CO, USA and the humidity in the room where the printer is currently reads 70.4F/50% and the dry box reads 12% for reference, not much for it to soak up from the air.







  • Yeah this smells like a bug in Caddy or something. I agree to try nginx or something else to see if it’s Caddy or if it’s something with the configuration of the host. The only thing I could think of is if caddy isn’t caching DNS responses and maybe is getting rate limited so it appears slower while it’s waiting on the DNS request but I am shooting in the dark as I haven’t spent much time with caddy.