Conversation
Notices
-
Embed this notice
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Thursday, 29-May-2025 18:19:21 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@pernia Pernia what the fuck is wrong with your snac instance you did not predict the future -
Embed this notice
pernia (pernia@schizophreniabunker.vip)'s status on Thursday, 29-May-2025 18:24:05 JST pernia
@nyanide@lab.nyanide.com the future is juz another timeline on snac2. sheeit, i saw ur post months ago nigga -
Embed this notice
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Thursday, 29-May-2025 18:24:29 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@pernia cc @sysrq did you do this -
Embed this notice
þernia (pernia@cum.salon)'s status on Thursday, 29-May-2025 18:25:35 JST þernia
@nyanide @sysrq @boyperpia someone might be fucking with an insane network-raping bug rn -
Embed this notice
tsoifan1997 (sysrq@lab.nyanide.com)'s status on Thursday, 29-May-2025 18:29:42 JST tsoifan1997
@nyanide @pernia What. -
Embed this notice
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Thursday, 29-May-2025 18:30:53 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face:
@sysrq @pernia what do you see in op -
Embed this notice
tsoifan1997 (sysrq@lab.nyanide.com)'s status on Thursday, 29-May-2025 18:31:38 JST tsoifan1997
@nyanide @pernia Oh. -
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Thursday, 29-May-2025 18:58:03 JST Phantasm
@pernia @sysrq @nyanide Doesn't snac use inodes a lot? Maybe that's what broke. -
Embed this notice
pernia (pernia@schizophreniabunker.vip)'s status on Thursday, 29-May-2025 18:58:04 JST pernia
@sysrq@lab.nyanide.com @nyanide@lab.nyanide.com @sysrq@lab.nyanide.com this shit is fucked
so the json on disk is as old as the post, but the image attached is more recent (from the date it was taken by me).
how the object is pointing to an image that was uploaded in the future is beyond me -
Embed this notice
tsoifan1997 (sysrq@lab.nyanide.com)'s status on Thursday, 29-May-2025 18:58:05 JST tsoifan1997
@nyanide @pernia The post on the instance says that's when it's published, weird. -
Embed this notice
pernia (pernia@schizophreniabunker.vip)'s status on Thursday, 29-May-2025 19:00:04 JST pernia
@sysrq@lab.nyanide.com @sysrq@lab.nyanide.com @nyanide@lab.nyanide.com @sysrq@lab.nyanide.com hmm. cool.
looks like the image at d2b5ca33bd970f64a6301fa75ae2eb22.png is being overwritten by the latest image posted.Phantasm likes this. -
Embed this notice
(mint@ryona.agency)'s status on Thursday, 29-May-2025 19:01:17 JST
@nyanide @pernia Not the first time it happens.
RT: https://cum.salon/objects/b00ba550-dcac-4ea1-9731-6eed30db8e3d -
Embed this notice
tsoifan1997 (sysrq@lab.nyanide.com)'s status on Thursday, 29-May-2025 19:19:56 JST tsoifan1997
@pernia @phnt @nyanide And the m5sum of "image.png" is d2b5ca33bd970f64a6301fa75ae2eb22, must be just storing images based on their filename, not contents. Phantasm likes this. -
Embed this notice
(mint@ryona.agency)'s status on Thursday, 29-May-2025 19:19:56 JST
@sysrq @phnt @nyanide @pernia And I thought pisskey devs were retarded. Phantasm likes this. -
Embed this notice
pernia (pernia@schizophreniabunker.vip)'s status on Thursday, 29-May-2025 19:19:58 JST pernia
@phnt@fluffytail.org @nyanide@lab.nyanide.com @sysrq@lab.nyanide.com i don't know. i'm seeing that new posts are using the same image url pointing to d2b5ca33bd970f64a6301fa75ae2eb22.png.
can't confirm but maybe its because copypasted images are always uploaded as image.png? repeated this. -
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Thursday, 29-May-2025 19:22:16 JST Phantasm
@sysrq @nyanide @pernia lol, it's assuming that fedi servers don't preserve file names and always hash them. -
Embed this notice
The Real Grunfink (grunfink@comam.es)'s status on Thursday, 29-May-2025 20:00:06 JST The Real Grunfink
Mmm... you're right, images posted from the Mastodon API still use the old way of being named, which was causing collision problems. Those uploaded from the web UI use a random name.
Thanks for noticing, I'll fix it.
CC: @phnt@fluffytail.org @nyanide@lab.nyanide.com @pernia@schizophreniabunker.vipPhantasm and nyanide :nyancat_rainbow::nyancat_body::nyancat_face: like this. -
Embed this notice
tsoifan1997 (sysrq@lab.nyanide.com)'s status on Thursday, 29-May-2025 20:00:07 JST tsoifan1997
@pernia @phnt @grunfink @nyanide mastoapi.c:2981 still hashes the filename on master -
Embed this notice
pernia (pernia@schizophreniabunker.vip)'s status on Thursday, 29-May-2025 20:00:09 JST pernia
does it do that for outside servers?
also md5sum of image.png gives me c02ca09e16094b58a36a6c3d73c0a049
cc @grunfink@comam.es was this fixed on a newer snac or is it still an issue? i'm on an old version (~2.5x)
CC: @nyanide@lab.nyanide.com @sysrq@lab.nyanide.com -
Embed this notice
(mint@ryona.agency)'s status on Thursday, 29-May-2025 21:42:11 JST
@pernia @nyanide @pernia quote_id in POST request (or CommonAPI.post in iEX since I'm too lazy to extract my own token and would rather just ssh into the server). -
Embed this notice
þernia (pernia@cum.salon)'s status on Thursday, 29-May-2025 21:42:13 JST þernia
@mint @nyanide @boyperpia how did u even embed a post like that -
Embed this notice
(mint@ryona.agency)'s status on Thursday, 29-May-2025 21:45:49 JST
@pernia @nyanide @pernia More or less. -
Embed this notice
þernia (pernia@cum.salon)'s status on Thursday, 29-May-2025 21:45:50 JST þernia
@mint @nyanide @boyperpia u posted that manually thru ur server?
-
Embed this notice