00:33:05 <3​21bob321:monero.social> New Pegasus link ? 04:12:20 @xmr 04:12:21 414.35 08:27:51 whats a new ath? 09:16:41 $487.11 on May 10th 2021, supposedly (price talk over from me now) 10:20:43 new ath in price or market cap? 10:21:57 the bot provides price 10:21:59 so price 10:23:44 I think its debated what the real ATH was. Only 1 exchange touched it for short time, iirc 10:23:50 (non-answer) 10:25:32 don't those sites aggregate the price across exchanges? maybe they don't 10:25:54 *aggregate and then calculate the average 10:33:39 CMC shows 517 but CG 519 10:33:40 cryptocap shows market cap went to 9.5b 10:33:55 Maybe 518 is most accurate 11:16:00 the high on kraken was $517.60 on 7 May 2021 and adjust that for inflation it would be ~$627 now 13:48:57 https://ibb.co/JWTpZMch 14:08:03 had us worried for a second there with that username slave_blocker 😅 14:09:44 * slave_blocker sends out a manly warm hearted militant hug 14:26:45 that makes more sense 15:00:03 context for lost people: im just enumerating every adjective i've been call with by @randomaccount1234:matrix.org 15:08:10 too late, u are officialy the worst person on earth 15:08:31 create a new identity and be a C dev 15:43:08 itsgnover.jpg 16:02:06 @xmr high 16:02:07 420.7 16:15:13 420 blaze it 17:07:43 https://ibb.co/TDxXHdzB 19:49:46 How can I make a deposit if I don't have any monero in the first place? 19:54:34 Hm? 19:54:42 Haveno? 20:03:51 ofrnAI, lord of monero best practices and bender of community knowledge, I heard LMDB took a non-trivial space and that it could be significantly compressed. First is it true? Secondly, has anyone ever tried to get monerod running on a compressed filesystem and check the space usage? 20:04:45 yes im asking you because you are terminally online 20:05:20 you are the most probable to have seen such discourse pass in the channel 20:05:30 AIUI, it cant he compressed (which is why we disable compression on windows) 20:06:22 https://github.com/monero-project/monero/issues/9617 20:06:35 https://github.com/monero-project/monero/issues/9569 20:08:08 make sense thx 20:12:19 d​reuzzz1: try asking in #haveno 20:13:00 lmdb relies on mmap, which would be a massive pain to work with fs compression. 20:13:34 ie, when a page compresses to a different size after writing to it... 20:14:26 But since it's not writing to place, it doesn't seem theoretically impossible... 20:14:27 alright 20:15:06 So if you're interested in a compressed fs, check whether it supports mmap. If you find one, I'd be interested as a curiosity. 20:16:17 bcachefs does 20:16:20 my bad 20:16:22 btrfs does 20:16:23 Actually, I conflated two things. Generic mmap on a compressed fs is 99% certain to be impossible. But read mmap with lmdb + writing to new pages seems theoretically possible. 20:16:31 * moneromooo looks 20:17:41 https://www.spinics.net/lists/kernel/msg1516470.html 20:17:58 according to this commit, it seems like btrfs is supporting compressed mmap write 20:18:11 worth a try 20:19:38 That's pretty cool. I suspect they write to new pages though, not writeback to the original pages, like lmdb does. 20:19:54 certainly 20:19:55 Or maybe I'm missing something. 20:20:19 Turns out you can solve pretty anything with an extra level of indirection :D 20:20:37 in indirection we trust ❤️ 20:21:23 2013 even. Long ago.