Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories β€” IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2018-03-24 00:00:00Z and 2018-03-25 00:00:00Z
Avatar
[quakenet] <Learath2> I use gentoo on all the systems I have physical access to. Never thought of installing it on a server
Avatar
the thing that stops me from using gentoo is that I fear that I'd let software go outdated because I don't want to compile it
Avatar
It's really snappy except for chromium and libreoffice tbh
00:20
and the ck-kernel is really good at leaving the computer usable during compilations πŸ˜ƒ
Avatar
chromium (or firefox) is really the dealbreaker here, right?
Avatar
Firefox is like 15-20 mins for me, chromium is just outright ridicukous
00:22
I think around an hour for chromium but you can get google-chrome or chromium-bin if you are okay with not compiling that one
Avatar
[quakenet] <Edible> freebsd has a package manager, you can probably install flatpak or w\e
00:59
[quakenet] <Edible> can you use snappy or flatpak on gentoo? (and does firefox/chromium have it)
01:05
[freenode] <nemo> I still compile seamonkey on this pathetic little server
01:06
[freenode] <nemo> firefox only on the desktop. but probably is about the same
01:06
[freenode] <nemo> chromium, even assuming I had any desire to have it, hah.
01:06
[freenode] <nemo> yeah, chromium in gentoo is an exercise in masochism
01:06
[freenode] <nemo> not to mention while it's compiling you're probably running chromium on the desktop and already half your memory evaporated right there ☺
01:07
[freenode] <nemo> heinrich5991: it's not like compiling takes that long usually. apart from libreoffice/seamonkey on the desktop
01:08
[freenode] <nemo> heinrich5991: even then, eh. fire it off in the evening, check back in the morning.
01:08
[quakenet] <heinrich5991> computer is next to bed
01:08
[freenode] <nemo> and... the HD is noisy? ☺
01:08
[quakenet] <heinrich5991> no
01:08
[quakenet] <heinrich5991> the fan
01:09
[freenode] <nemo> ah
01:09
[freenode] <nemo> I bought a cheap water cooling kit ages ago for the tower
01:09
[freenode] <nemo> made such a huge diff
01:10
[freenode] <nemo> I initially bought it 'cause unc0rr and crew had built a sand glitcher in our minecraft world which was running my CPU hot 24/7
01:10
[freenode] <nemo> aaaand add on to that me connecting into the world as a player and kaboom
Avatar
[quakenet] <Edible> i mean, why not install a package?
01:27
[quakenet] <Edible> just do that
01:27
[quakenet] <Edible> its such a hassle for basically no purpose
Avatar
[freenode] <nemo> customisation. and as noted easy access to dev/src/dbg
03:07
[freenode] <nemo> also getting a new version or fixing/patching is fairly trivial
03:07
[freenode] <nemo> and the -9999 packages can be useful
03:10
[quakenet] <Edible> you're gonna mess with the chromium source?
Avatar
rigged
Avatar
emojis back again! xD
Avatar
cool lets waste sum more time adding and removing emojis again instead of making bot detection
Avatar
[quakenet] <deen> I stopped running Gentoo on my laptop when the fan failed because of always compiling stuff :D
Avatar
[quakenet] <Learath2> nemo: I need to have chromium for working with react-native
09:26
[quakenet] <Learath2> I love how you get to strip packages of useless features in gentoo
Avatar
But yeah there is no stripping down a program so bloated as chromium, I don't even know how that thing is able to run πŸ˜›
Avatar
no emojis -.-
09:49
pleeeeeeaaaaaaase
Avatar
ChillerDragon 2018-03-24 10:33:49Z
yo does someone know how to let python control a other script? I was already abel to pipe the output of the script into the py script and python recives all data fine but how do i sent the data back from the python script to the other script
Avatar
IPC is the same in any language
10:36
Sockets, named pipes, shared memory, you can also abuse the stdout of the second script
Avatar
ChillerDragon 2018-03-24 10:40:10Z
how do i abuse the stdou
10:40
ou fuck i ripped my terminal
10:40
can i modify my .bash_profile without terminal ?
Avatar
ChillerDragon 2018-03-24 10:58:16Z
yay got my terminal back ❀ but still no clue how to abuse the stdout of the script or any of the other things
Avatar
[quakenet] <Learath2> ChillerDragon python should have a way of redirecting stdin and stdout of the newly launched process
Avatar
it does
13:06
things to look at are the stdin parameter and the stdout parameter
13:07
@ChillerDragon what are you tring to do? πŸ™‚
Avatar
Do I understand it good that binary got the old physics back?
Avatar
the tunezone with immediately exploding grenades in binary gets the old double-explosion back
Avatar
Ah check
13:28
GG wp
Avatar
ChillerDragon 2018-03-24 14:40:41Z
@heinrich5991 some econ stuff for vanilla (fake semi legal vanilla modding u know xd)
Avatar
ChillerDragon 2018-03-24 15:18:22Z
yo is tehre a shortcut to refresh a fucked terminal?
15:18
mine went fully crazy
15:19
im sure i am going to archive this multiple times so a shortcut instead of reopening the application would be usefull
Avatar
@ChillerDragon reset or tput reset
Avatar
ChillerDragon 2018-03-24 16:05:21Z
stty sane worked for me c:
16:05
and i use a weird triple pipe now
16:05
./nc.exp | ./mod.py | ./nc.exp (edited)
Avatar
doesn't look too weird πŸ˜›
Avatar
ChillerDragon 2018-03-24 16:06:25Z
it does i have two netcat connections
16:06
one for input and one for output.. but one could be enough i guess because it can handle both theoretically
16:07
hmm i just realized there is not too much gameplay information in this econ log wasnt there a server who tracks the kills via econ? Where do i get the information about kills?
Avatar
econ should get the kills
Avatar
ChillerDragon 2018-03-24 16:13:09Z
where?
16:13
if i netcat to the econ port and kill somebody i dont see it in the log
Avatar
it gets the entire console output iirc, we do see kills in the console
Avatar
ChillerDragon 2018-03-24 16:14:06Z
it seems like econ only gets the same stuff the rcon admins get ingame
Avatar
interesting, do we have some verbosity settings somewhere?
16:14
I thought admins do get the entire log anyways
Avatar
ChillerDragon 2018-03-24 16:14:52Z
admins dont get kills lol
16:14
this would be too spammy
Avatar
the log does get kills [2018-03-23 18:51:48][game]: kill killer='28:Cendren' victim='28:Cendren' weapon=-2 special=0
Avatar
ChillerDragon 2018-03-24 16:20:00Z
ah ye true
16:20
the log
16:20
but not the f2 console
16:20
and econ doesnt seem to get the entire log
Avatar
interesting
Avatar
ChillerDragon 2018-03-24 16:20:37Z
sad
Avatar
well you can get a headless client and have it in spec to track stuff
16:21
or pipe the server output to your script instead
Avatar
ChillerDragon 2018-03-24 16:21:51Z
thats smart
16:21
pipe the server output
16:22
i have this tripple pipe anyways
16:22
i just replace the first ./nc.exp with ./tw_sv
16:22
ur so smart @Learath2 ty
Avatar
[quakenet] <Learath2> crafty sure, there are plenty smarter then me :)
Avatar
Julian ☁ 2018-03-24 17:02:33Z
I luv Devtalk
17:02
Guess the client is coded in C++
Avatar
ChillerDragon 2018-03-24 17:05:59Z
y
Avatar
need C+= tw client
Avatar
ChillerDragon 2018-03-24 17:07:12Z
are you new to teewoods @Julian ☁ ?
πŸ† 1
πŸ‘ 1
Avatar
@ChillerDragon sees a new girl who plays teeworlds (edited)
Avatar
ChillerDragon 2018-03-24 17:14:06Z
girl?
17:14
where
Avatar
[quakenet] <Learath2> Where? What? How? When? Now? Here? Really?
Avatar
ChillerDragon 2018-03-24 17:14:51Z
no girls in the internet
17:14
all fake news
Avatar
I'm suprised no one pointed out that I assumed her gender based on her name
17:18
#girlsonline
Avatar
who doesn’t know girls named Julian
17:22
"girlsonline" sounds like a porn website
Avatar
Julian ☁ 2018-03-24 17:30:40Z
@ChillerDragon I have been around since 2015 I think
17:30
But never on this discord
Avatar
ChillerDragon 2018-03-24 17:31:58Z
whats your in game name?
17:32
@Julian ☁
Avatar
Julian ☁ 2018-03-24 17:34:29Z
@ChillerDragon I kept changing my name all the time but now its Turba
Avatar
ChillerDragon 2018-03-24 17:34:57Z
pff name changer random
Avatar
Julian ☁ 2018-03-24 17:35:39Z
xD
17:35
@ChillerDragon Since when do you DEV for DDNET?
Avatar
ChillerDragon 2018-03-24 17:36:00Z
dev xd
17:36
im fixing typos since last year i think
17:36
i have no programming skill yet
Avatar
Julian ☁ 2018-03-24 17:36:36Z
oh lol xD
17:36
I code cheats for games xd
Avatar
ChillerDragon 2018-03-24 17:37:00Z
sucks
Avatar
Julian ☁ 2018-03-24 17:37:15Z
@ChillerDragon Not to rape people who dont cheat, but to battle other cheaters
Avatar
ChillerDragon 2018-03-24 17:37:29Z
then develop anti cheat stuff
17:37
serverside
Avatar
[quakenet] <jxsl13> :D
Avatar
ChillerDragon 2018-03-24 17:37:39Z
not clientside battle lul
Avatar
Julian ☁ 2018-03-24 17:38:02Z
Tbh its fun to rape other cheaters, battle versus other devs
Avatar
ChillerDragon 2018-03-24 17:38:13Z
but who cares about games^^ there is only one game that matters
Avatar
[quakenet] <jxsl13> game of fucking life!
Avatar
ChillerDragon 2018-03-24 17:38:29Z
lul
17:38
yes
17:38
teewoods is lyfe
Avatar
[quakenet] <jxsl13> :D
Avatar
Julian ☁ 2018-03-24 17:38:40Z
πŸ˜„
Avatar
[quakenet] <jxsl13> lyfe :O
Avatar
ChillerDragon 2018-03-24 17:38:47Z
do you know the drinking game "game of life" ?
Avatar
[quakenet] <jxsl13> :c I'm not a heavy drinker
Avatar
ChillerDragon 2018-03-24 17:40:11Z
better isses
Avatar
[quakenet] <jxsl13> as 16 yo I'd drink more than nowadays :O
17:41
[quakenet] <jxsl13> now I'm a ChillerDragon as well
Avatar
ChillerDragon 2018-03-24 17:41:18Z
what do you mean by being a ChillerDragon?
Avatar
[quakenet] <jxsl13> old and less action
17:41
[quakenet] <jxsl13> x)
Avatar
ChillerDragon 2018-03-24 17:41:54Z
uff
17:41
i sometimes action
17:42
and im 12
Avatar
Okay proper gpu passthrough to qemu will take quite some time to get right :/
Exported 152 message(s)