00:16 < bridge_> what is blud waffling about 00:17 < bridge_> https://media.discordapp.net/attachments/369926552076419082/939207346700312606/joy.gif 00:17 < bridge_> wtf? :justatest: 00:18 < bridge_> @_noby 00:19 < bridge_> https://en.wikipedia.org/wiki/Atavism?wprov=sfla1 00:20 < bridge_> hmm okay seems like that guy is hallucinating. 00:23 < bridge_> I don't think his claim is that outlandish he said it weird 00:23 < bridge_> old demos could contain references to teewars 00:24 < bridge_> but it's not a bug 00:37 < bridge_> :pepeW: 01:22 < bridge_> . 01:24 < bridge_> Any1 can help? 01:28 < bridge_> man fuck 01:28 < bridge_> Man fuck? 01:28 < bridge_> wtf man 01:28 < bridge_> konsti: hi 01:44 < bridge_> is fake 01:44 < bridge_> what 01:45 < bridge_> this is fake 01:47 < bridge_> what is fake 02:05 < bridge_> lmao 02:05 < bridge_> (@teero777) 02:06 < bridge_> ? C++? Install the c++ extension and a compiler and then do ctrl+shift+p and search for build 02:06 < bridge_> (@solayer) 02:13 < bridge_> chillerdragon: thanks man 02:16 < bridge_> Vague question which Codebase do you want to build? 02:16 < bridge_> (@solayer) 02:29 < bridge_> chillerdragon: idk 09:45 < bridge_> him answering "no" to that feels weird 09:45 < bridge_> him/her/it answering "no" to that feels weird 09:51 < bridge_> chuckled at "it" 09:52 < bridge_> it might be a melon 10:18 < bridge_> https://plbrault.com/blog-posts/i-created-the-nerdierst-game-ever-en/ 10:39 < bridge_> anyone has expirience with `postfix` in linux? 10:39 < bridge_> how can i detect which process/user send mails 10:42 < bridge_> im tryied created wrapper of `sendmail` binary, but it uses someone else 11:06 < bridge_> Bro got a spammer sending mails from his server axaxaxax 11:14 < bridge_> yeah, on server at my job :brownbear: but I'm not an administrator... but I need to help them 11:14 < bridge_> :justatest: 11:14 < bridge_> ```[root@srv1 ~]# postsuper -d ALL 11:14 < bridge_> postsuper: Deleted: 289571 messages``` 11:43 < bridge_> . 12:50 < bridge_> possibility exists 12:50 < bridge_> also: 12:50 < bridge_> 12:50 < bridge_> X Error of failed request: BadWindow (invalid Window parameter) 12:50 < bridge_> Major opcode of failed request: 131 (XInputExtension) 12:50 < bridge_> Minor opcode of failed request: 55 () 12:50 < bridge_> Resource id in failed request: 0x60000a 12:50 < bridge_> Serial number of failed request: 1399 12:50 < bridge_> Current serial number in output stream: 1400 12:50 < bridge_> Segmentation fault 12:50 < bridge_> 12:50 < bridge_> whatafak 13:06 < bridge_> @deen saddened u dont link to db.ddstats.org 13:06 < bridge_> :pepeW: 13:09 < bridge_> https://db.ddstats.org/ddnet-9818c68?sql=select+maps.Server%2C+race.Map%2C+count%28*%29%2C+maps.timestamp%0D%0Afrom+race+join+maps+on+race.Map+%3D+maps.Map%0D%0Agroup+by+race.Map+order+by+count%28*%29+desc+limit+20%3B 13:09 < bridge_> here is the url 13:16 < bridge_> https://db.ddstats.org/ddnet-a1a1247?sql=select+maps.Server%2C+race.Map%2C+count%28*%29%2C+maps.timestamp%0D%0Afrom+race+join+maps+on+race.Map+%3D+maps.Map%0D%0Agroup+by+race.Map+order+by+count%28*%29+desc+limit+20%3B 13:52 < bridge_> . 14:01 < bridge_> how about u try to google it, did u execute the query on the correct database/connection? 14:01 < bridge_> 14:01 < bridge_> what kind of help do you expect with so few information? 14:06 < bridge_> Is it even possible to execute a query to create a table in another database while being connected to ddnet's database? 14:09 < bridge_> i guess depends on your permission level 14:10 < bridge_> I granted all the permissions of mysql to the user I use in the server config 14:11 < bridge_> maybe select the database first: Use mydb or smth 14:11 < bridge_> When I add USE mydb; to my query I get sql syntax error 14:12 < bridge_> When someone finishes the map I get this: 14:12 < bridge_> ``` 14:12 < bridge_> sql: failed connecting to db: error executing query: 'unknown database mydb' 14:12 < bridge_> sql: save score done on write backup database, Success=0 14:12 < bridge_> mysql: connection established 14:12 < bridge_> sql: save score done on write database 14:12 < bridge_> sql: failed connecting to db: error executing query: 'unknown database mydb' 14:12 < bridge_> ``` 14:12 < bridge_> and the second time someone finishes the map the server crashes 14:12 < bridge_> ```tried connecting while the connection is in use``` 14:16 < bridge_> and if u manually execute the queries it works? 14:21 < bridge_> The query I entered in the code works and the table gets created but I get this error anyways (when someone finishes) 14:26 < bridge_> well dunno, maybe it tries the same SQL on a different driver (not mysql) e.g. in the backup db 14:35 < bridge_> I tried executing "USE ddnet;" in another call to PrepareAndExecuteStatement() after running my query to make sure it selects the ddnet database and I got this: 14:35 < bridge_> ``` 14:35 < bridge_> sql: failed connecting to db: (prepare:stmt:1295): This command is not supported in the prepared statement protocol yet 14:35 < bridge_> ``` 14:38 < bridge_> use database.table as statement instead of USE 14:44 < bridge_> I use that in the query I use to create the table in the other db 14:51 < bridge_> Do you know that you can earn $5,000 or more weekly from crypto Trading? With Just $500… 100% Inbox Admin on Telegram for more details 👇👇👇👇👇👇 https://t.me/PROFITSWITHSTEVE 14:52 < bridge_> both db's on the same server? 14:57 < bridge_> damn 15:14 < bridge_> Hey! how do you rotate quads in the new client version? also im wondering why this got changed (like copying quads too with ctrl+c/v), was it doing some conflict with other things or? because was way better how it was before imo. 15:14 < bridge_> you select the quad and press r 15:15 < bridge_> you can also rotate multiple quads at once with this 15:16 < bridge_> I think it's not better (or worse), but needs some time to get used to 15:17 < bridge_> ooh okey i see, and yeah i guess its bcs got used to the old way xD cool thank you! 15:44 < bridge_> @deen https://db.ddstats.org/ddnet-a1a1247?sql=select+maps.Server%2C+race.Map%2C+count%28*%29%2C+ROUND%28count%28*%29+%2F+%28JULIANDAY%28date%28%27now%27%29%29+-+JULIANDAY%28maps.timestamp%29%29%29+as+finishes_per_day%0D%0Afrom+race+join+maps+on+race.Map+%3D+maps.Map%0D%0Agroup+by+race.Map+order+by+count%28*%29+desc+limit+20%3B 15:44 < bridge_> i think i did it correctly 15:44 < bridge_> it includes finishes per day 15:46 < bridge_> ``` 15:46 < bridge_> +-----------+-----------------+----------+------------------+ 15:46 < bridge_> | Server | Map | count(*) | finishes_per_day | 15:46 < bridge_> +-----------+-----------------+----------+------------------+ 15:46 < bridge_> | Novice | Multeasymap | 997105 | 942.0 | 15:46 < bridge_> | Novice | Tutorial | 905210 | 1700.0 | 15:46 < bridge_> | Novice | Sunny Side Up | 775003 | 703.0 | 15:46 < bridge_> | Novice | Kobra | 600598 | 172.0 | 15:46 < bridge_> | Novice | LearnToPlay | 437678 | 332.0 | 15:46 < bridge_> | Novice | 4Beginners | 306062 | 282.0 | 15:46 < bridge_> | Novice | Just2Easy | 299814 | 97.0 | 15:46 < bridge_> | Novice | Epix | 287343 | 91.0 | 15:46 < bridge_> | Novice | Kobra 2 | 268684 | 79.0 | 15:46 < bridge_> | Race | run_g6 | 224020 | 76.0 | 15:46 < bridge_> | Novice | Kobra 4 | 193242 | 66.0 | 15:46 < bridge_> | Novice | StepByStep | 187324 | 67.0 | 15:46 < bridge_> | Novice | Tsunami | 174569 | 160.0 | 15:46 < bridge_> | DDmaX.Nut | NUT_short_race6 | 162317 | 60.0 | 15:46 < bridge_> | Novice | Linear | 159813 | 154.0 | 15:46 < bridge_> | Race | run_ankii | 157997 | 55.0 | 15:46 < bridge_> | Race | run_blue | 153515 | 53.0 | 15:46 < bridge_> | Novice | 4Nubs | 144294 | 48.0 | 15:46 < bridge_> | Novice | Gold Mine | 137449 | 45.0 | 15:46 < bridge_> | Novice | Tangerine | 135834 | 126.0 | 15:46 < bridge_> +-----------+-----------------+----------+------------------+ 15:46 < bridge_> ``` 16:04 < bridge_> Tutorial best map 16:09 < bridge_> Do you know that you can earn $5,000 or more weekly from crypto Trading? With Just $500… 100% Inbox Admin on Telegram for more details 👇👇👇👇👇👇 https://t.me/PROFITSWITHSTEVE 16:25 < bridge_> 1.7K finishes each... day... 16:25 < bridge_> wtf 16:27 < bridge_> maps with most finishes per day 16:27 < bridge_> https://db.ddstats.org/ddnet-a1a1247?sql=select+maps.Server%2C+race.Map%2C+count%28*%29%2C+ROUND%28count%28*%29+%2F+%28JULIANDAY%28date%28%27now%27%29%29+-+JULIANDAY%28maps.timestamp%29%29%29+as+finishes_per_day%0D%0Afrom+race+join+maps+on+race.Map+%3D+maps.Map%0D%0Agroup+by+race.Map+order+by+ROUND%28count%28*%29+%2F+%28JULIANDAY%28date%28%27now%27%29%29+-+JULIANDAY%28maps.timestamp%29%29%29+desc+limit+20%3B 16:28 < bridge_> ``` 16:28 < bridge_> +----------+-----------------+----------+------------------+ 16:28 < bridge_> | Server | Map | count(*) | finishes_per_day | 16:28 < bridge_> +----------+-----------------+----------+------------------+ 16:28 < bridge_> | Novice | Tutorial | 905210 | 1700.0 | 16:28 < bridge_> | Novice | Multeasymap | 997105 | 942.0 | 16:28 < bridge_> | Novice | Sunny Side Up | 775003 | 703.0 | 16:28 < bridge_> | Novice | Chobo | 24145 | 375.0 | 16:28 < bridge_> | Novice | LearnToPlay | 437678 | 332.0 | 16:28 < bridge_> | Novice | 4Beginners | 306062 | 282.0 | 16:28 < bridge_> | Novice | xyzyx | 59258 | 249.0 | 16:28 < bridge_> | Novice | Electric | 41571 | 236.0 | 16:28 < bridge_> | Novice | Semang 3 | 24978 | 186.0 | 16:28 < bridge_> | Novice | Kobra | 600598 | 172.0 | 16:28 < bridge_> | Novice | Tsunami | 174569 | 160.0 | 16:28 < bridge_> | Novice | Sketch | 129495 | 155.0 | 16:28 < bridge_> | Novice | Linear | 159813 | 154.0 | 16:28 < bridge_> | Moderate | powerless | 4260 | 132.0 | 16:28 < bridge_> | Novice | Give u the Moon | 57700 | 128.0 | 16:28 < bridge_> | Novice | Tangerine | 135834 | 126.0 | 16:28 < bridge_> | Novice | Beyond Light | 74556 | 124.0 | 16:28 < bridge_> | Novice | SeMang 2 | 70852 | 122.0 | 16:28 < bridge_> | Novice | Beyond Dreams | 124817 | 118.0 | 16:28 < bridge_> | Novice | Sincera 2 | 106807 | 118.0 | 16:28 < bridge_> +----------+-----------------+----------+------------------+ 16:28 < bridge_> ``` 16:28 < bridge_> powerless is the only moderate in top 20 16:29 < bridge_> imho sunny side up is the most remarcable 16:29 < bridge_> tutorial is helped by client 16:29 < bridge_> multeasymap has a cult, and the original 16:32 < bridge_> multeasymap has cultists, we need to send some troops in order to defeat them /r d20 16:44 < bridge_> you rolled a 1 16:53 < bridge_> its a fight against a religious organization and he's obviously a paladin, roll with advantage 16:55 < bridge_> you rolled a -6 16:56 < bridge_> its amazing discord doesnt have a roll ckd 16:56 < bridge_> cmd 16:57 < bridge_> itd be a nitro feature 16:59 < bridge_> get nitrolled 16:59 < bridge_> #3344 16:59 < bridge_> https://github.com/ddnet/ddnet/pull/3344 16:59 < bridge_> 😬 16:59 < bridge_> epic 16:59 < bridge_> i remember that 16:59 < bridge_> me2 😄 16:59 < bridge_> Why are textbooks from 1963 still not in the public domain? How tf can you charge me 90$ for a copy?? 17:00 < bridge_> id rather have my discord experience not include my wallet 17:01 < bridge_> get capitalismed 17:01 < bridge_> ok bad word 17:03 < bridge_> Thanks Adam Smith 17:15 < bridge_> Scientific publishing is a cancer 17:33 < bridge_> ayyy 18:34 < bridge_> when i can im gonna tweak all the graphics that are split into seperate parts so that they arent cropped weirdly 18:50 < bridge_> gewinum: hi 19:30 < bridge_> dont try joining a server with this map multiple times... i bricked one of my gpus yesterday... 19:31 < bridge_> dont try joining a server with this map multiple times... i bricked one of my gpus yesterday... 🥲 19:38 < bridge_> im having an issue with huge maps like this one. you can load and edit them fine in the editor but playing them freezes and it feels like a memory leak to me since a 12000x 12000 map should not take over 32 gigs of ram. 19:38 < bridge_> Edit: dont use this map. 19:38 < bridge_> https://cdn.discordapp.com/attachments/293493549758939136/1140000964766597322/12k.map 21:59 < bridge_> cpu + motherboard recommendations? 22:00 < bridge_> i haven't really kept up with new parts 22:00 < bridge_> idk what's good 22:00 < bridge_> Budget? 22:00 < bridge_> $500, maybe $600 22:01 < bridge_> buy cheap mb, good cpu 22:01 < bridge_> i don't want to spend all that though, there used to be some nice ryzen deals where you could get the motehr board & ryzen 5 apu for a good price. idk if there's anything like that for a ryzen 7/i7? not trying to mess with i5/ryzen 5 anymore 22:01 < bridge_> maybe 22:01 < bridge_> amd ryzen 7 78003dx and any B650 board 22:02 < bridge_> u need a igpu? 22:02 < bridge_> nope 22:02 < bridge_> i have gpu 22:02 < bridge_> how's it compare to the 7900X3D 22:03 < bridge_> i might be able to get away with it 😃 22:03 < bridge_> worse, because 7900x3d comes with 2 ccd chip 22:03 < bridge_> worse, because 7900x3d comes with 2 ccd chips 22:04 < bridge_> the latency added by the second ccd was worse for performance than just restraining all traffic to one ccd 22:05 < bridge_> Hi, is it normal I can't copy quads by selecting them all ? 22:06 < bridge_> well it has more cores tho 22:06 < bridge_> it doesnt need to use the cores 22:06 < bridge_> yes, but you'd have to park them manually if you don't need them 22:06 < bridge_> it's hella annoying 22:06 < bridge_> very cool! now Im thinking if I should add this method to my PR for images with more than 3 * 255 colors 22:06 < bridge_> i guess the OS is doing that 22:06 < bridge_> it's not xd 22:06 < bridge_> also the 7900 clocks higher 22:06 < bridge_> well in windows at least 22:07 < bridge_> try ctrl + c / ctrl + v 22:07 < bridge_> well on windows at least 22:07 < bridge_> realistically i'd first look for single thread perf 22:07 < bridge_> 22:08 < bridge_> most real time applications will probably not use many cores 22:08 < bridge_> and for non real time apps the latency might not matter too much 22:08 < bridge_> Oh! I'm conflicted now, I like it because it's great but I hate it because it changes my habits 22:11 < bridge_> Actually it's kind of annoying if you are using many quads 22:11 < bridge_> Now it selects every single point and it can get messy if you have different quads stacks or crossing one another 22:13 < bridge_> Before, you had to select 1 quad (its points) then select all the other quads (thanks to the center point) 22:13 < bridge_> And you couldn't be wrong 22:14 < bridge_> the core count is tempting 22:14 < bridge_> 5600x is the best for price/perf 22:14 < bridge_> Now it selects every single point and it can get messy if you have different quads stacked or crossing one another 22:15 < bridge_> seems like a good deal but not much better than my current one 22:15 < bridge_> money is everything 22:15 < bridge_> whats ur current 22:15 < bridge_> Im not quite sure what you mean, you can still select just the center point to copy it 22:15 < bridge_> if its 500 for mobo + cpu 22:16 < bridge_> i just remembered my slow ass ram is probably not going to be appreciated 22:16 < bridge_> shoot 22:17 < bridge_> dude 22:17 < bridge_> tell ur current specs 22:17 < bridge_> why u ask recs blind 22:17 < bridge_> xd 22:17 < bridge_> im annoyed 22:17 < bridge_> oh i thought u were asking how much money i had LOL 22:17 < bridge_> i was ??? 22:17 < bridge_> you have a penny 22:17 < bridge_> i have an i5 9400f 22:18 < bridge_> and 16GB of 1666MHz 22:18 < bridge_> lol 22:18 < bridge_> dookie ass ram 22:18 < bridge_> and u said not much better 22:18 < bridge_> 5600x rips ur cpu 22:18 < bridge_> yea maybe 22:18 < bridge_> also that ram speed is trash 22:18 < bridge_> yeap 22:18 < bridge_> the 5600x allows 3200mhz ram 22:18 < bridge_> i have 5500U in my laptop and it matches my desktop in cpu benchmark 22:18 < bridge_> if u can then get 5800x 22:19 < bridge_> its the one i have 22:19 < bridge_> @marmare_314 I mean if I want to edit 20 quads crossing 40 other quads. I would move their center (20 up and 40 down). 22:19 < bridge_> Let's say I want to change my 20 quads' color. I'd create a new quad, pick its 4 corners, select the 20 quads and edit 1 corner to change them all at once. 22:19 < bridge_> Now, it's not possible anymore. If I want to change my 20 quads and their points are mixed with other quads' points, it will also edit other quads too 22:19 < bridge_> @mpft i have this mobo https://www.msi.com/Motherboard/B550-A-PRO 22:19 < bridge_> its pretty good imho 22:20 < bridge_> 2 M2 slots 22:20 < bridge_> is godsent 22:20 < bridge_> and pcie 4 22:20 < bridge_> oh that's nice 22:20 < bridge_> + a 3080 22:20 < bridge_> lol 22:20 < bridge_> i run baldurs gate at max capped at 144fps 22:21 < bridge_> i dont rly play games 22:21 < bridge_> i run ddnet 22:21 < bridge_> i want fast compile 22:21 < bridge_> then get 5800x 22:21 < bridge_> i compile ddnet in 20-22s on release 22:21 < bridge_> plus i use gentoo 22:21 < bridge_> its important to have a M2 too 22:21 < bridge_> and ram 22:21 < bridge_> i have m.2 22:21 < bridge_> same but i also use windows 22:21 < bridge_> :gigachad: 22:21 < bridge_> thats not true 22:22 < bridge_> you dont know that 22:22 < bridge_> I wasnt sure wether selecting the midpoint should also select all corner points. I decided against it because it looked cleaner this way. But that would make this easier right? 22:22 < bridge_> i know u dont have a good cpu as me, and it compiles slower on windows 22:22 < bridge_> windows likes to firewall scan live 22:22 < bridge_> its funnny 22:22 < bridge_> ill give specs when i get home 22:22 < bridge_> if i remember 22:22 < bridge_> he is using the forbidden compiler 22:22 < bridge_> and u cant match the gentoo speed 22:22 < bridge_> or care 22:23 < bridge_> voxel what ide do u use 22:23 < bridge_> gentoo sucks tho 22:23 < bridge_> windows sucks 22:23 < bridge_> https://tenor.com/view/windows-users-when-theyre-forced-to-randomly-update-windows-users-windows-linux-linux-is-bad-gif-21815262 22:23 < bridge_> i recently went to windows 11 22:23 < bridge_> can u even make a tmpfs on windows 22:23 < bridge_> W 22:23 < bridge_> https://tenor.com/view/linux-kali-linux-arch-linux-arch-girl-gif-24642405 22:23 < bridge_> its not bad as people say 22:23 < bridge_> voxel what ide do u use 22:23 < bridge_> I would revert this change, it was good at it was, now it's more noob friendly but anti advanced designing 22:24 < bridge_> visual studio for compile and build 22:24 < bridge_> vscode for actual coding 22:24 < bridge_> @mpft is compile especially important to you? 22:24 < bridge_> are you talking about 20 seconds from when you press the green button to when it starts 22:24 < bridge_> if so 22:24 < bridge_> moot 22:24 < bridge_> that's not a full recompile, that's only recompiling the needed .obj & linking 22:24 < bridge_> ill run proper tests when i get home 22:24 < bridge_> i just like fighting linux egos 22:24 < bridge_> yea 22:25 < bridge_> why can't it be keep the select as normal but ctrl+c to copy 22:25 < bridge_> instead of instantly copying 22:25 < bridge_> i got my 3950x 16 core for like 250€ on ebay.. it's faster in compiling than any other deal u get here xd 22:25 < bridge_> no way 22:25 < bridge_> instant copy paste was great, the way the selection worked for points was great 22:25 < bridge_> im pretty sure ddnet is gonna compile faster on linux with equal specs 22:25 < bridge_> I would have never changed it 22:25 < bridge_> i don't understand the new behavior maybe 22:25 < bridge_> yeah because ddnet is a linux game 22:26 < bridge_> what 22:26 < bridge_> are you talkin about 22:26 < bridge_> on ebay u can check how expensive the last sold items were 22:26 < bridge_> https://cdn.discordapp.com/attachments/293493549758939136/1140743242099478658/image.png 22:26 < bridge_> currently the price is pretty cheap xd 22:26 < bridge_> if so it might be the only linux game out there 22:26 < bridge_> there are a ton 22:26 < bridge_> i just forgot most of them 22:27 < bridge_> i remember ubuntu store holding a TON 22:27 < bridge_> any cross platform program will compile faster on any sort of linux than the alternatives, 9 times out of 10 22:27 < bridge_> one of which was a game where you draw shapes and get the ball to the finish line 22:27 < bridge_> Why would that be worse though? It would allow you to edit all the quads without even moving them. I would say that is an improvement. 22:28 < bridge_> its a fact u will lose 22:29 < bridge_> and btw with 20 secs i mean a clean compile 22:29 < bridge_> ill just run the test again, but using the linux prowess to tune just that compiling 22:29 < bridge_> not like i give a shit 22:29 < bridge_> you trying to convince me will be the funniest thing ever 22:29 < bridge_> to lower it even more 22:30 < bridge_> Do you often use the editor (and make designs)? 22:30 < bridge_> also the 20 sec is with mysql, vulkan, and etc enabled 22:30 < bridge_> snrrr mimimimimi 22:30 < bridge_> -Ofast 22:30 < bridge_> @_voxeldoesart let's be honest, you were convinced when you started windows after your first linux use 😏 22:30 < bridge_> ddnet fast optimizations when 22:30 < bridge_> if i understand, this should already be possible if you just shift+mouse drag to select all? 22:30 < bridge_> i have 3 recs so far and they all seem like good options 22:30 < bridge_> my ubuntu laptop sucked ASSS!!! 22:30 < bridge_> hmm 22:30 < bridge_> steam CRASHED THE SYSTEM 22:30 < bridge_> what does that mean 22:31 < bridge_> xDDD ubuntu is trash, bcs it comes with gnome 22:31 < bridge_> it hijacked the main frame 22:31 < bridge_> gnome is good 22:31 < bridge_> You do not need to move the quads to edit them? 22:31 < bridge_> that is like the worst of all worlds in one product 22:31 < bridge_> #( 22:31 < bridge_> anyways back to work 22:31 < bridge_> gnome's badness already starts with it's name 22:32 < bridge_> almost as bad of a name as Windows 22:33 < bridge_> If I understand correctly what @pipou_tw is saying is that if there are overlapping quads and you want to change the color on some of this is currently a bit inconvenient. Because you have to select all corners manually. 22:33 < bridge_> gentoo sounds like a fucking goofy alien name 22:33 < bridge_> arch sounds edgy 22:33 < bridge_> erm gentoo is a penguin species 🤓 22:33 < bridge_> @murpi do you really mean *any* b650 board 22:33 < bridge_> I thought that was what you did before this change, move some up, move some down edit and move back 22:33 < bridge_> gentoo is for tryhards 22:33 < bridge_> ermm `thog dont caare` 22:34 < bridge_> was the appdata/Teeworlds directory changed 22:34 < bridge_> i cant find it 22:34 < bridge_> i only see DDNet folder now 22:34 < bridge_> afaik it's DDNet on installs where Teeworlds wasn't present 22:34 < bridge_> afaik it's DDNet on systems where Teeworlds wasn't present 22:34 < bridge_> also gentoo is a distribution 22:34 < bridge_> 22:34 < bridge_> Windows is a desktop environment 22:35 < bridge_> u need to compare it to good stuff like K desktop environment 22:35 < bridge_> or chillerdragon's favorite: openbox 22:35 < bridge_> xd 22:35 < bridge_> really depends 22:35 < bridge_> can i still pop settings_ddnet.cfg in that folder 22:35 < bridge_> they're the same louis 22:35 < bridge_> it's just that, if you had Teeworlds, ddnet would keep it that way 22:36 < bridge_> my settings_ddnet isn't getting automatically updated though 22:36 < bridge_> in that folder 22:36 < bridge_> jup which mobo do u have? rly which chipset 22:36 < bridge_> and does it matter for that cpu 22:36 < bridge_> also gentoo is a distribution 22:36 < bridge_> 22:36 < bridge_> Windows is a desktop environment 22:36 < bridge_> u need to compare it to good stuff like K desktop environment 22:36 < bridge_> or chillerdragon's favorite: openbox (even tho that's more of a WM) 22:37 < bridge_> If you had too many quads, you'd only need to create an extra quad to edit them all (which is super easy and practical) and if you only had 1, you'd have to move it away and place it back. Right now, if multiple points are overlapping, it's still the same problem, you have to move the quad away and place it back so it's not solving anything. 22:37 < bridge_> Moving a quad isn't really a problem anyway, if you use the grid you can place it back very easily 22:37 < bridge_> do you mean me with jup? xd 22:37 < bridge_> i don't see another jup here 22:37 < bridge_> 😃 22:37 < bridge_> well i use jup as yes xdd 22:37 < bridge_> m 22:38 < bridge_> i have overkill mb, but tbh it's not worth it 22:38 < bridge_> u have high end chipset? 22:38 < bridge_> https://www.gigabyte.com/de/Motherboard/X570-AORUS-ELITE-rev-10#kf 22:38 < bridge_> Also the instant copy paste was awesome 22:39 < bridge_> b chipsets are good enough really 22:39 < bridge_> i once planned to buy water cooling 22:40 < bridge_> but guess i'm too lazy to install the water stuff 22:40 < bridge_> ah 22:40 < bridge_> and u have to refill it every year 22:40 < bridge_> i would only go as far as getting an aio 22:40 < bridge_> modern AIO also cought up 22:40 < bridge_> stock cooler good for now tbh 22:41 < bridge_> air is generally good enough anyway 22:41 < bridge_> the more expensive ones are close to water too 22:42 < bridge_> water cooling is nice still to have a better control where the heat goes, but i generally don't see my hardware go above like 70°C anyway 22:43 < bridge_> @ryozuki u on 1080p? 22:44 < bridge_> i only get 100 fps on average in BG3 at max on 2k screen, and refering to mangohud it's a CPU bottleneck. just surprised you get 144fps lol 22:45 < bridge_> https://cdn.discordapp.com/attachments/293493549758939136/1140747925824213112/image.png 22:45 < bridge_> 50% more perf would be too much xd 22:45 < bridge_> yeah 1080 same fps.. and almost same GPU load lol 22:46 < bridge_> hmm 22:46 < bridge_> i heard some games are like that 22:46 < bridge_> they were too gpu-heavy the past few years so i guess they are trying to balance it more 22:46 < bridge_> but it just ends up being pretty crappy performance all around 22:47 < bridge_> i generally have the feeling BG3 isnt the most optimized game xD 22:47 < bridge_> why does it need 3-4 cores at 100% lmao 22:47 < bridge_> but its best game, i have 36h in 3 days now xDD 22:47 < bridge_> wow 22:47 < bridge_> u rly spend 50% of your time Gaming 22:47 < bridge_> incredible 22:48 < bridge_> more than 50% xd 22:48 < bridge_> maybe of your waking hours 22:48 < bridge_> 50% total 22:48 < bridge_> i can't judge though 22:48 < bridge_> i get into the games too 22:48 < bridge_> ye 22:49 < bridge_> do u have 4k ryo 22:49 < bridge_> it still has almost 700k players... impressive for RPG game xd 22:49 < bridge_> is it mmo 22:49 < bridge_> or singleplayer 22:49 < bridge_> no, i have 2 1080 144hz 22:49 < bridge_> it's single or coop 22:49 < bridge_> awesome 22:49 < bridge_> up to 4 players 22:49 < bridge_> 4k is awesome 22:49 < bridge_> it changed my outlook 22:49 < bridge_> and my impression of which DEs were good or not lol 22:50 < bridge_> I think now I understand how you did it before. Do you also often use this to select only 3 or less corners on multiple quads? 22:50 < bridge_> i used to be the biggest xfce fan but after high dpi, gnome was the only one that behaved reasonably 22:50 < bridge_> @jupeyy_keks do u use dlss 22:50 < bridge_> troll 22:50 < bridge_> oh 22:50 < bridge_> i use dlss 22:50 < bridge_> lol 22:50 < bridge_> FSR 22:50 < bridge_> but anyway.. my GPU is at 70% 22:50 < bridge_> it's basically idle 22:51 < bridge_> not even spinning 22:51 < bridge_> for this trash game 22:51 < bridge_> 😬 22:51 < bridge_> i use dlss so my gpu has less load, but mainly cuz its summer and i want as less heat as possible 22:51 < bridge_> but i think the game is cpu based 22:51 < bridge_> u sure your gpu is using lots of energy at <70% ? 22:51 < bridge_> gpus are generally quite efficient, but the last 20% kills everything 22:52 < bridge_> idk 22:52 < bridge_> its prob my cpu 22:52 < bridge_> as always 22:52 < bridge_> xd 22:53 < bridge_> well my gpu still uses quite lot of energy tho xd (~150W) 22:53 < bridge_> 22:53 < bridge_> but considering 150w are added for the last 30% perf 22:53 < bridge_> that's still ok xd 22:54 < bridge_> sad that the CPUs don't have a watt meter built in 22:55 < bridge_> damn jup $250 seems like a steal for your cpu 22:55 < bridge_> im finding early bids for just under that 22:55 < bridge_> well i dunno, check for ended ones 22:56 < bridge_> they tell how espensive it is 22:56 < bridge_> I run my gpu on 150W because otherwise my power supply dies xd 22:56 < bridge_> oh dude i found the deal 22:56 < bridge_> https://cdn.discordapp.com/attachments/293493549758939136/1140750729150201919/image.png 22:56 < bridge_> xD 22:56 < bridge_> u have your 6900xt now too? 22:56 < bridge_> yea ^^ 22:56 < bridge_> well scammers are always around xD 22:56 < bridge_> I'm still not sure why though, according to my calculations it should have room for at least 250W 22:56 < bridge_> always buy with paypal or smth that secures you xD 22:57 < bridge_> the PSU tells how muhc power the PCIe slots have 22:57 < bridge_> the pcie cables 22:57 < bridge_> would be fun, though Ravie is probably right in that it is usually better to reduce the amount of colors 22:58 < bridge_> Yes 22:59 < bridge_> whats psu? 23:00 < bridge_> power supply 23:00 < ChillerDragon> @matodor is it like a bugged ad campain from your company? or is it mailicious phising emails some external party placed there? if the latter is the case then postfix is only curing symptoms your gotta figure out how someone got into your system. 23:00 < bridge_> yea I'm quite sure they can provide enough 23:00 < bridge_> but my system dies as soon as my gpu tries to draw more power :d 23:00 < bridge_> don't worry i'm not buying the $900 cpu 23:01 < bridge_> also that is sorta misleading. scammers will have u do paypal friends & family 23:01 < bridge_> just pay thru ebay 23:01 < bridge_> safe\ 23:01 < bridge_> unlucky, sadly i have very bad experience with bad PSUs. so i cant recommend anything cheap here xd 23:01 < bridge_> yeah cheap PSUs are a fire hazard 23:01 < bridge_> i had 2 literally explode xD 23:01 < bridge_> yeye, like you said though, the last watts are the least important, nearly all games bottleneck on my cpu afaik 23:02 < bridge_> I think I can go up to ~200W safely, but I just don't wanna risk it ^^ 23:02 < ChillerDragon> @solayer what kind of python bot do you need? A chat bot? This one just downloads maps but should be easily extendible to do other things too https://gitlab.com/teeworlds-network/twnet_parser/-/blob/master/examples/07/download_map/download_map.py?ref_type=heads 23:03 < ChillerDragon> https://gitlab.com/teeworlds-network/twnet_parser/-/blob/871f6bb4066f0940a591fa92146e59ff68448f8a/examples/07/download_map/download_map.py 23:03 < bridge_> corectrl is a cool program btw for managing the cpu/gpu performance/limits, needs a little setup but works great 23:03 < ChillerDragon> permalink before heinrich wakes 23:03 < bridge_> wait, I just skipped past this 23:03 < bridge_> what 23:04 < bridge_> how 23:04 < bridge_> what did you do? xd 23:04 < bridge_> i basically just used the computer 23:05 < bridge_> i even had a bad be quit PSU once.. it sprayed sparks 23:05 < bridge_> i even still have a video of it, bcs they support didnt believe me first xD 23:05 < bridge_> https://cdn.discordapp.com/attachments/293493549758939136/1140753076765073568/VID_20190620_074349.mp4 23:05 < bridge_> i dunno, but PSUs are what i'm unlucky with hardware wise 23:06 < bridge_> where did you buy it from? 23:06 < bridge_> and samsung monitors xD 23:06 < bridge_> from amazon or mindfactory 23:06 < bridge_> that looks hella dangerous 23:06 < bridge_> so first-hand? o.o damn 23:06 < bridge_> yep. i got a new one, and it runs good since then 23:06 < bridge_> that was 4 years ago 23:06 < bridge_> well this stuff can happen 23:07 < bridge_> be quit is actually known for good quality 23:07 < ChillerDragon> lmao jopsti on fire 23:07 < bridge_> I also have one from them iirc 23:07 < bridge_> would be cool btw if my computer could tell me which components draw how much power currently 23:08 < bridge_> therefore i never ever had a storage drive dying yet 😄 23:08 < bridge_> therefore i never ever had a storage drive dieing yet 😄 23:08 < ChillerDragon> every year i burn a drive 23:12 < bridge_> XD 23:12 < bridge_> chillerdragon: you are a bot? 23:12 < ChillerDragon> i hooman 23:13 < bridge_> you create bots? 23:14 < bridge_> chillerdragon: you create bots? 23:15 < ChillerDragon> @TeeFlowerFell-Sans#9358 you star weird gh projects bro 23:16 < ChillerDragon> imaging starring a random ruby lib where the latest commit was made before you were born xd 23:17 < bridge_> you create bots? 23:17 < ChillerDragon> no proof 23:17 < bridge_> a 23:17 < ChillerDragon> what do you want to do with python? 23:17 < ChillerDragon> whats your goal? 23:17 < bridge_> I saw your profile on GitHub I thought the things you created were clients/bots 23:18 < ChillerDragon> I am not associated with illegal behaviors. If you think I do. Please speak to my lawyer mr jopsti. 23:18 < bridge_> @jupeyy_keks btw have you seen my blog? :) 23:19 < ChillerDragon> patiga best blogger this week 23:19 < bridge_> how you have arguments to speak bro you is awesome! 23:19 < bridge_> yes n🍦 23:20 < bridge_> i hope i get pkm gen 2 now 23:20 < ChillerDragon> jupjapjappykeksstar 23:21 < bridge_> you is awesome 23:21 < bridge_> lmao 23:21 < ChillerDragon> you is weird 23:21 < ChillerDragon> lmao 23:21 < bridge_> kkkkk funny 23:22 < ChillerDragon> I assume your not going to tell me what your plan is. 23:22 < ChillerDragon> Then i can not help you reach it .-. 23:23 < bridge_> please leave chiller out of your cellar, then i let you out 23:23 < ChillerDragon> wotfek 23:23 < bridge_> with me, chiller's laywer, is not good cherry eating 23:24 < ChillerDragon> a 23:24 < bridge_> u can't reach me the water 23:24 < ChillerDragon> xxxxxxxxxxxxxxxD 23:24 < ChillerDragon> jopsti your english is the yellow from the egg 23:25 < bridge_> ikr 23:25 < bridge_> I've given up I'm already doing something else 23:25 < ChillerDragon> o 23:47 < bridge_> thoughts on this 23:47 < bridge_> 23:51 < bridge_> this seems crazy 23:53 < bridge_> 7700x seems worse than 7800x3d by a relatively decent margin but this deal is just nuts 23:54 < bridge_> 23:54 < bridge_> or this 23:56 < bridge_> might do the latter