Guild icon
Teeworlds
discord.gg/teeworlds / general
Teeworlds Discord Server.
Between 2020-01-29 00:00:00Z and 2020-01-30 00:00:00Z
QUEEN joined the server. 2020-01-29 00:17:28Z
Deleted User joined the server. 2020-01-29 09:15:24Z
Avatar
@darkstar
09:21
Pog
Avatar
some people around
Avatar
can vanilla display that?
Avatar
it is vanilla client
Avatar
thats why i didnt use scoreboard
Avatar
can you show us the statboard?
16:03
ah
16:03
understand
16:04
16:04
scoreboard is such little
16:04
small*
Avatar
@Dune btw: when spectating the last player of the list, while there are more than 15 players, the text "and x others" will be highlighted
Avatar
open issue fokko
Avatar
ChillerDragon 2020-01-29 16:47:39Z
use zillywoods fokko
Avatar
does anybody have a white tree mapres? so trees for the bg in white so you can color them yourself
17:36
i don't know how to find stuff like this 😦
17:37
17:37
17:37
17:37
only ones i have
❀️ 2
Avatar
now this is service πŸ‘
Avatar
could've done that ourselves with an image manipulation software, I guess? πŸ™‚
Avatar
photoshop or illustrator or gimp and etc
18:28
all graphic software with filters
18:28
or something similar
Avatar
uses cat filter
Avatar
it's not exactly what i was searching for
18:48
so i will have to do it
18:49
but I tend to use the easy route in order to save time
18:49
It's way easier to ask in a discord then to gimp this stuff yourself
Avatar
gimp this stuff
have to agree, GIMP can be a PITA to use
Avatar
@Assa u want it for color correction in tw editor?
19:00
do u want it for color correction in tw editor
Avatar
yeah, the linux nerd way: convert -thousandoptionsimagemagick πŸ˜‰
Avatar
ChillerDragon 2020-01-29 19:20:29Z
xd
19:21
@heinrich5991 hfgl writing that in python :p
Avatar
subprocess.check_call(["convert", "-thousandoptionsimagemagick", input, output])
Avatar
ChillerDragon 2020-01-29 19:25:28Z
which is a call to shell
Avatar
no
Avatar
ChillerDragon 2020-01-29 19:25:51Z
no?
Avatar
it's a call to another program
Avatar
ChillerDragon 2020-01-29 19:25:59Z
hm
19:26
#!/bin/bash python solveeverything.py :troll: (edited)
Avatar
you probably want /usr/bin/env bash btw
Avatar
ChillerDragon 2020-01-29 19:29:02Z
why
19:29
i dare you if u send a link now
19:29
i can ddg my self xd
Avatar
then it doesn't depend on where bash is installed
Avatar
I always mess up the order of that, so I stuck with bin/bash πŸ™‚
Avatar
ChillerDragon 2020-01-29 19:45:40Z
hmm so /usr/bin/env is a globally thingy that should be used for all shebangs?
Avatar
#!/bin/bash python solveeverything.py yeah because you need a shell script to call a python script which is then interpreted by the python interpreter which in turn runs in machine code. I've probably left out some layers… πŸ™‚
Avatar
@ChillerDragon for all shebangs that aren't at a guaranteed place
19:55
/bin/sh and /usr/bin/env are two that I know of
Avatar
Why dont add the shebang on the py script directly
Avatar
cuz directly adding is gay
Avatar
@ChillerDragon you could use jupyter magic too !convert -blub
21:12
so you use jupyter to call ipython to call shell
21:12
you can call jupyter from shell, too
21:12
and at this point you can stack layers endlessly
21:15
how to search for special characters on duckduckgo?
21:15
or what is the difference between if ! [[ false ]] and if [[ ! false ]]
Avatar
left looks like invalid syntax... not sure, tho
Avatar
ChillerDragon 2020-01-29 21:54:41Z
i assume both valid
Avatar
@ChillerDragon the test statement between [[ ]] gives an exit code (that can be any integer afaik), and you ! it
21:54
both seem valid to me
Avatar
ChillerDragon 2020-01-29 21:54:58Z
imo second is more readable
21:55
i wonder why people do the other at all
Avatar
slightly different semantic
21:55
with exit codes, true = 0
Exported 83 message(s)