• 1 Post
  • 182 Comments
Joined 6 months ago
cake
Cake day: December 13th, 2024

help-circle



  • hperrin@lemmy.catoAsklemmy@lemmy.mlWhere does the internet cable go?
    link
    fedilink
    English
    arrow-up
    93
    arrow-down
    1
    ·
    edit-2
    10 days ago

    That answer depends on your ISP. It probably goes to a distribution box for your street, which connects up to a distribution box for your neighborhood, which connects up to your ISP, probably through many more distribution boxes.

    At a certain point (probably the first or second distribution box), the signal goes from coax cable to fiber.

    There are tons of different kinds of distribution boxes, routers, cables, technologies, etc for these networks, so what yours looks like is unknowable to any of us. Here are some examples of neighborhood or street level boxes:

    Fiber:

    DSL (landline phone lines) in a fiber junction box:

    And then the higher level stuff would look something like this (I’ve never actually seen it, so this is just my guess of what it probably looks like, taken from a fiber supply company):

    If you want to get a very basic understanding of some of the infrastructure between you and something on the internet, you can use traceroute. When I just did traceroute google.com, it took five hops just to leave my ISP, so that gives me a very basic understanding of how many levels my ISP has before my traffic gets out to the web.


  • hperrin@lemmy.catoLinux@lemmy.mlWell, that's offending
    link
    fedilink
    English
    arrow-up
    57
    arrow-down
    1
    ·
    15 days ago

    I run an email service called Port87. I was reading some copy to a friend who resells MS Exchange services and I said “legacy email services, such as Microsoft Exchange”, and he got a bit offended. That was much more accurate than this, and he still felt offended.




  • hperrin@lemmy.catolinuxmemes@lemmy.worldGIMP
    link
    fedilink
    English
    arrow-up
    295
    arrow-down
    5
    ·
    16 days ago

    We honestly should rename GIMP. It’s a bad name. I think a new and better acronym would substantially improve brand recognition. Something like:

    Free Utility for Creative Kits, Brushes, Overlays, & Imaging

    FUCKBOI






  • It’s simpler, there is a client for everything even mobile phones, it has a move command, it has props that can be edited without a copy command, pagination is however you set it up to be rather than a one size fits all approach, it can be just as scalable as S3 if you build it to be, it has much simpler locks that make them easier to use so you might actually use them, keys can be longer than 1024 characters, actual directories exist.

    That’s just the protocol level. The biggest benefit for me isn’t really at the protocol level, but part of the design of my own WebDAV server: deduplication. I can throw the same file into my server with 50 different keys, and it will only take up the space of one copy on disk. This basically moved the logic of deduplication from my application to the blob store. Mountains easier from an application design perspective.

    There are use cases where S3 is better, but they are few and far between. And, WebDAV is extensible. You can build whatever functionality you need into it, rather than using some proprietary protocol.




  • A hosting provider is a business. If your dad is a business and you are buying hosting services from him, then yes, he is a hosting provider and you are not self hosting. But that’s not what you’re doing. You’re hosting on your own hardware on your family’s internet. That’s self hosting.

    When you host on Hetzner, you’re hosting on their hardware using their internet. That’s not self hosting. It’s similar, cause like you said, you have to do a lot of the same administration work, but it’s not self hosting.

    Where it gets a little murky is rack space providers. Then you’re hosting on your own hardware, but it’s not your own internet, and there’s staff there to help you… kinda iffy whether you’re self hosting, but I’d say yeah, since you own the hardware.





  • There are two types of color E-ink displays:

    One that uses a color filter on top of a regular black and white particle display, like in their Kaleido screens. This has a faster refresh rate like black and white displays, but the colors are muted and the screen’s “pure white” is much more gray than other displays.

    One that uses four colored particles, cyan, magenta, yellow, and reflective white, like in their Gallery screens. This has a much slower refresh rate, but the colors are vivid and the screen’s “pure white” is just as good as a non-color screen.

    There are also color transflective LCD screens from other companies that are sometimes marketed as “e-paper” or “paper like” that are fairly uninteresting.

    And there are just straight up backlit LCD screens marketed as “e-paper” or “paper like” that are just not. XPPen just made one. I personally think this should be considered false advertising.