The transaction data itself does need to be publicly readable, because otherwise the whole consensus mechanism that the blockchain relies on wouldn’t work.
The transaction data itself does need to be publicly readable, because otherwise the whole consensus mechanism that the blockchain relies on wouldn’t work.
Javascript doesn’t have strongly-typed variables
From what I understand, which honestly, isn’t a lot - the method used to anonymize transactions and balances is more like obfuscation than anything else. The system uses various techniques to fuzz up the data in such a way that it becomes impossible to trace.
It’s a bit like if you wanted to send a bank transfer for £200 but anonymize it somewhat, you could transfer that money around between a bunch of other bank accounts, before sending it on to the final source. And if multiple people are doing the same thing, it becomes essentially impossible to determine where the money entered and left.
The problem is though that such systems aren’t true encryption in the same way that RSA is, for example - the data isn’t unreadable, and it’s not impossible to reverse, it’s just that there’s so much junk data and it’s such a mess that it makes the true transactions difficult to identify and the end user has extremely strong plausible deniability. However, it’s likely just a matter of time before some state actor finds a vulnerability in the technique that allows them to trace transactions - if they haven’t already done so.
I’m interested to hear more. I’ve followed Liam’s work for almost a decade at this point and I haven’t ever seen or heard of him acting unprofessionally, but I’m quite new to Lemmy.
What abuse of their moderator powers? Is there a link to see the mod log somewhere? Sorry, I know I’m being a bit needy, but I’m not really sure what I’m doing.
I’m back to pirating all of my music. I will buy CDs or pay for downloads for artists that I really like or smaller artists, but I am fucking through with the streaming platforms. They just enshittify more and more.
Cryptocurrency has basically many of the same problems as traditional banks, it’s just a matter of who is controlling it. Monero is slightly different from most, because it is much more anonymous, but it’s really only a matter of time before even that advantage is lost.
There is no substitute for physical currency if you want privacy and anonymity.
This obviously can’t be true, how did they do it without Photoshop? /s
but what if number
isn’t an integer, or even a number at all? This code, and the improved code shared by the other user, could cause major problems under those conditions. Really, what you would want, is to validate that number
is actually an integer before performing the modulo, and if it isn’t, you want to throw an exception, because something has gone wrong.
That’s exactly what that NPM module does. And this is why it’s not a bad thing to use packages/modules for even very simple tasks, because they help to prevent us from making silly mistakes.
Yeah, absolutely they should be forced to opening the platform more, worldwide.
They should apply to all platforms which have over a certain number of users, for sure. It’s not really a good idea imo to make it universally applicable because then you would end up with a situation where a hobbyist developer is legally required to deal with complying with all that legislation for their homebrew project with half a dozen users.
I believe that Apple has been given the same or similar, set of requirements from the EU, tried to soft-ball it by doing some bare minimum shit that the EU didn’t consider good enough, and is back in court over it.
Yeah, totally - I think it’s designed to be hard to understand, both tech stuff and financial stuff is often made intentionally confusing, in my opinion. It’s not dissimilar to the bitcoin mixers, but it’s still much stronger - the system is automated, you can’t mess it up as a user, you’re less reliant on a single-point-of-trust, and so on.
You might be on to something about quiet periods - I don’t really have the knowledge to say either way. There might be a bit of stuff that goes on in the background for wallets even if they’re not actively conducting “real” transactions. But, I don’t know, really.