04:35:17 ANONERO version 1.0 is now fully funded! https://ccs.getmonero.org/proposals/r4v3r23-anonero-v1.html @luigi1111 04:52:24 <3​21bob321:monero.social> \o/ suprise face 05:41:22 @detherminal Not only does Serai use it as a wallet, if it's 5% incomplete for what you want you're looking at using a wallet 100% incomplete. That's why I recommended monero-serai be internally used in libmonero. 05:46:45 > No, I plan to write all of them in native Dart. Writing complex cryptographic operations from scratch is serious and might be unsecure so I will use open-source packages from pub.dev instead. 05:46:45 I obviously won't say this is impossible, yet it's several months of work. You not only have to implement and all the cryptography correctly (and there presumably aren't Dart packages for CLSAG), you also need to match all the fee code of wallet2 directly. Any differences in a fingerprint. 05:46:46 You also need to match a bunch of wallet2 quirks directly. Any differences is a fingerprint. 05:46:47 Not only did monero-serai take months to write, jberman then spent I want to say a month or two on such fingerprints. 06:43:50 LFG 💥 08:08:04 https://github.com/plowsof/scrape_ccs_fr the office fruit bowl fund now has a thermos with cold water in next to it 08:15:20 dangerousfreedom - seraphis wallet work until regtest is now fully funded! https://ccs.getmonero.org/proposals/dangerousfreedom-seraphis_wallet_until_regtest.html @luigi1111 10:28:51 https://theconversation.com/tech-companies-must-help-the-fight-aganst-extremists-using-encryption-asio-boss-228505 Jesus Christ here we go again.... 11:38:05 Cunt 11:38:11 "Imagine if there was a section of a city where violent extremists could gather with privacy and impunity. Imagine if they used this safe space to discuss terrorism and sabotage, and vilify Muslims, Jews, people of colour and the LGBTQIA+ community. And imagine if the security service and police were stopped from entering that part of town to investigate and respond.” 11:38:56 Uhu, now imagine a section of Afghanistan where the local LGBTQIA+ doesn't get beheaded for being who they are 11:39:45 Uhu, now imagine a section of Afghanistan where the local LGBTQIA+ community doesn't get beheaded for being who they are 11:40:09 Precisely! Wtf does "extremist" even mean its like the modern equivalent of calling everyone you don't like a "Jew" or something... 11:43:34 oops looks ill just keep encrypting my shit then 11:52:02 <3​21bob321:monero.social> Bet you its telescam 12:54:04 Is cryptomator the best for encrypting files? Or what do you guys use? 12:54:42 gpg 13:45:51 veracrypt 13:47:33 Veracrypt if interpolarity is important (format the container in exfat), Then literally all OS can access it. 13:47:34 LUKS for Linux only stuff 14:26:00 Cryptomator is really only useful if you need to sync the encrypted folder to cloud or into a deduplicating backup, because it won't make you sync the whole folder every time a single file in it changes. 14:29:59 https://restic.net/ 14:30:00 https://www.bacula.org/ (if you have compliance requirements, otherwise skip) 14:31:11 +1 for veracrypt, although you should know it signifixantly slows down SSDs (especially their IO per second) 14:33:30 does it? 14:34:20 i always thought modern encryption barely impacts performance at all 14:41:23 I wouldn't claim it if I didn't test it myself 14:44:09 tar combined with openssl or gpg. 14:45:13 $ tar -cvzf - folder | gpg -c > folder.tar.gz.gpg 14:45:16 it does, there is built-in benchmark 14:46:51 I also can recommend https://www.borgbackup.org/ 14:47:41 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/BIawxLeFDBkqbqYpgBIGKDTZ 14:54:32 it all depend of your hardware and if hardware encryption is used 14:54:44 https://matrix.monero.social/_matrix/media/v1/download/xmr.mx/rPzAcnoCdyTITFRcVrgYbLtp 14:55:02 That is a "low sped" bu current standard, Intel 10500T. 14:56:09 There is also the trim thing, and for veracrypt I don't know if it work. 14:56:10 Thing is, the encryption thing have to forward the discard request to the drive, if you don't do that, performance will die sharply once you wrote the equivalent of your drive size. 14:56:18 But if you do use discard, then forensic can know where there is data or where there is no data. 14:56:40 That is a "low spec" bu current standard, Intel 10500T. 14:57:41 You would have to work entirely in ram for that to make sense 14:58:42 Otherwise you leave a copy of that data unencrypted on the disk used for encryption 14:59:45 If a SSD usd is used **and** free space is discarded **fast**, than it should not be an issue. 15:00:08 should being key word 15:00:22 you can't really shred thing on a SSD 15:00:26 I think some FS support an option for the discard delay 15:01:41 But yeah, good point, you don't know if the SSD will actually discard in 5 minutes or in 15 hours 15:01:52 even if the FS ask it to 15:03:47 Ah - I assumed that the data should be encrypted and stored as a backup on a NAS. 15:33:46 The MAGIC Monero Fund got a project proposal: https://github.com/MAGICGrants/Monero-Fund/issues/28 "On solve4monero you can ask questions, answer questions, As answering questions involves receiving rewards paid in Monero (XMR) if the answer or solution provided is correct." 15:34:13 Any feedback on this is appreciated :) 15:58:55 Is this trying to be Chegg but with Monero? 16:01:14 Maybe it could work like that. 16:57:08 <.​unkno:matrix.org> https://matrix.to/#/#blackhatmafiaz:midov.pl 17:10:43 hinto: gupax.io main landing page errors, everything else works 17:15:10 thanks, is it fixed? 17:15:30 jup, thanks! 17:51:01 just mac 20:01:27 Here are a few interesting thoughts/questions that I’ve had bouncing around in my head the last few days: 20:01:28 1. Assuming that you do not care about preserving transaction history and other blockchain data except for the latest balances of wallets, would it be possible to create an incredibly truncated “starting point” for a new blockchain to start on? (Ie you have a blockchain that takes up a few terabytes, and after the truncation it takes up only a few gigabytes, if less). 20:01:29 2. Is it possible to “merge” two separate blockchains together into one? For example, imagine you are running two completely isolated testnets, and merge the two together somehow? (The end product would likely be messy somewhat in terms of block history, no good way around that unless you perform 1.) 20:01:30 Note that this is all in the realm of theory, ofc this isn’t possible to do currently, nor would there be any practical use for it (for now). I am just curious to see if this even remotely possible 20:10:53 1 - yes, solana use this type of ledger 20:40:04 commented on the github issue. 21:13:05 Louis-Marie: Thank you! 21:27:10 https://www.coindesk.com/policy/2024/04/24/samourai-wallet-founders-arrested-and-charged-with-money-laundering/ 21:27:26 https://www.justice.gov/usao-sdny/pr/founders-and-ceo-cryptocurrency-mixing-service-arrested-and-charged-money-laundering 21:29:13 https://samouraiwallet.com/ 21:36:10 Down goes Samourai 21:43:29 so this translates to what? even if you are non-custodial, you can tagged as money transmitting business 22:06:00 https://matrix.monero.social/_matrix/media/v1/download/agoradesk.com/YINNxhjEbQiKLzPQnvgYzxoT 22:17:37 https://i.imgur.com/0qo398u.png 23:23:40 Be careful. Feds are active here collecting evidence