@RN
@RN_
@StormyCloud
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
%acetone
%ardu
%cumlord
%mareki2p
+FreefallHeavens
+HowardPlayzOfAdmin
+Onn4l7h
+Onn4|7h
+Over
+Xeha
+hk
+poriori
+profetikla
+qend-irc2p
+r00tobo
+romer
+uop23ip
Arch
BubbRubb
C341
Danny
DeltaOreo
Irc2PGuest32228
Irc2PGuest41480
Irc2PGuest43584
Meow
SigSegv
aisle1
anontor
carried6590
dr|z3d
halloy13412
itsjustme
maylay
moe_
nnm--
not_bob_afk
pisslord
r00tobo[2]
shiver_
simprelay
solidx66
thetia
weko_
wew-
woodwose
xHarr
zer0bitz
dr|z3d
ardu: qwen-image, 4 or 8 step lightning lora, easy cache, cfg1, 10 steps.
dr|z3d
problem with expired key for your grafana apt repo?
dr|z3d
as root: wget -q -O - apt.grafana.com/gpg.key | gpg --dearmor > /etc/apt/keyrings/grafana.gpg
dr|z3d
"On 2025-08-22 the lifetime of the key was extended by 2 years." -> apt.grafana.com
zzz
orignal, when you get an exploratory lookup, do you look for a RI match first and return it if you have it?
orignal
match with what?
orignal
I ignore that hash
orignal
if there is exploratory flag
zzz
that answers my question. we lookup the hash and return a RI if we have it
orignal
so should I do it?
orignal
in my opinion it's worng because it's exploratory
zzz
the problem is we have a single queue of keys to explore. some are (real) hashes received from previous explores, some are just random hashes
zzz
we don't keep them apart
orignal
and?
zzz
I'm trying to fix our exploration stuff, it's not working very well right now
orignal
if you need an RI you send regular lookup
zzz
yeah but it works when we ask java ffs...
zzz
so I have to figure it out
orignal
but when you put real hashes in queue
orignal
why do you set explartory flag?
zzz
right. it's not great
orignal
futhermore if I knew that Java also ignores that hash I would fill we all zeros instead random
orignal
*with
zzz
I think jrandom envisioned you'd use exploratory to "fill in" kbuckets that were low
zzz
didn't quite work out like that
zzz
I'm working on some minor fixes but bigger changes will have to wait until after the release
orignal
do you want me change or not?