Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.org/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 2024-06-25 00:00:00Z and 2024-06-26 00:00:00Z
Avatar
ws-client BOT 2024-06-25 02:39:23Z
<ChillerDragon> I became a huuuge unit test enjoyer!!!!! Mentioned it before can't mention it enough its epic!
02:39
<ChillerDragon> But sometimes even unit tests can't save me
02:39
<ChillerDragon> sv_emoticon_test.go:89: expected: 999, got: 999
02:40
<ChillerDragon> @jxsl13 maybe self rolling a testing framework came at a higher cost than expected xd
Avatar
when did strong hook and weak hook happen
03:09
did it start as a bug?
Avatar
My DDNet server will crash when I connected my db and change map. It's strange, I can't find it crash reason.
03:33
Is database need some map infomation?
Avatar
it's like jump reset but for hook. ye i know u can simulate it with endless hook on/off BUT !image 1 tile better than 3 tiles.
Avatar
Oh, actually server will crash in second player join.
Avatar
ws-client BOT 2024-06-25 04:35:03Z
<ChillerDragon> @棉裤 did you edit the server code?
Avatar
I think i don't edited code about score and map
04:36
maybe?
Avatar
ws-client BOT 2024-06-25 04:37:37Z
<ChillerDragon> @poopoo I don't think it was ever meant as feature. Also it does not matter tooo much in vanilla anyways. I assume it took a while until anybody noticed. It was first reported in 2011 and fixed in 2020 xd
04:39
<ChillerDragon> @棉裤 if you edited the code its likely you who introduced the issue. Check your changes and revert them until it works again. Or use a debugger to get the line which it crashed in and then look closely.
Avatar
Avatar
ws-client
<ChillerDragon> @棉裤 if you edited the code its likely you who introduced the issue. Check your changes and revert them until it works again. Or use a debugger to get the line which it crashed in and then look closely.
how to get the line with it crashed?
Avatar
chillerdragon BOT 2024-06-25 05:15:38Z
Run it with a debugger
05:16
For example gdb on Linux or visual studio on windows
Avatar
gdb on windows pls
Avatar
chillerdragon BOT 2024-06-25 05:16:32Z
That’s a thing?
05:16
do u know what msys2 is
Avatar
chillerdragon BOT 2024-06-25 05:16:59Z
on windows or msys2?
05:17
i use msys2
Avatar
chillerdragon BOT 2024-06-25 05:18:34Z
All of you trying to massage your windows into some fake Linux clearly are using the wrong os :D
05:19
You are meant to use the bing search engine, edge browser and visual studio
05:19
i can develop proficiently and still play whatever i want and use whatever software i want
05:20
not have nvidia driver issues
Avatar
chillerdragon BOT 2024-06-25 05:20:09Z
Xd
05:20
Neither do I
05:21
At mostly
05:21
Sometimes
05:21
Okay it’s time to get Xcode running on Linux to have the ultimate cursed dev environment
Avatar
Avatar
Ewan
not have nvidia driver issues
I don't have NVIDIA driver issues either :D
05:51
The solution was to buy an AMD GPU xd
Avatar
sounds pricey
Avatar
Travel back in time and prevent yourself from buying NVIDIA xd
05:53
Well you should buy their stock but not their GPUs xd
Avatar
ws-client BOT 2024-06-25 06:02:55Z
<ChillerDragon> Disagree. I would recommend selling their stock because its priced high. And buying their GPUs because they are the best performing ones.
Avatar
morning from gym
Avatar
Avatar
Ewan
not have nvidia driver issues
i dont have issuws
Avatar
@ChillerDragon you might to add more information about the type try adding %T to those format strings.
06:26
as those values might also differ in what type they are
Avatar
Avatar
chillerdragon
All of you trying to massage your windows into some fake Linux clearly are using the wrong os :D
Avatar
ws-client BOT 2024-06-25 07:25:25Z
<ChillerDragon> @jxsl13 thought about it but then was too lazy xd
07:25
<ChillerDragon> in that case it was enum and int not sure if i want to see every enum annotated as such anyways
Avatar
hi chillerdragon:
Avatar
it is a different type when you do type EnumBlub int
07:29
it's not a different type when you do an alias like this: type MyInt = int
Avatar
ws-client BOT 2024-06-25 07:31:17Z
<ChillerDragon> elo nathan
07:31
<ChillerDragon> ah cool to know maybe i should do aliases more often the enum casting is so weird
07:32
<ChillerDragon> @Patiga sos how to install twmap on intel macs?
07:32
<ChillerDragon> pip install twmap
07:32
<ChillerDragon> ERROR: Could not find a version that satisfies the requirement twmap (from versions: none)
07:32
<ChillerDragon> ERROR: No matching distribution found for twmap
Avatar
don't do aliases
07:35
fot enuns
07:35
for
Avatar
ws-client BOT 2024-06-25 07:41:42Z
<ChillerDragon> what do i use aliases for then?
Avatar
generic type instanciations
07:56
and when you use libraries that define a type which you want to "import" a little bit in your project
07:56
or for migrations and refactorings
07:56
of libraries
Avatar
Avatar
ws-client
<ChillerDragon> @Patiga sos how to install twmap on intel macs?
I haven't figured out the cross compile method for macos yet, easiest for you would be to just clone the repo and manually compile
Avatar
ws-client BOT 2024-06-25 08:00:53Z
<ChillerDragon> @Patiga manual compile doesnt work either see the issue i opened :(
Avatar
Avatar
ws-client
<ChillerDragon> @Patiga manual compile doesnt work either see the issue i opened :(
can you try the macos branch?
Avatar
ws-client BOT 2024-06-25 08:08:06Z
<ChillerDragon> twstorage also lacks mac support hope thats not a problem
Avatar
that should be alright for the python bindings
Avatar
ws-client BOT 2024-06-25 08:08:40Z
<ChillerDragon> epic macos branch works
08:08
<ChillerDragon> that was fast!
Avatar
(as long as you don't use embed_images_auto)
08:08
:D
Avatar
ws-client BOT 2024-06-25 08:09:03Z
<ChillerDragon> :D
08:09
<ChillerDragon> how do i install the python bindings after cargo build finished?
Avatar
rename libtwmap.dylib to twmap.so, thats your python module which you can put anywhere you want
08:11
to import it from anywhere, you'd need to put it into the python path somehow, tho I have no experience with that
Avatar
ws-client BOT 2024-06-25 08:11:07Z
<ChillerDragon> so import twmap works if im in the same dir?
Avatar
ws-client BOT 2024-06-25 08:11:19Z
<ChillerDragon> woah i assumed there are some python wrappers invovled
08:11
<ChillerDragon> like actual .py files
08:11
<ChillerDragon> and some python package metadata file
08:11
<ChillerDragon> no wonder my type checker freaks out when using twmap
Avatar
heh, well I should figure out some package metadata stuff someday ^^
Avatar
@Jupstar ✪ kernel 6.9 has a new amd pstate driver feature
08:12
Linux 6.9 debuts AMD P-State ‘preferred core’ support in the AMD P-State driver for AMD Zen 2 and later chips. Preferred cores reach a higher maximum frequency than other cores, and this kernel support allows Linux scheduler to pass high priority tasks to those cores specifically.
08:12
i think arch doesnt have amd pstate enabled by def on the kernel
Avatar
e.g. I the module also depends on numpy, which pip doesn't know about
Avatar
ws-client BOT 2024-06-25 08:12:40Z
<ChillerDragon> Imo that information should be in the readme @Patiga as a pyson nob i would have never tried to import a non pyson file
Avatar
Avatar
Ryozuki
@Jupstar ✪ kernel 6.9 has a new amd pstate driver feature
cool, i hope i get some fps back xdd
Avatar
Avatar
ws-client
<ChillerDragon> Imo that information should be in the readme @Patiga as a pyson nob i would have never tried to import a non pyson file
I do have a section for 'Manual Building (on Linux)', but fair, the other systems are missing ^^
Avatar
ws-client BOT 2024-06-25 08:14:22Z
<ChillerDragon> even on linux i would not know what to do
08:14
<ChillerDragon> because im certinally not using podman and some weird tokens for a local install
Avatar
thats another section in the readme
Avatar
ws-client BOT 2024-06-25 08:15:34Z
<ChillerDragon> Ah there in the inline code snippets
08:15
<ChillerDragon> i still thought there was a step missing
Avatar
are the steps too simple? :p
Avatar
ws-client BOT 2024-06-25 08:16:22Z
<ChillerDragon> i guess i was missing the >>> import twmap code snippet
Avatar
good point, that would probably help
Avatar
ws-client BOT 2024-06-25 08:17:00Z
<ChillerDragon> maybe even this
08:17
<ChillerDragon> import target/release/libtwmap.so
08:17
<ChillerDragon> or is it with dots
Avatar
btw if you want to help with the type hints, you could take a look at https://pyo3.rs/v0.22.0/python-typing-hints I'd happily accept a pr :)
Avatar
ws-client BOT 2024-06-25 08:17:50Z
<ChillerDragon> i spend half a day tryint to write stubs for twmap then i rq
08:18
<ChillerDragon> python ecosystem is just too big for me
Avatar
ws-client BOT 2024-06-25 08:18:25Z
<ChillerDragon> every single thing has 100 totally different ways of doing it
Avatar
ws-client BOT 2024-06-25 08:19:35Z
<ChillerDragon> I made it work partially but it would break in different contexts i forgot. Something like neovim pyright would refuse to work at the same time as mypy cli
08:20
<ChillerDragon> But that seems like a good starting point https://pyo3.rs/v0.22.0/python-typing-hints maybe ill look into it some day ill open a issue in the repo to bookmark the link xd
08:21
<ChillerDragon> and the other one can be closed right? or is something blocking the merge of macos to master?
Avatar
yea I'll quickly merge it
Avatar
ws-client BOT 2024-06-25 08:22:37Z
<ChillerDragon> twmap is epic
08:22
<ChillerDragon> and twmap techsupport is even better
Avatar
ws-client BOT 2024-06-25 08:22:56Z
<ChillerDragon> that was a smooth fix ;)
Avatar
yw, glad that you like twmap :)
Avatar
ws-client BOT 2024-06-25 08:50:16Z
<ChillerDragon> Building my own package manager turned out to be more useful than i thought
Avatar
chillerdragon: is it in bash?
Avatar
ws-client BOT 2024-06-25 08:50:49Z
<ChillerDragon> crackman install twmap-py-src
08:50
<ChillerDragon> ofc
08:51
<ChillerDragon> i use it to get bleeding edge software on debian, now for python packages on mac and also for custom projects
08:51
<ChillerDragon> crackman install term-ux-src
08:51
<ChillerDragon> crackman install wireshark-src
08:52
<ChillerDragon> its installed on all of my machines anyways since its part of my dotfiles setup
Avatar
i need to make one for installing neovim
Avatar
ws-client BOT 2024-06-25 08:53:11Z
<ChillerDragon> it manages my PATH. So if i encounter any manual step to install something i slap the 4 commands in some shell script and the next time its just a crackman install package
08:53
<ChillerDragon> which then also offers uninstall and updates
08:54
<ChillerDragon> yep @MilkeeyCat crackman install neovim-src is useful
08:55
<ChillerDragon> Stuff like crackman install greensward is just epic or also installing the teeworlds font system wide xd
08:56
<ChillerDragon> I can highly recommend doing that. I know there are a bunch of package managers out there. But none will ever manage to install EVERY little thing you need for all your systems in the exact version you need it in.
Avatar
I don't know not Klingon neither Braille (edited)
Replying to @ws-client ws-client: EGYT074549784150046> when send klingon and braille translatio…
09:16
Also Braille is not a language
Avatar
Avatar
棉裤
how to get the line with it crashed?
actually it happend on every single pSqlServer->GetString().
Avatar
and same GetInt()
Avatar
ws-client BOT 2024-06-25 09:33:26Z
<ChillerDragon> who needs strings and ints anyways
09:33
<ChillerDragon> database with strings attached hihihi
09:36
<ChillerDragon> foxonaut u here?
09:38
<ChillerDragon> @fokkonaut
Avatar
Do any of you use btrfs?
👋 1
11:36
@Learath2 i heard valve is a lot into btrfs and develops it
11:36
ie sends patches to upstream
11:37
it was added in 1.75
11:37
nice
Avatar
I'm considering btrfs for my laptop, just was curious if anyone was already using it
Avatar
just do it
12:08
gigachad
12:09
@Learath2 is ur laptop a modern zen4?
12:09
use a ~amd64 kernel
12:09
6.9
12:09
has nice stuff
12:09
btw i also have a gaming laptop
12:09
with a 4070
Avatar
Avatar
Ryozuki
@Learath2 is ur laptop a modern zen4?
Yes Celebrate
Avatar
Avatar
Jupstar ✪
help tsfreddie with his virtual reality
don't, i quit my job to not do VR
Avatar
Avatar
archimede67
@TsFreddie need any help? brownbear
not really
12:27
I do have tons of idea for VR games. but i'd rather die with them than to develop for VR companies (edited)
12:27
it's just like a slightly better crypto company
Avatar
Hey, where can I see the physics math for the hook? I mean the formulae for hook to wall and hook to player?
Avatar
charactercore.cpp
12:46
ah no
12:46
gamecore.cpp
12:46
the class is CCharacterCore
Avatar
Avatar
Pathos
Hey, where can I see the physics math for the hook? I mean the formulae for hook to wall and hook to player?
Avatar
chillerdragon BOT 2024-06-25 12:52:12Z
@Pathos: are you THE Pathos? Pathos Ethos Logos CTF legend?
12:55
@Pathos: I pinged you in fng chat and been ghosted for a year!
Avatar
it's rare that chiller is excited to see someone
13:02
hmm
13:02
I feel like i should know this guy\
13:02
why can't i recall
Avatar
Avatar
TsFreddie
I do have tons of idea for VR games. but i'd rather die with them than to develop for VR companies (edited)
Let's make our own company anime_wink
Avatar
Avatar
archimede67
Let's make our own company anime_wink
i'm making my own, thanks for the offer
13:04
But not VR games then
13:04
no competition clause wouldn't allow me to make VR games anyway
13:05
also who are you again?
13:05
kek
Avatar
Oh
13:05
I'm just a rando
Avatar
investigating
13:07
ye idk
Avatar
chillerdragon BOT 2024-06-25 13:07:07Z
@TsFreddie: Pathos legend https://youtu.be/skafAu28xuQ
Avatar
Avatar
chillerdragon
@TsFreddie: Pathos legend https://youtu.be/skafAu28xuQ
ok then
13:08
i think i'm in a weird multiverse thing
13:08
everyone feels unfamiliar to me suddenly
Avatar
chillerdragon BOT 2024-06-25 13:08:35Z
https://www.teeworlds.com/forum/viewtopic.php?id=12146 I wouldn’t be surprised if this movement god would need to read code to optimize his vanilla gameplay
[Guide] Movements: Mechanics of High Speed and Mastery (Page 1) — Tutorials — Teeworlds Forum — Everything Teeworlds!
Avatar
2024 is a great year i guess
Avatar
chillerdragon BOT 2024-06-25 13:11:13Z
The year of the Hannna Montanna Linux desktop
Avatar
chillerdragon: thanks for accepting the invite btw
Avatar
chillerdragon BOT 2024-06-25 13:13:13Z
Can’t promise anything. But I’m here waiting for your orders sir.
Avatar
nah, it was supposed to be public but i don't feel like making it public before i have any code down
13:14
you can just lerk
Avatar
hi Souly
Avatar
@TsFreddie help
Avatar
wutup
Avatar
@TsFreddie you made that teeworlds pvp repo on github right?
Avatar
which
Avatar
the one with multiple gamemodes in one mod
13:32
if you are talking about ddnet-pvp
Avatar
yup yup that one
13:33
@TsFreddie what modes does it support?
13:33
cuz theres no info on github page
Avatar
every standard
13:33
including the two lms
13:33
it was suppose to be the bare minimum for people to develop other mods
Avatar
so its just vanilla gamemodes on ddnet source?
Avatar
so i just recreated every vanilla
13:34
oh also catch probably
13:34
let me double check
13:34
i think catch and instagib might be in a different repo
13:35
cuz i have a small request regarding instagib
Avatar
there wasn't any info cuz that is not really finished
13:35
HUH
13:35
i basically adandoned the project
Avatar
Avatar
Souly
cuz i have a small request regarding instagib
what's that tho
13:36
ye there is catch and instagib in the ddnet-pvp repo
Avatar
i wanted to ask if you could somehow port this mod features to 0.6 https://www.teeworlds.com/forum/viewtopic.php?id=12618
[MOD] InstaShield (0.7.3.1 Instagib) (Page 1) — Modifications — Teeworlds Forum — Everything Teeworlds!
13:36
its just about laser jumps and shield
Avatar
honestly, should be super easy
13:36
but i don't want to
Avatar
i couldnt find any 0.6 version of this
13:36
and this mod is goated fr
Avatar
i tried to ask around for people to pick up ddnet-pvp
13:37
but i think people just prefer to fork instead of contribute
13:37
not that i provided any guide for contributing tho, so probably my fault
13:38
either way, instashield should be pretty easy to make
13:38
you can ask if anyone wants to.
13:38
catxplosion ddnet-pvp is not gonna add any gamemodes even if I continue
13:38
it was supposed to be the base mod for other pvp mods
Avatar
Avatar
TsFreddie
you can ask if anyone wants to.
i asked some people but noone wanted to code this ://
13:41
i have no more people to ask at this point
Avatar
Avatar
Ryozuki
just do it
yeah, why not, I'll give it a go, btrfs on LUKS it is
Avatar
that i know could code
Avatar
ye, then you are probably out of luck
13:42
cuz i sure am not doing it
13:42
maybe in 2017
13:42
not now
Avatar
Avatar
Learath2
yeah, why not, I'll give it a go, btrfs on LUKS it is
keep us updated!
Avatar
Avatar
TsFreddie
not now
😭 😭 😭
Avatar
chillerdragon BOT 2024-06-25 13:45:20Z
@Souly: go you do it
13:45
brain to smol
Avatar
chillerdragon BOT 2024-06-25 13:46:43Z
I promise you it isn’t
13:46
But it might take some time
Avatar
my brain is neurodivergent
Avatar
chillerdragon: when ddnet coding tutorials
13:48
cuz u only made ones for vanilla
Avatar
i don't think anyone here learned ddnet coding via tutorials
Avatar
are there even any?
Avatar
there is one for vanilla made by chillerdragon according to you
13:50
kek
Avatar
i did watch chillers videos
Avatar
ye he has some series of vanilla tutorials lmao
Avatar
I'm try to make a query by stages, but is didn't work well, it's only show point of first stage.
Avatar
(i simp for his voice big time) - chiller when vc again
Avatar
Avatar
meloƞ
(i simp for his voice big time) - chiller when vc again
is it just a german thing
13:52
he voice chatted me once and I find it a little bit diffiult to understand really.
13:52
justatest
13:52
i think he forgot that I was chinese
Avatar
just a little bit tho, i managed to understand nonetheless
Avatar
Avatar
TsFreddie
i think he forgot that I was chinese
doesn't chiller know Chinese?
Avatar
just haven't heard any english in a few years let alone a german accented one
Avatar
Avatar
Teero
doesn't chiller know Chinese?
idk
13:54
does he?
Avatar
i remember chillers motivational speech
Avatar
i managed to converse with deen IRL this year tho. i'm quite proud lol
Avatar
i saw the t-shirt
13:56
im jealous! - i hope i get one too when i meet him (edited)
Avatar
day one of randomly walking around until I find deen: (edited)
Avatar
catxplosion i remember since deen haven't seen me, and I'm awkward af. i just walked up to him and said: "Hey, I know you"
Avatar
i rememver i joined voice too
14:02
with chiller
14:02
remember
14:02
god i cant type
Avatar
btw where are you from ryo
Avatar
u dont know yet?
14:02
catalonia, barcelona
Avatar
(definitly not spain)
Avatar
Avatar
Ryozuki
(definitly not spain)
pain
Avatar
pains
Avatar
omg @Ryozuki hi im fan
Avatar
hi fan im dad
14:06
i left out for a cigar and found out about rust, so i didnt return home because it was unsafe (edited)
14:06
im sorry son
Avatar
i like how i always see you talk about rust
14:07
and i have no idea whats so great about it because im not into this kinda stuff
Avatar
@Ryozuki code instashield for ddnet pls
14:07
i will pay with my smile
Avatar
Avatar
Souly
i will pay with my smile
are you planning on giving it away owo
Avatar
guys sos
14:10
my son is stuck in prison
14:10
bailing out costs 2.5K
Avatar
chillerdragon BOT 2024-06-25 14:10:33Z
wtf
Avatar
they need the money immediatly monkaStop
Avatar
scammer goes rrrrrrrr
Avatar
oh yeah right i dont have a son..
14:11
kek does this actually work on some people?!
Avatar
i believed it
Avatar
chillerdragon BOT 2024-06-25 14:11:19Z
I thought you did?
Avatar
well - its not a son
14:11
justatest
Avatar
i can imagine a metal worker having a kid
Avatar
chillerdragon BOT 2024-06-25 14:11:41Z
Gender reveal
Avatar
oh imagined correctly then
Avatar
i leaked it before iirc
Avatar
Avatar
meloƞ
well - its not a son
how long do we need to wait?
Avatar
oh god. my mom is really sad that i'm not having kids before 30 i think
Avatar
chillerdragon BOT 2024-06-25 14:12:19Z
So what was this post? Xd
Avatar
not that I will after 30 tho
Avatar
í got a whatsapp message of my son needing 2500$ (yes - dollars) - to bail him out of jail ( i live in germany)
14:13
very funny
Avatar
Avatar
meloƞ
í got a whatsapp message of my son needing 2500$ (yes - dollars) - to bail him out of jail ( i live in germany)
oh no your long lost son
14:13
hope he gets well 🙏 (edited)
Avatar
scamming on whatsapp is weird. why would anything in any offical level would use whatsapp
Avatar
idk lmao
Avatar
if you scam with fake kidnapping i'd at least think it is possible tho
Avatar
chillerdragon BOT 2024-06-25 14:15:29Z
Watafak what does IRL mean? Did you meet deen?
Replying to @TsFreddie i managed to converse with deen IRL this year tho. i'm quite proud lol
Avatar
Avatar
chillerdragon
Watafak what does IRL mean? Did you meet deen?
ye i did
Avatar
yes he did, deen was traveling
14:16
didnt you see his sick t-shirt he got?!
Avatar
he's not discord
14:16
understandable
Avatar
you can join #off-topic through matrix tho :o
Avatar
dabs
Avatar
i'm too tired today to write. but i'm afraid of giving up tomorrow.
Avatar
chillerdragon BOT 2024-06-25 14:17:33Z
I didn’t see
Avatar
oh wow - matrix pings wont show up on discord?
Avatar
chillerdragon BOT 2024-06-25 14:17:49Z
deen was in china?
Avatar
chillerdragon BOT 2024-06-25 14:18:05Z
And you walked up to him where?
Avatar
i didn't just walked up to him randomly
Avatar
chillerdragon BOT 2024-06-25 14:18:17Z
It was planned right? Xd
Avatar
chillerdragon BOT 2024-06-25 14:18:29Z
Cool
Avatar
but i did walk up to him knowing that he won't recognize me
14:18
justatest
Avatar
chillerdragon BOT 2024-06-25 14:19:01Z
Was it your first irl meet?
Avatar
with deen? ye
Avatar
chillerdragon BOT 2024-06-25 14:19:20Z
With tw players
Avatar
not really
Avatar
Avatar
Teero
are you planning on giving it away owo
if thats what it takes
Avatar
i met a few teeworlds players irl
Avatar
chillerdragon BOT 2024-06-25 14:20:20Z
Pro
14:20
We for sure need a website to swipe tees near by
14:20
And have a big tree of who met who
14:21
maybe graph is a better word than tree
Avatar
teekemon go
heartw 1
Avatar
chillerdragon BOT 2024-06-25 14:21:48Z
Yep
14:21
Yep
Avatar
teemegle.tv (edited)
Avatar
Avatar
meloƞ
teemegle.tv (edited)
rip
Avatar
that site would abuse underage tees
Avatar
chillerdragon BOT 2024-06-25 14:23:37Z
Yes that is a concern of mine too
Avatar
i only really met some random people who just happen to play tw too
14:24
but i never met anyone i know from teeworlds irl
Avatar
chillerdragon BOT 2024-06-25 14:24:25Z
No way
owo 1
Avatar
i just have chiller sitting on my desk
Avatar
Avatar
chillerdragon
No way
ye thats kinda rare too i guess
Avatar
chillerdragon BOT 2024-06-25 14:24:46Z
How did you find tw player irl
14:24
That’s not a thing xd
Avatar
well all tw players look like tees irl
14:25
so its not that hard
Avatar
chillerdragon BOT 2024-06-25 14:25:37Z
xd
14:25
Round?
14:26
and they have no legs
14:26
just feet
Avatar
chillerdragon BOT 2024-06-25 14:26:34Z
How do you know it’s not Kirby gamers?
Avatar
because kirby music is not playing when ur near them
Avatar
chillerdragon BOT 2024-06-25 14:27:14Z
Ah smart
14:27
I will try tomorrow to find some
Avatar
now that i think about it
14:27
i kinda sound like a tee
14:27
when i talk irl
Avatar
chillerdragon BOT 2024-06-25 14:28:07Z
Sure
Avatar
muffled teeworlds screams
Avatar
i really want to write some articles
Avatar
discord is so dogshit man
15:03
i actually feel like doing a chiller type move
Avatar
i would if i'm not in china
15:03
matrix is a bit weird to setup here.
Avatar
the app just keeps finding ways to work worse and worse every day
Avatar
where do ddnet error logs go
Avatar
yo what causes these (connecting) players?
Avatar
oh wow i never thought about this
15:19
i've been using famitracker, never thought there would be a tracker that just includes all the chips...
Avatar
Avatar
TsFreddie
matrix is a bit weird to setup here.
how restricted are u? cant u just vpn and get evrything u want?
Avatar
lets just say, vpn usually just doesnt work here
Avatar
Avatar
_N00P_
where do ddnet error logs go
Avatar
Avatar
TsFreddie
lets just say, vpn usually just doesnt work here
so they blocked known vpn servers?
Avatar
and vpn protocols
Avatar
Avatar
Gumba
Click to see attachment 🖼️
Avatar
i would move away tbh, that sounds scary
Avatar
we use obscure proxy protocols that some random dude made and hope it doesnt die in 2 years
✅ 1
15:29
new protocols constantly drops tho
15:30
i dont know why thats scary other than just annoying
Avatar
chiller i lost our chat history gg
15:34
Avatar
Avatar
melon
chiller i lost our chat history gg
why you don't do end-to-end encryption just willynilly
Avatar
i encrypt all my private messages - and i may or may not have lost the decryption key
15:36
encrypt my heart
Avatar
already did
Avatar
Avatar
melon
chiller i lost our chat history gg
had the same issue :C
Avatar
does matrix remind you to backup decryption keys?
Avatar
afair the actual decryption key can be either a generated security key or a set password
Avatar
I'm thinking of setting up matrix for company uses, but i don't know if the technical and security side would really clicks for regular people. (edited)
15:39
i use cinny as a client - which i like very much
Avatar
imagine a regular office worker seeing E2E room keys
Avatar
well actually downloading and joining it is the same as any other clientside chat platform
15:39
you sign up and log in :D
Avatar
you dont have to bother about encryption
15:40
but its neat if you care
Avatar
does it not encrypt by default?
Avatar
i think its end-to-end encrypted by default
Avatar
i think losing access to chat history could be a thing that frustrate people?
Avatar
meh - iirc i asked chiller a question, he called me dumb and then we went 180° and talked about old youtube videos we both made and laughed about it
Avatar
oh wow that was 9 months ago
15:42
Avatar
for company uses i'd like a self-hosted chat platform that is just self contained. not really need to be that secured, as long as the hosting is secure enough i think.
Avatar
look at me - playing 8 years ago doing youtube videos!
Avatar
Avatar
TsFreddie
for company uses i'd like a self-hosted chat platform that is just self contained. not really need to be that secured, as long as the hosting is secure enough i think.
im sure there are
15:43
btw u can make ur own irc server with whitelist based on local network or ips
15:43
there was also a discord open source alternative
Avatar
ye, but image hosting and voice would be neat to have at least
Avatar
Avatar
Ryozuki
im sure there are
ye thought so too, but i haven't really looked up any
15:44
i know godot uses rocket.chat for collaboration not sure where that one stands
Avatar
Accelerate mission critical work in complex environments with a customizable, self-sovereign collaboration hub.
15:44
this
15:44
open source
Avatar
also host your own git cloud
15:45
!
Avatar
i already had my own gitea instance
Avatar
dont use gitea
Avatar
that seems cool
Avatar
use forejo
15:45
This is a Forgejo instance hosted by Edgar
Avatar
my instance
Avatar
written in Go
15:45
ggwp
Avatar
forgejo is a gitea fork
15:46
with more stuff
Avatar
oh ok
Avatar
and truly open source
15:46
and federated
15:46
well federation is experimental
Avatar
and opt in
Avatar
what is federation again?
Avatar
but the dark theme is cool af
15:46
better than gitea
15:46
federationn in this case is being able to use ur account in ur own instance and comment on a instance of another in a repo for example
Avatar
i always wondered, are you able to create Pull requests cross-cloudservice?
15:47
i never tried
Avatar
Avatar
Ryozuki
federationn in this case is being able to use ur account in ur own instance and comment on a instance of another in a repo for example
so matrix
Avatar
most federation is based on activitypub
Avatar
i actually haven't really find any problem with gitea yet
15:47
i'll migrate once i have
15:47
xd
15:47
i even have ci runners
Avatar
gitea has that too now?
15:48
plus i was a drone ci user anyway
15:48
Forgejo was created in October 2022 after a for profit company took over the Gitea project. It exists under the umbrella of a non-profit organization, Codeberg e.V. and is developed in the interest of the general public. In the year that followed, this difference in governance led to choices that made Forgejo significantly and durably different from Gitea. You will find below the most important reasons to choose Forgejo over Gitea. For an exhaustive comparison of software forges, the corresponding Wikidata project can be used as a reference.
Avatar
you don't have to copy, i can click
15:49
Forgejo is developed using Forgejo, tested and released using Forgejo Actions. Gitea is developed on GitHub, tested and released using GitHub Actions.
15:49
this is a big statement
15:49
forgejo beleives in their own software
15:49
gitea not
15:50
ye
15:50
maybe you can break mine so i have to migrate
15:53
Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go
15:53
justatest
Avatar
why use non default port
Avatar
Avatar
Ryozuki
why use non default port
443 is banned by ISP
Avatar
enterprise link is like 1000 times more expensive than home internet
15:58
so they obviously don't want you to just buy home links to host websites
16:02
epic
16:02
i love firefox
Avatar
Avatar
TsFreddie
new protocols constantly drops tho
How do they even detect protocols, even with deep packet inspection it wouldn't really look much different to any other encrypted traffic
Avatar
Avatar
Learath2
How do they even detect protocols, even with deep packet inspection it wouldn't really look much different to any other encrypted traffic
no idea
16:12
maybe they just tried really hard to block services so no openvpn servers are left
16:12
or wireguard
16:13
also there are literal research papers about detecting encrypted protocol traffics
16:14
and patents apparently
16:14
Patent application. English name of invention: V2ray traffic identification method based on long-term and short-term memory network. Transcription of author's...
Avatar
Avatar
Learath2
How do they even detect protocols, even with deep packet inspection it wouldn't really look much different to any other encrypted traffic
otherwise i have no idea why i have to use vless, shadowsockr, brook, hysteria2, trojan or snell or any of the weird ones.
16:20
owo
Avatar
interesting, I'll have to research this later, I was under the impression that encrypted traffic is pretty much opaque and your only hope is to gather stuff from traffic pattern
Avatar
even then that is not that stable, i used to host my own instances for brook, but it started to just cut off after a while and comes back three hours later
16:22
now i just buys from randos that rotates servers and ips daily
16:22
so technically i can be MITMed
Avatar
is neovim a new thing or i'm just stupid back in 2014
Avatar
now new but more relevant now
17:24
dev was stalled in 0.4 for a looooong time and now it got fast dev
Avatar
thats what i thought
17:26
i learnt vim in 2015 iirc. but since i switched to colemak since 2010, i have to maintain a weird binding myself and keep finding issues with it every time i tried to pick vim up later
17:26
i don't even know where was my old vim config now
17:27
anyway, just thinking maybe i should get back to vim
17:27
probably not tho
17:29
one of my coworker had vim keybinds in his jetbrains... i realized immediately but failed to locate the I key on a qwerty layout in less than 0.2 second and got the standard "ye, just hit I". now i'm ashamed
Avatar
didn't tell him what i was really struggling with tho, cuz i'm nice
17:30
owo
Avatar
🌌TGYT_ARASH🌌 2024-06-25 18:40:18Z
how i can make a KoG server?
Avatar
maybe ask kog. they have their own discord
Avatar
🌌TGYT_ARASH🌌 2024-06-25 18:43:26Z
can you send me KoG discord?
Avatar
why does this code panics? thonk fn main() { dbg!(i16::MIN.abs()); } thread 'main' panicked at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/num/mod.rs:312:5: attempt to negate with overflow note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace (edited)
Avatar
because
Avatar
it overflows because you're calling .abs on -32.000 smth (forgot the actual size)
Avatar
wait, got it
Avatar
if you try to get its absolute value you get a number outside of its range
Avatar
it's 1 less
19:20
767 vs 768
Avatar
(2^16 -1) cannot be devided by 2
19:20
where -1 is the 0
Avatar
epic 16bit number shenanigans
19:25
-32768 ~ 32767
Avatar
im trying to solve this problem in my compiler for last week 😦
Avatar
-2147483648 ~ 2147483647
19:26
are you all machine code wizard or what
Avatar
im monkey
Avatar
no you're MilkeeyCat
Avatar
shut
Avatar
check out this beauty
Avatar
lets see how much this breaks pepepopcorn
Avatar
i wish chinese keyboard has our own layout
Avatar
Avatar
TsFreddie
check out this beauty
the letters Freddie, what do they mean
Avatar
chinese phonetic symbols (or zhuyin / bopomofo)
Avatar
i always thought you guys had some crazy keyboard layout
19:28
but thats just regular qwerty
Avatar
mainland phased these out in favor of pinyin using latin alphabet
19:28
so our keyboard is literally just US
19:29
this is chinese pinyin layout lmao
19:29
its just US
19:29
justatest
19:29
i really wish we had cool symbols on our keyboard
19:30
does anyone really prefer ISO over US. does europe use ISO mostly
Avatar
yo how can i set a timeout for something like net_tcp_recv?
19:56
nvm i got it :D
Avatar
Avatar
Teero
yo what causes these (connecting) players?
People getting filtered by davides ddos protection usually I think
20:02
Or downloading the map?
Avatar
might be
Avatar
I was setting up my laptop through ssh, almost accidentally nuked my desktops /boot partition GuraScared
21:07
I need to add some sort of indication to terminal windows I'm ssh'd on
21:07
Maybe I'll tint the background slightly red
Avatar
On windows i use putty / win scp
21:40
Win scp is great for config stuff where you have multiple editors open (edited)
Avatar
developing remotely is a pain
21:42
i avoid it whenever
21:42
i write it locally and put it on a git repo or smth
21:42
but when i don't i just nano + tmux over ssh
Avatar

Checklist

  • [ ] Tested the change ingame
  • [ ] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added coverage to integration test
  • [ ] Considered possible null pointers and out of bounds array indexing
  • [ ] Changed no physics that affect existing maps
  • [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-ad...
Avatar
I'm try to make a query by stages, but is didn't work well, it's only show point of first stage. What's wrong with it?
Avatar
what's going wrong
Avatar
5f9d97a Extract CUi::RenderProgressBar function - Robyt3 d1516a1 Refactor client loading screen rendering - Robyt3 ab729e0 Minor refactoring of client loading - Robyt3 e135145 Ensure logged time covers whole CGameClient::OnInit function - Robyt3 877096f Fix alignment of progress bar while updating client - Robyt3 b0a1135 Merge pull request #8521 from Robyt3/Client-Loading-Improvements - def-
Avatar
It's should put 2 msgs.
Avatar
313f44f Update russian.txt - Yacinello-droid 1cf8761 Merge pull request #8522 from Yacinello-droid/patch-1 - def-
Avatar
Avatar
棉裤
It's should put 2 msgs.
Maybe message is sent to the player themselves?
Avatar
Player can't get msgs too
22:30
I'm try to add some sleep (), still 1 msg.
Avatar
ws-client BOT 2024-06-25 23:15:39Z
<ChillerDragon> @Learath2 setting up a new laptop through ssh the most fun thing ever. Having a clipboard, a browser, the right keyboard layout and credentials is sooo amazing!
23:15
<ChillerDragon> ssh in general is the best thing ever made
23:17
<ChillerDragon> but yes there is always the risk something goes horribly wrong :D At work I made sure all our production servers have the most intense ssh theme. I trained my self to instantly slow down typing speed and verify twice when i see the scary ssh :D
Avatar
Avatar
棉裤
Player can't get msgs too
try adding a dbg_msg inside CScoreWorker::ShowPoints see if that is being called twice atleast
Avatar
i tried
Avatar
ws-client BOT 2024-06-25 23:28:19Z
<ChillerDragon> @Ryozuki for me https://git.edgl.dev/edg-l/rustyman is 404 once im logged in :c
Huffman compression and decompression implemented in rust
Avatar
but don't care it. I change a query way. (edited)
Avatar
Avatar
ws-client
<ChillerDragon> @Ryozuki for me https://git.edgl.dev/edg-l/rustyman is 404 once im logged in :c
privilege de-escalation
23:40
Vulnerability Localization In the initial phase of vulnerability analysis, due to the absence of readily available PoCs or detailed analysis reports, we first attempted to read and understand the patch code for CVE-2023-4863 in the upstream repository of webmproject/libwebp. However, the WebM Project’s official patch was relatively complex, maki...
Exported 611 message(s)