• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • I think windows is a pretty good middle ground. Yes it’s annoying that you might need to install a 3rd party tool to give you a right click menu option to take ownership of any file/folder, but at least you can do that and it’s easy. And for normies that don’t have Linux-fu they’ll get into a lot less trouble than if you give them Linux.

    MacOS on the other hand, if there’s something Apple decided users are too dumb to be allowed to do (which it turns out, is a lot of stuff), then you just can’t do it, period.





  • Banks are already paying for servers to process and store information.

    Yes

    A few validators or collators (quite cheap for a private network) provided by several banks would cost a fraction of what they pay now

    How? They’d be doing extra compute work for no reason (validating already valid transactions), and storing extra data (lots of hashes) for no reason, so it can only make infra costs more expensive. Plus the added complexity meaning you have to hire an extra team just to understand it.

    Don’t mix blockchain with the speculative world built on top of it. That’s only an unfortunate use of the technology.

    That speculative world as shitty as it is, is the only proven use case of the technology, if you take that away then blockchains are even less useful


  • All my points? That’s a bit rich

    You make a good point that PoS would solve one of the issues I raised which is electricity usage.

    In theory it could also increase throughput and reduce costs, but: a) in practice that hasn’t happened yet despite years of development, b) it’s never going to be as efficient as a centralised system because of the extra overheads necessary to decentralise it, so that point still stands

    All my other points still stand as well, plus the additional problems PoS creates to do with centralisation of power


  • Ok so firstly you’re not the OP I was replying to, so neither of us know for certain whether they were talking about replacing the banking system with a decentralised currency vs keeping the existing centralised private banks and just having them use a blockchain as their database. I assumed the former because of their wording (“replace the banking system”), and because the latter offers no advantages that I know of.

    Secondly if you think a blockchain would offer some advantages over other more efficient write only databases, I’d be interested to know what those are, because to me if you’re not running a decentralised system then you’re only getting the downsides of blockchain (such as it being single threaded, slow, and space inefficient) without any of the upsides.

    For some background, I’m well aware of how both blockchains and crypto work, having been obsessed with them for a little while in 5 or 6 years ago like many of us were before becoming disillusioned. I’ve also got professional experience as a developer on both immutable databases and banking ledgers.






  • A banking system running on Blockchain

    Is an astronomically terrible idea. It:

    • would use as much electricity as an entire country
    • payments/transfers would be both much slower AND much more expensive than via a bank
    • would have no protection against fraud. You got scammed? Your money’s gone. You paid for something online and it never arrived? Too bad
    • would have no way to stop money laundering
    • would have no way to help people who forgot their password, they’d just lose their life savings permanently
    • would tie up a bunch of capital, preventing reinvestment and growth. There would be no way to get a bank loan to buy a house for example
    • the list goes on






  • miridius@lemmy.worldtoHacker News@derp.fooIn 2024, please switch to Firefox
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    8 months ago

    That’s not true - Apple’s browsers use WebKit. I wish they used chromium though, Safari is basically the new IE.

    Having all browsers use the same, open source, modern and powerful rendering engine has many benefits. It makes web development MUCH easier, improves user experience because websites work the same on all browsers (apart from any proprietary stuff the browser vendors might add on top of chromium, but that’s not chromium’s fault), and greatly speeds up adoption of new web standards.

    I don’t want there to be a Chrome browser monopoly for obvious reasons but I don’t see the downside of every browser using the same rendering engine as long as it’s not controlled by any one entity