00:06 < bridge> merry christmas 00:08 < bridge> https://tenor.com/view/merry-chrysler-christine-sydelko-gif-10375199 00:42 < bridge> @Scrumplex again new launcher? 00:42 < bridge> How many rebrands and forks does it need watafak 00:55 < bridge> what new launcher 00:56 < bridge> https://youtu.be/FyS8ELbafN0?si=qKDdtkubgBebly2S 00:57 < bridge> Our boi scrumplex is being called by name at 6:28 00:58 < bridge> One of our more famous contributors hehe being GitHub showcased in a 25k clicked video o.0 01:01 < bridge> but ur outdated 01:01 < bridge> prism is the norm since long 01:02 < bridge> he will not be stopped, he reworked his skin proxy into rust aswell! 01:04 < bridge> he will not be stopped 01:10 < bridge> @ryozuki: yea was like years ago I see. I am still kinda half way in the process updating from MultiMC to PolyMC haha 01:10 < bridge> Seems like I can skip straight to prism 01:22 < bridge> foss minecraft launcher community seems like such an esoteric community 03:34 < bridge> quick ques. rust can have memory leak right? like in GC languages where you holds references unintentionally. 03:37 < bridge> https://youtube.com/watch?v=-KE3HRgdETs&si=4UKzG_SQFnBYxFEJ 03:38 < bridge> @ryozuki 03:39 < bridge> https://github.com/gamedolphin/unrust bevy inside unity 04:07 < bridge> Big sur lol. I update like once every 5 years when I'm forced to 04:54 < bridge> ok u got a little while still lol 08:03 < bridge> It can leak, but only if you can it explicitly or if two shared references store a strong reference to each other 10:08 < bridge> whats the point 10:08 < bridge> i want to use bevy renderer 10:08 < bridge> etc 10:08 < bridge> i didnt watch the video sry 10:08 < bridge> i only read blogs 11:16 < bridge> :owo: 11:22 < ChillerDragon> im too stoopid to debug other peoples code. I wanna see what http calls some random ass script does when i run it on my system 11:22 < ChillerDragon> wireshak refuses to help because https hides all the interesting info 11:22 < ChillerDragon> is there some LDPRELOAD i can set that just prints some debug info for tcp or better even just http 12:06 < ChillerDragon> found the bug. I blame microsoft for it! 12:07 < ChillerDragon> but still would be interested in some http debugger its a recorring theme that i want to see which api calls some program does that i run 12:07 < ChillerDragon> recorring 12:07 < ChillerDragon> chiler typing be like 12:41 < bridge> tip: dont use microsoft products like windows 12:53 < bridge> Thanks good tip 12:53 < bridge> BTW I wasn’t 12:53 < bridge> I was using ms vscode js lib 16:01 < bridge> hello were there any changes to antiping? Feels different in 17.4.2(commit c0ed140) 17:50 < bridge> @nuborn: ^ 19:57 < bridge> Can't think of anything, but also haven't played in a couple of weeks, so not sure 20:30 < bridge> what will happen if you change the gamecore.cpp content and make a server ? 20:31 < bridge> does the server feel buggy for other people ? 20:41 < bridge> depends on the change you made 20:43 < bridge> the prediction code baked into the client is mostly for ddrace 20:44 < bridge> it’s why the moving freeze in kog feels laggy, or any sort of custom entity behavior like in f-ddrace 20:46 < bridge> it would be cool if you could communicate a per-entity type “prediction scheme” from server to client and the client could use the scheme to predict said entity type 21:00 < bridge> so the only bug prone is prediction stuff, am i right ? 21:01 < bridge> things that have to be predicted yea 21:02 < bridge> i changed some friction in the gamecore.cpp and made a server with it, the server was unplayable with default client 🙂 21:02 < bridge> yeah that would do it 21:02 < bridge> client has no idea of this 21:03 < bridge> when you press d to move right before you get a response from the server accounting for you moving right, the game has to fill the gap on what's happening based on what it does know about the game 21:03 < bridge> it knows that you're holding d to move and it knows the friction of the default physics so unless you're somehow able to change the prediction on the client to use the new friction then there'll be a discrepancy 21:03 < bridge> it would probably manifest as tiny rubberbanding incidents 21:05 < bridge> is there a way to scheme a prediction list for the client on server side ? 21:05 < bridge> no 21:05 < bridge> prediction is mostly hardcoded 21:06 < bridge> ppl get around this by making custom clients like f-client (even tho it has the same physics, iirc it can predict the changes in entity behavior) 21:06 < bridge> i want to implement jetpack boost for every kill the player gets in my block sv what is the best options ? 21:06 < bridge> u can turn antiping off 21:07 < bridge> i do that but wont work 21:07 < bridge> yeah it's not a real solution 21:07 < bridge> any physics change is gonna freak the client out 21:07 < bridge> nothing u can do baout it except propose a more modular solution like the one i described 21:08 < bridge> as i recall though you are new to cpp and coding in general so i would not try that 😃 21:08 < bridge> you'd also have to know a fair amount about network code 21:08 < bridge> yeah, but i don't wanna make custom client anytime anyway 21:08 < bridge> yea 21:09 < bridge> it's sounds like scam or something :justatest: 21:09 < bridge> yea i would not download a custom client to play on someone's server 21:09 < bridge> most ppl probably wouldnt 21:10 < bridge> if u play fng u can notice that the hammers are weird sometimes for this reason 21:10 < bridge> the hammer velocity delta is exaggerated in fng and the client doesnt know 21:11 < bridge> but there is a tune that you can change the strength of the jetpack, can i work around that to make it specific for individual players ? 21:11 < bridge> also merry christmas germans 21:12 < bridge> and merry christmas eve to the rest 21:12 < bridge> europeans* 21:12 < bridge> i think uk is 25th as well tho 21:12 < bridge> Unfortunately the Tune is global. https://github.com/ddnet/ddnet/issues/7288 21:12 < bridge> so just like some europeans 21:12 < bridge> is it spain as well? 21:12 < bridge> for germans its still 24 21:13 < bridge> yea 21:13 < bridge> its 24 here too 21:13 < bridge> no i mean 21:13 < bridge> germans celebrate christmas on the 24th 21:13 < bridge> everyone else on the 25th 21:13 < bridge> everyone does christmas eve 21:13 < bridge> yea 21:13 < bridge> idk 21:13 < bridge> that's what jup told me 21:14 < bridge> if the per_character was the thing i wouldn't need to learn c++ 😂 21:14 < bridge> xd 21:18 < bridge> bump #7691 and #7696 ( @heinrich5991 ) @silent 21:18 < bridge> https://github.com/ddnet/ddnet/pull/7691 21:18 < bridge> https://github.com/ddnet/ddnet/pull/7696 21:19 < bridge> @silent bump #7691 and #7696 ( @heinrich5991 ) 21:19 < bridge> bump #7691 and #7696 ( @heinrich5991 ) 21:19 < bridge> sry for the ping i tried to @silent it but u have to do it at the start of ur msg 21:19 < bridge> dont let me interrupt ur christmas 😃 21:23 < bridge> no, french people do it on 24th too 21:24 < bridge> cool 21:29 < bridge> What's with the hurry? Be patient, not everyone has time to respond 24/7. 21:29 < bridge> I don’t expect him to respond right now 21:29 < bridge> but if you have nothing to do, you can squash your commits. 21:29 < bridge> why bother 21:29 < bridge> they all get squashed when they are merged 21:30 < bridge> it’s one extra button 21:30 < bridge> They don't. 21:30 < bridge> do they not have squash merging on 21:31 < bridge> No, the merge queue doesn't do that 21:32 < bridge> And I agree, the commits should be squashed when you are done 21:33 < bridge> Archaic policy 21:34 < bridge> is it not on by default? 21:34 < bridge> 21:35 < bridge> Squash isn't possible with merge queue right now I guess: https://github.com/orgs/community/discussions/14818 21:35 < bridge> Not every merge should squash commits 21:35 < bridge> this one should 21:36 < bridge> and that policy is not configuring it to be the default, it's allowing the behavior 21:36 < bridge> It should not be ON or OFF by default, as some commits should not be squashed. The rule of "one PR -> one squashed commit" is a no-go 😄 21:36 < bridge> well it links to the pr in the commit name by default so it's not like it's hard to see the full revision history 21:36 < bridge> commit becomes "pr name (#x" 21:36 < bridge> commit becomes "pr name (#x)" 21:38 < bridge> That's not the point. Tools like git blame and git bisect work with commits. Sometimes PRs have multiple commits to separate different independent changes. 21:39 < bridge> ok so what you are saying is squashing commits is bad 21:39 < bridge> but you want me to squash my commits 21:39 < bridge> No, I fully agree with @kaffeine0 21:40 < bridge> idk what he is trying to say 21:40 < bridge> obviously it's situational 21:40 < bridge> i never said every single pr should have its commits merged 21:40 < bridge> Yeah, and in case of your PR it adds exactly one feature so it should be one commit 21:40 < bridge> yes and there is exactly one github feature for that... 21:40 < bridge> It's not? 21:41 < bridge> There's not way to squash or do anything else except a normal merge with this button 21:41 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1188582228414976040/image.png?ex=659b0c76&is=65889776&hm=dd4f782ae6c6a08edbf40d741dfa48284337f8cb962c1127e4f16bd550ed94fb& 21:41 < bridge> There's no way to squash or do anything else except a normal merge with this button 21:41 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1188582228414976040/image.png?ex=659b0c76&is=65889776&hm=dd4f782ae6c6a08edbf40d741dfa48284337f8cb962c1127e4f16bd550ed94fb& 21:46 < bridge> had to make a new repo and update my laptop access token for this 😆 21:46 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1188583569019379763/image.png?ex=659b0db5&is=658898b5&hm=9063331999f823848eb8375d619d75f4a9c19778d0f4bbf1e1a0f505349dc981& 21:46 < bridge> it;s been allowed by default as long as i have used github 21:47 < bridge> i guess the repo is too old or it's been manually disallowed 21:47 < bridge> As I says already, we are using the merge queue, which as of now does not support squashing 21:47 < bridge> but it seems to be compatible with merge queue 21:47 < bridge> the issue you linked is just ppl saying the name of the pr commit is wrong. and later saying it's been fixed 21:48 < bridge> You are not using the merge queue in this screenshot? 21:48 < bridge> i am not 21:48 < bridge> it's a new feature 21:48 < bridge> i havent used the merge ueue 21:49 < bridge> The issue is about some GitHub beta so I assume that merge queue will get squash feature at some point but we don't opt-in to beta features 21:49 < bridge> rip 21:50 < bridge> anyway i sympathize with your inability to use this feature but many people use it and it's sort of standard to expect the merging maintainer to choose whether to squash or not with their own discretion 21:54 < bridge> merge queue is newer than the squash thing 21:54 < bridge> but yeah it doesnt support it 21:56 < bridge> I'm sorry but every dev here always squashed their commits when asked to do so. And I think you should follow that behavior too instead of just comparing to "many people". And I agree with @furo321, your PRs aren't the only ones, there are many other PRs to look at so just be patient. 21:57 < bridge> i squashed it 21:57 < bridge> i just think it's funny that they can't 21:58 < bridge> I don't get what's funny, we ask you to squash your commits yet you argue. What's the reason? 21:58 < bridge> idk what u are arguing for 21:58 < bridge> i just think it's funny 21:58 < bridge> it is humorous to me 21:58 < bridge> that he can't squash them without manually checking out the pr and squashing like a caveman 21:58 < bridge> Let's relax. It's just a squash, no need to fight over it 21:59 < bridge> i messed something up 22:00 < bridge> Did you squash the entire project? :kek: 22:00 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1188587014900158485/image.png?ex=659b10eb&is=65889beb&hm=32eeb62d3154dd7546b874638bbd12007f429cb9cf3a6580c9e818b702adf9fb& 22:00 < bridge> Time for `git reflog` I guess 22:00 < bridge> yea 22:00 < bridge> shhh 22:01 < bridge> i guess it's time to google it 22:01 < bridge> my git knowledge has failed me 22:02 < bridge> Github shows you the commit before you force pushes, so you could reset to that 22:02 < bridge> kek 22:02 < bridge> u just had to git rebase -i 22:02 < bridge> and fixup all but first 22:03 < bridge> my problem was that i was using master as a reference for which commits not to squash but my master is old tclient 22:03 < bridge> i didnt do upstream master 22:03 < bridge> `git revase -i upstream/master` 22:03 < bridge> revase 22:03 < bridge> do u want a vase? 22:03 < bridge> `git rebase -i upstream/master` 22:03 < bridge> cant hide it now! 22:05 < bridge> > it's sort of standard to expect the merging maintainer to choose whether to squash or not with their own discretion 22:05 < bridge> Making good (e.g. atomic, self-descriptive, complete) commits is a sort of respecting the reviewers and all the other developers who 'll have to read and comprehend your changes. 22:05 < bridge> Do proper commits and then let the maintainer to decide if it still does worth it to squash them (typically it does not). 22:06 < bridge> this does not align with my development style 22:06 < bridge> git commit -m"ok" 22:06 < bridge> yes 22:06 < bridge> that's what i do 22:06 < bridge> git commit -am fuck 22:06 < bridge> not uncommon 22:06 < bridge> u sound american, i do this and my way is better 22:06 < bridge> Sounds like "inability" to make proper commits. 22:06 < bridge> i think its sensible to adapt to the project 22:06 < bridge> xd 22:06 < bridge> call it what you want 22:07 < bridge> "my" 22:07 < bridge> u can do ur nameless commits and before pushing the final pr 22:07 < bridge> edit and squash em 22:07 < bridge> the comment 22:07 < bridge> a feature is better in 1 commit alone most of the time anyway 22:08 < bridge> sometimes i amend but i dont like force pushing 22:08 < bridge> so i'd have to refrain from pushing to revise my commit 22:08 < bridge> which defeats the point 22:09 < bridge> anyway it's rly funny seeing everyone so salty over the way i use git 22:10 < bridge> force pushing should be norm in prs 22:10 < bridge> specialy for cleanup 22:10 < bridge> well its how i see it 22:12 < bridge> makes sense 22:12 < bridge> i usually do not have to deal with this you see 22:12 < bridge> because 22:12 < bridge> the maintainer can squash 22:12 < bridge> sometimes i ask them to squash 22:12 < bridge> :justatest: 22:13 < bridge> We don't care how you use git, only when you contribute to the project you should follow the guidelines. 22:13 < bridge> what guidelines asshole 22:14 < bridge> @mpft cmon 22:14 < bridge> xd 22:14 < bridge> :justatest: :justatest: :justatest: :justatest: 22:14 < bridge> i read the page 22:14 < bridge> i do things as they are meant to be done 22:14 < bridge> i dont see what guideline i am disobeying 22:14 < bridge> What @robyt3 just told you, instead of complaining and telling "just press the button they'll get squashed" 22:14 < bridge> i already said i (tried to) squash it 22:15 < bridge> And yeah go ahead and insult me, why not 22:15 < bridge> ChillerDragon: All your TeeWorlds mods are belong to us >:) 22:16 < bridge> ChillerDragon: All your Teeworlds mods are belong to us >:) 22:16 < bridge> i do not appreciate your attitude much considering (a). i don't know who you are and (b). i'm doing my best to contribute to ddnet in an orderly and professional fashion and you continue to tell me things i already know and cherry pick parts of my phrasing you don't like 22:16 < bridge> you are an asshole 22:17 < bridge> guys if this in any way gets personal i would draw a line from both sides, come on its christmas time! 22:17 < bridge> Im in on your side c: all my mods are open source. Including graphic svg files. Server settings. Map update discussions. And infrastructure scripts. 22:18 < bridge> when's your tier 5 aimbot open source then? 22:18 < bridge> Well 22:18 < bridge> good 22:18 < bridge> all my mods too 22:18 < bridge> teesmash for everyone 22:18 < bridge> :poggers2: 22:18 < bridge> I have chillerbot-zx which is chillerbot-ux plus some features that would potentially cause harm if abused in public hands 22:19 < bridge> So I keep it private 22:19 < bridge> But it’s not much. I am not sure if I get life banned if I further explain what I kept closed source xD 22:19 < bridge> nah you wont get banned, they'll just drop bridge support 🙂 22:19 < bridge> chillerdragbot 22:20 < bridge> Yikes 22:20 < bridge> noob 22:20 < bridge> It’s mostly automated movements. And I actively use it on servers where admins granted me permissions 22:21 < bridge> @scrumplex: I just pinged you here like 2 days ago because I saw you on YouTube!!! Did you see that ping? 22:21 < bridge> uh nope :O 22:22 < bridge> Maybe I failed to ping 22:22 < bridge> I don't check IRC often 👀 22:22 < bridge> Bridge issues 22:22 < bridge> famous scrump scrump! - also yes chiller you failed to ping 22:22 < scrumplex_> Hello 22:22 < bridge> Ur on irc? 22:22 < scrumplex> Wait 22:22 < ChillerDragon> wot 22:22 < ChillerDragon> i tried to ping ur discord 22:22 < ChillerDragon> i did @Scrumplex 22:22 < ChillerDragon> where were you chetting from just now? 22:22 < bridge> https://scrumplex.rocks/img/1703452959_ubeeV7.png 22:22 < bridge> doesn't ping :o 22:22 < ChillerDragon> dude own image hosting? 22:22 < ChillerDragon> cring 22:23 < scrumplex> lol 22:23 < scrumplex> What if I told you that it was written in Rust? Does that make it better? 22:23 < bridge> every time he sents a screenshot he flexes with it i swear 22:23 < bridge> you should see him livestream :justatest: 22:23 < ChillerDragon> dw im trolling 22:23 < ChillerDragon> mine is written in bash xd 22:23 < bridge> @Scrumplex 22:23 < bridge> @scrumplex 22:23 < bridge> nope 22:24 < bridge> how to type ur name 22:24 < scrumplex> @scrumplex 22:24 < ChillerDragon> @scrumplex 22:24 < ChillerDragon> did it work? 22:24 < scrumplex> I think the WebHook just doesn't allow pings 22:24 < ChillerDragon> it does 22:24 < scrumplex> yup those worked 22:24 < ChillerDragon> so lowercase 22:24 < ChillerDragon> oke 22:24 < bridge> i used to host myi mages too 22:24 < bridge> but i lost the setup 22:24 < bridge> https://scrumplex.rocks/img/1703453077_Aeph4a.png 22:25 < scrumplex> I don't see the difference between your first pings up there and the later ones 22:25 < ChillerDragon> https://zillyhuhn.com/cs/.1703453097.png 22:25 < ChillerDragon> casing maybe 22:25 < bridge> because (at)scrumplex pings Scrumplex, but (at)Scrumplex pings nothing 22:25 < bridge> display name != UserName issues 22:25 < ChillerDragon> btw my image hosting is just a ``scp`` and apache lmao scrumplex 22:26 < bridge> why 22:26 < bridge> u use apache 22:26 < ChillerDragon> apogche 22:26 < ChillerDragon> it works 22:26 < ChillerDragon> was first tool i encountered and i stuck with it since it never let me dow 22:27 < ChillerDragon> scrumplex: have you found my 2d old ping? 22:27 < bridge> its this one @scrumplex 22:27 * ChillerDragon can discord still not see this? 22:28 < scrumplex> found it 22:28 < scrumplex> that video is old :O 22:28 < ChillerDragon> yea i somehow missed the drama 22:28 < scrumplex> lol 22:28 * ChillerDragon scrumplex checkout https://chat.zillyhuhn.com/ 22:28 * ChillerDragon password is vulkanGaming69 22:29 < ws-client> a 22:29 < ChillerDragon> u like? 22:29 < scrumplex> Seems.. familiar ^^ 22:29 < ws-client> wot 22:29 < ws-client> its brand new design ideas by chiler 22:29 < ws-client> @Scrumplex u can also pin here xd 22:29 < bridge> when ddnet drama so we become famous and get yt vids done about the drama 22:29 < bridge> they should document 22:29 < bridge> the 0.6 vs 0.7 dev wars 22:30 < bridge> the neverending account discussion 22:30 < ws-client> @Scrumplex its basically fake discord frontend for irc xd 22:30 < bridge> omg make it a full movie 22:30 < bridge> "how devs cant change even the tiniest of physics in the game" 22:30 < ws-client> When are you gonna make this an actual client? Instead of a brdige 22:30 < ws-client> i like to use it at work because no auth or i mean i know the pw 22:30 < ws-client> come to #off-topic 22:31 < bridge> "how devs are concerned about the potential backlash associated with accounts while overlooking the benefits they bring" 22:34 < bridge> yea 22:34 < bridge> need accs 22:35 < bridge> i will squash the rest later 22:35 < bridge> "the eternal rust holy church and the war in dev" 22:36 < bridge> going to church to witness a divine reenactment of the nativity scene by rich church ppl 22:36 < bridge> speaking of rust, anyone heard smth about voxel? 22:36 < bridge> no he’s gone man 22:36 < bridge> :feelsbadman: 22:37 < bridge> i think it’s hard to tell 22:38 < bridge> cultural differences in sense of humor + barrier of a non-native English speaker + the implicit loss of tone in text 22:38 < bridge> made it seem like the rust preaching was just to piss him off 22:38 < bridge> i dont think our english is at a low level where there is a barrier 22:38 < bridge> its more his personality 22:39 < bridge> that too 22:39 < bridge> im mostly joking but i sometimes take it too far, i guess taking it that far is where i find it funny xd 22:39 < bridge> that said, rust > c++ 22:40 < bridge> 😃 22:40 < bridge> 😃 22:40 < bridge> wish i had termux but i got an iphone 22:40 < bridge> that shit’d be squashed rn 22:40 < bridge> american 22:40 < bridge> if u got android in there ur a green tick 22:40 < bridge> racist system 22:41 < bridge> perhaps 22:42 < bridge> ryo u wanna squash my commits for 5 tokens 22:43 < bridge> u have perms on ddnet repo right 22:43 < bridge> u should be able to checkout my branches and do it 22:43 < bridge> The world will end if my commits are not squashed rn 22:43 < bridge> im not in the right state 22:43 < bridge> kek 22:44 < bridge> u chose the worst night 22:44 < bridge> goodbye cruel world 22:44 < bridge> did u open ur presents yet 22:44 < bridge> what presents 22:44 < bridge> i live alone 22:44 < bridge> xd :feelsbadman: 22:44 < bridge> i gifted myself some furniture 22:44 < bridge> you don’t Christmas with family? 22:45 < bridge> i do, tomorrow,. but we dont rly do big gifts now we are grown up 22:45 < bridge> oh yeah 22:45 < bridge> well then u celebrate tomorrow… 22:45 < bridge> u said u did today 22:45 < bridge> actually when iwas young 22:45 < bridge> we do big gifts on 6 december 22:45 < bridge> not christmas day 22:45 < bridge> its more alocal thing 22:45 < bridge> what for 22:45 < bridge> its here https://en.wikipedia.org/wiki/Biblical_Magi 22:46 < bridge> this is more important here than christmas day for kids 22:46 < bridge> atleast for ppl who are catalan 22:46 < bridge> neat 22:46 < bridge> and on christmas day 22:46 < bridge> we beat a log with a face 22:46 < bridge> and it shits presents 22:46 < bridge> nice 22:46 < bridge> thats catalonia for u 22:46 < bridge> rad 22:46 < bridge> damn can i join, i have some leftover anger i want to get rid off 22:47 < bridge> https://en.wikipedia.org/wiki/Ti%C3%B3_de_Nadal 22:47 < bridge> XD 22:47 < bridge> its rly smth else 22:47 < bridge> that’s awesome 22:47 < bridge> yeah 22:47 < bridge> not americanized 22:47 < bridge> own culture 22:47 < bridge> i want to do it without appropriating it 22:47 < bridge> lol just do it 22:47 < bridge> i will make it coca cola certified americanized santa claus log 22:47 < bridge> it makes kids more involved 22:47 < bridge> as in 22:47 < bridge> the kids give food to the log 22:47 < bridge> at night 22:48 < bridge> then (parents eat it when they sleep lol) 22:48 < bridge> but it looks like u feeding it 22:48 < bridge> so it gives u presents 22:48 < bridge> yea 22:48 < bridge> we do that for santa 22:48 < bridge> but he gives us the presents anyway 22:48 < bridge> u should get coal 22:48 < bridge> ur a cpp devg 22:48 < bridge> 😬 22:48 < bridge> rude 22:49 < bridge> you can get a big old bag of iron oxide 22:49 < bridge> the memory safety santa is mad 22:49 < bridge> since u love rust so much 22:49 < bridge> make some thermite 22:49 < bridge> destroy your home 22:50 < bridge> lmao 22:50 < bridge> then write a book about it called highly effective rust 22:59 < bridge> I’m not religious but i appreciate what the church does ( in the usa ) 22:59 < bridge> the good ones are more of a social zone and a charity than a temple 22:59 < bridge> mega churches and everyone involved with them can burn in hell tho 22:59 < bridge> but they seem mostly harmless 23:00 < bridge> just stupid 23:05 < ChillerDragon> u guys cant be serious 23:05 < ChillerDragon> voxel was actually offended by ppl talking about rust? 23:05 < ChillerDragon> i did not see that happen 23:05 < ChillerDragon> why would he even care xd i dont belive that 23:06 < ChillerDragon> its not like while praising rust someone was shitting on something voxel was emtionally attached to 23:06 < ChillerDragon> the only thing we bullied him with is that he will be replaced by AI 23:07 < bridge> Atleast that's when he quit. Ryozuki said sth about rust and voxel wasnt having any more of it 23:07 < ChillerDragon> woah 23:07 < ChillerDragon> as in he left the discord? 23:08 < ChillerDragon> or what even happend 23:08 < bridge> He left life (rip) 23:08 < bridge> Rust proves to actually be quite unsafe afterall 23:09 < ChillerDragon> too dark 23:09 < ChillerDragon> suicide jokes on christmas xd 23:10 < ChillerDragon> i hope it is a joke i honestly dk wat happend to voxel 23:30 < bridge> he left after my message: 23:30 < bridge> https://discord.com/channels/252358080522747904/293493549758939136/1186754133215154227 23:32 < ChillerDragon> sends discord link .. 23:32 < bridge> skill issue 23:32 < ChillerDragon> anyways its hard to rq this channel without ryo currently talking bout rust 23:32 < ChillerDragon> he always does that 23:32 < bridge> do you have any idea how boring dev chat would be without? 23:32 < bridge> oh lawd 23:33 < bridge> :justatest: 23:33 < bridge> @chillerdragon 23:33 < bridge> https://cdn.discordapp.com/attachments/293493549758939136/1188610351160365167/image.png?ex=659b26a7&is=6588b1a7&hm=31910c7bc95924779fa3a555883011705476c855fdbba99527fd4ce2a8dffd0e& 23:38 < ChillerDragon> where is the leave message 23:38 < ChillerDragon> but thanks for the img 23:38 < ChillerDragon> oh leave messages are in other channel right? 23:38 < ChillerDragon> discord is so weird