Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)N
Posts
9
Comments
295
Joined
3 yr. ago

  • Seems like it's time to start looking at mesh internet networks.

  • Any news article with a AI generated image being front and center I personally ignore right away.

  • I hear you. I imagine getting old living in a "american suburb" and no longer being able to get around independently. Especially once I loose the ability to safely operate a vehicle, for my own safety and everyone's around me.

    Coffee shops, butchers and pharmacies should always be within a quick 10min walk IMO in any suburb, or a short bike ride or tram away.

  • Most people now a day don't drive, not because they can't, but because most choose not to. Especially if they have access to viable and accessible alternatives like trains, subways, trams, buses or a bike.

    I do agree with your statement "feeling trapped" and not able to go anywhere.

    This TBH comes down to how our cities and towns are designed, somehow only assuming everyone no matter their age or background or income can drive. Hopefully this changes in the future someday to allow people to get around more enjoyably, independently, comfortably.

    Now that being said driving schools exist. You can do a in class session for the written test, and then you can get a driving instructor that takes you around for 5 hours or more if you want to practice things like parking, parallel parking, left and right turns. You can also schedule longer sessions and multiple sessions as needed.

  • Yay! /s

  • Why does evey headline now need to have the word "quitely", or any other buzzwords for that matter

  • What a inefficient use of land, let alone what's being built on it.

    Honestly I would probably prefer data centers built in old open pit mines before the mine gets filled back in.

    Or maybe build them in Alaska for example where it's cold, or space like a halo?

  • Basically any one of the various NotJustBikes videos highlighting shitty half-assed infrastructure designs in north American cities throughout the US and Canada.

    People rarely complain about infrastructure to thier local governments so nothing rarely improves

  • Fuck that, I want to own my shit and will build my own fucking server before renting space in a corporate owned server.

  • Alright Alright Alright

  • No one wants this at all.

    They have been shoveling Gemini into all the smart speakers and Android Auto. Gemini can't get anything correct.

  • Once people stop caring its when things will start to get worse.

    Freedom is only something you miss when it's gone, and something you don't appreciate when you have it.

  • I believe you are correct.

    I was imagining "into the future" though, where everyone has a device that meshes with like devices, creating a internet of connect devices to transport data over large distances. All decentralized, if one node goes down traffic routes a different way in the mesh.

    Think Cellphone Towers for examples, but the idea is everyone would have their own device at home (or on them) that instead creates the mesh and simultaneously access the mesh.

  • Same, decentralized mesh networks would be the equivalent of a "federated internet". No one person owning the infrastructure.

    If this were to become mainstream the mesh would become the "Internet", with enough nodes, pcs and servers.

    And in the meantime where one mesh does not "connect" to another, traffic could be routed through the "old internet" by one or more exit nodes connected to the "old internet".

  • Thank you, your comment here helped me sort my issue out.

    For anyone if you want to access this without the built-in proxy/caddy server set your ports in your docker compose like so.

    • 3010:3000
    • 3443:443 (this is the caddy port inside the container)
  • Understood, though it's still kicking my butt TBH.

    Exposing port 3010:3010 seems to get me a connection refused. But I can still connect to port 3443:443. Both ports are set to TCP.

    Guess I'm just exhausted, will play around with it more tomorrow. Thanks for your help.

  • I am running in docker, I got 443 pointed at 3443.

    I saw the 3010 setting in the docs, i just can't figure out if 3010 is pointed at 80?

  • I am trying to put this behind Haproxy but not having much luck, I keep getting "client sent an HTTP request to an HTTPS server".

    Anyone have a clue how to resolve this?

    I understand this image has its own caddy reverse proxy, not sure how to bypass that at the moment.