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 2023-12-31 00:00:00Z and 2024-01-01 00:00:00Z
Avatar
With cl_dummy_copy_moves set to 1, if you have hammered at all and then switch dummies, your new dummy will hammer automatically. This repeats each time you switch dummies. The reason for this is that the code calculates the difference between the first and last input data; however, when switching, I guess the m_aLastData[g_Config.m_ClDummy] actually refers to the dummy, not the player (which was the player right before switching) (this is just a guess, but in my testing, it checks...
🐴 1
Avatar
ChillerDragon BOT 2023-12-31 06:42:38Z
@heinrich5991 imo the non teeworlds "run server" icon is noticible breaking style
🐴 1
06:42
06:46
and ofc the KOG logo in the browser https://zillyhuhn.com/cs/.1704005171.png
🐴 1
06:50
oh and when you only play run like fudgy does it teeworlds client is nice since it has native race support
06:50
06:50
a dedicated timer not messing with the gametimer
Avatar
that's neat but unique race does something else
Avatar
ChillerDragon BOT 2023-12-31 06:51:18Z
not sure if ddnet client can show such a high precision on times there might be a setting for it
06:51
thanks to furo ddnet now has all the other 0.7 niceties such as finish msgs
06:57
chiller wanna join us in springlobe 3
06:57
someone's about to leave i think
Avatar
ChillerDragon BOT 2023-12-31 06:57:27Z
i have no mouse xd
06:57
how do you not have a mouse
Avatar
ChillerDragon BOT 2023-12-31 06:57:41Z
i only have laptop w touchpad
Avatar
do it anyway
Avatar
ChillerDragon BOT 2023-12-31 06:57:46Z
im travelin
Avatar
you're gores goat
Avatar
ChillerDragon BOT 2023-12-31 06:57:50Z
xd
Avatar
u forget to bring a mouse or what
Avatar
ChillerDragon BOT 2023-12-31 06:58:04Z
i did not plan to game
06:58
and i wont
Avatar
fucked up
Avatar
ChillerDragon BOT 2023-12-31 06:58:19Z
just shittalkin on irc and a bit of codin 0.7
06:59
mo has taken your spot
06:59
he is a baller
Avatar
ChillerDragon BOT 2023-12-31 06:59:58Z
how does china man have 50 ping
Avatar
immigration
Avatar
ws-client BOT 2023-12-31 07:00:26Z
<ChillerDragon> totally worth to migrate to another ping zone
Avatar
lol i mean
07:00
he already lived in the usa
Avatar
ws-client BOT 2023-12-31 07:03:12Z
<ChillerDragon> @Jupstar ✪ test5 2 months ago?!
Avatar
what is it
07:05
pg rated ddnet?
07:06
ddnet with NO GUNS
Avatar
ws-client BOT 2023-12-31 07:10:17Z
<ChillerDragon> no its ddnet written in pure postgresql
Avatar
ChillerDragon BOT 2023-12-31 07:10:42Z
jk its jopstis ddnet2 project he talks about all the time
07:11
blazingly moddable pvp gameplay first rewritten from scratch teeworlds client written in badass rust
07:11
and pg stands for playground since it is highly experimental and work in progress
07:13
what about fred's thing
07:13
not the first time i heard about a modular tw server
Avatar
ChillerDragon BOT 2023-12-31 07:14:55Z
yea my sentence misses punctuation
07:14
"pvp gameplay first"
Avatar
i believe fred's is also pvp oriented
Avatar
ChillerDragon BOT 2023-12-31 07:15:37Z
it has no ddrace support so the "dd" and "ddnet2" is highly misleading. It was a marketing decison since "teeworlds2" does not look as cool according to jopsti
07:15
damn
Avatar
ChillerDragon BOT 2023-12-31 07:18:12Z
@Avolicious did you realize that the heated 1 week ongoing discussion at https://github.com/ddnet/ddnet/issues/7699 is happening without deen?
What would you think about fostering the open-source spirit of DDNet/Teeworlds and requiring all future communities that are included to be open-source? The KoG case is special IMO and should be gr...
07:18
publishing your code does not mean you have to be assed with every single pr
07:18
or issue
07:19
also its not only deen who is explaining ppl how to fix shit in the #questions and #bugs channel
07:19
you do not need to have time to open source some yamls
07:20
you need time if you want to actively support your users yes. But that is imo not a requirement for it to be open source. Id argue it is open source as soon as the source is open as in readable to everyone.
Avatar
just zoomed out
07:21
feelin Great
Avatar
ChillerDragon BOT 2023-12-31 07:22:02Z
zooz
07:22
ban
Avatar
ChillerDragon BOT 2023-12-31 07:22:20Z
i tell onbgy u zoozing
Avatar
zoom is allowed doe
Avatar
ChillerDragon BOT 2023-12-31 07:22:46Z
@onbgy
Avatar
you're fired
Avatar
ChillerDragon BOT 2023-12-31 07:22:56Z
reported
07:27
chiller circle which part u made
Avatar
chillerdragon BOT 2023-12-31 07:52:43Z
wot i made a part?
07:52
Dude that map is old
07:53
axaxax ofc i sneaked block gameplay in
07:53
this is such a troll part
07:53
but we are getting laser
Avatar
why c++ is so goofy-ass that won't even print cyrillic normally on windows?
08:01
use wide chars
08:02
or utf 8
Avatar
i tried...
Avatar
well, i tried this, and also SetConsoleCP(1251) and it still prints garbage
Avatar
std::wcout << L"cyrillic string" << std::endl;
08:05
ur giving it single byte char literal
Avatar
Avatar
Ewan
std::wcout << L"cyrillic string" << std::endl;
nah
Avatar
Is this in teeworlds code? We should be handling unicode properly already when printed through dbg_msg. Windows console is a disgusting beast. A patchwork abomination
Avatar
looks standalone
Avatar
Avatar
Learath2
Is this in teeworlds code? We should be handling unicode properly already when printed through dbg_msg. Windows console is a disgusting beast. A patchwork abomination
It's not, i just consider you as good samaritans who would help with general c++ problems 👉 👈
Avatar
this seems like a cmd issue
08:09
which shell is clion using
Avatar
Does your locale support russian?
Avatar
u can try cmd /u iirc
08:10
or chcp something something
Avatar
Avatar
Learath2
Does your locale support russian?
yeah, system itself is in russian
Avatar
im just gonna google it
Avatar
Honestly, I never figured out how to make windows do the right thing by sticking to the standard. We just use WriteConsoleW
Avatar
it's baffling that wcout is not enough
08:12
typical windows shenanigans
Avatar
I remember reading that it works on newer windows if you change the codepage of the wcout stream itself
Avatar
Avatar
Anime.pdf
It's not, i just consider you as good samaritans who would help with general c++ problems 👉 👈
did u read the SO answer
08:14
give _setmode(_fileno(stdout), _O_U16TEXT); a shot
Avatar
Try wcout.imbue() after your setlocale
Avatar
dont u need locale param for that
Avatar
Avatar
Ewan
give _setmode(_fileno(stdout), _O_U16TEXT); a shot
xd
08:17
it actually happens when i use default cout, and it also doesnt print it
Avatar
Avatar
Ewan
u can try cmd /u iirc
didnt work
Avatar
Avatar
Ewan
give _setmode(_fileno(stdout), _O_U16TEXT); a shot
This also might help
Avatar
may work on older windows as well
Avatar
Avatar
Anime.pdf
xd
Do you still have the Ls before the string literals?
Avatar
yeah
Avatar
Comment out the cout maybe and just try wcout
Avatar
yeah, i tried and it still prints this... (edited)
Avatar
Allah willing one day windows console will support unicode without this mess
Avatar
chillerdragon BOT 2023-12-31 08:21:08Z
isnt hui ruski for dick?
Avatar
Avatar
chillerdragon
isnt hui ruski for dick?
yeah, its most common test word i guess
Avatar
chillerdragon BOT 2023-12-31 08:21:31Z
Xd
Avatar
first thing that comes to mind owo
Avatar
chillerdragon BOT 2023-12-31 08:21:39Z
lmao
Avatar
Are you doing setlocale still?
08:23
i just will try to use WriteConsoleW
Avatar
ill look once i die again
Avatar
maybe make every output via my custom class monkaStop
Avatar
currently skipping
Avatar
Can you give me the string you are trying to print?
Avatar
server хуй
Avatar
int main() { // setlocale(LC_ALL, "Russian"); _setmode(_fileno(stdout), _O_U16TEXT); // wcout.imbue(std::locale()); wprintf(L"server хуй\n"); // wcout << L"server хуй" << endl; // std::cout << "e" << std::endl; return 0; }
08:29
the following works for me
08:29
but not wcout
Avatar
Common C W
Avatar
Dragonball you still here?
Avatar
Avatar
Ewan
the following works for me
doesnt for me
08:33
im cursed i guess
Avatar
Btw just don’t ever mix cout and wcout
justatest 1
Avatar
Avatar
Anime.pdf
im cursed i guess
Have you tried on just a plain cmd?
08:34
IDEs sometimes do bizarre stuff to their terminals
Avatar
oh yeah i was using mintty with fish not cmd ^^
Avatar
Anyways, IMO just never use wchars
08:36
Windows is an oddball that hasn’t supported utf8 properly ever. Just do utf8 on all platforms and output utf16 to windows consoles
Avatar
Jupstar ✪ BOT 2023-12-31 08:36:47Z
chillerdragon: chillerdragonball you still online?
Avatar
Avatar
Learath2
Have you tried on just a plain cmd?
yep
08:38
i used SetConsoleCP(65001); SetConsoleOutputCP(65001); and it just kinda started working, but smh i get gibberish on error handling
08:38
Avatar
lol now runtime is using the wrong locale
08:38
oih maybe i misunderstood
Avatar
Jupstar ✪ BOT 2023-12-31 08:39:46Z
omg chillerdragon i have that desire to open github issues to ping you
Avatar
@Anime.pdf it might be cmd /U :x
Avatar
Avatar
Ewan
@Anime.pdf it might be cmd /U :x
nah, printing cyrillic with cout works fine
08:42
so its something with i have no clue what
08:42
but not console already
Avatar
Jupstar ✪ BOT 2023-12-31 08:42:32Z
try test6, also do rustup update before instructions from root dir: cargo build --release time ./target/release/ddnet-playground quit and then check against tw 0.7
Replying to @ChillerDragon ws-client: Jupeyy_Keks454802464411689> test5 2 months ago?!
Avatar
Avatar
Learath2
https://devblogs.microsoft.com/commandline/windows-command-line-unicode-and-utf-8-output-text-buffer/ I probably sent this blog post a while back but until like 2018 the console was extremely bizarre
^^
Avatar
Jupstar ✪ BOT 2023-12-31 08:42:40Z
and if i don't win, kill me
Avatar
i kinda love windows, but i kinda hate developing anything under windows
Avatar
what kind of love do you feel for windows?
Avatar
I use gentoo btw
Avatar
what kind of love do you feel for gentoo
Avatar
Avatar
Jupstar ✪
what kind of love do you feel for windows?
i dont have to start terminal to do 99.9% of tasks
08:45
and i cant delete system
08:45
by accident
Avatar
Avatar
Jupstar ✪
what kind of love do you feel for gentoo
I have to start terminal to do 99.9% of tasks
Avatar
Avatar
Anime.pdf
i dont have to start terminal to do 99.9% of tasks
when was the last time you used a linux that is targeted for "normal" ppl?
Avatar
also adobe stuff is kinda nice
Avatar
Avatar
Jupstar ✪
when was the last time you used a linux that is targeted for "normal" ppl?
i used fedora
08:46
mainly
08:46
for almost 2 years
08:46
it was nice
08:46
but terminal needed for at least 50% of tasks
08:46
and smth breaks
08:46
constantly
Avatar
that's simply not true xD
Avatar
or needs additional setting up
Avatar
Avatar
Jupstar ✪
that's simply not true xD
that's my honest user experience justatest
08:47
developing experience is 100% positive tho
Avatar
well i gave ubuntu with gnome to ppl that i consider complete noives with computer. It's still easier than windows, bcs the ui is so slim and can't do anything useful, and the store is basically like stores for mobile phones
08:49
i'd claim ubuntu is easier than windows, if you don't do anything customizable
Avatar
jupstar come play springlobe 3 swap this guy
08:49
the's leaving
Avatar
i go take a shower now, then eat, then dunno
08:49
he's leaving soon
Avatar
then tell him good bye from me
Avatar
Avatar
Jupstar ✪
i go take a shower now, then eat, then dunno
What os u use?
08:50
almost typed devuan just thanks to fat fingers
Avatar
i use debian with KDE
08:50
i use debian bcs: i don't want to self compile as much as possible
08:50
if u give me a faster alternative with similar amount of pre compiled packages, i'd use that
08:50
but arch has WAY too many AUR packages
08:50
and gentoo is nogo for me xd
Avatar
Avatar
Jupstar ✪
i use debian bcs: i don't want to self compile as much as possible
I love updating packages for 6 hours. I have much time to think bout life and such
Avatar
i want it simple and still powerful xd
Avatar
debian is based
Avatar
To have dev role any commit has to be merged or only useful for ddnet client one justatest
Avatar
lynn had dev role after commiting "changing comments in code to gender-neutral" or smth like that
08:55
greenthing
Avatar
when's ur shower man
Avatar
Avatar
Anime.pdf
lynn had dev role after commiting "changing comments in code to gender-neutral" or smth like that
So i can commit use capital letters at the beginning of the sentences and will be a dev
08:58
Gud
Avatar
Avatar
Ewan
when's ur shower man
Now, wanna join?
😬 2
Avatar
love this part
Avatar
How secure is uploading a .kdbx file on GitHub with ~30 chars master password thonk
09:01
very secure
09:01
but less secure than not uploading it
Avatar
I think if i don't upload it somewhere ill lose it eventually
Avatar
why github
09:03
and not private drive or smth
Avatar
Avatar
MilkeeyCat
How secure is uploading a .kdbx file on GitHub with ~30 chars master password thonk
The biggest problem is that it has to timeout. So you can brutally brute force it
09:12
No timeout
Avatar
Avatar
Jupstar ✪
The biggest problem is that it has to timeout. So you can brutally brute force it
Imagine someone spending time to get MilkeeyCat's passwords
Avatar
Avatar
Anime.pdf
lynn had dev role after commiting "changing comments in code to gender-neutral" or smth like that
thought she made some web changes
Avatar
Avatar
louis
thought she made some web changes
i followed only main repo changes ngl
Avatar
that being said pls send dev role 🥺
Avatar
chillerdragon BOT 2023-12-31 09:32:11Z
That works better than pinging in this channel. Because i have no notifications for this channel. I have github mobile notfications active. Feel free to create issues here to ping me https://github.com/ChillerDragon/github-meta
Replying to Jupstar ✪ omg chillerdragon i have that desire to open github issues to ping you
Avatar
how was ur shower jupstar
Avatar
chillerdragon BOT 2023-12-31 09:35:42Z
Use nixOS
Replying to @Jupstar ✪ and gentoo is nogo for me xd
09:37
In 5yrs a 12yo skid with quantom phone can crack it in 60 seconds
Replying to @MilkeeyCat Imagine someone spending time to get MilkeeyCat's passwords
09:39
Sefa: @Scrumplex help sell nix. You said something about binaries. With jopsti you have potential customer
Avatar
chillerdragonball: did u test now?
Avatar
nix rocks
Avatar
nix is german for nothing so u said nothing rocks
09:39
xd
Avatar
Avatar
Jupstar ✪
The biggest problem is that it has to timeout. So you can brutally brute force it
Does this not use a slow kdf?Z
Avatar
chillerdragon: what did i do to those 12yo kiddos 😦
Avatar
Actually bruteforcing the 256 bits that make up the actual encryption key should be of no concern, it won’t happen in the lifetime of our universe unless aes has a secret weakness
Avatar
Avatar
MilkeeyCat
justatest
def inaccurate xdd i think this is ok website https://bitwarden.com/password-strength/
Bitwarden offers the most trusted password tester tool to ensure your password strength will protect your online information. This free password strength tester is secure and easy to use. Test your passwords and explore the latest best practices to protect your online information.
Avatar
Avatar
Learath2
Does this not use a slow kdf?Z
what i meant is, there is no limit of parallelization additionally he already said the pw is 30 chars xd
Avatar
Avatar
Teero
def inaccurate xdd i think this is ok website https://bitwarden.com/password-strength/
09:43
what is your pass?
Avatar
yes pls tell me ur password
Avatar
Avatar
Jupstar ✪
what i meant is, there is no limit of parallelization additionally he already said the pw is 30 chars xd
I mean with a kdf even if you were to massively parallelize it will be agonizingly slow
Avatar
Avatar
Learath2
I mean with a kdf even if you were to massively parallelize it will be agonizingly slow
yeah i mean i wont expect him to get hacked anyway, bcs he has no money 😏
Avatar
Avatar
Teero
what is your pass?
how to write ` in between two other ?
Avatar
Avatar
MilkeeyCat
how to write ` in between two other ?
wat? (edited)
Avatar
chillerdragon BOT 2023-12-31 09:44:56Z
Im in da zoo
Replying to @Jupstar ✪ chillerdragonball: did u test now?
Avatar
Avatar
Teero
what is your pass?
6lX5}506jKoPT|[_`G82^SKaO?)t:;
Avatar
chillerdragon BOT 2023-12-31 09:45:05Z
Didnt bring laptop
Avatar
Avatar
MilkeeyCat
6lX5}506jKoPT|[_`G82^SKaO?)t:;
hope you dont have it memorized
Avatar
Avatar
chillerdragon
Im in da zoo
wtf, stop zoos
09:45
evil
Avatar
Avatar
chillerdragon
Im in da zoo
you see ape?
Avatar
chillerdragon BOT 2023-12-31 09:45:43Z
? Watafak u talkin
Replying to @MilkeeyCat chillerdragon: what did i do to those 12yo kiddos 😦
Avatar
Avatar
Teero
hope you dont have it memorized
ill generate new and will memorize it 😬
Avatar
chillerdragon BOT 2023-12-31 09:45:52Z
Yes i see ape
Avatar
Avatar
MilkeeyCat
ill generate new and will memorize it 😬
no no dont generate new
09:46
current is ok!
Avatar
Avatar
chillerdragon
Yes i see ape
🐒
Avatar
chillerdragon: u were saying that 12yo kids with quantom phone can crack my password in 60 seconds
Avatar
chillerdragon BOT 2023-12-31 09:46:43Z
A those. Ye they just bored and want to steal your coin
Replying to @MilkeeyCat chillerdragon: what did i do to those 12yo kiddos 😦
Avatar
Wasn't it pretty much settled that passphrases are better than random passwords and are infinitely more memorizable
Avatar
Avatar
Learath2
Wasn't it pretty much settled that passphrases are better than random passwords and are infinitely more memorizable
just memorize the page number of a dictionary and then thats your pass
Avatar
chillderdragon: they better to and hack yter first https://github.com/ThePrimeagen/ansible/tree/master/auth_codes
Avatar
chillerdragon BOT 2023-12-31 09:48:45Z
How do you remember that? You type it manually?
Replying to @MilkeeyCat 6lX5}506jKoPT|[_`G82^SKaO?)t:;
Avatar
german words also help
09:49
they are in no crack dictionary
09:49
xd
Avatar
Avatar
chillerdragon
How do you remember that? You type it manually?
why not justatest
Avatar
chillerdragon BOT 2023-12-31 09:49:34Z
There are better langs than ger for passwords
Avatar
Sprinkle in just a couple special characters in there and it should be impossible to bruteforce in any sane timeframe
Avatar
whats the lowest amount of chars you go that are centuries safe?
09:51
Avatar
What's a character?
09:52
You mean bytes in UTF-8 or what exactly are we counting? ö = 2 bytes
09:52
is a character
09:53
æ is also a character
09:53
okay website inaccurate xd
thonk 2
Avatar
u can also add emojis in passwords 😬
09:57
hmm yes very easy to crack
Avatar
chillerdragon BOT 2023-12-31 09:58:01Z
Dude milkeey how do you remember that password?? tell me!! Do you enter such a beast by hand?!
09:58
Everytime you need to access a pw
Avatar
maybe a crack-like emoji is harder to crack: 💊
Avatar
chillerdragon BOT 2023-12-31 09:58:39Z
Xd
Avatar
can i use an image like a file needed to open keepass database justatest
Avatar
no it seems not
Avatar
chillerdragon BOT 2023-12-31 10:00:13Z
You can base64 any image
10:00
Thats actaully a cool idea
10:00
Imagine you use a publicly available image as pass
justatest 1
Avatar
chillderdragon: YEP
Avatar
chillerdragon BOT 2023-12-31 10:00:45Z
Then you just need access to a base64 tool
Avatar
thats what ive thought about
Avatar
chillerdragon BOT 2023-12-31 10:00:55Z
Sounds good to me
10:01
Dude thats genius
10:01
I might do that
Avatar
yea just drag and drop your pass image straight into that tty0
Avatar
so take img of this:
10:02
encode as base64
10:03
and then u have strong PW?
Avatar
chillerdragon BOT 2023-12-31 10:03:18Z
Its not very unique image
10:03
Better use something that is not a standard emoji
Avatar
it has a very small white thing on top
10:03
and it has grey background like discord
Avatar
chillerdragon BOT 2023-12-31 10:03:52Z
Maybe instagram pic of your favrite tiktoker
Avatar
i want to see you cracking it xd
Avatar
chillerdragon BOT 2023-12-31 10:04:10Z
Then it suddenly is behind auth wall and you need the image to auth
10:04
gg
Avatar
it works with .jpg as well justatest
Avatar
chillerdragon BOT 2023-12-31 10:05:06Z
Dude imagine you can just auth on any airport pc with a fakin 512 long password from duckduckgo images in 2 seconds
Avatar
dragon: can u pls stop zoosing
Avatar
chillerdragon BOT 2023-12-31 10:05:19Z
I am in a mall now
10:05
Ok i put phone away ill test ur stuff later
Avatar
ping me
10:05
else i overread
Avatar
Avatar
chillerdragon
Dude imagine you can just auth on any airport pc with a fakin 512 long password from duckduckgo images in 2 seconds
Avatar
chillerdragon BOT 2023-12-31 10:13:02Z
lmao yea then you are fucked. It has to be some statically served source. I assume the ddnet logo would be a good candidate. Or any png file tracked in the Git history of a big enough project
Avatar
chillerdragon: tee skin
Avatar
chillerdragon BOT 2023-12-31 10:13:56Z
Could also base64 encode or shasum a specific code file
10:13
Heck or use straight up commit hashes
10:14
Guys please never try to login to my instagram with the 0.7 commit hash
Avatar
chillderdragon: so u wanna use it as passwords for websites, not as a pass for a program which gives you access to other passwords?
Avatar
who made this bullshit
10:16
Avatar
chillerdragon BOT 2023-12-31 10:16:21Z
No as password manager password i guess
10:16
And then publisj the password manager data
Avatar
oh oke
Avatar
chillerdragon BOT 2023-12-31 10:16:42Z
Publish it as image ofc
Avatar
Avatar
ChillerDragon
you need time if you want to actively support your users yes. But that is imo not a requirement for it to be open source. Id argue it is open source as soon as the source is open as in readable to everyone.
But as I said, if we would open source the gameserver itself, we would have to open source all other moving parts aswell, because without them, KoG doesnt run
Avatar
chillerdragon BOT 2023-12-31 10:23:39Z
Yes
10:23
I was talking abljt tjat avo
10:23
Publish everything wjere is the issue ?
10:24
@Avolicious
Avatar
I am not going to open source my terraform and ansible files
Avatar
chillerdragon BOT 2023-12-31 10:25:13Z
Why???
Avatar
Avatar
chillerdragon
Sefa: @Scrumplex help sell nix. You said something about binaries. With jopsti you have potential customer
NixOS is cool indeed! But Jupstar said that it should be simple and powerful. I don't think that's the case with NixOS
10:25
(It's quite complex)
Avatar
Avatar
chillerdragon
Why???
To complex for people to adopt
Avatar
chillerdragon BOT 2023-12-31 10:25:57Z
Dont worr ablut that
10:26
Jzst publish it
Avatar
I do worry about that
Avatar
chillerdragon BOT 2023-12-31 10:26:06Z
And dont explain and support it
Avatar
chillerdragon BOT 2023-12-31 10:26:12Z
Why do yoz worry ablut that
10:26
Just clikc the one toggle from private to public and call it done
10:26
I dont see a problem
Avatar
Imagine you go to a store and buy something, after you get the item you received the seller doesnt answer any question anymore but he is the only one who understands how things work
Avatar
chillerdragon BOT 2023-12-31 10:26:52Z
You dont buy open dource
10:26
It free
Avatar
No, open source comes with active maintenance, support and other important parts
10:27
its not free
Avatar
chillerdragon BOT 2023-12-31 10:27:31Z
No
Avatar
@Avolicious you shouldn't fear that your code is too bad to publish. We've all written and seen worse code, no matter what 😉
Avatar
Yes
Avatar
chillerdragon BOT 2023-12-31 10:27:42Z
Then dont open src
10:27
Just publish the code
Avatar
Avatar
Jupstar ✪
@Avolicious you shouldn't fear that your code is too bad to publish. We've all written and seen worse code, no matter what 😉
It is actually that bad, that we dont use mysql anymore 😦
Avatar
u use webscale mongodb?
Avatar
No, we export data via protobuf and in our event-driven backend it will be inserted/selected from/into cockroachdb
Avatar
chillerdragon BOT 2023-12-31 10:30:14Z
How would you call it if there is just public code and nothing else? Just do that
Replying to @Avolicious No, open source comes with active maintenance, support and other importa…
Avatar
Avatar
MilkeeyCat
u use webscale mongodb?
troll
Avatar
Avatar
chillerdragon
How would you call it if there is just public code and nothing else? Just do that
I would call it bad experience, because if I do have questions who to ask for?
Avatar
chillerdragon BOT 2023-12-31 10:31:07Z
Ask you
10:31
You say i dont answer
10:31
Done
10:31
I do the same for chillerbot half of the time
Avatar
he just puts excuses
Avatar
Avatar
Ryozuki
he just puts excuses
You are right, I fear the time after being open source
Avatar
i know, nothing to fear
Avatar
i think with this proposition you literally have to provide zero code maintenance beyond what you'd do close source
10:35
let your code be shitty in public
10:35
it's already shitty in private
10:36
and then at least ur players can have some peace of mind
Avatar
i also know many devs dont use gpl because they think their code will be used by some company and get rich but the only thing it happens is the company gets rich
Avatar
Avatar
Ewan
it's already shitty in private
Oh wow, so now you say that ddnet devs do shitty code? 👀
Avatar
chillerdragon BOT 2023-12-31 10:36:17Z
Why?
Replying to @Avolicious You are right, I fear the time after being open source
Avatar
Avatar
Avolicious
Oh wow, so now you say that ddnet devs do shitty code? 👀
everyone does sometimes. but not that's not what i was saying
Avatar
Avatar
Ewan
everyone does sometimes. but not that's not what i was saying
Well, we just removed parts from ddnet and replace them with event-driven features. So its mostly your(ddnets) code (edited)
Avatar
Avatar
Avolicious
It is actually that bad, that we dont use mysql anymore 😦
i thought with this u were onboard with ur code sucking
10:38
not trying to get into a catfight about how bad ur code is when we cant even see it
10:38
if hypothetically it was bad code
10:38
it would still be bad code behind closed doors
Avatar
You can read it for sure, but you cant use it without setting up all needed microservices
10:40
Anyways, you can host our maps on normal ddnet servers too. The most important feature to use sv_no_weak_hook
Avatar
yea rly wondering why springlobe 3 doesn't have that on rn
Avatar
wtf is wrong with tunezone prediction using jetpack on springlobe 3 xD
10:48
Avatar
tune jetpack always been buggy i feel like
Avatar
i like the moonwalk feature tho
Avatar
chillerdragon BOT 2023-12-31 10:55:30Z
Yea im giving up on the dicussion. @Avolicious i feel like you do not want to go open source.
Avatar
just upload source.tar.gz in this channel
10:56
then u dont need to maintain
Avatar
Change the CDataFileReader::GetItem function so instead of returning type -1 for unknown UUID-based map items it registers the unknown UUID with the UUID manager and returns a new type for the unknown UUID that can later be used to write the unknown UUID-based map items back to maps with CDataFileWriter. The additional checks for invalid map item types in the map tools are removed again, as this should not happen anymore. Closes #7701.

Checklist

  • [X] Tested the change in...
Avatar
dragon: walk faster bro xd
Avatar
It is a rather small change but I think this looks way better. Before: https://github.com/ddnet/ddnet/assets/13364635/680555db-1fcc-4d3c-88ec-a84afae269fc After: https://github.com/ddnet/ddnet/assets/13364635/d73d3aea-dbb7-4006-8335-4506b5d3f3d0

Checklist

  • [x] Tested the change ingame
  • [x] Provided screenshots if it is a visual change
  • [ ] Tested in combination with possibly related configuration options
  • [ ] Written a unit test (especially base/) or added cove...
Avatar
Avatar
Ewan
who made this bullshit
i got from the last hooks to the beginning on this part lmao
Avatar
like u got sent back?
11:20
brutal
11:20
jupstar first tried it feelsbadman
Avatar
Avatar
Ewan
like u got sent back?
yeah
11:23
cause jupstar is a bores player lol
Avatar
have u seen him
11:24
he’s nuts
11:24
he did that on 30000 ping and I don’t think arrows are predicted
11:24
he had a little tussle with some
11:24
but lived
Avatar
they are predicted
11:24
yeah i touched them on one part, but it had enough time to react
Avatar
when i touch them when lagging it feels like they aren’t
11:26
i played spongebob 2 in china
11:26
that was not fun
Avatar
Avatar
Ewan
when i touch them when lagging it feels like they aren’t
*on high ping
11:29
watafak wasm
11:29
i dont want wasm jopsti
11:30
@Jupstar ✪ jopstibobsti
Avatar
i think it's bedtime
Avatar
ChillerDragon BOT 2023-12-31 11:34:23Z
timezone moment
Avatar
ChillerDragon BOT 2023-12-31 11:34:29Z
when u do new years?
Avatar
new years
11:34
the night of new years eve
11:34
so later today
11:34
but i dont think we are doing anything
Avatar
ChillerDragon BOT 2023-12-31 11:35:19Z
nob
Avatar
ChillerDragon BOT 2023-12-31 11:35:29Z
idk
11:35
lazy negatviity
11:35
to trol heinrich
Avatar
ChillerDragon BOT 2023-12-31 11:38:54Z
jopsti nice expirience
11:38
0m0.001s
11:39
axaxaxaxax
Avatar
454b4e4 Respect corners when doing edit box when rendering value selector - archimede67 caeebaf Merge pull request #7748 from archimede67/fix-editor-value-selector-input-corners - Robyt3
Avatar
I almost installed systemd hypervomit on my computer
12:13
I forgot archlinux does not respect it’s users enough to let them pick their own init system and makes the choice for them, the wrong choice at that
12:13
u can use non systemd init systems on arch?
Avatar
@Learath2 stop
12:14
go back to gentoo
Avatar
No, sadly systemd is a parasitic disease, it infects all other software so that any attempt to run a systemd free arch is impossible
Avatar
i quite like systemd
Avatar
But alas it’s not hopeless, the guys at artix linux provide a un-systemdified version of it
Avatar
@Learath2 i once argued vs a systemd guy
12:15
he brought up the problem with PID files on openrc
Avatar
Avatar
Ryozuki
go back to gentoo
This sad excuse for a computer can’t compile it’s own packages sadly
Avatar
@Learath2 cant u use ur main computer or smth
12:15
distcc
Avatar
Avatar
Ryozuki
@Learath2 cant u use ur main computer or smth
My main computer is a thousand km away
Avatar
Avatar
Ryozuki
he brought up the problem with PID files on openrc
He googled that just to have something to say. Pidfile races are exceedingly rare, it’s like saying systemd can crash if a cosmic ray caused a bitflip in the right place
12:21
The proper proper way to do this is to have a supervisor. That’s not how systemd does it either btw
12:22
But ofc that’s not a problem, these people enchanted by Poettering will go to insane mental gymnastics to excuse any issue in systemd
Avatar
jopsti
12:22
lerato
12:22
zilera
12:22
heino
Avatar
hall
12:23
o
Avatar
no nick for me?
12:23
im saddened
Avatar
ryozoozki
12:24
happy new year to everyone
12:25
(only devs) (edited)
Avatar
ChillerDragon BOT 2023-12-31 12:26:01Z
foggo
😬 1
Avatar
happy new year
12:27
🎆
Avatar
Avatar
ChillerDragon
foggo
that was close to smth else XD
Avatar
Dude
12:34
these guys outside with the rockets
Avatar
heard something similar but it was probably not fireworks
12:35
gunshots most likely
🇺🇸 3
Avatar
cleveland?
12:35
12:35
no not ohio
Avatar
imagine living in ohio
Avatar
federal heights colorado
👀 1
🌲 1
🚬 1
12:41
couldnt
12:47
my web aint doing bad isnt it
Avatar
damn nice
12:50
ur getting scraped real nice
Avatar
sometimes ur a dick
12:52
or maybe im in bad mood xd
12:52
this is with ignore crawlers of goaccess
12:53
i dont receive cached requests
12:53
so obv less
12:53
or idk
Avatar
chillerdragon: u here?
12:58
i dunno if u already noticed but u used wrong branch
Avatar
zilly
13:02
silly dregon
Avatar
ChillerDragon BOT 2023-12-31 13:11:18Z
i did not
Avatar
ah there u are
13:12
was about to ping u on github
Avatar
ChillerDragon BOT 2023-12-31 13:12:07Z
xd
Avatar
checkout test6
13:12
u used old version
Avatar
my router is so weird
13:12
port forwarding simply doesnt work
13:12
im saddened
Avatar
run it two times, bcs the first run compiles shaders, second should be the fast run then
Avatar
i have my gentoo server ready
13:13
+ dyndns with cloudflare
Avatar
Avatar
Ryozuki
port forwarding simply doesnt work
maybe ur ISP forbids it?
13:14
dragon: u still alive?
Avatar
Some ISPs block specific, well-known ports like 80, 443, or 25 so you can use your own like 8080, 4430, or 2525.
13:16
oh rly? xd
Avatar
ChillerDragon BOT 2023-12-31 13:16:39Z
jopsti chill im in a bar now xd
Avatar
man u really trolln me
Avatar
ChillerDragon BOT 2023-12-31 13:16:58Z
dw i brought my laptop
13:17
its compilin
Avatar
lmao
13:17
tw in bar
13:17
that's the spirit
Avatar
ChillerDragon BOT 2023-12-31 13:17:17Z
ofc
13:17
if bar tender stops starring at me i might do a short clip w ma phone
13:18
dood building rust is such a bloat
13:18
when suckless tw client
Avatar
idk if thats it
Avatar
no, it's just wasm runtime + compiler
13:18
it's sadly not the fastest xD
Avatar
ChillerDragon BOT 2023-12-31 13:19:49Z
panic
13:19
average rust app
13:20
crashing
Avatar
where did u run cargo
Avatar
ChillerDragon BOT 2023-12-31 13:20:36Z
on the test2 branch
Avatar
rust is used in a lot of good things but i've never seen a stable desktop app made in rust
Avatar
ChillerDragon BOT 2023-12-31 13:20:49Z
jk root of test6 branch
Avatar
show err pls
13:21
i use debian BTW
Avatar
Avatar
Ewan
rust is used in a lot of good things but i've never seen a stable desktop app made in rust
? xd
Avatar
lmao
13:21
it crashes in vulkan driver
13:21
wtf is your laptop
Avatar
ChillerDragon BOT 2023-12-31 13:21:40Z
i use nvidia
Avatar
dats so fucking cool 🥹
Avatar
yo quick question since i cant test rn. does piping into lolcat work in tty?
Avatar
Avatar
Ryozuki
? xd
? xd
Avatar
chiller: well ok, then i dunno. rest in peace
Avatar
ChillerDragon BOT 2023-12-31 13:22:27Z
rip chiler
Avatar
ChillerDragon BOT 2023-12-31 13:22:38Z
works on jopsti machine
Avatar
yeah dunno, i don't want to exclude the possibility that it's a bug, but it's a really unexpected error
Avatar
ws-client BOT 2023-12-31 13:23:34Z
<ChillerDrago> good job @MilkeeyCat
Avatar
one that a validation layer should easily catch
13:24
ok so no testing with chiller anymore
13:24
xd
Avatar
chillerdragon BOT 2023-12-31 13:25:09Z
Avatar
wtf
Avatar
ChillerDragon BOT 2023-12-31 13:25:39Z
@heinrich5991 look at the "good job @milkeeycat" message
13:25
also heinrich let me know when i should stop sending you matrix bugs
13:26
once you asked wat bugs matrix has and ever since i send u all matrix bugs xd
Avatar
Avatar
MilkeeyCat
dats so fucking cool 🥹
also u can use closures here gigachad
Avatar
ws-client BOT 2023-12-31 13:26:46Z
<ChillerDragon> gigachad
Avatar
chiller u also have intel gpu right?
Avatar
ChillerDragon BOT 2023-12-31 13:28:19Z
yea dont ask me how to select gpu pls
13:28
bumbleebee novovouse hybrid gnome gpu tools
Avatar
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.x86_64.json lvp must be replaced by your intel one
13:28
env var
Avatar
ChillerDragon BOT 2023-12-31 13:28:54Z
watfak is my env var
Avatar
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json
Avatar
ChillerDragon BOT 2023-12-31 13:29:08Z
ok
Avatar
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json ./target/release/ddnet-playground
Avatar
ChillerDragon BOT 2023-12-31 13:29:22Z
it does exist
13:29
indeed
13:29
intel json on ma machine
13:29
werks
13:30
ttps://www.youtube.com/watch?v=iYWzMvlj2RQ
13:30
OMG
13:30
H
Avatar
so it starts u wanted to say?
Avatar
ChillerDragon BOT 2023-12-31 13:30:40Z
yes
Avatar
nice
13:30
mesa drivers best
13:31
amazing we got "wP" paste
13:31
thanks paste service
13:31
we did indeed play well
Avatar
try again
13:31
first start doesnt count
Avatar
ChillerDragon BOT 2023-12-31 13:31:24Z
its 2nd
Avatar
ah ok
13:31
fuck only 0.2s faster than vanilla
Avatar
ChillerDragon BOT 2023-12-31 13:31:36Z
3rd actually
13:31
2nd was 0.48
Avatar
yeah yeah
13:33
ok one more thing
13:34
open: ~/.config/ddnet/cfg_engine.json and change "bench": false -> true
13:34
and start again
Avatar
thanks
13:36
wow sound so slow for u
13:37
and opening window slow af. i bet it's gnome
Avatar
do it raw xorg
Avatar
ChillerDragon BOT 2023-12-31 13:37:37Z
i dont have power at the bar
13:37
so my laptop might be in battery saving mode
Avatar
openbox lol
13:37
yeah yeah fine
13:38
i'm glad it's faster than vanilla already
13:38
considering it does like 5x more in the setup
Avatar
ChillerDragon BOT 2023-12-31 13:38:19Z
i tested vanilla w power plugged in
Avatar
and still slower
13:38
😏
13:38
for me it starts in <100ms btw
13:38
that's my goal
Avatar
ChillerDragon BOT 2023-12-31 13:38:58Z
u have nasa pc bro
Avatar
i'd love to know on your desktop
13:39
it should be 70% faster CPU wise
Avatar
ChillerDragon BOT 2023-12-31 13:39:43Z
yea not sure if i have time to test on my desktop anytime soon
Avatar
chillerdragon: i give you one more tip, press LAN tab, press connect
13:40
but don't give me feedback how unfinished everything is
Avatar
When working on editor related features and having a debugger attached, I often got an exception after a few minutes of having it open. I then found out that this happened consistantly when the editor tried to autosave a new map. This is likely due to #7712 which changed how timestamps work. The issue is the computed timestamp in CFileCollection which is not a UNIX timestamp, so when using it with a method that takes a UNIX timestamp, it throws an error. In this PR I fixed this issue ...
Avatar
ChillerDragon BOT 2023-12-31 13:41:10Z
history ded
13:41
how to launch again
13:41
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json ./target/release/ddnet-playground
13:41
got it
Avatar
wat pc u have chilleroidongus
Avatar
ChillerDragon BOT 2023-12-31 13:42:09Z
laptop or desktop?
Avatar
ChillerDragon BOT 2023-12-31 13:42:17Z
dunno
Avatar
which one do u wanna share
Avatar
ChillerDragon BOT 2023-12-31 13:42:26Z
both
Avatar
then what specs
Avatar
ChillerDragon BOT 2023-12-31 13:42:36Z
wait share as in we use it both?
13:42
yea let me remote into ur laptop
Avatar
ChillerDragon BOT 2023-12-31 13:42:46Z
i just send specs of ma laptop
13:42
me not read
Avatar
ChillerDragon BOT 2023-12-31 13:42:55Z
some paste
13:43
my desktop i for sure also send specs to flex
Avatar
i finish 1 insane and 3 brutal maps tonight and my brain is over
13:43
send flex specs
13:43
dis ma laptop
13:43
its some few years old razer laptop
13:43
i rly love it
13:44
its also showcased on ma yt xd
13:44
and my desktop is 2nd best single core cpu 32gb ram and a 4090 lel
13:45
for some reason i thought those wwre someone else’s specs
Avatar
ChillerDragon BOT 2023-12-31 13:45:06Z
jopsti
Avatar
i remember seeing them
Avatar
ChillerDragon BOT 2023-12-31 13:45:09Z
how to press connect
Avatar
the button
Avatar
ChillerDragon BOT 2023-12-31 13:46:41Z
which
13:46
13:47
LMAO
13:47
a dude walked into a glass door
13:47
xxxxxxxxxxxxxxxD
Avatar
u opened the unfinished console
13:47
i meant the UI button
Avatar
ChillerDragon BOT 2023-12-31 13:48:00Z
yea cuz idk how to use uis
13:48
i see no ui button other than quit and refresh
Avatar
quit?
Avatar
ChillerDragon BOT 2023-12-31 13:48:29Z
ah its not quit
Avatar
ChillerDragon BOT 2023-12-31 13:48:34Z
it just crashed earlier i guess xD
Avatar
it's even green like in ddnet
Avatar
ChillerDragon BOT 2023-12-31 13:48:40Z
i thought thats the quit button lmao
13:48
omg it doesnt load my ddnet binds
Avatar
troll
Avatar
ChillerDragon BOT 2023-12-31 13:49:00Z
imagine hooking on right click
13:49
unplayable
13:49
but nice fps
13:49
dude even chat
13:49
can i join actaual tw servers?
Avatar
everything extremly broken
13:49
xdd
13:49
huge troll
Avatar
ChillerDragon BOT 2023-12-31 13:50:05Z
dude thats really impressive
Avatar
it's 100% not compatible
13:50
scoreboard is also beta
13:50
and connecting many dummies is beta too
Avatar
ChillerDragon BOT 2023-12-31 13:50:25Z
looks like csgo
Avatar
CS2
13:50
xD
Avatar
ChillerDragon BOT 2023-12-31 13:50:40Z
how do i make it connect to a tw server?
Avatar
jup when make client win
Avatar
well only the blur is stolen
Avatar
ChillerDragon BOT 2023-12-31 13:50:46Z
if f1 connect doesnt work
Avatar
xoixioxoixiox
Avatar
bro u cant connect to tw servers
13:51
it's not compatible
Avatar
ChillerDragon BOT 2023-12-31 13:51:01Z
i wanna try
13:51
and see wat happens in wireshark
Avatar
it uses QUIC
13:51
it wont work
Avatar
ChillerDragon BOT 2023-12-31 13:51:14Z
oh
13:51
that bad
13:51
ok nvm then xd
Avatar
Avatar
Ewan
jup when make client win
what is win?
13:51
windows?
Avatar
ChillerDragon BOT 2023-12-31 13:51:51Z
?
13:51
a
13:52
Ewan xd
13:52
windows ooser
13:52
win like victory
Avatar
ChillerDragon BOT 2023-12-31 13:52:41Z
jopsti so u plan to break protocol?
Avatar
i don't plan to be compatible to anything xD
Avatar
ChillerDragon BOT 2023-12-31 13:53:27Z
woah
Avatar
ok only exception are:
  • map format will be loadable(even tho it's converted)
  • database must be compat
  • physics should feel same
Avatar
ChillerDragon BOT 2023-12-31 13:54:05Z
yea firing weapons
13:54
is interesting
Avatar
dont shoot shotgun
13:54
huge fps drops
Avatar
ChillerDragon BOT 2023-12-31 13:54:18Z
i noticed
13:55
i keep trying to hook with w
13:55
i need binds
13:55
gj on the physics btw jopsti
13:56
zwelf would be proud
Avatar
it's broken
13:56
i refactored it lately xd
Avatar
ChillerDragon BOT 2023-12-31 13:56:52Z
wot
Avatar
somehow broke strong hook
Avatar
ChillerDragon BOT 2023-12-31 13:56:59Z
i didnt notice anything
Avatar
connect dummy
Avatar
ChillerDragon BOT 2023-12-31 13:58:05Z
yea i can not hook without binds
13:58
touchpad is cursed
13:58
omagawd console autocomplete doesn towkr
13:58
ok ye enuff dd2
13:59
but cool stuff jospti
Avatar
not really cool, unfinished since months :/
13:59
with that speed, team zwelf and patiga wins
Avatar
ChillerDragon BOT 2023-12-31 14:00:31Z
axaxax 2v1
14:00
rust wars
14:01
idk if they even intend to do the same thing
14:01
@Zwelf @Patiga reveal ur goals
14:01
i think patiga wanted to do some demo renderer
Avatar
just realized someone made me purple
14:02
owo
Avatar
ChillerDragon BOT 2023-12-31 14:02:11Z
??
Avatar
yeah zwelf has almost finished ddnet physics
14:02
😭
Avatar
ChillerDragon BOT 2023-12-31 14:02:51Z
just copy paste
14:02
or use his crate
Avatar
license
14:03
:/
Avatar
ChillerDragon BOT 2023-12-31 14:03:09Z
wot
Avatar
he uses AGPL
Avatar
ChillerDragon BOT 2023-12-31 14:03:19Z
wat u want
Avatar
i dunno, same license as ddnet? xd
Avatar
ChillerDragon BOT 2023-12-31 14:03:45Z
lawyer jopsti momment
Avatar
i can copy and paste by brain instead of hotkey
14:04
then it's legal
Avatar
its nearing end
14:07
time to do next year jokes
14:07
i wont code in rust till next year
14:07
i wont code in cpp till next year
14:08
i wont use git till next year
Avatar
ChillerDragon BOT 2023-12-31 14:08:02Z
i have been doing next year jokes for week dude
14:08
weeks*
14:09
also why rq coding today
14:09
perfect day to do some 0.7 coding
Avatar
The uefi firmware on macbooks are so finnicky
Avatar
i wont use a mac till next year
Avatar
ChillerDragon BOT 2023-12-31 14:27:33Z
uefi is always annoying
Avatar
Chiller how do u get money
Avatar
ChillerDragon BOT 2023-12-31 14:44:56Z
wat my job is?
14:44
i rather not disclose that
14:45
i quit anyways
14:45
i am unemployed currently o.O
Avatar
chilllerdragon: you can be full time ddnet influencer
Avatar
ChillerDragon BOT 2023-12-31 14:47:05Z
i am
14:47
but doesnt pay the bills sadly
Avatar
do you farm goats
Avatar
ChillerDragon BOT 2023-12-31 14:48:13Z
yes
Avatar
i see i see
Avatar
Avatar
ChillerDragon
perfect day to do some 0.7 coding
perfect day to allow 0.7 to die 🎅🏻 happy
15:09
Avatar
When will we be blessed with a en_EU.UTF-8 locale
15:11
I keep having to use IE
Avatar
Avatar
ChillerDragon
uefi is always annoying
Ngl I've been enjoying uefi lately. It's much more streamlined than the legacy bios boot path. But the downside is you are more at the mercy of the people who wrote the efi firmware
Avatar
i still need both for compatability ;(
16:36
running arch from external m.2
Avatar
uefi is a OS itself
16:36
it has graphics capabilities
16:36
there is software for uefi
Avatar
Avatar
Ryozuki
i wont code in rust till next year
BRO HOW
16:38
i code in this right moment
16:38
😏
Avatar
discovery of the year(i found out this today): u can change workspaces in i3 by scrolling 🤯
Avatar
lmao u didnt know? xd
16:50
i always use keyboard
Avatar
Who uses x11 nowadays trol
Avatar
chillerdragon BOT 2023-12-31 16:51:37Z
I use X11 BTW
16:51
wayland borked
Avatar
I use hyprland which uses wayland
Avatar
i try wayland every few months and hate that smth is broken with it
17:04
😬
17:04
chillerdragon: are u already drunk?
Avatar
i just have to ask him for some promises that are easier to get through if his attention for what he promised is very low (edited)
Avatar
Avatar
Learath2
Actually bruteforcing the 256 bits that make up the actual encryption key should be of no concern, it won’t happen in the lifetime of our universe unless aes has a secret weakness
mathematically, it works, physically it's vulnerable to a lot of attacks
Avatar
chillerdragon BOT 2023-12-31 17:12:21Z
Im sober and probably sleeping at 11
Replying to @Jupstar ✪ chillerdragon: are u already drunk?
Avatar
fak, u outplayed me
17:13
400 IQ person
Avatar
chillerdragon BOT 2023-12-31 17:14:01Z
wot how
Avatar
i waited for this moment the whole year (edited)
Avatar
chillerdragon BOT 2023-12-31 17:14:04Z
Wat u do?
17:14
???
Avatar
i needed your promise when you are the weakest
17:14
i thought u drunk on silvester
Avatar
chillerdragon BOT 2023-12-31 17:14:49Z
Oh yea you had pretty weak spots previous silvesters
17:15
You had me at weak spots i mean
17:15
But this year it chill
17:15
You drunk already?
Avatar
i got 20€ sake kek
Avatar
i dont drink alc
Avatar
but for later
Avatar
chillerdragon BOT 2023-12-31 17:16:06Z
no way
Avatar
but ill buy more stuff
Avatar
chillerdragon BOT 2023-12-31 17:16:15Z
Jopsti no alc ever?
Avatar
friends coming
Avatar
chillerdragon BOT 2023-12-31 17:16:18Z
No coffee?
17:16
No meat?
Avatar
chillerdragon: yes no alc, no coffe, no meat, no cola, no ice tea
Avatar
chillerdragon BOT 2023-12-31 17:16:33Z
Dude you wanna get 200 years old or what?
Avatar
love & air
17:16
now i sound like some 1970 hippie
Avatar
chillerdragon BOT 2023-12-31 17:17:01Z
You do
17:17
Do you at least smoke?
Avatar
xDDDDDD
Avatar
chillerdragon BOT 2023-12-31 17:17:37Z
Not even nicotine patches?
17:17
Kautabak?
Avatar
xD
Avatar
chillerdragon BOT 2023-12-31 17:18:08Z
Sparkling water????
Avatar
urgh
17:18
ofc not
Avatar
chillerdragon BOT 2023-12-31 17:18:23Z
jesus
Avatar
only stilles mineralwasser
Avatar
chillerdragon BOT 2023-12-31 17:18:58Z
Do you go clubbing?
Avatar
absolutely not
17:19
i only meet with friends privatly
Avatar
chillerdragon BOT 2023-12-31 17:19:56Z
But you eat carbs right?
Avatar
certainly
17:20
without them u die
Avatar
chillerdragon BOT 2023-12-31 17:20:17Z
Bread and water
17:20
U in jail?
Avatar
bread are carbs
Avatar
chillerdragon BOT 2023-12-31 17:20:34Z
Yes
Avatar
ah you meant it like that
17:20
well aren't we all in jail
Avatar
chillerdragon BOT 2023-12-31 17:20:48Z
deep
17:20
U sure u sober?
17:20
U sniff glu?
17:21
Vape weed?
17:21
Eat shrooms?
Avatar
Health is top prio for me
Avatar
chillerdragon BOT 2023-12-31 17:21:35Z
woah
17:21
Do you do daily exercise?
Avatar
Without that I can't achieve some stuff I need to do
Avatar
chillerdragon BOT 2023-12-31 17:22:06Z
Wat u need to do?
Avatar
Avatar
chillerdragon
Do you do daily exercise?
Well I usually drive bicycle
Avatar
Avatar
chillerdragon
Wat u need to do?
Stuff
Avatar
chillerdragon BOT 2023-12-31 17:27:12Z
Want promise did u need? 0.0
Avatar
I need your YouTube channel reach
Avatar
chillerdragon BOT 2023-12-31 17:30:11Z
For wat
17:30
Also there is no reach xd
Avatar
To win against zwelf,patiga,Heinrich, learath,ryo & voxel
Avatar
chillerdragon BOT 2023-12-31 17:31:47Z
voxel rq lerato has major depressions heinrich is busy muting people and do patiga and zwelf even want to compete?
17:32
zwelf has entire physics
Avatar
I dunno. But I need competition. Else I have no motivation
Avatar
teehistorian too
Avatar
chillerdragon BOT 2023-12-31 17:32:24Z
But sure go ahead if you have a video asking for ddnet2 collaborators i can upload it
Avatar
And I need to win for my ego
Avatar
Avatar
chillerdragon
But sure go ahead if you have a video asking for ddnet2 collaborators i can upload it
Nice
Avatar
chillerdragon BOT 2023-12-31 17:33:36Z
But im too lazy to make one for you i think
Avatar
No need
17:34
I'll create it
Avatar
chillerdragon BOT 2023-12-31 17:34:11Z
kdenlive best
Avatar
Soon... End of next year latest xdd
Avatar
chillerdragon BOT 2023-12-31 17:34:21Z
For u kde fanboi
Avatar
Else I rq everything
Avatar
chillerdragon BOT 2023-12-31 17:34:33Z
Oof
Avatar
Yeah. Thanks for yearly deep talk
17:38
Cya next year
Avatar
chillerdragon BOT 2023-12-31 17:38:40Z
good nite
Avatar
Avatar
Chairn
mathematically, it works, physically it's vulnerable to a lot of attacks
Mostly side channel stuff though, no?
Avatar
chillerdragon BOT 2023-12-31 17:39:18Z
lerato
Avatar
not only
17:39
it has mathematical failure with errored computation
17:40
it is vulnerable to differential attacks where ony cipher is wrong and one is correct
Avatar
yo btw clientside pred is freaking out when another player vibrates their hook
Avatar
happy new years
17:47
and do get drunk
17:47
tomorrow hangover day
17:47
kek
Avatar
Avatar
Ryozuki
tomorrow hangover day
nooo
17:59
You haven't done your monthly commit
17:59
You still have 5 hrs left
17:59
Gogo speedrun 🚂
Avatar
i wont code till next year
Avatar
ChillerDragon BOT 2023-12-31 18:03:06Z
do not forget to update ddnet client theme
18:03
Avatar
I have on auto
Avatar
ChillerDragon BOT 2023-12-31 18:03:51Z
wowo
18:04
do you also have autosave in your code editor? axaxax
18:04
and auto jump in minecraft?
18:04
and auto aim assist for ddnet?
18:04
and auto os updates?
18:04
ok i stop xd
Avatar
auto correct on phone?
Avatar
ChillerDragon BOT 2023-12-31 18:07:15Z
yes turning that off was life changing :D
18:08
I did on Wed, 27 Dec 2023
Avatar
thats why any time when u type i think ure either drunk or high or both at the same time (edited)
Avatar
ChillerDragon BOT 2023-12-31 18:09:36Z
11:23:30 bridge | chillerdragon: I could write fakin code on my ohone now
Avatar
Avatar
ChillerDragon
wowo
it's called seasons in UI but in code it's "auto" ^^
19:59
@Ryozuki some final rust coding before i walk to my sister's home all before year ended
19:59
😏
Avatar
new year is a season
Avatar
Avatar
cyberFighter
new year is a season
yeah i celebrate the new year the whole year
Avatar
tf was that discussion about going opensource
Exported 938 message(s)