aradapilot has quit [Remote host closed the connection]
aradapilot has joined #spacedock
politas has quit [Ping timeout: 200 seconds]
politas has joined #spacedock
<VITAS>
* Localization class added for Localization string processing. <- Thomas suggestion: should we have language support for mods?
<VITAS>
you could search and filter for mods with languages and the detail page could list the supported languages
<Thomas>
Sounds like a useful idea
<Thomas>
Maybe also localize the page itself, if we're ever going to finish the frontend
<VITAS>
we would have to find native speakers we trust
<VITAS>
and a boatload of them
<VITAS>
i imagine this also beeing a thing mod authors want: some place to find translators for their mods
<VITAS>
forumt hread could be a start
RockyTV|away is now known as RockyTV
<Thomas>
o/ RockyTV
<RockyTV>
hello
<RockyTV>
we would have to find native speakers we trust > we already have some for german and portuguese :)
<VITAS>
and australian english :P
<RockyTV>
Thomas, is dev running spacedock.go?
<Thomas>
yes
<RockyTV>
okay
<VITAS>
i wonder if .go exists as tld
<VITAS>
Thomas, does spacelink work with 1.3.0?
<Thomas>
It should
<VITAS>
can you test it
<Thomas>
VITAS: I can
<VITAS>
thx
<Thomas>
VITAS: And aparently, there is no .go tld
<VITAS>
because country tlds are two letters i guess
<VITAS>
ive to .go now :)
<Thomas>
But still, there could be a countly with .go
<VITAS>
georgia maybe
<Thomas>
VITAS: spacelink works
<RockyTV>
Georgia is .ge
aradapilot has quit [Remote host closed the connection]
aradapilot has joined #spacedock
<RockyTV>
uh, how do I connect to dev again?
<RockyTV>
now that dev.spacedock.info exists, I can't connect to the backend via ssh
<Thomas>
sddev.spacedock.info
<RockyTV>
ah
<RockyTV>
I can't get my usbwebserver with opendock to work?
egg|zzz|egg is now known as egg|observing|egg
LnxBil has joined #spacedock
<LnxBil>
hi everyone
<LnxBil>
Nevermind ... Disabling AdBlock helps to use the system :-D
LnxBil has quit [Quit: Web client closed]
<Lartza>
not sure what they were talking about, ublock origin and spacedock works fine
<Lartza>
just blocks piwik but that doesn't break anything
<VITAS>
piwik doesnt break spacedock but my major motivation to do spacedock is watching piwik usage graphs so please dont
<VITAS>
and im thinking about using piwiks data to suggest mods in the future
<VITAS>
btw Thomas: could you implement the following in your go backend:
<VITAS>
if someone dl a mod the backend should accept an optional param called "userhash"
<VITAS>
if its set (contain a md5 hash or alike) it should save the mod id and version of thedl file to an extra table
<VITAS>
(the modid and ver can be either saved as json field or as string "modid-ver,modid-ver,...")
<VITAS>
then implement a new api call called suggestions
<VITAS>
it accepts a modid and a user hash
<VITAS>
it returnes a list of suggested mods based on
<VITAS>
what other people downloaded who dl the mod the person last downloaded or is on
<VITAS>
something like: select * from userdl where moddls LIKE '%23-v23%' AND userhash != '789829778AB' LIMIT 0,30
<VITAS>
then foreach trough the results, split them into individual mod ids and filter those the user allready downloaded in the past and the current one
<VITAS>
the rest should be counted up and sorted by occurance