@eyedeekay
&eche|on
&zzz
+FreefallHeavens
+R4SAS
+RN
+Romster
+acetone
+cims
+dr|z3d
+hagen
+nilbog
+orignal
+postman
+qend-irc2p
+snex
+wodencafe
Arch
Dann
Holmes
Irc2PGuest12976
Irc2PGuest1526
Irc2PGuest28234
Irc2PGuest3143
Irc2PGuest32287
Irc2PGuest51098
Irc2PGuest57041
NiceBoat
OfficialCIA
OfficialCIA_
Onn4l7h
Onn4|7h
Over
SilentWave
Sisyphus
Sleepy
Wikk__
Zapek
aargh4
ac9f
ahiru
ananas_
calamares_
dr4wd3
duanin2
fa
hamstring1540
leopold
mahlay
makoto
n2_
not_bob_afk2
poriori
pory
profetikla
r00tobo_BNC
rapidash
test3847473
thetia
unit86
uop23ip
user1
vivid_reader56
x74a6
zelgomer
StormyCloud
You gonna go zzz?
zzz
eyedeekay, neither your -8 nor -9 tags actually bumped the -x in RouterVersion, I guess I'll do a -10 today
eyedeekay
crap, sorry I forgot, I can do the -10 if you want, otherwise I'll stay out of your way and focus on gitea and issues
zzz
I'll do it
zzz
just trying to fix something annoying first but failing so far
jpk68
zzz, eyedeekay, StormyCloud: Another research labl meeting has just ended, in case you are interested
StormyCloud
They really cant decide one way or the other on what they want
jpk68
Yeah, I have to admit it's pretty frustrating
StormyCloud
Question for you, as I have already forgotten what does the bounty entail?
jpk68
There is this old bounty for adding I2P support 'baked in' to the Monero GUI
jpk68
It's old an kind of dead but has an ungodly amount of money attached to it
jpk68
All submissions to it so far have been unsubstantial or just plain AI slop
StormyCloud
Do we know if magic grants requires KYC
nyaa2pguy
140 XMR is absurd
jpk68
Yes, it does
jpk68
Magic does, I mean
StormyCloud
jpk68 I just pinged magic Ill have a convo with them
jpk68
StormyCloud: Thank you <3
jpk68
I am not completely sure KYC will be an option for me right now, but I appreciate it nonetheless
jpk68
By the way, if you are on Matrix or Libera Chat, it would be super cool if you might be able to join the discussion. Others as well
jpk68
#monero-research-lab on IRC; #monero-research-lab:monero.social on Matrix
eyedeekay
The trouble is there's no proper configuration of Monero with I2P that *only* affects the GUI, it's all monerod level stuff
eyedeekay
The bounty is dead because of that. If it were sane, *I* would do it.
StormyCloud
If you were to implement samv3 could you not then pretty easily do the GUI @jpk68 ?
eyedeekay
^^^^
jpk68
eyedeekay: Yes, exactly
jpk68
Have you read the meeting logs? That's not why I'm against it at all :)
jpk68
I simply can't dedicate several months' worth of work to this without any guarantee that I will be compensated, or a plan with milestones
jpk68
I kind of need to pay my bills
eyedeekay
Totally understandable. I'm going to go onto the thread and articulate my argument that the CCS milestones are substantially a dependency of the bounty, and that doing the bounty is likely pointless without doing the CCS or at least meeting the requirements of the CCS
jpk68
Thanks <3
jpk68
As I mentioned above, IRC/Matrix would also be a great place to join the discussion. Up to you though, of course :)
jpk68
Also, the next community workgroup meeting is on April 4th, at 16:00 UTC
eyedeekay
All right I'll put that one on my calendar
jpk68
Many thanks, again, I sincerely appreciate it
jpk68
Trying to get this to pass has been exceedingly frustrating (NOT your fault) but hopefully it will work out
eyedeekay
Between all of us I think we can get it done, you clearly want to do the work, stay in touch with us here and I'll keep doing what I can
jpk68
Somewhat unrelated: how would I be able to submit patches to i2pd-qt?
jpk68
I am working on fixing a few layout issues and don't have a GitHub account at the moment
jpk68
Could it be done through a pastebin or email?
StormyCloud
I2PD is a separate project you can try to reach them on #i2pd
jpk68
Okay, thanks :)
zzz
the answer is almost certainly a github PR only, but go ahead and ask
jpk68
GitHub seems to hate me and has suspended my account (falsely) for a third time
jpk68
I am not the only Monero person this has happened to
eyedeekay
Yeah I have heard some stories. Always blows my mind too because sometimes my github use really falls just short of outright abuse and they never give me trouble.
jpk68
Your GitHub contribution heatmap is absolutely insane, haha
jpk68
Not in a bad way or anything
snex
i have a bunch of monero-adjacent projects and github leaves me alone. meanwhile monero banned me from the matrix room
eyedeekay
Heatmap is also misleading though. I have stuff like CI jobs automatically downloading stuff and publishing it on github pages and generating deb repos/mirrors and generally some really borderline-nuts automation practices that are not strictly what the systems they use are designed to do. So I bend the rules a little bit and it looks like things are different than they are. I do a lot, but I also
eyedeekay
sometimes sleep
eyedeekay
I once ran an eepsite in github actions for about half an hour just to see if I could
snex
lol
jpk68
I know someone (not IRL) who works at Microsoft, and they tried to run XMRig on their company Azure account
jpk68
It got banned in like 10 seconds and they couldn't get it back
snex
put a snark up there and add 4A456275D7BA72B483DFC62A50835E6FDF225C2E
snex
i wish crypto existed when i was in college. we used to install dnet on all the lab machines every week
jpk68
snex: What?
snex
i guess dnet doesnt exist anymore... it was a contest to see who could crack encryption schemes
jpk68
Oh, that. Nevermind
eyedeekay
There's actually a useful application to that eepsite-in-github-actions thing though, if you want to run tests on the live network in a github actions job(and I think that this should be avoided but if it can't) then you should at least properly manage the router lifecycle. So I tried to package a github action that configured low-bandwidth or hidden mode in it's setup phase, and did a full graceful
eyedeekay
shutdown in it's cleanup phase.
eyedeekay
Might actually need that soon