| 16 Jul 2023 |
raitobezarius | In reply to @joerg:thalheim.io How do those federated apps find each other? ActivityPub well known paths | 11:00:25 |
Mic92 | What's the path? Maybe I can diff what the lemmy.ml instance returns vs this one. | 11:01:44 |
Mic92 | url https://lemmy.nix-community.org/.well-known/webfinger?resource=acct:nix@lemmy.nix-community.org | 11:03:34 |
Mic92 | * curl https://lemmy.nix-community.org/.well-known/webfinger?resource=acct:nix@lemmy.nix-community.org | 11:03:41 |
Mic92 | That looks like expected | 11:03:49 |
raitobezarius | I can debug my Mastodon server later regarding that | 14:26:49 |
| @schmittlauch:ohai.su joined the room. | 16:00:38 |
@schmittlauch:ohai.su | debug logging on my mastodon instance gave me the following gem:
puma[772726]: [5e22ea9e-9426-4c3d-a68c-e803259edada] [httplog] GET https://lemmy.nix-community.org/c/nix completed with status code 200 in 0.14692 seconds
puma[772726]: [5e22ea9e-9426-4c3d-a68c-e803259edada] Fetching actor https://lemmy.nix-community.org/c/nix failed: Error fetching actor JSON at https://lemmy.nix-co
mmunity.org/c/nix
| 16:03:32 |
@schmittlauch:ohai.su | So before completely taking apart my Mastodon instance and flooding my poor spinning legacy HDD with debug logs, I'd be interested in the observations on other Mastodon instances:
Does pasting https://lemmy.nix-community.org/c/nix in your search bar give you a group profile to follow? | 16:06:00 |
raboof | Not for me (merveilles via tusky) | 16:09:42 |
@schmittlauch:ohai.su | Fetching the actor JSON via curl -H "Accept: application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"" https://lemmy.nix-community.org/c/nix looks plausible though. | 16:13:47 |
Sandro | In reply to @schmittlauch:ohai.su
So before completely taking apart my Mastodon instance and flooding my poor spinning legacy HDD with debug logs, I'd be interested in the observations on other Mastodon instances:
Does pasting https://lemmy.nix-community.org/c/nix in your search bar give you a group profile to follow? nope | 17:17:54 |
raitobezarius | wonder if we can use https://codeberg.org/samuelroland/apdebug here | 17:54:05 |
| @ek_is_anika:tchncs.de changed their display name from Anika (not new to matrix btw) to Anika (prev. known as Hayley). | 19:06:54 |
| 17 Jul 2023 |
| srhb joined the room. | 07:20:05 |
Danila Danko | Hi! I made a GitHub action cache-nix-too to restore and save /nix between GitHub Actions jobs. It's based on actions/cache.
It does speed up runs so I'd like to transfer it to Nix-community.
| 10:43:29 |
Danila Danko |  Download image.png | 10:43:52 |
Danila Danko | true means that caching was enabled | 10:44:34 |
Danila Danko | store size was ~8GB | 10:44:41 |
Danila Danko | * Hi! I made a GitHub action cache-nix-too to restore and save /nix between GitHub Actions jobs. It's based on actions/cache.
It does speed up runs (I ran several times) so I'd like to transfer it to Nix-community.
| 10:45:20 |
Mic92 | Interesting. So it's like https://github.com/DeterminateSystems/magic-nix-cache-action but without telemetry? | 10:55:43 |
Mic92 | What's your username? | 10:56:04 |
Mic92 | Nevermind | 10:56:29 |
Danila Danko | And without rate limits) It saves a single cache entry for a job | 10:56:29 |
Mic92 | Ideemp | 10:56:34 |
Danila Danko | deemp | 10:56:38 |
Mic92 | * deemp | 10:56:40 |
Mic92 | added you too a team https://github.com/orgs/nix-community/teams/cache-nix-too/members | 10:58:43 |
Mic92 | I think you should be able to migrate your repository now. | 10:58:53 |
Mic92 | Than I can give you admin on this repository back and add the repo to the team. | 10:59:08 |