Skip Navigation

Posts
12
Comments
34
Joined
2 yr. ago

  • Vita would have been goated if they had waited a few years and included a 5G data plan with PlayStation Plus on it

  • I love my Steam Deck OLED and would only really consider an upgrade for things that improve the experience or reliability. Being able to run low and medium-graphics games locally and stream everything else from my PC with Remote Play is awesome.

    I’d only want things like:

    • Hall effect or TMR sticks and triggers
    • Better battery life(but honestly it’s already great)
    • 1080p, but not at the cost of horsepower or battery
    • More CPU and GPU power is never a bad thing but I wouldn’t want it at the cost of battery
    • Cooler and quieter(it gets warm and loud on Forza 5, TABS, Helldivers 2, etc)
    • Thunderbolt with external GPU support on the dock
    • More storage is always a good thing and 2230 SSDs pretty much top out at 2TB
    • The Bluetooth is laggy but I dunno, Bluetooth just kinda always sucks

    and bloody hell Valve put the god damn xone driver in your SteamOS so I can use my Xbox wireless receiver without installing the driver after every update

  • I’m sorry I was the 70th upvote

  • Hey, I have a question. I’m trying to deploy my own Lemmy and I’m struggling hard with getting their Docker-Compose to go without errors. Could I get a copy of the config you’re using, with keys and passwords removed?

  • You're a bloody genius, thank you, that appears to have solved the problem.

  • I think you might be on to something. I looked up myself(@tekeous@beehaw.org from apollo.town and got the following:

     
        
    2023-06-09T04:19:01.663684Z ERROR HTTP request{http.method=GET http.scheme="https" http.host=apollo.town http.target=/api/v3/ws otel.kind="server" request_id=a0092113-8277-47a7-9e73-d9bedd908228 http.status_code=101 otel.status_code="OK"}: lemmy_server::api_routes_websocket: couldnt_find_object: Request error: error sending request for url (https://beehaw.org/.well-known/webfinger?resource=acct:tekeous@beehaw.org): operation timed out
       0: lemmy_apub::fetcher::search::search_query_to_object_id
                 at crates/apub/src/fetcher/search.rs:17
       1: lemmy_apub::api::resolve_object::perform
               with self=ResolveObject { q: "@tekeous@beehaw.org", auth: Some(Sensitive) }
                 at crates/apub/src/api/resolve_object.rs:21
       2: lemmy_server::root_span_builder::HTTP request
               with http.method=GET http.scheme="https" http.host=apollo.town http.target=/api/v3/ws otel.kind="server" request_id=a0092113-8277-47a7-9e73-d9bedd908228 http.status_code=101 otel.status_code="OK"
                 at src/root_span_builder.rs:16
    
      

    I'm not too familiar with docker networks - how would I add a third one?

  • I'm not sure that's not by design, because lemmy.ml lists itself on Instances here.

  • well that's what I'm saying - it was set to "apollo.town" and I federated with myself. I set it back to lemmy.ml and blew the database, and now I'm federated only with lemmy.ml. Whatever I put there is federated.

  • Nothing comes up on my server. Other servers can see me.

  • Ah HA! Whatever I add to lemmy.hjson is added as a federated instance.

     
        
      # the domain name of your instance (eg "lemmy.ml")
      hostname: "lemmy.ml"
    
    
      

    And now lemmy.ml is listed as my only linked instance.

  • Blew away the database and it's still there. Removed all references to apollo.town in the docker-compose, lemmy.hjson, and nginx, other than in the lemmy.json where it SPECIFICALLY says to put your domain name. I'll change that anyway to try it

  • I did enable and disable federation debug mode, would that have bunged something up?

  • I just started this about 15 minutes ago, so this is as clean as it gets. I must have just missed something somewhere.

  • When I go look in the admin settings, both Allowed and Disallowed boxes are blank, but it's possible I put my host in somewhere I wasn't supposed to in the configs. Let me double check that, where in the configs files would I be looking?