00:26 < bridge> wut 00:26 < bridge> didn't i explain 00:27 < bridge> its shorcut of my old ass nickname Zohan606 that i used before 0.5 went full empty 00:27 < bridge> also it refers to Don't Mess with Zohan film 00:34 < bridge> Did you not update for months and compile with pen and paper? 00:35 < bridge> My daily upgrades usually take 20-30 minutes on my old ass 4770k and they happen in the background while I do other stuff 00:35 < bridge> 4770k is an awesome cpu 00:36 < bridge> and idk i like to have packages 00:36 < bridge> not a problem on arch cuz im just downloading binaries 00:36 < bridge> what de are you on & stuff 00:36 < bridge> because i was using the reduced gnome image 00:36 < bridge> It used to be great. Now it's 10 generations too old with far too small a core count 00:36 < bridge> would still be great as a home server or something 00:37 < bridge> not a cpu i would want to run on my desktop 00:37 < bridge> i bought a 4770k on ebay a few years ago and it never arrived :feelsbadman: 00:37 < bridge> so i refunded and bought another for $30 more 00:37 < bridge> and now my cousin has it and it sits in his closet 00:48 < bridge> :justatest: 00:48 < bridge> ebay's refund policy is good 00:49 < bridge> not really afraid of scams there as long as i pay through the website 01:16 < bridge> Woah I thought 0.5 is older than that movie 01:26 < bridge> nah, otherwise adam sandler couldn't put his effort into tw0.5.3 01:47 < ws-client> xd 01:48 < ws-client> omg my vscode boots so slow i tab out while its booting and then it hijacks my active tab again when it finished that is unaccetable harrasment! Is this a gnome issue? Vscode issue? Idk how to fix it. I just never want any application ever to tab it self into the active application 01:55 < bridge> <-StormAx> how the heck `g_Config.m_ClPredictionMargin` works? 01:55 < bridge> <-StormAx> like 01:55 < bridge> <-StormAx> if that less than its better? 01:56 < bridge> <-StormAx> like less = better? 01:57 < bridge> its like buffer of prediction 01:57 < bridge> and less doesn't equals to better especially if you have lag spikes (you will have em in any case) 01:58 < bridge> or packet loss 01:58 < bridge> thats about more^ though 01:59 < bridge> if you'llset small margin you will just have stretchy prediction (afaik) 04:53 < ws-client> @ryozuki i want using the ``static`` keyword to throw compiler errors like -Wno-static-variables but that does not seem to be a thing. Pls add to edlang that you can opt out of any keyword. 06:13 < bridge> https://youtu.be/5nY_cy8zcO4?si=-r5KI-tQQmTTElIz 06:33 < bridge> who is this douche 06:38 < bridge> morning 06:38 < bridge> kts 6:38 06:38 < bridge> im awakey 06:43 < ws-client> @TsFreddie have you seen the follow up where he shows the indians spamming express repo? axaxaxax 06:49 < bridge> gm 07:06 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1206843940511154196/GGIohW5WAAABrcG.png?ex=65dd7c01&is=65cb0701&hm=f3d9a6bc7f44969fbbf7510d3a532758e8414479335c67bb14b09b740a091b05& 07:11 < bridge> https://xoranth.net/gcc-switch/ 08:16 < bridge> :think_bot: 08:16 < bridge> hi fokkonaut 08:41 < bridge> https://www.phoronix.com/review/radeon-cuda-zluda 08:41 < bridge> @jupeyy_keks 08:41 < bridge> open source 08:41 < bridge> zlud 08:41 < bridge> zluda 08:46 < bridge> https://github.com/vosen/ZLUDA 08:46 < bridge> rust 08:46 < bridge> epic 08:54 < bridge> this is really cool 09:05 < bridge> Epyc 09:09 < ws-client> for now they said .. 09:09 < ws-client> https://zillyhuhn.com/cs/.1707811748.png 09:11 < bridge> everybody knows that temporary fixes are always left in codebase :santatrollet: 09:11 < bridge> everybody knows that "temporary" fixes are always left in codebase :santatrollet: 09:30 < ws-client> Does someone by any chance know if there is a clean revert for this method call https://github.com/ddnet/ddnet/blob/76aeb8e781cc7e48a39a5c2bb4b962a674147eff/src/game/editor/editor.cpp#L3353 09:31 < ws-client> ``UI()->MapScreen();`` seems to set the view from like world view to absolute view or something like that. And I would like to get the state before. 09:31 < ws-client> lol got it xd 09:32 < ws-client> dude i starred at this for 30 mins omg 09:32 < ws-client> I need ``Editor()->GetSelectedGroup()->MapScreen();`` 09:34 < ws-client> All going fine and according to plan so far :) 09:34 < ws-client> https://zillyhuhn.com/cs/.1707813263.png 09:36 < ws-client> After becoming protocol hacker. I now unlocked editor genius. If you have any questions regarding editor code or need editor2 im here for you. Its on my CV now. 09:37 < ws-client> Soon I will use those two skills to unlock live mapping o.O 09:39 < ws-client> Imagine it would render the tees playing on the server you are connected to in the map editor. And updates are reflected live in game. 09:39 < ws-client> Imagine .. 09:39 < ws-client> But 0.7 first of course. 09:52 < bridge> hi 10:04 < bridge> i decided ill be collecting links i share 10:04 < bridge> here https://edgarluque.com/misc/ 10:19 < bridge> cool 10:19 < bridge> it wouldn’t be that hard 10:19 < bridge> just a lot of footguns i think 11:26 < bridge> ```rust 11:26 < bridge> assert_eq!( 11:26 < bridge> [Some(1234).as_slice(), None.as_slice()], 11:26 < bridge> [&[1234][..], &[][..]], 11:26 < bridge> ); 11:26 < bridge> ``` 11:26 < bridge> TIL 11:26 < bridge> https://doc.rust-lang.org/std/option/enum.Option.html#method.as_slice 12:46 < bridge> yes i definitely understand this code :monkaS: 15:15 < bridge> It's basically a shortcut to wrap a value into [value], while leaving none empty 15:17 < bridge> Or to describe it in English 15:17 < bridge> 15:17 < bridge> An option is basically like an array. None is empty array, while some is an array of size 1 15:18 < bridge> idk 15:18 < bridge> Idk either 15:19 < bridge> what is the purpose of the statement 15:23 < bridge> Normally using option you would need to use the map fn to achieve the same what as slice does here for u 15:23 < bridge> I've never used it like this 15:24 < bridge> I dunno if it's ever useful 15:24 < bridge> But it exists xdd 15:24 < bridge> Tried to update my client to new ddnet version :pepeW: 15:24 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1206969269628436490/image.png?ex=65ddf0ba&is=65cb7bba&hm=22da9f7ab325267d948678ea2ef7d37f8272264f661b183b0db348c5ebc20395& 15:25 < bridge> Hot 15:25 < bridge> Some work for u xd 15:27 < bridge> :pepeW: 15:27 < bridge> I need a lot of tea 15:48 < bridge> is it a casual botting chat kind of day 16:00 < bridge> it is 16:00 < bridge> i have a api that takes a slice 16:00 < bridge> and i have a value or not 16:01 < bridge> i turn that option into a slice to pass it to the api 16:01 < bridge> api being a lib function 16:29 < bridge> modified chat.cpp, just move your "hey, check out this new client:" function into a seperate file and call it to prevent MC >:3 16:29 < bridge> modified controls.cpp for that custom thicc snapinput 16:29 < bridge> :gigachad: 16:30 < bridge> :brownbear: 16:30 < bridge> Echo of old version 16:30 < bridge> you changed the whisper msg again?! 16:30 < bridge> Emojis in chat 16:30 < bridge> Cuz arhimede rewrote all chat 16:30 < bridge> https://tenor.com/view/oh-no-you-didnt-surprised-gif-18378687 16:31 < bridge> is it like just basic emojis? or can you add custom's ? 16:31 < bridge> This like emojis in discord 16:31 < bridge> bro added nerdfont 16:31 < bridge> if you're capable of displaying :kek: and :OMEGALUL: i will kiss your shoe's 16:32 < bridge> You can start 16:32 < bridge> :troll: 16:32 < bridge> Maybe I'll found old demo 16:34 < bridge> nah, if i do these kinds of feature's i would like to have them on latest, since i am using that instead of custom clients most of the time 16:34 < bridge> but it would add way to much bloat 16:35 < bridge> and custom chat entitys are always a bad idea, thinking about the horrible emojis i've seen in my years on discord :justatest: 16:40 < bridge> I found this 16:40 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1206988180637622422/2023-04-10_13-47-56.mp4?ex=65de0257&is=65cb8d57&hm=c87bbd416a8c91d59a9b959b30adfeeaee4dea659d6ce9de934211c90a5c129a& 16:40 < bridge> I have 7,16 gb of obs demos, all my history in one folder :justatest: 16:44 < bridge> is your fps normal with emoji ?! 16:45 < bridge> @diariesvexar i want to thank you again for your help on my windows issue - i got it running finally 16:45 < bridge> the issue was me 16:45 < bridge> I had lock on 80 fps 16:45 < bridge> Now 300 xd 16:45 < bridge> I don't like 99% CPU usage 16:46 < bridge> yeah ddnet had emojis back in the days too 16:46 < bridge> was abandoned fast though 16:46 < bridge> Maybe, I'm not old gamer xd 16:47 < bridge> z-team client had emojis too 16:47 < bridge> eh 16:47 < bridge> good ol days 16:47 < bridge> huh 16:47 < bridge> I didn't done anything but glad to hear it's work now for you ❤️ 16:47 < bridge> oh then make sense 16:49 < bridge> <3 17:57 < bridge> woah whaaaaatttt really? 17:57 < bridge> just blame it on the compiler 18:24 < bridge> roby sounds so formal ending every sentence with a dot, i highly respect that ngl 18:24 < bridge> im not used to people caring about the formality of doing so, i like it 20:14 < bridge> why does a clean install of ddnet only install the DDraceNetwork community in filters by default? 20:14 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1207042039221452800/image.png?ex=65de347f&is=65cbbf7f&hm=68ebf71a902b14bdd38915e93a5d49194d1346c5d826bb3b52068e5f6ff89b85& 20:15 < bridge> what? 20:15 < bridge> it filters to DDNet by default since the client is from DDNet? xd 20:22 < bridge> ah nice 20:22 < bridge> whoever changed that, legend 20:22 < bridge> that's all i ever asked for 21:23 < bridge> unique epic 22:51 < bridge> it was always like that though 23:58 < bridge> i am so confused what is wrong with github ppl 23:58 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1207098610601164822/image.png?ex=65de692f&is=65cbf42f&hm=c4738b3aecde68701144cb0f5c04ab3433c870922c80b1d11c1a6f893a8fc56a&