-
nick37
Hi
-
m-relay
<monerobull:matrix.org> hello
-
m-relay
<basses:matrix.org>
en.wikipedia.org/wiki/Monero it says License is MIT, isn't it BSD3?
-
m-relay
<basses:matrix.org> Wikipedia 🤡
-
m-relay
<basses:matrix.org> Moneropedia 🚀
-
m-relay
<me:afk.pm> Correct it then
-
m-relay
<basses:matrix.org> wikimeme bans VPN IPs
-
ripperbhioy
hello
-
testone
hi ripperbhioy
-
ripperbhioy
Are there any current translation tasks or projects that need help? I’m happy to take on something small to start.
-
testone
just wait for some team member to reply if there aren't info in main site
-
ripperbhioy
okey thanks😁
-
m-relay
<jeffro256:monero.social> ripperbhioy: I know that the Monero GUI still needs some translations, but it looks like translate.getmonero.org is down ....
-
rbrunner
Yeah, translations are pretty much in limbo since the person managing them is gone, and any translation CCS / paid translation is a no-go because abuse was so rampant
-
testone
I could help there as well
-
knownsec
I think using AI translation should not be a problem nowadays at all...
-
testone
try yourself between languages you know and valuate :)
-
knownsec
I'm sure it will be fine, you think otherwise?
-
rbrunner
Context is very important for good AI translations. And many UI strings for apps like the GUI wallet are quite short, and mostly lack context
-
knownsec
I just wanted to say this, this method of translation will require some context in the prompts
-
rbrunner
And sometimes you have to know which words *not* to translate, e.g. "seed" into some languages, or even "wallet".
-
testone
IMHO the benefits aren't enough
-
rbrunner
It's a job easy to underestimate, if you want a *good* translation
-
testone
better an english GUI and wait for someone of THAT lang to want to translate
-
testone
s/to want/that want/
-
knownsec
you are right, but LLMs are good at translating human language to machine language (programming), it breaks barriers between languages, we can put whole GUI text into LLM context/prompt and translate it, but yes it's better if someone of that lang is using LLM and translating of course
-
testone
yes, but I would leave this use-case to user side
-
knownsec
when translate.getmonero will be up I will try to help too if there will be an opportunity 😇
-
knownsec
testone: sure
-
testone
rbrunner: the fact that it's in limbo, means the server will be down till someone willing to admin comes up?
-
rbrunner
I am not close to that project, but I think so, yes. Ideally somebody with experience, some "standing" already in the Monero community, and the will to go into that for the long run, i.e. years
-
testone
argh
-
rbrunner
? I said "ideally". Often an ideal is out of reach :)
-
knownsec
translate.getmonero uses weblate? is there a backup of it?
-
rbrunner
I don't know.
-
knownsec
I see icon it looks like weblate, but I never visited translate.getmonero before
-
knownsec
rbrunner: alr
-
m-relay
<basses:matrix.org> no
-
m-relay
<basses:matrix.org> yes, idk about backup I think plowsof said they were going to purge all translation and start from scratch with better one?
-
m-relay
<basses:matrix.org> ones*
-
m-relay
<321bob321:monero.social> Was it ever up
-
m-relay
<doe:hitoj.in> chat the matrix is fedded
-
m-relay
<doe:hitoj.in> chat matrix is fedded
-
m-relay
<doe:hitoj.in> FEDDED JEWS!
-
m-relay
<doe:hitoj.in> its fine for me tho cause i dont use the matrix.org servers
-
m-relay
<doe:hitoj.in> the servers i use are like the opposite of fedded
-
m-relay
<doe:hitoj.in> theyre like deddef or smth
-
m-relay
<ravfx:xmr.mx> Is there a way to get monerod to cache the whole LMDB stuff in ram on launch? Instead of having it just inflate it's cache slowly as needed?
-
m-relay
<ofrnxmr:xmr.mx> Good q
-
m-relay
<jeffro256:monero.social> That would be an operating system question since LMDB simply calls mmap() and lets the OS decide which pages to load
-
m-relay
<doe:hitoj.in> FUCK JEWS!
-
m-relay
<doe:hitoj.in> JEWS ARE NIGGERS!
-
m-relay
<jeffro256:monero.social> Maybe you could try putting LMDB on a tmpfs?
-
m-relay
<jeffro256:monero.social> plowsof: ^
-
plowsof
🏃
-
m-relay
<jeffro256:monero.social> thanks lol
-
m-relay
<ravfx:xmr.mx> Yeah, that was my initial plan actually
-
m-relay
<ravfx:xmr.mx> Having a script at boot that unpack the LMDB and repack it at shutdown
-
m-relay
<jeffro256:monero.social> Also make sure your db sync mode is fastest
-
m-relay
<ofrnxmr:xmr.mx> Jeffro, do you know if db sync mode (if unset) switches from fast:sync to safe:sync once fully synced?
-
m-relay
<jeffro256:monero.social> Hopefully this might be overkill after FCMP++ with no random ring member reads
-
m-relay
<jeffro256:monero.social> It might be overkill now, idk I've never tried it b4
-
m-relay
<jeffro256:monero.social> But I know that the Cake wallet people were doing this exact same thing
-
m-relay
<ravfx:xmr.mx> Right, after FCMP++ it will probably be overkill
-
m-relay
<ravfx:xmr.mx> For now it's should still be benefical for **big** nodes (no more random read from storage).
-
m-relay
<jeffro256:monero.social> This I do not know
-
m-relay
<jeffro256:monero.social> Give me a second to look thru the code