Lemmy Lead Developer and father of two children.

I also develop Ibis, a federated wiki.

  • 218 Posts
  • 1.55K Comments
Joined 7 years ago
cake
Cake day: January 17th, 2020

help-circle









  • I believe this is the right answer. Additionally, one character in CJK languages represents a single syllable, so you get less line breaks per word. For example the world “union” can be transliterated to Korean as 유니온. Writing that vertically takes 5 lines in English (one line per letter), but only 3 lines in Korean:

    유 니 온











  • You’re right, its also really noticable if you just compare the All feed, on lemmy.ml almost everything from local users. Most posts from other instances are missing. In the server logs are a lot of errors like this:

    lemmy-1  |    0: lemmy_server::root_span_builder::HTTP request
    lemmy-1  |            with http.method=POST http.scheme="http" http.host=0.0.0.0:10633 http.target=/inbox otel.kind="server" request_id=780b6573-2672-4361-87c2-6ece46e272ee
    lemmy-1  |              at src/root_span_builder.rs:16
    lemmy-1  | 2026-06-09T17:34:25.537123Z  WARN lemmy_server::root_span_builder: Unknown: Incoming activity has invalid signature
    

    I thought at first that it would be related to the new 0.19.19 release, but downgrading to 0.19.18 doesnt fix the problem.

    Issue link: https://github.com/LemmyNet/lemmy/issues/6581