DDraceNetwork
DDraceNetwork / showroom
Teeworlds/DDNet related media only
Between 2020-09-25 00:00:00Z and 2020-09-26 00:00:00Z
TsFreddie
2020-09-25 03:13:18Z
03:19
probably need to change the default skin on the right to something like greyfox
Neben
2020-09-25 04:22:12Z
Whats that website for?
TsFreddie
2020-09-25 04:39:29Z
teeworlds.cn
04:40
just a chinese portal page for some translated infos.
louis
2020-09-25 04:43:45Z
04:43
what are these
@TsFreddie
04:44
also wow theres a bigger china community than i thought :O
(edited)
TsFreddie
2020-09-25 04:51:33Z
badges
04:51
forums are pretty much dead tbh
04:52
so we want a portal page for downloads and updates instead taking you straight to the forum.
(edited)
04:53
don't know who made these badges since i'm not in charge of managing forums since 2015
gerdoe
2020-09-25 10:18:25Z
Blade
2020-09-25 10:51:19Z
lmao wat
gerdoe
2020-09-25 10:56:52Z
ddnet-edition
2
cyberfighter
2020-09-25 11:35:51Z
@gerdoe
send
murpi
2020-09-25 11:42:04Z
cursed
gerdoe
2020-09-25 11:45:14Z
@cyberfighter
os
cyberfighter
2020-09-25 11:45:20Z
shitdows
11:45
gerdoe
2020-09-25 11:45:37Z
64b?
cyberfighter
2020-09-25 11:45:40Z
y
gerdoe
2020-09-25 11:46:47Z
oof
11:46
this version with nouis eyes
cyberfighter
2020-09-25 11:47:00Z
.rar
gerdoe
2020-09-25 11:47:15Z
do you want zip
cyberfighter
2020-09-25 11:47:25Z
yes
11:47
rar sux
gerdoe
2020-09-25 11:48:16Z
Debug.zip
32.08 MB
<BµmM>
2020-09-25 13:53:46Z
13:54
1
6
13:59
14:00
cyberfighter
2020-09-25 14:01:51Z
<BµmM>
2020-09-25 14:05:34Z
snail
2020-09-25 14:06:30Z
wtf
cyberfighter
2020-09-25 14:06:31Z
wat
snail
2020-09-25 14:06:33Z
why did u not save anyone
cyberfighter
2020-09-25 14:06:40Z
nice block
14:06
oh
14:06
chillerdragon was there
<BµmM>
2020-09-25 14:10:43Z
idk xd
14:10
it just happend xD
1
TsFreddie
2020-09-25 17:37:40Z
17:37
idk what am i doing anymore
Learath2
2020-09-25 17:48:46Z
Responsive design is a PITA
TsFreddie
2020-09-25 17:50:21Z
do you guys have a fixed link for downloading the latest client?
Learath2
2020-09-25 17:53:18Z
@TsFreddie
nope :/
17:53
You'd need to know the OS to get that link anyway
TsFreddie
2020-09-25 17:53:40Z
true
17:54
so currently the link on ddnet.tw is just JavaScript that gives you a link for your os?
Learath2
2020-09-25 17:55:18Z
I have no idea, but I'd guess so, yeah
TsFreddie
2020-09-25 17:55:44Z
is there a way to get the latest version at least. so i don't need to update the page every so often
Learath2
2020-09-25 17:57:08Z
@TsFreddie
apparently it's not js it's determined from the useragent on the server
17:57
The version is updated in commits like
https://github.com/ddnet/ddnet-web/commit/4a931d1c
17:58
It's less than ideal though, I guess
TsFreddie
2020-09-25 17:58:57Z
yeah. i can just send them to the download page or home page. but sending chinese ppl to a english website might be confusing.
17:59
i can just put up steam link for now.
18:00
don't really want to crawl ddnet just for download links.
18:00
although i do want a translated version of the ranking page tho
Learath2
2020-09-25 18:04:53Z
@TsFreddie
I have a sorta less ugly idea
18:05
You can instead crawl the index.php on github, it should be trivial to grep the version from there
TsFreddie
2020-09-25 18:06:04Z
well
18:06
the thing is i want the page to be completely static. so the browser need to do the crawling
18:06
github is less stable in china
18:06
for "reasons"
Learath2
2020-09-25 18:07:34Z
Okay your best bet is to just hard code the version then
TsFreddie
2020-09-25 18:07:53Z
probably
Learath2
2020-09-25 18:08:37Z
The download link is just
https://ddnet.tw/downloads/DDNet-$version-$os.$thecompressionweuseforthatos
TsFreddie
2020-09-25 18:10:15Z
i can make a serverless function to get the version, wouldn't cost that much. just wonder if there's a dumb way.
Learath2
2020-09-25 18:11:00Z
You hosting this on lambda?
18:11
Is it really that cheap?
TsFreddie
2020-09-25 18:11:37Z
it is currently free on tencent
18:11
18:12
and lambda in general should be cheap, i thought that was the whole idea.
18:12
well other than tie you to their cloud platform
18:15
wait. i'm not hosting static files on lambda if that's what you asked.
Learath2
2020-09-25 18:16:35Z
I'm not sure if I like serverless architectures or not yet. Sounds like it's waaay to specific
TsFreddie
2020-09-25 18:16:51Z
it is just a way for you to not serve any html
(edited)
18:17
that's how i sees it anyway
Ryozuki
2020-09-25 18:39:14Z
so currently the link on ddnet.tw is just JavaScript that gives you a link for your os?
@TsFreddie
its php iirc
18:39
U just check the user agent
TsFreddie
2020-09-25 18:40:44Z
thx
18:41
just learned react/jsx yesterday, it feels very php like.
Ryozuki
2020-09-25 18:41:39Z
Rly?
18:41
I didnt try much php tho
18:42
But php is like a backend with a template engine builtin
18:42
React is pure frontend
TsFreddie
2020-09-25 18:42:08Z
yeah, in vue, you still need a template and pass data to the template
18:42
jsx is like. writing html directly inside javascript
Ryozuki
2020-09-25 18:42:36Z
Also i recommend using server side rendered react
18:42
U cant do things like openapi or twitter cards otherwise
18:43
React is rly bad SEO-wise without SSR
TsFreddie
2020-09-25 18:43:30Z
i probably won't need those. and vue is pretty bad without ssr too.
18:44
it is just a single page. shouldn't be that bad
Learath2
2020-09-25 18:45:21Z
I like vue much more than react
TsFreddie
2020-09-25 18:45:29Z
i do too.
Learath2
2020-09-25 18:45:43Z
Vue can do JSX too nowadays, and with new vue coming up typescript will be the norm
TsFreddie
2020-09-25 18:45:46Z
just wanted to try both.
18:46
but vue-cli was pretty bad the last time i've used it
Learath2
2020-09-25 18:46:09Z
There is one great feature of react though, react-native
18:46
It's amazing stuff
ᶰ°Konͧsti
2020-09-25 19:21:27Z
block sucks no http download
@fokkonaut
big nobo and troll
fokkonaut
2020-09-25 19:21:49Z
u
plsplsplslol
2020-09-25 19:23:44Z
kek
19:24
at least its not a 2 MB map
Learath2
2020-09-25 19:31:35Z
@fokkonaut
fix ur fastdownload code nobo
heinrich5991
2020-09-25 19:32:16Z
we could offer him to put the map on our map server
Learath2
2020-09-25 19:34:45Z
Hm odd that we don't have his map actually. Don't we crawl servers for maps?
heinrich5991
2020-09-25 19:34:58Z
no, disabled after jerks tried to DoS it
noby
2020-09-25 19:38:01Z
who tried to dos it
Learath2
2020-09-25 19:38:02Z
Ah, our nice community
noby
2020-09-25 19:38:13Z
i thought it was a hash collision thing
19:38
not dos
heinrich5991
2020-09-25 19:38:42Z
nice people tried to fill the server with random maps
noby
2020-09-25 19:38:52Z
lol wtf
heinrich5991
2020-09-25 19:38:54Z
but yea, maybe it was the hash collision that made us stop it
noby
2020-09-25 19:39:01Z
Ryozuki
2020-09-25 19:39:07Z
the internet, such a good place
heinrich5991
2020-09-25 19:39:21Z
unfortunately, no one but us and vanilla 0.7 sends a strong checksum for maps
noby
2020-09-25 19:39:35Z
why not just trust servers that their maps are what they claim
19:39
Ryozuki
2020-09-25 19:39:49Z
noby
2020-09-25 19:39:55Z
xd
Ryozuki
2020-09-25 19:40:01Z
best emote
19:41
19:41
lets fill this with good stuff
19:41
19:41
noby
2020-09-25 19:42:06Z
nice zooz
Ryozuki
2020-09-25 19:42:16Z
behemoth ez map
noby
2020-09-25 19:42:21Z
nice zooz
Ryozuki
2020-09-25 19:42:30Z
its ddnet nobo
plsplsplslol
2020-09-25 19:42:46Z
noby
2020-09-25 19:42:46Z
u
19:42
lol
19:42
stop stealing my colors
plsplsplslol
2020-09-25 19:42:57Z
who
noby
2020-09-25 19:43:08Z
whoever that tee is
19:43
probably u lol
plsplsplslol
2020-09-25 19:43:13Z
fake
Ryozuki
2020-09-25 19:43:13Z
plsplsplslol
2020-09-25 19:43:16Z
it doesnt say unown
<BµmM>
2020-09-25 19:44:16Z
@mind
plsplsplslol
2020-09-25 19:44:48Z
why did u change it to yellow
<BµmM>
2020-09-25 19:45:03Z
i wanted to mark it
cyberfighter
2020-09-25 19:55:35Z
u can see me
19:55
fokkonaut
2020-09-25 19:59:08Z
@Learath2
i dont have one it didnt work for me
Exported 149 message(s)