Andy Huang

Results 12 comments of Andy Huang

``` % curl -H "Accept: application/activity+json" https://lemmy.ml/.well-known/nodeinfo {"links":[{"rel":"http://nodeinfo.diaspora.software/ns/schema/2.0","href":"https://lemmy.ml/nodeinfo/2.0.json"}]} % curl -H "Accept: application/activity+json" https://lemmy.ml/nodeinfo/2.0.json {"version":"2.0","software":{"name":"lemmy","version":"0.17.4"},"protocols":["activitypub"],"usage":{"users":{"total":36827,"activeHalfyear":4166,"activeMonth":3695},"localPosts":82253,"localComments":177090},"openRegistrations":false} ``` No need to reinvent the wheel and injecting additional data into the HTML page...

I see a change in [activitypub-federation-rust](https://github.com/LemmyNet/activitypub-federation-rust/blame/8f997ec340369bd82486ca735755a1b9e86980a4/src/http_signatures.rs#L70) (line 70) which may increase the signature duration to 5 minutes. This change is welcomed and should help alleviate the current delay issue. I...

Thank you for chiming in! I agree, we need queues, and just so I'm clear... I'm not prescribing solutions such as RabbitMQ, just that we'd need a separate independently scalable...

I don't know if we'd necessarily need Redis at this point since the query should be fairly light at this time... probably 6 figures worth of person ID records, which...

@bdonvr > The problem comes from many many many small instances (i.e.: personal instances) subscribing to larger ones. As of the time of writing, lemmy.ml is showing [4167 linked server](https://lemmy.ml/instances),...

Not duplicate. This seems like a bug that results in the user being stuck in a view — I’ve never encountered it myself — where as the other one is...

This post described it and /u/iamthatis added it later: https://web.archive.org/web/20211130183531/https://www.reddit.com/r/apolloapp/comments/r5tzli/suggestion_when_tapping_on_the_top_bar_to_go_at/ I am having a hard time tracking down exactly where Christian added the feature, but basically if you're some where...

Just used this feature on new App Store release of 1.19.3, thank you so much for implementing this!

I took a quick peek and the router can do forward history traversal, but there’s no global swipe feature flag like the back swipe. I suspect if we want this...

Why would you need transit for this? Assuming if the above is correct, you should be able to just whitelist the IP in WAF if you need to allow an...