Avatar

phoenix591

phoenix591@lemmy.phoenix591.com
Joined
0 posts • 88 comments
Direct message

I’m rocking a pixel 6 pro. I like having the option of being able to unlock the bootloader and install custom roms, and the easy access to reflash the official os with just adb/fastboot as opposed to other androids requiring extra tools. Getting updates every month is also important to me.

permalink
report
reply

its in lemmy 0.18.0( just before rc6)

of course just now even more work went in towards these issues.

permalink
report
parent
reply

hopefully the new bit they just did today gets it done.

permalink
report
parent
reply

I use both; often soda to pad out shorter sentences and pop for longer.

permalink
report
reply

do things from your home instance, so once you find a community on another instance you want on your home instance, go to your home instance and search !community@other.instance eg !asklemmy@lemmy.ml and itl will pull in a few posts to start off, if you subscribe to that remote community hen your home instance will keep on getting posts.

permalink
report
parent
reply

That’s the problem with Android TV: there arn’t solid devices out there. There’s the newer Chromecasts, and then a bunch of Chinese garbage with potential malware preloaded and nothing inbetween.

permalink
report
reply

they moved away from the allowlist and now only block some.

permalink
report
parent
reply

they moved away from the allowlist and now only block some. federation with my own instance just worked after I got updated to 0.18.1 and adjusted my nginx config

permalink
report
parent
reply

you tell it what you mean by lemmy and lemmy-ui earlier in the config file outside of the server {} block

upstream lemmy {
# this needs to map to the lemmy (server) docker service hostname
server “127.0.0.1:8536”;
}
upstream lemmy-ui {
# this needs to map to the lemmy-ui docker service hostname
server “127.0.0.1:1234”;
}

permalink
report
parent
reply

part of it was http signature expiration, showed up as

WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Header is expired
  0: lemmy_server::root_span_builder::HTTP request
            with http.method=POST http.scheme="http" http.host=mylemmyinstance.com http.target=/inbox otel.kind="server" request_id=453c8a92-7bb5-4b7e-a4ad-212e91167d4e http.status_code=400 otel.status_code="OK"
         at src/root_span_builder.rs:16
 LemmyError { message: None, inner: Header is expired, context: "SpanTrace" }

in the logs, and that was fixed

the other part was some nginx config changes

permalink
report
parent
reply