02:15 <+bridge> when will the database problem of the discord bot be fixed 😦 02:24 <+bridge> never ,,, 02:44 <+bridge> hi 04:31 <+bridge> https://github.com/HigherOrderCO/Bend 04:31 <+bridge> anyone see this? 04:31 <+bridge> has anyone seen this? 04:38 <+bridge> yes 04:39 <+bridge> although a language with for loop is a bit wild for me 04:39 <+bridge> although a language without for loop is a bit wild for me 05:04 <+bridge> I think high level gpu programming generally doesn't work 05:04 <+bridge> the GPU does not like to do complex things, it wants to be a SIMD machine 05:15 <+bridge> also using a 4090 to benchmark against is a little unfair, it's so overpowered, it should be able to get more OPS than a 32 thread cpu at like 10% utilization 05:15 <+bridge> most people do not have 15% of a 4090 in their pc xd 05:49 <+bridge> 07:14 <+bridge> Murpi said he is rewriting the entire bot right now, no ETA yet iirc tho 07:18 <+bridge> never... 08:34 <+bridge> Do you save ur ssh keys somewhere or you create new when you change os? 08:50 <+bridge> i always create new, its not like someone should swap os 2 times a day :D 10:02 <+bridge> morning statically typed language devs 10:03 <+bridge> yes, and its slow for simple examples 10:03 <+bridge> > 10:03 <+bridge> > Twirrim 14 hours ago | next [–] 10:03 <+bridge> > 10:03 <+bridge> > For what it's worth, I ported the sum example to pure python. 10:03 <+bridge> > 10:03 <+bridge> > def sum(depth, x): 10:03 <+bridge> > if depth == 0: 10:03 <+bridge> > return x 10:04 <+bridge> > else: 10:04 <+bridge> > fst = sum(depth-1, x*2+0) # adds the fst half 10:04 <+bridge> > snd = sum(depth-1, x*2+1) # adds the snd half 10:04 <+bridge> > return fst + snd 10:04 <+bridge> > 10:04 <+bridge> > print(sum(30, 0)) 10:04 <+bridge> > 10:04 <+bridge> > under pypy3 it executes in 0m4.478s, single threaded. Under python 3.12, it executed in 1m42.148s, again single threaded. I mention that because you include benchmark information: 10:04 <+bridge> > 10:04 <+bridge> > CPU, Apple M3 Max, 1 thread: 3.5 minutes 10:04 <+bridge> > CPU, Apple M3 Max, 16 threads: 10.26 seconds 10:04 <+bridge> > GPU, NVIDIA RTX 4090, 32k threads: 1.88 seconds 10:04 <+bridge> > 10:04 <+bridge> > The bend single-threaded version has been running for 42 minutes on my laptop, is consuming 6GB of memory, and still hasn't finished (12th Gen Intel(R) Core(TM) i7-1270P, Ubuntu 24.04). That seems to be an incredibly slow interpreter. Has this been tested or developed on anything other than Macs / aarch64? 10:04 <+bridge> > 10:04 <+bridge> > I appreciate this is early days, but it's hard to get excited about what seems to be incredibly slow performance from a really simple example you give. If the simple stuff is slow, what does that mean for the complicated stuff? 10:04 <+bridge> > 10:04 <+bridge> > If I get a chance tonight, I'll re-run it with `-s` argument, see if I get anything helpful. 10:04 <+bridge> https://news.ycombinator.com/item?id=40390287 10:04 <+bridge> Morning i3wm enjoyers and others 10:52 <+bridge> hope u enjoy ur bugs 😬 10:52 <+bridge> prolly bcs it looks like pyson 10:55 <+bridge> Morning nvim gangs 10:56 <+bridge> Morning nvim gangs and others 11:02 <+bridge> stream or did not happen 11:03 <+bridge> nvim 0.10 pog 11:03 <+bridge> stream or did not happen 11:11 <+bridge> I can when i install debian 😏 11:11 <+bridge> u can also stream on gentoo 11:11 <+bridge> Nono 11:11 <+bridge> show me some epyc commands 11:11 <+bridge> I plan on installing it today 11:11 <+bridge> are you tired of self compiling or why 11:11 <+bridge> or are u just in a try out phase 11:12 <+bridge> It's too complicated for my reptile brain 11:12 <+bridge> And i dont have hundreds of cores to compile all that shit 11:12 <+bridge> well the problem is, you don't have to understand everything to do whatever you do. 11:12 <+bridge> Learning gentoo might give you some skills, but maybe u dont even want these skills 11:13 <+bridge> i personally mostly dislike compiling so much. else i'd probably also use arch or smth 11:13 <+bridge> but it feels like 70% of all good packets are required to be compiled xd 11:13 <+bridge> Do you also have to compile stuff on arch? 11:14 <+bridge> well lot of packets are only in the AUR 11:14 <+bridge> is there a binary version for this? 11:14 <+bridge> for me it always compiled stuff 11:15 <+bridge> rocm took like 1h to compile or smth xd 11:15 <+bridge> was horrible 11:27 <+bridge> It's very rare but I will sometimes use a flatpak 11:28 <+bridge> flatpak :( 11:28 <+bridge> Especially for packages that use qt webview 11:28 <+bridge> are u on the gentoo 11:28 <+bridge> Yep 11:28 <+bridge> that would explain 11:28 <+bridge> Oh btw that is if there is no official binpkg for it 11:29 <+bridge> If there is an official binpkg, I'll use that one 11:36 <+bridge> @learath2 when do you stream 11:36 <+bridge> :brownbear: 11:37 <+bridge> What would you like me to stream? 11:37 <+bridge> coding smth in ur preferred language and setup 11:38 <+bridge> It wouldn't be very exciting. I write code in bursts. Lots of idle time while I plan things out in my head 11:39 <+bridge> u can take an easy project. i think it's funny to see how other ppl solve problems 11:43 <+bridge> i compile qt web and gtk web like a chad 11:43 <+bridge> gtk web literally is more bloat than firefox 11:43 <+bridge> You use a 64 core beast though 😄 11:43 <+bridge> webkit-gtk 11:43 <+bridge> is this true 11:44 <+bridge> My processor is from 2013, it has 4 cores 8 threads 😄 11:44 <+bridge> haswell? 11:44 <+bridge> No, it's 16c ai think 11:44 <+bridge> 24 core* 11:44 <+bridge> at 5.5ghz iirc 11:44 <+bridge> 64gb ram 11:44 <+bridge> Yep 11:44 <+bridge> 24 core or 24 thread 11:44 <+bridge> thread 11:44 <+bridge> good 11:44 <+bridge> same 11:44 <+bridge> mimimi 11:44 <+bridge> similar config 11:45 <+bridge> gotta say 16 cores are really cheap nowadays 11:45 <+bridge> i think u have my processor on steroids 11:45 <+bridge> https://www.mindfactory.de/product_info.php/AMD-Ryzen-9-5950X-16x-3-40GHz-So-AM4-WOF_1380729.html 11:45 <+bridge> 318€ 11:45 <+bridge> I'm getting a new laptop soon(tm) 11:45 <+bridge> do u travel so much that u can only use laptop 11:45 <+bridge> Need to pick a distro for it 11:45 <+bridge> i can't do serious work on laptops xd 11:46 <+bridge> arch linux. 11:46 <+bridge> I'd like to work outside a bit 11:46 <+bridge> i see 11:46 <+bridge> distcc on ur home network 11:46 <+bridge> gentoo 11:46 <+bridge> I also do travel quite a lot 11:46 <+bridge> i also cant do that, but i think it's mostly about how you sit and if u use laptop keyboard etc. 😄 11:46 <+bridge> i cant use other distroa 11:46 <+bridge> its unholy 11:46 <+bridge> not interested in draining half of my battery to install one package 11:46 <+bridge> @learath2 repend for not using gentoo 11:46 <+bridge> Hm gentoo with distcc would be a nice idea actually 11:46 <+bridge> repent* 11:47 <+bridge> Though the cpu of my desktop is probably weaker than whatever laptop I get 😄 11:47 <+bridge> i tried it and see like no benefit over arch other than to just flex on the peons lol 11:47 <+bridge> i have a bare metal wiyh a ryzen 3600 11:47 <+bridge> it takes a million yrs to do anything 11:47 <+bridge> and 128gb ram 11:47 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241326288690614323/image.png?ex=6649cab1&is=66487931&hm=2f7b5c31f448af202a5fd694d4dca9af2200bdec425db478d9daa8bedb11747f& 11:47 <+bridge> or 64 i forgor 11:48 <+bridge> Hard disagree. USE flags and not having to use systemd is easily enough of a difference 11:48 <+bridge> you can use other init systems on other distros 11:48 <+bridge> I would never use arch btw. When I need an archlike I use artix 11:48 <+bridge> i like openrc 11:48 <+bridge> i like systemd because it makes sense 11:48 <+bridge> and it's what ppl are using 11:49 <+bridge> sadly i think i use systemd udev or smth 11:49 <+bridge> i forgot 11:49 <+bridge> I'm an eudev user 11:50 <+bridge> There are many sane init systems, all of them except systemd come to mind 11:53 <+bridge> i think systemd does service dependencies better than other init systems 11:53 <+bridge> We need a poetteringlike marketing campaign for openrc. Maybe pay off redhat or fedora to use it 11:54 <+bridge> maybe 11:54 <+bridge> i think for a laptop (if you use them like i do) gentoo is too much hassle 11:55 <+bridge> i just use mine when i leave the house 11:55 <+bridge> I usually have artix on my laptops 11:55 <+bridge> Or way back in the day I used to have devuan on them 11:55 <+bridge> biggest systemd hater 11:55 <+bridge> Gentoo is fot elite power users 11:55 <+bridge> keep telling urself that 11:55 <+bridge> :owo: 11:56 <+bridge> while u wait half an hour for firefox to compile 11:56 <+bridge> i like to tease you 11:56 <+bridge> i dont like being teased 11:56 <+bridge> actually just 10 monst 11:56 <+bridge> mins 12:00 <+bridge> My upstairs neighbour had the 90 version of that for a very long time 12:00 <+bridge> nice 12:00 <+bridge> also recently acquired a third gen i5. yet to do anything with that computer 12:00 <+bridge> at the new apartment we have to pay our own power bill so i can't homelab like i used to 12:01 <+bridge> :justatest: 12:01 <+bridge> Sell it off 12:01 <+bridge> i'd get nothing for it tbh 12:01 <+bridge> to most ppl these computers are e-waste 12:02 <+bridge> to me they are helpful for just being a computer that can be on without major power succ 12:02 <+bridge> to me they are helpful for just being a computer that can be on all the time without major power succ 12:02 <+bridge> i think if i move again the only one i'd keep is my 9th gen i5 system 12:02 <+bridge> As soon as I figure out where I'll live, I'll get an upgrade on my desktop 12:03 <+bridge> I desperately need a gpu upgrade too 12:03 <+bridge> what are u on 12:03 <+bridge> 1080 12:03 <+bridge> ah 12:03 <+bridge> i just upgraded from 1070 TI 12:03 <+bridge> to 3060 12:03 <+bridge> same perf lol 12:03 <+bridge> but 4GB more vram + more efficient 12:03 <+bridge> It is pretty strong. But it doesn't have any rt cores, it has little vram 12:03 <+bridge> yea 12:04 <+bridge> how much is little these days? 12:04 <+bridge> idk what 1080 came with 12:04 <+bridge> less than 8? 12:04 <+bridge> It's 8, it's not little for gaming 12:05 <+bridge> buy its not gddr6 12:05 <+bridge> but 12:05 <+bridge> i have 3080 12:05 <+bridge> WHEN ZEN 5 12:05 <+bridge> True, and AI stuff guzzles vram like it's nothing 12:05 <+bridge> ah 12:05 <+bridge> i never do AI stuff 12:05 <+bridge> not rly that interesting to me 12:05 <+bridge> at least not in this medium 12:06 <+bridge> in my personal, expert AI, opinion, VRAM is still very very far from what we'd need for proper AIs 12:06 <+bridge> I will probably bump all the way up to a 4080 when I move 12:06 <+bridge> 1TByte VRAM is minimum 12:06 <+bridge> idk if current GPUs are even the best for AI applications 12:06 <+bridge> LOL. Do you mean AGI by proper AI? 12:07 <+bridge> In that case I do kinda agree yeah 12:07 <+bridge> not even, but i always see these "ai learns to ..." videos 12:07 <+bridge> and they simply are too stupid out of box 12:07 <+bridge> they need some kind of understanding of the world.. basically a gpt-4 12:07 <+bridge> that can explain wtf going on 12:08 <+bridge> and then based on that i needs to build its expertise 12:08 <+bridge> and gpt-4 is still too bad actually 12:08 <+bridge> Have you seen 4o? That looks interesting. I like multimodal stuff 12:08 <+bridge> yeah looks interesting indeed, heinrich shared it here 12:09 <+bridge> But yeah, there is imo a limit to what this sort of ai can achieve and there are papers slowly coming out suggesting I'm not wrong on that 12:09 <+bridge> yeah 12:10 <+bridge> These don't actually "understand" anything per se. They are just very very good auto completers. Their "knowledge" doesn't quite match our understanding of knowledge 12:10 <+bridge> exactly 12:10 <+bridge> they can see the bigger picture but they can't put together proper code snippets 12:10 <+bridge> cuz it's all just copy paste shit from elsewhere 12:10 <+bridge> inconsistent api or whatever 12:10 <+bridge> and it can't understand that that's bad lol 12:11 <+bridge> also can't learn on the fly even when told something directly which is huge imo 12:11 <+bridge> you can give it some conditions but if it doesn't already grasp the fundamentals of ur idea then good luck 12:11 <+bridge> I'd never really seen copilot in action until I started working. And it produces some stellarly stupid snippets sometimes 12:12 <+bridge> The demos are always like "isPrime" or "AStar", ofc it does these things good, just look how many people have implemented it in stackoverflow 12:14 <+bridge> yeah lol 12:18 <+bridge> I saw an interesting ai that had say like 8 models and a router model that coordinated the 8 other models. The aim was to have "expert" models and a "manager" model. It didn't happen but it was a curious experiment 12:19 <+bridge> The AI ended up with expert models but the experts were not specialized at all. They were experts at things the authors couldn't even put into words very well. Like an expert at token placement in a programs first 40 lines 12:19 <+bridge> 1080 isn't bad at all ngl it's on par with 3060 12:20 <+bridge> 980 and 1080 is the best 2 gpus nvidia has ever released to the market ngl 12:20 <+bridge> rtx 4090 is the best 12:20 <+bridge> with a huge huge margin 12:20 <+bridge> This entire computer is starting to show it's age and I'm having trouble even pinpointing where it's falling short now. It seems the games are just not well optimized for this architecture anymore 12:21 <+bridge> also 3060 is probably much more efficient 12:21 <+bridge> yeah undoubtedly but despite 1080's age it's still holding up like a chad to this day 12:21 <+bridge> it's good enough for 1080p gaming i guess 12:21 <+bridge> probably DX12 because 1080 wasn't really made for DX12 titles 12:22 <+bridge> The fact that I'm on a 1440p monitor isn't helping either 12:22 <+bridge> ddnet is also a vulkan title 12:22 <+bridge> 😏 12:24 <+bridge> if u ask me most low level GPUs are failures, simply bcs they do exactly what GPU should not do: 12:24 <+bridge> 12:24 <+bridge> low core(shader core) count, clocked high 12:24 <+bridge> a 4090 that isnt at like 80% is super efficient 12:24 <+bridge> Like elden ring ran fine-ish. But I could only ever get consistent 50fps. That's not great 12:28 <+bridge> https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fjcgmt0ua68t91.jpg 12:28 <+bridge> look how the power consumption increases for _almost_ nothing 13:05 <+bridge> Lesgoo 13:05 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241345874383343637/IMG_20240518_140434.jpg?ex=6649dcef&is=66488b6f&hm=13d220a43e29a7797adcd598d16b0971bd380eefd14470f64544be0244eda0d2& 13:19 <+bridge> 16 core masterrace 13:39 <+bridge> And i didnt lost data from home dir, yippee 13:40 <+bridge> dont make git repo in home folder 13:41 <+bridge> xd 13:41 <+bridge> chillerdragon moment XD 13:54 <+bridge> All questionmarks are solids where tiles are missing ^^ minimal automapper test map 13:54 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241358273689686067/grass_main_check.PNG?ex=6649e87b&is=664896fb&hm=bd020da51afdce61868f5e0b53da8711b708c34ecaa6246da70d4300a2132dbe& 14:27 <+bridge> Time to install LXQt! 14:28 <+bridge> Time to install LXQt --no-install-recommends! 15:42 <+bridge> i couldnt figure out why my sound didnt work and then realized it was muted by default for some reason :kek: 17:35 <+bridge> is it provably minimal? :justatest: 17:47 <+bridge> Add function in f1 save_config to save config without quiting the game 17:47 <+bridge> Suggestion: Add function in f1 save_config to save config without quiting the game 18:16 <+bridge> xrd 18:16 <+bridge> hm, one off keyboard 18:16 <+bridge> yes 18:16 <+bridge> https://en.wikipedia.org/wiki/De_Bruijn_torus 19:07 <+bridge> ladies, gentlemen and arch users, what lib has this file? :justatest: 19:07 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241437126231326760/image.png?ex=664a31eb&is=6648e06b&hm=a015963ca905bc30d582481bb2181adb5e07c63e728ffe6f42ef183238d5930e& 19:08 <+bridge> i'd say libcrypto.so 19:08 <+bridge> what package then? :thonk: 19:08 <+bridge> openssh probably 19:08 <+bridge> (at least openssh) 19:09 <+bridge> i beat many packages depend on it idirectly 19:09 <+bridge> i beat many packages depend on it indirectly 19:09 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241437618227646465/image.png?ex=664a3260&is=6648e0e0&hm=d7f7bc5eea5bd2a59cf34f53f3e0fafac524228a15e7de439ec1ad51b0d6ce18& 19:10 <+bridge> steam 19:11 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241437917969252403/image.png?ex=664a32a8&is=6648e128&hm=175ccfb2261347fc37408eac427d5d6be250c157fad26b291358e2b74b667222& 19:11 <+bridge> but the real openssl is used by many more 19:14 <+bridge> ooohh... 19:14 <+bridge> lets see :justatest: 19:16 <+bridge> but tbh 19:16 <+bridge> "No rule to make target" 19:16 <+bridge> this sounds like it wants to compile it 19:16 <+bridge> not depend on it xd 19:17 <+bridge> it compiler :kek: 19:17 <+bridge> it compiled :kek: 19:17 <+bridge> ⭐ 19:17 <+bridge> 🌟 19:18 <+bridge> ok.. we need better star emojis 19:18 <+bridge> time for nvidia drivers 19:18 <+bridge> ah shit here we go again 19:18 <+bridge> rip 19:18 <+bridge> only reason i still buy amd GPUs over nvidia 19:18 <+bridge> xdd 19:30 <+bridge> welp, gg i guess 19:30 <+bridge> ```Some packages could not be installed. This may mean that you have 19:30 <+bridge> requested an impossible situation or if you are using the unstable 19:30 <+bridge> distribution that some required packages have not yet been created 19:30 <+bridge> or been moved out of Incoming. 19:30 <+bridge> The following information may help to resolve the situation: 19:30 <+bridge> 19:30 <+bridge> The following packages have unmet dependencies: 19:30 <+bridge> nvidia-driver : PreDepends: nvidia-installer-cleanup but it is not installable 19:30 <+bridge> PreDepends: nvidia-legacy-check (>= 495) but it is not going to be installed 19:30 <+bridge> Depends: nvidia-driver-libs (= 525.147.05-7~deb12u1) but it is not going to be installed 19:30 <+bridge> Depends: nvidia-driver-bin (= 525.147.05-7~deb12u1) but it is not going to be installed 19:30 <+bridge> Depends: xserver-xorg-video-nvidia (= 525.147.05-7~deb12u1) but it is not going to be installed 19:30 <+bridge> Depends: nvidia-vdpau-driver (= 525.147.05-7~deb12u1) but it is not going to be installed 19:30 <+bridge> Depends: nvidia-alternative (= 525.147.05-7~deb12u1) but it is not going to be installed 19:30 <+bridge> Depends: nvidia-kernel-dkms (= 525.147.05-7~deb12u1) but it is not going to be installed or 19:30 <+bridge> nvidia-kernel-525.147.05 or 19:30 <+bridge> nvidia-open-kernel-525.147.05 but it is not installable or 19:30 <+bridge> nvidia-open-kernel-525.147.05 but it is not installable 19:30 <+bridge> Depends: nvidia-support but it is not installable 19:30 <+bridge> Recommends: nvidia-settings (>= 525) but it is not installable 19:30 <+bridge> Recommends: libnvidia-cfg1 (= 525.147.05-7~deb12u1) but it is not going to be installed 19:31 <+bridge> Recommends: nvidia-persistenced but it is not installable``` 19:38 <+bridge> it's installing 😎 19:38 <+bridge> Just make your code more efficient:lol: 19:38 <+bridge> Just make your code more efficient :lol: 19:40 <+bridge> yeah, when do we get AI driven optimizations. rekognize patterns and optimize them with known optimizations 19:40 <+bridge> 19:40 <+bridge> 100% faster software would ofc be cool too 😄 20:02 <+bridge> that would be so cool 20:02 <+bridge> you would literally help the whole world by making that xd 20:04 <+bridge> the problems of the future need more ram 20:04 <+bridge> lot more ram 20:12 <+bridge> just download more ram 20:13 <+bridge> for that we need faster internet, and for faster internet we need more ram 20:13 <+bridge> every 4 years the ram doubles 20:13 <+bridge> jupstar's law 20:16 <+bridge> I dont have screen tearing, pog 20:19 <+bridge> lmao i just trained my brain i don't even see it anymore xd 20:19 <+bridge> and i'll do it again if it means i don't get input delay 20:19 <+bridge> before i had huge ahh line in the middle of my screen 20:19 <+bridge> now i dont see it 20:20 <+bridge> if you don't have a >60hz monitor response time kills me 20:20 <+bridge> screen tearing is just like ram 20:20 <+bridge> 20:20 <+bridge> u need more hertz 20:20 <+bridge> xd 20:20 <+bridge> 480hz and u probably cant see tearing anymore 20:20 <+bridge> i need more ram for algo :( 20:21 <+bridge> how much u have 20:21 <+bridge> when zen 5 finally drops in 20 years i want at least 64 20:21 <+bridge> only 16 + 4swap 20:21 <+bridge> wrip 20:21 <+bridge> rip 20:23 <+bridge> hate this 20:24 <+bridge> it doesn't on debug 20:24 <+bridge> it crashes on release 20:24 <+bridge> get rich 20:24 <+bridge> turn on sanitizers 20:24 <+bridge> or is it out of ram xd 20:24 <+bridge> no xdd 20:25 <+bridge> how do i turn off timeouts.... 20:25 <+bridge> ❓ 20:25 <+bridge> ddnet server timeout 20:25 <+bridge> debugging server while playing the game :justatest: 20:26 <+bridge> xddd 20:26 <+bridge> look into the ddnet commands overview 20:26 <+bridge> there is one that u can simply set to 400 or smth 20:28 <+bridge> then u have 400 minutes 21:17 <+bridge> whatever this is i like it 21:17 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241469791848632442/image.png?ex=664a5057&is=6648fed7&hm=6be124bc7ea7e2c4c04719a6053b236555d93989e80fe8e87747a2196c5dc519& 21:17 <+bridge> also @teini94 why did you open 3 issues, just put everything in one :justatest: 22:24 <+bridge> @RUSt-devs `twsnap` is now on crates.io 🚀 22:24 <+bridge> crates.io: https://crates.io/crates/twsnap 22:24 <+bridge> repo: https://gitlab.com/ddnet-rs/twsnap 22:25 <+bridge> 22:25 <+bridge> Its a collaboration between @zwelf2 and me, to have interoperability between his physics and my renderer :) 22:25 <+bridge> The main thing is the `Snap` (snapshot) struct, which is heavily typed and focused on usability. It is compatible with the ddnet snapshot and it also already includes a (ddnet) demo reader and writer. 22:25 <+bridge> Compatibility with ddnet snapshot is possible thanks to @heinrich5991's libtw2, which is now also available on crates.io! 22:25 <+bridge> `twsnap` is ofc still unstable, and it is still missing net messages 22:25 <+bridge> docs: https://docs.rs/twsnap/0.1.0/twsnap/struct.Snap.html 22:26 <+bridge> why rus ping? 22:26 <+bridge> discord weirdness 22:26 <+bridge> `@rust-devs` 22:28 <+bridge> huh 22:28 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241487558370918450/image.png?ex=664a60e3&is=66490f63&hm=08a6b3e2649c0d9b9933a461d697c6ad8a0e224e9d1c78993c8793780eb88fa4& 22:28 <+bridge> there is no rust-devs role 22:28 <+bridge> it was a made-up ping ^^ 22:29 <+bridge> though imo it would be nice to have 22:29 <+bridge> kk 22:33 <+bridge> i feel like commands that are straight up disabled shouldnt be shown in /cmdlist 22:33 <+bridge> https://cdn.discordapp.com/attachments/293493549758939136/1241488823846965270/image.png?ex=664a6211&is=66491091&hm=82414e93c480fdbf7485a24fb35d50b1c3b0db431d07b5e439aa2ff4a3917085& 22:43 <+bridge> :poggers2: :poggers2: :poggers2: