00:13 <+bridge> [ddnet] Chile has network problems and you can watch the routing switching around in an attempt to fix it live 😄 00:13 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/753739884790808576/message.txt 03:22 <+bridge> [ddnet] <Андрей Рудой> Today I couldn't get /points and /rank for man with nickname `"""` 03:22 <+bridge> [ddnet] <Андрей Рудой> It was just empty space in system messages 03:23 <+bridge> [ddnet] <Андрей Рудой> And displayed no points or rank, but he had completed map and had his time on tab scoreboard 03:24 <+bridge> [ddnet] /points "\\"\\"\\"" 03:28 <+bridge> [ddnet] <Андрей Рудой> I tried \"\" \" but it just wrote back that user not found 03:29 <+bridge> [ddnet] <Андрей Рудой> Lol 03:29 <+bridge> [ddnet] <Андрей Рудой> I wrote with backslashea 03:29 <+bridge> [ddnet] <Андрей Рудой> I wrote with backslashes 03:30 <+bridge> [ddnet] <Андрей Рудой> But discord just escaped it 05:29 <+bridge> [ddnet] @deen Pretty much everything that is displayed ingame, so `blob.png` doesn't need dilate, but `game.png`, all of entities & skins should be dilated 05:35 <+bridge> [ddnet] Maybe Jupstar would be able to fix the rendering same way vanilla did it, so that dilate would only be needed in cases of using graphical programs like Inkscape, while the game itself wouldn't require nearly everything to be dilated? 05:37 <+bridge> [ddnet] If not, then I guess smarter & less confusing solution would be to just dilate every single png that goes into the game in both data & config_directory 05:39 <+bridge> [ddnet] because I don't remember a single case where using dilate caused any/more bugs 05:40 <+bridge> [ddnet] @Ravie @mind Your thoughts? 05:43 <+bridge> [ddnet] #2798 05:43 <+bridge> [ddnet] https://github.com/ddnet/ddnet/pull/2798 15:43 <+DDNet> f 15:43 <+Learath2> How is one even supposed to draw control flow graphs where there are forks? 15:44 <+Learath2> It doesn't even make sense, if there is a fork, there is more than one control flow, how am I supposed to fit that in one graph? 15:46 <+bridge> [ddnet] where do you need to draw a cfg? 15:46 <+Learath2> I was taking a look at example exams for the OS course 15:48 <+bridge> [ddnet] idk, maybe draw it like an if, except there's both branches taken? 15:50 <+bridge> [ddnet] ```c 15:50 <+bridge> [ddnet] for(int i = 0; i < 2; i++) 15:50 <+bridge> [ddnet] if(fork() > 0) v[i] = 0 15:50 <+bridge> [ddnet] else v[i] = 1; 15:50 <+bridge> [ddnet] ``` 15:50 <+bridge> [ddnet] The mess I'm trying to draw 15:51 <+bridge> [ddnet] When I heard OS, I thought we'd finally be doing something cool. I'd much rather write a scheduler than draw graphs 15:52 <+bridge> [ddnet] Life is pain, contant pain... 15:52 <+bridge> [ddnet] Life is pain, constant pain... 15:53 <+bridge> [ddnet] @Learath2 what are you doing btw? 15:56 <+bridge> [ddnet] learning the teachers definitions for an OS exam 15:57 <+bridge> [ddnet] When they ask for a CFG, they actually mean, what they have defined as a CFG in their class 15:57 <+bridge> [ddnet] I'll be damned if I found a single professor sticking to commonly accepted definitions excepts for the physics guy 16:03 <+bridge> [ddnet] Have you ever heard of a Taylor polynomial with peanos form of remainder? 16:04 <+bridge> [ddnet] That definition made my entire first year pure pain. Absolutely no one has any idea how to work with it, couldnt ask for help anywhere 16:08 <+bridge> [ddnet] peano's form? ^^ 16:08 <+bridge> [ddnet] I've heard of taylor polynomials ^^ 16:08 <+bridge> [ddnet] https://math.stackexchange.com/questions/1809293/taylors-theorem-with-peanos-form-of-remainder 16:08 <+bridge> [ddnet] xd 16:09 <+bridge> [ddnet] no, sounds scary. What I've learned at university is that many things you learned will be forgotten without a chance to use it. But eventually not that many things as I thought earlier. You never know what will be handy later 16:09 <+bridge> [ddnet] That's the one single stackexchange answer I found too 16:10 <+bridge> [ddnet] math stackoverflow 16:10 <+bridge> [ddnet] imagine being a dedicated user of that 16:10 <+bridge> [ddnet] u must be big brain 16:10 <+bridge> [ddnet] ##math had no idea too. I had to pretty much refer to the book that the professor wrote and work from the definitions he gave to figure out the things I wanted to know 16:11 <+bridge> [ddnet] or a math student? 16:11 <+bridge> [ddnet] that too :justatest: 16:11 <+bridge> [ddnet] Our algorithms teacher was like this too, I immediately identified a guy in ##C trying to cheat on an exam because only our teacher would ask that stupid question 16:11 <+bridge> [ddnet] xd 16:22 <+bridge> [ddnet] Found another. Have you ever heard of a "Process Generation Tree"? 16:22 <+bridge> [ddnet] The only thing that comes up when you google it is my course page 😄 16:29 <+bridge> [ddnet] @Learath2 https://www.reddit.com/r/worldnews/comments/iqnjcu/trump_twitter_account_hacked_by_dutch_hackers/ 16:29 <+bridge> [ddnet] XDDDD 16:29 <+bridge> [ddnet] Trump Twitter Account Hacked by Dutch Hackers With The Password "Yourefired" 16:32 <+bridge> [ddnet] lmao 17:46 <+bridge> [ddnet] Do you think he wants me to recurse down into sub directories or not? 17:47 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/754005075793412106/Screenshot_2020-09-11_at_18.46.30.png 18:30 <+bridge> [ddnet] yes 18:31 <+bridge> [ddnet] all the regular files *with dimension* less than 10MB 18:57 <+bridge> [ddnet] The dumbest question I could find. I think I'm done for tonight 18:57 <+bridge> [ddnet] https://cdn.discordapp.com/attachments/293493549758939136/754022915325952070/Screenshot_2020-09-11_at_19.57.18.png 18:58 <+bridge> [ddnet] @heinrich5991 Yeah, seems so, checked the answer and seems he wanted recursive 18:58 <+bridge> [ddnet] I wonder if globstar is okay 18:59 <+bridge> [ddnet] ?? 19:00 <+bridge> [ddnet] "??" for which one? Both are equally baffling to me 19:03 <+bridge> [ddnet] Maybe I should send a mail to the guy to stop teaching this god awful class and rework his mess of an "Operating Systems" curriculum 19:48 <+bridge> [ddnet] Uff same module next semester. Cant wait 20:05 <+bridge> [ddnet] btw, since DDNet is now on steam, this server could get "verified" badge 20:05 <+bridge> [ddnet] like Vanilla does 20:05 <+bridge> [ddnet] nop 20:08 <+bridge> [ddnet] probably yes 20:08 <+bridge> [ddnet] just needs some more effort 20:09 <+bridge> [ddnet] discord said no 20:10 <+bridge> [ddnet] why 20:10 <+bridge> [ddnet] we dont meet their criteria 20:10 <+bridge> [ddnet] https://support.discord.com/hc/en-us/articles/360001107231 20:10 <+bridge> [ddnet] discord said no, but "some more effort" is talking to people to explain the situation 20:11 <+bridge> [ddnet] > 20:11 <+bridge> [ddnet] The applicant must both be the owner of the server and an official representative of a business, brand, or figure of public interest. 20:11 <+bridge> [ddnet] The applicant should authenticate any other relevant social accounts on their profile to help us verify the validity of the application. 20:11 <+bridge> [ddnet] The applicant should use a formal email address related to the brand, business or entity. This will make it easier for us to understand that they hold an official position. 20:11 <+bridge> [ddnet] i think deen should do it 20:11 <+bridge> [ddnet] he did it and they said no 20:12 <+bridge> [ddnet] ah 20:12 <+bridge> [ddnet] did he do it before steam or after 20:12 <+bridge> [ddnet] after 20:12 <+bridge> [ddnet] > When I heard OS, I thought we'd finally be doing something cool. I'd much rather write a scheduler than draw graphs 20:12 <+bridge> [ddnet] @Learath2 you want material to learn it? 20:12 <+bridge> [ddnet] after but I doubt they realized we're on steam 20:13 <+bridge> [ddnet] you dont think they read #announcements ? 20:13 <+bridge> [ddnet] or ddnet.tw? 20:13 <+bridge> [ddnet] I don't know what they do 20:14 <+bridge> [ddnet] why do u doubt it then 20:14 <+bridge> [ddnet] but probably putting in the least effort 20:14 <+bridge> [ddnet] they have to check the server for sure 20:14 <+bridge> [ddnet] that's why I doubt it 20:15 <+bridge> [ddnet] I mean we can make it simple. I et 5€ that I can get it accepted in half a year. don't think so? 20:15 <+bridge> [ddnet] lmao 20:15 <+bridge> [ddnet] *bet 20:16 <+bridge> [ddnet] @jao don't think so? 20:17 <+bridge> [ddnet] why half a year? 20:17 <+bridge> [ddnet] well you said never, so half a year should be fine 20:18 <+bridge> [ddnet] not never 20:18 <+bridge> [ddnet] just wanted to have some cap so you can be right after that time 20:18 <+bridge> [ddnet] k 20:19 <+bridge> [ddnet] ok, then we agree that it's possible that ddnet can get verified. nice 🙂 20:19 <+bridge> [ddnet] ofc 20:19 <+bridge> [ddnet] if we get 50k users here for example 20:19 <+bridge> [ddnet] im sure they will reconsider 20:20 <+bridge> [ddnet] is that the reason why you don't want to agree to half a year? 20:21 <+bridge> [ddnet] i can agree to half a year 20:22 <+bridge> [ddnet] you think that we get too many users before that? 20:23 <+bridge> [ddnet] no 20:24 <+bridge> [ddnet] (my discord messages seem to lag, 1min+ till they get through) 20:25 <+bridge> [ddnet] (more like 5min+) 20:25 <+bridge> [ddnet] k, then before 2021-03-11 21:38 <+bridge> [ddnet] i bet u could get it easily 21:39 <+bridge> [ddnet] i guess the size/popularity of the game matters though 21:39 <+bridge> [ddnet] because anyone can upload anything to steam tbh 21:46 <+bridge> [ddnet] `The applicant must both be the owner of the server and an official representative of a business, brand, or figure of public interest.` :justatest: :justatest: :justatest: 21:46 <+bridge> [ddnet] DeenDeenNet